@charset "utf-8";

/*パララックス設定*/
/*画面全体の設定*/
main {
  height: 100%;
  margin: 0 auto;
  /* letter-spacing: 2px;
  font-size: 10px; */
}
 
/*固定する背景*/
/* .parallax-bg, .scrollbox {
  box-sizing: border-box;
  color: #FFF;
  font-size: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  padding: 5%;
} */
.parallax-main {
  /* background-image: url("/photo/page/260123_mizuki/img/main_img.jpg"); */
  background-attachment: fixed;
  background-position: center 65px;/*65pxはヘッダー分 */
  background-size: cover;
  background-repeat: no-repeat;
  /* height: 100vh; */
}

.parallax-sec1 {
  /* background-image: url("/photo/page/260123_mizuki/img/sec1_bg.jpg");
  background-color: #e0dcd2;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat; 
  height: 100vh;*/
}

.parallax-sec2 {
  /* background-image: url("/photo/page/260123_mizuki/img/christmas_main2.jpg");
  background-color: #e0dcd2;
  background-attachment: fixed;
  background-position: center top;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100vh; */
}
 
/*スクロールするコンテンツ*/
.scrollbox {
  background-color: #f5f4ef;
  position: relative;
  z-index: 100;
}



/*トップのスクロールダウンアニメーション*/

.switching-button{
	opacity: 1; /* フェードイン/アウトさせたい場合 */
	/* display: none;  *//* 初期は非表示 */
    /* visibility: hidden; // visibilityで制御する場合 */
}

.sd_container {
	position: fixed;
	bottom: 30px;
	left: 30px;
	z-index: 999;
	height: 110px;
	display: flex;
	justify-content: center;
	align-items: center;
	overflow: hidden;
	cursor: pointer;

}

.sd_container a:hover {
  opacity: 0.7;
}

.scroll-down_box {
  position: relative;
  width: 110px;
  height: 110px;
  color: #fff!important;
  font-family: serif;
  text-decoration: none;
}

.sd_circle-text {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotate_01 20s linear infinite;
}

.sd_circle-text span {
  position: absolute;
  left: 50%;
  font-size: 10px;
  color: #ffffff;
  transform-origin: 0 55px;
}

.sd_arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 34px;
  transform: translate(-50%, -50%);
  animation: scroll_01 2s infinite;
}

.sd_arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 1px;
  background-color: #fff;
  transform: translateX(-50%);
}
.sd_arrow::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 12px;
  height: 12px;
  border-bottom: 1px solid #fff;
  transform: translateX(-50%) rotate(-45deg);
}

@keyframes rotate_01 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes scroll_01 {
  0% {
    transform: translate(-50%, -50%) translateY(-10px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) translateY(10px);
    opacity: 0;
  }
}



/*波アニメーション jquery Wavify */
.wavify-box {
  position: relative;
  width: 100%;
  transform: scale(1, -1); /* 上下反転 */
}
.wavify-box_hanten {
  position: relative;
  width: 100%;
}
/* .wavify {
  padding: 20px;
  text-align: center;
  background-color: #fff;
  height: 80vh;
} */
.wavify-box svg, .wavify-box_hanten svg {
  /* height: 100vh; */
  width: 100%;
  height: auto;
  position: absolute;
  /* top: 0; */
  /* 一番上に設置 */
  bottom: 0%;
  left: 0;
}



/*------------------------------------------------------------
LP
------------------------------------------------------------*/

/*パンくずリスト*/
.bread-crumbs .bread-crumbs-inner{
	display: none;
}

.header{
	position: relative;
	z-index: 999;
}

main{
	width: 100%;
	/*max-width: 1400px;*/
	max-width: 2000px;
	/*font-family: "linotype-sabon","Times New Roman", Times,"Hiragino Kaku Gothic Pro","ヒラギノ角ゴ Pro W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;*/
	font-family: "linotype-sabon","Times New Roman", Times, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", serif;
	margin: 0 auto;
	color:#404040;
	color:#333333;
	font-size: 14px;
	overflow: hidden;
	background-color: #f5f4ef;
}
main h2{
	font-size: 27px;
	/*font-style: italic;*/
	font-family: "linotype-sabon","Times New Roman", Times, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "游明朝", YuMincho, "HG明朝E", serif;
	display: block;
	color: #333333;
	text-align: center;
	margin: 0 auto;
	padding: 100px 0 50px;
}


/*! pc & tb 
------------------------------------------*/
@media screen and (min-width: 641px) {
	
.spView{
	display: none;
}
/*.tbView{
	display: none;
}*/

.sec_wrap{
	width: 90%;
	max-width: 1240px;
	max-width: 1600px;
	margin: 0 auto;
	padding: 150px 0 0;
}
.sec_ttl{
	font-size: 25px;
	text-align: center;
	padding-bottom: 50px;
	color: #444444;
}
.sec_sub_ttl{
	font-size: 16px;
	/* text-align: center;
	margin-top: 90px;
	padding-bottom: 50px; */
}
.sec_txt{
	font-size: 14px;
	color: #333333;
	width: 560px;
	margin: 0 auto;
	line-height: 2.5;
	font-family: "Noto Serif JP", serif;
  	font-optical-sizing: auto;
  	font-style: normal;
}
.txt_center{
	text-align: center;
}

/*トップの画像
---------------*/
.parallax-main{
	position: relative;
}
.main_img img{
	/* position: fixed; */
	/* left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%); */
	top: 0;
	left: 0;
	width: 100vw; /* ビューポート幅全体 */
	height: 100vh; /* ビューポート高さ全体 */
	object-fit: cover; /* 縦横比を保ちつつ全体を覆う */
	z-index: -1; /* 他のコンテンツの下に配置する場合 */
}




/*sec_main
---------------*/
.scrollbox{

}
#sec_main{
	padding: calc(110px + 65px) 0 20px;
	margin-top: -175px;/*固定ヘッダー65px分を含む */
	background-color: #f5f4ef;
}
.main_ttl{
	margin: 0 auto;
	padding-bottom: 65px;
	width: 360px;
}
.main_txt{
	margin: 0 auto;
	text-align: center;
	color: #666666;
	font-size: 16px;
	font-weight: 300;
	line-height: 1.8;
}

/*sec_category
---------------*/
.cate_wrap{
	width: 96%;
	display: flex;
	flex-wrap: nowrap;/*改行許可*/
	justify-content: center;/*中央配置*/
	justify-content: space-between;
	align-items: flex-start;/*上揃え*/
	margin: 0 auto 110px;
	padding: 0;
	gap: calc(20/1180 * 100%);
}
li.cate_wrap{
	width: calc(280/1180 * 100%);
}
li.cate_wrap a{
	display: block;
}

.cate_wrap .cate_img img{
	border-top-left-radius: 9999px;/* widthとheightが異なる場合でも、border-radiusに非常に大きな値を指定すると、自動的に長円形（カプセル型）になる */
	border-top-right-radius: 9999px;/* widthとheightが異なる場合でも、border-radiusに非常に大きな値を指定すると、自動的に長円形（カプセル型）になる */
}
.cate_box{
	position: relative;
}
.cate_box .cate_txt{
	position: absolute;/*重ねたい子要素にabsolute*/
	width: 100%;
	height: calc(80/360 * 100%);
	background-color:rgba(255,255,255,0.5);
	bottom: 0;
	color: #444444;
	font-size: 19px;
	margin: 0!important;/*文字がずれている場合や*/
	padding: 0!important;/*文字が折り返される場合*/
	text-align: center;
	display: table;
}

.cate_txt .txt_inner{
	display: table-cell;
	vertical-align: middle;
	line-height: 1;
}
.cate_txt .txt_inner img{
	width: 14px;
}

.cate_1{
	padding-top: 30px;
}
.cate_2{
	padding-top: 140px;
}
.cate_4{
	padding-top: 60px;
}

/*sec1
---------------*/
.sec1_wrap{
  background-image: url("/photo/page/260123_mizuki/img/sec1_bg.jpg");
  background-color: #e0dcd2;
  /* background-attachment: fixed; */
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-bottom: 100px;
}
.item_wrap{
	width: 92%;
	max-width: 1240px;
	display: flex;
	flex-wrap: nowrap;/*改行許可*/
	justify-content: space-between;
	align-items: flex-start;/*上揃え*/
	margin: 0 auto 50px;
	padding: 0;
}
#sec1_ring, #sec1_brac{
	padding-top: 150px;
}
#sec1_ear .sec_ttl{
	color: #ffffff;
}
.item_box_l{
	width: calc(540/1240 * 100%);
}
.item_box_s{
	width: calc(330/1240 * 100%);
	display: flex;
	flex-wrap: nowrap;/*改行許可*/
	flex-direction: column; /* 縦方向に並べる */
}
.item_box_s .item_s{
	width: 100%;
}
.item_box_s li:first-child{
	margin-bottom: calc(20/330*100%);
}

/*スライダー swiper
---------------*/
.sec_slider{
/*	position: absolute;
	bottom: calc(50/1030*100%);
	right: 0;
  	left: 0;*/
  	margin: 0 auto 50px;
  	padding: 0 0;
}

.swiper{
  	width: 100%;
	max-width: 3000px!important;
}
/*スライドの動きをスムーズにする・自動で流れ続ける無限ループスライダー*/
main .swiper-wrapper{
	transition-timing-function: linear;
}
.swiper-slide{
	/* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
	/*margin-left: 30px;*/
	/* color: #ffffff;
	width: 270px;
	height: 100%;
	text-align: center;
	line-height: 270px;*/
}
.swiper-slide img{
	width: 100%;
	border-radius: 50%;
}




/*sec2
---------------*/

/* スクロールごとに背景変更 */
.sec2_pick1, .sec2_pick2, .sec2_pick3{
	display: flex;
}
.one {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding: 20px;
}
.bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.5s ease 0s;
    z-index: -1;
}
.show .bg {
    opacity: 1;
}
.bg._01 {
    background-image: url("/photo/page/260123_mizuki/img/sec2_pick1_bg.jpg");
	/* background-attachment: fixed;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat; */
}
.bg._02 {
     background-image: url("/photo/page/260123_mizuki/img/sec2_pick2_bg.jpg");
}
.bg._03 {
    background-image: url("/photo/page/260123_mizuki/img/sec2_pick3_bg.jpg");
}

/* フッター調整 背景画像が見切れるのを防ぐ*/
.footer-logos{
	position: relative;
	z-index: 999;
	background-color: #ffffff;
	margin: 0 auto!important;
	padding: 10rem 0 0;
}
.footer{
	position: relative;
	z-index: 999;
	background-color: #ffffff;
}
.footer .footer-inner{
	margin-top: 0!important;
	padding-top: 10rem!important;
}






.sec2_wrap .sec_wrap{
	padding: 120px 0 0;
}
.sec2_wrap .sec2_pick3 .sec_wrap{
	padding: 120px 0 200px;
}
.sec2_wrap{
  /* background-color: #ffffff;
  background-image: url("/photo/page/260123_mizuki/img/sec2_pick1_bg.jpg");
	background-attachment: fixed;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat; */
}

.sec2_pick1{
	/* background-image: url("/photo/page/260123_mizuki/img/sec2_pick1_bg.jpg");
	background-attachment: fixed;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat; */
	padding: 60px 0 0;
}
.sec2_pick2{
	/* background-image: url("/photo/page/260123_mizuki/img/sec2_pick1_bg.jpg");  */
	/* background-attachment: fixed;
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat; */

	/* background-color: #e0dcd2;
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.7); */
}
.sec2_pick3{
	/* background-image: url("/photo/page/260123_mizuki/img/sec2_pick1_bg.jpg");
	background-attachment: fixed;
	background-position: center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat; */
}

.sec2_wrap .sec_txt{
	width: 640px;
}
.pickimg_wrap{
	width: calc(840/1240 * 100%);
	max-width: 840px;
	margin: 0 auto;
	padding: 70px 0 0;
}
.pick_l img{
	border-top-left-radius: 9999px;/* widthとheightが異なる場合でも、border-radiusに非常に大きな値を指定すると、自動的に長円形（カプセル型）になる */
	border-top-right-radius: 9999px;/* widthとheightが異なる場合でも、border-radiusに非常に大きな値を指定すると、自動的に長円形（カプセル型）になる */
}
.pickimg_box{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;/*改行許可*/
	justify-content: space-between;
	align-items: flex-start;/*上揃え*/
	margin: 0 auto;
	padding: 20px 0 50px;
}
li.pick_s{
	padding-right: 20px;
}
li.pick_s:last-child{
	padding-right: 0px;
}

/*sec3
---------------*/
.sec3_wrap{
	background-color: #f5f4ef;
}
.sec3_wrap .sec_wrap{
	padding-top: 90px;
}
.col_box_wrap{
	width: 100%;
	max-width: 1240px;
	display: flex;
	flex-wrap: nowrap;/*改行許可*/
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 0 40px;
	align-items: stretch;/*横並びの高さを揃える*/
}
.col_box{
	width: calc(560/1170 * 100%);
	background-color: #bfb297;
}
.col_box_inner{
	padding: 20px 20px 40px;
}
.col_img{
	width: 100%;
	margin: 0 auto;
}
.col_txt{

}
.col_ttl{
	font-size: 18px;
	text-align: center;
	padding: 30px 0 20px;
}
.sec3_wrap .sec_txt{
	width: 100%;
	padding-bottom: 30px;
}

/* Collection View More ボタン
======================*/
.col_btn_wrap a{
	width: 240px;
	height: 30px;
	display: block;
	margin: 0 auto;
}
.col_btn{
	border: 1px solid #666666;
	border-radius: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #444444;
	text-align: center;
	letter-spacing: 0.8px;
}

/*sec4
---------------*/
.sec4_wrap{
	width: 100%;
	/* background-image: url("/photo/page/260123_mizuki/img/sec4_bg.jpg");
	background-position: center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat; */
	background-color: #f5f4ef;
	position: relative;
}
.sec4_wrap .sec_ttl{
	position: relative;
	z-index: 3;
}
.sec4_bg{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 50%;
    transform: translateX(-50%);
	z-index: 1;
}
.about_box{
	width: calc(720/1240 * 100%);
	max-width: 720px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.sec4_wrap .sec_txt{
	width: 100%;
	padding: 50px 0 0;
	line-height: 2.4;
}

/*sec5
---------------*/
.sec5_wrap{
	background-color: #f5f4ef;
}
.sec5_img{
	width: calc(720/1240 * 100%);
	max-width: 720px;
	margin: 0 auto;
}
.sec5_wrap .sec_txt{
	text-align: center;
	padding: 40px 0 20px;
}

/* View More ボタン
======================*/
.sec_btn_wrap a{
	width: 240px;
	width: 260px;
	height: 30px;
	display: block;
	margin: 0 auto;
}
.sec_btn{
	background-color: #bfb297;
	border-radius: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.8px;
}

/* last ボタン
======================*/
.sec6_wrap{
	padding: 120px 0 90px;
	background-color: #f5f4ef;
}

.last_btn_wrap a{
	width: 320px;
	height: 30px;
	display: block;
	margin: 0 auto 25px;
}
.last_btn{
	background-color: #bfb297;
	border-radius: 30px;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.8px;
}






}/*! //pc & tb */











/*! tb 1
------------------------------------------*/
@media screen and (max-width: 767px){
	
}



/*! tb 2
------------------------------------------*/
@media screen and (max-width: 950px) {
	

/*.pcView{
	display: none;
}
.tbView{
	display: block;
}

.top-bar{
	z-index: 999;
}*/


}/*tab2*/









/*! sp 
------------------------------------------*/
@media screen and (max-width: 640px) {
.pcView{
	display: none;
}
/*.tbView{
	display: none;
}*/

.top-bar{
	z-index: 999;
}

main{
	/*margin-bottom: 20vw;*/
	font-size: 3.5vw;
}
main .contents{
	margin: 0 0 0;
}


.parallax-main {
  /* background-image: url("/photo/page/260123_mizuki/img/main_img_sp.jpg"); */
  background-attachment: fixed;
  background-position: center 14vw;/*14はヘッダー分 */
  background-size: cover;
  background-repeat: no-repeat;
  /* height: 100vh; */
}

.sec_wrap{
	width: 100%;
	margin: 0 auto;
	padding: 25vw 0 0;
}
.sec_ttl{
	font-size: 4.3vw;
	font-size: 5vw;
	text-align: center;
	padding-bottom: 8vw;
}
.sec_sub_ttl{
	font-size: 3.6vw;
	text-align: center;
	/* margin-top: 12vw;
	padding-bottom: 9vw; */
}

.sec_txt{
	width: 86%;
	margin: 0 auto;
	line-height: 2;
	font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-style: normal;
}
.txt_center{
	text-align: center;
}


/*sp トップのスクロールダウンアニメーション*/

/* ハンバーガーメニューの項目選択部分クリック修正 */
.header-off-canvas.off-canvas-wrap.move-right{
	z-index: 5001!important;
}
.global-nav{
		/* z-index: 5001!important; */

}
.parallax-bg {
	position: relative;
}
.sd_container {
	position: absolute;
	position: fixed;
	bottom: 30px;
	bottom: 70px;
	right: 20px;
	right: 10px;
	z-index: 999;
	/* margin: 0;
	padding: 0; */
	height: 110px;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
	/* background-color: #a5cbd7; */
	overflow: hidden;
}

.sd_container a:hover {
  opacity: 0.7;
}

.scroll-down_box {
  position: relative;
  /* width: 110px;
  height: 110px; */
  width: 90px;
  height: 90px;
  color: #fff!important;
  font-family: serif;
  text-decoration: none;
}

.sd_circle-text {
  position: absolute;
  width: 100%;
  height: 100%;
  animation: rotate_01 20s linear infinite;
}

.sd_circle-text span {
  position: absolute;
  left: 50%;
  font-size: 9px;
  transform-origin: 0 55px;
  transform-origin: 0 45px;
}

.sd_arrow {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 34px;
  transform: translate(-50%, -50%);
  animation: scroll_01 2.5s infinite;
}

.sd_arrow::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  height: 100%;
  width: 1px;
  background-color: #fff;
  transform: translateX(-50%);
}
.sd_arrow::after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 50%;
  width: 12px;
  height: 12px;
  width: 8px;
  height: 8px;
  border-bottom: 1px solid #fff;
  transform: translateX(-50%) rotate(-45deg);
}

@keyframes rotate_01 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@keyframes scroll_01 {
  0% {
    transform: translate(-50%, -50%) translateY(-10px);
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) translateY(10px);
    opacity: 0;
  }
}



/*sp トップの画像
---------------*/
.parallax-main{
	position: relative;
}
.main_img{
	/* position: fixed; */
	/* left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%); */
	top: 0;
	left: 0;
	width: 100vw; /* ビューポート幅全体 */
	height: 100vh; /* ビューポート高さ全体 */
	object-fit: cover; /* 縦横比を保ちつつ全体を覆う */
	z-index: -1; /* 他のコンテンツの下に配置する場合 */
}


/*sp sec_main
---------------*/
.scrollbox{
	
}
#sec_main{
	padding: 35vw 0 10vw;
	background-color: #f5f4ef;
}
.main_ttl{
	margin: 0 auto;
	padding-bottom: 16vw;
	width: 64vw;
}
.main_txt{
	margin: 0 auto;
	text-align: center;
	color: #666666;
	font-size: 4vw;
	font-weight: 300;
	line-height: 1.8;
}

/*sp sec_category
---------------*/
.cate_wrap{
	width: 84%;
	display: flex;
	flex-wrap: wrap;/*改行許可*/
	justify-content: center;/*中央配置*/
	justify-content: space-between;
	align-items: flex-start;/*上揃え*/
	margin: 0 auto 10vw;
	padding: 0;
}
.cate_wrap a{
	display: block;
	/* width: 47%; */
}

.cate_wrap .cate_img img{
	border-top-left-radius: 9999px;/* widthとheightが異なる場合でも、border-radiusに非常に大きな値を指定すると、自動的に長円形（カプセル型）になる */
	border-top-right-radius: 9999px;/* widthとheightが異なる場合でも、border-radiusに非常に大きな値を指定すると、自動的に長円形（カプセル型）になる */
}
.cate_box{
	position: relative;
	width: 47%;
}
.cate_box .cate_txt{
	position: absolute;/*重ねたい子要素にabsolute*/
	width: 100%;
	height: calc(50/360 * 100vw);
	background-color:rgba(255,255,255,0.5);
	bottom: 0;
	color: #444444;
	font-size: 4.5vw;
	margin: 0!important;/*文字がずれている場合や*/
	padding: 0!important;/*文字が折り返される場合*/
	text-align: center;
	display: table;
}

.cate_txt .txt_inner{
	display: table-cell;
	vertical-align: middle;
	line-height: 1;
}
.cate_txt .txt_inner img{
	width: 3.5vw;
}

.cate_1{
	padding-top: 0;
}
.cate_2{
	padding-top: 12vw;
}
.cate_4{
	padding-top: 12vw;
}


/*sp sec1
---------------*/
.sec1_wrap{
  background-image: url("/photo/page/260123_mizuki/img/sec1_bg_sp.jpg");
  background-color: #e0dcd2;
  /* background-attachment: fixed; */
  background-position: center top;
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-bottom: 0;
}
.item_wrap{
	width: 78%;
	display: flex;
	flex-wrap: wrap;/*改行許可*/
	justify-content: space-between;
	align-items: flex-start;/*上揃え*/
	margin: 0 auto 7.5vw;
	padding: 0;
}
#sec1_ear{
	padding-top: 35vw;
}
#sec1_ring, #sec1_brac{
	padding-top: 25vw;
}
#sec1_ear .sec_ttl{
	color: #ffffff;
}
.item_box_l{
	width: 100%;
}
.item_box_s{
	width: calc(50% - 1.25vw);
	display: flex;
	flex-wrap: nowrap;/*改行許可*/
	flex-direction: column; /* 縦方向に並べる */
	margin-top: 2.5vw;
}
.item_box_s .item_s{
	width: 100%;
}
.item_box_s li{
	margin-bottom: 2.5vw;
}


/*sp スライダー swiper
---------------*/
.sec_slider{
/*	position: absolute;
	bottom: calc(50/1030*100%);
	right: 0;
	left: 0;*/
	margin: 0 auto;
	padding: 0 0 10vw;
}

.swiper{
	width: 100%;
	max-width: 3000px!important;
}
/*スライドの動きをスムーズにする・自動で流れ続ける無限ループスライダー*/
main .swiper-wrapper{
	transition-timing-function: linear;
}
.swiper-slide{
	/* スライドのサイズを調整、中身のテキスト配置調整、背景色 */
	/*margin-left: 30px;*/
	/* color: #ffffff;
	width: 270px;
	height: 100%;
	text-align: center;
	line-height: 270px;*/
}
.swiper-slide img{
	width: 100%;
	border-radius: 50%;
}




/*sp sec2
---------------*/
/* スクロールごとに背景変更 */
.sec2_pick1, .sec2_pick2, .sec2_pick3{
	display: flex;
}
.one {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    /* padding: 20px; */
}
.bg {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all 0.5s ease 0s;
    z-index: -1;
}
.show .bg {
    opacity: 1;
}
.bg._01 {
    background-image: url("/photo/page/260123_mizuki/img/sec2_pick1_bg_sp.jpg");
	
}
.bg._02 {
    background-image: url("/photo/page/260123_mizuki/img/sec2_pick2_bg_sp.jpg");
	
}
.bg._03 {
    background-image: url("/photo/page/260123_mizuki/img/sec2_pick3_bg_sp.jpg");
	
}
/* フッター調整 背景画像が見切れるのを防ぐ*/
.footer-logos{
	position: relative;
	z-index: 999;
	background-color: #ffffff;
	margin: 0 auto!important;
	padding: 9.375vw 0 10.46875vw;
}
.footer{
	position: relative;
	z-index: 999;
}
.footer .footer-inner{
	margin:0!important;
	padding: 10.9375vw 0 10.15625vw!important;
}






.sec2_wrap .sec_wrap{
	padding: 20vw 0 20vw;
}
.sec2_wrap{
  /* background-color: #ffffff; */
  /* background-image: url("/photo/page/260123_mizuki/img/sec2_pick_bg_sp.jpg");
	background-attachment: fixed;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-color: #ffffff; */
}

.sec2_pick1{
	/* background-image: url("/photo/page/260123_mizuki/img/sec2_pick1_bg.jpg");
	background-attachment: fixed;
	background-position: center top;
	background-size: 100% auto;
	background-repeat: no-repeat; */
	padding-top: 25vw;
}
.sec2_pick2{
	/* background-image: url("/photo/page/260123_mizuki/img/sec2_pick1_bg.jpg");  */
	/* background-attachment: fixed;
	background-position: center center;
	background-size: 100% auto;
	background-repeat: no-repeat; */
	/* background-color: #e0dcd2;
	background-color: #ffffff;
	background-color: rgba(255,255,255,0.5); */
}
.sec2_pick3{
	/* background-image: url("/photo/page/260123_mizuki/img/sec2_pick1_bg.jpg");
	background-attachment: fixed;
	background-position: center bottom;
	background-size: 100% auto;
	background-repeat: no-repeat; */
	padding-bottom: 20vw;
}
.pickimg_wrap{
	width: 90vw;
	max-width: 910px;
	margin: 0 auto;
	padding: 12vw 0 0;
}
.pick_l img{
	border-top-left-radius: 9999px;/* widthとheightが異なる場合でも、border-radiusに非常に大きな値を指定すると、自動的に長円形（カプセル型）になる */
	border-top-right-radius: 9999px;/* widthとheightが異なる場合でも、border-radiusに非常に大きな値を指定すると、自動的に長円形（カプセル型）になる */
}
.pickimg_box{
	width: 100%;
	display: flex;
	flex-wrap: nowrap;/*改行許可*/
	justify-content: space-between;
	align-items: flex-start;/*上揃え*/
	margin: 0 auto;
	padding: 2vw 0 10vw;
}
li.pick_s{
	padding-right: 2vw;
}
li.pick_s:last-child{
	padding-right: 0;
}

/*sp sec3
---------------*/
.sec3_wrap{
	background-color: #f5f4ef;
}
.sec3_wrap .sec_wrap{
	padding-top: 2vw;
}
.col_box_wrap{
	width: 92%;
	display: flex;
	flex-wrap: wrap;/*改行許可*/
	justify-content: space-between;
	margin: 0 auto;
	padding: 0 0;
	/* align-items: stretch; */
	/*横並びの高さを揃える*/
}
.col_box{
	width: 100%;
	background-color: #bfb297;
	margin-bottom: 10vw;
}
.col_box_inner{
	padding: 3.5vw 3.5vw 10vw;
}
.col_img{
	width: 100%;
	margin: 0 auto;
}
.col_txt{

}
.col_ttl{
	font-size: 3.8vw;
	text-align: center;
	padding: 10vw 0 4vw;
}
.sec3_wrap .sec_txt{
	width: 94%;
	padding-bottom: 5vw;
}

/* sp Collection View More ボタン
======================*/
.col_btn_wrap a{
	width: 42vw;
	height: 5.625vw;
	display: block;
	margin: 0 auto;
}
.col_btn{
	border: 1px solid #666666;
	border-radius: 7.8125vw;
	font-size: 2.8125vw;
	line-height: 5.625vw;
	color: #444444;
	text-align: center;
	letter-spacing: 0.1vw;
}


/*sp sec4
---------------*/
.sec4_wrap{
	width: 100%;
	background-color: #f5f4ef;
	position: relative;
}
.sec4_wrap .sec_wrap{
	padding-top: 15vw;
}
.sec4_wrap .sec_ttl{
	position: relative;
	z-index: 3;
}
.sec4_bg{
	width: 100%;
	position: absolute;
	bottom: 60vw;
	left: 50%;
    transform: translateX(-50%);
	z-index: 1;
}
.about_box{
	width: 92vw;
	max-width: 720px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
.sec4_wrap .sec_txt{
	width: 96%;
	padding: 5vw 0 0;
	line-height: 2.2;
}

/*sp sec5
---------------*/
.sec5_wrap{
	background-color: #f5f4ef;
}
.sec5_img{
	width: 92vw;
	margin: 0 auto;
}
.sec5_wrap .sec_txt{
	width: 100vw;
	text-align: center;
	padding: 6vw 0 5vw;
}


/*sp View Moreボタン
---------------------*/
.sec_btn_wrap a{
	width: 42vw;
	width: 45vw;
	height: 5.625vw;
	display: block;
	margin: 0 auto;
}
.sec_btn{
	background-color: #bfb297;
	border-radius: 7.8125vw;
	font-size: 2.8125vw;
	line-height: 5.625vw;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.1vw;
}

/* sp last ボタン
======================*/
.sec6_wrap{
	padding: 20vw 0 15vw;
	background-color: #f5f4ef;
}
.last_btn_wrap a{
	width: 66vw;
	height: 7vw;
	display: block;
	margin: 0 auto 5vw;
}
.last_btn{
	background-color: #bfb297;
	border-radius: 7.8125vw;
	font-size: 3vw;
	line-height: 7vw;
	color: #ffffff;
	text-align: center;
	letter-spacing: 0.1vw;
}









}/*! //sp */










/*@media screen and (max-width: 1200px) and (min-width: 768px) and (orientation: portrait) {
}
*/







/*トップのアニメーション start
=========================*/
.topAnmTrigger {
	opacity: 0;
}
.topAnmActive {
	opacity: 1;
}
.pcView .topAnmActive{
	animation: item_anm_zoom 5s ease-out 1 forwards;
}
.spView .topAnmActive{
	animation: item_anm_move 5s ease-out 1 forwards;
}

/*その場で縮小表示*/
@keyframes item_anm_zoom {
0%   {transform: scale(1.0) rotate(0) ; opacity: 1;}
100% {transform: scale(1.1) rotate(0) ; opacity: 1;}
}

/*スマホ設定：横移動しながら少しずつ拡大*/
@keyframes item_anm_move {
0%   {transform: translateX(-50%) scale(1.0); opacity: 0; }
30%  {opacity: 1;}
100% {transform: translateX(-8%) scale(1.1); opacity: 1;}
}

/*スマホ設定*/
.spView .main_img{
	width: 200vw; /* 画面幅いっぱい　かつ はみ出す分も入れる*/
	height: 100vh; /* 画面高さいっぱい */
}
.spView .main_img img{
	object-fit: cover;/* 要素いっぱいに画像を表示（はみ出た部分は削除） */
	width: 134%;      /* 高さ100％の時の画像の比率に合わせた横幅を算出。親要素の幅いっぱい */
	height: 100vh;  /* 親要素の高さいっぱい */
}


.imgFrame{
	overflow: hidden;
}
.imgFrame img{
	overflow: hidden;
}

/*トップのアニメーション end
=========================*/




/*画像回転アニメーション start
=========================*/
.itemAnmTrigger {
	opacity: 1;
}

.itemAnmActive {
	opacity: 1;
}

/* 初期値：斜めの状態にしておく */
#sec1_ear .item_box_l.itemAnmTrigger, #sec1_neck .item_s.itemAnmTrigger{
	transform: rotate(7deg);
}
#sec1_ear .item_s.itemAnmTrigger, #sec1_neck .item_box_l.itemAnmTrigger{
	transform: rotate(-7deg);
}



/* 要素が画面に入ったら：アニメーションを発火 */
#sec1_ear .item_box_l.itemAnmActive{
	animation: item_anm_rotate1 1.2s ease-out 1 forwards;
}
#sec1_ear .item_s.itemAnmActive{
	animation: item_anm_rotate2 1.2s ease-out 1 forwards;
}
#sec1_neck .item_box_l.itemAnmActive{
	animation: item_anm_rotate2 1.2s ease-out 1 forwards;
}
#sec1_neck .item_s.itemAnmActive{
	animation: item_anm_rotate1 1.2s ease-out 1 forwards;
}



/*アニメーションの指定*/
/*その場で回転：反時計周り*/
@keyframes item_anm_rotate1 {
0%   {transform:rotate(7deg); opacity: 1;}
100% {transform:rotate(0deg); opacity: 1;}
}
/*その場で回転：時計周り*/
@keyframes item_anm_rotate2 {
0%   {transform:rotate(-7deg); opacity: 1;}
100% {transform:rotate(0deg); opacity: 1;}
}

/* .imgFrame{
	overflow: hidden;
}
.imgFrame img{
	overflow: hidden;
} */

/*画像回転アニメーション end
=========================*/





/*   ふわっと表示：時差で下から上へ start
=========================*/
/* ----- effects ----- */
  .effFIU1, .effFIU2, .effFIU3, .effFIU4, .effFIU5, .effFIU6 { opacity:0; }
  .effFIU1.effanm { animation:effFIU1 1.5s both; }
  .effFIU2.effanm { animation:effFIU2 1.5s both; animation-delay: 0.4s; }
  .effFIU3.effanm { animation:effFIU3 1.5s both; animation-delay: 0.8s;}
  .effFIU4.effanm { animation:effFIU4 1.5s both; animation-delay: 1.2s;}
  .effFIU5.effanm { animation:effFIU5 1.5s both; animation-delay: 1.6s;}
  .effFIU6.effanm { animation:effFIU6 1.5s both; animation-delay: 2.0s;}

/*for SP*/
@media screen and (max-width: 640px) {
	 .effFIU2.effanm { animation:effFIU2 1.5s both; animation-delay: 0.3s; }
  .effFIU3.effanm { animation:effFIU3 1.5s both; animation-delay: 0.6s;}
  .effFIU4.effanm { animation:effFIU4 1.5s both; animation-delay: 0.8s;}
  .effFIU5.effanm { animation:effFIU5 1.5s both; animation-delay: 1.1s;}
  .effFIU6.effanm { animation:effFIU6 1.5s both; animation-delay: 1.4s;}
}

/*下から上へフェードイン*/
  @-webkit-keyframes effFIU1 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIU1 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}

  @-webkit-keyframes effFIU2 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIU2 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}

  @-webkit-keyframes effFIU3 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIU3 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}


  @-webkit-keyframes effFIU4 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIU4 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}

  @-webkit-keyframes effFIU5 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIU5 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}

  @-webkit-keyframes effFIU6 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIU6 {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}


/*   ふわっと表示 end
=========================*/


/*   ふわっと表示 start
=========================*/
/* ----- effects ----- */
  .effFI, .effFIU, .effFID, .effFIR, .effFIL { opacity:0; }
  .effFI.effanm { -webkit-animation:effFI 2.5s both; animation:effFI 2.5s both; }
  .effFIU.effanm { -webkit-animation:effFIU 1.5s both; animation:effFIU 1.5s both; }
  .effFID.effanm { -webkit-animation:effFID 1.5s both; animation:effFID 1.5s both; }
  .effFIR.effanm { -webkit-animation:effFIR 1.5s both; animation:effFIR 1.5s both; }
  .effFIL.effanm { -webkit-animation:effFIL 1.5s both; animation:effFIL 1.5s both; }

/*その場でフェードイン*/
  @-webkit-keyframes effFI {0%{opacity:0}100%{opacity:1}}
  @keyframes effFI {0%{opacity:0}100%{opacity:1}}

/*下から上へフェードイン*/
  @-webkit-keyframes effFIU {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIU {0%{opacity:0;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}

/*上から下へフェードイン※距離長めに調整※*/
  @-webkit-keyframes effFID {0%{opacity:0;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFID {0%{opacity:0;-webkit-transform:translate3d(0,-100px,0);transform:translate3d(0,-100px,0)}100%{opacity:1;-webkit-transform:none;transform:none}}

/*右から左へフェードイン*/
  @-webkit-keyframes effFIR {0%{opacity:0;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIR {0%{opacity:0;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}

/*右から左へフェードイン*/
  @-webkit-keyframes effFIL {0%{opacity:0;-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
  @keyframes effFIL {0%{opacity:0;-webkit-transform:translate3d(-50px,0,0);transform:translate3d(-50px,0,0)}100%{opacity:1;-webkit-transform:none;transform:none}}
/*   ふわっと表示 end
=========================*/




/*   ふわっと表示：時差で表示 start
=========================*/
/* ----- effects ----- */
  .effFI1, .effFI2, .effFI3, .effFI4 { opacity:0; }
  .effFI1.effanm { animation:effFI1 1.0s both; }
  .effFI2.effanm { animation:effFI2 1.0s both; animation-delay: 0.3s; }
  .effFI3.effanm { animation:effFI3 1.0s both; animation-delay: 0.5s;}
  .effFI4.effanm { animation:effFI4 1.0s both; animation-delay: 0.7s;}

  @keyframes effFI1 {0%{opacity:0}100%{opacity:1}}
  @keyframes effFI2 {0%{opacity:0}100%{opacity:1}}
  @keyframes effFI3 {0%{opacity:0}100%{opacity:1}}
  @keyframes effFI4 {0%{opacity:0}100%{opacity:1}}

/*   ふわっと表示：時差で表示 end
=========================*/



/*   ふわっと表示：回転しながら start
=========================*/
/* ----- effects ----- */
  .effRotate1, .effRotate2, .effRotate3, .effRotate4 { opacity:0; }
  .effRotate1.effanm { animation:effRotate1 1.0s both; }
  .effRotate2.effanm { animation:effRotate2 1.0s both; animation-delay: 0.3s; }
  .effRotate3.effanm { animation:effRotate3 1.0s both; animation-delay: 0.5s;}
  .effRotate4.effanm { animation:effRotate4 1.0s both; animation-delay: 0.7s;}

  @keyframes effRotate1 {0%{opacity:0; transform: rotate(60deg);}100%{opacity:1; transform: rotate(0deg);}}
  @keyframes effRotate2 {0%{opacity:0; transform: rotate(60deg);}100%{opacity:1; transform: rotate(0deg);}}
  @keyframes effRotate3 {0%{opacity:0; transform: rotate(60deg);}100%{opacity:1; transform: rotate(0deg);}}
  @keyframes effRotate4 {0%{opacity:0; transform: rotate(60deg);}100%{opacity:1; transform: rotate(0deg);}}

/*   ふわっと表示：回転しながら end
=========================*/



/*   画面に入ったら下からふわっと表示 → その後ずっと上下にふわふわ start
=========================*/
.float-item {
	  /* 初期状態：下へずらして透明に */
  opacity: 0;
  transform: translateY(50px);/* 初期位置・非表示で少し下にずらしておく */
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;/* フェードインのトランジション */

  /* ふわふわ動きのアニメーション（最初は適用しない） */
  animation: float 2s ease-in-out infinite alternate;
  animation-play-state: paused; 
  /* デフォルトは停止 */
}

.float-item.active{
  opacity: 1;
  transform: translateY(0); /* 初期位置に戻る */
}


/* ふわふわ動きのアニメーション */
@keyframes float {
  0% {
    transform: translateY(0px);
  }
  100% {
    transform: translateY(-20px); /* 上に少し移動 */
  }
}
/* 4つの要素に時差をつける */
ul li.float-item:nth-child(1) { transition-delay: 0.1s; animation-delay: 0.1s; }
ul li.float-item:nth-child(2) { transition-delay: 0.6s; animation-delay: 0.6s; }
ul li.float-item:nth-child(3) { transition-delay: 0.8s; animation-delay: 0.8s; }
ul li.float-item:nth-child(4) { transition-delay: 0.5s; animation-delay: 0.5s; }

/*   画面に入ったら下からふわっと表示 → その後ずっと上下にふわふわ end
=========================*/