﻿@charset "UTF-8";
/*//////////////////////////////////////////////////

Title :nagoya_snidel

//////////////////////////////////////////////////*/

/* ========================================================
                      * Layout style *
========================================================= */

html {
  font-size: 62.5%;
}
main {
  max-width: inherit;
}
footer {
  position: relative;
  z-index: 2;
  margin-top: 0;
}
a, a:before, a:after, a img {
  transition: opacity .3s ease-in-out, color .3s ease-in-out, background-color .3s ease-in-out, border-color .3s ease-in-out, text-shadow .3s ease-in-out, text-weight .3s ease-in-out;
}

/********************************
common*/
.breadcrumb {
  display: none;
}
.lp_contents .sp_only {
  display: none;
}
.lp_contents .flexBox{
  display: flex;
}
h2{
  font-size: inherit !important;
}
h2,h3,h4{
  font-weight: inherit !important;
}

/* ===================
  LP Contents
=================== */
.lp_contents {
  position: relative;
  z-index: 0;
  width: 100%;
  margin: 0 auto;
  font-family: 游明朝体, YuMincho, "游明朝 Medium", "Yu Mincho", "Hiragino Mincho ProN", HGS明朝E, yumin, メイリオ, serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
  background-repeat: no-repeat;
  color: #333;
}
.lp_contents::before{
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../img/pc_bg.jpg) no-repeat;
  background-position: 50% 10%;
  background-size: cover;
}
.lp_contents img {
  width: 100%;
}

/* ===================================
          anime
=================================== */
.txt_hid{
  overflow: hidden;
  display: inline-block;
}
.fade_txt{
  transform: translate(0px, 50px);
  transition: all 1.2s ease-out;
  display: block;
}
.fadetxt.active .fade_txt{
  transform: translate(0px, 0px);
}

.fadeUp {
  opacity: 0;
  transform: translateY(50px);
  transition: all 1.5s ease-out;
}
.fadeUp.active {
  opacity: 1;
  transform: translateY(0);
}

.fadeIn {
  opacity: 0;
  transition: all 1.5s ease-out;
}
.fadeIn.active {
  opacity: 1;
}

/* left-right */
.fade_left{
  transition-duration: 2s;
  width: 0;
  overflow: hidden;
}
.fade_left.active {
  width: 100%;
}

/* toptxt blur*/
.js-mv_txt {
  opacity: 0;
  transform: translateY(40px);
}

.js-mv_txt.effect {
  animation: fadein_anime 1.2s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards, tra_anime 1.5s cubic-bezier(0.51, 0.21, 0.41, 1) 0s 1 forwards;
}

@keyframes fadein_anime {
  0% {
    opacity: 0;
    filter: blur(10px);
  }

  100% {
    opacity: 1;
    filter: blur(0);
  }
}

@keyframes tra_anime {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}


/* ===================================
              mv_section
=================================== */
.mv_section {
  position: relative;
  z-index: 1;
  align-items: center;
  background: #F8F0EF;
}
.mv_section .mv_img{
  max-width: 50%;
}
@media screen and (min-width: 2000px) {
  .mv_section .mv_img{
    max-width: 50%;
  }
}
.mv_section .mv_txt{
  width: 50%;
  text-align: center;
  color: #B77366;
}
.mv_section .mv_txt .sb_logo{
  width: 13rem;
  margin: auto;;
}

.mv_section .mv_txt .product_title{
  margin-bottom: 4rem;
}
.mv_section .mv_txt .product_title span{
  display: block;
}
.mv_section .mv_txt .product_title .sub_ttl{
  margin: 1.5rem auto 0;
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 2.6rem;
  letter-spacing: 0.05em;
}
.mv_section .mv_txt .product_title .main_ttl{
  margin-top: 1.5rem;
  font-size: 5rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}

.mv_section .mv_txt .product_date{
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.04em;
}
.mv_section .mv_txt .product_date .sub_txt .time{
  font-size: 1.8rem;
}
.mv_section .mv_txt .product_date .sub_txt .wed{
  margin-right: 1rem;
  font-size: 1.4rem;
}
.mv_section .mv_txt .product_date .sub_txt .add,
.mv_section .mv_txt .product_date .product_limited{
  font-size: 1.6rem;
}

/* ===================================
             //mv_section
=================================== */

/* ===================================
           LimitedProduct
=================================== */
.limited_section{
  position: relative;
  z-index: 1;
  background: url(../img/bg01_pc.jpg) no-repeat;
  background-size: cover;
}
.limited_section .product_inner{
  display: flex;
  justify-content: space-between;
  width: 120rem;
  padding: 11.2rem 0 3.6rem;
  margin: auto;
}
.limited_section .product_inner .product_txt .ttl{
  font-size: 5rem;
  letter-spacing: 0.02em;
  color: #B77366;
}
.limited_section .product_inner .product_txt .sub{
  margin-top: 3rem;
  font-size: 2.2rem;
  letter-spacing: 0;
  line-height: 2;
  color: #B77366;
}
.limited_section .product_inner .product_txt .description{
  margin-top: 1.3rem;
  font-size: 1.4rem;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0.02em;
  line-height: 2;
  color: #333;
}
.limited_section .product_inner .product_txt .sub span{
  display: block;
  white-space: nowrap;
}
.limited_section .limited_area{
  position: relative;
  margin-top: 4rem;
}
.limited_section .limited_area .limited_inner{
  display: inline-block;
  padding: 3rem;
  background: #FFF3EF;
  border-radius: 1rem;
}
.limited_section .limited_area .limited_inner dl {
  display: flex;
  align-items: center;
}
.limited_section .limited_area .limited_ttl span {
  display: inline-block;
  padding: 0.5rem 0.9rem;
  background: #B77366;
  border-radius: 10rem;
  color: #fff;
  font-size: 1.3rem;
  letter-spacing: 0.04em;
  line-height: 1.7;
  text-align: center;
}
.limited_section .limited_area .limited_txt{
  padding-left: 1rem;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.limited_section .limited_area .limited_txt .limited_time{
  color: #B77366;
}
.limited_section .limited_area .name{
  margin-top: 0.8rem;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.8rem;
  line-height: 2.7rem;
  letter-spacing: 0.04em;
  color: #B77366;
}
.limited_section .limited_area .price{
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  line-height: 2.6rem;
  letter-spacing: 0.04em;
}
.limited_section .limited_area .price span{
  font-size: 1.2rem;
}

.limited_section .product_inner .product_img{
  margin-top: 1.2rem;
  width: 49.2rem;
}
.limited_section .product_inner .product_img .eye_img{
  filter: drop-shadow(0 0 20px #EAC8C6);
}
.limited_section .product_img .sml{
  margin-top: 23.2rem;
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.2rem;
  letter-spacing: 0.02em;
  color: #333;
  text-align: right;
}
/* ===================================
           //LimitedProduct
=================================== */

/* ===================================
            ShopFrom_Home
=================================== */
.home_section{
  position: relative;
  padding: 11rem 0;
  z-index: 0;
}
.home_section::before {
  opacity: 0;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../img/shop_bg.jpg) no-repeat;
  background-position: 50% 100%;
  background-size: cover;
}
.shopFrom_Home_inner {
  position: relative;
  margin: auto;
  padding: 5rem 0 5.5rem;
  width: 52rem;
  text-align: center;
  background: #fff;
  border-radius: 1rem;
  z-index: 1;
}
.shopFrom_Home_inner::before {
  position: absolute;
  content: "";
  border: 1px solid #fff;
  border-radius: 1.4rem;
  top: -1rem;
  left: -1rem;
  right: -1rem;
  bottom: -1rem;
  z-index: -1;
}

.shopFrom_Home_inner .ttl{
  margin-bottom: 1rem;
}
.shopFrom_Home_inner .ttl,
.info_section .info_inner .ttl{
  font-size: 3.8rem;
  letter-spacing: 0.02em;
  color: #B77366;
  white-space: nowrap;
}

.shopFrom_Home_inner .txt_e,
.shopFrom_Home_inner .txt_add{
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 2;
  white-space: nowrap;
}
.shopFrom_Home_inner .txt_add{
  margin-top: 1rem;
  line-height: 1.8;
}
/* ===================================
           //ShopFrom_Home
=================================== */

/* ===================================
            ShopInfo
=================================== */

.info_section {
  position: relative;
  z-index: 1;
  padding: 8rem 0 10rem;
  background: #F7EBE7;
}

.info_inner {
  display: flex;
  width: 104rem;
  margin: auto;
  align-items: center;
  justify-content: space-between;
}
.info_inner .text_blk .shop_add {
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.info_section .info_inner .ttl{
  margin-top: -1rem;
  margin-bottom: 0;
}
.info_inner .text_blk .shop_add.txt_lg {
  font-size: 1.6rem;
  letter-spacing: 0.06em;
}

.info_inner .text_blk .shop_add.txt_desc{
  margin-top: 1rem;
  font-size: 1.4rem;
  letter-spacing: 0.02em;
  line-height: 2;
}
.info_inner .text_blk .shop_add.txt_desc span{
  display: block;
  margin-left: 4.5rem;
}

.info_inner .map_blk iframe{
  width: 60rem;
  height: 24rem;
  border-radius: 1rem;
  box-shadow: 0 0 1.8rem #E0CDC9;
}
/* ===================================
           //ShopInfo
=================================== */



/*=======================================
               Responsive
========================================*/


/* only tablet */
@media screen and (min-width: 768px) and (max-width: 1200px) {
  html {
    font-size: calc(10* (100vw / 1200)) !important;
  }
}

/*=======================================
                    SP
========================================*/
@media only screen and (max-width: 767px) {
  .lp_contents .pc_only {
    display: none;
  }
  .lp_contents .sp_only {
    display: block;
  }
  .lp_contents .flexBox{
    flex-wrap: wrap;
  }

  .contents {
    padding-top: calc(182 * (100vw / 390));
  }



  /* ===================
    LP Contents
  =================== */
  .lp_contents::before{
    background: url(../img/sp_bg.jpg) no-repeat;
    background-position: 50% 100%;
    background-size: cover;
  }

/* ===================================
              mv_section
=================================== */
.mv_section .mv_img{
  max-width: 100%;
}
.mv_section .mv_txt{
  width: 100%;
  margin: calc(45* (100vw / 390)) auto calc(50* (100vw / 390));
}
.mv_section .mv_txt .sb_logo{
  width: calc(91* (100vw / 390));
}
.mv_section .mv_txt .product_title{
  margin-bottom: calc(17* (100vw / 390));
}
.mv_section .mv_txt .product_title .sub_ttl{
  margin: calc(12* (100vw / 390)) auto 0;
  font-size: calc(17* (100vw / 390));
}
.mv_section .mv_txt .product_title .main_ttl{
  margin-top: calc(14* (100vw / 390));
  font-size: calc(30* (100vw / 390));
}
.mv_section .mv_txt .product_date .sub_txt .time{
  font-size: calc(16* (100vw / 390));
}
.mv_section .mv_txt .product_date .sub_txt .wed{
  margin-right: calc(5* (100vw / 390));
  font-size: calc(13* (100vw / 390));
}
.mv_section .mv_txt .product_date .sub_txt .add,
.mv_section .mv_txt .product_date .product_limited{
  font-size: calc(15* (100vw / 390));
}
/* ===================================
             //mv_section
=================================== */

/* ===================================
           LimitedProduct
=================================== */
.limited_section{
  position: relative;
  z-index: 1;
  background: url(../img/bg01_sp.jpg) no-repeat;
  background-size: cover;
}
.limited_section .product_inner{
  justify-content: inherit;
  flex-direction: column-reverse;
  width: 100%;
  padding: calc(32* (100vw / 390)) 0 calc(55* (100vw / 390));
  margin: auto;
}
.limited_section .product_inner .product_txt{
  max-width: calc(340* (100vw / 390));
  width: 100%;
  margin:  auto;
}
.limited_section .product_inner .product_img .ttl{
  font-size: calc(34* (100vw / 390));
  letter-spacing: 0.02em;
  color: #B77366;
}
.limited_section .product_inner .product_txt .sub{
  margin-top: calc(26* (100vw / 390));
  font-size: calc(18* (100vw / 390));
  letter-spacing: 0;
  line-height: 2;
}
.limited_section .product_inner .product_txt .description{
  margin-top: calc(14* (100vw / 390));
  font-size: calc(13* (100vw / 390));
  letter-spacing: 0.02em;
  line-height: 2;
}

.limited_section .limited_area{
  position: relative;
  margin-top: calc(35* (100vw / 390));
}
.limited_section .limited_area .limited_inner{
  padding: calc(20* (100vw / 390)) calc(20* (100vw / 390)) calc(12* (100vw / 390));
  border-radius: calc(10* (100vw / 390));
}
.limited_section .limited_area .limited_inner dl {
  display: block;
}
.limited_section .limited_area .limited_inner dt,
.limited_section .limited_area .limited_inner dd{
  display: inline;
  padding: 0;
  margin: 0;
}
.limited_section .limited_area .limited_ttl span {
  padding: 0 calc(11* (100vw / 390));
  border-radius: calc(20* (100vw / 390));
  font-size: calc(12* (100vw / 390));
  letter-spacing: 0.04em;
  line-height: 1.7;
}
.limited_section .limited_area .limited_txt {
  padding-left: calc(10* (100vw / 390));
  font-size: calc(12* (100vw / 390));
  line-height: 1.6;
  letter-spacing: 0.04em;
}
.limited_section .limited_area .limited_txt .limited_time{
  font-size: calc(13* (100vw / 390));
}
.limited_section .limited_area .limited_txt .limited_add {
  display: block;
  padding-top: calc(10* (100vw / 390));
}
.limited_section .limited_area .name{
  margin-top: calc(9* (100vw / 390));
  font-size: calc(17* (100vw / 390));
  line-height: calc(26* (100vw / 390));
  letter-spacing: 0.04em;
}
.limited_section .limited_area .price{
  margin-top: calc(5* (100vw / 390));
  font-size: calc(14* (100vw / 390));
  line-height: calc(26* (100vw / 390));;
  letter-spacing: 0.04em;
}
.limited_section .limited_area .price span{
  font-size: calc(12* (100vw / 390));
}
.limited_section .product_inner .product_img{
  margin: auto;
  width: calc(340* (100vw / 390));
}
.limited_section .product_inner .product_img .eye_img{
  margin: calc(13* (100vw / 390)) auto 0;
}
.limited_section .product_txt .sml{
  margin-top: calc(20* (100vw / 390));
  font-family: "ryo-gothic-plusn", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: calc(11* (100vw / 390));
  letter-spacing: 0.02em;
  color: #333;
}
/* ===================================
           //LimitedProduct
=================================== */

/* ===================================
            ShopFrom_Home
=================================== */
.home_section{
  padding: calc(88* (100vw / 390)) 0;
}
.home_section::before {
  background: url(./img/shop_bgSP.jpg) no-repeat;
  background-position: 50% 100%;
  background-size: cover;
}
.shopFrom_Home_inner {
  padding: calc(30* (100vw / 390)) 0 calc(34* (100vw / 390));
  max-width: calc(340* (100vw / 390));
  width: 100%;
  border-radius: calc(10* (100vw / 390));
}
.shopFrom_Home_inner::before {
  border-radius: calc(10* (100vw / 390));
  top: calc(-8* (100vw / 390));;
  left: calc(-8* (100vw / 390));;
  right: calc(-8* (100vw / 390));;
  bottom: calc(-8* (100vw / 390));;
  z-index: -1;
}

.shopFrom_Home_inner .ttl,
.info_section .info_inner .ttl{
  margin-bottom: calc(12* (100vw / 390));
  font-size: calc(32* (100vw / 390));
  letter-spacing: 0.02em;
}
.shopFrom_Home_inner .txt_e,
.shopFrom_Home_inner .txt_add{
  font-size: calc(13* (100vw / 390));
  letter-spacing: 0.02em;
  line-height: 2;
}
.shopFrom_Home_inner .txt_add{
  margin-top: calc(17* (100vw / 390));
  line-height: calc(24* (100vw / 390));
}
/* ===================================
           //ShopFrom_Home
=================================== */


/* ===================================
            ShopInfo
=================================== */
.info_section {
  padding: calc(60* (100vw / 390)) 0 calc(80* (100vw / 390));
}
.info_inner {
  display: block;
  width: calc(340* (100vw / 390));
  margin: auto;
  align-items: center;
  justify-content: inherit;
}
.info_inner .text_blk .shop_add.txt_lg {
  font-size: calc(15* (100vw / 390));
}
.info_inner .text_blk .shop_add.txt_desc{
  margin-top: 0;
  font-size: calc(13* (100vw / 390));
}
.info_inner .text_blk .shop_add.txt_desc span{
  margin-left: calc(43* (100vw / 390));
}
.info_inner .map_blk{
  margin: calc(40* (100vw / 390)) auto 0;
}
.info_inner .map_blk iframe{
  width: calc(340* (100vw / 390));
  height: calc(136* (100vw / 390));
  border-radius: calc(20* (100vw / 390));
  box-shadow: 0 0 calc(12* (100vw / 390)) #E0CDC9;
}

/* ===================================
           //ShopInfo
=================================== */


}
