@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500&subset=japanese");
/*--- sass -------------------------------------*/
/*------------------------------------- import ---*/
/*------------------
	reset 
----------------------------------------------------------------------------*/
video {
  object-fit: cover;
  width: 100%; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

ul, ol {
  list-style-type: none; }

em, strong, th, address {
  font-style: normal;
  font-weight: normal;
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

img, object, embed {
  border: 0;
  vertical-align: top; }

img {
  max-width: 100%;
  height: auto; }

hr {
  display: none; }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; }

li {
  list-style-type: none; }

strong {
  font-weight: bold; }

/*----------------------------------------------------------------------------
	linkColor 
----------------------------------------------------------------------------*/
a {
  text-decoration: none;
  color: #204072; }
  a:hover {
    opacity: 0.7;
    transition: .3s; }

/*----------------------------------------------------------------------------
	base
----------------------------------------------------------------------------*/
html {
  font-size: 62.5%;
  -webkit-text-size-adjust: 100%;
  position: relative; }

body {
  position: relative;
  font-family: 'Noto Sans JP';
  font-weight: 400;
  line-height: 1.5;
  font-size: 1.6rem;
  /*font-feature-settings: "palt";*/
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden; }

.mincho {
  font-family: serif; }

.sp {
  display: none; }

.pc {
  display: inline; }

.pc_1400 {
  display: block !important; }
  @media screen and (max-width: 1400px) {
    .pc_1400 {
      display: none !important; } }

.pc_480 {
  display: inline-block; }
  @media screen and (max-width: 480px) {
    .pc_480 {
      display: none; } }

@media (max-width: 750px) {
  .sp {
    display: inline; }

  .pc {
    display: none; } }
.sp_1400 {
  display: none !important; }
  @media screen and (max-width: 1400px) {
    .sp_1400 {
      display: block !important; } }

.sp_480 {
  display: none; }
  @media screen and (max-width: 480px) {
    .sp_480 {
      display: block; } }

.monsterrat {
  font-family: 'Montserrat', sans-serif; }

.box_in {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto; }
  @media screen and (max-width: 1280px) {
    .box_in {
      width: 90%; } }

.slick-slide {
  outline: none !important; }

/*-------------------------------------------------
	a.btn_links
--------------------------------------------------*/
a.btn_links {
  font-weight: normal;
  display: inline-block;
  font-size: 14px;
  line-height: 1.5;
  padding: 12px 40px;
  position: relative;
  color: #fff;
  background: #000;
  margin-top: 30px;
  letter-spacing: 0; }
  a.btn_links .btn_icon {
    position: absolute;
    top: 63%;
    right: 10px;
    transform: translateY(-50%);
    opacity: 0.6; }

@media screen and (max-width: 1600px) {
  a.btn_links {
    padding: 10px 2.5vw;
    margin-top: 30px; } }
@media screen and (max-width: 960px) {
  a.btn_links {
    padding: 10px 4.1666666667vw;
    margin-top: 30px; } }
@media screen and (max-width: 750px) {
  a.btn_links {
    display: block;
    width: 100%;
    font-size: 3.7333333333vw;
    padding: 4vw 0;
    margin-top: 5.3333333333vw;
    text-align: center; }
    a.btn_links .btn_icon {
      right: 3.3333333333vw; }
      a.btn_links .btn_icon img {
        width: 2.5333333333vw; } }
/*-------------------------------------------------
	header
--------------------------------------------------*/
header {
  position: absolute;
  z-index: 9998;
  top: 40px;
  left: 40px; }
  header h1 a img {
    width: 157px; }
  @media screen and (max-width: 750px) {
    header {
      top: 5.3333333333vw;
      left: 5.3333333333vw; }
      header h1 a img {
        width: 22.8vw; } }

/*-------------------------------------------------
	footer
--------------------------------------------------*/
footer {
  background: #000;
  padding: 40px 0;
  text-align: center; }

footer img {
  width: 120px; }

footer p {
  margin-top: 15px;
  font-size: 12px;
  color: #fff; }

/*-------------------------------------------------
	main
--------------------------------------------------*/
main {
  background: #fff;
  position: relative;
  z-index: 10;
  overflow-x: hidden;
  width: 100%; }

main .video_wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2; }

.main_pc {
  display: block; }

.main_sp {
  display: none; }

@media screen and (orientation: portrait) {
  .main_pc {
    display: none; }

  .main_sp {
    display: block; } }
/*END*/
main .main_wrap {
  overflow: hidden;
  position: relative; }

main .full_video {
  position: absolute;
  z-index: 1; }

main .full_video_sp {
  position: absolute;
  height: 100vh;
  z-index: 1; }

main .inner {
  position: absolute;
  left: 5%;
  top: 0;
  width: 90%;
  height: 100%;
  margin: 0 auto;
  z-index: 3;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center; }

main .inner div {
  display: inline-block;
  width: 100%; }

/*h1*/
main .inner h2 {
  margin: 0 auto;
  color: #fff;
  font-size: 53px;
  letter-spacing: 1.2rem;
  font-weight: 600; }

/*END*/
@media screen and (max-width: 750px) and (orientation: portrait) {
  main .inner h2 {
    font-size: 7.0666666667vw;
    letter-spacing: 0.45rem; } }
/*END*/
@media screen and (max-width: 750px) and (orientation: landscape) {
  main .inner h2 {
    font-size: 6.066667vw; } }
/*END*/
/*-------- btn_movie --------*/
main .inner .btn_movie {
  margin-top: 1.5vw;
  display: inline-block;
  width: auto;
  cursor: pointer; }

main .inner .btn_movie figure {
  width: 51px;
  height: 51px;
  background: rgba(255, 255, 255, 0);
  border: solid 1px white;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  transition: 0.3s; }

main .inner .btn_movie figure::after {
  border-width: 8.5px 0 8.5px 10px;
  margin: -7.5px 0 0 -3.5px;
  border-color: transparent transparent transparent #fff;
  left: 50%;
  top: 50%;
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid; }

main .inner .btn_movie p {
  font-size: 13px;
  line-height: 1;
  letter-spacing: 1.5px;
  margin-top: 10px;
  font-weight: 500;
  transition: 0.3s;
  color: #fff; }

main .inner .btn_movie:hover figure {
  background: rgba(255, 255, 255, 0.5);
  border: solid 1px rgba(255, 255, 255, 0); }

main .inner .btn_movie:hover figure::after {
  border-width: 8.5px 0 8.5px 10px;
  margin: -7.5px 0 0 -3.5px;
  border-color: transparent transparent transparent #fff;
  left: 50%;
  top: 50%;
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid; }

@media screen and (max-width: 750px) {
  main .inner .btn_movie {
    margin-top: 3.5vw; }

  main .inner .btn_movie figure {
    width: 10vw;
    height: 10vw; }

  main .inner .btn_movie figure::after {
    border-width: 1.6666666667vw 0 1.6666666667vw 2.2666666667vw;
    margin: -1.5333333333vw 0 0 -0.8vw; }

  main .inner .btn_movie:hover figure::after {
    border-width: 1.6666666667vw 0 1.6666666667vw 2.2666666667vw;
    margin: -1.5333333333vw 0 0 -0.8vw; }

  main .inner .btn_movie p {
    font-size: 2.6666666667vw;
    margin-top: 2vw;
    letter-spacing: 0.35rem; } }
@media screen and (max-width: 700px) and (orientation: landscape) {
  main .inner .btn_movie {
    margin-top: 2vw !important; }

  main .inner .btn_movie figure {
    width: 35px;
    height: 35px;
    background: rgba(255, 255, 255, 0);
    border: solid 1px white;
    border-radius: 50%;
    margin: 0 auto;
    position: relative;
    transition: 0.3s; }

  main .inner .btn_movie p {
    font-size: 11px; } }
/*END*/
/*-------- scroll --------*/
/*-------- scroll --------*/
.scroll {
  height: 90px;
  width: 80px;
  margin-right: 0px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 200;
  transition: .3s;
  transform: translateX(-50%); }

.scroll {
  height: 90px;
  width: 80px;
  margin-right: 0px;
  position: absolute;
  left: 50%;
  bottom: 0;
  z-index: 200;
  transition: .3s;
  transform: translateX(-50%); }

.scroll a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 200;
  transition: 0.3s;
  cursor: pointer; }

.scroll .scroll_wheel {
  width: 1px;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  animation: scroll_wheel 0s 0s 1 forwards ease-out;
  background: rgba(255, 255, 255, 0.3);
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0px;
  margin-left: -0.5px;
  transition: 0.3s;
  z-index: 200; }

@keyframes scroll_wheel {
  0% {
    bottom: 0%;
    opacity: 0; }
  100% {
    bottom: 0%;
    opacity: 1; } }
.scroll .scroll_wheel:after {
  opacity: 1;
  width: 100%;
  height: 30%;
  animation: scroll_wheel_after 2.5s 0.5s infinite normal ease;
  background: #e9e9e9;
  position: absolute;
  content: " ";
  display: block;
  z-index: 11;
  left: 0%;
  top: -100%;
  transition: 0.3s; }

@keyframes scroll_wheel_after {
  0% {
    top: 0%;
    opacity: 1; }
  30% {
    top: 100%;
    opacity: 1; }
  31% {
    top: 100%;
    opacity: 0; }
  32% {
    top: -34%;
    opacity: 0; }
  33% {
    top: -34%;
    opacity: 1; }
  60% {
    top: 0%; }
  100% {
    top: 0%; } }
.scroll a:hover .scroll_wheel:after {
  /*background:#f00;*/
  background: #fff; }

/*----- scroll_p -----*/
.scroll_p {
  position: absolute;
  bottom: 120px;
  left: 50%;
  width: 80px;
  margin-left: -50%;
  text-align: center;
  z-index: 200;
  pointer-events: none;
  text-align: center;
  opacity: 0.6; }

.scroll_p img {
  width: 9px; }

@media screen and (max-width: 1400px) {
  .scroll {
    height: 90px;
    width: 80px; }

  .scroll_p {
    bottom: 95px; }

  .scroll_p img {
    width: 8px; } }
/*END*/
@media screen and (max-width: 1200px) {
  .scroll {
    height: 80px;
    width: 80px; }

  .scroll_p img {
    width: 8px; } }
/*END*/
@media screen and (max-width: 1000px) {
  .scroll {
    height: 12vw;
    width: 80px; }

  .scroll_p {
    bottom: 14vw; }

  .scroll_p img {
    width: 7px; } }
/*END*/
@media screen and (max-width: 500px) {
  .scroll_p img {
    width: 1.4vw;
    max-width: 7px; } }
/*END*/
@media screen and (max-width: 1023px) and (orientation: portrait) {
  .scroll {
    height: 12vw;
    width: 80px; }

  .scroll_p {
    bottom: 14vw; }

  .scroll_p img {
    width: 7px; } }
/*END*/
@media screen and (max-width: 640px) and (orientation: portrait) {
  .scroll {
    height: 75px;
    width: 80px; }

  .scroll_p {
    bottom: 90px; }

  .scroll_p img {
    width: 7px; } }
/*END*/
@media screen and (max-width: 400px) and (orientation: portrait) {
  .scroll {
    height: 16vw;
    width: 80px; }

  .scroll_p {
    bottom: 20vw; } }
/*END*/
@media screen and (max-width: 350px) and (orientation: portrait) {
  .scroll {
    height: 16vw;
    width: 80px; }

  .scroll_p {
    bottom: 19vw; }

  .scroll_p img {
    width: 6.2px; } }
/*END*/
/*-------------------------------------------------
	item_area
--------------------------------------------------*/
#item_area {
  padding-bottom: 0; }
  #item_area .box_in ul {
    margin: 0 auto;
    max-width: 1100px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }
    #item_area .box_in ul li {
      width: 24%;
      text-align: center;
      margin-top: 60px; }
      #item_area .box_in ul li .flavor_image img {
        max-width: 100px;
        width: 100%; }
      #item_area .box_in ul li h1 {
        margin-top: 18px;
        font-weight: bold;
        font-size: 18px; }
      #item_area .box_in ul li p {
        font-weight: bold; }
      #item_area .box_in ul li .buy_btn {
        display: inline-block; }

@media screen and (max-width: 960px) {
  #item_area .box_in {
    width: 96%; }
    #item_area .box_in ul li {
      width: 33%; } }
@media screen and (max-width: 750px) {
  #item_area {
    padding-top: 0; }
    #item_area .box_in {
      width: 100%; }
      #item_area .box_in ul li .flavor_image img {
        width: 50%; }
      #item_area .box_in ul li h1 {
        font-size: 2.8vw; }
      #item_area .box_in ul li p {
        font-size: 2.5333333333vw; }
      #item_area .box_in ul li .price {
        font-size: 2.5333333333vw; }
      #item_area .box_in ul li .buy_btn form input {
        width: 90%;
        font-size: 2.8vw;
        border-radius: 5px; }
      #item_area .box_in ul li .detail_btn {
        width: 90%;
        font-size: 2.8vw;
        border-radius: 5px; } }
/*-------------------------------------------------
	common(共通)
--------------------------------------------------*/
button {
  background: #66864e;
  border: none;
  color: #fff;
  width: 47%;
  border-radius: 20px;
  line-height: 32px;
  position: relative;
  padding-right: 20px;
  margin-top: 20px;
  font-size: 18px;
  font-weight: bold; }

button:hover {
  opacity: 0.7;
  pointer-events: auto;
  cursor: pointer; }

.buy_btn {
  max-width: 180px;
  width: 100%;
  margin-top: 20px; }
  .buy_btn form input {
    display: inline-block;
    border: none;
    width: 100%;
    padding: 10px 20px;
    background: #9b8775;
    color: #fff;
    font-weight: bold;
    letter-spacing: 0.18em;
    font-size: 16px;
    border-radius: 5px; }
    .buy_btn form input:hover {
      opacity: 0.8;
      cursor: pointer; }

.detail_btn {
  max-width: 180px;
  display: inline-block;
  margin-top: 20px;
  width: 100%;
  padding: 10px 0px;
  background: #000;
  color: #fff;
  font-weight: bold;
  letter-spacing: 0.18em;
  font-size: 16px;
  text-align: center;
  border-radius: 5px; }

/*-------------------------------------------------
	common_area
--------------------------------------------------*/
.common_area {
  padding-top: 110px;
  padding-bottom: 100px; }
  .common_area .box_in .txt_area {
    text-align: center;
    line-height: 2.5;
    font-size: 1.6rem; }
  @media screen and (max-width: 750px) {
    .common_area {
      padding-top: 18.6666666667vw;
      padding-bottom: 18.6666666667vw; }
      .common_area .box_in .txt_area {
        font-size: 3.2vw;
        text-align: left; }
        .common_area .box_in .txt_area br {
          display: none; } }

/*-------------------------------------------------
	intro
--------------------------------------------------*/
#intro {
  margin: 0 auto;
  color: #fff;
  padding-bottom: 0;
  max-width: 1200px;
  width: 100%;
  background-image: url("../img/bg_pink1.jpg");
  background-size: cover;
  margin-top: 140px; }
  #intro .box_in {
    padding: 120px 20px; }
    #intro .box_in .p1 {
      font-size: 48px;
      text-align: center; }
    #intro .box_in .p2 {
      font-size: 32px;
      text-align: center; }
    #intro .box_in .image_jewel {
      margin: 0 auto;
      margin-top: 40px;
      max-width: 750px;
      width: 100%; }
    #intro .box_in ul {
      margin: 0 auto;
      max-width: 1200px;
      width: 90%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin-top: 120px; }
      #intro .box_in ul .image_li {
        width: 30%;
        margin-right: 40px;
        position: relative; }
        #intro .box_in ul .image_li .item_img {
          position: absolute;
          left: -88px;
          bottom: -26px; }
          #intro .box_in ul .image_li .item_img img {
            width: 135px; }
      #intro .box_in ul .txt_li {
        font-weight: bold;
        font-size: 24px;
        letter-spacing: 7.05px; }

@media screen and (max-width: 1080px) {
  #intro {
    margin-top: 140px; }
    #intro .box_in {
      padding: 120px 20px; }
      #intro .box_in .p1 {
        font-size: 4.4444444444vw; }
      #intro .box_in .p2 {
        font-size: 2.962962963vw;
        text-align: center; }
      #intro .box_in .image_jewel {
        margin-top: 40px; }
      #intro .box_in ul {
        margin: 0 auto;
        max-width: 1200px;
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 120px; }
        #intro .box_in ul .image_li {
          width: 30%;
          margin-right: 40px;
          position: relative; }
          #intro .box_in ul .image_li .item_img {
            left: -8.1481481481vw;
            bottom: -2.4074074074vw; }
            #intro .box_in ul .image_li .item_img img {
              width: 12.5vw; }
        #intro .box_in ul .txt_li {
          font-weight: bold;
          font-size: 2.2222222222vw;
          letter-spacing: 7.05px; } }
@media screen and (max-width: 640px) {
  #intro {
    margin-top: 21.875vw; }
    #intro .box_in {
      padding: 0vw 20px 18.75vw; }
      #intro .box_in .p1 {
        font-size: 7.5vw; }
      #intro .box_in .p2 {
        font-size: 5vw;
        text-align: center; }
      #intro .box_in .image_jewel {
        margin-top: 40px; }
      #intro .box_in ul {
        margin: 0 auto;
        max-width: 1200px;
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        margin-top: 18.75vw; }
        #intro .box_in ul .image_li {
          width: 100%;
          margin-right: 0;
          position: relative;
          max-width: 215px; }
          #intro .box_in ul .image_li .item_img {
            left: -13.75vw;
            bottom: -4.0625vw; }
            #intro .box_in ul .image_li .item_img img {
              width: 21.09375vw; }
        #intro .box_in ul .txt_li {
          margin-top: 9.375vw;
          font-weight: 100;
          font-size: 4.95vw;
          letter-spacing: 2.05px;
          text-align: center; } }
/*-------------------------------------------------
	sub_intro
--------------------------------------------------*/
.sub_intro {
  margin: 0 auto;
  background: #BC4882;
  padding: 120px 0;
  max-width: 1200px;
  width: 100%; }
  .sub_intro h2 {
    color: #fff;
    font-size: 38px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.15em; }
  .sub_intro .images {
    margin: 0 auto;
    margin-top: 40px;
    max-width: 960px;
    width: 100%; }

@media screen and (max-width: 1080px) {
  .sub_intro {
    padding: 11.1111111111vw 0; }
    .sub_intro h2 {
      font-size: 3.5185185185vw; } }
@media screen and (max-width: 640px) {
  .sub_intro {
    padding: 18.75vw 0; }
    .sub_intro h2 {
      font-size: 5.9375vw; } }
/*-------------------------------------------------
	intro2
--------------------------------------------------*/
#intro2 {
  margin: 0 auto;
  padding-bottom: 0;
  max-width: 1200px;
  width: 100%;
  background-image: url("../img/bg_blue1.jpg");
  background-size: cover; }
  #intro2 .box_in {
    padding: 120px 20px; }
    #intro2 .box_in .p1 {
      font-size: 48px;
      text-align: center; }
      #intro2 .box_in .p1 .mini {
        font-size: 12px;
        position: relative;
        top: -30px;
        right: -8px; }
    #intro2 .box_in ul {
      margin: 0 auto;
      max-width: 1200px;
      width: 90%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin-top: 80px; }
      #intro2 .box_in ul .image_li {
        width: 30%;
        margin-right: 40px;
        position: relative; }
      #intro2 .box_in ul .txt_li .txt {
        font-weight: bold;
        font-size: 24px;
        letter-spacing: 7.05px; }
      #intro2 .box_in ul .txt_li .images {
        margin-top: 40px;
        text-align: center; }
        #intro2 .box_in ul .txt_li .images img {
          width: 240px; }
    #intro2 .box_in .kome {
      margin: 0 auto;
      max-width: 800px;
      width: 100%;
      margin-top: 40px;
      font-size: 12px;
      text-align: right; }

@media screen and (max-width: 1080px) {
  #intro2 .box_in {
    padding: 11.1111111111vw 1.8518518519vw; }
    #intro2 .box_in .p1 {
      font-size: 4.4444444444vw; }
      #intro2 .box_in .p1 .mini {
        font-size: 12px;
        top: -2.7777777778vw;
        right: -0.7407407407vw; }
    #intro2 .box_in ul {
      margin-top: 11.7647058824vw; }
      #intro2 .box_in ul .image_li {
        width: 30%;
        margin-right: 40px;
        margin-bottom: 40px; }
      #intro2 .box_in ul .txt_li .txt {
        font-weight: bold;
        font-size: 2.2222222222vw;
        letter-spacing: 7.05px; }
      #intro2 .box_in ul .txt_li .images {
        margin-top: 40px;
        text-align: center; }
        #intro2 .box_in ul .txt_li .images img {
          width: 240px; }
    #intro2 .box_in .kome {
      margin: 0 auto;
      max-width: 800px;
      width: 100%;
      margin-top: 40px;
      font-size: 12px;
      text-align: right; } }
@media screen and (max-width: 680px) {
  #intro2 .box_in {
    padding: 0vw 2.9411764706vw 17.6470588235vw; }
    #intro2 .box_in .p1 {
      font-size: 6.1764705882vw; }
      #intro2 .box_in .p1 .mini {
        font-size: 12px;
        top: -4.4117647059vw;
        right: -1.1764705882vw; }
    #intro2 .box_in ul {
      margin: 0 auto;
      max-width: 1200px;
      width: 90%;
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin-top: 11.7647058824vw; }
      #intro2 .box_in ul .image_li {
        width: 70%;
        margin-right: 0px;
        margin-bottom: 40px; }
      #intro2 .box_in ul .txt_li .txt {
        font-weight: 100;
        font-size: 4.4117647059vw;
        letter-spacing: 4.05px;
        text-align: center; }
      #intro2 .box_in ul .txt_li .images {
        margin-top: 40px;
        text-align: center; }
        #intro2 .box_in ul .txt_li .images img {
          width: 240px; }
    #intro2 .box_in .kome {
      margin: 0 auto;
      max-width: 800px;
      width: 100%;
      margin-top: 40px;
      font-size: 12px; } }
/*-------------------------------------------------
	pages
--------------------------------------------------*/
.pages {
  text-align: center; }

/*-------------------------------------------------
	mist
--------------------------------------------------*/
#mist {
  padding-top: 0;
  margin: 0 auto;
  background: #000;
  max-width: 1200px;
  width: 100%;
  text-align: center; }
  #mist .p1 {
    margin-top: 60px;
    color: #fff;
    font-size: 38px;
    line-height: 1.5;
    text-align: center;
    letter-spacing: 0.15em; }
  #mist .images {
    margin: 0 auto;
    margin-top: 40px;
    max-width: 750px;
    width: 100%; }
  #mist .images2 {
    margin: 0 auto;
    margin-top: 120px;
    max-width: 960px;
    width: 100%; }
  #mist ul {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 80px; }
    #mist ul li {
      width: 45%;
      color: #fff; }
      #mist ul li h3 {
        font-size: 28px;
        margin-top: 40px; }
      #mist ul li .txt {
        text-align: left;
        margin-top: 10px; }

@media screen and (max-width: 680px) {
  #mist .p1 {
    margin-top: 8.8235294118vw;
    font-size: 4.1176470588vw; }
  #mist .images {
    margin-top: 5.8823529412vw; }
  #mist .images2 {
    margin-top: 17.6470588235vw; }
  #mist ul {
    width: 90%;
    margin-top: 11.7647058824vw;
    display: block; }
    #mist ul li {
      width: 100%; }
      #mist ul li .ul_images img {
        max-width: 280px;
        width: 100%; }
      #mist ul li h3 {
        font-size: 28px;
        margin-top: 20px; }
      #mist ul li .txt {
        margin-top: 10px; }
    #mist ul li:nth-child(2) {
      margin-top: 60px; } }
/*-------------------------------------------------
	product
--------------------------------------------------*/
#product {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
  background-image: url("../img/bg_blue1.jpg");
  background-size: cover;
  margin-bottom: 140px; }
  #product .inner .item_ul {
    margin: 0 auto;
    max-width: 1200px;
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-top: 80px; }
    #product .inner .item_ul .images {
      width: 300px; }
    #product .inner .item_ul .txt_area {
      text-align: left;
      width: calc(100% - 300px); }
      #product .inner .item_ul .txt_area h2 {
        font-size: 42px;
        font-weight: bold; }
      #product .inner .item_ul .txt_area h1 {
        font-size: 32px; }
      #product .inner .item_ul .txt_area .txt {
        margin-top: 10px; }
        #product .inner .item_ul .txt_area .txt .min {
          font-size: 12px;
          position: relative;
          top: -6px; }
      #product .inner .item_ul .txt_area .category_ul {
        margin-top: 10px;
        display: flex; }
        #product .inner .item_ul .txt_area .category_ul li {
          font-size: 14px;
          background: #000;
          padding: 0 20px;
          margin-right: 10px;
          color: #fff;
          font-weight: bold; }
      #product .inner .item_ul .txt_area .price {
        margin-top: 10px;
        font-size: 21px; }
      #product .inner .item_ul .txt_area .flavor {
        margin-top: 40px;
        display: flex; }
        #product .inner .item_ul .txt_area .flavor li {
          width: 180px;
          margin-right: 20px; }
          #product .inner .item_ul .txt_area .flavor li .flavor_image {
            width: 60px; }
        #product .inner .item_ul .txt_area .flavor .flavor_image {
          margin: 0 auto; }
        #product .inner .item_ul .txt_area .flavor h3 {
          text-align: center;
          margin-top: 10px; }
  #product .inner .kome {
    margin: 0 auto;
    max-width: 960px;
    width: 90%;
    text-align: right;
    margin-top: 40px;
    font-size: 12px; }

@media screen and (max-width: 750px) {
  #product {
    margin-bottom: 0px;
    padding-bottom: 160px;
    padding-top: 2.666667vw; }
    #product .inner .item_ul {
      max-width: 680px;
      margin-top: 120px;
      display: block; }
      #product .inner .item_ul .images {
        max-width: 500px;
        width: 100%;
        margin: 0 auto;
        text-align: center; }
      #product .inner .item_ul .txt_area {
        width: 100%; }
        #product .inner .item_ul .txt_area h2 {
          margin-top: 20px;
          font-size: 32px;
          line-height: 1.1;
          text-align: center; }
        #product .inner .item_ul .txt_area h1 {
          font-size: 21px;
          margin-top: 10px;
          text-align: center;
          font-weight: bold; }
        #product .inner .item_ul .txt_area .txt {
          margin-top: 10px; }
          #product .inner .item_ul .txt_area .txt br {
            display: none; }
          #product .inner .item_ul .txt_area .txt .min {
            font-size: 12px;
            position: relative;
            top: -6px; }
        #product .inner .item_ul .txt_area .category_ul {
          margin-top: 10px;
          flex-wrap: wrap;
          justify-content: center; }
          #product .inner .item_ul .txt_area .category_ul li {
            font-size: 14px;
            background: #000;
            padding: 0 20px;
            margin-right: 10px;
            color: #fff;
            font-weight: bold;
            margin-bottom: 10px; }
        #product .inner .item_ul .txt_area .price {
          margin-top: 10px;
          font-size: 21px;
          text-align: center; }
        #product .inner .item_ul .txt_area .flavor {
          margin-top: 40px;
          justify-content: center; }
          #product .inner .item_ul .txt_area .flavor li {
            width: 180px;
            margin-right: 20px; }
            #product .inner .item_ul .txt_area .flavor li .flavor_image {
              width: 60px; }
          #product .inner .item_ul .txt_area .flavor li:last-child {
            margin-right: 0; }
          #product .inner .item_ul .txt_area .flavor .flavor_image {
            margin: 0 auto; }
          #product .inner .item_ul .txt_area .flavor h3 {
            text-align: center;
            margin-top: 10px;
            font-size: 14px; }
    #product .inner .kome {
      margin: 0 auto;
      max-width: 960px;
      width: 90%;
      text-align: right;
      margin-top: 40px;
      font-size: 12px; } }
/*-------------------------------------------------
	footer
--------------------------------------------------*/
footer {
  color: #fff; }

/*-------------------------------------------------
	fade
--------------------------------------------------*/
body::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  pointer-events: none;
  z-index: 9990;
  opacity: 0;
  -webkit-transition: opacity 2s ease;
  transition: opacity 2s ease; }

body.fade::after {
  opacity: 1; }
