@charset "UTF-8";
/*========================================== 
  0.reset
========================================== */
#main div, #main span, #main object, #main iframe, #main h1, #main h2, #main h3, #main h4, #main h5, #main h6, #main p, #main blockquote, #main pre, #main abbr, #main address, #main cite, #main code, #main del, #main dfn, #main em, #main img, #main ins, #main kbd, #main q, #main samp, #main small, #main strong, #main sub, #main sup, #main var, #main b, #main i, #main dl, #main dt, #main dd, #main ol, #main ul, #main li, #main fieldset, #main form, #main label, #main legend, #main table, #main caption, #main tbody, #main tfoot, #main thead, #main tr, #main th, #main td, #main article, #main aside, #main canvas, #main details, #main figcaption, #main figure, #main footer, #main header, #main hgroup, #main menu, #main nav, #main section, #main summary, #main time, #main mark, #main audio, #main video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  background: transparent;
}
#main *,
#main *::before,
#main *::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  color: #2F2F2F;
}
#main article, #main aside, #main details, #main figcaption, #main figure, #main footer, #main header, #main hgroup, #main menu, #main nav, #main section, #main main {
  display: block;
}
#main ul, #main li {
  list-style: none;
}
#main blockquote, #main q {
  quotes: none;
}
#main blockquote::before, #main blockquote::after, #main q::before, #main q::after {
  content: "";
  content: none;
}
#main a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  background: transparent;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
#main address {
  font-style: normal;
}
#main ins {
  color: #000;
  text-decoration: none;
}
#main mark {
  color: #000;
  font-style: italic;
  font-weight: bold;
}
#main del {
  text-decoration: line-through;
}
#main table {
  border-collapse: collapse;
  border-spacing: 0;
}
#main hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #444;
  margin: 1em 0;
  padding: 0;
}
#main input, #main select {
  vertical-align: middle;
}
#main button {
  margin: 0;
}
#main a,
#main a:link,
#main a:visited {
  text-decoration: none;
}
#main img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/*========================================== 
  1.Common (PC)
========================================== */
#main {
  max-width: 1920px;
  margin: auto;
}
#main .-tb,
#main .-sp {
  display: none !important;
}
#main .-pc {
  display: block !important;
}
#main h3 {
  line-height: 1.2;
}
#main img {
  max-width: 100%;
  height: 100%;
}
#main a {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#main a:hover {
  opacity: 0.7;
}
#main .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 50%;
  right: 18px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
#main .arrow::after {
  content: "";
  width: 16px;
  height: 6px;
  border-bottom: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: skew(45deg);
          transform: skew(45deg);
}

/*========================================== 
  2.LEFTCONTENT/RIGHTCONTENT (PC)
========================================== */
#main .left-content, #main .right-content {
  display: block;
  width: calc(50% - 250px);
  height: 100%;
  top: 0;
  position: fixed;
  z-index: 1;
}

/*========================================== 
  3.LEFTCONTENT (PC)
========================================== */
#main .left-content {
  left: 0;
  background: url("../img/left_bg.png") 0 0 no-repeat;
  background-size: cover;
  background-position: center;
}

/*========================================== 
  4.RIGHTCONTENT (PC)
========================================== */
#main .right-content {
  background: #F4F4F4;
  right: 0;
  z-index: 2;
}
#main .right-content_logo {
  margin: 23px 22px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#main .right-content nav {
  width: 100%;
  height: 100%;
}
#main .right-content nav .nav_body {
  max-width: 355px;
  height: 100%;
  margin: auto;
  padding: 0 10px;
}
#main .right-content nav .nav_list {
  background: #fff;
  -webkit-box-shadow: 0px 0px 18px 0 rgba(0, 0, 0, .08);
          box-shadow: 0px 0px 18px 0 rgba(0, 0, 0, .08);
  width: 100%;
  margin: 45px auto 0;
  padding: 0 14px;
  overflow-y: scroll;
  /* IE, Edge 対応 */
  -ms-overflow-style: none;
  /* Firefox 対応 */
  scrollbar-width: none;
  /* Chrome, Safari 対応 */
}
#main .right-content nav .nav_list::-webkit-scrollbar {
  display: none;
}
#main .right-content nav .nav_list::-webkit-scrollbar {
  display: none;
}
#main .right-content nav .nav_item {
  border-top: dashed 1px #C3C3C3;
}
#main .right-content nav .nav_item:first-of-type {
  border: none;
}
#main .right-content nav .nav_ttl {
  font-size: 14px;
  font-weight: 500;
  line-height: 1.75;
  color: #2F2F2F;
  padding: 15px 8px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  cursor: pointer;
}
#main .right-content nav .nav_ttl .txt {
  width: calc(100% - 60px);
}
#main .right-content nav .nav_ttl .num {
  font-size: 16px;
  color: #9A8756;
  width: 60px;
}
#main .right-content nav .nav_ttl.active .txt {
  color: #898989;
}
#main .right-content nav .nav_ttl.active .num {
  color: #CCBD97;
}
#main .right-content nav .btn {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  width: 100%;
  height: 50px;
  border-radius: 30px;
  background: #9A8756;
  margin-top: 31px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#main .left-content_logo {
  position: absolute;
  top: 18px;
  left: 20px;
}

/*========================================== 
  5.MAINCONTENT (PC)
========================================== */
#main .main-content {
  background: #E6E6E6;
  max-width: 500px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
#main .main-content .wrap {
  max-width: 450px;
  margin: auto;
}

/*========================================== 
  6.MV (PC)
========================================== */
#main .main-content .mv {
  padding: 20px 0 62px;
}
#main .main-content .mv_box {
  background: #fff;
  border-radius: 20px;
  padding: 10px;
  position: relative;
}
#main .main-content .mv_box h1 {
  background: url("../img/card_bg.png") 0 0 no-repeat;
  background-size: 100% 100%;
  font-size: 29px;
  font-weight: 500;
  color: #9A8756;
  position: absolute;
  top: 360px;
  right: 30px;
  -webkit-transform: rotate(11deg);
          transform: rotate(11deg);
  -webkit-box-shadow: 2px 3px 20px 0 rgba(0, 0, 0, .16);
          box-shadow: 2px 3px 20px 0 rgba(0, 0, 0, .16);
  width: 307px;
  min-height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 20px;
}
#main .main-content .mv_box h1 span {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4;
  color: #2F2F2F;
  display: block;
}
#main .main-content .mv_box .catch {
  font-size: 31px;
  color: #000;
  font-weight: 500;
  line-height: 1.48;
  padding: 50px 16px 34px;
}
#main .main-content .mv_box .catch .large {
  font-size: 37px;
}
#main .main-content .mv_box .catch .color-gold {
  color: #9A8756;
}
#main .main-content .mv_box .catch .border {
  border-bottom: solid 2px #D5D5D5;
  display: block;
}
#main .main-content .mv .lead {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.875;
  margin-top: 40px;
}

/*========================================== 
  6.SECTION (PC)
========================================== */
#main .main-content .sec {
  padding-top: 78px;
}
#main .main-content .sec_wrap {
  max-width: 450px;
  margin: auto;
  background: #fff;
  border-radius: 20px;
  padding: 56px 27px 38px;
  position: relative;
}
#main .main-content .sec h2 {
  font-size: 26px;
  font-weight: 500;
  line-height: 1.34;
  text-align: center;
}
#main .main-content .sec .number {
  background: #fff;
  font-weight: 500;
  width: 102px;
  height: 102px;
  border: solid 1px #000;
  border-radius: 50%;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -45px;
  left: 0;
  -webkit-transform: rotate(-13deg);
          transform: rotate(-13deg);
}
#main .main-content .sec .number .num {
  font-size: 39px;
  position: relative;
  bottom: 5px;
}
#main .main-content .sec .number .txt {
  font-size: 22px;
  position: relative;
}
#main .main-content .sec .number .txt::before {
  content: "";
  background: url("../img/icon.png") 0 0 no-repeat;
  background-size: contain;
  width: 11px;
  height: 12px;
  position: absolute;
  top: 0;
  right: -5px;
  -webkit-transform: rotate(13deg);
          transform: rotate(13deg);
}
#main .main-content .sec .sec_body {
  margin-top: 45px;
}
#main .main-content .sec figure img {
  width: 100%;
}
#main .main-content .sec p {
  font-size: 16px;
  line-height: 1.875;
  margin-top: 40px;
}
#main .main-content .sec .point {
  margin-top: 54px;
  position: relative;
}
#main .main-content .sec .point dt {
  font-size: 19px;
  font-weight: 500;
  width: 137px;
  min-height: 40px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: solid 1px #000;
  -webkit-box-shadow: 3px 4px 3px 0 rgba(0, 0, 0, .22);
          box-shadow: 3px 4px 3px 0 rgba(0, 0, 0, .22);
  position: absolute;
  top: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(-6deg);
          transform: translateX(-50%) rotate(-6deg);
}
#main .main-content .sec .point dd {
  background: url("../img/point_bg.png") 0 0 repeat;
  background-size: contain;
  padding: 50px 0 20px;
  -webkit-box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, .16);
          box-shadow: 0px 3px 6px 0 rgba(0, 0, 0, .16);
}
#main .main-content .sec .point dd p {
  margin: 0;
  padding: 0 20px;
}
#main .main-content .sec .point dd p + p {
  margin-top: 30px;
}
#main .main-content .sec .point dd a {
  width: 383px;
  margin: 41px auto 0;
}

/*========================================== 
  7.RECOMMEND (PC)
========================================== */
#main .main-content .recommend .sec_wrap {
  border: solid #9A8756 2px;
  margin-top: 50px;
  padding: 41px 26px 38px;
  text-align: center;
}
#main .main-content .recommend h2 {
  font-size: 28px;
  font-family: "Noto Serif JP", serif;
  font-weight: 700;
  color: #9A8756;
  line-height: 1.4;
  display: inline-block;
  position: relative;
}
#main .main-content .recommend h2::before {
  content: "";
  background: url("../img/recommend_arrow.png") 0 0 no-repeat;
  background-size: contain;
  width: 47px;
  height: 112px;
  position: absolute;
  top: 38px;
  left: -48px;
}
#main .main-content .recommend h2::after {
  content: "";
  background: url("../img/recommenda_txt.png") 0 0 no-repeat;
  background-size: contain;
  width: 198px;
  height: 105px;
  position: absolute;
  top: 57px;
  right: -80px;
}
#main .main-content .recommend figure {
  margin-top: 39px;
}
#main .main-content .recommend p {
  font-size: 16px;
  line-height: 1.875;
  color: #9A8756;
  margin-top: 37px;
  text-align: left;
}

/*========================================== 
  8.PROFILE (PC)
========================================== */
#main .main-content .profile {
  padding: 50px 0 57px;
}
#main .main-content .profile dl {
  margin-top: 33px;
}
#main .main-content .profile dt {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.56;
}
#main .main-content .profile dd {
  font-size: 14px;
  line-height: 1.8;
}

/*========================================== 
  9.LINEUP (PC)
========================================== */
#main .main-content .lineup {
  background: #fff;
  padding: 46px 0 60px;
  text-align: center;
}
#main .main-content .lineup h2 {
  font-size: 24px;
  font-weight: 500;
}
#main .main-content .lineup h2 .color-gold {
  color: #9A8756;
}
#main .main-content .lineup_box {
  margin: 30px 0 0;
  overflow: hidden;
}
#main .main-content .lineup_box .swiper {
  overflow: visible;
  padding: 0 30px;
}
#main .main-content .lineup_box .swiper-slide {
  width: 288px;
}
#main .main-content .lineup_box p {
  font-size: 16px;
  padding: 12px 0 0;
}
#main .main-content .lineup .wrap {
  margin-top: 40px;
}
#main .main-content .lineup .btn_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 23px;
}
#main .main-content .lineup .btn_list a {
  font-size: 18px;
  font-weight: 500;
  color: #000;
  border: solid 1px #000;
  border-radius: 30px;
  width: 203px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}
#main .main-content .lineup .btn_list a .arrow::after {
  border-bottom: solid 1px #2F2F2F;
  border-right: solid 1px #2F2F2F;
}

/*========================================== 
  10.HEADER (PC)
========================================== */
#main .header_wrap {
  width: 478px;
  padding: 8px 22px 13px 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  z-index: 10;
}
#main .header_wrap .hamburger {
  position: relative;
  cursor: pointer;
  width: 30px;
  height: 22px;
}
#main .header_wrap .hamburger span {
  display: inline-block;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  left: 0;
  height: 3px;
  border-radius: 2px;
  background: #909090;
  width: 100%;
}
#main .header_wrap .hamburger span:nth-of-type(1) {
  top: 0;
}
#main .header_wrap .hamburger span:nth-of-type(2) {
  top: 11px;
}
#main .header_wrap .hamburger span:nth-of-type(3) {
  top: 21px;
}
#main .header_wrap .hamburger.active span:nth-of-type(1) {
  top: 11px;
  left: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  width: 30px;
}
#main .header_wrap .hamburger.active span:nth-of-type(2) {
  opacity: 0;
}
#main .header_wrap .hamburger.active span:nth-of-type(3) {
  top: 11px;
  left: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  width: 30px;
}
#main .header_wrap.UpMove {
  -webkit-animation: UpAnime 0.5s forwards;
          animation: UpAnime 0.5s forwards;
}
#main .header_wrap.DownMove {
  -webkit-animation: DownAnime 0.5s forwards;
          animation: DownAnime 0.5s forwards;
}

/*========================================== 
  11.FOOTER (PC)
========================================== */
#main footer {
  background: #9A8756;
  padding: 108px 0 100px;
  text-align: center;
}
#main footer .inner a, #main footer .inner p {
  color: #fff;
  font-family: serif;
  font-family: initial;
}
#main footer .inner a {
  text-decoration: underline;
  display: inline;
}
#main footer .sns li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
}
#main footer .sns li:nth-of-type(2) {
  vertical-align: top;
}
#main footer .sns {
  margin: 0 0 40px;
}
#main footer .cp {
  margin-top: 20px;
}

/*========================================== 
  12.ANIMATION
========================================== */
@-webkit-keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -100px);
            transform: translate(-50%, -100px);
  }
}
@keyframes UpAnime {
  from {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  to {
    opacity: 0;
    -webkit-transform: translate(-50%, -100px);
            transform: translate(-50%, -100px);
  }
}
@-webkit-keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -100px);
            transform: translate(-50%, -100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@keyframes DownAnime {
  from {
    opacity: 0;
    -webkit-transform: translate(-50%, -100px);
            transform: translate(-50%, -100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 1020px) {
/*========================================== 
  13.Common (TB)
========================================== */
  #main .-tb {
    display: block !important;
  }

/*========================================== 
  14.LEFTCONTENT (TB)
========================================== */
  #main .left-content_logo {
    opacity: 0;
  }
  #main .left-content .btn_wrap {
    display: none;
  }

/*========================================== 
  15.RIGHTCONTENT (TB)
========================================== */
  #main .right-content nav {
    width: 500px;
    height: 100%;
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    background: #F4F4F4;
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.6s;
    transition: 0.6s;
  }
  #main .right-content nav.active {
    -webkit-transition: 0.6s;
    transition: 0.6s;
    opacity: 1;
    visibility: visible;
  }
  #main .right-content nav .nav_body {
    max-width: 100%;
    width: 83.75%;
  }
  #main .right-content nav .nav_list {
    margin-top: 81px;
  }

/*========================================== 
  16.MAINCONTENT (TB)
========================================== */
  #main .main-content .mv {
    padding-top: 67px;
  }
}
@media screen and (max-width: 767px) {
/*========================================== 
  17.Common (SP)
========================================== */
  #main {
    max-width: 100%;
    margin: auto;
  }
  #main .-pc,
  #main .-tb {
    display: none !important;
  }
  #main .-sp {
    display: block !important;
  }
  #main img {
    width: 100%;
  }
  #main a:hover {
    opacity: 1;
  }
  #main .arrow {
    position: absolute;
    right: 4.5vw;
  }
  #main .arrow::after {
    width: 4vw;
    height: 1.5vw;
  }

/*========================================== 
  18.RIGHTCONTENT (SP)
========================================== */
  #main .right-content {
    right: -100%;
  }
  #main .right-content_logo {
    width: 22.5vw;
    margin: 10vw auto 0;
  }
  #main .right-content nav {
    width: 100%;
  }
  #main .right-content nav .nav_body {
    max-width: 83.75vw;
    padding: 0;
  }
  #main .right-content nav .nav_list {
    margin: 20.25vw auto 0;
    padding: 0 3.5vw;
  }
  #main .right-content nav .nav_ttl {
    font-size: 3.5vw;
    padding: 3.75vw 2vw;
  }
  #main .right-content nav .nav_ttl .txt {
    width: calc(100% - 15vw);
  }
  #main .right-content nav .nav_ttl .num {
    font-size: 4vw;
    width: 15vw;
  }
  #main .right-content nav .btn {
    font-size: 4.5vw;
    height: 12.5vw;
    border-radius: 7.5vw;
    margin-top: 7.75vw;
  }

/*========================================== 
  19.LEFTCONTENT (SP)
========================================== */
  #main .left-content {
    display: none;
  }

/*========================================== 
  20.MAINCONTENT (SP)
========================================== */
  #main .main-content {
    max-width: 100%;
  }
  #main .main-content .wrap {
    max-width: 90.5vw;
  }

/*========================================== 
  21.MV (SP)
========================================== */
  #main .main-content .mv {
    padding: 13.4vw 0 12.4vw;
  }
  #main .main-content .mv_box {
    border-radius: 4vw;
    padding: 2vw;
  }
  #main .main-content .mv_box h1 {
    font-size: 5.8vw;
    top: 72vw;
    right: 6vw;
    -webkit-box-shadow: 0.4vw 0.6vw 4vw 0 rgba(0, 0, 0, .16);
            box-shadow: 0.4vw 0.6vw 4vw 0 rgba(0, 0, 0, .16);
    width: 61.4vw;
    min-height: 28vw;
    padding-left: 4vw;
  }
  #main .main-content .mv_box h1 span {
    font-size: 3.2vw;
  }
  #main .main-content .mv_box .catch {
    font-size: 6.2vw;
    padding: 10vw 3.2vw 6.8vw;
  }
  #main .main-content .mv_box .catch .large {
    font-size: 7.4vw;
  }
  #main .main-content .mv_logo {
    background: #fff;
    border-radius: 20px 0px 20px 0px;
    width: 26vw;
    height: 11.5vw;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #main .main-content .mv_logo img {
    width: 18.75vw;
    height: auto;
    margin-top: 2vw;
  }
  #main .main-content .mv .lead {
    font-size: 3.2vw;
    margin-top: 8vw;
  }

/*========================================== 
  22.SECTION (SP)
========================================== */
  #main .main-content .sec {
    padding-top: 15.6vw;
  }
  #main .main-content .sec_wrap {
    max-width: 90vw;
    border-radius: 4vw;
    padding: 11.2vw 5.4vw 7.6vw;
  }
  #main .main-content .sec h2 {
    font-size: 5.2vw;
  }
  #main .main-content .sec .number {
    width: 20.4vw;
    height: 20.4vw;
    top: -9vw;
  }
  #main .main-content .sec .number .num {
    font-size: 7.8vw;
    bottom: 1vw;
  }
  #main .main-content .sec .number .txt {
    font-size: 4.4vw;
  }
  #main .main-content .sec .number .txt::before {
    width: 2.2vw;
    height: 2.4vw;
    right: -1vw;
  }
  #main .main-content .sec .sec_body {
    margin-top: 9vw;
  }
  #main .main-content .sec p {
    font-size: 3.2vw;
    margin-top: 8vw;
  }
  #main .main-content .sec .point {
    margin-top: 10.8vw;
  }
  #main .main-content .sec .point dt {
    font-size: 3.8vw;
    width: 27.4vw;
    min-height: 8vw;
    -webkit-box-shadow: 0.6vw 0.8vw 0.6vw 0 rgba(0, 0, 0, .22);
            box-shadow: 0.6vw 0.8vw 0.6vw 0 rgba(0, 0, 0, .22);
    top: -4vw;
  }
  #main .main-content .sec .point dd {
    padding: 10vw 0 4vw;
    -webkit-box-shadow: 0px 1.2vw 1.2vw 0 rgba(0, 0, 0, .16);
            box-shadow: 0px 1.2vw 1.2vw 0 rgba(0, 0, 0, .16);
  }
  #main .main-content .sec .point dd p {
    padding: 0 4vw;
  }
  #main .main-content .sec .point dd p + p {
    margin-top: 6vw;
  }
  #main .main-content .sec .point dd a {
    width: 76.6vw;
    margin: 8.2vw auto 0;
  }

/*========================================== 
  23.RECOMMEND (SP)
========================================== */
  #main .main-content .recommend .sec_wrap {
    margin-top: 10vw;
    padding: 8.2vw 5.2vw 7.6vw;
  }
  #main .main-content .recommend h2 {
    font-size: 5.6vw;
  }
  #main .main-content .recommend h2::before {
    width: 9.4vw;
    height: 22.4vw;
    top: 7.6vw;
    left: -9.6vw;
  }
  #main .main-content .recommend h2::after {
    width: 39.6vw;
    height: 21vw;
    top: 11.4vw;
    right: -16vw;
  }
  #main .main-content .recommend figure {
    margin-top: 7.8vw;
  }
  #main .main-content .recommend p {
    font-size: 3.2vw;
    margin-top: 7.4vw;
  }

/*========================================== 
  24.PROFILE (SP)
========================================== */
  #main .main-content .profile {
    padding: 10vw 0 11.4vw;
  }
  #main .main-content .profile dl {
    margin-top: 6.6vw;
  }
  #main .main-content .profile dt {
    font-size: 3.2vw;
  }
  #main .main-content .profile dd {
    font-size: 2.8vw;
    margin-top: 0.8vw;
  }

/*========================================== 
  25.LINEUP (SP)
========================================== */
  #main .main-content .lineup {
    padding: 9.2vw 0 12vw;
  }
  #main .main-content .lineup h2 {
    font-size: 4.8vw;
  }
  #main .main-content .lineup_box {
    margin: 6vw 0 0;
  }
  #main .main-content .lineup_box .swiper {
    padding: 0 6vw;
  }
  #main .main-content .lineup_box .swiper-slide {
    width: 57.6vw;
  }
  #main .main-content .lineup_box p {
    font-size: 3.2vw;
    padding: 2.4vw 0 0;
  }
  #main .main-content .lineup .wrap {
    margin-top: 8vw;
  }
  #main .main-content .lineup .btn_list {
    margin-top: 4.6vw;
  }
  #main .main-content .lineup .btn_list a {
    font-size: 3.6vw;
    border-radius: 6vw;
    width: 40.6vw;
    height: 10vw;
  }

/*========================================== 
  26.FOLLOW BUTTON (SP)
========================================== */
  #main .follow_btn {
    position: fixed;
    right: 2.25vw;
    bottom: 2.25vw;
    z-index: 10;
  }
  #main .follow_btn a {
    font-size: 3.5vw;
    color: #fff;
    background: #9A8756;
    border-radius: 1.25vw;
    width: 51vw;
    height: 12.5vw;
    padding-left: 5.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative;
  }

/*========================================== 
  27.HEADER (SP)
========================================== */
  #main .header_wrap {
    width: 95.6vw;
    padding: 1.6vw 4.4vw 2.6vw 3.8vw;
  }
  #main .header_wrap a {
    width: 22.25vw;
  }
  #main .header_wrap .hamburger {
    width: 6vw;
    height: 4.4vw;
  }
  #main .header_wrap .hamburger span {
    height: 0.6vw;
  }
  #main .header_wrap .hamburger span:nth-of-type(2) {
    top: 2.2vw;
  }
  #main .header_wrap .hamburger span:nth-of-type(3) {
    top: 4.2vw;
  }
  #main .header_wrap .hamburger.active span:nth-of-type(1) {
    top: 2.2vw;
    width: 6vw;
  }
  #main .header_wrap .hamburger.active span:nth-of-type(3) {
    top: 2.2vw;
    width: 6vw;
  }

/*========================================== 
  28.FOOTER (SP)
========================================== */
  #main footer {
    font-size: 10px;
  }
  #main footer .sns {
    margin-bottom: 20px;
  }
  #main footer .cp {
    margin-top: 10px;
  }
}

/*========================================== 
  99.ADD BY KMONOS
========================================== */
#main .main-content .release {
  background-color: #fff;
  border-top: 1px solid #9A8756;
  border-bottom: 1px solid #9A8756;
  color: #9A8756;
  font-size: 30px;
  font-weight: 500;
  padding: 20px 0;
  text-align: center;
}
#main .main-content .release small {
  color: #9A8756;
  font-size: 20px;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
/*========================================== 
  99.ADD BY KMONOS (SP)
========================================== */
  #main .main-content .release {
    font-size: 6.75vw;
  }
  #main .main-content .release small {
    font-size: 5vw;
  }
}
