@charset "UTF-8";
html body .text {
	color: #343d3d;
	font-weight: 600;
}

/*headerBlock*/
html body .headerBlock .innerWrap .menuListPC .menuList .headerAct {
	position: relative;
}

html body .headerBlock .innerWrap .menuListPC .menuList .headerAct a {
	padding: 5px 10px 7px;
}

html body .headerBlock .innerWrap .menuListPC .menuList .headerAct.comingSoon a {
	pointer-events: none;
}

html body .headerBlock .innerWrap .menuListPC .menuList .headerAct.comingSoon::after {
	content: url("../img/dlc/comingSoon.png");
	position: absolute;
	bottom: 10%;
	left: 50%;
	transform: translate(-50%);
	width: 200px;
	height: 44px;
}

html body .headerBlock .innerWrap .menuListSP .menu-btn:checked ~ .menu .headerAct {
	position: relative;
}

html body .headerBlock .innerWrap .menuListSP .menu-btn:checked ~ .menu .headerAct.comingSoon a {
	pointer-events: none;
}

html body .headerBlock .innerWrap .menuListSP .menu-btn:checked ~ .menu .headerAct.comingSoon::after {
	content: url("../img/dlc/comingSoon.png");
	position: absolute;
	bottom: 0;
	left: 0;
	transform: translateY(-50%);
	width: 200px;
	height: 44px;
}

/*mainBlock*/
html body .mainBlock {
	position: relative;
}

html body .mainBlock .flex {
	display: flex;
}

html body .mainBlock .flex .banner {
	width: 25%;
}

html body .mainBlock .flex .banner .img {
	display: flex;
	justify-content: center;
	width: 100%;
	height: 100vh;
	min-height: 50vw;
	overflow: hidden;
}

html body .mainBlock .flex .banner.comingSoon {
	pointer-events: none;
}

html body .mainBlock .logo {
	position: absolute;
	bottom: 80px;
	left: 50%;
	transform: translateX(-50%);
	width: 60%;
	height: auto;
}

html body .mainBlock .logo img {
	width: 100%;
	height: auto;
}

html body .newsBlock {
	position: relative;
	z-index: 1;
	width: 100%;
}

html body .newsBlock .innerWrap {
	padding: 40px 0 40px;
	position: relative;
	z-index: 500;
	width: 80%;
	max-width: 960px;
	display: block;
	margin: 0 auto;
}

html body .newsBlock .innerWrap .ttlh1 {
	margin-left: -36px;
	margin-top: -26px;
}

html body .newsBlock .innerWrap .ttlh1 img {
	pointer-events: none;
}

html body .newsBlock .innerWrap .flexWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: end;
}

html body .newsBlock .innerWrap .flexWrap .leftBox {
	width: 50%;
}

html body .newsBlock .innerWrap .flexWrap .rightBox {
	width: 50%;
	text-align: right;
	justify-content: end;
}

html body .newsBlock .innerWrap .flexWrap .rightBox .flexWrap {
	display: flex;
	flex-wrap: wrap;
}

html body .newsBlock .innerWrap .flexWrap .rightBox .flexWrap .leftBox {
	width: 49%;
	margin-left: 10px;
}

html body .newsBlock .innerWrap .flexWrap .rightBox .flexWrap .leftBox .aboutLink {
	display: block;
	transition: 1s;
}

html body .newsBlock .innerWrap .flexWrap .rightBox .flexWrap .leftBox .aboutLink img {
	width: 100%;
	height: auto;
	pointer-events: none;
	transition: 1s;
}

html body .newsBlock .innerWrap .flexWrap .rightBox .flexWrap .leftBox .aboutLink:hover img {
	opacity: 0.7;
}

html body .newsBlock .innerWrap .flexWrap .rightBox .flexWrap .rightBox {
	width: 45%;
}

html body .newsBlock .innerWrap .flexWrap .rightBox .flexWrap .rightBox .linkBanner {
	display: block;
	transition: 1s;
}

html body .newsBlock .innerWrap .flexWrap .rightBox .flexWrap .rightBox .linkBanner img {
	width: 100%;
	height: auto;
	pointer-events: none;
	transition: 1s;
}

html body .newsBlock .innerWrap .flexWrap .rightBox .flexWrap .rightBox .linkBanner:hover img {
	opacity: 0.7;
}

html body .newsBlock .innerWrap .flexWrap .rightBox .flexWrap .rightBox .linkBanner + .linkBanner {
	margin-top: 9px;
}

html body .newsBlock .innerWrap .newsBox {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
	margin-top: -5px;
}

html body .newsBlock .innerWrap .newsBox .newsUl {
	height: 170px;
	overflow-y: scroll;
	border-left: 3px solid #00d6ef;
	padding-left: 10px;
}

html body .newsBlock .innerWrap .newsBox .newsUl li {
	line-height: 2em;
	display: flex;
	margin-bottom: 10px;
}

html body .newsBlock .innerWrap .newsBox .newsUl li .date {
	width: 100px;
	display: block;
	color: #24a9c0;
	font-weight: bold;
}

html body .newsBlock .innerWrap .newsBox .newsUl li a {
	color: #00d6ef;
	border-bottom: 1px solid #00d6ef;
	padding: 0 2px;
	font-weight: bold;
	transition: 1s;
}

html body .newsBlock .innerWrap .newsBox .newsUl li a:hover {
	color: #ff00b1;
	border-color: #ff00b1;
}

html body .newsBlock .innerWrap .newsBox .newsUl li .text {
	display: inline-block;
	color: #24a9c0;
	margin-left: 25px;
	width: calc(100% - 160px);
	line-height: 1.5em;
}

html body .newsBlock .innerWrap .newsBox .newsUl li.new .text {
	position: relative;
	color: #24a9c0;
}

html body .newsBlock .innerWrap .newsBox .newsUl li.new .text::before {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -26px;
	top: 0px;
	content: '';
	display: inline-block;
	width: 32px;
	height: 20px;
	background-image: url("../img/top/newIcom@2x.webp");
	background-size: cover;
	vertical-align: middle;
}

				html body .newsBlock .innerWrap .newsBox .newsUl {
					scrollbar-width: thin; }
				html body .newsBlock .innerWrap .newsBox .newsUl::-webkit-scrollbar {
					width: 10px;
					margin-right: 4px;
					padding-right: 10px;
					margin-top: 4px;
					margin-bottom: 4px;
					height: 60%; }
				html body .newsBlock .innerWrap .newsBox .newsUl::-webkit-scrollbar-track {
					background: transparent;
					border-top-right-radius: 20px;
					border-bottom-right-radius: 20px; }
				html body .newsBlock .innerWrap .newsBox .newsUl::-webkit-scrollbar-thumb {
					background: #00d6ef;
					width: 10px;
					border-radius: 20px; }
				html body .newsBlock .innerWrap .newsBox .newsUl::-webkit-scrollbar {
					background: #fff;
					border-top-right-radius: 20px;
					border-bottom-right-radius: 20px;
					margin-right: 5px; }
		html body .newsBlock .bg_amihana {
			position: absolute;
			top: 250px;
			right: 50px; }
			html body .newsBlock .bg_amihana img {
				pointer-events: none; }
		html body .newsBlock .bg_hana {
			position: absolute;
			top: 0px;
			right: calc(50% + 610px); }
html body .newsBlock .bg_hana img {
	pointer-events: none;
}

/*actMainBlock*/
html body .actMainBlock {
	position: relative;
    z-index: 1;
    overflow-x: hidden;
    min-height: 1000px;
    background: url(../../assets/img/dlc/mio/mio.jpg?) top center / cover no-repeat;
}

html body .actMainBlock .area {
	position: relative;
	width: 100%;
	max-width: 900px;
	min-height: 1000px;
	height: auto;
	margin: 0 auto;
}

html body .actMainBlock .logo {
	position: absolute;
	top: 25%;
	left: -50px;
	width: 500px;
}

html body .actMainBlock .logo02 {
	position: absolute;
	bottom: 30%;
	left: 50%;
	width: 90%;
	transform: translateX(-50%);
}

html body .actMainBlock .logo_act {
	position: absolute;
	bottom: 19%;
	left: 50%;
	width: 90%;
	transform: translateX(-50%);
}

html body .actMainBlock .date {
	position: absolute;
	bottom: 11%;
	left: 50%;
	width: 95%;
	transform: translateX(-50%);
}

html body .actMainBlock img {
	width: 100%;
}

/*stotyBlock*/
html body .storyBlock {
	position: relative;
}

html body .storyBlock .innerWrap {
	padding: 80px 0 120px;
	max-width: 960px;
}

html body .storyBlock .innerWrap .ttlh2 {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 40px;
	padding: 20px 0;
	border-top: 3px solid #54c0c4;
	border-bottom: 3px solid #54c0c4;
	text-align: center;
}

html body .storyBlock .innerWrap .ttlh2 img {
	width: 100%;
	height: auto;
}

html body .storyBlock .innerWrap .ttlh3 {
	width: 250px;
	margin-bottom: 40px;
	text-align: left;
}

html body .storyBlock .innerWrap .ttlh3 img {
	width: 100%;
	height: auto;
}

html body .storyBlock .innerWrap .text {
	width: 100%;
	max-width: 800px;
	margin: 0 auto 30px;
}

html body .storyBlock .innerWrap .text img {
	width: 100%;
	height: auto;
}

html body .storyBlock .innerWrap .bgImg01 {
	position: absolute;
	bottom: 100px;
	left: -200px;
	width: 200px;
	height: 200px;
	background: url("../img/dlc/mio/story/story01.png");
	background-size: cover;
	background-repeat: no-repeat;
}

html body .storyBlock .innerWrap .bgImg02 {
	position: absolute;
	top: 200px;
	right: -100px;
	width: 200px;
	height: 200px;
	background: url("../img/dlc/mio/story/story02.png");
	background-size: cover;
	background-repeat: no-repeat;
}

/*boxBlock*/
html body .boxBlock .innerWrap {
	max-width: 960px;
	padding: 0 0 80px;
}

html body .boxBlock .innerWrap .ttlh2 {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 40px;
	padding: 20px 0;
	border-top: 3px solid #54c0c4;
	border-bottom: 3px solid #54c0c4;
	text-align: center;
}

html body .boxBlock .innerWrap .ttlh2 img {
	width: 100%;
	height: auto;
}

html body .boxBlock .innerWrap .goods .ttlh3 {
	background-color: #54c0c4;
	padding: 10px 20px;
}

html body .boxBlock .innerWrap .goods.reverse .ttlh3 {
	padding: 10px 20px 10px calc(50% + 20px);
}

html body .boxBlock .innerWrap .goods .flexWrap {
	display: flex;
	justify-content: space-between;
	flex-direction: row-reverse;
	margin-bottom: 20px;
}

html body .boxBlock .innerWrap .goods.reverse .flexWrap {
	flex-direction: row
}

html body .boxBlock .innerWrap .goods .flexWrap .rightBox {
	width: 50%;
	padding: 20px 20px 0;
}

html body .boxBlock .innerWrap .goods .flexWrap .rightBox li {
	font-weight: bold;
	color: #565656;
}

html body .boxBlock .innerWrap .goods .flexWrap .rightBox li:not(:first-child) {
	margin-top: 5px;
}

html body .boxBlock .innerWrap .goods .flexWrap .rightBox li.price {
	margin-top: 10px;
}

html body .boxBlock .innerWrap .goods .flexWrap .leftBox {
	width: 50%;
	margin: -30px 0 0 0;
	padding: 0 20px 0 0;
}

html body .boxBlock .innerWrap .goods.reverse .flexWrap .leftBox {
	padding: 0 0 0 20px;

}

html body .boxBlock .innerWrap .goods .flexWrap .leftBox.flexWrap {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
}

html body .boxBlock .innerWrap .goods .flexWrap .leftBox.flexWrap .leftBox {
	width: 49%;
	padding: 0;
	margin-top: 0;
}

html body .boxBlock .innerWrap .goods.reverse .flexWrap .leftBox.flexWrap .leftBox {
	width: 44%;
}

html body .boxBlock .innerWrap .goods .flexWrap .leftBox.flexWrap .leftBox img {
	width: 100%;
	height: auto;
}

html body .boxBlock .innerWrap .goods .flexWrap .leftBox.flexWrap .rightBox {
	width: 49.5%;
	margin-top: 0;
	padding: 0;
}

html body .boxBlock .innerWrap .goods .flexWrap .zoom {
	position: relative;
}

html body .boxBlock .innerWrap .goods .flexWrap .zoom:hover {
	cursor: zoom-in;
}

html body .boxBlock .innerWrap .goods .flexWrap .zoom::after {
	content: "";
	display: inline-block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 18px;
	height: 18px;
	background-image: url("../img/dlc/mio/zoom.png");
	background-size: cover;
}

html body .boxBlock .innerWrap .goods .flexWrap .zoom::before {
	content: "";
	display: inline-block;
	position: absolute;
	right: 2px;
	bottom: 2px;
	width: 35px;
	height: 35px;
	border-start-start-radius: 10px;
	background-color: #54c0c4;
}

html body .boxBlock .innerWrap .goods .flexWrap .leftBox.flexWrap .rightBox .img01 {
	margin-bottom: 15px;
}

html body .boxBlock .innerWrap .goods .flexWrap .leftBox.flexWrap .rightBox img {
	width: 100%;
	height: auto;
}

html body .boxBlock .innerWrap .goods .flexWrap .leftBox.flexWrap .rightBox.flexWrap {
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin: 0;
}

html body .boxBlock .innerWrap .goods.row .ttlh3 {
	background-color: #54c0c4;
	padding: 10px 20px 10px calc(50% + 20px) ;
}

html body .boxBlock .innerWrap .goods.row .flex {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
	flex-direction: row-reverse;
}

html body .boxBlock .innerWrap .goods.row .flex .imgBox .img {
	width: 40%;
}

html body .boxBlock .innerWrap .goods.row .flex .imgBox .imgBox2 {
	width: 59%;
}
/*--------*/

/*linkBlock*/
html body .linkBlock .innerWrap {
		max-width: 960px;
	padding: 0 0 80px;
}

html body .linkBlock .innerWrap .ttlh2 {
	width: 100%;
	max-width: 600px;
	margin: 0 auto 40px;
	padding: 20px 0;
	border-top: 3px solid #54c0c4;
	border-bottom: 3px solid #54c0c4;
	text-align: center;
}

html body .linkBlock .innerWrap .ttlh2 img {
	width: 100%;
	height: auto;
}

html body .linkBlock .innerWrap .text {
	color: #838383;
	font-weight: bold;
}

html body .linkBlock .innerWrap .flexWrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	margin: 0 auto;
}

html body .linkBlock .innerWrap .flexWrap .linkBtn {
    padding: 10px 30px;
    max-width: 280px;
    width: 100%;
    color: #fff;
    text-align: center;
    display: block;
    border-radius: 100px;
    margin: 30px auto;
    transition: 1s;
    background: #54c0c4;
    border: 1px solid #54c0c4;
    font-weight: bold;
    transition: 1s;
}

html body .linkBlock .innerWrap .flexWrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
}

html body .linkBlock .innerWrap .flexWrap::after {
	content: "";
	display: block;
	width: 32%;
}

html body .linkBlock .innerWrap .flexWrap .itemBox {
    width: 32%;
}

html body .linkBlock .innerWrap .flexWrap .itemBox .h4ttl {
	padding: 10px 0;
	color: #54c0c4;
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
}

html body .linkBlock .innerWrap .flexWrap .itemBox .original {
	display: block;
	position: relative;
}

html body .linkBlock .innerWrap .flexWrap .itemBox .original.zoom:hover {
	cursor: zoom-in;
}

html body .linkBlock .innerWrap .flexWrap .itemBox .original.zoom::after {
	content: "";
	display: inline-block;
	position: absolute;
	right: 10px;
	bottom: 10px;
	width: 20px;
	height: 20px;
	background-image: url("../img/dlc/mio/zoom.png");
	background-size: cover;
}

html body .linkBlock .innerWrap .flexWrap .itemBox .original.zoom::before {
	content: "";
	display: inline-block;
	position: absolute;
	right: 2px;
	bottom: 2px;
	width: 38px;
	height: 38px;
	border-start-start-radius: 10px;
	background-color: #54c0c4;
}

html body .linkBlock .innerWrap .flexWrap .itemBox .original img {
	display: block;
	width: 100%;
	height: auto;
	border: 2px solid #54c0c4;
	pointer-events: none;
}

@media screen and (max-width: 1400px) {
	html body .storyBlock .innerWrap {
		padding: 80px 0 200px;
	}

	html body .storyBlock .innerWrap .bgImg01 {
		bottom: 25px;
		left: 0;
		width: 150px;
		height: 150px;
	}

	html body .storyBlock .innerWrap .bgImg02 {
		top: 150px;
		right: 0px;
		width: 150px;
		height: 150px;
	}
}

@media screen and (max-width: 1200px) {
	html body .boxBlock .innerWrap .goods .flexWrap {
		display: block;
	}

	html body .boxBlock .innerWrap .goods .flexWrap .leftBox {
		width: 100%;
		max-width: 600px;
		margin: 20px auto 0;
	}

	html body .boxBlock .innerWrap .goods .flexWrap .rightBox {
		width: 100%;
		max-width: 600px;
		margin: 0 auto;
		padding: 20px 0;
	}

	html body .boxBlock .innerWrap .goods.reverse .ttlh3 {
		padding: 10px 20px;
	}
}

@media screen and (max-width: 960px) {
	html body .actMainBlock .logo {
		left: 20px;
		width: 400px;
	}

	html body .linkBlock .innerWrap .flexWrap::after {
		content: "";
		display: block;
		width: 49%;
	}

	html body .linkBlock .innerWrap .flexWrap .itemBox {
	    width: 49%;
	}
}

@media screen and (max-width: 768px) {
	html {
		width: 768px;
		overflow-x: hidden;
		font-size: 1.4em;
	}

	html body .mainBlock {
		padding-bottom: 20%;
	}

	html body .mainBlock .flex .banner .img {
		height: 800px;
	}

	html body .mainBlock .logo {
		bottom: 0;
		z-index: 1;
		width: 90%;
	}

	html body .mainBlock .bg {
		position: absolute;
		bottom: 15%;
		width: 100%;
		height: calc(20%);
		background: linear-gradient(transparent 0%, #FFF 50%);
	}

	      html body .newsBlock .innerWrap {
        width: 90%; }
        html body .newsBlock .innerWrap .flexWrap .leftBox {
          width: 100%; }
        html body .newsBlock .innerWrap .flexWrap .rightBox {
          width: 100%; }
          html body .newsBlock .innerWrap .flexWrap .rightBox .flexWrap {
            justify-content: center; }
            html body .newsBlock .innerWrap .flexWrap .rightBox .flexWrap .rightBox {
              display: flex;
              justify-content: space-between;
              width: 66.4%; }
              html body .newsBlock .innerWrap .flexWrap .rightBox .flexWrap .rightBox .linkBanner + .linkBanner {
                margin-top: 0;
                margin-left: 1%; }
            html body .newsBlock .innerWrap .flexWrap .rightBox .flexWrap .leftBox {
              width: 32.6%;
              margin-left: 0.8%; }
        html body .newsBlock .innerWrap .newsBox .newsUl {
          width: 100%;
          height: 160px;
          margin-left: 0; }
          html body .newsBlock .innerWrap .newsBox .newsUl li .date {
            width: 150px; }
          html body .newsBlock .innerWrap .newsBox .newsUl li .text {
            max-width: 450px; }
          html body .newsBlock .innerWrap .newsBox .newsUl li .text::after {
            bottom: 50%;
            transform: translateY(50%); }
        html body .newsBlock .innerWrap .newsBox .rightBanner {
          display: none;
          width: 102%;
          margin-right: -2%;
          margin-top: 30px; }
}