@font-face {
  font-family: 'Font Awesome 5 Free';
  font-style: normal;
  font-weight: 900;
  src: url("https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-regular-400.woff2") format("woff2"),
    url("https://use.fontawesome.com/releases/v5.0.6/webfonts/fa-solid-900.woff2") format("woff2");
  font-display: swap;
}

@charset "UTF-8";

html {
  font-size: 62.5%
}

body,
html {
  overflow-x: hidden
}

body {
  position: relative
}

button:focus {
  outline: 0
}

.base-line {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}

.red {
  color: #c32035
}

.color-notes {
  color: #9c8989
}

.bg-red {
  background: #c32035
}

.white {
  color: #fefefe
}

.bg-notes {
  background: #f2ede7
}

.official-twi a,
a.btn-brand,
body {
  font-family: Noto Serif JP, serif;
  color: #372b1f;
  font-weight: 400
}

.btn-more,
.hash-tag,
.notes,
a {
  font-weight: 700
}

.btn-more,
.hash-tag,
.limited-box,
.limited-period,
.notes,
a {
  font-family: Noto Sans JP, sans-serif
}

.limited-period {
  padding: 0 5px;
  border-bottom: solid 1px #c32035
}

.bold {
  font-weight: 900
}

.semi-bold {
  font-weight: 700
}

.medium {
  font-weight: 600
}

.regular {
  font-weight: 500
}

.light {
  font-weight: 400;
  font-weight: 300
}

a,
dd,
dt,
li,
p {
  font-size: 1.6rem
}

.f-12 {
  font-size: 1.2rem
}

.f-14 {
  font-size: 1.4rem
}

.f-20 {
  font-size: 1.5rem
}

.f-21 {
  font-size: 1.8rem
}

.f-22 {
  font-size: 2rem
}

.f-28 {
  font-size: 2.5rem
}

.f-24 {
  font-size: 1.8rem
}

.f-19 {
  font-size: 1.9rem
}

.f-25 {
  font-size: 2.5rem
}

.f-26 {
  font-size: 2.6rem
}

.f-28 {
  font-size: 2.1rem
}

.f-30 {
  font-size: 3rem
}

.f-24 {
  font-size: 2.4rem
}

.f-32 {
  font-size: 3.2rem
}

.f-34,
.f-36 {
  font-size: 2.6rem
}

.f-28 {
  font-size: 2.8rem
}

.f-37 {
  font-size: 3.7rem
}

.f-57 {
  font-size: 5.7rem
}

.f-29 {
  font-size: 2.9rem
}

.f-38 {
  font-size: 3.8rem
}

.f-40 {
  font-size: 3rem
}

.f-23 {
  font-size: 2.3rem
}

.f-43 {
  font-size: 4.3rem
}

.f-44 {
  font-size: 4.4rem
}

.f-46 {
  font-size: 4.6rem
}

.f-49 {
  font-size: 3.7rem
}

.f-50 {
  font-size: 5rem
}

.f-53 {
  font-size: 4rem
}

.f-56,
h3 {
  font-size: 4.2rem
}

.f-60 {
  font-size: 6rem
}

.f-48 {
  font-size: 4.8rem
}

.f-64 {
  font-size: 6.4rem
}

.f-66 {
  font-size: 6.6rem
}

.f-68 {
  font-size: 6.8rem
}

.f-54 {
  font-size: 5.4rem
}

.f-76 {
  font-size: 5.7rem
}

.f-52 {
  font-size: 5.2rem
}

.line-15 {
  line-height: 1.2
}

.txt-right {
  text-align: right
}

.txt-center {
  text-align: center
}

.txt-left {
  text-align: left
}

.ttl {
  margin-bottom: 45px
}

.block,
.br {
  display: block
}

.in-br,
.inline-block {
  display: inline-block
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.flex-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.flex-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

@media screen and (max-width:768px) {
  .sp-br {
    display: block
  }
}

h3.ttl {
  text-align: center;
  margin: auto auto 50px;
  font-weight: 500
}

h3.ttl img {
  display: block;
  margin: auto;
  width: 150px
}

.intro__inner {
  width: 840px;
  margin: auto
}

.method {
  padding: 5pc 0 75pt;
  background-color: #382b20;
  background-image: url(../images/pc-flow-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%
}

.method__inner {
  width: 1030px;
  margin: auto
}

.menu {
  padding: 0 0 110px
}

.menu__inner {
  width: 75pc;
  margin: auto
}

.menu__inner h3 figure {
  margin-bottom: 15px
}

.btn-twi {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  background: #299cd3;
  color: #fefefe;
  padding: 5px 10px;
  color: #fff;
  border-radius: 2px;
  margin-top: 20px
}

.btn-twi span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.btn-twi span:before {
  display: block;
  font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Brands;
  font-weight: 900;
  margin-right: 20px;
  margin-left: 15px
}

.btn-twi span {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.btn-twi span:before,
.official-twi a span:before {
  content: "\f099";
  margin-right: 10px
}

p.btn-more {
  display: block;
  width: 100%;
  background: #c89f81;
  border-radius: 2px;
  margin-top: auto;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  color: #fefefe
}

p.btn-more,
p.btn-more span {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

p.btn-more span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

p.btn-more span:before {
  display: block;
  font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Brands;
  font-weight: 900;
  margin-right: 20px;
  margin-left: 15px;
  content: "\f002"
}

a.btn-vote {
  margin-top: 4px;
  display: block;
  width: 100%;
  background: #c32033;
  color: #fefefe;
  border-radius: 2px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

a.btn-vote,
a.btn-vote span {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

a.btn-vote span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.card {
  padding: 10px
}

.vote-item-img {
  height: 150px;
  margin-left: auto
}

.limited-box {
  margin-bottom: 20px
}

.limited-box span {
  border: solid #c32035 1px;
  padding: 0 5px
}

.vote-item-2nd {
  height: 90px;
  padding-top: 15px
}

header {
  position: absolute
}

header img {
  display: inline-block;
  width: 5pc;
  margin: 20px 0 0 20px
}

.fv {
  background: url(../images/pc-top-bg01.png)no-repeat center/cover;
  width: 100%;
  height: 750px
}

.fv .top-catch {
  margin: 0 0 0 auto;
  width: 50%;
  padding-top: 75pt
}

.fv h2 {
  margin-bottom: 30px
}

.fv .top-catch-logo {
  width: 164px;
  margin: auto
}

.fv .top-catch-logo img {
  margin: 70px auto 0
}

.fv .top-catch-2nd {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.fv .top-catch-left .regular {
  text-align: center
}

.fv .top-catch-left .top-catch-quo {
  width: 50%
}

.fv .top-catch-center {
  margin: 30px
}

.fv .top-catch-btn {
  display: block;
  background: url(../images/menu-top.png)center/contain;
  width: 190px;
  height: 190px;
  position: fixed;
  bottom: 30px;
  -webkit-transition: .3s all;
  transition: .3s all;
  z-index: 2
}

.fv .top-catch-drink {
  display: block;
  background: url(../images/top-drink.png)no-repeat center/contain;
  z-index: 2;
  height: 350px;
  position: absolute;
  width: 900px;
  right: -75pt;
  top: 550px
}

.fv .top-catch-1st {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}

.intro-gradation {
  padding: 135px;
  background: #f8ecdc;
  background: -webkit-linear-gradient(top, #f8ecdc 0, #fcf9f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#f8ecdc), to(#fcf9f4));
  background: linear-gradient(to bottom, #f8ecdc 0, #fcf9f4 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8ecdc', endColorstr='#fcf9f4', GradientType=0)
}

.intro .intro-txt {
  width: 670px;
  margin: auto
}

.intro .intro-txt p {
  margin-top: 30px;
  line-height: 2.4
}

.intro .intro-txt p:first-child {
  margin-top: 0
}

.intro .intro-p {
  margin-bottom: 35px;
  letter-spacing: 1px
}

.intro .intro-p:last-child {
  margin-bottom: 0
}

.intro .txt {
  line-height: 2;
  letter-spacing: 2
}

.intro .present {
  background: #fcf9f4
}

.intro .present .present-bg {
  background: #f2eee7;
  margin-top: -40px;
  padding-bottom: 75pt
}

.intro .present .present-2nd {
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline
}

.intro .present figure {
  text-align: center;
  width: 228px;
  margin: auto
}

.intro .present .present-des {
  padding-top: 5pc
}

.intro .present .present-des .present-des-2nd,
.intro .present .present-des .present-des-3rd {
  margin-top: -20px
}

.intro .present .present-des .present-des-2nd {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.intro .present .quocard img {
  width: 268px
}

.intro .present .present-inner {
  background: url(../images/pc-present-bg.png)#fcf9f4 no-repeat bottom/cover;
  padding-bottom: 300px;
  position: relative;
  height: 500px
}

.intro .present-data-inner {
  background: #fefefe;
  border: solid 1px #786e64;
  padding: 40px;
  margin-top: -52px;
  position: absolute
}

.intro .present-data-inner dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px
}

.intro .present-data-inner dl:last-child {
  margin-bottom: 0
}

.intro .present-data-inner dl dt {
  width: 125px;
  margin-right: 70px
}

.method .method-flow {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.method .step .step-num {
  position: relative
}

.method .step:last-child .step-num:after {
  display: none
}

.method .step p {
  color: #fefefe;
  text-align: center;
  font-size: 3.2rem
}

.method .step-box figure {
  width: 158px;
  margin-right: 60px
}

.method .step-box-txt p {
  text-align: left;
  font-size: 1.5rem
}

.method .step-txt {
  margin-top: -85px
}

.method .method-des-mt {
  margin-top: 20px
}

.method .method-des-box .txt {
  width: 60%
}

.method .method-des-box .txt .line-height {
  line-height: normal
}

.method .method-des {
  border: solid #fefefe 1px;
  padding: 30px;
  color: #fefefe;
  margin-top: 75px
}

.method .method-des .method-des-box {
  width: 100%;
  margin: auto auto 30px
}

.method .method-des .method-des-box .txt .f-19 {
  letter-spacing: 1px;
  font-size: 2.2rem
}

.method .method-des .method-des-box figure {
  margin-right: 30px;
  width: 30%;
  margin: 0 50px 0 0;
  height: 80%
}

.method .method-des h4 {
  text-align: center;
  font-size: 3.1rem;
  margin-bottom: 30px
}

.method .method-des .des-box {
  padding: 20px;
  margin: 10px auto;
  background: #4c4036
}

.menu {
  background: #f5f2ed
}

.ttl-menu {
  height: 140px;
  background: url(../images/pc-menu-frame.png)no-repeat center;
  padding-top: 40px
}

.ttl-menu .br {
  margin-top: -5px
}

.menu-2nd {
  text-align: center;
  margin-bottom: 40px
}

.menu-2nd:before {
  content: "＼";
  display: inline
}

.menu-2nd:after {
  content: "／";
  display: inline
}

.menu-tap {
  margin-bottom: 45px
}

.menu-tap figure {
  width: 60px;
  margin: auto;
  margin-bottom: 15px
}

.random {
  padding-top: 75pt;
  background: url(../images/menu-bg-text.png)no-repeat;
  background-position-y: 75pt;
  background-position-x: center
}

.random-img {
  width: 50pc;
  margin: 50px auto 0
}

.slider_fade {
  position: relative;
  width: 300px;
  height: 350px
}

.slider_fade li img {
  width: 300px;
  -o-object-fit: cover;
  object-fit: cover
}

.menu-area {
  padding-top: 75pt;
  margin-top: -75pt;
  background: url(../images/menu-bg.png)no-repeat top;
  border-bottom: solid #382c20 1px;
  padding: 75pt 20px 30px
}

.vote-area {
  position: relative;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center
}

.vote-box {
  background: #fff;
  margin: 0 7px 30px;
  -webkit-filter: drop-shadow(2px 2px 6px #e7e6e4);
  filter: drop-shadow(2px 2px 6px #e7e6e4)
}

.vote-box.limited {
  background: #f2e2d1
}

.vote-box.limited .bg-red {
  padding: 0 5px
}

.vote-box.card {
  width: calc(100%/5 - 30px);
  position: relative;
  height: 390px
}

.js-vote-des.open {
  opacity: 1;
  visibility: visible;
  height: 350px
}

.menu-plus {
  width: 50px
}

.vote-des.open>.vote-box-02 {
  margin-top: 300px
}

.accordion-box {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 5%
}

.accordion-box+.accordion-box {
  margin-top: 20px
}

.accordion {
  border: 1px solid #ccc;
  width: 100%;
  text-align: left;
  position: relative;
  cursor: pointer;
  background-color: #fff;
  padding: 8px 0 8px 3%
}

.accordion-inner {
  padding: 30px 0 60px
}

.accordion-content {
  display: none;
  padding: 8px 0 8px 3%;
  width: 100%;
  text-align: left;
  background-color: #e1a948
}

.heading {
  padding: 0 5%;
  margin-bottom: 10px
}

.accordion-category-box {
  width: calc(100%/5 - 20px);
  margin-bottom: 20px
}

.accordion-category-box:nth-child(2) .category {
  margin: -60px -140px 20px
}

.accordion-category-box:nth-child(2) .vote-des {
  background: url(../images/vote-des02.png)no-repeat left top
}

.accordion-category-box:nth-child(3) .category,
.accordion-category-box:nth-child(8) .category {
  margin: -60px -362px 20px
}

.accordion-category-box:nth-child(3) .vote-des,
.accordion-category-box:nth-child(8) .vote-des {
  background: url(../images/vote-des03.png)no-repeat center top
}

.accordion-category-box:nth-child(4) .category,
.accordion-category-box:nth-child(9) .category {
  margin: -60px -596px 20px
}

.accordion-category-box:nth-child(4) .vote-des,
.accordion-category-box:nth-child(9) .vote-des {
  background: url(../images/vote-des04.png)no-repeat right top
}

.accordion-category-box:last-child .category,
.accordion-category-box:nth-child(5) .category {
  margin: -60px -833px 20px
}

.accordion-category-box:last-child .vote-des,
.accordion-category-box:nth-child(5) .vote-des {
  background: url(../images/vote-des05.png)no-repeat right top
}

.accordion-category-box:nth-child(6) .vote-des {
  background: url(../images/vote-des06.png)no-repeat left top
}

.accordion-category-box:nth-child(7) .category {
  margin: -60px -140px 20px
}

.accordion-category-box:nth-child(7) .vote-des {
  background: url(../images/vote-des07.png)no-repeat left top
}

.accordion-category {
  border: 1px solid #ccc;
  padding: 8px;
  position: relative
}

.category {
  width: 100%;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: none;
  width: 750pt;
  margin: -60px 75pt 20px;
  z-index: 2;
  position: relative
}

.category .vote-des {
  background: url(../images/vote-des01.png)no-repeat;
  height: 350px;
  padding: 50px
}

.category .vote-des .vote-des-flex,
.category .vote-des .vote-des-flex .vote-des-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.category .vote-des .vote-des-flex .vote-des-img {
  height: auto;
  padding-right: 40px
}

.category .vote-des .vote-des-flex .vote-btn-area {
  margin: auto 0 0 auto
}

.category .vote-des .vote-des-flex .vote-item-img {
  width: 200px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.category .vote-des .vote-des-flex .vote-item-img img {
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover
}

.category .vote-des .vote-des-flex .vote-item-img:after {
  content: "";
  display: block;
  background: url(../images/vote-des-line.png);
  height: 200px;
  width: 5px;
  padding: 1px;
  margin: 0 20px
}

.category .vote-des .vote-des-flex .f-14 {
  margin-top: 10px
}

.category .vote-des .vote-num {
  width: 4%;
  display: block;
  margin-bottom: 20px
}

.category .vote-des .txt {
  width: 500px
}

.category .vote-item-img {
  width: auto
}

.accordion-category-wrap {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  width: 100%;
  margin: 0 auto
}

.vote-des {
  opacity: 1;
  visibility: visible;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 350px
}

.top-notes {
  padding: 75pt 0
}

.noted-txt {
  width: 963px;
  margin: auto;
  overflow-y: scroll;
  height: 568px;
  padding: 50px;
  background: #fefefe
}

.noted-txt h4 {
  font-size: 1.6rem;
  margin: 15px 0 5px
}

.noted-txt ul {
  margin-bottom: 5px
}

.top-btn {
  padding-bottom: 130px;
  text-align: center
}

.top-btn a img {
  margin: 75pt auto;
  width: 45px
}

.top-btn a.btn-brand {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  text-align: center;
  background: #382c20;
  color: #fefefe;
  width: 50pc;
  height: 75pt;
  font-size: 2.6rem
}

.intro-gradation .intro__inner {
  position: relative
}

.intro-gradation .intro__inner:before {
  content: "";
  display: inline-block;
  width: 10pc;
  height: 150px;
  margin-left: -50px;
  margin: auto auto -75pt -90pt;
  background: url(../images/reef01.png)no-repeat center/contain
}

.intro-gradation .intro__inner:after {
  content: "";
  display: block;
  position: absolute;
  width: 10pc;
  height: 90pt;
  margin: 5pc 0 0 auto;
  right: 0;
  background: url(../images/reef03.png)no-repeat center/contain
}

.intro-gradation .intro__inner h3:before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  margin: auto auto -150px -950px;
  background: url(../images/reef02.png)no-repeat center/contain
}

.present-data {
  position: relative
}

.present-data .present-data-inner:before {
  content: "";
  display: inline-block;
  position: absolute;
  width: 75pt;
  height: 150px;
  left: -200px;
  background: url(../images/reef06.png)no-repeat center/contain
}

.present-data .present-data-inner:after {
  right: -20px;
  background: url(../images/reef05.png)no-repeat center/contain
}

.present-data .present-data-inner:after,
.present-data:after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 75pt;
  height: 150px;
  bottom: 200px
}

.present-data:after {
  right: 75pt;
  background: url(../images/reef04.png)no-repeat center/contain
}

.method__inner {
  position: relative
}

.method__inner:before {
  content: "";
  display: inline-block;
  width: 180px;
  height: 150px;
  margin-left: -50px;
  margin: auto auto -75pt -90pt;
  background: url(../images/reef07.png)no-repeat center/contain
}

.method .method-des .method-des-box p {
  text-align: left;
  line-height: 1.4
}

@media screen and (max-width:768px) {
  .present-data .present-data-inner:before {
    width: 5pc;
    margin-left: 0;
    left: 0;
    top: -70px;
    background: url(../images/reef06.png)no-repeat center/contain
  }

  .present-data .present-data-inner:before,
  .present-data:after {
    content: "";
    display: inline-block;
    position: absolute;
    height: 150px
  }

  .present-data:after {
    width: 90px;
    right: 0;
    bottom: 150px
  }

  .method__inner:before {
    content: "";
    display: inline-block;
    width: 130px;
    height: 75pt;
    position: absolute;
    margin-left: -50px;
    top: -150px;
    margin: 0
  }

  .present-data .present-data-inner:after {
    bottom: 0
  }

  .intro-gradation .intro__inner {
    position: relative
  }

  .intro-gradation .intro__inner:before {
    content: "";
    display: inline-block;
    width: 75pt;
    height: 150px;
    position: absolute;
    margin-left: -50px;
    margin: auto auto 75pt 0;
    top: -50px;
    left: -20px;
    background: url(../images/reef01.png)no-repeat center/contain
  }

  .intro-gradation .intro__inner:after {
    content: "";
    display: block;
    position: absolute;
    width: 5pc;
    height: 90pt;
    margin: 0;
    right: -20px;
    background: url(../images/reef03.png)no-repeat center/contain
  }

  .intro-gradation .intro__inner h3:before {
    content: "";
    display: inline-block;
    width: 40px;
    position: absolute;
    margin: 0;
    left: 0;
    top: 50px;
    height: 60px
  }
}

footer {
  background: #595758;
  text-align: center;
  padding: 50px
}

footer figure {
  width: 5pc;
  margin: auto auto 20px
}

.pc-hidden {
  display: none
}

@media screen and (max-width:1300px) {
  .fv .top-catch-center {
    margin: 0 10px
  }

  .fv .f-46 {
    font-size: 3.6rem
  }

  .fv .top-catch {
    width: 55%
  }
}

@media screen and (max-width:1200px) {
  .menu__inner {
    width: 100%
  }

  .accordion-category-box {
    width: 20%;
    margin-bottom: 20px
  }

  .menu-area {
    padding-right: 5px;
    padding-left: 5px
  }

  .accordion-category-box:nth-child(2) .category {
    margin: -60px -140px 20px
  }

  .accordion-category-box:nth-child(3) .category,
  .accordion-category-box:nth-child(8) .category {
    margin: -60px -300px 20px
  }

  .accordion-category-box:nth-child(4) .category,
  .accordion-category-box:nth-child(9) .category {
    margin: -60px -450px 20px
  }

  .accordion-category-box:last-child .category,
  .accordion-category-box:nth-child(5) .category {
    margin: -60px -680px 20px
  }

  .accordion-category-box:last-child .category .vote-des,
  .accordion-category-box:nth-child(5) .category .vote-des {
    background-position: right top
  }

  .accordion-category-box:nth-child(7) .category {
    margin: -60px -140px 20px
  }

  .category {
    margin: -60px 5pc 20px;
    width: 50pc
  }
}

@media screen and (max-width:992px) {
  .fv {
    background: url(../images/sp-top0bg01.png)no-repeat center/cover
  }

  .fv .top-catch,
  .intro__inner,
  .menu__inner,
  .method .method-des .method-des-box,
  .method .step,
  .method__inner,
  .noted-txt,
  .top-btn a.btn-brand {
    width: 100%
  }

  .method .step:last-child:after {
    display: none
  }

  .vote-item-2nd {
    height: 90pt
  }
}

.method .step p.f-14 {
  font-size: 1.4rem
}

@media screen and (min-width:992px) {

  .btn-more,
  a {
    -webkit-transition: .3s;
    transition: .3s
  }

  .btn-more:hover,
  a:hover {
    opacity: .7
  }
}

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

  .f-28,
  .f-29 {
    font-size: 2rem
  }

  .intro__inner .f-50 {
    font-size: 4rem;
    margin: 10px auto
  }

  .f-32 {
    font-size: 3rem
  }

  .f-44 {
    font-size: 3.4rem
  }

  .random-img {
    width: auto
  }

  .category .vote-des .vote-des-flex .vote-item-img {
    height: 80%;
    width: 130px
  }

  .category .vote-des .vote-des-flex .vote-item-img img {
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 75pt
  }

  .category .vote-des .vote-des-flex .vote-des-img {
    padding-right: 0
  }

  .vote-item-img {
    text-align: center
  }

  .vote-item-img img {
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover;
    width: 75pt
  }

  .pc-hidden.menu-2nd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .pc-hidden.menu-2nd.f-53 {
    font-size: 2.6rem
  }

  .pc-hidden.menu-2nd:before {
    background: url(../images/sp-menu-2nd-line01.png)no-repeat center/contain
  }

  .pc-hidden.menu-2nd:after,
  .pc-hidden.menu-2nd:before {
    content: "";
    display: inline-block;
    width: 30px;
    height: 75pt
  }

  .pc-hidden.menu-2nd:after {
    background: url(../images/sp-menu-2nd-line02.png)no-repeat center/contain
  }

  .sp-hidden {
    display: none
  }

  .pc-hidden {
    display: block
  }

  body {
    overflow-x: hidden
  }

  .intro__inner,
  .menu__inner,
  .method__inner {
    padding-right: 15px;
    padding-left: 15px
  }

  .fv .top-catch-1st:before {
    height: 60px;
    width: 60px
  }

  h3 {
    font-size: 2.5rem
  }

  .f-56 {
    font-size: 3rem
  }

  .f-100 {
    font-size: 5.2rem
  }

  .f-48 {
    font-size: 3.6rem
  }

  .f-66 {
    font-size: 4rem
  }

  .f-36 {
    font-size: 2.4rem
  }

  .f-40 {
    font-size: 2.8rem
  }

  .f-53 {
    font-size: 3rem
  }

  .f-34 {
    font-size: 2rem
  }

  .f-38 {
    font-size: 2.1rem
  }

  .sp-f-16 {
    font-size: 1.2rem
  }

  h3.ttl img {
    width: 75pt
  }

  .f-64 {
    font-size: 4.4rem
  }

  .f-43 {
    font-size: 3.3rem
  }

  .f-60 {
    font-size: 4rem
  }
}

@media screen and (max-width:768px) {
  header {
    z-index: 1
  }

  h3.ttl {
    margin-bottom: 36px
  }

  .color-notes {
    font-size: 1.2rem
  }

  .fv {
    height: 900px;
    position: relative
  }

  .fv .top-catch-center {
    margin: 0 10px
  }

  .fv .top-catch-btn {
    width: 140px;
    height: 140px;
    bottom: 300px;
    right: 0
  }

  .fv .top-catch-drink {
    width: 100%;
    right: 0;
    height: auto;
    background: url(../images/top-drink.png)no-repeat center/contain;
    height: 300px;
    top: auto;
    bottom: -10pc;
    position: relative;
    z-index: 1
  }

  .intro .sp-intro-notes {
    margin-bottom: 50px
  }

  .intro .intro-txt {
    width: 100%
  }

  .intro .intro-txt p {
    line-height: 2
  }

  .intro .intro-gradation {
    padding: 5pc 20px
  }

  .intro .intro-gradation .txt-right {
    text-align: center
  }

  .intro .intro-p {
    letter-spacing: -1px
  }

  .intro .present .present-inner {
    background: url(../images/sp-present-bg.png)#fcf9f4 no-repeat bottom/cover;
    padding-bottom: 250px;
    position: relative;
    height: 680px
  }

  .intro .present .present-des-1st {
    font-size: 2.2rem;
    text-align: center
  }

  .intro .present .present-des-2nd {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .intro .present .present-des-3rd {
    text-align: center
  }

  .intro .present .present-des figure {
    width: auto
  }

  .intro .present .present-des .flex {
    display: block
  }

  .intro .present .present-des .txt .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  .intro .present .present-des .txt .txt-right {
    text-align: center
  }

  .intro .present-data-inner {
    position: relative
  }

  .intro .present-data-inner dl {
    display: block
  }

  .intro .present-data-inner dl dt {
    width: auto;
    margin-right: 0
  }

  .method .step p span.method-twi-txt {
    font-size: 2rem;
    display: inline-block
  }

  .method .method-des h4 {
    font-size: 2.4rem
  }

  .method {
    background: url(../images/sp-flow-bg.png)no-repeat top/100%;
    padding-top: 150px
  }

  .method .step-txt {
    margin-top: 20px
  }

  .method .step p span.twi-account {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  .method-flow {
    display: block
  }

  .method .step {
    margin: auto
  }

  .method .step .step-num {
    margin-bottom: 30px
  }

  .method .step .step-num:after {
    display: none
  }

  .method .step:nth-child(4) .step-box-txt {
    display: block
  }

  .method .step:nth-child(4) .sp-f-16 {
    font-size: 1.2rem
  }

  .method .step:nth-child(4) p.step-num {
    font-size: 3.2rem
  }

  .method .step .step-box .txt-left {
    text-align: left
  }

  .method .step .step-box-txt .inline-block {
    display: inline
  }

  .method .method-des {
    border: 0;
    padding: 0
  }

  .method .method-des .method-des-box {
    display: block
  }

  .method .method-des .method-des-box .des-box p {
    text-align: left
  }

  .method .method-des .method-des-box p {
    text-align: center
  }

  .method .method-des .method-des-box p.f-25 {
    font-size: 2rem;
    line-height: 2
  }

  .method .method-des .method-des-box p.method-menu-txt {
    text-align: left;
    font-size: 2rem
  }

  .method .method-des .method-des-box figure {
    margin-right: auto
  }

  .method figure.pc-hidden {
    margin: 0 10px 0 0
  }

  .method figure.pc-hidden img {
    width: 5pc;
    height: 5pc
  }

  .method .step:nth-child(3):after {
    display: none
  }

  .menu-area {
    background: url(../images/sp-menu-bg.png)no-repeat top/contain;
    margin: -75pt -10px;
    border-bottom: solid #382c20 2px;
    border-right: solid #382c20 2px;
    border-left: solid #382c20 2px
  }

  .random {
    background: url(../images/menu-bg-text.png)no-repeat center/contain;
    padding-top: 50px
  }

  .ttl-menu {
    background: url(../images/sp-menu-frame.png)no-repeat center/contain;
    padding-top: 10px;
    font-size: 2.6rem;
    width: 85%;
    margin: auto;
    line-height: 2
  }

  .vote-box.card {
    width: calc(100%/2 - 15px)
  }

  .top-notes {
    padding: 75pt 10px
  }

  .top-btn a.btn-brand {
    font-size: 2rem;
    width: 80%
  }

  .ttl-menu .f-30 {
    font-size: 2.4rem
  }

  .accordion-category-box {
    width: calc(100%/2 - 5px);
    margin-bottom: 10px
  }

  .accordion-category-box .category {
    width: 500px
  }

  .accordion-category-box:nth-child(2) .category {
    margin: -60px 0 0
  }

  .accordion-category-box:nth-child(2) .vote-des {
    background: url(../images/sp-vote-des02.png)no-repeat top/cover
  }

  .accordion-category-box:nth-child(3) .category,
  .accordion-category-box:nth-child(5) .category,
  .accordion-category-box:nth-child(7) .category,
  .accordion-category-box:nth-child(9) .category {
    margin: -60px auto 0
  }

  .accordion-category-box:nth-child(3) .vote-des,
  .accordion-category-box:nth-child(5) .vote-des,
  .accordion-category-box:nth-child(7) .vote-des,
  .accordion-category-box:nth-child(9) .vote-des {
    background: url(../images/sp-vote-des03.png)no-repeat top/cover
  }

  .accordion-category-box:nth-child(4) .vote-des,
  .accordion-category-box:nth-child(6) .vote-des,
  .accordion-category-box:nth-child(8) .vote-des,
  .accordion-category-box:nth-child(10) .vote-des {
    background: url(../images/sp-vote-des04.png)no-repeat top/cover
  }

  .accordion-category {
    background: #fff
  }

  .accordion-category.limited {
    background: #f2e2d1
  }

  .slider_fade>li {
    margin-left: -40px
  }

  .category {
    width: 200%;
    -webkit-flex-flow: wrap;
    -ms-flex-flow: wrap;
    flex-flow: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: none;
    margin: -60px auto 0;
    z-index: 2;
    position: relative
  }

  .category .limited-flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  .category .vote-des {
    background: url(../images/sp-vote-des01.png)no-repeat top/cover;
    height: 25pc;
    padding: 20px;
    width: 350px
  }

  .category .vote-des .vote-des-flex {
    display: block;
    height: 100%
  }

  .category .vote-des .vote-des-flex .vote-btn-area {
    margin: auto 0 50px auto
  }

  .category .vote-des .vote-des-flex .vote-item-img {
    height: 100%;
    margin-left: 0
  }

  .category .vote-des .vote-des-flex .vote-item-img:after {
    content: "";
    display: block;
    background: url(../images/vote-des-line.png);
    height: 150px;
    width: 2px
  }

  .category .vote-des .vote-des-flex .vote-btn-area.pc-hidden {
    margin-top: 20px
  }

  .category .vote-des .vote-num {
    width: 10%;
    display: block;
    margin: 15px 0
  }

  .category .vote-des .txt {
    width: 500px
  }

  .accordion-category-box:nth-child(4) .category,
  .accordion-category-box:nth-child(6) .category,
  .accordion-category-box:nth-child(8) .category,
  .accordion-category-box:nth-child(10) .category {
    margin: -60px 0 0
  }
}

@media screen and (max-width:768px) and (max-width:414px) {
  .slider_fade>li {
    margin-left: 0
  }

  .accordion-category-box {
    width: calc(100%/2 - 5px);
    margin-bottom: 10px
  }

  .accordion-category-box:nth-child(2) .category {
    margin: -60px -180px 0
  }

  .accordion-category-box:nth-child(2) .vote-des {
    background: url(../images/sp-vote-des02.png)no-repeat top/cover
  }

  .accordion-category-box:nth-child(3) .category,
  .accordion-category-box:nth-child(5) .category,
  .accordion-category-box:nth-child(7) .category,
  .accordion-category-box:nth-child(9) .category {
    margin: -60px auto 0
  }

  .accordion-category-box:nth-child(3) .vote-des,
  .accordion-category-box:nth-child(5) .vote-des,
  .accordion-category-box:nth-child(7) .vote-des,
  .accordion-category-box:nth-child(9) .vote-des {
    background: url(../images/sp-vote-des03.png)no-repeat top/cover
  }

  .accordion-category-box:nth-child(4) .category,
  .accordion-category-box:nth-child(6) .category,
  .accordion-category-box:nth-child(8) .category,
  .accordion-category-box:nth-child(10) .category {
    margin: -60px -177px 0
  }

  .accordion-category-box:nth-child(4) .vote-des,
  .accordion-category-box:nth-child(6) .vote-des,
  .accordion-category-box:nth-child(8) .vote-des,
  .accordion-category-box:nth-child(10) .vote-des {
    background: url(../images/sp-vote-des04.png)no-repeat top/cover
  }

  header img {
    width: 50px
  }

  .vote-item-img img {
    height: 150px;
    -o-object-fit: cover;
    object-fit: cover
  }

  .fv {
    background: url(../images/sp-top0bg01.png)no-repeat center/cover;
    height: 700px
  }

  .fv h2 {
    margin-bottom: 20px
  }

  .fv .top-catch-logo {
    width: 130px
  }

  .fv .top-catch-logo img {
    margin-top: 90pt
  }

  .fv .top-catch-drink {
    width: 100%;
    right: 0;
    bottom: -50px
  }

  .fv .top-catch-left .f-25 {
    font-size: 2rem
  }

  .fv .top-catch-left .f-32 {
    font-size: 2.2rem
  }

  .fv .top-catch-center {
    margin: 0 10px
  }

  .fv .top-catch-btn {
    width: 140px;
    height: 140px
  }

  .fv .top-catch-drink {
    background: url(../images/top-drink.png)no-repeat center/cover;
    height: 180px;
    top: auto;
    bottom: -10pc
  }

  .fv .top-catch-1st .f-52 {
    font-size: 3.3rem
  }

  .fv .top-catch .f-46 {
    font-size: 2.8rem
  }

  .fv .top-catch-right .br {
    margin-top: -5px
  }

  .fv .top-catch-2nd .f-54 {
    font-size: 3.2rem
  }

  .fv .top-catch-2nd .f-60 {
    font-size: 4rem;
    margin-left: -8px
  }

  .fv .top-catch-2nd .f-68 {
    font-size: 4.8rem
  }

  .fv .top-catch-2nd .f-29 {
    font-size: 2.3rem
  }

  .fv .top-catch-2nd .top-catch-left {
    width: 50%
  }

  .fv .top-catch-btn {
    bottom: 280px;
  }

  .intro .intro-gradation {
    padding: 5pc 20px
  }

  .intro .intro-gradation .sp-intro-notes {
    margin-bottom: 70px
  }

  .intro .intro-gradation .txt-right {
    text-align: center
  }

  .intro .intro-p {
    letter-spacing: -1px
  }

  .intro .present .present-inner {
    height: auto
  }

  .intro .present .present-des figure {
    width: auto
  }

  .intro .present .present-des .flex {
    display: block
  }

  .intro .present .present-des .txt .flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  .intro .present .present-des .txt .txt-right {
    text-align: center
  }

  .intro .present-data-inner {
    position: relative
  }

  .intro .present-data-inner dl {
    display: block
  }

  .intro .present-data-inner {
    padding: 40px 20px
  }

  .intro .present-data-inner dl {
    margin-bottom: 30px
  }

  .intro .present-data-inner dl dt {
    width: auto;
    margin-right: 0
  }

  .method-flow {
    display: block
  }

  .method .step {
    margin: auto
  }

  .method .step .step-num:after {
    display: none
  }

  .method {
    background: url(../images/sp-flow-bg.png)no-repeat top/cover;
    padding-top: 190px
  }

  .method .step p span.twi-account {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
  }

  .method .step:nth-child(4) .step-box-txt {
    display: block
  }

  .method .step:nth-child(4) .sp-f-16 {
    font-size: 1.2rem
  }

  .method .step:nth-child(4) p.step-num {
    font-size: 3.2rem
  }

  .method .step .step-box .txt-left {
    text-align: left
  }

  .method .step .step-box-txt .inline-block {
    display: inline
  }

  .method .method-des {
    border: 0;
    padding: 0
  }

  .method .method-des .method-des-box {
    display: block
  }

  .method .method-des .method-des-box p {
    text-align: center
  }

  .method .method-des .method-des-box figure {
    margin-right: auto;
    width: 100%
  }

  .method figure.pc-hidden {
    margin: 0 10px 0 0
  }

  .method figure.pc-hidden img {
    width: 5pc;
    height: 5pc
  }

  .method .step:nth-child(3):after {
    display: none
  }

  .slider_fade {
    height: 100%;
    padding-top: 50px
  }

  .random-img {
    width: 80%;
    margin: auto;
    height: 190px
  }

  .slider_fade li img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    height: 90pt
  }

  .menu-area {
    margin: -75pt -10px;
    padding-right: 10px;
    padding-left: 10px
  }

  .random {
    background: url(../images/menu-bg-text.png)no-repeat center/contain;
    padding-top: 0
  }

  .ttl-menu {
    background: url(../images/sp-menu-frame.png)no-repeat center/contain;
    padding-top: 30px;
    line-height: normal
  }

  .vote-item-2nd {
    height: 90pt
  }

  .vote-item-2nd .f-20 {
    font-size: 1.6rem
  }

  .vote-box.card {
    width: calc(100%/2 - 15px)
  }

  .top-notes {
    padding: 75pt 10px
  }

  .top-btn a.btn-brand {
    font-size: 2rem;
    width: 80%
  }
}

.white-space {
  white-space: pre
}

.menu-plus,
.milk-block {
  vertical-align: middle
}

.milk-block {
  display: inline-block
}

.milk-block .sp-br {
  margin-left: -5px
}

@media screen and (max-width:414px) {
  .fv .top-catch-btn {
    bottom: 60px
  }
}

@media screen and (max-width:375px) {
  .fv .top-catch-btn {
    bottom: 60px
  }

  .category .vote-des .txt {
    width: 100%
  }
}

.method .method-des {
  padding: 30px 55px
}

.method .method-des .method-des-box p.f-25 {
  text-align: center
}

.method .method-des .method-des-box p.method-des-mt {
  text-align: right
}

.line-height {
  line-height: 3
}

@media(max-width:768px) {
  .limited-box {
    margin-bottom: 10px
  }

  .vote-des-img .pc-hidden .border-bottom {
    border-bottom: 0
  }

  .vote-item-i-sp img {
    width: 130px
  }

  .method .method-des {
    padding: 30px 10px;
    margin-top: 10px
  }

  .method .step-box .method-des-box figure {
    width: 280px
  }

  .method .method-des .des-box {
    margin-top: 20px
  }

  .method .method-des .method-des-box {
    -webkit-box-align: end;
    -webkit-align-items: end;
    -ms-flex-align: end;
    align-items: end
  }

  .method .method-des h4 {
    font-size: 2.2rem
  }

  .method .method-des .method-des-box .txt,
  .method-menu-txt {
    padding-top: 20px
  }

  .method .step .method-menu-txt span {
    display: inline-block
  }

  .method .step .method-menu-txt .sp-br {
    display: block
  }

  .method-des-date {
    margin-top: 20px
  }

  .method .step .method-notes-sp,
  .method-notes-sp {
    font-size: 1.2rem;
    text-align: left;
    margin-top: 10px
  }

  .vote-item-2nd .f-20.sp-small {
    font-size: 1.4rem
  }
}

.ml-5 {
  margin-left: -5px
}

.top-catch-left,
.top-catch-right {
  max-width: 20pc;
  letter-spacing: -2px
}

.top-catch-left p,
.top-catch-right p {
  font-weight: 500
}

.top-catch-left-ttl,
.top-catch-right-ttl {
  text-align: center;
  font-size: 4rem
}

.top-catch-border-red {
  border-bottom: 2px solid #c32035
}

.top-catch-left-quo p.red span,
.top-catch-left-ttl span.f-3,
.top-catch-right-ttl span.f-3 {
  font-size: 3rem
}

.top-catch-left-center,
.top-catch-right-center {
  font-size: 2.5rem;
  text-align: center
}

.top-catch-right-price {
  font-size: 7rem;
  text-align: center;
  font-weight: 700
}

.top-catch-right-price span {
  font-size: 4rem
}

.top-catch-left-quo {
  display: flex;
  justify-content: center;
  align-items: center
}

.top-catch-left-quo p.red {
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.2
}

.noted-txt ul li ul li {
  margin-left: 20px
}

@media screen and (max-width:768px) {
  .top-catch-1st .f-64 {
    font-size: 5.4rem
  }

  .top-catch-1st .f-43 {
    font-size: 3.3rem
  }

  .top-catch .f-60 {
    font-size: 7rem
  }

  .fv h2 {
    padding-bottom: 30px
  }
}

@media screen and (max-width:767px) {
  .top-catch-1st .f-64 {
    font-size: 4.4rem
  }

  .top-catch-1st .f-43 {
    font-size: 2.5rem
  }

  .top-catch .f-60 {
    font-size: 4rem
  }

  .fv h2 {
    padding-bottom: 0
  }

  .top-catch-right {
    width: 55%;
    width: 45%
  }

  .fv .top-catch {
    padding-top: 140px
  }

  .top-catch-left-ttl,
  .top-catch-right-ttl {
    font-size: 2.8rem;
    letter-spacing: -3px
  }

  .top-catch-left-ttl span.f-3,
  .top-catch-right-ttl span.f-3 {
    font-size: 2rem
  }

  .top-catch-left-quo p.red span {
    font-size: 1.8rem
  }

  .top-catch-left-quo p.red {
    font-size: 3rem
  }

  .top-catch-left-center,
  .top-catch-right-center {
    font-size: 1.8rem
  }

  .top-catch-right-price {
    font-size: 5rem
  }

  .fv .top-catch-center {
    margin: 0 5px;
    height: 150px
  }

  .fv .top-catch-center img {
    height: 100%
  }

  .method .method-des .method-des-box figure,
  .method .method-des .method-des-box figure img {
    width: 100%
  }

  .vote-item-2nd p span.f-20 {
    font-size: 1.4rem
  }
}

.card {
  background-color: #fff
}

.limited {
  background: #f2e2d1
}

.category .vote-des .vote-des-flex {
  padding-top: 40px
}

.vote-bold {
  font-weight: 700
}

.mt-10 {
  margin-top: 10px
}

.mt-20 {
  margin-top: 20px;
  line-height: 2
}

.pt-40 {
  padding-top: 40px
}

.plus {
  margin-right: 8px
}

.category .vote-des .txt {
  padding: 0 30px
}

.category .vote-des .vote-des-flex {
  height: 100%
}

.category .vote-des .vote-des-flex .vote-item-img {
  width: 225px
}

@media screen and (max-width:768px) {
  .method .method-des .method-des-box p.method-menu-txt {
    letter-spacing: -1px
  }

  .category .vote-des .vote-des-flex .vote-item-img {
    height: 80%;
    width: 150px
  }

  .vote-des-img .f-20 {
    font-size: 1.2rem
  }

  .category .vote-des .txt {
    padding: 0 10px
  }
}

.method-official {
  margin: 5pc auto 0;
  width: 80%;
  padding: 30px;
  background: #4d4037
}

.method-official h4 {
  font-size: 2rem;
  text-align: center;
  color: #e7e6e4;
  margin-bottom: 30px;
  font-weight: 500
}

.method-official h4:after,
.method-official h4:before {
  display: inline-block;
  color: #e7e6e4;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 100
}

.method-official h4:before {
  content: "〈";
  margin-right: 10px
}

.method-official h4:after {
  content: "〉";
  margin-left: 10px
}

.method-official p {
  color: #e7e6e4;
  width: 80%;
  margin: auto;
  margin-bottom: 30px;
  line-height: 2.2
}

p.official-twi {
  text-align: center;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 500
}

.official-twi a {
  color: #29afd4;
  margin-left: 10px;
  font-size: 1.6rem
}

.official-twi .url-link a {
  color: #372b1f;
  font-size: 1.6rem
}

.official-twi a span:before {
  display: inline-block;
  font-family: Font Awesome\ 5 Free, Font Awesome\ 5 Brands;
  font-weight: 900;
  margin-right: 2px
}

.top-notes .method-official p {
  width: 910px
}

.top-notes .method-official {
  background: transparent
}

.top-notes .method-official h4,
.top-notes .method-official h4:after,
.top-notes .method-official h4:before,
.top-notes .method-official p {
  color: #372b1f
}

.top-notes .method-official {
  margin: 0 auto 60px
}

.top-notes .method-official:after,
.top-notes .method-official:before {
  content: "";
  display: block;
  width: 80%;
  height: 1px;
  background: #372b1f;
  margin: auto
}

.top-notes .method-official:before {
  margin-bottom: 60px
}

.top-notes .method-official:after {
  margin-top: 60px
}

@media screen and (max-width:950px) {
  .top-notes .method-official p {
    width: 80%
  }
}

@media screen and (max-width:768px) {
  .official-twi a {
    margin-left: 0;
    display: block
  }

  .method-official p,
  .top-notes .method-official p,
  .top-notes .method-official:after,
  .top-notes .method-official:before {
    width: 100%
  }

  .top-notes .method-official:before {
    margin-bottom: 50px
  }

  .top-notes .method-official:after {
    margin-top: 50px
  }

  p.official-twi {
    text-align: left
  }
}

.step-box {
  display: flex
}

.method .step {
  width: 750px;
  margin: auto
}

.method .step-box-txt {
  background: transparent
}

.method .step-box-txt p.step-num span {
  font-size: 1.3rem;
  margin-right: 10px
}

.method .step-box-txt p.step-num {
  font-size: 3rem;
  display: flex;
  align-items: center
}

.step-box-txt p.f-20 {
  font-size: 2.3rem
}

a.btn-twi {
  color: #fff;
  height: 40px;
  width: 220px
}

.step:first-child figure:after {
  content: "";
  display: block;
  height: 60px;
  width: 3px;
  margin: 25px auto;
  background: url(../images/flow-line-re.png)no-repeat
}

.step-box-txt {
  width: 500px;
  line-height: 1.7
}

.btn-twi span:before {
  margin-left: 0
}

.method h3.ttl {
  margin-bottom: 115px
}

.method-des-btn {
  cursor: pointer;
  margin: 20px 0 0;
  font-size: 1.4rem
}

.method-des-btn:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 9pt;
  height: 9pt;
  background: url(../images/info.png)center/contain
}

.method-des-hidden {
  opacity: 1;
  margin-top: 20px
}

.yellow {
  color: #eca13b
}

.marker-pink {
  background: linear-gradient(transparent 75%, #eca13b 0)
}

.method .method-des-box .txt .line-height {
  margin-top: 20px
}

.line-top {
  margin-top: 10px;
  font-size: 2.2rem
}

.method .method-des {
  padding-top: 50px
}

.txt p.sp-inline.f-ad {
  font-size: 1.9rem
}

.method-des-ttl:after {
  content: "";
  display: block;
  width: 25pc;
  height: 1px;
  background: #fefefe;
  margin: 10px auto 0
}

.method .method-des h4 {
  font-size: 3.5rem;
  font-weight: 500
}

@media screen and (max-width:768px) {
  .method__inner:before {
    top: -75pt
  }

  .method h3.ttl {
    margin-bottom: 90px
  }

  .method {
    padding-top: 75pt
  }

  .method .step {
    width: 100%;
    margin-top: 60px
  }

  .step:first-child figure:after {
    display: none
  }

  .step-box-txt p.f-20 {
    font-size: 1.7rem
  }

  .method .step .step-num {
    margin-bottom: 0
  }

  .method .step-box figure {
    width: 158px;
    margin-right: 20px
  }

  .method-des-ttl:after {
    width: 280px
  }

  .method .method-des .method-des-box figure {
    margin: auto
  }

  .method .method-des .method-des-box .txt {
    width: 90%;
    margin: auto
  }

  .method .method-des {
    border: solid 1px #fefefe;
    margin-top: 75pt;
    padding: 70px 10px 50px
  }

  .method-official {
    width: 100%
  }

  .step-box-txt .f-20 span.f-14 {
    margin-top: 10px
  }

  .step-box-txt p.f-20.txt-left .br,
  .txt p.sp-inline {
    display: inline
  }

  .txt p.sp-inline {
    margin-top: 20px
  }

  .line-top {
    margin-bottom: 10px
  }

  .method .method-des .method-des-box .des-box p {
    line-height: 1.5
  }

  .method-des-ttl:after {
    width: 80%
  }
}

@media screen and (max-width:500px) {
  .method .method-des h4 {
    font-size: 3rem
  }

  .method-des-ttl:after {
    width: 95%
  }
}

@media screen and (max-width:414px) {
  .sp-mt {
    margin-top: 20px
  }

  .method .method-des .des-box {
    margin-top: 40px
  }

  .method .method-des .method-des-box .txt .sp-f-17 {
    font-size: 1.7rem
  }

  .method .method-des .method-des-box .txt .sp-f-19,
  .txt p.sp-inline.f-ad {
    font-size: 2rem;
    letter-spacing: -1px
  }

  .method .method-des .method-des-box .txt .f-30 {
    margin-left: -5px
  }

  .method .method .method-des-ttl:after {
    width: 300px
  }

  .method-des .method-des-box .txt,
  .method-des-ttl:after {
    width: 100%
  }

  .method .method-des h4 {
    font-size: 3rem
  }

  .method .method-des {
    padding-bottom: 30px
  }

  .method .method-des h4 {
    margin-bottom: 60px
  }
}

@media screen and (max-width:375px) {
  .method .method-des h4 {
    font-size: 2.6rem
  }
}
