@charset "utf-8";

/* Helper */

.postSectionContents h2,
.postSectionContents h3{
	margin: 0;
	padding: 0;
}
.postSectionContents h3:after{
	content: none;
}

a{
	text-decoration: none;
}

img{
}

.sectionBox .contentsInner{
	margin: 0 auto;
}

.inner{
	padding: 0 30px;
}
@media screen and (max-width: 750px){
	.inner{
		padding: 0 4vw;
	}
}

.fixed_bnr{
	position: fixed;
    bottom: 30px;
    z-index: 1000;
    left: 50%;
    transform: translateX(-50%);
    width: fit-content;
}
@media screen and (max-width: 750px){
	.fixed_bnr{
		bottom: 4vw;
	}
}
@media screen and (max-width: 750px){
	.fixed_bnr{
		width: 100%;
		max-width: 92vw;
	}
}
.f_notosans {
	font-family: "Noto Sans JP", serif;
}
.f_notosans.t_small{
	font-size: 22px;
}

.f_oswald {
	font-family: "Oswald", serif;
}

.ttl_greengrad {
	font-family: "Oswald", serif;
	font-size: 98px !important;
	text-align: center;
	background: linear-gradient(0deg, #d6ff8a 0%, #eeffd0 50%, #d6ff8a 100%);
	color: transparent !important;
	/* -webkit-background-clip: text; */
	background-clip: text;
	/* -webkit-text-fill-color: transparent; */
	text-fill-color: transparent;
}

.ttl_bluegrad {
	font-family: "Oswald", serif;
	font-size: 98px !important;
	text-align: center;
	background: linear-gradient(0deg, #73BDFE 0%, #C7E5FF 50%, #73BDFE 100%);
	color: transparent !important;
	/* -webkit-background-clip: text; */
	background-clip: text;
	/* -webkit-text-fill-color: transparent; */
	text-fill-color: transparent;
}

.ttl_yellowgrad {
	font-family: "Oswald", serif;
	font-size: 98px !important;
	text-align: center;
	background: linear-gradient(0deg, #FEF600 0%, #FFFB8D 50%, #FEF600 100%);
	color: transparent !important;
	/* -webkit-background-clip: text; */
	background-clip: text;
	/* -webkit-text-fill-color: transparent; */
	text-fill-color: transparent;
}

.subttl {
	font-size: 38px;
	text-align: center;
	color: #fff !important;
	font-weight: bold;
}


.kv_fairways{
    padding: 20px 30px;
    background: #ffffff;
}
.kv_fairways img{
	max-width: 690px;
	width: 100%;
	margin: 0 auto;
}


/* Main */
.sectionBox {
	/* background: #22191A url('../images/bg_top.jpg') no-repeat center top !important; */
	background: #000 url('../images/bg_top.jpg') no-repeat center top !important;
}

.sectionBox .informationMainVisual,
.sectionBox .postBox {
	margin: 0;
}

.postSection {
	max-width: 750px;
	width: 100%;
	font-family: "Noto Sans JP", serif;
	line-height: 1.6;
}

@media screen and (max-width: 750px){
	img{
		width: 100%;
	}
	.f_notosans.t_small{
		font-size: 2.93vw;
	}
}


/* ------------------------------------------------------------------------ */

/*  .about_area

/* ------------------------------------------------------------------------ */

.about_area {
	padding: 95px 0 0;
	background-image: url('../images/bg_about.png');
	background-size: contain;
	background-repeat: repeat-y;
}
.about_area > h2 > img{
	margin-bottom: 50px;
}
.about_area > img{
	margin: 60px 0;
}
.about_area p{
	font-weight: 500;
	font-size: 28px;
}
.about_area p + p{
	margin-top: 35px;
}

@media screen and (max-width: 750px){
	.about_area {
		padding: 12.67vw 0 0;
	}
	.about_area > h2 > img{
		margin-bottom: 6.67vw;
	}
	.about_area > img{
		margin: 8vw 0;
	}
	.about_area p{
		font-size: 3.73vw;
	}
	.about_area p + p{
		margin-top: 4.67vw;
	}
}

/* ------------------------------------------------------------------------ */

/*  .product_area

/* ------------------------------------------------------------------------ */

.product_area{
	position: relative;
	padding-top: 20px;
}
.product_area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 100%;
	background: linear-gradient(to right, #0066cc, #cc0066);
}
.product_area .product01,
.product_area .product02{
	padding-bottom: 80px;
}
.product_area .product01{
	background-color: #001624;
}
.product_area .product02{
	background-color: #1f060a;
}
.product_area h2{
	font-size: 38px;
	font-weight: 700;
	color: #fff;
	text-align: center;
	background-color: #000;
	line-height: 160px;
}
.product_area table{
	width: 100%;
}
.product_area table thead tr th:first-child{
	width: calc(100% - (17.39% * 2));
}
.product_area table thead tr th:not(:first-child){
	width: 17.39%;  word-break: keep-all;
}
.product_area table thead tr th,
.product_area table tbody tr td{
	font-size: 28px;
	color: #fff;
	padding: 15px 20px;
}
.product_area .product01 table thead tr th{
	background-color: #00304d;
}
.product_area .product02 table thead tr th{
	background-color: #3d0e19;
}
.product_area table tbody tr td{
	background-color: #000000;
}
.product_area table thead tr th,
.product_area table tbody tr td:first-child{
	font-weight: 700;
}
.product_area table thead tr th,
.product_area table tbody tr td:not(:first-child){
	text-align: center;
}
.product_area .product01 table thead tr th,
.product_area .product01 table tbody tr td{
	border: 1px solid #85e7ff;
}
.product_area .product02 table thead tr th,
.product_area .product02 table tbody tr td{
	border: 1px solid #ffb8c8;
}
.product_area h3{
	position: relative;
	font-size: 46px;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	border: none;
	margin-top: 80px;
}
.product_area h3 span{
	position: relative;
	z-index: 1;
}
.product_area .product01 h3:after{
	content: '';
	position: absolute;
	width: 750px;
	height: 82px;
	background: none;
	background-image: url('../images/bg_product_01.png');
	background-size: cover;
	background-repeat: no-repeat;
	top: 0;
	left: -30px;
	z-index: 0;
}
.product_area .product02 h3:after{
	content: '';
	position: absolute;
	width: 750px;
	height: 82px;
	background: none;
	background-image: url('../images/bg_product_02.png');
	background-size: cover;
	background-repeat: no-repeat;
	top: 0;
	left: -30px;
	z-index: 0;
}
.product_area h3:after{
	content: none;
}
.product_area .inner p,
.product_area .inner ul{
	margin-top: 35px;
}
.product_area .inner p,
.product_area .inner ul li{
	font-size: 28px;
	color: #fff;
}
.product_area .inner ul li{
	letter-spacing: -0.001em;
}
.product_area .inner ul li:before{
	content: '・';
}

@media screen and (max-width: 750px){
	.product_area{
		padding-top: 2.67vw;
	}
	.product_area::before {
		height: 2.67vw;
	}
	.product_area .product01,
	.product_area .product02{
		padding-bottom: 10.67vw;
	}
	.product_area h2{
		font-size: 5.07vw;
		line-height: 21.33vw;
	}
	.product_area table thead tr th:not(:first-child){
		width: 23.188%;
	}
	.product_area table thead tr th,
	.product_area table tbody tr td{
		font-size: 3.73vw;
		padding: 3.33vw;
	}
	.product_area h3{
		font-size: 6.13vw;
		margin-top: 10.67vw;
	}
	.product_area .product01 h3:after,
	.product_area .product02 h3:after{
		width: 100vw;
		height: 10.93vw;
	}
	.product_area .inner p,
	.product_area .inner ul{
		margin-top: 4.67vw;
	}
	.product_area .inner p,
	.product_area .inner ul li{
		font-size: 3.73vw;
	}
}

/* ------------------------------------------------------------------------ */

/*  .result_area

/* ------------------------------------------------------------------------ */

.result_area{
	background-color: #e6e6e6;
	position: relative;
	padding: 20px 0 0;
}
.result_area::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 100%;
	background: linear-gradient(to right, #0066cc, #cc0066);
}
.result_area .result_link .inner{
	padding: 60px 30px 40px;
	text-align: center;
}
.result_area .result_link h2{
	font-size: 38px;
	font-weight: 700;
}
.result_area .result_link h2 span{
	display: block;
	width: fit-content;
	margin: 0 auto;
	background: linear-gradient(transparent 60%, #fff600 60%);
}
.result_area .result_link .result_link_btn{
	display: flex;
	gap: 22px;
	margin-top: 55px;
}
.result_area .result_link .result_link_btn a{
	display: block;
}
.result_area .result_wrap{
	padding: 30px 0 40px;
}
.result_area #Blue-1,
.result_area #Blue-2{
	background-color: #001624;
}
.result_area #Red-1,
.result_area #Red-2{
	background-color: #1f060a;
}
.result_area #Red-2{
	padding: 30px 0 80px;
}
.result_area .result_ttl{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: -10px;
	position: relative;
	z-index: 1;
}
.result_area .result_ttl h2{
	color: #000;
	font-size: 38px;
	font-weight: 700;
}
.result_area .result_ttl h2 span{
	display: block;
	font-size: 32px;
}
.result_area .result_detail{
	background-color: #cccccc;
	background-image:
	  linear-gradient(to right, #b9b9b9 1px, transparent 1px),
	  linear-gradient(to bottom, #b9b9b9 1px, transparent 1px);
	background-size: 20px 20px;
	padding: 25px 40px 40px;
}
.result_area .result_detail h3{
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin: 0;
	padding: 0;
}
.result_area table{
	border-collapse: separate;
	border-spacing: 5px;
	background-color: transparent;
	border-left: none;
	border-right: none;
	width: calc(100% + 10px);
	margin-left: -5px;
	margin-top: 10px;
}
.result_area table tr th,
.result_area table tr td{
	border: none;
	font-size: 26px;
	padding: 10px 20px;
}
.result_area table tr th{
	font-weight: 700;
	width: 38%;
	background-color: #333333;
	color: #fff;
}
.result_area table tr td{
	background-color: #fff;
}
.result_area table tr td .red{
	font-size: 34px;
	font-weight: 700;
	color: #cc0000;
}
.result_area .result_item{
	padding: 25px 0 40px;
}
.result_area .result_item + .result_item{
	margin-top: 10px;
}
.result_area .result_item.result01{
	border: 2px solid #4dbbff;
}
.result_area .result_item.result02{
	border: 2px solid #ff4d6a;
}
.result_area .result_item h3{
	font-size: 40px;
	font-feature-settings: "palt";
	font-weight: 700;
	color: #fff;
	text-align: center;
}
.result_area .result_item .result_item_inner{
	padding: 0 40px 30px;
}

@media screen and (max-width: 750px){
	.result_area{
		padding: 2.67vw 0 0;
	}
	.result_area::before{
		height: 2.67vw;
	}
	.result_area .result_link .inner{
		padding: 8vw 4vw 5.33vw;
	}
	.result_area .result_link h2{
		font-size: 5.07vw;
	}
	.result_area .result_link .result_link_btn{
		gap: 2.93vw;
		margin-top: 7.33vw;
	}
	.result_area .result_wrap{
		padding: 4vw 0 5.33vw;
	}
	.result_area #Red-2{
		padding: 4vw 0 10.67vw;
	}
	.result_area .result_ttl{
		margin-top: -1.33vw;
	}
	.result_area .result_ttl h2{
		font-size: 5.07vw;
	}
	.result_area .result_ttl h2 span{
		font-size: 4.27vw;
	}
	.result_area .result_ttl img{
		width: 45%;
	}
	.result_area .result_detail{
		background-size: 2.67vw 2.67vw;
		padding: 3.33vw 5.33vw;
	}
	.result_area .result_detail h3{
		font-size: 4vw;
	}
	.result_area table{
		border-spacing: 0.67vw;
		width: calc(100% + 1.33vw);
		margin-left: -0.67vw;
		margin-top: 1.33vw;
	}
	.result_area table tr th,
	.result_area table tr td{
		font-size: 3.47vw;
		padding: 1.33vw 2.67vw;
	}
	.result_area table tr th{
		width: 45%;
	}
	.result_area table tr td .red{
		font-size: 4.53vw;
	}
	.result_area .result_item{
		padding: 3.33vw 0 5.33vw;
	}
	.result_area .result_item + .result_item{
		margin-top: 1.33vw;
	}
	.result_area .result_item h3{
		font-size: 5.33vw;
	}
	.result_area .result_item .result_item_inner{
		padding: 0 5.33vw 4vw;
	}
}
/* ------------------------------------------------------------------------ */

/*  .zero

/* ------------------------------------------------------------------------ */

.zero{
	margin-bottom: 100px;
}
.zero .graphArea{
	background-color: #1a1a1a;
	padding-top: 30px;
	padding-bottom: 20px;
}
.zero .graphArea img{
	max-width: 690px;
	width: 100%;
	display: block;
	margin: 0 auto;
}
.zero .graphArea p{
	margin-top: 20px;
	font-size: 24px;
	color: #fff;
}
@media screen and (max-width: 750px){
	.zero{
		margin-bottom: 13.33vw;
	}
	.zero .graphArea{
		padding-top: 4vw;
		padding-bottom: 2.67vw;
	}
	.zero .graphArea img{
		max-width: 92vw;
	}
	.zero .graphArea p{
		margin-top: 2.67vw;
		font-size: 3.2vw;
	}
}

/* ------------------------------------------------------------------------ */

/*  .voice_area

/* ------------------------------------------------------------------------ */

.voice_area{
	position: relative;
	background-color: #1a1a1a;
	padding-bottom: 100px;
}
.voice_area:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 100%;
    background: linear-gradient(to right, #0066cc, #cc0066);
}
.voice_area h2 {
    font-size: 38px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    line-height: 160px;
}
.voice_area .voice_detail{
	border-bottom: 1px solid #808080;
	color: #fff;
	font-size: 24px;
	padding: 40px 30px 35px;
	box-sizing: border-box;
}
.voice_area .voice_detail .flexArea{
	display: flex;
	gap: 30px;
	margin-bottom: 25px;
}
.voice_area .voice_detail .flexArea .textArea p{
	text-align: left;
	font-size: 24px;
}
.voice_area .voice_detail .flexArea .textArea p.name span{
	display: inline-block;
	font-size: 34px;
	margin-right: 10px;
}
.voice_area .voice_detail .flexArea .textArea p.shaft span.color-blue{
	color: #99ecff;
}
.voice_area .voice_detail .flexArea .textArea p.shaft span.color-red{
	color: #ffb4dc;
}
@media screen and (max-width: 750px){
	.voice_area{
		padding-bottom: 13.33vw;
	}
	.voice_area:before{
		height: 2.67vw;
	}
	.voice_area h2 {
		font-size: 5.07vw;
		line-height: 21.33vw;
	}
	.voice_area .voice_detail{
		font-size: 3.2vw;
		padding: 5.33vw 4vw 4.67vw;
	}
	.voice_area .voice_detail .imgArea{
		width: 29.33vw;
	}
	.voice_area .voice_detail .flexArea{
		gap: 4vw;
		margin-bottom: 3.33vw;
	}
	.voice_area .voice_detail .flexArea .textArea p{
		font-size: 3.2vw;
	}
	.voice_area .voice_detail .flexArea .textArea p.name span{
		font-size: 4.53vw;
		margin-right: 1.33vw;
	}
}

/* ------------------------------------------------------------------------ */

/*  .maker_area

/* ------------------------------------------------------------------------ */

.maker_area{
	background-color: #fff;
	padding: 40px 0 20px;
}
.maker_area .maker_mountable{
	border: 1px solid #000;
	padding: 30px 39px;
	background-color: #fff;
	margin-bottom: 40px;
}
.maker_area .maker_mountable h2{
	font-size: 38px;
	font-weight: 700;
	color: #000;
	text-align: center;
}
.maker_area .maker_mountable .maker_logo{
	display: flex;
	flex-wrap: wrap;
	gap: 30px 50px;
	margin-top: 25px;
}
.maker_area .maker_mountable .maker_logo img{
	width: calc((100% - (50px * 2)) / 3);
}
.maker_area .maker_list{
	margin-top: 60px;
}
.maker_area .maker_list .maker_item{
	display: flex;
	gap: 40px;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #999999;
}
.maker_area .maker_list .maker_item:last-child{
	margin-bottom: 0;
}
.maker_area .maker_list .maker_item .maker_item_img{
	max-width: 260px;
	width: 100%;
}
.maker_area .maker_list .maker_item .maker_item_txt{
	position: relative;
	max-width: 390px;
	width: 100%;
}
.maker_area .maker_list .maker_item .maker_item_txt .maker_item_released{
	position: absolute;
	top: 13px;
	background-color: #B4005E;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px 10px;
}
.maker_area .maker_list .maker_item .maker_item_txt .maker_item_released p{
	font-size: 20px;
	font-weight: 700;
}
.maker_area .maker_list .maker_item .maker_item_txt .maker_item_logo{
	text-align: right;
	max-width: 130px;
	margin: 0 0 0 auto;
}
.maker_area .maker_list .maker_item .maker_item_txt .maker_item_logo img{
	width: 100%;
}
.maker_area .maker_list .maker_item .maker_item_txt .item_scheduled{
	font-size: 24px;
	font-weight: 700;
	color: #000;
	margin-top: 10px;
}
.maker_area .maker_list .maker_item .maker_item_txt h3{
	font-size: 34px;
	font-weight: 700;
	color: #000;
	margin-top: 10px;
}
.maker_area .maker_list .maker_item .maker_item_txt .item_scheduled + h3{
	line-height: 1;
	margin-top: 0;
	margin-bottom: 10px;
}
.maker_area .maker_list .maker_item .maker_item_txt .item_price{
	margin: 0;
	font-size: 24px;
	font-weight: 700;
	color: #000;
}
.maker_area .maker_list .maker_item .maker_item_txt .item_price .f_oswald{
	font-size: 54px;
	line-height: 1;
}
.maker_area .maker_list .maker_item .maker_item_txt .item_price .f_oswald .yen{
	font-size: 40px;
}
.maker_area .maker_list .maker_item .maker_item_txt .item_price .tax{
	font-size: 20px;
}
.maker_area .maker_list .maker_item .maker_item_txt .btnStyle01{
	background-color: #2c893a;
	border: solid 1px #2c893a;
	color: #fff;
	font-size: 24px;
	text-align: left;
	align-items: flex-start;
	padding: 0px 30px;
}
.maker_area .maker_list .maker_item .maker_item_txt .btnStyle01.released{
	background-color: #B4005E;
	border: solid 1px #B4005E;
	align-items: center;
	font-size: 27px;
}
.maker_area .maker_list .maker_item .maker_item_txt .btnStyle01:after{
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
}
.maker_area .maker_list .maker_item .maker_item_txt .btnStyle01.released:after{
	border: none !important;
}
.maker_area .maker_list .maker_item .maker_item_txt .btnStyle01:hover{
	color: #2c893a;
	background-color: #fff;
}
.maker_area .maker_list .maker_item .maker_item_txt .btnStyle01.released:hover{
	color: #fff;
	background-color: #B4005E;
}
.maker_area .maker_list .maker_item .maker_item_txt .btnStyle01:hover:before{
	opacity: 1;
}
.maker_area .maker_list .maker_item .maker_item_txt .btnStyle01:hover:after{
    border-top: 3px solid #2c893a;
    border-right: 3px solid #2c893a;
}
.maker_area .maker_list .maker_item .maker_item_txt .notice{
	margin: 15px 0 0 0;
}
.maker_area .maker_list .maker_item .maker_item_txt .notice li{
	font-size: 20px;
	line-height: 1.4;
	list-style: none;
	padding-left: 1em;
	text-indent: -1em;
}

@media screen and (max-width: 750px){
	.maker_area{
		padding: 5.33vw 0 2.67vw;
	}
	.maker_area .maker_mountable{
		padding: 4vw 5.2vw;
	margin-bottom: 5.33vw;
	}
	.maker_area .maker_mountable h2{
		font-size: 5.07vw;
	}
	.maker_area .maker_mountable .maker_logo{
		gap: 4vw 6.66vw;
		margin-top: 3.33vw;
	}
	.maker_area .maker_mountable .maker_logo img{
		width: calc((100% - (6.67vw * 2)) / 3);
	}
	.maker_area .maker_list{
		margin-top: 8vw;
	}
	.maker_area .maker_list .maker_item{
		gap: 5.33vw;
		margin-bottom: 5.33vw;
		padding-bottom: 5.33vw;
	}
	.maker_area .maker_list .maker_item .maker_item_img{
		max-width: 34.67vw;
	}
	.maker_area .maker_list .maker_item .maker_item_txt{
		max-width: 52vw;
	}
	.maker_area .maker_list .maker_item .maker_item_txt .maker_item_released{
		top: 1.73vw;
		padding: 0.67vw 1.33vw;
	}
	.maker_area .maker_list .maker_item .maker_item_txt .maker_item_released p{
		font-size: 2.67vw;
	}
	.maker_area .maker_list .maker_item .maker_item_txt .maker_item_logo{
		max-width: 17.33vw;
	}
	.maker_area .maker_list .maker_item .maker_item_txt .item_scheduled{
		font-size: 3.2vw;
		margin-top: 1.33vw;
	}
	.maker_area .maker_list .maker_item .maker_item_txt h3{
		font-size: 4.53vw;
		margin-top: 1.33vw;
	}
	.maker_area .maker_list .maker_item .maker_item_txt .item_scheduled + h3{
		margin-bottom: 1.33vw;
	}
	.maker_area .maker_list .maker_item .maker_item_txt .item_price{
		font-size: 3.2vw;
	}
	.maker_area .maker_list .maker_item .maker_item_txt .item_price .f_oswald{
		font-size: 7.2vw;
	}
	.maker_area .maker_list .maker_item .maker_item_txt .item_price .f_oswald .yen{
		font-size: 5.33vw;
	}
	.maker_area .maker_list .maker_item .maker_item_txt .item_price .tax{
		font-size: 2.67vw;
	}
	.maker_area .maker_list .maker_item .maker_item_txt .btnStyle01{
		font-size: 3.2vw;
		padding: 0 3vw 0 2vw;
		height: 13.33vw;
	}
	.maker_area .maker_list .maker_item .maker_item_txt .btnStyle01.released{
		font-size: 3.6vw;
	}
	.maker_area .maker_list .maker_item .maker_item_txt .btnStyle01:after{
		right: 1.6vw;
		width: 1.6vw;
		height: 1.6vw;
		margin: 0 1.33vw;
	}
	.maker_area .maker_list .maker_item .maker_item_txt .notice{
		margin: 2vw 0 0 0;
	}
	.maker_area .maker_list .maker_item .maker_item_txt .notice li{
		font-size: 2.67vw;
	}
}


/* ------------------------------------------------------------------------ */

/*  .campaign_area

/* ------------------------------------------------------------------------ */

.campaign_area{
	position: relative;
	padding-top: 20px;
}
.campaign_area::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	height: 20px;
	width: 100%;
	background: linear-gradient(to right, #0066cc, #cc0066);
}
.campaign_area h2{
	color: #fff;
	font-size: 38px;
	font-weight: 700;
	text-align: center;
	line-height: 160px;
}

@media screen and (max-width: 750px){
	.campaign_area{
		padding-top: 2.67vw;
	}
	.campaign_area::before {
		height: 2.67vw;
	}
	.campaign_area h2{
		font-size: 5.07vw;
		line-height: 21.33vw;
	}
}


.btnStyle01{
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    background-color: #28893A;
    border: solid 1px #28893A;
    color: #fff;
    font-size: 27px;
    font-weight: 700;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    margin-top: 15px;
    flex-direction: column;
    line-height: 1.2;
}
.btnStyle01:after{
    position: absolute;
    content: "";
    right: 20px;
    display: inline-block;
    width: 12px;
    height: 12px;
    margin: 0 10px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}
.btnStyle01:hover{
	color: #2c893a;
	background-color: #fff;
}
.btnStyle01:hover:before{
	opacity: 1;
}
.btnStyle01:hover:after{
    border-top: 3px solid #2c893a;
    border-right: 3px solid #2c893a;
}
@media screen and (max-width: 750px) {
	.btnStyle01 {
	  height: 13.33vw;
	  font-size: 3.6vw;
	  margin-top: 2vw;
	}
	.btnStyle01::after {
		right: 2.67vw;
		width: 1.6vw;
		height: 1.6vw;
		margin: 0 1.33vw;
	}
}

.fitter_area {
    width: calc(100% - 60px);
	margin: 100px auto 0;
	padding: 100px 0;
	border-top: 1px solid #323330;
	border-bottom: 1px solid #323330;
}
.fitter_area a.fitter_area_banner {
	display: block;
}
.fitter_area a + a {
	margin-top: 30px;
}
@media screen and (max-width: 750px){
	.fitter_area {
		width: calc(100% - 8vw);
		margin: 13.33vw auto 0;
		padding: 13.33vw 0;
	}
	.fitter_area a + a {
		margin-top: 4vw;
	}
}

a.totop {
	border: 2px solid #fff;
	display: block;
	width: 100%;
	max-width: 550px;
	margin: 30px auto;
	padding: 20px 0;
	text-align: center;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	position: relative;
	transition: 0.3s all ease;
}

a.totop::after {
	content: '▲';
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
}

a.totop:hover {
	background: #fff;
	color: #612a47;
}

/* ------------------------------------------------------------------------ */

/*  .youtube_area

/* ------------------------------------------------------------------------ */
.youtube_area{
	margin-top: 80px;
}
.youtube_area .iframe_wrap{
    position: relative;
    padding-bottom: 56.5%;
    height: 0;
    overflow: hidden;
}
.youtube_area .iframe_wrap iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.youtube_area .iframe_wrap:first-of-type{
	margin-top: 30px;
}
.youtube_area .iframe_wrap + .iframe_wrap{
	margin-top: 60px;
}
.youtube-text {
	margin-top: 30px;
}
.youtube-text p {
  font-size: 24px;
  word-break: break-all;
  color: #fff;
}

@media screen and (max-width: 750px){
	.youtube_area{
		margin-top: 10.67vw;
	}
	.youtube_area .iframe_wrap:first-of-type{
		margin-top: 4vw;
	}
	.youtube_area .iframe_wrap + .iframe_wrap{
		margin-top: 8vw;
	}
	.youtube-text {
		margin-top: 4vw;
	}
	.youtube-text p {
	  font-size: 3.2vw;
	}
}

/* ------------------------------------------------------------------------ */

/*  .magazine_area

/* ------------------------------------------------------------------------ */
.magazine_area{
	margin-top: 80px;
}
.magazine_area .magazine-sec + .magazine-sec{
	margin-top: 100px;
}
.magazine_area .inner .item_text{
	font-size: 24px;
	color: #fff;
}
.magazine_area .inner a:hover img{
	opacity: 1;
}
.magazine_area .inner a img{
	width: 100%;
}
.magazine_area .inner .btnStyle01{
	margin-top: 40px;
}

@media screen and (max-width: 750px){
	.magazine_area{
		margin-top: 10.67vw;
	}
	.magazine_area .magazine-sec + .magazine-sec{
		margin-top: 13.33vw;
	}
	.magazine_area .inner .item_text{
		font-size: 3.2vw;
	}
	.magazine_area .inner .btnStyle01{
		margin-top: 5.33vw;
	}
}