﻿/*白（#FFFFFD）グレイ（ #BDBFBE）黒（#000001）*/
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;1,100&display=swap');
html {
-webkit-text-size-adjust: 100%;
}
::selection {
    color: #fff;
    background: #bdbfbe;
}
h1 img {
    max-width: 186px;
}


#top_contents2 .contents1_txt{margin-right: 60%;box-sizing: border-box;}
#top_contents2 .contents1_txt h3{position: relative;z-index: 2;transform: translateX(38px);text-shadow: 0 0 5px rgba(0,0,0,0.2);}

#top_contents2 figure {
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 1;
}
#top_contents2 h3::after {display:none}

.sc_nav .logo img {
    max-width: 62px;
}
.sc_nav {
    padding: 11px 20px;
}

.shop_link a {
    padding: 21px 36px 21px 36px;
    color: #141414;
    font-weight: bold;
    background-color: #BDBFBE;
}
#cate_list_title, .cate_wrap .cate_list {
    text-align: left;
}

#top_contents1 figure {/*余白調整*/
    margin-bottom: 200px;
}
/*----------------------------------------------*/
#cms_3-b .shop_link a:hover {
    letter-spacing: 4px;
    opacity: 0.6;
}
#cms_3-b .shop_link a {
    display: inline-block;
    letter-spacing: 2px;
    transition: ease 0.3s;
}



.sns_links li a:hover {
    animation-name: pop;
    animation-duration: 0.3s;
    animation-timing-function: linear;
    animation-iteration-count: 1;    transform: translateY(0px);
}
.sns_links li a {
    display: inline-block;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgb(0 0 0 / 0%);
    transition: all 0.3s;
}
@keyframes pop {
  0% {
	transform: scale(1);
  }
  50% {
	transform: scale(1.2);
  }
  100% { 
	transform: scale(1);
  }
}
#top_contents1 > div, #top_contents2, #top_cms {overflow: hidden;}
.more {
    opacity: 0;
    transform: translateX(80px);
    transition: 0.8s;
    transition-property: opacity,transform;
}
.fadeL {
    opacity: 0;
    transform: translateX(-200px);
    transition: 1.1s;
    transition-property: opacity,transform;
    transition-delay: 0.3s;
}
.fadeR {
    opacity: 0;
    transform: translateX(200px);
    transition: 1.1s;
    transition-property: opacity,transform;
    transition-delay: 0.6s;
}
.fade1, .fade2, .fade3, .fade4, .fade5{
     opacity: 0;
     transform: translateY(50px);
     transition: 0.4s;
     transition-property: opacity,transform
}
.fade1.trans, .fade2.trans, .fade3.trans, .fade4.trans, .fade5.trans, .intro_txt h2.trans, .contents1_txt h3.trans, .contents2_txt h3.trans, .fadeL.trans, .fadeR.trans, .more.trans{
     opacity: 1;
     transform: none; animation: blur 1s ease-in-out forwards;
}
.fade2.trans {
    transition-delay: 0.2s;
}
.fade3.trans {
    transition-delay: 0.4s;
}
.fade4.trans {
    transition-delay: 0.6s;
}
.fade5.trans {
    transition-delay: 0.8s;
}
.intro_txt h2, .contents1_txt h3, .contents2_txt h3 {
     opacity: 0;
     transition: 0.5s;
     transition-property: opacity,transform
}


/*----------------------------------------------*/
#header {border-top: 12px solid;}
.t_cms1 .more {
    position: absolute;
    right: -80px;
    bottom: 40px;background: #fff;
}
#top_cms > div {
    padding: 80px 0 80px;
}
.t_cms1 {
    width: 1200px;
    border: 9px solid #bebfbe;
    margin: 0 auto;
    position: relative;
    padding-top: 46px!important;
    padding-bottom: 80px!important;
}
.t_cms3 {
    background: #bebfbe;
}
.top_cms_title {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    justify-content: center;
    align-items: center;
    background: url(Dup/img/title.png) no-repeat;
    background-position: 50% 70%;
    padding-bottom: 38px;
    box-sizing: border-box;
}
.top_cms_title h4 {
    font-weight: bold;
}
.dot {position: relative;font-weight:bold}
.dot:after {
    position: absolute;
    display: block;
    content: "・";
    bottom: -56px;
    left: 0;
    right: 0;
    margin: auto;
    color: #848484;
}

#main_nav li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#main_nav li a::after {
  position: absolute;
  bottom: -12px;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #333;
  transform: scale(0, 1);
  transform-origin: center top;
  transition: transform .3s;
}
#main_nav li a:hover::after {
  transform: scale(1, 1);
}

/* --------------------------------------------------------------------------------*/
#main_nav ul {

}
#main_nav li, .sc_nav li {
    text-align: center;
}
.sc_nav li {
    margin-right: 30px;
}
#main_nav li a span, .sc_nav li a span {
line-height: 1;vertical-align: top;
}
#main_nav li a span:nth-child(1), .sc_nav li a span:nth-child(1) {
    font-family: 'Lato', sans-serif;
    font-weight: bold;
    letter-spacing: 0.1rem;
}
#main_nav li a span:nth-child(2), .sc_nav li a span:nth-child(2) {
    display: block;
    font-size: 14px;
    text-align: center;margin-top: -6px;
}
.catch {
    position: absolute;
    color: #fff;
    font-size: 36px;
    top: 10%;
    right: -37px;
    z-index: 1;
}
.catch .black {color: #000001}




.demoTxt {
  display: block;
opacity:0;
}
.demoTxt span {
 opacity: 0;
  -webkit-transition: .9s ease-in-out;
 transition: 1.3s ease-in-out;
 letter-spacing: -3px;
}
.demoTxt span.blur {
        animation: blur 1.5s ease-in-out forwards;
}
@keyframes blur {
  0% {
	filter: blur(5px);
  }
  100% { 
	filter: blur(0);
  }
}
@media(max-width: 1430px) {
      .catch {
    font-size: 26px;
    top: 15%;
    right: 10px;
}  
.catch .black {color: #fff}

}
@media(max-width: 1400px) {
    .t_cms1 {
        width: calc( 100% - 160px);
    }
}
@media screen and (max-width: 1281px){
#top_contents2 figure {
    position: relative;
    bottom: 40px;
    z-index: 1;
}
#top_contents2 .contents1_txt {
    width: 60%!important;
    margin-left: 40%;
    padding-top: 30px;
    padding-right: 20px;
}
#top_contents2 .contents1_txt h3 {
    transform: translateX(-80px);
}
}
@media(max-width: 768px) {
#top_contents1 figure {
    margin-bottom: 0;
}
#top_contents1 .contents1_txt {
    width: 83%!important;
    margin-right: auto;    margin-left: 13%;
}
#top_contents2 .contents1_txt {
    width: 83%!important;
    margin-left: auto;    margin-right: 13%;
}
#top_contents2 .contents1_txt h3 {
    transform: translateX(80px);
}
h1 img {
    max-width: 107px;
}

}
@media(max-width: 667px) {
    #top_contents2 .contents1_txt h3 {
    transform: translateX(0px);margin-bottom: 20px;
}
    .catch {
    font-size: 17px;
    position: inherit;
    color: #000001;
    margin: 10px 10px;right: auto;
}
.demoTxt span.font_style_italic {
font-style: inherit;
font-size: 20px
}
.demoTxt span.font_style_italic:first-child {
    margin-left: 22px;
}
.catch .black {color: #000001}
.dot:after {
    bottom: -14px;
    font-size: 10px;
    left: 4px;
}
h1 img {
    max-width: 73px;
}
#top_contents1 .contents1_txt, #top_contents2 .contents1_txt {
    width: 100%!important;
    margin-left: 0;
}
.t_cms1 {
    width: calc( 100% - 30px);
    border: 5px solid #bebfbe;
}
.t_cms1 .more {
    right: 0;
}
#loader .logo {
    max-width: 198px;
}
header #header {
    padding: 21px;
}
}   
