@charset "utf-8";

body {
    margin: 0;
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2vw;
    font-weight: 550;
}

a {
    text-decoration: none;
    color: #000000;
}

ul{ padding-left:0;}

li{list-style:none;}

#loading.loaded {
	opacity: 0;
	pointer-events: none;
}

#loading{
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	transition: opacity 1.5s ease;
	opacity: 1;
}

#loading img {
	width: 160px;
	height: 290px;
	animation: rollInL 2s ease-in-out infinite;
}

/* ローディングアニメーション */
@keyframes rollInL {
  0% {
    opacity: 0;
    transform-origin: left center;
    transform: rotateZ(-360deg) translateX(-100%);
  }
  100% {
    opacity: 1;
    transform-origin: left center;
    transform: rotateZ(0deg) translateX(0);
  }
}

.inview {
  opacity: 0;
  transition: 800ms;
  transform: translateY(50px);
}

.inview.is-active {
  opacity: 1;
  transform: translateY(0px);
}


.header-outer{
    display: flex;
    justify-content: space-between;
    box-shadow: 0px 10px 10px 0px rgb(196, 196, 196);
}

.header-category ul{
    display: flex;
    gap: 2vw;
}

.header-category{ padding: 3vw 4vw 0 0vw;}
.header-logo{ padding: 1.5vw 0 0 1vw; }

.header-logo img{ width: 20vw;}

.head_navi{
    padding:2.8vw 3vw 2vw 0;
}

.head_navi ul{
    justify-content: center;
    display: flex;
    gap: 2vw;
}

.head_navi ul li a{
    color: rgb(22, 90, 126);
}

.ph{ display: none;}

.wrapper{
    max-width: 1440px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.top_section{ width: 100%;}

.top_section_pc { 
    display: block;
    max-width: 100%;
    height: auto;
    display: block;
    box-shadow: 0px -5px 5px 0px rgb(196, 196, 196);
}

.top_section_sp { display: none; }

.main{
    position: relative;
    background: url(../images/common/main.jpg);
    background-size: contain;
    padding-bottom: 8vw;
}

.main::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 251, 251, 0.514);
    pointer-events: none;
    z-index: 0;
}

.main_inner{ position: relative; z-index: 1;}

.main_intro_inner{text-align: center; }

.main_intro_inner p{
    padding-top: 6vw;
    line-height: 2vw;
}

.buy_btn{
    width: 18vw;
    padding-top:2.8vw;
    margin-left: auto;
    margin-right: auto;
}

/*product*/
.product{
    height: auto;
    padding-top: 5vw;
}

.product_outer{
    display: flex;
    gap: 6vw;
    justify-content: center;
    margin-top: 1vw;
}

.h2title{
    font-size: 3vw;
    text-align: center;
}

.slides_item img{
    width: 33vw;
}

.slide_container {
  width: 33vw;
  height: 49vw;
  display: grid;
  justify-content: center;
  position: relative;   /* ★ これ重要（ドットの親） */
}

.slider_outer {
  position: relative;
  width: 33vw;
  height: 49vw;
  overflow: hidden;
}

.prodct_photo {
  position: relative;
  width: 100%;
  height: 100%;
}

/* スライドを全部同じ位置に重ねておく */
.slides_item {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: none !important; /* 瞬時切り替え */
}

/* 表示中のスライド */
.slides_item.active {
  opacity: 1;
}

/* 画像のフィット */
.slides_item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

/* ★ ドットをスライドの上に重ねて、下中央に表示 */
.indicator_container {
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;          /* スライドより前面に */
}

.indicator {
  width: 10px;
  height: 10px;
  background-color: lightgray;
  border-radius: 50%;
  cursor: pointer;
}

.indicator.active {
  background-color: gray;
}



/*商品説明*/
.prodct_text_container{
    width: 35vw;
    padding-top: 11vw;
}

.prodct_text_container h2{
    display: flex;
    gap: 2vw;
}

.prodct_text_container h2 img{
    width: 6vw;
}

.product_text01{
    padding: 2vw 3vw 0 ;
}

.product_text02{
    padding: 0.7vw 3vw 0;
    font-family: 'arial';
    font-size: 1.5vw;
}

.product_text02 span{
    font-size: 2.5vw;
    letter-spacing: 0.32vw;
}

.prodct_text img{
    width: 21vw;
    padding: 2vw 3vw 0;
}

/*スペック表*/
.spec_container{
    width: 58vw;
    margin-left: auto;
    margin-right: auto;
    background-color: rgba(252, 254, 255, 0.548);
    backdrop-filter: blur(12px);
    margin-top: 3vw;
}

.spec_dec_ph{
    display: none;
}

.spec_dec{
    color: rgb(190, 1, 1);
    margin: 1vw 0 1vw 0;
}

.spec_list {
  width: 66%;
  margin: 0 auto;
  line-height: 1.7;
}

.notes{ font-size: 0.9vw;}

.spec_group {
  display: flex;
  margin-bottom: 6px;
}

.spec_group dt {
  width: 90px;
  font-weight: 600;
  flex-shrink: 0;
}

.spec_group dd {
  margin: 0;
  padding-left: 3vw;
}

.spec_group dd br {
  display: block;
  margin-bottom: 4px;
}

.slideshow_section{
    width: 100%;
    padding: 5vw 0 0 0 ;
}

.slidegallery_container{
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 40px 0;
    padding: 20px 0;
}

.slidegallery_track{
    display: inline-block;
    animation: scrollLoop 40s linear infinite;
}

.slideshow_container{
    text-align: center;
}

.loop_item{
    display: inline-block;
    width: 18vw;
    margin: 0 1.5vw;
    box-shadow: 12px 12px 2px 1px  rgb(184, 229, 250);
}

@keyframes scrollLoop{
    0%{
        transform: translateX(0);
    }
    100%{
        transform: translateX(-50%);
    }
}

.slidegallery_container:hover .slidegallery_track {
  animation-play-state: paused;
}

.sns{
    background-color: #FEFBEA;
    width: 100%;
    padding: 3vw 0 1vw 0;
}

.sns_container{
    display: flex;
    justify-content: center;
}

.usagi{
    width: 17vw;
}

.sns_inner{
    padding-top: 5.2vw;
}

.sns_inner img{ padding-left: 2vw;}

.related{
    background-color: #F0F8FF;
    width: 100%;
    padding: 3vw 0 5vw 0;
}

.related_container{
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.h3_title{
    font-size: 1.4vw;
    text-align: center;
    letter-spacing: 0.3vw;
    padding-bottom: 2vw;
}

.related_inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 5vw;
}

.related_item{width: 100%;}
.related_box{width: 15vw;}
.related_name{width: 95%;}

#related_img01{padding-top: 2.4vw;}
#related_img02{padding-top: 1.7vw;}

.contact{
    width: 100%;
    height: auto;
    padding: 5vw 0 5vw 0;
    background: url(../images/common/contact_bg.jpg);
    background-size: contain;
}

.contact_box{
    display: flex;
    justify-content: center;
    gap: 5vw;
}

.contact_img{
    width: 18vw;
}

.contact_text{
    font-family: 'arial';
    letter-spacing: 0.2vw;
    color: #FFF;
    text-shadow: 0 0 0.2em rgba(0,0,0,1);
}

.footer{
    width: 100%;
    text-align: center;
    padding: 2vw 0 2vw 0;
}
.footer-logo{width: 16vw;}
.footer-nav{ display: flex; gap:2.5vw; justify-content: center;}
.copyright{ font-size: 1.05vw; padding-top: 1vw;}

/*レスポンシブ対応*/
/*768px以下(スマホ最適化)*/
@media screen and (max-width: 768px){
    body{font-size: 5vw;}
    .head-text{font-size: 3.7vw;}
    .head_navi ul{ gap:3vw;}
    .top_section_pc{display:none}
    .top_section_sp{
        display:block;
        max-width: 100%;
        height: auto;
        box-shadow: 0px -5px 5px 0px rgb(196, 196, 196);
    }
    .main{ background-size: 150vw;}
    .main_intro_inner p{
        line-height: 7vw;
        text-align: left;
        width: 88%;
        margin-left: auto;
        margin-right: auto;
    }
    .pc{ display: none;}
    .header-outer{ flex-direction: column;}
    .header-logo img{width: 48vw;}
    .head_navi{padding: 0 0 4vw 0;}
    .main_intro_inner img{width: 50vw; padding-top: 9vw;}
    .product{ padding-top: 22vw;}
    .h2title{ font-size: 8vw; padding-top: 4vw;}
    .product_outer{ flex-direction: column;}
    .slide_container{ width: 85%; margin:  0 auto; height: 100vw;}
    .slider_outer{ width: 70vw; height: 95vw;}
    .slides_item{ width: 70vw;}
    .slides_item img{ width: 70vw;}
    .prodct_text_container h2{ gap: 0px;}
    .prodct_text_container{ width: 85%; margin: 0 auto; height: auto;}
    .prodct_text_container h2 img{width: 19vw; height: 16vw;}
    .prodct_text_container h2 p{ font-size: 5vw; text-align: center;}
    .next_btn{ top: 41.5vw;}
    .back_btn{ top: 41.5vw;}
    .prodct_text{width: 100%; margin: 0 auto;}
    .product_text02{ font-size: 5.5vw; text-align: center; padding-top: 4vw;}
    .product_text02 span{ font-size: 7vw;}
    .prodct_text_container .prodct_text a img{display: block; margin: 0 auto;}
    .prodct_text img{ width: 70vw; padding: 6vw 0 6vw 0;}
    .spec_dec{display: none;}
    .spec_dec_ph{display: block;  color: rgb(190, 1, 1); text-align: center;}
    .spec_container{ width: 100%;}
    .spec_list{width: 85%; padding: 5vw 0 5vw 0;}
    .spec_group dt{ width: 31vw;}
    .notes{font-size: 3.8vw;}
    .loop_item{width: 40vw; box-shadow: 5px 5px 1px 0.5px rgb(184, 229, 250);}
    .buy_btn{width: 70vw;}
    .usagi{ width: 39vw;}
    .sns_inner{ padding-top: 12vw;}
    .h3_title{font-size: 6vw;}
    .related_box{ width: 32vw; padding-top: 4vw;}
    .related_name{ font-size: 4.5vw;}
    .contact_box{ flex-direction: column; text-align: center;}
    .contact_text{ text-align: center; font-size: 4vw;}
    .contact_img{ width: 50vw; }
    .footer{ width: 80%; margin-left: auto; margin-right: auto;}
    .footer-logo{ width: 45vw;}
    .footer-nav{ flex-direction: column;}
    .footer-nav a{ font-size: 4vw; text-align: left;}
    .copyright{ font-size: 3vw; padding-top: 4vw;}
}

@media screen and (min-width: 769px) and (max-width: 950px) {
    body{ font-size: 1.5vw;}
    .main_intro_inner p{ font-size:1.8vw;line-height: 1.5;}
    .main_intro_inner img{ width: 25vw;}
    .slider_outer{ width: 38vw;}
    .prodct_text_container{width: 37vw;}
    .prodct_text_container h2 img{width: 8vw;}
    .prodct_text_container h2 p{font-size: 2vw;}
    .prodct_text img{ width: 26vw;}
    .indicator_container{ bottom: -21px;}
    .spec_container{ margin-top: 8vw; width: 73vw;}
    .buy_btn{width: 26vw;}
}

@media screen and (min-width:1440px){
body{font-size:17.28px;}
.main{padding-bottom:115.2px;}
.main_intro_inner p{padding-top:86.4px;line-height:28.8px;}
.buy_btn{width:259.2px;padding-top:40.32px;}
.product{padding-top:72px;}
.product_outer{gap:86.4px;margin-top:14.4px;}
.h2title{font-size:43.2px;}
.slides_item img{width:475.2px;}
.slide_container{width:475.2px;height:705.6px;}
.slider_outer{width:475.2px;height:705.6px;}
.indicator_container{bottom:10px;gap:10px;}
.prodct_text_container{width:504px;padding-top:158.4px;}
.prodct_text_container h2 img{width:86.4px;}
.product_text01{padding:28.8px 43.2px 0;}
.product_text02{padding:10.08px 43.2px 0;font-size:21.6px;}
.product_text02 span{font-size:36px;letter-spacing:4.608px;}
.prodct_text img{width:302.4px;padding:28.8px 43.2px 0;}
.spec_container{width:835.2px;margin-top:43.2px;}
.spec_group dd{padding-left:43.2px;}
.slideshow_section{padding:72px 0 0 0;}
.loop_item{width:259.2px;margin:0 21.6px;}
.sns{padding:43.2px 0 14.4px 0;}
.usagi{width:244.8px;}
.sns_inner{padding-top:74.88px;}
.related{padding:43.2px 0 72px 0;}
.h3_title{font-size:20.16px;letter-spacing:4.32px;padding-bottom:28.8px;}
.related_box{width:216px;}
.related_name{width:95%;}
.contact{padding:72px 0;}
.contact_img{width:259.2px;}
.contact_text{letter-spacing:2.88px;}
.footer-logo{width:230.4px;}
.footer-nav{gap:36px;}
.copyright{font-size:15.12px;padding-top:14.4px;}
}



/* CSS Document */