@charset "UTF-8";
html,
body {
	width: 100%;
	height: 100%;
}
html {
	scroll-behavior: smooth;
}
body {
	width: 100%;
	min-height: 100vh;
    margin: 0;
    padding: 0;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro";
    font-weight: 300;
    font-style: normal;
    background: #ffffff;
    color: #3e3e3b;
	box-sizing: border-box;
}


/*---------------- indention ----------------*/
@media screen and (min-width: 768px){   
	.pcline-break { display:block; }
	.spline-break { display:none; }
}
@media screen and (max-width: 767px){   
	.pcline-break { display:none; }
	.spline-break { display:block; }
}


/* ---------------------------------------------------------
	item wapper
----------------------------------------------------------*/
.item-wapper {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 200px;
}
.item-wapper img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-mid {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 150px;	
}
.item-wapper-mid img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-small {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}
.item-wapper-small img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

.item-wapper-tiny {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
}
.item-wapper-tiny img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.item-wapper {
		max-width: 600px;
		margin-bottom: 300px;
	}
	.item-wapper-mid {
		max-width: 600px;
		margin-bottom: 250px;	
	}
	.item-wapper-small {
		max-width: 600px;
		margin-bottom: 200px;
	}
	.item-wapper-tiny {
		max-width: 600px;
		margin-bottom: 120px;
	}
}


/* ---------------------------------------------------------
	hero img
----------------------------------------------------------*/
#summer_col__hero {
	padding: 0;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	margin-top: 0px;
	margin-bottom: 90px;
}
#summer_col__hero img {
	max-width: 100%;
	height: auto;
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	#summer_col__hero {
		width: 100%;
		max-width: 1500px;
		height:auto;
		margin-top: 0px;
		margin-bottom: 120px;		
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	#summer_col__hero {
		width: 100%;
		height: auto;
		margin-top: -90px;
		margin-bottom: 150px
	}
}


/* ---------------------------------------------------------
	hero video
----------------------------------------------------------*/
.summer_herovideo__wrap {
	padding: 0;
	width: 100%;
	height: 100vh;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

.summer__herovideo {
	pointer-events: none;
	padding: 0;
	width: 100%;
	height: 100vh;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
}

.esmr__heading {
	pointer-events: none;
	width: 61.5%;
	margin-left: auto;
	margin-right: auto;
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	.summer_herovideo__wrap {
		padding: 0;
		width: 84.6%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 90px;
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.summer_herovideo__wrap {
		padding: 0;
		width: 38.4%;
		margin-left: auto;
		margin-right: auto;
		margin-bottom: 120px;
	}
}


/* ---------------------------------------------------------
	sec#01
----------------------------------------------------------*/
.twocol_img__box {
	width: 100%;
	display: grid;
	grid-template-columns: 2.9% 35.6% 7.7% 20% 33.8%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.twocol_img__left {
	grid-area: 1 / 1 / 3 / 4;
}
.twocol_img__right {
	grid-area: 2 / 3 / 4 / 6;
	z-index: 10;
}
.twocol_img__leftprice {
	grid-area: 3 / 2 / 4 / 4;
	padding-bottom: 1em;
	white-space: nowrap;
	z-index: 20;
}

.twocol_img_b__box {
	width: 100%;
	display: grid;
	grid-template-columns: 2.9% 35.6% 7.7% 20% 33.8%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.twocol_img_b__left {
	grid-area: 1 / 1 / 4 / 4;
	z-index: 10;
}
.twocol_img_b__right {
	grid-area: 3 / 3 / 6 / 6;
}
.twocol_img_b__leftprice {
	grid-area: 5 / 2 / 6 / 4;
	padding-bottom: 1em;
	white-space: nowrap;
	z-index: 20;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	sec#02
----------------------------------------------------------*/
.two_col__horizonimg {
	width: 100%;
	display: flex;
	justify-content: space-between;	
}

.two_col__item {
	width: 48.8%
}


/* ---------------------------------------------------------
	sec#03
----------------------------------------------------------*/
.twoimg_vertical__box {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 0px;
}
.twoimg_vertical__item {
	width: 61.5%;
	margin-left: auto;
	margin-right: auto;
}

.twoimg_vertical_row__box {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	row-gap: 20px;
}
.twoimg_vertical_row__item {
	width: 76.9%;
	margin-left: auto;
	margin-right: auto;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	sec#04
----------------------------------------------------------*/
.revtwocol_img__box {
	display: grid;
	grid-template-columns: 33.8% 20% 7.7% 35.6% 2.9%;
	grid-template-rows: auto;
	grid-column-gap: 0px;
	grid-row-gap: 0px;	
}

.revtwocol_img__right {
	grid-area: 1 / 3 / 4 / 6;
	z-index: 10;
}

.revtwocol_img__left {
	grid-area: 3 / 1 / 6 / 4;
}

.revtwocol_img__price {
	grid-area: 5 / 3 / 6 / 5;
	padding-bottom: 1em;
	white-space: nowrap;
	z-index: 20;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	sec#05
----------------------------------------------------------*/
.loopslides__wapp {
	width: 100%;
	overflow: hidden;
}
.swiper-slider__wrapp .swiper-loopslider .swiper-wrapper {
	transition-timing-function: linear !important;
}
.swiper-slider__wrapp .swiper-loopslider {
	width: 46.2%;
}
.swiper-slider__wrapp .swiper-loopslider .swiper-slide:not(:first-child) {
	margin-left: 4.7%;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	
----------------------------------------------------------*/


/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {

}


/* ---------------------------------------------------------
	price box
----------------------------------------------------------*/
.left_price__box {
	width: 46.2%;
	margin-top: 20px;
	margin-left: 5%;
}
.left_price__smallbox {
	width: calc(46.2% - 10px);
	padding-bottom: 0.5em;
}

.right_price__box {
	width: 61.5%;
	margin-top: 20px;
	margin-right: 2.9%;
	margin-left: auto;
}
.right_price__box .items_price_right li:nth-child(n + 3) {
	padding-top: 1em;
}
.right_price__box .items_price_right li:nth-child(even) {
	padding-left: 1em;
}

.center_price__box {
	width: 84.6%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.center_price__box .items_price_center li:not(:first-child) {
	padding-top: 1em;
}

.center_price__sbox {
	width: 61.5%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}

.center_price__midbox {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
}
.center_price__midbox .items_price_center li:nth-child(n + 3) {
	padding-top: 1em;
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	.right_price__box {
		width: 61.5%;
		margin-top: 20px;
		margin-right: 0%;
		margin-left: auto;
	}
	.center_price__box {
		width: 61.5%;
	}
	.center_price__midbox {
		width: 50%;
	}
}


/* ---------------------------------------------------------
	list right
----------------------------------------------------------*/
.items_price_right {
	list-style: none;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
.items_price_right li {
	font-size: clamp(0.813rem, 0.722rem + 0.45vw, 1.063rem);
	line-height: 1;
	letter-spacing: 0.1em;
	color: #001624;
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
}

.items_price_right a {
	font-size: clamp(0.813rem, 0.722rem + 0.45vw, 1.063rem);
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #001624;
	letter-spacing: 0.1em;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* ---------------------------------------------------------
	list right
----------------------------------------------------------*/
.items_price_right_col {
	list-style: none;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.items_price_right_col li {
	font-size: clamp(0.813rem, 0.722rem + 0.45vw, 1.063rem);
	line-height: 1;
	letter-spacing: 0.1em;
	color: #001624;
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
}
.items_price_right_col li:not(:first-child) {
	padding-top: 1em;
}

.items_price_right_col a {
	font-size: clamp(0.813rem, 0.722rem + 0.45vw, 1.063rem);
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #001624;
	letter-spacing: 0.1em;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}


/* ---------------------------------------------------------
	items center
----------------------------------------------------------*/
.items_price_center {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.items_price_center li {
	font-size: clamp(0.813rem, 0.722rem + 0.45vw, 1.063rem);
	line-height: 1;
	letter-spacing: 0.1em;
	color: #001624;
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
}

.items_price_center li:nth-child(even) {
	padding-left: 1em;
}

.items_price_center a {
	font-size: clamp(0.813rem, 0.722rem + 0.45vw, 1.063rem);
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #001624;
	letter-spacing: 0.1em;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: nowrap;
}

/* ---------------------------------------------------------
	list center col
----------------------------------------------------------*/
.items_price_center_col {
	list-style: none;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
}
.items_price_center_col li {
	font-size: clamp(0.813rem, 0.722rem + 0.45vw, 1.063rem);
	line-height: 1;
	letter-spacing: 0.1em;
	color: #001624;
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
}
.items_price_center_col li:not(:first-child) {
	padding-top: 1em;
}

.items_price_center_col a {
	font-size: clamp(0.813rem, 0.722rem + 0.45vw, 1.063rem);
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #001624;
	letter-spacing: 0.1em;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: none;
}



/* ---------------------------------------------------------
	list left
----------------------------------------------------------*/
.items_price_left_col {
	list-style: none;
	width: 100%;
	display: flex;
	flex-direction: column;
}
.items_price_left_col li {
	font-size: clamp(0.813rem, 0.722rem + 0.45vw, 1.063rem);
	line-height: 1;
	letter-spacing: 0.1em;
	color: #001624;
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
}
.items_price_left_col li:not(:first-child) {
	padding-top: 1em;
}

.items_price_left_col a {
	font-size: clamp(0.813rem, 0.722rem + 0.45vw, 1.063rem);
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #001624;
	letter-spacing: 0.1em;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: none;
}


/* ---------------------------------------------------------
	list left
----------------------------------------------------------*/
.items_price_right_col {
	list-style: none;
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.items_price_right_col li {
	font-size: clamp(0.813rem, 0.722rem + 0.45vw, 1.063rem);
	line-height: 1;
	letter-spacing: 0.1em;
	color: #001624;
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
}
.items_price_right_col li:not(:first-child) {
	padding-top: 1em;
}

.items_price_right_col a {
	font-size: clamp(0.813rem, 0.722rem + 0.45vw, 1.063rem);
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #001624;
	letter-spacing: 0.1em;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.25ex;
	text-decoration-skip-ink: none;
	white-space: none;
}

/* ---------------------------------------------------------
	yen
----------------------------------------------------------*/
.price_yen {
	font-size: clamp(0.625rem, 0.511rem + 0.57vw, 0.938rem);
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #001624;
	font-feature-settings: "palt" 1;
}

.space_br {
	width: 100%;
}


/* ---------------------------------------------------------
	item btn
----------------------------------------------------------*/
.itembtn_wapper {
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
}

.itemlk {
	display: inline-block;
	width: 100%;
	padding: 1.5em 0;
	margin: 0 auto;
	border: 1px #001624 solid;
	border-radius: 100px;
	transition: all .3s ease-out;
}

.itemlk a {
	font-size: clamp(1.188rem, 0.96rem + 1.14vw, 2rem);
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
	letter-spacing: 0.5em;
	color: #001624;
	text-decoration: none;
	vertical-align: middle;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.itembtn_wapper {
		width: 90%;
	}
	.itemlk {
		padding: 3em 1em;
	}
}


/* ---------------------------------------------------------
	Fade in
----------------------------------------------------------*/
.fadeIn{
	animation-name:fadeInAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeInAnime{
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

.fadeDown{
	animation-name:fadeDownAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeDownAnime{
  from {
    opacity: 0;
	transform: translateY(-100px);
  }
  to {
    opacity: 1;
	transform: translateY(0);
  }
}

.fadeLeft{
	animation-name:fadeLeftAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeLeftAnime{
  from {
    opacity: 0;
	transform: translateX(-100px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}

.fadeRight{
	animation-name:fadeRightAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeRightAnime{
  from {
    opacity: 0;
	transform: translateX(100px);
  }
  to {
    opacity: 1;
	transform: translateX(0);
  }
}


/* ---------------------------------------------------------
	footer
----------------------------------------------------------*/
footer {
	/* background-color: #aec4d8; */
	background-image: url("../images/footer_bg_img.jpg");
	background-repeat:  no-repeat; 
	background-size: cover;
	margin: 0 auto;
	padding: 60px 0 40px;
	width: 100%;
	max-width: 9999px;
	z-index: 10;
	color: #001624;
}
footer #footer__box {
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 40px 0 20px;
}
footer #niceclaup_logo {
	width: 25%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}
footer #footer__box {
	width: 100%;
	margin: 0 auto;
	padding: 40px 0 20px;
}
footer #niceclaup_logo {
	width: 25%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 1em;
}
footer .footer__p {
	display: block;
	text-align: center;
	color: #001624;
	font-size: clamp(1.375rem, 1.057rem + 1.59vw, 2.25rem);
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 700;
	letter-spacing: 0.15em;
	line-height: 1.5;
}
footer .footer__txtlink {
	display: block;
	padding: 1em 0 4em;
	text-align: center;
}
footer .footer__txtlink a {
	text-align: center;
	font-family: "Noto Sans JP", sans-serif;
	font-style: normal;
	font-weight: 400;
	letter-spacing: 0.2em;
	font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
	line-height: 1;
	color: #001624;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 0.2ex;
	text-decoration-skip-ink: none;
}
footer .footer_r {
	display: block;
	text-align: center;
	color: #001624;
	font-size: clamp(0.75rem, 0.705rem + 0.23vw, 0.875rem);
	padding-top: 1em;
	line-height: 1;
	font-family: "futura-pt", sans-serif;
	font-style: normal;
	font-weight: 300;
	font-feature-settings: "palt" 1;
}
footer #sns__area {
	list-style: none;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	padding: 20px 0;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 15px;
}
footer #sns__area li {
	width: calc(100% / 4 - 35px);
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	footer #niceclaup_logo {
		width: 15%;
	}
	footer #sns__area {
		width: 40%;
		column-gap: 15px;
	}
	footer #sns__area li {
		width: calc(100% / 4 - 45px);
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width: 960px) {
	footer #niceclaup_logo {
		width: 10%;
	}
	footer #sns__area {
		width: 40%;
		column-gap: 110px;
	}
	footer #sns__area li {
		width: calc((100% / 4 - 330px) 960 * 100vw);
	}
}