@charset "UTF-8";

/*----------MENU-------------

 interim_report


------------MENU-----------*/

/*-------------------------
	Reset
---------------------------*/
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box; }

article,
aside,
details,
figcaption,
figure,
hgroup,
menu,
section,
main {
  display: block; }

body {
  -webkit-text-size-adjust: 100%; }

.clearfix::after {
   content: "";
   display: block;
   clear: both;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;}

.brand_title_item h1{
  margin: 0 0 0 !important;
}

table,
input,
textarea,
select,
option {
  line-height: 1.1; }

table {
  border-collapse: collapse;
}

blockquote,
q {
  quotes: none; }

*:focus {
outline: none!important;
}

a {outline:none!important;}

a {
  -webkit-tap-highlight-color:rgba(0,0,0,0);
  cursor:pointer!important;
}

a, a:hover,
ins {
  text-decoration: none; }

a:hover{
    opacity:0.7;
}


del {
  text-decoration: line-through; }

img {
  max-width:100%;
  vertical-align: top; }

a {
  transition: 0.3s ease-in-out; }

ul li{
  list-style:none;
}

ul{
  margin:0;
  padding:0;
}

.pc_only{
  display: block;
}

.tablet_only{
  display: none;
}

.sp_only{
  display: none;
}

.under_w375_only{
  display: none;
}

@media screen and (min-width:768px) and (max-width:844px) {
.tablet_only{
  display: block;
}
}

@media (max-width: 767px){
.pc_only{
  display: none;
}

.tablet_only{
  display: none;
}

.sp_only{
  display: block;
}

.under_w375_only{
  display: none;
}
  }

@media (max-width: 375px){
.under_w375_only{
  display: block;
}
}

.wrap {
    max-width: 1200px;
    margin: auto;
    padding: 0 0.8rem;
}

.wrap_1600{
  max-width: 1600px;
    margin: auto;
    padding: 0 0.8rem;
}

p.mincho{
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
  font-size: 14px;
}

@media (max-width: 320px){
p.mincho{
  letter-spacing: -.07em;
}
}



/**/
#page {
    position: relative
}

#page {
    overflow: hidden
}

#page:after,#page:before {
    background-color: #97071a;
    content: "";
    display: block;
    height: 130%;
    position: fixed;
    top: -15%;
    visibility: hidden;
    width: 50%;
    z-index: 9999
}

.is-opening.is-start #page:before {
    -webkit-animation: curtain_l 3s;
    animation: curtain_l 3s;
    left: 0
}

.is-opening.is-start #page:after {
    -webkit-animation: curtain_r 3s;
    animation: curtain_r 3s;
    right: 0
}

#page.-lower:after,#page.-lower:before {
    display: none
}

@keyframes curtain_l {
    0% {
        visibility: visible
    }

    20% {
        background-color: #cf152d;
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0)
    }

    60% {
        -webkit-transform: rotate(6deg) translateX(-50%);
        transform: rotate(6deg) translateX(-50%)
    }

    80% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(0deg) translateX(-100%);
        transform: rotate(0deg) translateX(-100%);
        visibility: hidden
    }
}

@-webkit-keyframes curtain_l {
    0% {
        visibility: visible
    }

    20% {
        background-color: #cf152d;
        -webkit-transform: rotate(0deg) translateX(0)
    }

    60% {
        -webkit-transform: rotate(6deg) translateX(-50%)
    }

    80% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(0deg) translateX(-100%);
        visibility: hidden
    }
}

@keyframes curtain_r {
    0% {
        visibility: visible
    }

    20% {
        background-color: #cf152d;
        -webkit-transform: rotate(0deg) translateX(0);
        transform: rotate(0deg) translateX(0)
    }

    60% {
        -webkit-transform: rotate(-6deg) translateX(50%);
        transform: rotate(-6deg) translateX(50%)
    }

    80% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(0deg) translateX(100%);
        transform: rotate(0deg) translateX(100%);
        visibility: hidden
    }
}

@-webkit-keyframes curtain_r {
    0% {
        visibility: visible
    }

    20% {
        background-color: #cf152d;
        -webkit-transform: rotate(0deg) translateX(0)
    }

    60% {
        -webkit-transform: rotate(-6deg) translateX(50%)
    }

    80% {
        opacity: 1
    }

    to {
        opacity: 0;
        -webkit-transform: rotate(0deg) translateX(100%);
        visibility: hidden
    }
}


.close_overlay{
    position: relative;
    background: rgb(000 000 000 / 0.6);
    z-index:30;
    filter: brightness(40%);
    width: 100%;
}
 /* ----------------------------------------------------------
  brands
  ---------------------------------------------------------- */
:root {
    --easing: cubic-bezier(.2, 1, .2, 1);
    --transition: .8s var(--easing);
    --box-shadow: .8rem .8rem 1.2rem rgba(0, 0, 0, .05), -.8rem -.8rem 1.2rem #fff;
    --box-shadow-hover: 1rem 1rem 1.5rem rgba(0, 0, 0, .08), -1rem -1rem 1.5rem #fff;
    --box-shadow-inset: inset .8rem .8rem 1.2rem rgba(0, 0, 0, .05), inset -.8rem -.8rem 1.2rem #fff;
    --box-shadow-dark: .8rem .8rem 1.2rem rgba(0, 0, 0, .1), -.8rem -.8rem 1.2rem rgba(#fff,.2);
  }

.kv{
  position:relative;
}

.brands .swiper{
  height: auto!important;/**/
}

.swiper-wrapper{
    transition-timing-function: linear;
}

.brands .l-inner {
    position: relative;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 10rem;
  }

.brands .l-section {
    border-top: 1px solid #eee;
  }

.brands .l-section .l-inner {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

[class*=swiper]:focus {
    outline: none;
  }

.brands .slide-media,
.brands .thumb-media {
    position: relative;
    overflow: hidden;
  }

.brands .slide-media img,
.brands .thumb-media img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

.brands .swiper-button-prev,
.brands .swiper-button-next {
    display: grid;
    place-content: center;
    width: 6.4rem;
    height: 6.4rem;
    cursor: pointer;
    -webkit-transition: var(--transition);
    transition: var(--transition);
  }

.brands .swiper-button-prev::before,
.brands .swiper-button-next::before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: "";
    border-radius: 50%;
    -webkit-box-shadow: var(--box-shadow);
            box-shadow: var(--box-shadow);
  }

.brands .swiper-button-prev::after,
.brands .swiper-button-next::after {
    width: 1.2rem;
    height: 1.2rem;
    content: "";
    border: solid var(--color-gray);
    border-width: 3px 3px 0 0;
  }

.brands .swiper-button-prev::after {
    margin-left: 0.4rem;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg);
  }

.brands .swiper-button-next::after {
    margin-right: 0.4rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }

.brands .swiper-button-disabled {
    pointer-events: none;
    opacity: 0;
  }

.gallery_brand {
    margin-bottom: 0rem;/*margin-bottom: 6rem;*/
  }

.gallery_brand .l-inner {
    padding-bottom: 0;
  }

.gallery_brand .swiper-wrapper {
    -webkit-transition-timing-function: linear !important;
            transition-timing-function: linear !important;
  }

.gallery_brand .swiper-slide {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
  }

.swiper-slide {
  height: auto!important;
  -webkit-backface-visibility: hidden;
   -webkit-transform: translate3d(0, 0, 0)
}

.gallery_brand .slide {
    width: var(--slide-width);
    -webkit-transition: var(--transition);
    transition: var(--transition);
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    --slide-width: 420px;
  }

.gallery_brand .slide-media {
    height: var(--slide-width);
  }

.gallery_brand .slide-content {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 3.2rem 1.6rem .8rem;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    opacity: 0;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(50%, rgba(0, 0, 0, 0.3)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%);/**/
  }

.gallery_brand .slide-title {
    font-size: 1.2rem;
    line-height: 1.4;
    display: -webkit-box;
    overflow: hidden;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

.gallery_brand .slide:hover {
    width: calc(var(--slide-width) * 1.2);
  }

.gallery_brand .slide:hover .slide-content {
    opacity: 1;
  }

@media only screen and (max-width: 1024px) {
    .l-inner {
      padding: 0 4rem;
    }
  }

@media only screen and (max-width: 599px) {
    .gallery_brand {
      margin-bottom: 0rem;/*margin-bottom: 6rem;*/
    }
    .gallery_brand .slide {
      --slide-width: 380px;
    }
  }

@media only screen and (min-width: 1025px) {
    .swiper-button-prev::before, .swiper-button-next::before {
      -webkit-transition: var(--transition);
      transition: var(--transition);
    }
    .swiper-button-prev:hover::before, .swiper-button-next:hover::before {
      -webkit-transform: scale(1.2);
              transform: scale(1.2);
    }
  }

@media only screen and (min-width: 600px) {
  }


.kv_area{
    max-width:1600px;
    margin: 0 auto;
}


/*-------------------------
  concept
---------------------------*/
.concept{
    background: url(../../img/bg_concept.webp);
    background-size:cover;
    position:relative;
    padding: 0 0 0px;/*padding: 0 0 100px;*/
    min-height: 180px;
}

.concept::after {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 100%;
    width: 100%;
    background-image: url("data:image/svg+xml,%3Csvg id='r2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 150'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23f7e4bc;%7D%3C/style%3E%3C/defs%3E%3Cg id='r1'%3E%3Cpolygon class='cls-1' points='0 0 1200 0 1200 50 600 0 0 50 0 0'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    transform: scale(-1);
}

@media screen and (max-width:767px) {
    .concept::after {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 100%;
    width: 100%;
    background-image: url("data:image/svg+xml,%3Csvg id='r2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 150'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23f7e4bc;%7D%3C/style%3E%3C/defs%3E%3Cg id='r1'%3E%3Cpolygon class='cls-1' points='0 0 1200 0 1200 150 600 0 0 150 0 0'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    transform: scale(-1);
}
}

.lead_area{
  text-align:center;
  position:relative;
  padding: 5.8rem 0 0rem;
}

img.icon_lets-vote{
  width: 130px;
}

img.icon_position{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.title_text {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
    padding: 20px 0px 0px;
    margin: 0 auto 0px;

}

    .title_text h1 {
    max-width: 600px;
    margin: 0px auto 40px;
    font-size: clamp(1.5rem, 1.227rem + 1.36vw, 2.25rem);
    color: #421f1b;
}

.title_text_2 {
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px auto 20px;
    width: 100%;
    z-index:2;
}

.title_text_2 h2{
  margin: -10px 0px 0;
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem);
  color: #421f1b;
}


.char {
    opacity: 0;
    display: inline-block;
    animation: fadeIn 0.5s forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}


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

@media screen and (max-width:767px) {
  .title_text {
    width:85%;
  }
  .lead_area{
  padding: 5rem 0 0rem;
  }
}

.circle_container {
    padding: 40px;
    position: absolute;
    z-index:10;
    top: 79%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.circle_block {
    width: 160px;
    height: 160px;
    margin: auto;
   position: relative;
}

.circleText {
    overflow: visible;
    animation: rotation 18s linear infinite;
}
.circleText__circle {
    fill: none;
}
.circleText__text {
    fill: #fff;
    font-size: clamp(0.563rem, -0.438rem + 10vw, 0.7rem);
    letter-spacing: 0.05em;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media screen and (max-width:1024px) {
.circle_container {
    padding: 40px;
    position: absolute;
    z-index:10;
    top: 60%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
}

@media screen and (max-width:540px) {
.circle_container {
    padding: 40px;
    position: absolute;
    z-index:10;
    top: 80%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
img.icon_lets-vote {
    width: 100px;
}
.circle_block {
    width: 120px;
    height: 120px;
    margin: auto;
    position: relative;
}
}


/*----------
カウントダウン
----------*/
.countdown_area{
    background:#1a0f04;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:10px 0;
    max-width: 500px;
    margin: -10px auto 10px;
    border-radius: 60px;
}

.countdown_area p{
    color:#fff;
    font-size:clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}

.countdown_area p span{
     font-size:clamp(1.5rem, 1.227rem + 1.36vw, 2.25rem);
     padding: 0 10px;
     font-weight:600;
}


.lead_area_2{
  max-width: 620px;
  margin: 0px auto 0px;
  padding: 20px 0 30px;
  text-align:center;
  position: relative;
  z-index:1;
}

.lead_area_2 p {
    font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
    font-weight:600;
}

.lh2{
    line-height:2;
}

.lead_area_2 .btn_vote {
    background: #1a0f04;
    color: #fff;
    padding: 8px 8px 8px !important;
    border-radius: 6px;
    display: inline;
    margin:0 5px;
}

.btn__howto_area{
    max-width: 380px;
    min-width: 220px;
    min-height: 40px;
    text-align: center;
    position: relative;
    background: #f7e4bc;
    border: solid 2px #231815;
    outline: solid 3px #f7e4bc !important;
    border-radius: 60px;
    color: #231815;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.05em;
    padding: 5px 10px 5px 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 10px auto 20px;
}

.btn__howto_area:after {
    content: "";
    width: 8px;
    height: 8px;
    border-left: 2px solid #231815;
    border-bottom: 2px solid #231815;
    position: absolute;
    right: 10px;
    top: -5px;
    bottom: 0px;
    margin: auto;
    -webkit-transform: rotate(-315deg);
    transform: rotate(315deg);
}

@media screen and (max-width: 539px) {
.lead_area_2{
  max-width: 620px;
  margin: 0px auto 0px;
  padding: 20px 0 10px;
  text-align:center;
  position: relative;
  z-index:1;
}
}

@media screen and (max-width:391px) {
    .btn__howto_area{
    font-size:14px;
}
}

/*----------
投票ボタン
----------*/
.vote_area{
  text-align: center;
  padding: 0 10px;
  }

.vote_h2{
  display:flex;
  justify-content:center;
  align-items:center;
  position: relative;
}

.vote_h2.second{
  display:flex;
  justify-content:center;
  align-items:center;
  position: relative;
  max-width: 600px;
  margin: 30px auto 0px;
}

img.tap_left{
  width:80px;
  transform: rotateZ(105deg);
}

img.tap_right{
  width:80px;
  transform: rotateZ(175deg);
}

.vote_area h2 {
    margin: 0px 0 0;
    padding: 10px 10px 10px;
    text-align: center;
    font-size: clamp(1.5rem, 1.227rem + 1.36vw, 2.25rem);
    display: inline-block;
    position: relative;
    z-index: 2;
    line-height: 1.4;
}

.vote_h2.second h2 {
    margin: 0px 0 0;
    padding: 10px 10px 10px;
    text-align: center;
    font-size: clamp(1.188rem, 0.983rem + 1.02vw, 1.75rem);
    display: inline-block;
    position: relative;
    z-index: 2;
    line-height: 1.4;
}

.vote_area h2 span,
.vote_h2.second h2 span{
  font-size:70%;
  display: block;
}

p.tap{
  text-align:center;
  font-size:clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
  padding: 10px 0 10px;
}

p.tap span{
    font-size: 90%;
    display: block;
    padding: 10px 0 10px;
}

.lead_area_2 p.tap{
    font-weight:400;
    font-size: 80%;
    display: block;
    padding: 10px 0 10px;
}

@media screen and (max-width:540px) {
   .lead_area_2 p.tap{
    font-size: 70%;
}
}

.vote_area_inner{
  max-width: 820px;
  margin: 0px auto 0px;
  padding: 20px 20px 0px;
  background-color: rgb(255 255 255 / .9);
  position: relative;
  z-index: 1;
  border-radius: 60px 60px;
}

.vote_area_inner .flex_list{
  display:flex;
  flex-wrap:wrap;
}

.vote_area_inner .flex_list a,
.vote_area_inner .flex_list li{
  width:25%;
  padding: 0 10px 20px;
  text-align: center;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  position:relative;
}

.vote_area_inner .flex_list li .vote-nomber{
    position: absolute;
    top: -3px;
    left: 5px;
    width: 30px;
}

.vote_area_inner .flex_list p{
  padding: 15px 0 0;
}

.vote_area_inner ul.flex_list li p:nth-child(2){
  font-size:13px;
  flex-grow: 1;
  display: flex;
  justify-content: center;
  flex-direction: column;
  position:relative;
  height: 90px;
}

.vote_area_inner ul.flex_list li p:nth-child(2)::before {
    content: "";
    width: calc(100% - 4px);
    height: calc(100% - 4px);
    border-image-source: url(/img/waku_vote.webp);
    border-image-slice: 120;
    border-image-width: 350px;
    border-image-repeat: round;
    position: absolute;
    top: 2px;
    left: 2px;
}

p.btn_vote {
    background: #1a0f04;
    color: #fff;
    padding: 8px 8px 8px !important;
    border-radius: 6px;
    display: inline;
    margin-top:auto;
}

[data-item].disable > .btn_vote{
  opacity: 0.4;
}

[data-item].disable > .btn_vote.voted {
  opacity: 1;
  background: #b98524;
}

p.btn_about {
    background: #f0d17d;
    color: #1a0f04;
    padding: 8px 8px 8px !important;
    border-radius: 6px;
    display: inline;
    margin-top:auto;
}

@media screen and (min-width:768px) and (max-width:819px) {
  .vote_area_inner .flex_list a,
  .vote_area_inner .flex_list li{
  width:33%;
  padding:10px;
}
}

@media screen and (max-width:767px) {
  .vote_area_inner .flex_list a,
  .vote_area_inner .flex_list li{
  width:50%;
  padding:10px;
}

.vote_area_inner{
  margin: 20px auto 0px;
  padding: 10px 10px 10px;
}

.vote_h2.second{
  margin: 30px auto 10px;
}

.vote_area h2 span,
.vote_h2.second h2 span {
    font-size: 70%;
    line-height: 1.2;
}

.vote_area h2 {
    padding: 10px 5px 10px;
    letter-spacing: -0.005em;
}

.vote_h2.second h2 {
    padding: 10px 5px 10px;
    letter-spacing: -0.005em;
    width: 70%;
}

img.tap_left{
  width:50px;
}

img.tap_right{
  width:50px;
}

}

@media screen and (max-width:375px) {
.vote_area_inner .flex_list li .vote-nomber{
    position: absolute;
    top: -3px;
    left: 5px;
    width: 25px;
}
}


/*----------
応募モーダル
----------*/
.modal{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(0,0,0,50%);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: .3s;
  box-sizing: border-box;
  z-index: 10;
}

.modal:before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  margin-left: -0.2em;
}

.modal.is-active{
  opacity: 1;
  visibility: visible;
}

.modal-container{
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 560px;
  width: 96%;
}

.modal-close{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  color: #fff;
  background: #000;
  border-radius: 50%;
  cursor: pointer;
}

.modal-content{
  background: #fff;
  line-height: 1.4;
  padding: 10px;
  display: flex;
  flex-direction: column
}

.modal-content .header{
    padding:10px 50px;
    background:#fbe3ed;
    order: 4;
    margin-top: 10px;
}

.modal-content h3{
    font-size: 16px;
    margin: 0px 0 10px;
    text-align:center;
}

.modal-content h3 span.ft_small{
    font-size: 90%;
    display: block;
    padding-top: 5px;
}

.modal-content p{
    position: relative;
    font-size:clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
    max-width: 360px;
    margin: 1em auto 1em;
    background: #1a0f04;
    color: #fff;
    font-weight:600;
    padding: 8px 30px 8px !important;
    border-radius: 6px;
    display: inline-block;
}

.modal-content p::after{
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 10px;
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-color: transparent transparent #FFF #FFF;
    transform: rotate(-135deg);
    transition: .3s;
}

@media screen and (max-width:767px) {
.modal-content .header{
    padding:10px 10px;
}
}

.iziModals .chocolate_map_inner h3{
    font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
}

.iziModals .chocolate_map_inner .img_clr{
    text-align:center;
}

.iziModals .chocolate_map_inner .img_clr img.icon_runking{
    width:150px;
    margin-bottom:5px;
}

.modal-content .img_area{
    position: relative;
}

.modal-content .img_area .fukidashi_info{
    position: absolute;
    bottom: -6%;
    right: 0;
    width: 50%;
}

@media screen and (max-width:767px) {
    .modal-content .img_area .fukidashi_info{
    position: absolute;
    bottom: -8%;
    right: 0;
    width: 60%;
}
}

/*----------
投票方法
----------*/
.vote_howto_area{
  background:#f7e4bc;
  position:relative;
  padding: 10px 0 100px;
  min-height: 180px;
}

.vote_howto_area::after {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 100%;
    width: 100%;
    background-image: url("data:image/svg+xml,%3Csvg id='r2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 150'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ffffff;%7D%3C/style%3E%3C/defs%3E%3Cg id='r1'%3E%3Cpolygon class='cls-1' points='0 0 1200 0 1200 50 600 0 0 50 0 0'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    transform: scale(-1);
}

@media screen and (max-width:767px) {
    .vote_howto_area::after {
    content: "";
    position: absolute;
    bottom: -1px;
    height: 100%;
    width: 100%;
    background-image: url("data:image/svg+xml,%3Csvg id='r2' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 150'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ffffff;%7D%3C/style%3E%3C/defs%3E%3Cg id='r1'%3E%3Cpolygon class='cls-1' points='0 0 1200 0 1200 150 600 0 0 150 0 0'/%3E%3C/g%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center bottom;
    transform: scale(-1);
}
}

.vote_howto_area h2 {
    margin: 0px auto 0;
    padding: 10px 0px 10px;
    text-align: center;
    font-size: clamp(1.5rem, 1.227rem + 1.36vw, 2.25rem);
    position: relative;
    line-height: 1.2;
}

.vote_howto_inner{
  max-width:900px;
  margin: 30px auto 0px;
  padding: 0 10px;
}

.flow {
  padding-left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}

.flow > li {
  list-style-type: none;
  width: 30%;
  display: flex;
  flex-direction:column;
  justify-content:center;
  padding: 0 20px 20px;
  margin: 0;
  border: 1px solid #c06e34;
  position: relative;
  background-color: rgb(255 255 255 / .9);
  text-align:center;
}

.flow > li h3{
  margin: -20px auto 20px;
  background: linear-gradient(135deg, rgba(192,110,52,1) 0%, rgba(240,209,125,1) 50%, rgba(192,110,52,1) 100%);
  padding:5px 0px;
  border-radius:10px;
  width:120px;
}

.flow > li h4{
  margin: 20px 0 10px;
}


.flow > li:not(:first-child) ::before {
  content: "";
  width: 14px;
  height: 14px;
  margin-right: 10px;
  display: inline-block;
  border-top: 4px solid #c06e34;
  border-right: 4px solid #c06e34;
  position: absolute;
  top: calc(50% - 14px);
  left: -25px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fukidashi_step2{
 position: absolute;
    width: 70%;
    top: -5%;
    right: -35%;
    transform: rotate(10deg);
    z-index: 4;
}

@media screen and (min-width:540px) and (max-width:767px) {
.fukidashi_step2 {
    width: 40%;
    top: -5%;
    right: -5%;
}
}

@media(max-width: 539px){
.fukidashi_step2 {
    width: 55%;
    top: -1%;
    right: -7%;
}
}

@media(max-width: 767px){
  .flow {
    gap: 20px;
    display:block;
  }

  .vote_howto_inner {
    padding: 0 30px;
}

  .flow > li {
    max-width: unset;
    display: block;
    width: 100%;
    margin: 0px 0px 50px;
  }

    .flow > li:not(:last-child)::before {
    content: "";
    width: 14px;
    height: 14px;
    margin-right: 10px;
    display: block;
    border-top: 4px solid #c06e34;
    border-right: 4px solid #c06e34;
    position: absolute;
    bottom: -20px;
    left: 50%;
    -webkit-transform: rotate(45deg);
    transform: rotate(135deg);
  }

  .flow > li:not(:first-child) ::before {
    display:none;
}
}

/*----------
プレゼント
----------*/

.present_area{
    max-width:900px;
    margin: 50px auto 0;
    padding: 0 25px 10px;
}

.present_area_inner{
    background-color: rgb(255 255 255 / .9);
    padding:  20px 20px;
    text-align:center;
    border-radius: 30px;
}

.present_area_inner h4{
    font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}

/* \ラインを使った見出し/ */
.line_midashi {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(1.125rem, 1.034rem + 0.45vw, 1.375rem)!important;
  text-align: center;
  margin: 20px 0px 10px;
}

.line_midashi::before,
.line_midashi::after {
  content: '';
  width: 3px;
  height: 60px;
  background-color: #231815;
}

.line_midashi::before {
  margin-right: 15px;
  transform: rotate(335deg)
}
.line_midashi::after {
  margin-left: 15px;
  transform: rotate(25deg)
}


p.line_midashi_p {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: clamp(0.813rem, 0.79rem + 0.11vw, 0.875rem)!important;
  text-align: center;
  margin: 0px;
}

p.line_midashi_p::before,
p.line_midashi_p::after {
  content: '';
  width: 1px;
  height: 30px;
  background-color: #231815;
}

p.line_midashi_p::before {
  margin-right: 12px;
  transform: rotate(335deg)
}
p.line_midashi_p::after {
  margin-left: 12px;
  transform: rotate(25deg)
}


.garland{
    display: flex;
    justify-content: space-between;
    width: 80%;
    margin: 20px auto 0;
}/**/

.garland .left{
    transform: rotate(351deg);
    margin-right: 50px;
    width: 250px;
    height: 100%;
}

.garland .right{
    transform: rotate(9deg);
    margin-left: 50px;
    width: 250px;
    height: 100%;
}

img.giftcard_img{
    width:350px;
    margin: -90px 0 10px;
}

@media screen and (max-width:541px) {
.garland{
    display: flex;
    justify-content: center;
    width: 100%;
    margin: 20px auto 0;
}
}

/* マーカー風 */
.highlight {
  text-decoration: underline;
  text-decoration-thickness: 0.5em;
  text-decoration-color: rgba(255, 228, 0, 0.4);
  text-underline-offset: -0.2em;
  text-decoration-skip-ink: none;
}


/*----------
エントリ候補の歴代ショコリキサーはこちら！
----------*/

.history_chocolixir{
    padding:160px 0 10px;
    position:relative;
}

.history_chocolixir h2{
    margin: 20px 0 0;
}

.history_chocolixir .circle_container {
    padding: 40px;
    position: absolute;
    z-index:10;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

@media screen and (min-width:768px) and (max-width:1180px) {
    .history_chocolixir .circle_container {
    top: -10px;
}
}

@media screen and (max-width:767px) {
  .history_chocolixir .circle_container {
    top: -10px;
}
}

.history_chocolixir .circle_block {
    width: 120px;
    height: 120px;
    margin: auto;
   position: relative;
}

.history_chocolixir .circleText {
    overflow: visible;
    animation: rotation 18s linear infinite;
}

.history_chocolixir .circleText__circle {
    fill: none;
}

.circleText__text_bg {
    fill: #000;
    font-size: clamp(0.563rem, -0.438rem + 10vw, 0.7rem);
    letter-spacing: 0.05em;
}

.history_chocolixir img.icon_lets-vote {
    width: 60px;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.history_chocolixir .list__item_4{
    cursor:pointer;
    text-align:center;
}


.iziModals .tsubu {
    margin: 0 auto;
    padding: 10px 10px 15px;
    text-align: left;
}

.iziModals p.name {
    font-weight: 600;
    font-size: 18px;
    padding: 20px 0 10px;
    text-align:center;
}

.iziModals p.catch_copy {
    font-weight: 600;
    font-size: 16px;
    padding: 0px 0 10px;
    text-align:center;
}

.iziModals p.text {
    font-weight: 400;
    font-size: 14px;
    padding: 0px 0 10px;
    text-align:left;
}

.iziModals span.shop_name{
    padding-top: 10px;
    display: block;
}

@media (max-width: 756px) {
    .history_chocolixir .list__item_4 {
        width: calc((100% - 1px) / 2);
        min-height: 200px;
        margin-bottom: 10px;
        padding: .5rem .5rem .5rem;
    }
}

/*----------
応募規約
----------*/
.kiyaku_area{
    max-width:900px;
    margin: 0 auto 0;
    padding: 30px 10px 0px;
}

.readmore {
  position: relative;
  margin: 10px auto 0;
  padding: 10px 10px 75px;
  border: solid 1px #ccc;
}

.readmore h3{
    text-align:center;
}

.readmore p{
    font-size: 14px;
}

.readmore label {
    position: absolute !important;
    display: table !important;
    left: 50%;
    bottom: 0;
    margin: 0 auto 20px;
    width: 200px;
    padding: 10px 0 !important;
    color: #fff;
    text-align: center;
    border-radius: 5px;
    background-color: #333;
    transform: translateX(-50%);
    cursor: pointer;
    z-index: 1;
}

.readmore input[type="checkbox"]+label::before{
    content: '続きを読む';
}

.readmore input[type="checkbox"]:checked+label::after{
    display:none;
}

.readmore label::before{
    position: relative !important;
    margin-top: 0px !important;
    border: none !important;
    padding-right: 0 !important;
    background-color: transparent !important;
    display: inline !important;
}

.readmore input[type="checkbox"]:checked ~ label::before {
  content: '元に戻す';
}

.readmore input[type="checkbox"]{
  display: none;
}

.readmore-content {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.readmore input[type="checkbox"]:checked ~ .readmore-content {
  height: auto;
}

.readmore-content::before {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30px;
  background: linear-gradient( rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

.readmore input[type="checkbox"]:checked ~ .readmore-content::before {
  display: none;
}


/*----------
お問い合わせ先
----------*/
.contact_area{
    max-width:600px;
    margin: 0 auto 0;
    padding: 30px 10px 50px;
}

.contact_area_inner{
    border: dashed 1px #d5b04a;
    padding:20px 20px 10px;
}


.contact_area_inner p{
    font-size:15px;
    padding: 0 0 10px;
    text-align:center;
}


/*--------------------------------------------------------------
 service
--------------------------------------------------------------*/
.service{
   padding: 10px 10px 0px;
}

.service .service_inner{
  max-width: 900px;
  margin: 0 auto 0;
  padding: 10px 0px 0px;
}

.service h2{
  font-size: 23px;
  font-weight:600;
  text-align:center;
  margin:20px 0;
}

.service_area{
  padding: 0 10px 0px;
  margin-bottom:0px;
  background-color:#fff;
  text-align:center;
}

.service_area a.underline{
  text-decoration:underline;
}

.service_area h3.shop_category{
  font-size: 20px;
  font-weight: 600;
  padding: 8px;
  text-align: center;
  background: #300206;
  display: inline-block;
  margin: -30px 0 10px;
  color: #fff;
  border-radius: 6px;
  min-width: 225px;
}

.service_area h4.shop_category{
  font-size: 18px;
  font-weight: 600;
  padding: 8px;
  text-align: center;
  background: #300206;
  display: inline-block;
  margin: 20px 0 10px;
  color: #fff;
  border-radius: 6px;
  min-width: 225px;
}

.service_area h4{
  font-size: 16px;
  font-weight:400;
  padding: 10px 0 20px;
  text-align:left;
  margin: 0 auto;
}

.service_area h4.step{
  text-align: left;
  font-size: 16px;
  background-color: #f7e4bc;
  margin: 10px 0;
  display: inline-block;
  border-radius: 30px;
  padding: 5px 10px;
  color: #231815;
}

.service_area p.notice{
  padding-top:10px;
  font-size:14px;
}

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

  }


/*--------------------------------------------------------------
  リール動画 movie_area
--------------------------------------------------------------*/
.movie_area{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 30px auto;
    padding: 0px 20px;
}

.movie_box{
  width: 33%;
  margin: auto auto;
}

  /*ショート動画を縦型に*/
.youtube_short{
  content: "";
  display: block;
  width: 99%;
  margin: 0 auto 0px;
  padding:20px 0px;
}

.youtube_short iframe {
  position: relative;
  aspect-ratio: 16 /9;
  width: 360px;
}

.youtube_short .video {
  height: 100%;
  margin: 0 auto;
  overflow: visible;
  padding-bottom: 0;
  width: 360px !important;   /* ビデオ横幅 */
}

@media screen and (min-width:990px) and (max-width:1200px) {
    .youtube_short iframe {
  position: relative;
  aspect-ratio:9 /16;
  width: 300px;
}

.youtube_short .video {
  height: 100%;
  margin: 0 auto;
  overflow: visible;
  padding-bottom: 0;
  width: 300px !important;   /* ビデオ横幅 */
}
}

@media screen and (min-width:768px) and (max-width:989px) {
    .youtube_short iframe {
  position: relative;
  aspect-ratio: 16 /9;
  width: 300px;
}

.youtube_short .video {
  height: 100%;
  margin: 0 auto;
  overflow: visible;
  padding-bottom: 0;
  width: 300px !important;   /* ビデオ横幅 */
}

.movie_box{
  width: 49%;
  margin: auto auto;
}

}


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

    .youtube_short iframe {
  position: relative;
  aspect-ratio: 16 /9;
  width: 300px;
}

.youtube_short .video {
  height: 100%;
  margin: 0 auto;
  overflow: visible;
  padding-bottom: 0;
  width: 300px !important;   /* ビデオ横幅 */
}
    .movie_box{
  width: 98%;
  margin: auto auto;
}

}



.btn__drink-index{
    max-width: 380px;
    min-width: 220px;
    min-height: 40px;
    text-align: center;
    position: relative;
    background: #f7e4bc;
    border: solid 2px #231815;
    outline: solid 3px #f7e4bc !important;
    border-radius: 60px;
    color: #231815;
    font-weight: 400;
    font-size: 16px;
    letter-spacing: 0.05em;
    padding: 5px 10px 5px 0;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0px auto 0px;
}

.btn__drink-index:after {
    content: "";
    width: 8px;
    height: 8px;
    border-left: 2px solid #231815;
    border-bottom: 2px solid #231815;
    position: absolute;
    right: 10px;
    top: -5px;
    bottom: 0px;
    margin: auto;
    -webkit-transform: rotate(-225deg);
    transform: rotate(225deg);
}

@media screen and (max-width:391px) {
    .btn__drink-index{
    font-size:14px;
}
}


/*-------------------------
  result_report_area 結果発表
---------------------------*/

.result_area{
    background: url(../../img/bg_interim_report_area.webp);
    background-size: cover;
    padding: 0 0 30px;
}

.result_report_area{
    max-width: 980px;
    padding: 0px 0px 50px;
    margin: 20px auto 0;
    /*background: url(../../img/bg_interim_report_area.webp);
    background-size: cover;*/
    position:relative;
    z-index:1;
}

.result_report_area .title_2{
    text-align:center;
}

.result_report_area .title{
    text-align: center;
    padding: 0px 0px 0px;
}

.result_report_area .title h2 {
    margin: 0px 0 30px;
    padding: 0px 10px 0px;
    text-align: center;
    font-size: clamp(2.5rem, 2.318rem + 0.91vw, 3rem);
    position: relative;
    z-index: 2;
    line-height: 1.2;
    border-bottom: solid 5px rgb(223 181 56);
    display: inline-block;
}

.result_report_area .title h2 span {
    font-size: 60%;
}

.result_report_area .title p{
    font-size: clamp(1.063rem, 1.04rem + 0.11vw, 1.125rem);
}

.result_report_area .result_report{
    display: flex;
     position: relative;
     align-items: flex-end;
     gap: 10px 10px;
     padding: 10px 0 0;
}

.result_report_area .result_report .chocolixir  p.name{
    font-size: clamp(1.063rem, 1.04rem + 0.11vw, 1.125rem);
    text-align: center;
    padding:20px 0 10px;
    min-height: 88px;
    font-weight: 600;
}

.result_report_area .result_report .chocolixir .winner_coment{
    border: solid 2px #d1a82e;
    border-radius: 20px;
    padding: 30px 10px 10px;
    background: rgb(255 255 255 / 75%);
    position: relative;
    text-align: center;
    margin-top: 20px;
}

.result_report_area .result_report .chocolixir .winner_coment p{
    font-size: clamp(0.875rem, 0.85rem + 0.12vw, 0.938rem);
    text-align: left;
}

.result_report_area .result_report .chocolixir .winner_coment p.coment {
    font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
    text-align: center;
    border-radius: 8px;
    background: #d1a82e;
    background: linear-gradient(299deg, rgba(209, 168, 46, 1) 0%, rgba(237, 242, 138, 1) 50%, rgba(209, 168, 46, 1) 100%);
    color: #1a0f04;
    padding: 8px 8px 8px !important;
    border-radius: 6px;
    position: absolute;
    top: -8%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 70%;
}

h3.news{
    color: #cf152d;
    font-size: clamp(1.25rem, 1.159rem + 0.45vw, 1.5rem);
    line-height:1.6;
    margin: 20px 0 10px;
}

.result_report_area .result_report .chocolixir  p.coment{
    font-size: clamp(0.813rem, 0.744rem + 0.34vw, 1rem);
    text-align: center;
    border-radius: 8px;
    background: #1a0f04;
    color: #fff;
    padding: 8px 8px 8px !important;
    border-radius: 6px;
    display: inline;
    margin-top: auto;
}

.result_report_area .result_report .chocolixir{
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    padding: 0 0 30px;
    cursor:pointer
}

.result_report_area .result_report .chocolixir .img {
    position: relative;
}

.result_report_area .result_report .chocolixir .img .no1_ribon{
    position: absolute;
    bottom: -2%;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);;
}

.result_report_area .result_report .chocolixir .img .icon_zoom{
    position: absolute;
    bottom:2%;
    right:2%;
}

.result_report_area .result_report .chocolixir.order_1 {
    width: 38%;
}

.result_report_area .result_report .icon_r1{
    margin: 0px auto 0;
    width: 50%;
}

.result_report_area .result_report .chocolixir.order_2 {
    width: 30%;
}

.result_report_area .result_report .chocolixir.order_3 {
    width: 30%;
}


.result_report_area .result_report .icon_r{
    margin: 0px auto 0;
    width: 50%;
}

img.border-radius{
    border-radius:30px;
}

@media screen and (max-width:820px) {
.result_report_area{
    margin: 20px 10px 0;
    padding: 0px 0px 0;
}
}

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

.result_report_area .result_report{
    padding: 10px 0 0;
    flex-wrap: wrap;
}

.result_report_area .result_report .chocolixir.order_1 {
    width: 90%;
    order: 0;
    margin: 0px auto;
}

.result_report_area .result_report .chocolixir.order_2 {
    width: 48.5%;
    order: 1;
}

.result_report_area .result_report .chocolixir.order_3 {
    width: 48.5%;
    order: 2;
}
}

@media screen and (max-width:345px) {
    .result_report_area .result_report .chocolixir.order_3 {
    width: 47.5%;
    order: 2;
}

.result_report_area .result_report .chocolixir .winner_coment p.coment {
    width:80%;
}
}

/*-------------------------
report_area_2 結果発表
---------------------------*/

.result_report_area .result_report_2{
     padding: 0px 0 0px;
}

.result_report_area .result_report_2 h3 {
    font-size: clamp(1.375rem, 1.284rem + 0.45vw, 1.625rem);
    margin: 20px 0 0;
    padding: 0.2em 0;
    border-top: solid 2px rgb(223 181 56);
    border-bottom: solid 2px rgb(223 181 56);
}

.result_report_area .result_report_2 p{
    font-size: 14px;
    text-align: center;
    font-weight: 600;
}

.result_report_area .result_report_2 .img {
    position: relative;
}

.result_report_area .result_report_2 .img .icon_zoom{
    position: absolute;
    bottom:2%;
    right:2%;
}

.result_report_area .result_report_2 .icon_r{
    text-align: center;
    width: 90px;
    margin: 0px auto 5px;
}

.result_report_area .result_report_2 .flex_list{
    padding: 0px 0 1rem;
}

.result_report_area .result_report_2 .flex_list .list__item_4{
    cursor:pointer;
}

.result_report_area .result_report_2 .flex_list .flex_list_item_btn {
    margin: auto auto 10px;
}

@media (max-width: 640px) {
    .pane-main .wrap, .collection_section .wrap, .collection_items .wrap, .pane-main .wrap_1600, .collection_section .wrap_1600, .collection_items .wrap_1600 {
        padding: 0 0rem;
    }
}

/*--------------------------------------------------------------
  End
--------------------------------------------------------------*/