@charset "UTF-8";
/* CSS Document */

/* ---------------------------------------------------------
  全体
----------------------------------------------------------*/
html,
body {
	height: 100%;
	font-size: 62.5%;
}
body {
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック体","Yu Gothic Medium","Yu Gothic","メイリオ","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 1.3rem;
	line-height: 1;
	color: #d1e1ed;
	/*background-color: #fcf8f7;(20230325update)*/
	background-color: #faf0ed;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
img {
  vertical-align: bottom;
}
a {
  color: #0c0606;
  text-decoration: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/*----- フェードインしながら上へスライド -----*/
.inviewfadeInUp {
	opacity: 0;
	transform: translate(0, 50px);
	-webkit-transform: translate(0, 50px);
	transition: 1.5s;
}

.fadeInUp {
	opacity: 1.0;
	transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
}


/*---------------- sp ----------------*/
@media screen and (max-width:768px) {
  body {
    min-width: 100%;
  }
}

/*---------------- 改行 ----------------*/
@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; }
}


/* ---------------------------------------------------------
	main
----------------------------------------------------------*/
main {
	width: 100%;
	height: auto;
	margin-bottom: 50px;
}
main img {
	max-width: 100%;
	height: auto;
}

.sp_heading__mv {
	position: absolute;
	text-align: center;
	width: 100%;
	top: 340px;
	left: 0%;
	-ms-transform: translate(0%,0%);
	-webkit-transform: translate(0%,0%);
	transform: translate(0%,0%);
	margin:0;
	padding:0;
	z-index: 50;
	overflow: hidden;
}

/*---------------- SP ----------------*/
@media screen and (max-width: 768px) {
	.pc_heading__mv {
		display: none !important;
	}
	.tb_heading__mv {
		display: none !important;
	}
}

/*---------------- TB ----------------*/
@media screen and (min-width: 768px) and ( max-width: 959px) {
	main {
		margin-bottom: 100px;
		margin-top: 0px;
		margin-left: auto;
		margin-right: auto;
	}
	.sp_heading__mv {
		display: none !important;
	}
}

/*---------------- PC ----------------*/
@media screen and (min-width:960px) {
	main {
		margin-bottom: 150px;
		margin-top: -90px;
		max-width: 2000px;
		margin-left: auto;
		margin-right: auto;
	}
	.sp_heading__mv {
		display: none !important;
	}
	.tb_heading__mv {
		display: none !important;
	}
	.pc_heading__mv {
		position: absolute;
		width: 100%;
		top: 330px;
		left: 0%;
		-ms-transform: translate(0%,0%);
		-webkit-transform: translate(0%,0%);
		transform: translate(0%,0%);
		z-index: 50;
		overflow: hidden;
	}
}
@media screen and (min-width: 1025px) {
	.pc_heading__mv {
		position: absolute;
		width: 100%;
		top: 350px;
		left: 0%;
		-ms-transform: translate(0%,0%);
		-webkit-transform: translate(0%,0%);
		transform: translate(0%,0%);
		z-index: 50;
		overflow: hidden;
	}
}


/* ---------------------------------------------------------
	アイテム
----------------------------------------------------------*/
.item-wapper {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 150px;
}
.item-wapper img {
	max-width: 100%;
	height: auto;
}

.item-wapper-mid {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;	
}
.item-wapper-mid img {
	max-width: 100%;
	height: auto;	
}

.item-wapper-small {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 70px;
}
.item-wapper-small img {
	max-width: 100%;
	height: auto;
}

.item-wapper-last {
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 100px;
}
.item-wapper-last img {
	max-width: 100%;
	height: auto;
}

.item-wapper__01 {
	position: relative;
	width: 100%;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.item-wapper__01 img {
	max-width: 100%;
	height: auto;
}

.item-contain {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

/*---------------- TB ----------------*/
@media screen and (min-width : 600px) {
	.item-wapper__01 {
		max-width: 600px;
		margin-bottom: 100px;		
	}
}


/*---------------- 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-last {
		max-width: 600px;
		margin-bottom: 150px;
	}
	.item-wapper__01 {
		max-width: 600px;
		margin-bottom: 150px;		
	}
}


/* ---------------------------------------------------------
	アイテムメイン
----------------------------------------------------------*/
.item-mainbox {
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
	margin-bottom: 0px;
	padding: 0;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {	
	.item-mainbox {
		margin-bottom: 0px;
	}
}


/* ---------------------------------------------------------
	sec#01
----------------------------------------------------------*/
.subheading__brandnm {
	width: 40%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}

.brand__concept {
	width: 75%;
	margin-left: auto;
	margin-right: auto;
}
.brand__concept p {
	font-size: 1.3rem;
	line-height: 1.8;
	font-feature-settings: "palt" 1;
	text-align: justify;
	font-family: 'Kaisei Decol', serif;
	font-weight: 400;
	color: #efa5ab;
}
.brand__concept p:nth-child(n + 2) {
	padding-top: 1.5rem;	
}

/* .brand__concept p::first-letter {
	padding-right: 0.5rem;	
	font-family: 'Noto Serif JP', serif;
	font-weight: 300;
	font-size: 310%;
	line-height: 1;
	float: left;
} */

/*---------------- TB ----------------*/
@media screen and (min-width : 600px) {
	.brand__concept {
		width: 70%;
		margin-bottom: 0px;
	}
	.brand__concept p {
		font-size: 1.8rem;
	}
}

/* -------------- PC -------------- */
@media screen and (min-width: 768px) {
	.brand__concept {
		width: 70%;
		margin-bottom: 0px;
	}
	.brand__concept p {
		font-size: 1.8rem;
	}
}


/* ---------------------------------------------------------
	sec#03
----------------------------------------------------------*/
.two_clm_abreast {
	position: relative;
	width: 90%;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
}
.two_clm_abreast__right {
	width: 50%;
	position: absolute;
	left: 50%;
	top: 0%;
	z-index: 10;
}
.two_clm_abreast__left {
	width: 70%;
	position: absolute;
	left: 0%;
	top: 140px;
	z-index: 0;
}

.flat_img__center {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

/*---------------- TB ----------------*/
@media screen and (min-width : 600px) {
	.two_clm_abreast {
		width: 90%;
		height: 680px;
	}
	.two_clm_abreast__right{
		width: 45%;
		left: 55%;
		z-index: 20;
	}
	.two_clm_abreast__left {
		width: 70%;
		top: 150px;
	}
	.flat_img__center {
		width: 50%;
		margin-bottom: 30px;
	}
}

/* -------------- PC -------------- */
@media screen and (min-width: 768px) {
	.two_clm_abreast {
		width: 90%;
		height: 650px;
	}
	.two_clm_abreast__right{
		width: 50%;
		left: 50%;
	}
	.two_clm_abreast__left {
		width: 85%;
		top: 150px;
		z-index: 10;
	}
	.flat_img__center {
		width: 50%;
		margin-bottom: 40px;
	}
}


/* ---------------------------------------------------------
	sec#04
----------------------------------------------------------*/
.twoclm_picprc {
	list-style: none;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.twoclm_pic__left {
	/*flex-basis: 65%;*/
	width: 60%;
}

.twoclm_pic__right {
	/*flex-basis: 35%;*/
	white-space: nowrap;
	width: 40%;
}

/* -------------- PC -------------- */
@media screen and (min-width: 768px) {
	.twoclm_picprc li:nth-child(1) {
		flex-basis: 65%;
	}

	.twoclm_picprc li:nth-child(2) {
		flex-basis: 30%;
	}
}


/* ---------------------------------------------------------
	sec#04
----------------------------------------------------------*/
.flat_img__widecenter {
	width: 100%;
	margin-bottom: 60px;
}

.flat_midimg__left {
	width: 50%;
	margin-left: 5%;
	margin-bottom: 30px;
}

.flat_img__right {
	width: 50%;
	margin-left: 45%;
	margin-bottom: 30px;
}
.flat_midimg__right {
	width: 60%;
	margin-left: 35%;
	margin-bottom: 30px;
}

.itemimg_prc__box {
	position: relative;
	width: 90%;
}

.slider__left {
	width: 80%;
	margin-left: 5%;
}

.rightside {
	width: 25%;
	position: absolute;
	top: 280px;
	left: 75%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);	
}

/* -------------- PC -------------- */
@media screen and (min-width: 768px) {
	.slider__left {
		width: 80%;
	}
}


/* ---------------------------------------------------------
	3flat img abreast
----------------------------------------------------------*/
.subheading__lineup {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.item__flexbox {
	position: relative;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	column-gap: 10px;
}

/* 最後の下線 */
/* .item__flexbox::after { 
	content: '';
	width: 30%;
	height: 1px;
	display: inline-block;
	background-color: #f5c6ca;
	position: absolute;
	bottom: -60px;
	left: 40%;
} */

.item_box_img {
	list-style: none;
	width: calc(50% - 10px);
	display: flex;
	flex-direction: column;
	align-items: center;
}
.item_box_img li {
	font-size: 1.5rem;
	font-family: 'trajan-sans-pro', sans-serif;
	font-weight: 400;
	font-style: normal;
	color: #f5c6ca;
	z-index: 10;
}
/*.item_box_img li:nth-child(2) {
	padding: 1rem 0;
}*/

.item_box_img:nth-child(n+3) {
	margin-top: 9rem;
}

.item_box_img a {
	font-family: 'trajan-sans-pro', sans-serif;
	font-style: normal;
	font-weight: 300;
	color: #f5c6ca;
	font-size: 1.1rem;
	letter-spacing: 0.1rem;
}

/*(画像含めた枠線) .item_box_img::after {
	content: '';
	width: 100%;
	height: 110%;
	border: 1px solid #f5c6ca;
	position: absolute;
	top: -5%;
	left: 0%;
	z-index: 1;
} */

.item_box_img::after {
	content: '';
	width: 80%;
	height: 120%;
	border-bottom: 1px solid #f5c6ca;
	position: absolute;
	top: -10%;
	left: 10%;
	z-index: 1;
}


/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.subheading__lineup {
		width: 80%;
		margin-bottom: 60px;
	}
	.item__flexbox {
		max-width: 700px;
	}
	.item_box_img li {
		font-size: 2rem;
	}
}


/* ---------------------------------------------------------
	横幅いっぱいスライダー
----------------------------------------------------------*/
.wide_slider_wapp {
	width: 100%;
}

.sliderArea {
	width: 100%;
	padding: 0;
	margin-bottom: 60px;
}

.wide_slider a {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 35vh;
	margin: 0;
	text-decoration: none;
}
.wide_slider a.wide_sliderimg04_1 {
	background-image: url("https://niceclaup.itembox.design/item/LIMMSE/20240511/images/wide_sliderimg04_1.jpg?t=202405091305");
}
.wide_slider a.wide_sliderimg04_2 {
	background-image: url("https://niceclaup.itembox.design/item/LIMMSE/20240511/images/wide_sliderimg04_2.jpg?t=202405091305");
}
.wide_slider {
	z-index: 1;
}

/*---------------- TB ----------------*/
@media screen and (min-width : 600px) {
	.wide_slider a {
		height: 40vh;
	}
}
/*---------------- PC ----------------*/
@media screen and (min-width: 768px) {
	.wide_slider a {
		height: 70vh;
	}
}


/* ---------------------------------------------------------
　gently slider
----------------------------------------------------------*/
.slick__boxS {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.slick__boxM {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
.slick__boxL {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}

.gentlyslide {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.gentlyslide img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
	z-index: 10;
}

.slick__box_left {
	width: 100%;
	margin-bottom: 20px;
}
.gentlyslide_left {
	width: 100%;
	padding: 0;
}
.gentlyslide_left img {
	max-width: 100%;
	height: auto;
}

.slick__box_right {
	width: 100%;
	margin-bottom: 60px;
}
.gentlyslide_right {
	width: 100%;
	padding: 0;
}
.gentlyslide_right img {
	max-width: 100%;
	height: auto;
	margin-right: 0;
	margin-left: auto;	
}

.slider_evenspeed {
	width: 100%;
	padding: 0;
	overflow: hidden;
}
.slider_evenspeed img {
	display: inline-block;
	max-width: 100%;
	height: auto;
	padding: 0;
	object-fit: cover;
}

/*---------------- TB ----------------*/
@media screen and (min-width : 600px) {
	.slick__boxS {
		width: 70%;
		margin-bottom: 150px;
	}
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {	
	.slick__boxS {
		width: 60%;
		margin-bottom: 200px;
	}
}

/* ---------------------------------------------------------
	loop slider
----------------------------------------------------------*/
.threeimg-slides {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.threeimg-slides img {
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

/* ------------ PC ------------ */
@media screen and (min-width: 768px) {	
	.threeimg-slides {
		width: 100%;
	}
}


/* ---------------------------------------------------------
	アイテムリスト(右)
----------------------------------------------------------*/
.item_list_right {
	width: 60%;
	margin-left: 35%;
}

.items_price_right {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	font-size: 1.3rem;
	line-height: 1.8;
	letter-spacing: 0.05em;
	color: #efa5ab;
	font-family: 'trajan-sans-pro', sans-serif;
	font-weight: 300;
	font-style: normal;
	list-style: none;
}

.items_price_right li:nth-child(even) {
	padding-left: 1rem;
}
.items_price_right li:nth-child(n + 3) {
	padding-top: 1.5rem;
}

.items_price_right a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-decoration-skip-ink: none;
	color: #efa5ab;
}

.price_yen {
	font-size: 1rem;
	color: #efa5ab;
	font-family: 'trajan-sans-pro', sans-serif;
	font-weight: 300;
	font-style: normal;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.item_list_right {
		width: 50%;
		margin-left: 50%;
	}
	.items_price_right {
		font-size: 1.5rem;
	}
	.price_yen {
		font-size: 1.2rem;
	}
}

/* ---------------------------------------------------------
	アイテムリスト(右縦)
----------------------------------------------------------*/
.items_price_right_vert {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #efa5ab;
	font-family: 'trajan-sans-pro', sans-serif;
	font-weight: 200;
	font-style: normal;
	list-style: none;
}
.items_price_right_vert li {
	padding-top: 1.5rem;
	font-family: 'trajan-sans-pro', sans-serif;
	font-weight: 300;
	font-style: normal;
}
.items_price_right_vert a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-decoration-skip-ink: none;
	color: #efa5ab;
	font-family: 'trajan-sans-pro', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.5rem;
}

.items_price_right_vert li:not(:first-child){
	padding-top: 1em;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.items_price_right_vert a {
		font-size: 2rem;
	}
}



/* ---------------------------------------------------------
	アイテムリスト(左)
----------------------------------------------------------*/
.item_list_left {
	width: 90%;
	margin-left: 5%;
}

.items_price_left {
	width: 100%;
	display: flex;
	font-size: 1.5rem;
	line-height: 1.25;
	letter-spacing: 0.05em;
	color: #efa5ab;
	font-family: 'trajan-sans-pro', sans-serif;
	font-weight: 200;
	font-style: normal;
	list-style: none;
}

.items_price_left li {
	padding-top: 1.5rem;
	font-family: 'trajan-sans-pro', sans-serif;
	font-weight: 300;
	font-style: normal;
}
.items_price_left li:nth-child(2) {
	padding-left: 1rem;
}

.items_price_left a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-decoration-skip-ink: none;
	color: #efa5ab;
	font-family: 'trajan-sans-pro', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.5rem;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.item_list_left {
		width: 50%;
	}
	.items_price_left a {
		font-size: 2rem;
	}
}

/* ---------------------------------------------------------
	アイテムリスト(左縦)
----------------------------------------------------------*/
.items_price_left_vert {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-size: 1.5rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #efa5ab;
	font-family: 'trajan-sans-pro', sans-serif;
	font-weight: 200;
	font-style: normal;
	list-style: none;
}
.items_price_left_vert li {
	padding-top: 1.5rem;
	font-family: 'trajan-sans-pro', sans-serif;
	font-weight: 300;
	font-style: normal;
}
.items_price_left_vert a {
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-decoration-skip-ink: none;
	color: #efa5ab;
	font-family: 'trajan-sans-pro', sans-serif;
	font-weight: 300;
	font-style: normal;
	font-size: 1.5rem;
}

.items_price_left_vert li:not(:first-child){
	padding-top: 1em;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.items_price_left_vert a {
		font-size: 2rem;
	}
}



/* ---------------------------------------------------------
	アイテムリスト(中央)
----------------------------------------------------------*/
.item_list_center {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}
.item_list_center_ninety {
	width: 90%;
	margin-left: auto;
	margin-right: auto;
}

.items_price_center {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #efa5ab;
	font-family: 'trajan-sans-pro', sans-serif;
	font-weight: 300;
	font-style: normal;
	list-style: none;
}

.items_price_center li:not(:first-child) {
	font-family: 'trajan-sans-pro', sans-serif;
	font-weight: 300;
	font-style: normal;
	margin-left: 1.5rem;
}

.items_price_center li:nth-child(n+3) {
	font-family: 'trajan-sans-pro', sans-serif;
	font-weight: 300;
	font-style: normal;
	margin-top: 2rem;
}

.items_price_center a {
	font-size: 1.5rem;
	font-family: 'trajan-sans-pro', sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #efa5ab;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-decoration-skip-ink: none;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.item_list_center {
		width: 50%;
	}
	.items_price_center a {
		font-size: 2rem;
	}
	.items_price_center li:not(:first-child) {
		padding-top: 1em;
	}
}

/* ---------------------------------------------------------
	アイテムリスト(中央縦)
----------------------------------------------------------*/
.items_price_center_vert {
	width: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: 0.05em;
	color: #efa5ab;
	font-family: 'trajan-sans-pro', sans-serif;
	font-weight: 300;
	font-style: normal;
	list-style: none;
}
.items_price_center_vert a {
	font-size: 1.5rem;
	font-family: 'trajan-sans-pro', sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #efa5ab;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-decoration-skip-ink: none;
}
.items_price_center_vert li:not(:first-child) {
	padding-top: 1em;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.item_list_center {
		width: 50%;
	}
	.items_price_center_vert a {
		font-size: 2rem;
	}
}


/*-------------------------------------------
　info
-------------------------------------------*/
.info_box {
	border: 1px solid #efa5ab;
	border-radius: 10px;
	text-align: center;
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	padding: 3em 1.5em;
}

h4 {
	width: 35%;
	margin-left: auto;
	margin-right: auto;
}

.info-style {
	text-align: center;
	line-height: 1.8;
}

.info-style li {
	list-style: none;
	font-size: 1.3rem;
	line-height: 1.8;
	font-family: 'trajan-sans-pro', sans-serif;
	font-weight: 300;
	font-style: normal;
	color: #efa5ab;
}

.info-style li:nth-of-type(odd) {
	font-size: 2.5rem;
	letter-spacing: 0.1rem;
	font-family: 'trajan-sans-pro', sans-serif;
	font-weight: 300;
	font-style: normal;
	padding-top: 3rem;
}
.info-style li:nth-of-type(even) {
	font-size: 1.5rem;
	letter-spacing: 0.15rem;
	font-family: 'trajan-sans-pro', sans-serif;
	font-weight: 300;
	font-style: normal;
}

.predate {
	font-size: x-small;
	font-family: 'trajan-sans-pro', sans-serif;
	font-weight: 300;
	font-style: normal;
}
.pretxt {
	font-size: 1.5rem;
	font-family: 'trajan-sans-pro', sans-serif;
	font-weight: 300;
	font-style: normal;
}
.info_annot {
	font-size: 1.2rem;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	letter-spacing: 0.05rem;
	color: #efa5ab;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.info_box {
		max-width: 100%;
		padding: 4em 1.5em 3em;
	}
	h4 {
		width: 25%;
	  }
	.info-style li:nth-of-type(odd) {
		font-size: 3rem;
	}
	.info-style li:nth-of-type(even) {
		font-size: 1.8rem;
	}
	.info_annot {
		font-size: 1.4rem;
	}
}


/* ---------------------------------------------------------
	アイテムボタン
----------------------------------------------------------*/
.itembtn_wapper {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.itemlk {
	display: inline-block;
	width: 100%;
	padding: 2rem 0;
	margin: 0 auto;
	background-color: #9acdf0;
	border-radius: 100px;
	text-decoration: none;
	transition: .2s;
	font-size: 1.5rem;
	font-family: 'trajan-sans-pro', sans-serif;
	font-weight: 200;
	font-style: normal;
	letter-spacing: 0.1rem;
}

.itemlk a {
	color: #ffffff;
	font-family: 'trajan-sans-pro', sans-serif;
	font-weight: 300;
	font-style: normal;
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.itemlk {
		width: 90%;
		font-size: 2rem;
	}
}


/* ---------------------------------------------------------
	infinite auto-scroll animation
----------------------------------------------------------*/
.scroll-parent {
	position: absolute;
	width: 100vw;
	height: 8vh;
	bottom: 140px;
	/*top: 72%;*/
	overflow-x: hidden;
	z-index: 10;
}

.scroll-element {
	width: inherit;
	height: inherit;
	position: absolute;
	left: 0%;
	top: 0%;
	animation: primary 6s linear infinite;
}

.primary {
	animation: primary 6s linear infinite;
}

.secondary {
	animation: secondary 6s linear infinite;
}

@keyframes primary {
	from {
		left: 0%;
	}
	to {
		left: -100%;
	}
}

@keyframes secondary {
	from {
		left: 100%;
	}
	to {
		left: 0%;
	}
}

/* --------------- PC --------------- */
@media screen and (min-width: 768px) {
	.scroll-parent {
		margin-left: auto;
		margin-right: auto;
		width: 100%;
		height: 100%;
		bottom: -630px;
		/*top: 500px;*/
	}
}

/* ---------------------------------------------------------
	フェードイン	
----------------------------------------------------------*/
/* その場で */
.fadeIn{
	animation-name:fadeInAnime;
	animation-duration:3s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeInAnime{
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/* 下から */
.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration: 3s;
	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: 3s;
	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: 3s;
	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: 3s;
	animation-fill-mode:forwards;
	opacity:0;
}

@keyframes fadeRightAnime{
	from {
		opacity: 0;
		transform: translateX(100px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger {
	opacity: 0;
}


/* 拡大 */
.zoomIn{
	animation-name:zoomInAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
}

@keyframes zoomInAnime{
  from {
	transform: scale(0.6);
	opacity: 0;
  }

  to {
    transform: scale(1);
	opacity: 1;
  }
}

/* 縮小 */
.zoomOut{
	animation-name:zoomOutAnime;
	animation-duration:0.5s;
	animation-fill-mode:forwards;
}

@keyframes zoomOutAnime{
  from {
	transform: scale(1.2);
	opacity: 0;
  }

  to {
    transform:scale(1);
	opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
 
.zoomInTrigger,
.zoomOutTrigger{
    opacity: 0;
}



/* ---------------------------------------------------------
	順番に現れるappear in order
----------------------------------------------------------*/

/*==================================================
動かしたい動き（今回は” ふわっ”）
===================================*/

.fadeUp {
	animation-name:fadeUpAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity: 0;
}

@keyframes fadeUpAnime　{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}



/* ---------------------------------------------------------
　フッター
----------------------------------------------------------*/
footer {
	/*-- background: linear-gradient(-25deg, #ea78a2, #ef9ab9); --*/
	background-color: #efa5ab;
	/*-- background-image: url("../images/footer_bg_img.jpg");
	background-repeat:  no-repeat; 
	background-size: cover; --*/
	margin: 0 auto;
	max-width: 9999px;
	font-size:13px;
	padding: 20px 0;
}

footer #footer_box {
	margin: 0 auto; 
}

footer #nice_logo {
	margin: 0 auto;
}

footer .footer_p {
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 1.5rem;
	font-family: 'trajan-sans-pro', sans-serif;
	font-weight: 600;
	font-style: normal;
}
footer .footer_r {
	margin: 0 auto;
	display: block;
	text-align: center;
	color: #ffffff;
	font-size: 0.65rem;
	padding-top: 2em;
	line-height: 2;
	font-family: 'trajan-sans-pro', sans-serif;
	font-weight: 300;
	font-style: normal;
}
footer .footer_p a {
	margin: 0 auto;
	display: block;
	text-align: center;
	text-decoration: underline;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 0.15rem;
	font-size: 1.3rem;
	color: #ffffff;
}
footer #sns_flex {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
footer #sns_flex a {
	text-decoration: none;
}
footer #online_link {
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
footer #online_link a {
	color: #ffffff;
}

/*--------------- TB ---------------*/
@media screen and (min-width: 768px) {
	footer #footer_box {
		width: 50%;
		padding: 50px 0;
	}
	footer ul {
		padding-bottom: 40px;
		list-style: none;
	}
	footer #nice_logo {
		width: 22%;
	}
	footer .footer_p {
		padding: 0 0 1.5em;
		letter-spacing: 2px;
	}
	footer #sns_flex {
		width: 45%;
	}
	footer #sns_flex li {
		width: 9%;
	}
	footer #online_link {
		width: 50%; 
		padding-left: 150px;
	}
}

/*--------------- PC ---------------*/
@media screen and (max-width: 970px) {
	footer #footer_box {
		width: 70%;
		padding: 50px 0;
	}
	footer ul {
		padding-bottom: 40px;
		list-style: none;
	} 
	footer #nice_logo {
		width: 43%;
	}
	footer .footer_p {
		padding: 0 0 1.5em;
	}
	footer #sns_flex {
		width: 90%;
	}
	footer #sns_flex li {
		width: 10%;
	}
	footer #online_link {
		width: 100%; 
		margin-right: 0px;
		margin-left: 70px;
	}
}