@charset "UTF-8";



.sec{
	background: #fff;
}
.sec-ttl02{
	font-size: 4rem;
	letter-spacing: .05em;
}

.fuchidori{
	color: rgba(255,255,255,0);
	-webkit-text-stroke: 1px #000;
}
@media all and (-ms-high-contrast: none){
	.fuchidori{
		color: rgba(255,255,255,1);
		text-shadow: 1px 1px 0 #000,-1px 1px 0 #000,1px -1px 0 #000,-1px -1px 0 #000;
	}
}

.moji{
	transform: rotate(90deg);
	position: absolute !important;
	right: 3rem;
	z-index: 99999;
	top: 0;
	transform-origin: right;
	top: 32.6rem;
	font-size: 1.2rem;
	color: #bbb;
	font-weight: 400;
	line-height: 1;
}
.moji:after{
	content: "";
	display: inline-block;
	width: 4em;
	height: .1rem;
	background: #bbb;
	vertical-align: bottom;
	margin-bottom: .5em;
}

#main-visual{
	position: relative;
}
#slide li{
	//height: 64rem;
	height: 72rem;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
#slide li:nth-of-type(1){
	background-image: url(../images/index-main-visual01.jpg);
}
#slide li:nth-of-type(2){
	//background-image: url(../images/index-main-visual05.jpg);
	background-image: url(../images/index-main-visual06.jpg);
	background-position: center bottom;
}
#slide li:nth-of-type(3){
	//background-image: url(../images/index-main-visual02.jpg);
	background-image: url(../images/index-main-visual05.jpg);
}
#slide li:nth-of-type(4){
	background-image: url(../images/index-main-visual04.jpg);
}
@media screen and (max-width: 768px){
	#slide li:nth-of-type(4){
		background-image: url(../images/sp-index-main-visual04.png);
	}
	#slide li:nth-of-type(2){
		background-image: url(../images/sp-index-main-visual06.jpg);
	}
}
#philosophy{
	text-align: center;
	font-size: 3.6rem;
	line-height: 2.25;
	font-style: italic;
	font-weight: 600;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	margin: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 64rem;
}
#philosophy span{
	background: linear-gradient(180deg, rgba(255,255,255,0),rgba(255,255,255,0) 70%, #e3ee31 70%, #e3ee31 100%);
}
.service-banners{
	display: flex;
	border-left: 1px solid #fff;
	margin-top: -4rem;
	justify-content: space-between;
	border-left: 1px solid #fff;
}
.service-banners li{
	width: 33.333%;
	border-right: 1px solid #fff;
}

.service-banners li a{
	display: block;
	position: relative;
	letter-spacing: .2em;
}
.service-banners li a .view-more{
	transition: .3s all ease;
}
.service-banners li a:hover .view-more{
	letter-spacing: .3em;
}
.service-banners a:before{
	content: "";
	display: block;
	width: 100%;
	height: 8rem;
	position: absolute;
	left: 0;
	top: 0;
}
.service-banners li:nth-of-type(1) a:before{
	background-image: url(../images/main-visual-bg01.png);
}
.service-banners li:nth-of-type(2) a:before{
	background-image: url(../images/main-visual-bg02.png);
}
.service-banners li:nth-of-type(3) a:before{
	background-image: url(../images/main-visual-bg03.png);
}

.service-banners .service-ttl{
	text-align: center;
	font-size: 4rem;
	line-height: 1;
	font-weight: 700;
	padding-top: 5.75rem;
	padding-bottom: .5rem;
	position: relative;
	z-index: 9;
}
.service-banners h2{
	font-weight: 400;
/*
	font-size: 1.4rem;
*/
	font-size: 1.1rem;
	text-align: center;
	letter-spacing: .5em;
	padding: .1em;
}
@media screen and (max-width: 768px){
	.service-banners h2{
		font-size: 1.0rem;
		padding: .2em 0 0;
	}
}
.service-banners .view-more{
	font-size: 1.6rem;
	text-align: center;
	height: auto;
}
#open-banner{
	display: block;
	//width: 35rem;
	width: 32rem;
	position: absolute;
	right: 2.5rem;
	//top: 43rem;
	//top: 48rem;
	top: 44rem;
}
#open-banner li{
	width: 100%;
	margin: 1.5rem 0;
}
#open-banner a{
	display: block;
	width: 100%;
}


/* +++++++++++++++++++++#page-heading++++++++++++++++++++++ */
#page-heading{
	background: #fafafa;
	padding: 12rem 0;
	margin: 8rem auto 0;
	position: relative;
	overflow: hidden;
}
#page-heading h1{
	text-align: center;
	line-height: 2.2;
	font-size: 2.4rem;
	position: relative;
	font-weight: 700;
	margin-bottom: 1em;
	z-index: 9;

}
.logo02{
	margin: auto;
	width: 12rem;
}
.sankaku{
	position: absolute;
	width: 0;
	height: 0;
}
.sankaku01{
	border-left: 30rem solid #e3ee31;
	border-bottom: 17rem solid transparent;
	left: 0;
	top: 0;
	z-index: 2;
}
.sankaku02{
	border-right: 60rem solid #ed609b;
	border-bottom: 34rem solid transparent;
	right: 0;
	top: 0;
}
.sankaku03{
	border-right: 60rem solid transparent;
	border-bottom: 34rem solid #ddd;
	left: 0;
	bottom: 0;
}
.sankaku04{
	border-left: 60rem solid transparent;
	border-bottom: 34rem solid #c3f4e3;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.eigo{
	text-align: right;
	font-size: 1.2rem;
	line-height: 2;
	position: absolute;
	right: 0;
	bottom: 0;
	padding: 0 4rem 4rem 0;
	z-index: 99;
}
.tobira{
	max-width: 80rem;
	margin: 10rem auto 0;
}

/* +++++++++++++++++++++#sec01++++++++++++++++++++++ */
#sec01{
	display: flex;
	flex-wrap: wrap;
}
#info-list{
/*
	width: calc(50% + 2rem);
*/
	display: flex;
/*
	padding-right: 2.5vw;
*/
}
#info-list li{
	width: calc(20% - 1.2rem);
/*
	width: 25%;
	padding-left: 1.5vw;
*/
}





#info-list li:not(:nth-of-type(5n)){
	margin-right: 1.5rem;
}
#info-list a{
	display: flex;
	flex-wrap: wrap;
}
#info-list figure{
	margin-bottom: 2rem;
	width: 100%;
	position: relative;
}
#info-list li.fixed-post figure:before{
	content: "";
	display: block;
	width: 2rem;
	height: 2rem;
	position: absolute;
	top: .5rem;
	right: .5rem;
	border-radius: 50%;
	background-color: rgba(35,35,35,.7);
	background-image: url(../images/fixed-post-icon01.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50% auto;
}

#info-list .post-data{
	display: flex;
	flex-wrap: wrap;
}
#info-list .info-ttl{
	margin-top: 1.5rem;
	line-height: 1.7;
	width: 100%;
}
time{
	font-weight: 700;
	display: flex;
	align-items: center;
	height: 2.4rem;
	margin-right: .5rem;
	font-size: 1.4rem;
}
#sec01 .txt{
	width: 50%;
	display: flex;
	align-items: flex-end;
	flex-direction: column;
	margin-right: -2rem;
}
#sec01 h2,
#sec01 .txt p{
	width: 55rem;
}
#sec01 .btn-area{
	width: 50%;
	display: flex;
	justify-content: flex-end;
}
#sec01 .btn{
	margin-left: 0;
/*
	margin-right: 26rem;
*/
}
#info-list .cat{
	display: flex;
	align-items: center;
	font-size: 1.1rem;
	font-weight: 500;
	border-radius: 1.2rem;
	height: 2.4rem;
	padding: 0 1rem;
	background: #e3ee31;
}



@media screen and (min-width: 769px){
	.post-head{
		display: flex;
		padding-bottom: 1.5rem;
		border-bottom: .1rem solid #dfdfdf;
		position: relative;
		padding-right: 1.5rem;
	}
	.post-head:after{
		content: "";
		display: block;
		width: 0;
		height: 0;
		position: absolute;
		right: 0;
		bottom: 0;
		border-right: 1rem solid #ed609b;
		border-top: 1rem solid transparent;
	}
}


/* +++++++++++++++++++++#sec02++++++++++++++++++++++ */
#sec02{
	position: relative;
	overflow: hidden;
	background-color: #fafafa;
	padding-bottom: 0;
	background-image: url(../images/index-moji.svg);
	background-repeat: no-repeat;
	background-position: center 30rem;
	background-size: 120% auto;
	background-attachment: fixed;
}
#sec02:after{
	content: "";
	display: block;
	width: 100%;
	height: 50rem;
	background: url(../images/index-sec02-bg.png) no-repeat;
	background-position: center top;
	background-size: 100% auto;
	margin-top: 10rem;
}
#sec02 .small{
	font-size: 80%;
}
/*
#sec02:before{
	content: "About";
	top: -.2em;
	left: -.1em;
}
#sec02:after{
	content: "Hikarie";
	top: -.2em;
	right: -.4em;
}
*/


#sec02 h2,
#sec02 h3,
#sec02 p,
#sec02 .btn{
	position: relative;
	z-index: 9;
}

.toggle{
	display: none;
}
.toggle-btn{
	font-family: "Bodoni Moda", 游明朝, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", serif;
/*
	display: flex;
*/
	display: inline-block;
	justify-content: center;
	align-items: center;
	height: 1.5em;
}
.toggle-btn a{
	display: flex;
	align-items: center;
	background: url(../images/toggle-arrow01.png) no-repeat;
	background-position: right center;
	background-size: auto 100%;
	padding-right: 4rem;
	height: 100%;
	color: #4ba3bb;
}
.toggle-btn a.opened{
	display: none;
}
@media screen and (max-width: 768px){
	.toggle-btn{
		display: flex;
		text-align: center;
		height: 2.2rem;
		margin-top: 1em;
	}
	.toggle-btn a{
		padding-right: 4rem;
	}
}

/* +++++++++++++++++++++#sec03++++++++++++++++++++++ */
#service-list{
	width: calc(100% - 5vw);
	margin: 9rem auto 0;
	border-left: .1rem solid #fff;
	display: flex;
	flex-wrap: wrap;
}
#service-list li{
	width: 33.333%;
	border-right: .1rem solid #fff;
	padding: 0 2.5vw 9rem;
	position: relative;
}
#service-list li:before{
	content: "";
	display: block;
	width: 100%;
	height: 16vw;
	position: absolute;
	left: 0;
	top: 0;
	background-size: 7px 7px;
	z-index: -1;
}
#service-list li:nth-of-type(1):before{
	background-image: repeating-linear-gradient(-45deg, #fce47e 0, #fce47e 1px, rgba(255,255,255,0) 1px, rgba(255,255,255,0) 5px);
}
#service-list li:nth-of-type(2):before{
	background-image: repeating-linear-gradient(-45deg, #d7e38c 0, #d7e38c 1px, rgba(255,255,255,0) 1px, rgba(255,255,255,0) 5px);
}
#service-list li:nth-of-type(3):before{
	background-image: repeating-linear-gradient(-45deg, #8fd1ed 0, #8fd1ed 1px, rgba(255,255,255,0) 1px, rgba(255,255,255,0) 5px);
}
#service-list .btn{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
#sec03 h5{
	font-size: 1.8rem;
	line-height: 2;
	letter-spacing: .05em;
	padding: 3rem 0 2rem;
}
#sec03 h4{
	font-size: 1.3rem;
	letter-spacing: 0;
	text-align: center;
	line-height: 1.5;
	transform: translateY(-2.4rem);
	padding-bottom: 1.6rem;
}
#sec03 h4 .en{
	font-size: 4.8rem;
	display: block;
	letter-spacing: .2em;
	padding-bottom: 1rem;
	line-height: 1;
}
#sec03 h4 .small{
	font-size: 77%;
}
#sec03 a{
	display: block;
}
#sec03 .bg-txt{
	font-size: 24.6vw;
	color: #fcfcfc;
}
#sec03 .bg-txt{
	top: 18%;
}
@media screen and (min-width: 769px){
	#sec03 figure{
		max-width: 60rem;
		margin: 0 auto 4rem;
	}
}


/* +++++++++++++++++++++#company-info++++++++++++++++++++++ */
#company-info{
	overflow: hidden;
}
#company-info>.inner{
	display: flex;
	flex-wrap: wrap;
/*
	justify-content: center;
*/
	justify-content: space-between;
	align-items: center;
}
#company-info figure{
/*
	width: 50%;
*/
	width: 48%;
}
#company-info .map{
/*
	width: 50%;
*/
	width: 48%;
}
#company-info .btn{
	margin: 4rem 0 0 4rem;
}
.company-data{
	margin: 4rem 4rem 0 0;
}

.company-data dl{
	line-height: 2;
	display: flex;
	flex-wrap: wrap;
}
.company-data dt:after{
	content: ":";
	padding: 0 .5em;
}
.company-data dd:not(:last-of-type){
	padding-right: 2em;
}
#company-info{
	padding-bottom: 20rem;
}
#company-info .bg-txt{
	bottom: 4rem;
	color: #eee;
	font-size: 21vw;
}

.media{
	padding-top: 0; 
	text-align: center; 
	display: flex; 
	flex-direction: column; 
	align-items: center;

	padding-bottom: 8rem;
}
.media h2{
	border-left: .5rem solid #4ba3bb;
	display: flex;
	padding-left: 1.5rem;
	padding: .2em 0 .2em 1.5rem;
	line-height: 1.5;
	margin-bottom: 3rem;
	text-align: left;
	font-size: 2rem;
	width: 97.5rem;
}
.media p{
	width: 450px;
	margin: 2rem auto 0;
	text-align: left;
	background: #a18e80;
	color: #fff;
	padding: .5rem .75rem;
}
.media a{
	display: block;
	width: 450px;
	height: auto;
	margin: 0 auto;
}
.media img{
	display: block;
	width: 100%;
	height: auto;
}
/* +++++++++++++++++++20241108雑誌画像追加+++++++++++++++++++++ */
.zasshi{
	margin: 0 auto;
/*
	width: 45rem;
*/
	width: 67.5rem;
}
/* +++++++++++++++++++動画追加+++++++++++++++++++++ */
#movie-area{
	margin: 6rem auto 0;
	width: 800px;
	height: 450px;
}
#movie-area video,
.app-douga video{
	display: block;
	width: 100%;
	height: 100%;
}
.app-douga{
	margin: 10rem auto 0;
/*
	width: 450px;
*/
	position: relative;
}
































.app-douga .sec-ttl01{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.app-douga .sec-ttl01 span.mincho{
	display: block;
    	font-size: 4rem;
	letter-spacing: .1em;
	padding-bottom: 1.5rem;
	background: transparent;
}
@media screen and (min-width: 769px){
	.app-douga .sec-ttl01{
		padding-bottom: 0;
	}
	#sec01{
		padding-top: 5rem;
	}
}















.app-douga .sec-ttl01 span.ja{
	background: #eee;
	padding: .4em .6em;
	border-radius: .2em;
	font-weight: 400;
}












.app-douga div.inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.app-douga .inner p{
	width: 450px;
	font-weight: 700;
	line-height: 2.25;
	font-size: 1.8rem;
}
.app-douga a{
	display: block;
	position: relative;
	height: 253.125px;
	width: 450px;
}
.douga-waku{
	position: relative;
}
.douga-waku:before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 9;
}



.app-douga p.en{
	font-size: 1.3rem;
	margin-bottom: 1.5rem;
	line-height: 1 !important;
}

/* +++++++++++++++++++responsive style+++++++++++++++++++++ */
@media screen and (max-width: 768px){
	#open-banner{
		display: block;
		width: 72%;
		//width: 66%;
		max-width: 70rem;
		//max-width: 64rem;
		right: 0;
		left: 0;
		position: absolute;
		margin: 0 auto;
		top: 23rem;
		//top: 15rem;
	}
	#open-banner li{
		margin-top: 1rem;
		margin-bottom: 1rem;
	}
	#open-banner li:nth-of-type(2){
		margin-left: auto;
		margin-right: auto;
		width: 95%;
	}
	#main-visual{
		margin-top: 5rem;
	}
	#slide{
		height: 32rem;
	}
	#slide li{
		height: 32rem;
	}
	#philosophy{
		font-size: 1.4rem;
		//font-size: 1.5rem;
		line-height: 2.5;
		height: 25rem;
		//height: 16rem;
		letter-spacing: 0;
		z-index: 999;
		padding: 0 !important;
	}
	#philosophy .danraku{
		margin: auto;
		background: linear-gradient(180deg, rgba(255,255,255,0),rgba(255,255,255,0) 60%, #e3ee31 60%, #e3ee31 100%);
	}
	

	#slide li:nth-of-type(3){
/*
		background-image: url(../images/sp-index-main-visual02.jpg);
		background-position: center bottom;

		background-size: 100% auto;
*/
		background-color: #bce7fb;
	}
/* +++++++++++++++++++++.service-banners++++++++++++++++++++++ */
	.service-banners{
		padding-left: 0;
		padding-right: 0;
		margin: 0;
	}
	.service-banners .service-ttl{
		font-size: 2.4rem;
		padding-top: 3rem;
		padding-bottom: 0;
		letter-spacing: .05em;
	}
	.service-banners a:before {
		height: 4.5rem;
		position: absolute;
	    	left: 0;
		top: 0;
	}
	.service-banners .view-more {
	    font-size: 1.3rem;
	}

/* +++++++++++++++++++++#page-heading++++++++++++++++++++++ */
	#page-heading{
		padding: 5rem 1.5rem;
/*
		margin-top: 3rem;
*/
		margin-top: 0;
	}
	#page-heading h1{
		line-height: 2.5;
		font-size: 1.5rem;
		padding: 1.5rem 0 .5rem;
		letter-spacing: 0;
		margin: 0;
	}
	#page-heading h1:before{
		width: 1.5rem;
		//display: none;
	}
	#page-heading h1:after{
		width: 1.5rem;
		//display: none;
	}
	#page-heading span:after{
	    height: 3.5rem;
	    background-size: 90% auto;
	    margin-top: 1.5rem;
	}
.logo02 {
    width: 6rem;
}


.sankaku01{
	border-left: 40vw solid #e3ee31;
	border-bottom: 34vw solid transparent;
	left: 0;
	top: 0;
	z-index: 2;
}
.sankaku02{
	border-right: 60vw solid #ed609b;
	border-bottom: 34vw solid transparent;
	right: 0;
	top: 0;
}
.sankaku03{
	border-right: 60vw solid transparent;
	border-bottom: 34vw solid #ddd;
	left: 0;
	bottom: 0;
}
.sankaku04{
	border-left: 60vw solid transparent;
	border-bottom: 34vw solid #c3f4e3;
	right: 0;
	bottom: 0;
	z-index: 2;
}
.eigo{
	font-size: 1rem;
	padding: 0 .5rem .5rem 0;
	line-height: 1.4;
	letter-spacing: 0;
}

.tobira{
	max-width: 80%;
	margin: 5rem auto 0;
}

/* +++++++++++++++++++++#sec01++++++++++++++++++++++ */
	#sec01{
		flex-direction: column;
		position: relative;
/*
		padding: 5rem 1.5rem 11.5rem;
*/
	}
	#info-list{
		width: 100%;
		flex-direction: column;
		padding: 2.5rem 0 0;
		border-bottom: .1rem solid #eee;
	}
	#info-list li{
		width: 100%;
		padding: 1.5rem 0;
		border-top: .1rem solid #eee;
		position: relative;
	}
	#info-list li:after{
		content: "";
		display: block;
		width: 0;
		height: 0;
		border-right: 1rem solid #ed609b;
		border-top: 1rem solid transparent;
		position: absolute;
		right: 0;
		bottom: 0;
	}

	#info-list li.fixed-post figure:before{
		width: 1.6rem;
		height: 1.6rem;
	}
	#info-list figure{
		margin-bottom: 0;
		width: 30%;
		//position: static;
	}
	#info-list .info-ttl{
		width: 100%;
		margin-top: 1rem;
	}
	time{
		margin: 0 .5rem 0 0;
		font-size: 1.1rem;
	}
	#info-list .cat{
		font-size: 1.1rem;
		border-radius: 1.2rem;
		padding: 0 .7rem;
	}
	.post-data{
		width: 70%;
		padding-left: 1rem;
	}
	#sec01 .txt{
		width: 100%;
		margin-right: 0;
	}
	#sec01 h2,
	#sec01 .txt p{
		width: 100%;
	}
	#sec01 .btn-area{
		width: 100%;
	}
	#sec01 .btn{
		margin-right: auto;
		margin-left: auto;
/*
		position: absolute;
		left: 0;
		right: 0;
		bottom: 5rem;
*/
	}
/* +++++++++++++++++++++#sec02++++++++++++++++++++++ */
	#sec02{
		background-size: 180% auto;
		
	}
	#sec02 h2,
	#sec02 h3{
		width: calc(100% - 3rem);
		margin-left: auto;
		margin-right: auto;
	}
	#sec02:after{
		height: 55.333vw;
		margin-top: 5rem;
	}


/* +++++++++++++++++++++#sec03++++++++++++++++++++++ */
	#sec03 figure{
		padding-bottom: 2rem;
	}
	#sec03{
		padding-bottom: 0;
	}
	#sec03>h2,
	#sec03>h3{
		width: calc(100% - 3rem);
		margin-left: auto;
		margin-right: auto;
	}
	#sec03 .sec-sub-ttl01{
		text-align: left;
	}
	#service-list{
		width: 100%;
		margin: 3rem auto 0;
		border-left: none;
		border-bottom: .1rem solid #fff;
		flex-direction: column;
	}
	#service-list li{
		width: 100%;
		border: none;
		padding: 2.5rem 3rem 5rem 3rem;
		text-align: left;
		border-bottom: .1rem solid #fff;
	}
	#service-list li:before{
		content: "";
		display: block;
		width: 20%;
		height: 100%;
	}
	#service-list .btn{
		position: static;
		bottom: auto;
		left: auto;
		right: auto;
		margin-top: 2.5rem;
	}
	#sec03 h5{
		font-size: 1.4rem;
		line-height: 1.8;
		padding: 1.5rem 0;
	}
	#sec03 h4{
		font-size: 1.4rem;
		text-align: left;
		transform: translateY(0);
		padding-bottom: 1.6rem;
		letter-spacing: 0;
	}
	#sec03 h4 .en{
		font-size: 2.8rem;
		padding-bottom: .5rem;
	}
	#sec03 .bg-txt{
		font-size: 80vw;
		top: 130vw;
		right: -25vw;
		letter-spacing: .25em;
		display: block;
		width: auto;
		transform: rotate(90deg);
		transform-origin: right top;
	}
	#sec03 h4 .dot{
		display: none;
	}

/* +++++++++++++++++++++#company-info++++++++++++++++++++++ */
	#company-info>.inner{
		padding: 0 1.5rem 0 18vw;
		flex-direction: column;
	}
	#company-info figure{
		width: 100%;
	}
	#company-info .map{
		width: 100%;
		margin: 3rem 0;
	}
	#company-info .btn{
		margin: 2rem auto 0;
	}
	.company-data{
		margin: 0;
	}

	.company-data dl{
		line-height: 1.8;
	}
	.company-data dt{
		width: 30%;
		padding-bottom: 1rem;
	}
	.company-data dd{
		width: 70%;
		padding-bottom: 1rem;
	}
	.company-data dt:after{
		content: ":";
		padding: 0 .5em;
	}
	.company-data dd:not(:last-of-type){
		padding-right: 0;
	}
	#company-info{
		padding-bottom: 5rem;
	}
	#company-info .bg-txt{
		display: block;
		top: 100vw;
		bottom: auto;
		font-size: 41vw;
		transform: rotate(90deg);
		left: -35vw;
		letter-spacing: .1em;
	}

	.narrow{
		font-size: 1.2rem;
		padding-left: 3rem;
		padding-right: 3rem;
	}
	.sec-ttl02{
		font-size: 2.6rem;
	}
	#sec02 h3{
		text-align: left;
		padding-left: 1.5rem;
		padding-right: 1.5rem;
	}
.ichidan{
	display: block;
}
#sec02 h2{
	text-align: left;
	margin-left: 1.5rem;
}
#sec02 h3 .ichidan:nth-of-type(2){
	padding-left: 1em;
}
#sec02 h3 .ichidan:nth-of-type(3){
	padding-left: 2em;
}
.moji {
    transform: rotate(90deg);
    position: absolute !important;
    right: 1.5rem;
    z-index: 99999;
    top: 0;
    transform-origin: right;
    top: 26.6rem;
    font-size: 1.0rem;
    color: #bbb;
    font-weight: 400;
}

	.media{
		padding-left: 1.5rem;
		padding-right: 1.5rem;
		text-align: left;
		padding-bottom: 4rem;
	}
	.media h2{
		border-left: .4rem solid #4ba3bb;
		padding: .2rem 0 .2rem .8rem;
		margin-bottom: 2rem;
		font-size: 1.3rem;
		letter-spacing: 0.025em;
		width: 100%;
	}
	.media p{
		width: 100%;
		max-width: 23rem;
		margin: 1rem auto 0;
		background: #a18e80;
		color: #fff;
		letter-spacing: 0;
		padding: .5rem .75rem;
		font-size: 1.1rem;
		line-height: 1.5;
	}
	.media a{
		width: 100%;
		max-width: 23rem;
	}

/* +++++++++++++++++++20241108雑誌画像追加+++++++++++++++++++++ */
	.zasshi{
		margin: 0 auto;
		width: 100%;
/*
		max-width: 23rem;
*/
		max-width: 32rem;
	}

/* +++++++++++++++++++動画追加+++++++++++++++++++++ */
	#movie-area{
		margin: 3rem auto;
		width: calc(100vw - 3rem);
		height: calc((100vw - 3rem) / 16 * 9);
	}






	.app-douga .sec-ttl01 span.mincho{
		font-size: 2.8rem;
	}
	.app-douga div.inner{
		display: block;
	}
	.app-douga .inner p{
		font-size: 1.4rem;
		margin-bottom: 2.5rem;
		width: 100%;
		letter-spacing: 0;
		line-height: 2;
	}
	.app-douga a{
		width: 100%;
		//height: calc((100vw - 3rem) / 16 * 9);
		margin: 0 auto;

		width: 100%;
		height: calc((100vw - 6rem) / 16 * 9);
	}








	.app-douga{
		margin: 0 auto;
		width: calc(100vw - 6rem);
/*
		margin: 5rem auto 2.5rem;

		margin: 0 auto;

		width: calc(100vw - 6rem);
		height: calc((100vw - 6rem) / 16 * 9);
*/

	}











	.app-douga p.en{
		font-size: 1rem;
		margin-bottom: 1rem;
		line-height: 1 !important;
	}


	main,
	.sec{
		overflow-y: hidden;
	}
}