@charset "UTF-8";
/* CSS Document */

#gourmand{
    background-color: #fffbd2;
    max-width: 750px;
    margin: 0 auto;
}

#gourmand{
    background-color: #fffbd2;
}

#gourmand .mt10{margin-top: 10px;}
#gourmand .mt20{margin-top: 20px;}
#gourmand .mt30{margin-top: 30px;}
#gourmand .mt40{margin-top: 40px;}
#gourmand .mt50{margin-top: 50px;}

#fixdbtn{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 99999;
    box-shadow: 0 0 8px #ddd;
}

.fixed.none{
    opacity: 0;
    z-index: -1;
display: none;
}

#gourmand #photo{
    padding: 0 0 20px;
}

#gourmand #photo .photo-wrap{
    display: flex;
    overflow: hidden;
}

#gourmand #photo .photo-wrap-list{
    display: flex;
    list-style: none;
    animation: loop-slide 40s infinite linear 0s both;
}

@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

#gourmand #photo .photo-wrap-list:after{
    content: "";
}

#gourmand #photo .photo-wrap-list li{
    width: calc(100vw / 3);
}

#gourmand #photo .photo-wrap-list li img{
    max-width: 100%;
    height: auto;
}

#gourmand .gourmand-inner{
    width: 750px;
    margin: 0 auto;
}

#gourmand #intro{
    text-align: center;
    padding: 30px 0 50px;
}

#gourmand #intro p{
    text-align: center;
    font-size: 21px;
    margin-top: 20px;
    line-height: 2;
}

#gourmand .btn-mainlink{
    text-align: center;
    margin: 50px 0 0;
    animation: mocchiri 1s infinite;
}

@keyframes mocchiri {
    0% {
        transform: scale(1, 0.8);
    }
    20% {
        transform: scale(0.8, 1.1);
    }
    95% {
        transform: scale(1, 1);
    }
    100% {
        transform: scale(1, 0.8);
    }
}

#gourmand #trip {
    background-color: #fff;
    background-image: url("https://town-life-marche.com/contents/ex/img/tokusan/add_gourmand/bg-trip.png");
    background-repeat: no-repeat;
    background-position: bottom;
    padding-bottom: 50px;
    background-size: contain;
}

#gourmand #trip .gourmand-inner{
    text-align: center;
    padding: 50px 0;
}

#gourmand #trip .trip-box{
    margin-top: 50px;
}

#gourmand #trip .trip-toggle {
    display: none;
}

#gourmand #trip .trip-box-list {
    position: relative;
    margin-bottom: 20px;
}

#gourmand #trip .trip-title,
#gourmand #trip .trip-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s;
}

#gourmand #trip .trip-title {
    display: block;
    color: #333;
    font-weight: bold;
}

#gourmand #trip .trip-title:hover {
    opacity: 0.8;
}

#gourmand #trip .trip-content {
    max-height: 0;
    overflow: hidden;
}
    
#gourmand #trip .trip-content p {
    margin: 0;
    padding: 0.5em 1em 1em;
    font-size: 0.9em;
    line-height: 1.5;
}

#gourmand #trip .trip-toggle:checked + .trip-title + .trip-content {
    max-height: 3000px;
    height: auto;
    transition: all 1.5s;
}

#gourmand #trip .trip-toggle:checked + .trip-title::before {
    transform: rotate(90deg) !important;
}

#gourmand #trip .trip-txt{
    text-align: center;
    margin-top: 30px;
}

.js-animation {
    opacity: 0;
    visibility: hidden;
    transform: translateY(40px);
    transition: all 2s;
}

.js-animation.is-show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

#gourmand .selectArea h2{
    text-indent: inherit;
    background: none;
    text-align: center;
}

#gourmand .selectArea h2 img{
    width: auto;
}

#gourmand .selectArea li{
    text-align: center;
    height: 640px;
}

#gourmand .selectArea li img{
    width: auto;
}

#gourmand .selectArea li .c01-txt{
    margin-top: 30px;
}

#gourmand .selectArea li .c01-fee{
    margin-top: 30px;
}

#gourmand .selectArea li .c01-note{
    margin: 30px 10px 0;
    background: url("https://town-life-marche.com/contents/ex/img/tokusan/add_gourmand/c_line.png") center top no-repeat;
    padding: 20px 0px 0px;
    font-size: 20px;
}

#gourmand .selectArea li .c01-note span{
    display: block;
    margin-top: 20px;
    font-size: 13px;
}

#gourmand .selectArea li .c02-txt{
    margin-top: 26px;
}

#gourmand .selectArea li .c02-fee{
    margin-top: 22px;
}

#gourmand .selectArea li .c02-note{
    margin: 30px 10px 0;
    background: url("https://town-life-marche.com/contents/ex/img/tokusan/add_gourmand/c_line.png") center top no-repeat;
    padding: 20px 0px 0px;
    font-size: 20px;
}

#gourmand .selectArea li .c02-note span{
    display: block;
    margin-top: 20px;
    font-size: 13px;
}

#gourmand .selectArea li .c03-txt{
    margin-top: 14px;
}

#gourmand .selectArea li .c03-fee{
    margin-top: 22px;
}

#gourmand .selectArea li .c03-note{
    margin: 30px 10px 0;
    background: url("https://town-life-marche.com/contents/ex/img/tokusan/add_gourmand/c_line.png") center top no-repeat;
    padding: 20px 0px 0px;
    font-size: 20px;
}

#gourmand .selectArea li .c03-note span{
    display: block;
    margin-top: 20px;
    font-size: 13px;
}

#gourmand .selectArea li .c04-txt{
    margin-top: 14px;
}

#gourmand .selectArea li .c04-fee{
    margin-top: 22px;
}

#gourmand .selectArea li .c04-note{
    margin: 30px 10px 0;
    background: url("https://town-life-marche.com/contents/ex/img/tokusan/add_gourmand/c_line.png") center top no-repeat;
    padding: 20px 0px 0px;
    font-size: 20px;
}

#gourmand .selectArea li .c04-note span{
    display: block;
    margin-top: 20px;
    font-size: 13px;
}

#gourmand .selectArea .btn-mainlink img{
    width: auto;
}

#gourmand .selectArea .center{
    text-align: center;
	padding: 0 30px;
}

#gourmand .selectArea .selectArea-note{
    font-size: 20px;
    margin: 40px 0;
    line-height: 1.5;
    padding: 20px;
}

#gourmand #case{
  background: url(../../../ex/img/item/0001/lp_fid_01/bg03.jpg) center 0 repeat;
}

#gourmand #case h2{
    width: auto;
    margin: 0 auto 30px;
    text-align: center;
}

#gourmand #case h2 img{
    width: auto;
}

#gourmand #case .case-box{
    height: 2250px;
    margin: 0 auto;
    position: relative;
}

#gourmand #case .case-box .case-box-list01{
    position: absolute;
    top: 0;
    width: 100%;
}

#gourmand #case .case-box .case-box-list01 h3{
    position: absolute;
    top: 0;
    left: 420px;
    color: #8a4b00;
}

#gourmand #case .case-box .case-box-list01 p{
    position: absolute;
    top: 50px;
    left: 420px;
    font-size: 20px;
}

#gourmand #case .case-box .case-box-list02{
    position: absolute;
    top: 250px;
    right: 0;
    width: 100%;
}

#gourmand #case .case-box .case-box-list02 img{
    position: absolute;
    top: 0;
    right: 0;
}

#gourmand #case .case-box .case-box-list02 h3{
    position: absolute;
    top: 80px;
    left: 20px;
    color: #8a4b00;
}

#gourmand #case .case-box .case-box-list02 p{
    position: absolute;
    top: 130px;
    left: 20px;
    width: 330px;
    font-size: 20px;
}

#gourmand #case .case-box .case-box-list03{
    position: absolute;
    top: 550px;
    width: 100%;
}

#gourmand #case .case-box .case-box-list03 h3{
    position: absolute;
    top: 20px;
    left: 400px;
    color: #8a4b00;
}

#gourmand #case .case-box .case-box-list03 p{
    position: absolute;
    top: 70px;
    left: 400px;
    font-size: 20px;
}

#gourmand #case .case-box .case-box-list04{
    position: absolute;
    top: 810px;
    right: 0;
    width: 100%;
}

#gourmand #case .case-box .case-box-list04 img{
    position: absolute;
    top: 0;
    right: 0;
}

#gourmand #case .case-box .case-box-list04 h3{
    position: absolute;
    top: 80px;
    left: 20px;
    color: #8a4b00;
}

#gourmand #case .case-box .case-box-list04 p{
    position: absolute;
    top: 130px;
    left: 20px;
    width: 330px;
    font-size: 20px;
}

#gourmand #case .case-box .case-box-list05{
    position: absolute;
    top: 1150px;
    width: 100%;
}

#gourmand #case .case-box .case-box-list05 h3{
    position: absolute;
    top: 120px;
    left: 420px;
    color: #8a4b00;
}

#gourmand #case .case-box .case-box-list05 p{
    position: absolute;
    top: 160px;
    left: 420px;
    font-size: 20px;
}

#gourmand #case .case-box .case-box-list06{
    position: absolute;
    top: 1450px;
    right: 0;
    width: 100%;
}

#gourmand #case .case-box .case-box-list06 img{
    position: absolute;
    top: 0;
    right: 0;
}

#gourmand #case .case-box .case-box-list06 h3{
    position: absolute;
    top: 80px;
    left: 20px;
    color: #8a4b00;
}

#gourmand #case .case-box .case-box-list06 p{
    position: absolute;
    top: 130px;
    left: 20px;
    width: 290px;
    font-size: 20px;
}

#gourmand #case .case-box .case-box-list07{
    position: absolute;
    top: 1820px;
    width: 100%;
}

#gourmand #case .case-box .case-box-list07 h3{
    position: absolute;
    top: 120px;
    left: 420px;
    color: #8a4b00;
}

#gourmand #case .case-box .case-box-list07 p{
    position: absolute;
    top: 190px;
    left: 420px;
    font-size: 20px;
}


#gourmand #merit{
    background-image: url("https://town-life-marche.com/contents/ex/img/tokusan/add_gourmand/bg-merit.jpg");
}

#gourmand #merit h2{
    text-align: center;
}

#gourmand #merit .gourmand-inner{
    padding: 50px 0;
}

#gourmand .merit-box{
    position: relative;
    height: 1260px;
}

#gourmand .merit-box .merit-box-list01{
    position: absolute;
    top: -60px;
}

#gourmand .merit-box .merit-box-list02{
    position: absolute;
    top: 380px;
}

#gourmand .merit-box .merit-box-list03{
    position: absolute;
    top: 780px;
}

#gourmand #dokidoki h2{
    padding-top: 40px;
}

#gourmand .body_wrap__last .selectArea li{
    height:750px;
}

#gourmand .form_sp_bl01{
    padding: 0;
}

#gourmand .select-area{
    margin: 10px 0 0;
}

#gourmand input[name="product_code"]{
    margin: 0px auto;
    position: absolute;
    left: 150px;
    top: 45px;
}

#gourmand .ui-checkbox,
#gourmand .ui-radio{
    margin: 0;
}
 #kv {
    position: relative;
  }
  .marche_logo {
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .marche_logo img {
    width: 140px;
  }
  .imgdesu {
    position: absolute;
    bottom: 0;
    right: 0;
  }
.case-box-list03 h3 {
padding-top: 50px;
}
.case-box-list03 p {
padding-top: 50px;
}
.red {
color: #f00;
}
.red2 {
color: #f00;
font-size: 20px !important;
}
.photoimg p {
    display: block;
    text-align: right;
    padding-right: 5px;
    padding-top: 5px;
  }
  .picture_img {
    display: block;
    text-align: right;
    position: relative;
    top: -30px;
    margin-bottom: -38px;
    padding-right: 5px;
    text-shadow: 0 0 2px #fff,0 0 3px #fff,0 0 4px #fff,0 0 5px #fff,0 0 6px #fff,0 0 7px #fff,0 0 8px #fff,0 0 9px #fff,0 0 10px #fff,0 0 11px #fff,0 0 12px #fff,0 0 13px #fff,0 0 14px #fff,0 0 15px #fff;
  }
.okinawa-content01 {
    background-image: url(https://town-life-marche.com/contents/ex/img/tokusan/okinawa_back01.jpg);
    background-repeat: no-repeat;
    position: relative;
  }
  .okinawa-content01:before {
    content: "";
    display: block;
    padding-top: 100%; /* 1:1 */
  }
  .trip-box {
    color: #000;
    font-size: 23px !important;
  }
  #gourmand #trip .trip-content p {
    line-height: 1.8 !important;
  }
  .okinawa_p {
    display: block;
    text-align: left;
    padding-left: 3%;
    position: absolute;
    top: 0;
    left: 1vw;
  }
  .ryukyu {
    position: absolute;
    top: 11vw;
    left: 0;
    height: 100%;
  }
  .sefa {
    position: absolute;
    top: 10vw;
    right: 1vw;
    height: 100%;
  }
  .syuri {
    position: absolute;
    top: 41vw;
    right: 0;
    height: 0;
  }
  .okinawa_p2 {
    display: block;
    text-align: left;
    position: absolute;
    bottom: 9vw;
    left: 1vw;
  }
.selectArea {
    position: relative;
  }
  .recom {
    width: 35%;
    position: absolute;
    top: 138vw;
    left: 64vw;
    z-index: 999;
  }
  .recom img {
    width: 100%;
  }
  .recom_last {
    width: 35%;
    position: absolute;
    top: 151vw;
    left: 64vw;
    z-index: 999;
  }
  .recom_last img {
    width: 100%;
  }
  #gourmand .selectArea li:nth-of-type(3) {
    margin-top: 200px;
  }
  #gourmand .selectArea li:nth-of-type(4) {
    margin-top: 200px;
  }
 .coupon_title {
    width: 90%;
    font-size: 40px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px dotted #996565;
    padding: 8px;
    margin: 30px auto;
    color: #7e4501;
    font-weight: bold;
  }
  .coupon_img {
    width: 95%;
    margin: 0 auto;
  }
  .coupon_img img {
    width: 100%;
  }
  .coupon_code {
    font-size: 45px;
    font-weight: bold;
    color: #f00;
    text-align: center;
  }
  .coupon p {
    padding: 15px;
    font-size: 29px;
  }
  .coupon-center {
    display: block;
    text-align: center;
  }