@charset "utf-8";
/* CSS Document */
.fs-l-page {
    overflow: visible!important;
}
#Imyme {
	font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", sans-serif;
	cursor: url(https://doshishamarche.itembox.design/item/KA/imyme/cursor_icon.svg),auto;
}
h1 {
	font-family: 'Roboto', sans-serif;
}
p {
	margin: 0;
}
ul {
	list-style: none;
}
#loading {
/*fixedで全面に固定*/
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background: #d0a8a8;
  text-align:center;
  color: #fff;
}

/* Loading画像中央配置　*/
#loading_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Loading アイコンの大きさ設定　*/
#loading_logo img {
  width: 150px;
}

/* fadeUpをするアイコンの動き */
.fadeUp{
	animation-name: fadeInAnime;
	animation-duration: 2s;
	animation-fill-mode:forwards;
	opacity: 1;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  
  }

  to {
    opacity: 1;

  }
}
header {
	position: fixed;
	display: flex;
	justify-content: space-between;
	align-items: center;
	gap: 2%;
	width: 100%;
	color: #ffffff;
	margin: 20px auto;
	padding: 0 1%;
	z-index: 999999;
}
header .header_logo {
	opacity: 0;
	transition: all 0.5s ease-out;
}
header .header_logo.active {
	opacity: 1;
}
header h1 {
	width: 300px;
	height: auto;
}
header h1 img {
	filter: invert(70%) sepia(10%);
}
header p.online_link {
	width: 100%;
	max-width: 119px;
}
header p.online_link a {
	width: 119px;
	display: inline;
	position: relative;
	color: #ffffff;
	border-radius: 50px;
	border: 1px solid #ffffff;
	padding: 10px 30px;
	overflow: hidden;
}
header p.online_link a:hover {
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 50px;
	position: relative;
	transition: 0.3s;/*マウスアウト時の反映を滑らかに*/	
}
header p.online_link a:hover::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 50px;
	background-color: #5a5050;
	animation: bg_slide 0.4s;
}
@keyframes bg_slide {
    0% {
        transform-origin: center top;
        transform: scaleX(0.0);
    }
    100% {
        transform-origin: center top;
        transform: scaleX(1.0);
    }
}
header p.online_link.color_change_bk a {
	width: 119px;
	display: inline;
	color: #5a5050;
	border-radius: 50px;
	border: 1px solid #5a5050;
	padding: 10px 30px;
	background: #ffffff;
}
header p.online_link.color_change_bk a:hover {
	border: 1px solid #5a5050;
	border-radius: 50px;
	position: relative;
	transition: 0.3s;/*マウスアウト時の反映を滑らかに*/
	background: none;
	color: #ffffff;
}
header p.online_link.color_change_bk a:hover::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 50px;
	background-color: #5a5050;
	animation: bg_slide 0.4s;
	color: #ffffff;
}

#video-area {
    position: fixed;
    z-index: -1;/*最背面に設定*/
    top: 0;
    right:0;
    left:0;
    bottom:0;
    overflow: hidden;
	width: 100vw;
}
#video-area.none {
   display: none;
}
#video-area_sp.none {
   display: none;
}
#video {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
    min-height: 100%;
    min-width: 100%;
}
#video-area_sp {
    display: none;
}
#video_sp {
    /*天地中央配置*/
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /*縦横幅指定*/
    width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
    height: 56.25vw; 
    min-height: 100%;
    min-width: 100%;
}


.main_image {
	position: relative;
	color: #ffffff;
	width: 100%;
	height: 100vh;
	cursor: url(https://doshishamarche.itembox.design/item/KA/imyme/cursor_icon_wh.svg),auto;
}
.main_image hgroup {
	position: absolute;
	left: 5%;
	bottom: 10%;
	width: 50%;
}
.main_image hgroup h2 {
	margin: 30px 0 10px;
}
.main_image hgroup p:last-of-type {
	font-size:clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
}
.txt_flow{
	display: flex;
	position: absolute;
	left: 0;
	bottom: 0;
	align-items: center;
	background: #d0a8a8;
	color: #fff;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	width: 100%;
	white-space:nowrap;
	z-index: 1;
}
.txt_flow .txt_flow_01 {
	flex: 0 0 auto;
    white-space: nowrap;
	animation: flowing 30s linear infinite;
	margin: 0;
	padding: 0;
}
.txt_flow .txt_flow_02 {
	flex: 0 0 auto;
    white-space: nowrap;
	animation: flowing_2 30s -45s linear infinite;
	margin: 0;
	padding: 0;
}
.txt_flow p{
	display: inline-block;
	padding-right: 10px;
}
@keyframes flowing {
	0% { transform:translateX(100%); }
	100% { transform:translateX(-100%); }
}

@keyframes flowing_2 {
	0% { transform:translateX(0); }
	100% { transform:translateX(-200%); }
}
main {
	background: #ffffff;
}
.inner {
	width: 90%;
	margin: 0 auto;
	padding: 100px 0;
}
main h3 {
	width: 50%;
	max-width: 500px;
}
main ul {
	list-style: none;
}
main p {
	font-size:clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
}
main .small_txt {
	font-size:clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
}
main section {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
main .contents {
	width: 100%;
	max-width: 1000px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;

	margin: 50px auto;
}
#lineup .flex_right .choice-btn .slick-track {
	display: flex!important;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 7.8px;
	max-width: 400px!important;
	width: 100%!important;
	margin: 33px auto 0;
}
.slick-track:before, .slick-track:after {
    display: none!important;
    content: '';
}
.gallery {
	width: 50%;
	max-width: 400px;
}
.gallery li{
	list-style:none;
}
#lineup .choice-btn li {
	width: auto!important;
	height: auto!important;
}
#lineup .choice-btn li img {
	width: 128px!important;
	height: 128px!important;
	object-fit: cover!important;
}
#lineup .flex_right {
	display: flex;
	flex-wrap: wrap;
	width: 50%;
	max-width: 400px;
	margin: 0;
}
#lineup .flex_right h4 {
	width: 100%;
	order: 1;
}
#lineup .flex_right ul {
	order: 3;
}
#lineup .flex_right p {
	order: 2;
	margin: 0;
}
#lineup .color_icon_pk:before {
	content: "●";
	border-radius: 10px;
	color: #d0a8a8;
}
.manual a {
	background: #d0a8a8;
	color: #ffffff;
	padding: 15px 50px;
	width: 100%;
	display: block;
	text-align: center;
}
.manual a:hover {
	opacity: 0.8;
}
.manual {
	width: 200px;
	padding: 20px 0;
	margin: 0 auto 20px!important;
}

.choice-btn li img{
	opacity: 0.4;
}

.choice-btn li.slick-current img{
	opacity: 1;
}

.choice-btn .slick-track {
	transform: unset !important;/*画面幅サイズ変更に伴うサムネイル固定*/
}
.buy_link .flex_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 200px;
	margin: 0 auto;
	gap: 10px;
}
.quantity {
	width: 50px;
}
.buy_link_btn button {
	background: #ffffff;
	width: 133px;
	display: inline;
	color: #5a5050;
	border-radius: 50px;
	border: 1px solid #5a5050;
	padding: 13px 30px;
}
.buy_link_btn button:hover {
	border: 1px solid #5a5050;
	border-radius: 50px;
	position: relative;
	transition: 0.3s;/*マウスアウト時の反映を滑らかに*/
	background: #5a5050;
	color: #ffffff;
}
.spec_chart {
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto;
    gap: 0;
    grid-template-areas:
        ". ."
        ". ."
        ". ."
        ". ."
        ". .";
	text-align: left;
	margin: 50px auto 20px;
	max-width: 769px;
}
.spec_chart div {
	border-top: 1px solid #c6c6c6;
}
.spec_chart .spec_name {
	padding: 15px 15px 15px 130px;
}
.spec_chart .spec_detail {
	align-self: flex-end;
	padding: 15px;
}
.spec_chart div:nth-of-type(n+15) {
	border-bottom: 1px solid #c6c6c6;
}
.flex_box {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.flex_item_25 {
	width: 25%;
}
.flex_item_40 {
	width: 40%;
}
.flex_item_50 {
	width: 50%;
}
.flex_item_60 {
	width: 60%;
}
#point.flex_box {
	align-items: flex-start;
	gap: 6%;
}

#point_video {
	max-width: 500px;
	width: 50%;
}
#point h3 {
	width: 100%;
}
#point .point_contents li {
	padding: 50px 0 0;
}
#point .point_contents li:first-of-type {
	padding: 0;
}
#point .point_number {
	width: 15%;
	position: sticky;
	top: 30%;
	max-width: 45px;
}
#point .point_number ul {
	width: 100%;
	position: relative;
}

#point .point_number ul li {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#point .point_01 {
	opacity: 0;
	transition: all 0.5s ease-out;
}

#point .point_01.scroll {
	opacity: 1;
}
#point .point_02 {
	opacity: 0;
	transition: all 0.5s ease-out;
}
#point .point_02.scroll {
	opacity: 1;
}
#point .point_03 {
	opacity: 0;
	transition: all 0.5s ease-out;
}
#point .point_03.scroll {
	opacity: 1;
}
#point .point_04 {
	opacity: 0;
	transition: all 0.5s ease-out;
}
#point .point_04.scroll {
	opacity: 1;
}
#point ul li .flex_box {
	gap: 20px;
	margin: 0;
}
#point h4 {
	max-width: 400px;
	margin: 0 0 10%;
}
#point .point_02_contents h4 {
	width: 70%;
}
section.bg_pnk {
	max-width: 100%;
	width: 100vw;
	background: #fff3f3;
}
section.bg_pnk .inner {
	max-width: 1000px;
}
section.bg_spnk {
	max-width: 100%;
	width: 100vw;
	background: #d0a8a8;
	cursor: url(https://doshishamarche.itembox.design/item/KA/imyme/cursor_icon_wh.svg),auto;
}
section.bg_spnk .inner {
	max-width: 1000px;
}
#how_to .inner {
	padding: 100px 0 50px;
}
#how_to h3 {
	width: 60%;
}
#how_to .slider {
	position: relative;
}
#how_to .slider .slider-item {
	width: 100%;
}
#how_to ul li .flex_box {
	gap: 50px;
	align-items: flex-start;
	margin: 50px 0 0 8%;
}
#how_to h4{
	margin: 0 0 10% 0;
}
#how_to .slick-dots {
    position: absolute;
    bottom: 40%;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%;
	height: auto;
    left: -47%;
    transform: rotate( 90deg );
}
.slick-dots li button {
    background: #ffffff;
	width: 10px;
    height: 10px;
	border-radius: 50%;
}
.slick-dots li button:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 10px;
    height: 10px;
    line-height: 10px;
    text-align: center;
    background: #ffffff;
}
#how_to .slick-dots li.slick-active button:before {
    background: #d0a8a8;
}
#how_to .slick-prev:before, #how_to .slick-next:before {
    display: none!important
}
#scene .inner {
	padding: 50px 0;
}
#scene .flex_box {
	gap: 50px;
	margin: 20px auto;
}
#scene .buy_link .flex_box {
    width: 200px;
    margin: 0 auto;
    gap: 10px;
}
#scene .flex_box .flex_item_60 {
	position: relative;
	margin: 50px auto;
	order: 2;
	padding: 0 50px 0 0;
}
#scene .flex_box .flex_item_60 .circle {
	position: absolute;
	top: -50px;
	right: 0;
}
#scene .flex_box .flex_item_60 .circle figure {
	width: 150px;
}
#scene .flex_box .flex_item_60 .circle figure img {
	animation: rotate 15s linear infinite;
}

#scene .flex_box .flex_item_40 {
	margin: 50px auto;
	order: 1;
}
#scene h4 {
	width: 70%;
    max-width: 400px;
    margin: 0 0 10%;
}
#movie figure {
	width: 100%;
	margin: 50px auto;
}
#movie .YouTube {
	position: relative;
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}
#movie .YouTube_btn {
	position: absolute;
	bottom: 18px;
	left: 10px;
	width: 80px;
	animation: rotate 15s linear infinite;
	transition: all 0.5s ease-out;
}
#movie .YouTube:hover .YouTube_btn {
	width: 100px;
}
#movie .YouTube:hover figure img {
	opacity: 0.7;
}

#concept h4 {
    max-width: 400px;
	width: 70%;
}
#concept .flex_box {
	gap: 50px;
}
#concept .flex_box figure.flex_item_50 {
	order: 2;
}
#concept .flex_box div.flex_item_50 {
	order: 1;
}
#concept figure.logo {
	max-width: 100px;
}
#concept p {
	color: #ffffff;
	margin: 20px auto;
}
footer {
	background: #ffffff;
	color: #d0a8a8;
	padding: 20px;
}
footer .flex_box {
	align-items: flex-start;
	max-width: 1000px;
	gap: 40px;
}
footer figure.logo {
	max-width: 80px;
}
footer ul li {
	margin: 20px 0 0;	
}
footer ul li:first-of-type {
	margin: 0;	
}
footer ul li img {
	height: 20px;	
}
footer .copyright {
	max-width: 1000px;
	margin: 0 auto;
}
footer .flex_item_40 {
	position: relative;
}
footer .flex_item_40 .back_to_top {
	position: absolute;
	width: 70%;
	max-width: 140px;
	/*bottom: -12vw;*/
	right: 2vw;
}
footer .flex_item_40 .back_to_top .back_to_top_circle {
	height: auto;
	width: 100%;
	animation: rotate 15s linear infinite;
}
footer .flex_item_40 .back_to_top .back_to_top_arrow {
	height: auto;
	width: 30%;
	position: absolute;
	top: 45%;
	left: 50%;
	transform: translate(-50%, -50%);
}
#ar {
	width: 100%;
	max-width: 700px;
	margin: 0 auto;
	padding: 100px 0 0;
}
#ar .ar_link_btn {
	text-align: center;
	margin: 30px 0 0;
}
#ar .ar_link_btn a {
	width: 119px;
    display: inline;
    color: #5a5050;
    border-radius: 50px;
    border: 1px solid #5a5050;
    padding: 10px 30px;
    background: #ffffff;
}
#ar .ar_link_btn a:hover {
	color: #ffffff;
	border: 1px solid #ffffff;
	border-radius: 50px;
	position: relative;
	background-color: #5a5050;
	transition: 0.3s;/*マウスアウト時の反映を滑らかに*/	
}
#ar .ar_link_btn a:hover::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	border-radius: 50px;
	background-color: #5a5050;
	animation: bg_slide 0.4s;
}
.purchase_promotion {
	margin: 0 auto 100px;
}
.purchase_promotion .buy_link :hover {
	opacity: 0.8;
}
#scene .purchase_promotion {
	padding-bottom: 100px;
}

@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* ---------------------------- スクロールで表示 ---------------------------- */

/* 遅れて下から */
.fuwa_scroll_fadeUp_delay {
	opacity: 0;
	transform: translate(0,30);
	transition: translate all 3s;
}
.fuwa_scroll_fadeUp_delay.active {
	opacity: 1;
	animation-name: fadeUpAnimedelay;
	animation-duration: 1s;
}
@keyframes fadeUpAnimedelay{
  from {
    opacity: 0;
	transform: translateY(10px);
  }
  to {
    opacity: 1;
	transform: translateY(0px);
  }
}

@media (orientation: portrait) {

}


@media screen and (max-width: 1024px) {
	main .contents {
		gap: 20px;
	}
	#lineup .flex_right {
		max-width: 336.05px!important;
	}
	#lineup .choice-btn li img {
		width: 106px!important;
		height: 106px!important;
	}

}
@media screen and (max-width: 768px) {
	.inner {
		padding: 80px 0 50px;
	}
	.main_image hgroup {
		width: 60%;
	}
	#lineup .flex_right .choice-btn .slick-track {
		max-width: 204.64px!important;
	}
	#lineup .choice-btn li img {
		width: 63px!important;
		height: 63px!important;
	}
	.spec_chart {
		max-width: 520px;
	}
	.spec_chart .spec_name {
		padding: 15px 15px 15px 30px;
	}
	
	#point .point_number {
		width: 15%;
		position: sticky;
		top: 40%;
		max-width: 45px;
	}
	#point ul li .flex_box {
		display: block;
	}
	.flex_item_50 {
		width: 100%;
	}
	#point_video {
		width: 100%;
	}
	#how_to .slider-item {
		opacity: 1!important;
		transition: none;
	}
	#how_to .slider-item:nth-of-type(n+2) h3 {
		display: none;
	}
	#how_to ul li .flex_box {
		display: block;
		margin: 30px 0 0;
	}
	#how_to h4{
		width: 40%;
	}
	#how_to h4{
		margin: 20px 0;
	}
	#scene .flex_box {
		display: block;
	}
	#scene .buy_link .flex_box {
		display: flex;
	}
	#scene .flex_box .flex_item_60 {
		width: 100%;
	}
	#scene .flex_box .flex_item_40 {
		width: 100%;
	}
	#movie figure {
		margin: 30px auto;
	}
	#concept .flex_box {
		display: block;
	}
	#concept .flex_box div.flex_item_50 {
		margin: 20px auto;
	}


}

@media screen and (max-width: 480px) {
	header {
		width: 100vw;
	}
	.inner {
		padding: 50px 0;
	}
	#video-area {
		display: none;
	}
	#video-area_sp {
		display: block;
		position: fixed;
		z-index: -1;/*最背面に設定*/
		top: 0;
		right:0;
		left:0;
		bottom:0;
		overflow: hidden;
		width: 100vw;
	}

	.main_image hgroup {
		width: 90%;
	}
	main .contents {
		width: 100%;
		display: block;
		margin: 50px auto;
	}
	.gallery {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	} 
	#lineup .flex_right {
		display: block;
		width: 100%;
		max-width: 400px!important;
		margin: 20px auto;
	}
	#lineup .flex_right h4 {
		width: 50%;
	}
	#lineup .flex_right .choice-btn .slick-track {
		max-width: 100%!important;
	}
	#lineup .flex_right .choice-btn .slick-track {
		gap: 3px;
		justify-content: flex-start;
	}
	#lineup .flex_right .choice-btn .slick-track {
		margin: 0 auto 20px;
	}
	.spec_chart .spec_name {
		padding: 15px 0 15px 15px;
	}
	#point h4 {
		margin: 0 0 15px;
	}
	#how_to .inner {
		padding: 50px 0 25px;
	}
	#how_to .slick-prev:before, #how_to .slick-next:before {
		display: block;
	}
	#scene .inner {
		padding: 25px 0 50px;
	}
	#scene h4 {
		margin: 0 0 15px;
	}
	#scene .flex_box .flex_item_60 {
		margin: 20px auto;
	}
	#scene .flex_box .flex_item_40 {
		margin: 20px auto;
	}
	#movie figure {
		margin: 30px auto 0;
	}
	footer .flex_box {
		gap: 10px;
	}
	footer figure.logo {
		width: 15%;
	}
	footer ul.flex_item_25 {
		width: 35%;
	}
	#ar {
		width: 98%;
		padding: 70px 0 0;
	}
	.purchase_promotion {
		margin: 0 auto 50px;
	}
	#scene .purchase_promotion {
		padding-bottom: 50px;
	}
}
















