@charset "utf-8";
/* CSS Document */

/* セカンドページ共通
-----------------------------------------*/
body{
	color: #000;
}
a,
a *{
	color: #1f7ae0;
}

#mainvisual{
	display: none;
}

@media screen and (max-width:767px) {
#headermenu{
	height: auto !important;
}
}

#contents{
	background: #fff;
	color: #000;
	padding: 50px 40px 100px 40px;
}
#contents.knot{
	background-image: linear-gradient(0deg, #ffffff, #252525);
	background-size: 100% 800px;
	background-repeat: no-repeat;
}
#second_contents{
	max-width: 1280px;
	margin: 0 auto;
}
@media screen and (max-width:767px) {
#contents{
	padding: 30px 20px 50px 20px;
}
#contents.knot{
	background-size: 100% 600px;
}
}

/*----- ボタン -----*/
.btn_back{
	width: 260px;
    margin: 80px auto 0 auto;
}
.btn_back a{
    position: relative;
    display: block;
	line-height: 40px;
	text-align: center;
	border: solid 1px #000;
	color: #000;
	border-radius: 20px;
	padding: 0 70px 0 40px;
}
.btn_back a::after{
    display: block;
    content: '\f061';
    font: var(--fa-font-solid);
    color: rgb(245 71 8);
    position: absolute;
    top: 50%;
    right: 40px;
    transform: translateY(-50%);
	transition: all 0.2s;
}
.btn_back a:hover{
	opacity: 1;
	border-color: rgb(245 71 8);
}
.btn_back a:hover::after{
	right: 30px;
}
@media screen and (max-width:767px) {
.btn_back{
    margin-top: 40px;
}
}


/* Product
-----------------------------------------*/

/* ----- Grid ----- */
#grid_main h2{
	position: relative;
}
#grid_main h2 span{
	display: block;
	position: absolute;
	bottom: 40px;
	left: 40px;
	font-size: 3rem;
	color: #fff;
	font-weight: bold;
}
#grid_main p{
	padding: 100px;
	line-height: 1.8;
}
@media screen and (max-width:767px) {
#grid_main h2 span{
	bottom: 40px;
	left: 20px;
	font-size: 2.4rem;
}
#grid_main p{
	padding: 50px 0;
}
}

#grid_movie video{
	width: 100%;
	height: auto;
}

.second_text{
	padding: 100px;
}
.second_text h3,
.second_text h4{
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.8;
}
.second_text div p{
	line-height: 1.8;
}
.second_text div p:nth-child(n+2){
	margin-top: 15px;
}
@media screen and (min-width:768px) {
.second_text{
	display: flex;
	justify-content: space-between;
}
.second_text h3,
.second_text h4{
	width: 40%;
}
.second_text div{
	width: 50%;
}
}
@media screen and (max-width:767px) {
.second_text{
	padding: 50px 0;
}
.second_text h3,
.second_text h4{
	font-size: 2.2rem;
	margin-bottom: 20px;
}
}

#grid_features h3,
#grid_element h3,
#grid_item h3{
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.8;
}
#grid_element h3{
	margin-top: 100px;
}
@media screen and (max-width:767px) {
#grid_features h3,
#grid_element h3,
#grid_item h3{
	font-size: 2.2rem;
}
#grid_element h3{
	margin-top: 50px;
}
}

#grid_features li{
	background: rgba(0,0,0,.05);
	border-radius: 15px;
	margin-top: 20px;
	padding: 60px 80px;
}
#grid_features li dt{
	font-size: 2.2rem;
	line-height: 1.8;
	font-weight: bold;
}
#grid_features li dd{
	margin: 20px 0 40px 0;
	line-height: 1.8;
}
#grid_features li figure{
	text-align: center;
	margin-top: auto;
}
@media screen and (min-width:768px) {
#grid_features ol{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#grid_features li{
	width: calc(60% - 20px);
	border-radius: 15px;
	display: flex;
	flex-direction: column;
}
#grid_features li:nth-child(1),
#grid_features li:nth-child(4),
#grid_features li:nth-child(5),
#grid_features li:nth-child(8),
#grid_features li:nth-child(9),
#grid_features li:nth-child(12),
#grid_features li:nth-child(13){
	width: 40% !important;
}
}
@media screen and (max-width:767px) {
#grid_features li{
	padding: 30px 20px;
}
#grid_features li dt{
	font-size: 2rem;
}
#grid_features li dd{
	margin: 15px 0 0 0;
}
#grid_features li figure{
	margin-top: 30px;
}
}

#grid_element ul{
	border-top: solid 1px rgba(0,0,0,.4);
}
#grid_element li{
	border-bottom: solid 1px rgba(0,0,0,.4);
	padding: 60px 0;
}
#grid_element dt{
	font-size: 2.2rem;
	line-height: 1.8;
	font-weight: bold;
}
#grid_element dd{
	line-height: 1.8;
}
#grid_element li figure{
	margin-top: 60px;
}
#grid_element li figure img{
	width: 100%;
	border-radius: 15px;
}
@media screen and (min-width:768px) {
#grid_element dl{
	display: flex;
	justify-content: space-between;
}
#grid_element dt{
	width: 40%;
}
#grid_element dd{
	width: calc(60% - 20px);
}
}
@media screen and (max-width:767px) {
#grid_element li{
	padding: 30px 0;
}
#grid_element dt{
	font-size: 2rem;
}
#grid_element dd{
	margin-top: 10px;
}
#grid_element li figure{
	margin-top: 30px;
}
}

#grid_item{
	margin-top: 100px;
}
#grid_item h3 span{
	font-weight: bold;
}
@media screen and (max-width:767px) {
#grid_item{
	margin-top: 50px;
}
}


/* ----- Knot ----- */
#knot_title{
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	color: #fff;
	margin-bottom: 70px;
}
@media screen and (max-width:767px) {
#knot_title{
	font-size: 2.6rem;
	margin-bottom: 30px;
}
}

#knot_main{
	padding: 100px 150px;
}
#knot_main figure{
	max-width: 450px;
	margin: 0 auto;
	animation: fluffy 5s infinite;
}
@keyframes fluffy {
	0%, 100% {
		transform: translateY(0);
	}
	50% {
		transform: translateY(-20px);
	}
}
#knot_main dl{
	margin-top: 50px;
	text-align: center;
}
#knot_main dt{
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 20px;
}
#knot_main dd{
	line-height: 1.8;
}
#knot_main dd span{
	display: block;
	margin-top: 5px;
	opacity: .5;
}
@media screen and (max-width:767px) {
#knot_main{
	padding: 0 0 50px 0;
}
#knot_main dl{
	margin-top: 30px;
}
#knot_main dt{
	font-size: 2rem;
}
}

#knot_feature{
	padding: 100px;
}
#knot_meet dt{
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 20px;
}
#knot_meet dd{
	line-height: 1.8;
}
#knot_meet figure{
	position: relative;
}
#knot_meet figure img:first-child{
	position: absolute;
	top: 0;
	left: 100px;
}
#knot_meet figure img:last-child{
	position: relative;
	z-index: 10;
}
@media screen and (min-width:768px) {
#knot_meet{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
#knot_meet dl{
	width: calc(100% - 580px);
}
#knot_meet figure{
	width: 400px;
}
}
@media screen and (max-width:767px) {
#knot_feature{
	padding: 50px 0;
}
#knot_meet dt{
	font-size: 2.2rem;
}
#knot_meet figure{
	width: calc(100% - 100px);
	margin-top: 20px;
}
}

#knot_feature ul{
	margin-top: 60px;
}
#knot_feature li{
	background: #f3f3f3;
	border-radius: 10px;
	padding: 60px 40px;
}
#knot_feature li dt{
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 20px;
}
#knot_feature li dd{
	line-height: 1.8;
	margin-bottom: 40px;
}
#knot_feature li figure{
	text-align: center;
	margin-top: auto;
}
@media screen and (min-width:768px) {
#knot_feature ul{
	display: flex;
	justify-content: space-between;
}
#knot_feature li{
	width: calc((100% - 40px) / 2);
	display: flex;
	flex-direction: column;
}
#knot_feature li dt{
	text-align: center;
}
}
@media screen and (max-width:767px) {
#knot_feature ul{
	margin-top: 30px;
}
#knot_feature li{
	padding: 30px 20px;
}
#knot_feature li:nth-child(n+2){
	margin-top: 20px;
}
#knot_feature li dt{
	font-size: 2rem;
}
#knot_feature li dd{
	margin-bottom: 30px;
}
}

#knot_youtube{
	width: 100%;
	aspect-ratio: 16 / 9;
	position: relative;
}
#knot_youtube iframe{
	width: 100%;
	height: 100%;
}

#knot_function{
	padding: 100px;
}
#knot_function li:nth-child(n+2){
	margin-top: 40px;
}
#knot_function li figure img{
	border-radius: 10px;
}
#knot_function li dt{
	font-size: 2.2rem;
	font-weight: bold;
	line-height: 1.8;
	margin-bottom: 20px;
}
#knot_function li dd{
	line-height: 1.8;
}
@media screen and (min-width:768px) {
#knot_function li{
	display: flex;
	justify-content: space-between;
}
#knot_function li figure{
	width: 480px;
}
#knot_function li dl{
	width: calc(100% - 520px);
}
}
@media screen and (max-width:767px) {
#knot_function{
	padding: 50px 0;
}
#knot_function li dt{
	font-size: 2rem;
	margin: 20px 0 10px 0;
}
}

#knot_image{
	position: relative;
}
#knot_image figure{
	width: 100%;
	height: 100%;
}
#knot_image figure img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
@media screen and (min-width:768px) {
#knot_image{
	width: calc(100vw - 80px);
	margin: 0 calc(50% - (50vw - 40px));
	aspect-ratio: 4 / 3;
}
#knot_image figure img{
	border-radius: 10px;
}
}
@media screen and (max-width:767px) {
#knot_image{
	width: 100vw;
	margin: 0 calc(50% - 50vw);
	aspect-ratio: 3 / 4;
}
}

#knot_list{
	background: #E8E8E7;
	border-radius: 10px;
	position: relative;
}
#knot_list::before{
	content: '';
	display: block;
	background: url("../images/knot/knot_deg_25.svg") no-repeat;
	background-size: cover;
	position: absolute;
}
#knot_list h3,
#knot_media h3,
#knot_item h3{
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.8;
}
#knot_list > ul{
	margin-top: 20px;
	border-top: solid 1px rgba(0,0,0,.1);
}
#knot_list li{
	list-style: disc inside;
	line-height: 1.8;
}
#knot_list > ul > li{
	padding: 15px 0;
	border-bottom: solid 1px rgba(0,0,0,.1);
}
#knot_list li ul li{
	padding-top: 15px;
	margin-left: 2rem;
}
#knot_list li ul li:first-child span{
	color: green;
}
#knot_list li ul li:last-child span{
	color: blue;
}
@media screen and (min-width:768px) {
#knot_list{
	margin: 300px 100px 100px 100px;
	padding: 300px 40px 60px 40px;
}
#knot_list::before{
	width: 450px;
	height: 450px;
	top: -200px;
	left: calc(50% - 225px);
}
}
@media screen and (max-width:767px) {
#knot_list{
	margin: 150px 0 50px 0;
	padding: 130px 20px 30px 20px;
}
#knot_list::before{
	width: 200px;
	height: 200px;
	top: -100px;
	left: calc(50% - 100px);
}
#knot_list h3,
#knot_media h3,
#knot_item h3{
	font-size: 2.2rem;
}
}

#knot_media{
	text-align: center;
}
#knot_media p{
	margin: 40px 0;	
}
#knot_media ul{
	max-width: 760px;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}
@media screen and (min-width:768px) {
#knot_media li{
	width: 220px;
	margin-left: 50px;
}
#knot_media li:nth-child(3n+1){
	margin-left: 0;
}
#knot_media li:nth-child(n+4){
	margin-top: 20px;
}
}
@media screen and (max-width:767px) {
#knot_media p{
	margin: 20px 0 30px 0;	
}
#knot_media li{
	width: 180px;
	margin-left: 20px;
}
#knot_media li:nth-child(2n+1){
	margin-left: 0;
}
#knot_media li:nth-child(n+3){
	margin-top: 20px;
}
}

#knot_item{
	margin-top: 100px;
}
#knot_item h3 span{
	font-weight: bold;
}
@media screen and (max-width:767px) {
#knot_item{
	margin-top: 50px;
}
}


/* ----- Editor ----- */
#editor_title{
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
}
#editor_dl{
	background: #e8e8e8;
	padding: 15px 20px;
	border-radius: 10px;
	text-align: center;
	line-height: 1.8;
}
#editor_dl dt{
	font-weight: bold;
	margin-bottom: 5px;
}
#editor_dl dd a{
	text-decoration: underline;
}
@media screen and (max-width:767px) {
#editor_title{
	font-size: 2.6rem;
	margin-bottom: 30px;
}
}

.editor_frame{
	padding: 100px 150px;
}
@media screen and (max-width:767px) {
.editor_frame{
	padding: 50px 0;
}
}

#editor_main h3,
#editor_voice h3{
	font-size: 2.6rem;
	line-height: 1.8;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
}
#editor_main p{
	line-height: 1.8;
}
@media screen and (max-width:767px) {
#editor_main h3,
#editor_voice h3{
	font-size: 2.2rem;
	margin-bottom: 20px;
}
}

#editor_example{
	width: 100%;
	aspect-ratio: 16 / 9;
	position: relative;
}
#editor_example iframe{
	width: 100%;
	height: 100%;
	pointer-events: none;
	filter: blur(0.2px);
}
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255,255,255,.7);
	display: grid;
	place-items: center;
}
#btn_start{
	display: inline-block;
	background: #3b82f6;
	color: #fff;
	padding: 12px 20px;
	border-radius: 8px;
	cursor: pointer;
}
#btn_start:hover{
	background: #1f7ae0;
}

#editor_text h3,
#editor_option h3{
	font-size: 2.4rem;
	line-height: 1.8;
	font-weight: bold;
	margin-bottom: 20px;
}
#editor_text p,
#editor_option p{
	line-height: 1.8;
	margin-top: 15px;
}
@media screen and (max-width:767px) {
#editor_text h3,
#editor_option h3{
	font-size: 2rem;
	margin-bottom: 15px;
}
#editor_text p,
#editor_option p{
	margin-top: 10px;
}
}

#editor_option{
	padding: 100px 150px;
}
#editor_option h3{
	text-align: center;
}
#editor_option dl{
	text-align: center;
}
#editor_option dt{
	margin-top: 80px;
	font-size: 2rem;
	font-weight: bold;
}
#editor_option dd figure{
	margin-top: 30px;
}
#editor_option dd figure img{
	border-radius: 10px;
}
@media screen and (max-width:767px) {
#editor_option{
	padding: 50px 0;
}
#editor_option dl{
	text-align: left;
}
#editor_option dt{
	margin-top: 40px;
	font-size: 1.8rem;
}
#editor_option dd figure{
	margin-top: 20px;
}
}

#editor_voice{
	padding: 100px 0;
}

#editor_voice li{
	position: relative;
	padding-top: 6rem;
	line-height: 1.8;
}
#editor_voice li::before{
	display: block;
	content: '\f10d';
	font-family: 'Font Awesome 6 Free';
	font-size: 4rem;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
	opacity: .5;
}
#editor_voice li div{
	margin-top: 15px;
	display: flex;
	justify-content: space-between;
	font-size: 1.5rem;
}
#editor_voice li div span{
	width: 50%;
}
#editor_voice li div span:first-child{
	opacity: .6;
}
#editor_voice li div span:last-child{
	text-align: right;
}
@media screen and (min-width:768px) {
#editor_voice ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#editor_voice li{
	width: calc((100% - 100px) / 2);
}
#editor_voice li:nth-child(n+3){
	margin-top: 50px;
}
}
@media screen and (max-width:767px) {
#editor_voice{
	padding: 50px 0;
}
#editor_voice li:nth-child(n+2){
	margin-top: 30px;
}
}

#editor_support dt{
	font-size: 2.6rem;
	font-weight: bold;
	line-height: 1.8;
	text-align: center;
}
#editor_support dd{
	margin-top: 50px;
}
#editor_support dd li{
	width: 320px;
}
#editor_support dd li a{
	display: block;
	text-align: center;
	color: #000;
	font-weight: bold;
	border: solid 1px #000;
	line-height: 80px;
}
#editor_support dd li a:hover{
	background: #a5a5a5;
	border-color: #a5a5a5;
	color: #fff;
}
#editor_support dd li a:active{
	background: #000;
}
@media screen and (min-width:768px) {
#editor_support dd ul{
	display: flex;
	justify-content: center;
}
#editor_support dd li:first-child{
	margin-right: 40px;
}
}
@media screen and (max-width:767px) {
#editor_support dt{
	font-size: 2rem;
}
#editor_support dd{
	margin: 30px auto 0 auto;
	width: 320px;
}
#editor_support dd li:first-child{
	margin-bottom: 20px;
}
}

#editor_app{
	padding: 100px;
}
#editor_app dt{
	font-size: 2.2rem;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.8;
}
#editor_app dd{
	line-height: 1.8;
}
@media screen and (min-width:768px) {
#editor_app{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-direction: row-reverse;
}
#editor_app figure{
	width: 55%;
}
#editor_app dl{
	width: calc(45% - 60px);
}
}
@media screen and (max-width:767px) {
#editor_app{
	padding: 50px 0;
}
#editor_app dt{
	font-size: 1.8rem;
	margin-bottom: 15px;
}
#editor_app figure{
	margin-top: 20px;
}
}


/* ----- Item List ----- */

.item_list{
	margin-top: 30px;
}
.item_list li{
	background: rgb(250,250,250);
	padding: 40px 20px;
	border-radius: 10px;
}
.item_list dt{
	font-size: 2.6rem;
	font-weight: bold;
}
.item_list dt a{
	color: #000;
}
.item_list .number{
	opacity: .7;
	font-size: 1.4rem;
	margin-top: 10px;
}
.item_list .price_regular{
	margin-top: 10px;
}
.item_list .price_regular span{
	text-decoration: line-through;
}
.item_list .price_selling{
	font-weight: bold;
	color: rgb(245 71 8);
	margin-top: 0 !important;
}
.item_list .price_selling em{
	font-size: 2rem;
}
.item_list .exp{
	margin-top: 15px;
	line-height: 1.8;
}
.item_list p a{
	display: block;
	width: 100%;
	line-height: 50px;
	background: rgb(217,119,6);
	color: #fff;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
}
@media screen and (min-width:768px) {
.item_list{
	display: flex;
	flex-wrap: wrap;
}
.item_list li{
	width: calc((100% - 40px) / 3);
	margin-left: 20px;
	display: flex;
	flex-direction: column;
}
.item_list li:nth-child(3n+1){
	margin-left: 0;
}
.item_list li:nth-child(n+4){
	margin-top: 20px;
}
.item_list p{
	padding-top: 15px;
	margin-top: auto;
}
}
@media screen and (max-width:767px) {
.item_list li:nth-child(n+2){
	margin-top: 20px;
}
.item_list dt{
	font-size: 2.2rem;
}
.item_list .number{
	font-size: 1.3rem;
	margin-top: 5px;
}
.item_list .price{
	margin-top: 5px;
}
.item_list .exp{
	margin-top: 10px;
}
.item_list p{
	margin-top: 15px;
}
.item_list p a{
	line-height: 40px;
}
}


#campaign{
	margin: 100px;
}
#detail_campaign{
	margin: 0 100px 100px 100px; 
}
#campaign figure img,
#detail_campaign figure img{
	border-radius: 10px;
}
#campaign p,
#detail_campaign p{
	margin-top: 15px;
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
}
#campaign p span,
#detail_campaign p span{
	display: block;
	margin-top: 5px;
	font-size: 1.4rem;
	font-weight: normal;
}
@media screen and (max-width:767px) {
#campaign{
	margin: 40px 0;
}
#detail_campaign{
	margin: 0 0 60px 0;
}
}



/* ----- Item Detail ----- */

@media screen and (min-width:768px) {
#item_detail{
	display: flex;
	justify-content: space-between;
}
}
@media screen and (max-width:767px) {
}


#item_photo figure,
#item_photo li{
	aspect-ratio: 1/1;
	display: grid;
	place-items: center;
}
#item_photo ul{
	display: flex;
	margin-top: 20px;
}
#item_photo li{
	width: calc((100% - 30px) / 4);
	cursor: pointer;
	
}
#item_photo li:nth-child(n+2){
	margin-left: 10px;
}
#item_photo figure img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
#item_photo li:has(img.current){
	border: solid 2px #b2d186;
	border-radius: 10px;
}
#item_photo div{
	width: 100%;
	aspect-ratio: 4/5;
	margin-top: 40px;
}
#item_photo video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
@media screen and (min-width:768px) {
#item_photo{
	width: 580px;
}
}
@media screen and (max-width:767px) {
#item_photo div{
	display: none;
}
}


#item_text #item_title{
	font-size: 3.8rem;
	font-weight: bold;
	line-height: 1.8;
}
#item_text > ul > li{
	margin-top: 10px;
	line-height: 1.8;
}
#item_text #number{
	opacity: .7;
}
#item_text #price_regular{
	margin-top: 20px;
}
#item_text #price_regular span{
	text-decoration: line-through;
}
#item_text #price_selling{
	font-weight: bold;
	color: rgb(245 71 8);
	margin-top: 0 !important;
}
#item_text #price_selling em{
	font-size: 3rem;
}
#item_text #exp{
	margin-top: 20px;
}
@media screen and (min-width:768px) {
#item_text{
	width: calc(100% - 640px);
}
}
@media screen and (max-width:767px) {
#item_text{
	margin-top: 60px;
}
#item_text #item_title{
	font-size: 2.6rem;
}
#item_text > ul > li{
	margin-top: 5px;
}
#item_text #exp{
	margin-top: 10px;
}
}

#item_text #btn_cart,
#item_text .btn_cart{
	margin-top: 40px;
}
#item_text .btn_cart2{
	margin-top: 20px;
}
#item_text #btn_cart a,
#item_text .btn_cart a{
	display: block;
	width: 100%;
	line-height: 50px;
	background: rgb(217,119,6);
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	border-radius: 5px;
}
@media screen and (min-width:768px) {
}
@media screen and (max-width:767px) {
#item_text #btn_cart,
#item_text .btn_cart{
	margin-top: 30px;
}
}

#detail_box{
	margin-top: 100px;
	padding-top: 100px;
	border-top: solid 1px rgba(0,0,0,.4);
}
#detail_box p{
	line-height: 1.8;
}
#detail_box p:nth-child(n+3){
	margin-top: 15px;
}
#detail_box p span{
	display: block;
	text-indent: -1em;
	margin-left: 1em;
}
#detail_box > ul{
	margin-top: 40px;
}
#detail_box > ul > li:nth-child(n+2){
	margin-top: 30px;
}
#detail_box > ul li em{
	font-size: 2rem;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
}
#detail_box > ul li figure{
	margin-top: 20px;
}
#detail_box dl{
	margin-top: 40px;
	background: #f3f3f3;
	border-radius: 10px;
	padding: 40px;
}
#detail_box dt{
	font-size: 1.8rem;
	font-weight: bold;
}
#detail_box dd{
	margin-top: 20px;
}
#detail_box dd li{
	list-style: disc;
	margin-left: 2rem;
	line-height: 1.8;
}
#detail_box dd li:nth-child(n+2){
	margin-top: 5px;
}
@media screen and (min-width:768px) {
}
@media screen and (max-width:767px) {
#detail_box{
	margin-top: 50px;
	padding-top: 50px;
}
#detail_box p{
	margin-top: 30px;
}
#detail_box > ul{
	margin-top: 30px;
}
#detail_box > ul > li:nth-child(n+2){
	margin-top: 20px;
}
#detail_box > ul li em{
	font-size: 1.8rem;
	margin-bottom: 5px;
}
#detail_box > ul li figure{
	margin-top: 15px;
}
#detail_box dl{
	margin-top: 30px;
	padding: 20px;
}
}

@media screen and (min-width:768px) {
#movie_sp{
	display: none;
}
}
@media screen and (max-width:767px) {
#movie_sp{
	width: 100%;
	max-width: 580px;
	aspect-ratio: 4/5;
	margin: 0 auto;
}
#movie_sp video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 10px;
}
}

/* Download
-----------------------------------------*/
#dl_title{
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width:767px) {
#dl_title{
	font-size: 2.6rem;
	margin-bottom: 30px;
}
}

.dl_contents{
	margin-top: 80px;
}
.dl_contents h3{
	font-size: 2.6rem;
	line-height: 1.8;
	font-weight: bold;
}
.dl_contents .dl_txt{
	margin-top: 20px;
	line-height: 1.8;
}
.dl_contents table{
	margin-top: 30px;
	width: 100%;
	min-width: 768px;
}
.dl_contents th,
.dl_contents td{
	padding: 20px;
	border-bottom: solid 1px rgba(0,0,0,.3);
	text-align: center;
}
.dl_contents th:first-child,
.dl_contents td:first-child{
	text-align: left;
}
.dl_contents th{
	font-weight: bold;
}
.dl_contents th:nth-child(1){
	width: 30%;
}
.dl_contents th:nth-child(2){
	width: 20%;
}
.dl_contents th:nth-child(3){
	width: 20%;
}
.dl_contents th:nth-child(4){
	width: 15%;
}
.dl_contents th:nth-child(5){
	width: 15%;
}
.dl_contents td a i{
	color: #000;
	font-size: 2rem;
}
.dl_contents td span{
	position: relative;
	padding-left: 80px;
}
.dl_contents td span::before{
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.windows::before{
	content: url("../images/download/windows_icon.svg");
}
.linux::before{
	content: url("../images/download/linux_icon.svg");
}
.apple::before{
	content: url("../images/download/apple_icon.svg");
}
.cpu::before{
	content: url("../images/download/cpu.svg");
}
.dl_link{
	text-align: right;
	margin-top: 30px;
}
.dl_link a{
	color: #000;
}
@media screen and (max-width:767px) {
.dl_contents{
	margin-top: 50px;
}
.dl_contents h3{
	font-size: 2.2rem;
}
.table_scroll{
	overflow-x: scroll;
}
}




/* About / Terms / Privacy Policy
-----------------------------------------*/
#privacypolicy h2,
#terms h2,
#about h2{
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width:767px) {
#privacypolicy h2,
#terms h2,
#about h2{
	font-size: 2.6rem;
	margin-bottom: 30px;
}
}

#privacypolicy p,
#privacypolicy ol,
#terms ol,
#about p{
	max-width: 1080px;
	margin: 0 auto;
}
#privacypolicy p{
	margin-top: 80px;
	line-height: 1.8;
}
#about p{
	line-height: 1.8;
}
#terms ol,
#about p:nth-child(2){
	margin-top: 80px;
}
#about p:nth-child(n+3){
	margin-top: 40px;
}
#privacypolicy dt,
#terms dt{
	margin-top: 40px;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.8;
}
#terms li:firts-child dt{
	margin-top: 0;
}
#privacypolicy dd,
#terms dd{
	margin-top: 20px;
	line-height: 1.8;
}
#privacypolicy dd ul{
	margin-top: 10px;
}
#privacypolicy dd li{
	list-style: disc inside;
}
@media screen and (max-width:767px) {
#privacypolicy p,
#terms ol,
#about p:nth-child(2){
	margin-top: 50px;
}
#privacypolicy dt,
#terms dt{
	margin-top: 30px;
	font-size: 1.8rem;
}
#privacypolicy dt,
#terms dt,
#about p:nth-child(n+3){
	margin-top: 30px;
}
#privacypolicy dd,
#terms dd{
	margin-top: 10px;
}
#privacypolicy dd ul{
	margin-top: 5px;
}
}


/* Contact
-----------------------------------------*/
#contact h2{
	font-size: 3.2rem;
	font-weight: bold;
	text-align: center;
}
@media screen and (max-width:767px) {
#contact h2{
	font-size: 2.6rem;
	margin-bottom: 30px;
}
}

#contact_form{
	margin-top: 80px;
	border-top: solid 1px rgba(0,0,0,.3);
}
@media screen and (max-width:767px) {
#contact_form{
	margin-top: 50px;
}
}

#contact_form br{
	display: none;
}
#contact_form input[type="text"],
#contact_form input[type="email"],
#contact_form input[type="tel"],
#contact_form textarea{
    padding: 5px 10px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-appearance: none;
	max-width: 100%;
    width: 100%;
	border-radius: 0;
	border: 1px solid #ccc;
}
#contact_form input[name="tel[data][0]"],
#contact_form input[name="tel[data][1]"],
#contact_form input[name="tel[data][2]"]{
    width: auto !important;
}
.wpcf7-file{
	width: 100%;
}
@media screen and (max-width:767px) {
#contact_form input[type="text"],
#contact_form textarea{
    font-size: 16px;
}
#contact_form textarea{
    height: 200px;
}
}

#contact_form label > span:first-child{
	font-weight: bold;
	position: relative;
}
#contact_form label > span:first-child span.required::after{
	display: inline-block;
	content: '必須';
	position: absolute;
	font-size: 1.5rem;
    line-height: 24px;
    top: calc(50% - 12px);
    right: 40px;
    padding: 0 10px;
    background: rgb(245 71 8);
    color: #fff;
}
.wpcf7-not-valid-tip{
	margin-top: 5px;
	color: rgb(245 71 8) !important;
}
#contact_attention{
	margin-top: 40px;
	line-height: 1.8;
}
@media screen and (min-width:768px) {
#contact_form label{
	display: flex;
	align-items: center;
	padding: 20px;
	border-bottom: solid 1px rgba(0,0,0,.3);
}
#contact_form label > span:first-child{
    width: 320px;
}
#contact_form label > span:last-child{
    width: calc(100% - 320px);
}
}
@media screen and (max-width:767px) {
#contact_form label > span{
	display: block;
	width: 100%;
}
#contact_form label > span:first-child{
	padding: 20px 0 10px 0;
}
#contact_form label > span:last-child{
	padding-bottom: 20px;
	border-bottom: solid 1px rgba(0,0,0,.3);
}
#contact_form label > span:first-child span.required::after{
    right: 0;
}
#contact_form input[type="text"],
#contact_form textarea{
    font-size: 16px;
}
#contact_form textarea{
    height: 200px;
}
}

.wpcf7-response-output{
	border-color: rgb(245 71 8) !important;
	padding: 10px 20px !important;
	margin: 0 !important;
	text-align: center !important;
	color: rgb(245 71 8) !important;
}

#btn_form{
	margin: 60px auto 0 auto;
	width: 320px;
}
#btn_form input,
.wpcf7cp-cfm-submit-btn{
	display: block;
	width: 320px;
	line-height: 80px;
	border: solid 1px #000;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	color: #000;
	cursor: pointer;
	-webkit-transition: all .3s;
			transition: all .3s;
}
#btn_form input:hover,
.wpcf7cp-cfm-submit-btn:hover{
	opacity: 1;
	background: #a5a5a5;
	border-color: #a5a5a5;
	color: #fff;
}
#btn_form input:active,
.wpcf7cp-cfm-submit-btn:active{
	background: #000;
}

@media screen and (max-width:767px) {
#btn_form{
	margin: 40px auto 0 auto;
}
#btn_form input,
.wpcf7cp-cfm-submit-btn{
	line-height: 60px;
}
}

#contact table{
    width: 100%;
	border-top: solid 1px rgba(0,0,0,.3);
}
#contact th,
#contact td{
    vertical-align: middle;
    border-bottom: solid 1px rgba(0,0,0,.3);
	padding: 30px 20px;
}
#contact th p{
	white-space: nowrap;
	font-weight: bold;
}
@media screen and (min-width:768px) {
#contact th{
    width: 320px;
}
}
@media screen and (max-width:767px) {
#contact th,
#contact td{
    display: block;
    border-bottom: none;
}
#contact th{
    padding: 20px 0 5px 0;
}
#contact td{
    padding: 0 0 20px 0;
	border-bottom: solid 1px rgba(0,0,0,.3);
}
}

.wpcf7cp-btns{
	margin: 60px auto 0 auto;
}
.wpcf7cp-cfm-edit-btn{
	display: block;
	width: 320px;
	line-height: 80px;
	border: solid 1px #a5a5a5;
	background: #a5a5a5;
	text-align: center;
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	cursor: pointer;
	-webkit-transition: all .3s;
			transition: all .3s;
}
.wpcf7cp-cfm-edit-btn:hover{
	background: #fff;
	border-color: #000;
	color: #000;
}
@media screen and (min-width:768px) {
.wpcf7cp-btns{
	margin: 60px auto 0 auto !important;
	width: 680px;
	display: flex;
	justify-content: center;
}
.wpcf7cp-cfm-submit-btn{
	margin-left: 40px;
}
}
@media screen and (max-width:767px) {
.wpcf7cp-btns{
	margin: 40px auto 0 auto !important;
	width: 320px;
}
.wpcf7cp-cfm-edit-btn{
	line-height: 60px;
	font-size: 1.6rem;
}
}

.screen-reader-response,
.wpcf7cp-form-hide #contact_attention,
.wpcf7cp-form-hide #btn_form{
	display: none;
}

#thanks_txt{
	margin-top: 60px;
}
#thanks_txt dt{
    font-weight: bold;
    font-size: 2.2rem;
    margin-bottom: 20px;
}
@media screen and (min-width:768px) {
#thanks_txt{
	padding: 0 100px;
}
}
@media screen and (max-width:767px) {
#thanks_txt dt{
    font-size: 1.8rem;
    margin-bottom: 15px;
}
}
