#mv{
  position: relative;
  width: 100%;
  font-size: 0;
}

#mv .inner img{
  width: 100%;
  height: auto;
}

#mv .main, #mv .title {
  position: absolute;
}

#mv .main {
  transform: scale(0);
  opacity: 1;
  transition: all .3s ease-in .2s;
}

#mv .title {
  transform: scale(0);
  opacity: 1;
  transition: all .3s ease-in;
}


#mv .main.show {
  transform: scale(1);
  opacity: 1;
}

#mv .title.show {
  transform: scale(1);
  opacity: 1;
}

.video_area {
    position: absolute;
    bottom: 0;
    width: 26.0%;
    right: 7.0%;
    bottom: 8%;
}

#sec01{
  background-color: #FFF;
}

#sec01 .inner{
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 100px 0 100px;
  padding: 5vw 0 5vw;
}

#sec01 .inner h2{
  text-align: center;
  margin-bottom: 40px;
  font-size: 40px;
  font-size: 3.5vw;
  line-height: 1.7;
}

#sec01 .inner p{
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  font-size: 1.2vw;
  line-height: 2;
  margin-bottom: 80px;
  position: relative;
}

#sec01 .inner p.notes{
  font-size: 12px;
}

#sec01 .img01 {
  position: absolute;
  top: 290px;
  left: -60px;
}

#sec01 .img02 {
  text-align: center;
  margin-bottom: 40px;
}


#sec01 .box {
  display: flex;
  align-items: center;
  margin-bottom: 4vw;
}

#sec01 .box:nth-of-type(2) {
  flex-direction: row-reverse;
  justify-content: end;
  margin-bottom: 2vw;
}

#sec01 .box:nth-of-type(2) .text {
    width: auto;
    margin-right: 6%;
}

#sec01 .box figure {
    width: 54%;
    margin: 0;
}

#sec01 .box .text {
  width: 40%;
  margin-left: 6%;
}

#sec01 .box .text h3 {
  font-size: 30px;
  font-size: 3vw;
  margin-bottom: 2rem;
}

#sec01 .box .text p.body {
  text-align: left;
}

#sec01 .box figure img {
    width: 100%;
    height: auto;
}


#sec01 .last {
  position: relative;
  text-align: center;
}

#sec01 .last p {
  display: inline-block;
  text-align: center;
  font-size: 1.6vw;
  font-weight: bold;
  background: linear-gradient(#ffdf49, #f9ce08);
  border-radius: 15px;
  padding: 2rem 4rem;
  border: solid 3px #000;
}

#sec01 .cara{
  position: absolute;
  width: 12%;
  top: -25%;
  left: 21%;
}

#sec01 .cara img{
  width: 100%;
  height: auto;
}


#sec02{
  position: relative;
  background-color: #fff6c7;
}

#sec02 img{
  width: 100%;
  height: auto;
}

#sec02 .inner{
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 20px 0 100px;
}

#sec02 .inner h2{
  width: 36.0%;
  margin: 0 auto;
  font-size: 0;
  margin-bottom: 50px;
}

#sec02 .inner ul{
  width: 85.7%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 5vw;
}

#sec02 .inner li{
  position: relative;
  width: 47.0%;
  background: linear-gradient(#cae0f3, #96c1e8);
  border-radius: 15px;
  height: 21vw;
/*  max-height: 360px;*/
  font-size: 2.8vw;
  line-height: 1.4;
  font-weight: bold;
  display: flex;
  justify-content: space-around;
  align-items: center;
  transition: all .3s ease-out;
  cursor: pointer;
}

#sec02 .inner li:hover{
  border-radius: 65px;
}

#sec02 .inner li#q1{
  padding: 0 6%;
}
#sec02 .inner li figure{
  width: 35%;
  font-size: 0;
  transition: all .3s ease-out;
}

#sec02 .inner li:hover figure{
  transform: scale(1.05);
}

#sec02 .inner li#q2, #sec02 .inner li#q8{
  padding: 0 4%;
  background: linear-gradient(#f6d7d1, #eeb5a5);
  flex-direction: row-reverse;
}
#sec02 .inner li#q2 figure{
  width: 50%;
}

#sec02 .inner li#q3, #sec02 .inner li#q9{
  padding: 0;
  background: linear-gradient(#f6ecbe, #efdc82);
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
#sec02 .inner li#q3 figure{
  width: 57%;
  margin-top: -8%;
}
#sec02 .inner li#q3 p{
  margin-top: -6%;
}

#sec02 .inner li#q4, #sec02 .inner li#q10{
  padding: 0 4%;
  background: linear-gradient(#bee7e9, #87d3d2);
}
#sec02 .inner li#q4 figure{
  width: 48%;
}

#sec02 .inner li#q5, #sec02 .inner li#q11{
  padding: 0;
  background: linear-gradient(#e7d8f5, #d2b6e9);
  flex-wrap: wrap;
  flex-direction: row-reverse;
}
#sec02 .inner li#q5 figure{
  width: 62%;
  margin-top: -8%;
}
#sec02 .inner li#q5 p{
  margin-top: -2%;
  text-align: center;
}

#sec02 .inner li#q6, #sec02 .inner li#q12{
  padding: 0 2%;
  background: linear-gradient(#d3edc7, #aedd93);
  flex-direction: row-reverse;
}
#sec02 .inner li#q6 figure{
  width: 35%;
}

#sec02 a.btn {
    display: block;
    border: solid 6px #cb363b;
    border-radius: 10px;
    width: 500px;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
    color: #cb363b;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 40px;
    background-color: #cb363b;
    color: #FFF;
}


#sec02 a.btn:hover {
    display: block;
    border: solid 6px #cb363b;
    border-radius: 10px;
    width: 500px;
    margin: 0 auto;
    text-align: center;
    padding: 30px;
    color: #cb363b;
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 40px;
    background-color: #FFF;
    color: #cb363b;
}





#sec02 .acc{
  position: relative;
  max-height: 0;
  overflow: hidden;
  transition: all .7s ease-out;
}

#sec02 .acc.open{
  max-height: 200vh;
  margin-bottom: 5vw;
}

#sec02 .acc_main{
  background-color: #FFF;
}

#sec02 .acc .arrow{
  width: 50px;
  font-size: 0;
  margin-left: 26%;
}

#sec02 .acc#acc2 .arrow, #sec02 .acc#acc4 .arrow, #sec02 .acc#acc6 .arrow{
  margin-left: 72%;
}

#sec02 .acc_main .inner{
  max-width: 1000px;
  margin: 0 auto;
  padding: 80px 0;
}

#sec02 .acc_main .inner p.main{
  font-size: 1.6vw;
  font-weight: bold;
  margin-bottom: 2rem;
}

#sec02 .acc_main .inner p{
  margin-bottom: 2rem;
}

#sec02 .acc_main .inner .mb1{
  margin-bottom: 1rem;
}

#sec02 .acc_main .inner .notes{
  font-size: 12px;
  font-weight: normal;
  margin-bottom: 2rem;
}

#sec02 .acc_main table {
  margin-bottom: 2rem;
}

#sec02 .acc_main table th, #sec02 .acc_main table td {
  border: solid 1px #CCC;
  padding: 10px;
}

#sec02 .acc_main table tr:nth-of-type(1) td {
  border: solid 1px #CCC;
  padding: 10px;
  background-color: #EEE;
}

#sec02 .acc_main table td:nth-of-type(1) {
  min-width: 120px;
}

#sec03 {
  background-color: #cde2c3;
  font-size: 1.8vw;
  font-weight: bold;
}

#sec03 img{
  width: 100%;
  height: auto;
}

#sec03 h2{
  width: 63%;
  margin: 0 auto;
  font-size: 0;
  margin-bottom: 70px;
}

#sec03 h3{
  width: 17.2%;
  margin: 0 auto;
  font-size: 0;
  margin-top: 70px;
  margin-bottom: 70px;
}

#sec03 .inner {
    position: relative;
    width: 85.7%;
    margin: 0 auto;
    padding: 100px 0 100px;
}

#sec03 .inner ul {
  display: flex;
  justify-content: space-between;
}

#sec03 .inner ul:nth-of-type(2) {
  width: 75%;
  margin: 0 auto;
}

#sec03 .inner ul:nth-of-type(3) {
  width: 75%;
  margin: 0 auto;
  margin-bottom: 11vw;
}

#sec03 .inner li {
  position: relative;
  width: 19vw;
  height: 19vw;
  background-color: #FFF;
  border-radius: 50%;
  cursor: pointer;
  transition: all .3s ease-out;
  opacity: .8
}

#sec03 .inner li.ng {
  background-color: transparent;
  cursor: default;
}

#sec03 .inner li.ng:before {
  content: '';
  display: block;
  position: absolute;
  width: 19vw;
  height: 19vw;
  border-radius: 50%;

  background-image: url('../img/sec03_ng_bg.png');
  background-size: cover;
  cursor: default;

  top: 0;
}

/*
#sec03 .inner li.ng:after {
  display: block;
  content:'フードキーパーは、100%食品成分の食品添加物アルコールですが、目に入ったらしみますし、急に吹きかけられた人はきっと悲しい気持ちになってしまいます。';
  font-size: 1.2vw;
  letter-spacing: 0;
}
*/


#sec03 .inner li.ng p{
    text-shadow:1px 1px 0 #FFF,-1px 1px 0 #FFF,1px -1px 0 #FFF,-1px -1px 0 #FFF;
    min-height: 8vw;
}

#sec03 .inner li.ng p.notes{
  margin-top: 3vw;
  font-size: 1.2vw;
  text-align: left;
  text-shadow: none;
  letter-spacing: 0;
  line-height: 2;
  font-weight: normal;
}


#sec03 .inner li.manual:hover {
  background-color: #f0dc6b;
}

#sec03 .inner li figure {
  position: absolute;
  width: 25%;
  margin: auto;
  left: 0;
  right: 0;
  top: 13%;
  transition: all .3s ease-out;
}

#sec03 .inner li.manual:hover figure {
  transform: scale(1.1);
}

#sec03 .inner li#manual01 figure {
  width: 30%;
  top: 14%;
}

#sec03 .inner li#manual02 figure {
  width: 28%;
  top: 18%;
}

#sec03 .inner li#manual05 figure {
  width: 24%;
  top: 15%;
}

#sec03 .inner li#ng02 figure {
  width: 20%;
  top: 12%;
}

#sec03 .inner li#ng03 figure {
  top: 16%;
}


#sec03 .inner li p{
  width: 100%;
  text-align: center;
  font-size: 1.6vw;
  line-height: 1.5;
  margin-top: 47%;
  position: relative;
}

#sec03 .inner li p b{
  font-size: 2.8vw;
  line-height: 1;
}

#sec03 .inner li#ng03 p b{
  font-size: 2.4vw;
  line-height: 1;
}

#sec03 .inner li#ng03 p{
  letter-spacing: 0;
  margin-top: 43%;
  margin-bottom: 19%;
}

#sec03 .inner li#ng03 p.notes{
  margin-top: 3vw;
}

.modal{
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, .9);
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
  visibility: hidden;
  opacity: 0;
  transition: all .4s linear;
}

.modal.show{
  visibility: visible;
  opacity: 1;
}


.modal h2{
  text-align: center;
  margin-bottom: 30px;
}

.modal .panel{
  position: relative;
  display: inline-block;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 15px;
  padding: 40px 60px;
  box-shadow: 5px 5px 5px 0 rgba(0,0,0,0.2);
}

.modal .panel p.notes{
  font-size: 14px;
  margin-top: 20px;
  max-width: 880px;
}


.modal .panel .btn_close{
  position: absolute;
  right: 20px;
  top: -60px;
  cursor: pointer;
}

.modal .panel ul{
  display: flex;
  justify-content: center;
}

.modal .panel li{
  position: relative;
  border: solid 1px #000;
  text-align: center;
  padding: 20px 10px 10px 10px;
  width: 160px;
  height: 180px;
  margin-left: 20px;
}

.modal .panel ul li:first-child{
  margin-left: 0;
}

.modal .panel li p{
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0rem;
  min-height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  }

.modal .panel li:before{
  display: block;
  position: absolute;
  top: -15px;
  font-size: 30px;
  text-align: center;
  width: 50px;
  margin: 0 auto;
  background-color: #FFF;
  font-family: brandon-grotesque, sans-serif;
  font-weight: 400;
  font-style: normal;
  content: '1';
  line-height: 1;
  left: 0;
  right: 0;
}

.modal#modal07 .panel li:before, .modal#modal07 .panel li:after {
  display: none;
}


.modal .panel li:after{
  display: block;
  position: absolute;
  background-image: url('../img/modal_triangle.svg');
  width: 10px;
  height: 12px;
  background-size: cover;
  content: '';
  top: 0;
  bottom: 0;
  margin: auto;
  left: -16px;
}

.modal .panel li:first-child:after{
  display: none;
}


.modal .panel ul li:nth-of-type(2):before{
  content: '2';
}
.modal .panel ul li:nth-of-type(3):before{
  content: '3';
}
.modal .panel ul li:nth-of-type(4):before{
  content: '4';
}
.modal .panel ul li:nth-of-type(5):before{
  content: '5';
}

.modal .panel ul li figure{
  height: 62px;
  display: flex;
  justify-content: center;
  align-items: center;
}

nav .banner{
}

nav .banner img{
  width: 90%;
  height: auto;
  max-width: 295px;
}

#sec05 {
    background-color: #efdfe1;
}

#sec05 .inner {
    position: relative;
    width: 85.7%;
    margin: 0 auto;
    padding: 100px 0 1px;
}

#sec05 h2 {
    width: 71.4%;
    margin: 0 auto;
    font-size: 0;
    margin-bottom: 50px;
}

#sec05 img {
    width: 100%;
    height: auto;
}

#sec05 h3 {
  text-align: center;
    margin-bottom: 100px;
}

#sec05 .box {
  position: relative;
  display: flex;
  justify-content: flex-end;
  margin-bottom: 10vw;
}

#sec05 .box:nth-of-type(2) {
  justify-content: flex-start;
}

#sec05 .box figure {
  width: 90%;
}

#sec05 .box .prof_box {
  position: absolute;
  background-color: #f5ebed;
  width: 42%;
  left: 0;
  bottom: -10%;
  padding: 40px 50px;
  transition: all .3s ease-out;
}

#sec05 .box:nth-of-type(2) .prof_box {
  left: auto;
  right: 0;
  bottom: -10%;
}

#sec05 .box:hover .prof_box {
  background-color: #FFF;
}

#sec05 .box .prof_box:after {
  content: '';
  position: absolute;
  width: 20%;
  height: 20%;
  bottom: 0;
  right: 0;
  background-image: url('../img/sec05_arrow.svg');
  background-size: cover;
}

#sec05 .box .prof_box p.sholder {
  font-size: 1.2vw;
  margin-bottom: 1.0rem;
}

#sec05 .box .prof_box p.store_name {
  font-size: 1.2vw;
  font-weight: bold;
}

#sec05 .box .prof_box p.name {
  font-size: 1.2vw;
}

#sec05 .box .prof_box p.name span {
  font-size: 2.0vw;
}

#sec05 .box a {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #FFF;
  top: 0;
  left: 0;
  opacity: 0;
}






/*----------------------------------------------------
  sp
----------------------------------------------------*/

@media screen and (max-width: 1023px) {

#sec01 .inner {
  width: 90%;
  margin: 0 auto;
  padding: 30px 0;
}

#sec01 .inner p{
  margin-bottom: 20px;
  font-size: 14px;
  letter-spacing: .1rem;
  text-align: left;
}


#sec02{
  padding-top: 0;  
}

#sec02 .inner {
  width: 90%;
  margin: 0 auto;
  padding: 10px 0 30px 0;
}


#sec02 .inner li.coming_soon:after {
    top: 80px;
}

#mv .model {
  bottom: 0;
  width: 60%;
  left: 4.5%;
}

#sec01 .img02 {
    width: 160px;
    margin: 0 auto 40px;
}

#mv h1 {
    width: 82.9%;
    top: 10.0%;
    left: 0;
    right: 0;
    margin: auto;
}

#mv h2 {
  position: absolute;
  width: 34.4%;
  left: auto;
  top: 36%;
  right: 6%;
}

#mv .name {
    position: absolute;
    bottom: 10px;
    left: 10px;
    font-size: 14px;
    letter-spacing: .1rem;
}


.video_area{
  position: relative;
  bottom: 0;
  width: 100.0%;
  left: auto;
  bottom: auto;

  background-color: #f0dc6b;
  padding: 10px;
}

#cm_area{
  background-color: #f0dc6b;
  font-size: 0;
  padding-bottom: 20px;
}

#cm_area .inner{
  width: 90%;
  margin: 0 auto;
}

#cm_area h3{
  width: 154px;
  margin: 0 auto;
  font-size: 0;
  padding: 20px 0;
}

#sec01 .img01 {
    position: static;
    top: 130px;
    left: -46px;
    max-width: 300px;
    margin: 0 auto;
  }

#sec01 .inner h2 {
    margin: 0 auto;
    margin-bottom: 20px;
    font-size: 22px;
}

#sec01 .inner h3 {
    font-size: 16px;
    margin-bottom: 40px;
 }

#sec02 .inner h2 {
    margin-bottom: 20px;
    width: 332px;
}




#sec02 .inner .flex_box {
    display: block;
}

#sec02 .inner .flex_box .left {
    width: 100%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
}

#sec02 .inner .flex_box .left .pro01 {
    width: 42%;
    max-width: 180px;
    display: block;
    margin: 0 auto;
    margin-bottom: 20px;
}
#sec02 .inner .flex_box .left .pro02 {
    width: 40%;
    max-width: 180px;
}

#sec02 .inner .flex_box .left p {
    font-size: 14px;
}

#sec02 .inner .flex_box .right li .num {
  width: 80px;
    position: absolute;
    top: -30px;
    left: 0;
    right: 0;
    margin: auto;
}

#sec02 .inner .flex_box .right {
    width: 100%;
}

#sec02 .inner .flex_box .right li {
    width: 100%;
}
#sec02 .inner .flex_box .right li:nth-of-type(3), #sec02 .inner .flex_box .right li:nth-of-type(4) {
    margin-bottom: 40px;
}

#sec01 .box {
  display: block;
}

#sec01 .box figure {
    width: 100%;
    margin-bottom: 1rem;
}

#sec01 .box .text {
    width: 100%;
    margin-left: 0;
}

#sec01 .box .text h3 {
    font-size: 20px;
    margin-bottom: 1rem;
}

#sec01 .last p {
    font-size: 15px;
    padding: 1rem 2rem;
    text-align: center;
}

#sec01 .cara {
  position: static;
  width: 38%;
  top: auto;
  left: auto;
  margin: 0 auto;
}

#sec02 .inner ul {
    width: 100%;
    margin: 0 auto;
    display: block;
    margin-bottom: 0;
}

#sec02 .inner li {
    position: relative;
    width: 100.0%;
    margin: 0 auto;
    background: linear-gradient(#cae0f3, #96c1e8);
    border-radius: 15px;
    height: 150px;
    font-size: 20px;
    line-height: 1.4;
    font-weight: bold;
    display: flex;
    justify-content: space-around;
    align-items: center;
    transition: all .3s ease-out;
    cursor: pointer;
    margin-bottom: 30px;
}

#sec02 .inner li:hover{
  border-radius: 15px;
}


#sec02 .inner li#q1 figure, #sec02 .inner li#q7 figure {
  width: 23%;
  max-width: 68px;
}

#sec02 .inner li#q2 figure, #sec02 .inner li#q8 figure {
  width: 43%;
  max-width: 134px;
}

#sec02 .inner li#q3 figure, #sec02 .inner li#q9 figure {
    width: 50%;
    max-width: 168px;
    margin-top: -9%;
}

#sec02 .inner li#q3 p, #sec02 .inner li#q9 p {
  width: 100%;
  text-align: center;
  margin-top: -6%;
}

#sec02 .inner li#q4 figure, #sec02 .inner li#q10 figure {
  width: 36%;
  max-width: 112px;
}

#sec02 .inner li#q5 figure, #sec02 .inner li#q11 figure {
    width: 60%;
    max-width: 202px;
    margin-top: -8%;
}

#sec02 .inner li#q5 p, #sec02 .inner li#q11 p {
    margin-top: -2%;
    width: 100%;
    text-align: center;
}

#sec02 .inner li#q6 figure, #sec02 .inner li#q12 figure {
    width: 28%;
    max-width: 91px;
}

#sec02 a.btn {
  padding: 10px;
  width: auto;
  font-size: 18px;
}

#sec02 a.btn {
  padding: 15px;
  width: auto;
  font-size: 18px;
  line-height: 1.6rem;
  margin-bottom: 0;
}

#sec03 .inner {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 30px 0 30px;
}

#sec03 h2 {
    width: 330px;
    margin: 0 auto;
    font-size: 0;
    margin-bottom: 20px;
}

#sec03 .inner ul {
  display: block;
}
#sec03 .inner li {
  position: relative;
  width: 70vw;
  height: 70vw;
  max-width: 260px;
  max-height: 260px;
  background-color: #FFF;
  border-radius: 50%;
  cursor: pointer;
  transition: all .3s ease-out;
  opacity: .8;
  margin: 0 auto;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 38px 0;
  margin-bottom: 20px;
}


#sec03 .inner li.ng {
  position: relative;
  width: auto;
  height: auto;
  max-width: 260px;
  max-height: none;
  background-color: transparent;
  border-radius: 50%;
  cursor: default;
  transition: all .3s ease-out;
  opacity: .8;
  margin: 0 auto;

  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding: 38px 0 0;
  margin-bottom: 20px;
}

#sec03 .inner li.ng#ng02 {
  padding-top: 52px;
}

#sec03 .inner li.ng#ng03 {
  padding-top: 40px;
}

#sec03 .inner li.ng#ng03 p.notes {
 margin-top: 28px;
}


#sec03 .inner li.ng:before {
  content: '';
  display: block;
  position: absolute;
  width: 70vw;
  height: 70vw;
  max-width: 260px;
  max-height: 260px;
  background-color: #FFF;
  border-radius: 50%;

  background-image: url('../img/sec03_ng_bg.png');
  background-size: cover;
  cursor: default;
}








#sec03 .inner li p {
  width: 100%;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  margin-top: 0;
}

#sec03 .inner li.ng p {
    min-height: 120px;
}

#sec03 .inner li#ng03 p {
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 0;
}


#sec03 .inner li.ng p.notes {
    min-height: 0;
    font-size: 14px;
}

#sec03 .inner li figure {
  position: static;
}

#sec03 .inner li figure {
    width: 30%;
    top: 14%;
    margin: 0;
    padding: 0;
}
#sec03 .inner li.ng figure {
  position: relative;
    margin-bottom: 10px;
}
#sec03 .inner li p b {
    font-size: 28px;
    line-height: 1;
}

#sec03 h3 {
    width: 40%;
    margin: 0 auto;
    font-size: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

#sec03 .inner li#ng03 p b {
    font-size: 28px;
    line-height: 1;
}

#sec02 .acc_main .inner p.main {
  font-size: 16px;
  margin-bottom: 1rem;
}

#sec02 .acc_main .inner {
    max-width: none;
    padding: 30px 0 1px;

}

#sec02 .acc_main .inner p {
  font-size: 14px;
}

#sec02 .acc_main .inner .notes {
  font-size: 10px;
  margin-bottom: 1rem;
}

#sec02 .acc_main table th, #sec02 .acc_main table td {
  padding: 5px;
  font-size: 12px;
}

#sec02 .acc_main table td:nth-of-type(1) {
    min-width: 80px;
}

#sec02 .acc.open {
    max-height: 300vh;
    margin-bottom: 30px;
}

#sec02 .acc .arrow {
    width: 30px;
    font-size: 0;
    margin-left: 45%;
}

.modal {
  display: block;
  overflow: auto;
}

.modal .panel ul li figure img{
  width: auto;
  max-width: 40px;
  max-height: 40px;
}

.modal .panel ul {
    display: block;
}

.modal .panel li {
    padding: 20px 10px 10px 10px;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-bottom: 3rem;
}

.modal#modal07 .panel li {
    margin-bottom: 2rem;
}

.modal .panel li:last-child {
    margin-bottom: 2rem;
}

.modal .panel {
    display: block;
    border-radius: 15px;
    padding: 80px 40px 1px;
    width: 100%;
    margin: 0 auto;
    box-shadow: 5px 5px 5px 0 rgb(0 0 0 / 20%);
}

.modal .panel .btn_close {
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    width: 30px;
}

.modal h2 {
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.6;
    font-size: 20px;
}

.modal .panel li:after {
    top: -36px;
    bottom: auto;
    margin: auto;
    left: 0;
    right: 0;
    transform: rotate(90deg);
}

.modal .panel p.notes {
    font-size: 12px;
    margin-bottom: 30px;
}

.menu ul{
  width: 90%;
  margin: 26% auto 0;
  text-align: center;
}

#sec05 .inner {
    width: 90%;
    margin: 0 auto;
    padding: 30px 0 1px;
}

#sec05 h2 {
    width: 330px;
    margin: 0 auto;
    font-size: 0;
    margin-bottom: 10px;
}

#sec05 h3 {
    font-size: 14px;
    text-align: center;
    margin-bottom: 25px;
}

#sec05 .box {
    position: relative;
    display: block;
    margin-bottom: 30px;
}

#sec05 .box figure {
    width: 100%;
}

#sec05 .box .prof_box {
    position: relative;
    background-color: #FFF;
    width: 90%;
    left: 0;
    margin: 0 auto;
    margin-top: -30px;
    bottom: auto;
    padding: 15px 20px;
    transition: all .3s ease-out;
}

#sec05 .box .prof_box p.sholder {
  font-size: 12px;
  margin-bottom: 0.5rem;
}

#sec05 .box .prof_box p.store_name {
  font-size: 12px;
  font-weight: bold;
}

#sec05 .box .prof_box p.name {
  font-size: 12px;
}

#sec05 .box .prof_box p.name span {
  font-size: 20px;
}


#sec05 .box .prof_box:after {
    width: 15%;
    height: 15%;
}


}

/*----------------------------------------------------
  tablet
----------------------------------------------------*/

@media screen and (min-width: 768px) and (max-width: 1023px) {

#mv h1 {
    width: 73%;
    top: 4%;
    left: 0;
    right: 0;
    margin: auto;
}


}
