@charset "utf-8";

/* =======================================

	CommonElements

======================================= */
html { 
    font-size: 100% /* =16px */
}
body {
	width: 100%;
	margin:0 0 2em 0;
	margin: 0 auto 10% auto;
	font-size: 14px;
	font-family: 'Lato' , "Noto Sans JP", sans-serif;
	font-weight: 400;
}
p {
    font-size: 1em;
}
a:link {
	color: #878787;
	text-decoration: none;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
a:visited {
	color: #878787;
}
.contents_sp {
	display:none;
}
.contents_pc {
	width: 100%;
	display:block;
	margin: 0 auto 10% auto;
	font-size: 14px;
	font-family: 'Lato' , "Noto Sans JP", sans-serif;
	font-weight: 400;
}

/* =======================================

	FADEIN

======================================= */
.fadein {
  opacity : 0;
  transform: translateY(20px);
  transition: all 1s;
}


/* =======================================

	BLOCK

======================================= */

/* ======== KEY VISUAL ======== */
#top_main {
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100vh;
}

/* ======== HEADER ======== */
#left_logo {
	padding: 40px;
	position: relative;
	top: 0;
}
#left_logo img {
	height:40px;
	fill: #FFFFFF;
}
#right_menu {
	margin-top:-3.7em;
	position: relative;
	top: 0;
	right: 0;
	text-align:right;
	line-height: 1.5em;
	font-size:1.1em;
	letter-spacing: 0.1em;
	color:#FFF;
}
#right_menu img {
	margin: 0;
	padding: 0;
	line-height: 0;
}
#right_menu span {
	display: block;
}
#right_menu a:link {
	color: #FFF;
	text-decoration: underline;
}
#right_menu a:hover {
	color: #FFF;
	text-decoration: none;
}
#right_menu a:visited {
	color: #FFF;
	text-decoration: none;
}

/* ======== HEADER OVER ======== */
.nav {
	position: relative;
	z-index: 9999 !important;
	padding:40px;
}
.pagetop {
    position: fixed;
    top: 40px;
    left: 40px;
	width:100%;
}
.pagetop a:link {
	color: #000 !important;
	text-decoration: none;
}
.pagetop a:hover {
	color: #C8C8C8 !important;
}
.pagetop a:visited {
	color: #000 !important;
}
.navttl img {
	height:40px !important;
}
.nav a:link {
	color: #000;
	text-decoration: none;
}
.nav a:hover {
	color: #C8C8C8;
}
.nav a:visited {
	color: #000;
}

#right_navmenu {
	margin-top:-3.5em;
	position: relative;
	top: 0;
	right: 80px;
	text-align:right;
	line-height: 1.5em;
	font-size:1.1em;
	color: #000;
	letter-spacing: 0.1em;
}
#right_navmenu img {
	margin: 0;
	padding: 0;
	line-height: 0;
}
#right_navmenu span {
	display: block;
}
#right_navmenu a:link {
	color: #FFF;
	text-decoration: underline;
}
#right_navmenu a:hover {
	color: #C8C8C8;
	text-decoration: none;
}
#right_navmenu a:visited {
	color: #FFF;
	text-decoration: none;
}

/* ========INTRODUCTION======== */
.introduction {
	margin: 150px 0 150px 0;
	text-align:center;
}
.introduction h2 {
	margin: 0 auto 30px auto;
	padding: 0 0 30px 0;
	width: 50%;
	text-align: center;
	letter-spacing: 0.05em;
	font-weight: 400;
	font-size:2.7em;
	position: relative;
	display: inline-block;
}
.introduction span {
    font-size:0.5em;
	display: block;
	margin:1.5em 0 0 0;
}
.introduction p {
	margin: 30px auto 0 auto;
	width: 50%;
	max-width: 600px;
	font-size: 1em;
	text-align: center;
	line-height: 2.1em;
	letter-spacing: 0.1em;
}

/* ========CREDIT&FOOTER======== */
.wrap_credit {
	margin:0 auto 5em auto;
	padding:0 0 5em 0;
    text-align:center;
    width:100%;
}
.wrap_credit p {
    font-size:0.9em;
    font-weight:lighter;
    letter-spacing:0.05em;
    line-height:2em;
}
.wrap_credit2 {
	margin:0 auto 4em auto;
	padding:0 0 10em 0;
    text-align:center;
    width:100%;
}
.wrap_credit2 p {
    font-size:0.9em;
    font-weight:lighter;
    letter-spacing:0.05em;
    line-height:2em;
}
.txtb p {
    margin:1.5em 0 0 0;
    font-size:0.9em;
    font-weight:normal;
    letter-spacing:0.05em;
    line-height:2em;
}

.catalog_table{
	margin:0 auto;
	width:100%;
	max-width:1100px;
}

.catalog_wrap h3 {
    margin:2em auto;
    text-align:center;
    font-size: 2em;
    font-weight:normal;
    letter-spacing:0.2em;
}
.wrap_footer {
	margin:0 auto 10em auto;
	padding:0 0 0 0;
    width:700px;
}
.wrap_footer ul {
    margin:0;
    padding:0;
    list-style-type:none;
    color:#a6a6a6;
}
.wrap_footer li {
    margin:0 auto;
    padding:0;
    background-color:#EEE;
    font-size: 1.2em;
}
.wrap_footer img {
    margin:0;
    padding:0;
	width:350px;
	vertical-align:bottom;
}
.wrap_footer_title1 {
    margin:0;
    padding:0 0 0 0;
    position: relative;
    z-index: 1;
}
.wrap_footer_title1 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2;
}
.wrap_footer_title1:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}
.wrap_footer_title1 p {
    margin:0;
    padding:0 0 0 0;
	width:350px;
    display:inline-block;
    vertical-align:middle;
    text-align:center;
}
.wrap_footer_title2 p {
	width:350px;
    display:inline-block;
    vertical-align:middle;
    text-align:center;
}

.footer {
    margin:0  auto 0 auto;
	padding:5em 0 0 0;
	width:80%;
    text-align:center;
    border-top:solid 1px #CCC;
    color:#878787;
}
.footer p {
    font-size:0.9em;
    letter-spacing:0.1em;
    line-height:2em;
}
.igicon {
    padding:1em 0 0 0;
}
.footer h4 {
    margin:5em 0 0 0;
    font-size:0.9em;
    font-weight:normal;
    letter-spacing:0.1em;
    line-height:1.5em;
	position: relative;
	display: inline-block;
}
h4:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 3em;/*線の上下位置*/
  display: inline-block;
  width: 20px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #808080;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}



/* ========MARGIN======== */
.btm5{
    margin:0 0 0.5em 0;
}
.btm10{
    margin:0 0 1em 0;
}
.btm20{
    margin:0 0 2em 0;
}
.btm30{
    margin:0 0 3em 0;
}
.btm40{
    margin:0 0 4em 0;
}
.btm50{
    margin:0 0 7em 0;
}
.btm60{
    margin:0 0 10em 0;
}
.btm100{
    margin:0 0 15em 0;
}
.btm150{
    margin:0 0 20em 0;
}

/* ========item block======== */
.item_title{
	margin:0;
	text-align: center;
}
.item_title h3{
	margin:0em 0 1em 0;
	letter-spacing: 0.05em;
	font-weight: 400;
	font-size:2.7em;
}
.item_title p{
	font-size: 1em;
	line-height: 2.1em;
	letter-spacing: 0.1em;
}
.item_title h5{
	margin:1.5em 0 1.5em 0;
	font-family: "segoe-script", sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1em;
	line-height: 2.1em;
	letter-spacing: 0.1em;
}

/* ========SIZE CONTROL======== */

.img_key{
    margin:0 auto 0 auto;
    width:600px;
}
.img_key img{
    width:600px;
}

.img_key2{
    margin:0 auto 0 auto;
    text-align:center;
}
.img_key2 img{
    width:700px;
}

.img_key3{
    margin:0 auto 0 auto;
    text-align:center;
}
.img_key3 img{
    width:750px;
}

.img_key_l{
    margin:0;
    text-align:left;
}
.img_key_l img{
    width:700px;
    margin:0;
    padding:0;
}

.img_key_r{
    margin:0;
    display: block;
    float:right;
}
.img_key_r img{
    width:700px;
    margin:0;
    padding:0;
}

.img_key_l2{
    margin:0 0 0 5em;
    text-align:left;
}
.img_key_l2 img{
    width:600px;
    margin:0;
    padding:0;
}

.img_key_l3{
    margin:0;
    text-align:left;
}
.img_key_l3 img{
    width:600px;
    margin:0;
    padding:0;
}

/* ========detail======== */

.details{
	padding:0;
	line-height:20px;
	font-size:12px;
	letter-spacing:1px;
	margin:0.5em 0 0 0;
	bottom: 0;
	color:#555;
	font-weight: lighter !important;
	text-align:left;
}
.details p{
	padding:0 0 0.5em 0;
}
.ttl{
	font-size: 20px;
	padding:75px 0 0 0 !important;
}
.details a:link {
	color: #555;
	text-decoration: underline !important;
}
.details a:hover {
	color: #555;
	text-decoration:none !important;
}
.details a:visited {
	color: #555;
	text-decoration: underline;
}



/* ========THUMBNAIL======== */
    .grid {
      display: grid;
      grid-template-columns: repeat(2, 1fr);
      gap: 20px;
      width: 600px;
      margin:0 auto;
    }
    .image-container {
      position: relative;
      width: 100%;
      padding-top: 100%; /* 3:4 aspect ratio */
      overflow: hidden;
    }
    .image-container img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      object-fit: contain;
      opacity: 0;
      transition: opacity 0.5s ease-in-out;
    }
    .image-container img.active {
      opacity: 1;
    }




    .container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }

    .image-wrapper {
      flex: 1 1 30%;
      max-width: 30%;
      aspect-ratio: 3 / 4;
      overflow: hidden;
      position: relative;
    }

    .image-wrapper img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      transition: transform 0.3s ease;
    }

    .image-wrapper:hover img {
      transform: scale(1.1);
    }





 /* ===========================================
	スマートフォン系 748 - 
=========================================== */
@media screen and (max-width: 750px) {
.contents_pc {
	display:none;		
}
.contents_sp {
	display:block;
	width:100%;
}


/* ========FOOTER======== */
.footer_thumb{
  margin:0 auto;
  list-style: none;
  display: flex;
  width:100%;
}
.footer_thumb ul{
  margin:0 auto;
  padding:0;
  line-height:0;
  max-width:100%;
}
.footer_thumb li{
  width:100%;
  text-align: center;
  margin:0 10px 10px 0;
}
.post li:last-child {
  margin-right: 0;
}

.footer_thumb img{
    width:100%;
}




/* =======================================

	BLOCK

======================================= */

/* ========MAIN & MENU======== */

#top_main{
	width: 750px;
	padding:0;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
	height: 980px;
	font-size:1.8em;
}
#left_logo{
	position: relative;
	top: 0;
}
#left_logo img{
	height:55px;
	fill: #FFFFFF;
}
#right_menu{
	margin-top:-2em;
	position: relative;
	top: 0;
	right: 0;
	text-align:right;
	line-height: 1.5em;
	font-size:1.1em;
	letter-spacing: 0.1em;
	color:#FFF;
}
#right_menu img{
	margin: 0;
	padding: 0;
	line-height: 0;
}
#right_menu span{
	display: block;
}
#right_menu a:link {
	color: #FFF;
	text-decoration: underline;
}
#right_menu a:hover {
	color: #FFF;
	text-decoration: none;
}
#right_menu a:visited {
	color: #FFF;
	text-decoration: none;
}

/* ========MAIN & MENU OVER======== */
.nav{
	position: relative;
	z-index: 9999 !important;
	padding:40px;
	font-size:1.8em;
}
.pagetop {
    position: fixed;
    top: 0px;
    left: 0px;
	width:100%;
	margin:0;
	padding:50px 0 20px 50px;
	width:750px;
	background-color: rgba(255, 255, 255, 0.5);
}
.pagetop a:link {
	color: #000 !important;
	text-decoration: none;
}
.pagetop a:hover {
	color: #C8C8C8 !important;
}
.pagetop a:visited {
	color: #000 !important;
}
.navttl{
    margin:0 0 0 0em;
}
.navttl img{
	height:50px !important;
}
.nav a:link {
	color: #000;
	text-decoration: none;
}
.nav a:hover {
	color: #C8C8C8;
}
.nav a:visited {
	color: #000;
}

#right_navmenu{
	margin:-2em 0.5em 0 0;
	position: relative;
	top: 0;
	right: 90px;
	text-align:right;
	line-height: 1.5em;
	font-size:1.1em;
	color: #000;
	letter-spacing: 0.1em;
}
#right_navmenu img{
	margin: 0;
	padding: 0;
	line-height: 0;
}
#right_navmenu span{
	display: block;
}
#right_navmenu a:link {
	color: #FFF;
	text-decoration: underline;
}
#right_navmenu a:hover {
	color: #C8C8C8;
	text-decoration: none;
}
#right_navmenu a:visited {
	color: #FFF;
	text-decoration: none;
}

/* ========INTRODUCTION======== */

.introduction{
	margin: 150px 0 150px 0;
	text-align:center;
	font-size:1.8em;
}
.introduction h2{
	margin: 0 auto 30px auto;
	padding: 0 0 30px 0;
	width: 100%;
	text-align: center;
	letter-spacing: 0.05em;
	font-weight: 400;
	font-size:1.7em;
	position: relative;
	display: inline-block;
}

.introduction span{
    font-size:0.5em;
}

.introduction p{
	margin: 30px auto 0 auto;
	width:100%;
	max-width: 750px;
	font-size: 1em;
	text-align: center;
	line-height: 2.1em;
	letter-spacing: 0.1em;
}


/* ========COAT BTN-RIGHT======== */

.wrap_all{
    text-align: left;
    padding:0 5% 0 5%;
}
.wrap_all img{
    width:100%;
}

/* ========COAT BTN TEXT======== */
.caption {
	width:100%;
	color: #555;
	text-align: left;
	line-height: 2em;
	font-size:1.5em;
	padding:0 0 0 5%;
}
.caption a:link {
	color: #555;
	text-decoration: underline !important;
}
.caption a:hover {
	color: #555;
	text-decoration:none !important;
}
.caption a:visited {
	color: #555;
	text-decoration: underline;
}


/* ========SIZE CONTROL======== */
.img_key {
    margin:0 auto 0 auto;
    text-align:center;
    width:750px;
}
.img_key img{
    width:100%;
}

.img_key2{
    margin:0 auto 0 auto;
    text-align:center;
}
.img_key2 img{
    width:90%;
}

.img_key3{
    margin:0 auto 0 auto;
    text-align:center;
}
.img_key3 img{
    width:80%;
}



    /* ========CREDIT&FOOTER======== */

.wrap_credit{
	margin:0 auto 0em auto;
	padding:0 0 5em 0;
    text-align:center;
    width:100%;
	font-size:1.8em;
}
.wrap_credit p{
    font-size:0.9em;
    font-weight:lighter;
    letter-spacing:0.05em;
    line-height:2em;
}
.wrap_credit2{
	margin:0 auto 4em auto;
	padding:0 0 10em 0;
    text-align:center;
    width:100%;
}
.wrap_credit2 p{
    font-size:0.9em;
    font-weight:lighter;
    letter-spacing:0.05em;
    line-height:2em;
	font-size:1.8em;
}
.txtb p{
    margin:1.5em 0 0 0;
    font-size:0.9em;
    font-weight:normal;
    letter-spacing:0.05em;
    line-height:2em;
}
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.wrap_footer{
	margin:0 auto;
	padding:0 0 0 0;
    text-align:center;
    width:90%;
}
.wrap_footer img{
	width:100%;
	padding:0 0 2em 0;
}
.wrap_footer ul{
    margin:0;
    padding:0;
    list-style-type:none;
    color:#555;
}
.wrap_footer li{
    margin:0 auto;
    padding:0 0 2.5em 0;
    background-color:#EEE;
    font-size: 1.2em;
}
.wrap_footer_title1{
    position: relative;
    z-index: 1;
}
.wrap_footer_title1 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2;
}
.wrap_footer_title1:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:0.7;
    zoom:1;/*IE*/
}
.wrap_footer_title1 p{
    padding:0 0 0 0;
	width:100%;
    display:inline-block;
    vertical-align:top;
    text-align:center;
}

.wrap_footer_title2{
    position: relative;
    z-index: 1;
}
.wrap_footer_title2 a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-indent:-999px;
    z-index: 2;
}
.wrap_footer_title2:hover {
    filter:alpha(opacity=70);/* IE 6,7*/
    -ms-filter: "alpha(opacity=70)";/* IE 8,9 */
    -moz-opacity:0.7;/* FF , Netscape */
    -khtml-opacity: 0.7;/* Safari 1.x */
    opacity:1;
    zoom:1;/*IE*/
}
.wrap_footer_title2 p{
    padding:0 0 0 0;
	width:100%;
    display:inline-block;
    vertical-align:top;
    text-align:center;
}

.footer{
    margin:0  auto 0 auto;
	padding:5em 0 0 0;
	width:90%;
    text-align:center;
    border-top:solid 1px #CCC;
    color:#878787;
	font-size:1.8em;
}
.footer p{
    font-size:0.9em;
    letter-spacing:0.1em;
    line-height:2em;
}
.igicon{
    padding:1em 0 0 0;
}
.footer h4{
    margin:5em 0 0 0;
    font-size:0.9em;
    font-weight:normal;
    letter-spacing:0.1em;
    line-height:1.5em;
	position: relative;
	display: inline-block;
}
h4:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 3em;/*線の上下位置*/
  display: inline-block;
  width: 20px;/*線の長さ*/
  height: 1px;/*線の太さ*/
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);/*位置調整*/
  background-color: #808080;/*線の色*/
  border-radius: 2px;/*線の丸み*/
}
.slider{
    position:relative;
    overflow:hidden;
}
.swiper-container{
    width:690px;

}

.swiper-slide {

      text-align: center;
      font-size: 18px;
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center;
}
.swiper-slide img{
    width:330px;

}
/* ========THUMBNAIL======== */
    .carousel-wrapper {
      overflow: hidden;
      padding: 0 5%;
      position: relative;
      margin-bottom: 40px;
    }

    .carousel {
      display: flex;
      overflow-x: scroll;
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
      scroll-behavior: smooth;
      gap: 16px;
      padding-bottom: 20px;
      scrollbar-width: none;
    }

    .carousel::-webkit-scrollbar {
      display: none;
    }

    .carousel-item {
      flex: 0 0 calc(50% - 8px);
      scroll-snap-align: start;
      overflow: hidden;
    }

    .carousel-item img {
      width: 100%;
      height: auto;
      display: block;
      object-fit: cover;
    }

    .dots {
      display: flex;
      justify-content: center;
      gap: 8px;
      margin-top: -10px;
    }

    .dot {
      width: 12px;
      height: 12px;
      border-radius: 50%;
      background-color: #ccc;
      cursor: pointer;
    }

    .dot.active {
      background-color: #333;
    }







 
}