@charset "UTF-8";
/* CSS Document */

@font-face {
  font-family: 'MOGBlock-Regular';
  src: url('../font/MOGBlock-Regular.otf') format('opentype');
}
.red {
	color: #ff0000;
	font-weight: bold;
}


@media screen and (max-width: 760px) {
	
	p {
		font-size: 3.2vw;
		line-height: 1.8;
		letter-spacing: 0.02em;
	}
	
	.slider_fade {
		position: relative;
	}

	.slider_fade > li {
		position: absolute;
		list-style: none;
		visibility: hidden;
		animation: anime_slider_fade 12s 0s infinite;
	}
	.slider_fade > li:nth-of-type(2) {
		animation-delay: 2s;
	}
	.slider_fade > li:nth-of-type(3) {
		animation-delay: 4s;
	}

	@keyframes anime_slider_fade {
		0% {
			visibility: visible;
			opacity: 0;
		}
		15% {
			opacity: 1;
		}
		33.3% {
			opacity: 1;
		}
		78.3% {
			opacity: 1;
		}
		100% {
			opacity: 0;
		}
	}
	
	.athread_top {
		width: 100%;
		height: 340vw;
		background-image: url(../images/kogao-athread/athread_sp_bg.png);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: 50% 25%;
		position: relative;
		margin-bottom: 20vw;
		padding-bottom: 70vw;
	}
	.athread_img_bg {
		width: 100%;
		height: 100vw;
		background-image: url(../images/kogao-athread/athread_top_img_bg_sp.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
		position: absolute;
		top: 0;
	}
	.athread_top_img_box {
		position: relative;
		height: 60vh;
	}
	.top_personal {
		position: absolute;
		left: 0;
		width: 75vw;
	}
	.athread_top_text {
		position: absolute;
		left: 10vw;
		top: 75vw;
		z-index: 2;
		width: 80vw;
	}
	.athread_top_right {
		position: absolute;
		right: 2%;
		top: 40%;
		width: 50%;
		z-index: 3;
		transform: translateY(-50%);
	}
	.athread_top_catch {
		font-size: 2.6vw;
		font-style: italic;
		letter-spacing: 0.6em;
		color: #6d6d6d;
		line-height: 2;
	}
	.h1_box {
		width: 100%;
		height: 27vw;
		background-image:url("../images/kogao-athread/athread_top_h1bg.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
		position: relative;
		text-align: center;
		padding: 2vw;
		margin: 3vw 0;
		line-height: 1;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}
	.athread_top_img_box:before {
		content: "";
		z-index: 11;
		width: 17vw;
		height: 100px;
		position: absolute;
		left: 70px;
		top: 290px;
		background-image: url(../images/kogao-athread/new_hukidashi.png);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: 50% 50%;
	}
	.h1_box h1 {
		color: #FFFFFF;
		font-size: 7vw;
		letter-spacing: 0.1em;
	}
	.h1_box .h1_box_text {
		text-align: center;
		color: #fff;
		font-size: 12px;
		letter-spacing: 0;
		margin-top: 1vw;
		font-family: 'MOGBlock-Regular';
		display: block;
	}
	.h1_box .h1_box_lead {
		color: #6d6d6d;
		font-size: 12px;
		font-weight: 100;
		margin-top: 0.5em;
		line-height: 1.5;
	}
	.athread_aclinic {
		width: 100%;
		height: 105vh;
		background-image: url(../images/kogao-athread/what_athread.png);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: right  bottom;
		position: absolute;
		text-align: center;
		margin: 0;
		top: 30vw;
		right: 0;
		padding: 0px;
	}
	.athread_aclinic_box {
		text-align: center;
		position: relative;
		width: 90%;
		left: auto;
		top: 50vh;
		margin: auto;
	}
	.aclinic_box_p1 {
		color: #a5a5a5;
		margin-bottom: 2vw;
		font-size: 12px;
		letter-spacing: 0.1em;
	}
	body.single .athread_aclinic_box h2 {
		font-size: 5vw;
		line-height: 1.4;
		letter-spacing: 0.6em;
		margin: 2vw 0;
	}
	.athread_clinic_p2 {
		line-height: 2.4;
		font-size: 3vw;
		margin-top: 101vw;
	}
	
	.athread_case {
		width: 100%;
		padding: 20vw 0 0;
	}
	
	.athread_case_box {
		width: 100%;
		background-image: url(../images/kogao-athread/athread_case_bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
		position: relative;
		text-align: center;
		height: 410vw;
	}
	.athread_case_title {
		width: 80%;
		height: 37vw;
		background-image: url(../images/kogao-athread/athread_title_bg.png);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: 50% 50%;
		position: relative;
		text-align: center;
		margin: -6vw auto -8vw;
    	top: -17vw;
	}
	.athread_case_title h2 {
		padding: 10vw 0;
		text-align: center;
		font-size: 3vw;
		color: #fff;
		letter-spacing: 0.2em;
		font-family: 'MOGBlock-Regular';
	}
	.athread_case_title h2 span {
		    font-size: 9vw;
		position: relative;
		top: -1vw;
	}
	.athread_ul_list {
		display: table;
		width: 100%;
		margin: auto;
	}
	.athread_ul_list li {
		width: 100%;
		position: relative;
		margin-bottom: 12vw;
	}
	.athread_ul_list li img {
		width: 100%;
    	position: relative;
	}
	.athread_ul_list li:after {
		content: "";
		width: 34vw;
		height: 30vw;
		right: 2vw;
		background-image: url(../images/kogao-athread/athread_logo.png);
		background-repeat: no-repeat;
		background-size: 34vw;
		background-position: 50% 90%;
		position: absolute;
		top: 38vw;
	}
	.athread_ul_list li .lisk {
		text-align: left;
		padding: 2vw 4vw;
		background-image: url(../images/kogao-athread/athread_lisk_sp.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 90%;
		position: relative;
		height: 30vw;
		top: 5vw;
		font-size: 2.4vw;
		line-height: 1.8;
		margin: auto;
	}
	.athread_ul_list li .lisk span {
		font-weight: bold;
	}
	
	.athread_case_box2 {
		width: 100%;
		height: 525vw;
		background: #f9f2fc;
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.athread_case_title2 {
		width: 90%;
		position: relative;
		text-align: center;
		margin: 0 auto;
		top: 18vw;
	}
	.athread_gal_ul {
		position: absolute;
		width: 100%;
		margin: auto;
		display: table;
		top: 0;
	}
	.athread_gal_ul li.gal01 {
		position: absolute;
		width: 35vw;
		top: 26vw;
		left: -5vw;
		z-index: 3;
	}
	.athread_gal_ul li.gal02 {
		width: 50vw;
		position: absolute;
		top: 60vw;
		left: 12vw;
	}
	.athread_gal_ul li.gal03 {
		width: 32vw;
		position: absolute;
		right: 0;
		top: -8vw;
	}
	.athread_case_box2_bg {
		width: 58%;
		height: 525vw;
		background-image: url(../images/kogao-athread/athread_case_bg02.jpg);
		background-repeat: no-repeat;
		background-position: bottom;
		position: absolute;
		text-align: center;
		margin: 0 auto;
	}
	.athread_ul_list2 {
		display: table;
		width: 100%;
		margin: 30vw auto;
	}
	.athread_ul_list2 li {
		width: 95%;
		height: 120vw;
		position: relative;
		margin-bottom: 20vw;
		z-index: 4;
		margin-left: 5%;
	}
	.athread_ul_list2 li:nth-of-type(2n) {
		margin-left: 0;
		margin-bottom: 5vw;
	}
	.athread_ul_list2 li img {
		width: 96vw;
		position: absolute;
		right: 0;
		bottom: 12vw;
	}
	.athread_ul_list2 li .lisk {
		text-align: left;
		padding: 3vw;
		background-image: url(../images/kogao-athread/athread_lisk_sp.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 95%;
		position: absolute;
		left: 0;
		bottom: -10vw;
		height: 30vw;
		font-size: 2.4vw;
		line-height: 1.8;
	}
	.athread_ul_list2 li .lisk span {
		font-weight: bold;
	}
	.athread_ul_list2 li:nth-of-type(2) img {
		left: 0;
		right: auto;
		bottom: 18vw;
	}
	.athread_ul_list2 li:nth-of-type(2) .lisk {
		left: 5vw;
    	bottom: -2vw;
	}
	.athread_ul_list2 li .case_text {
		width: 54%;
		position: absolute;
		top: 3vw;
		right: 3vw;
	}
	.athread_ul_list2 li .case_line {
		width: 38vw;
		left: 0;
		top: 8vw;
	}
	.athread_ul_list2 li:nth-of-type(2) .case_text {
		top: 0;
    	left: 5vw;
	}
	.athread_ul_list2 li:nth-of-type(3) .case_text {
		top: 8vw;
	}
	.athread_ul_list2 li:nth-of-type(2) .case_line {
		top: 6vw;
		left: auto;
		right: 2vw;
	}

	.athread_ul_list2 li .case_text img {
		width: 100%;
	}
	.what_h2_box {
		text-align: center;
		padding: 4vw 0 8vw;
		line-height: 2;
	}
	.what_h2_box p {
		color: #a5a5a5;
		font-size: 12px;
		font-family: 'MOGBlock-Regular';
		letter-spacing: 0.1em;
		margin-bottom: 2vw;
	}
	.what_h2_box h2 {
		font-size: 6vw;
		letter-spacing: 0.2em;
	}
	.what_boxes {
		width: 100%;
		position: relative;
		height: 120vw;
		z-index: 2;
	}
	.feature .what_boxes {
		width: 100%;
		position: relative;
		height: 100vw;
		z-index: 2;
	}
	.what_box01 {
		width: 70%;
		height: 89vw;
		background: #e4c5c8;
		position: absolute;
	}
	.feature .what_box01 {
		width: 90%;
		height: 80vw;
		background: #e4c5c8;
		position: absolute;
	}
	.what_box01_inner {
		width: 90vw;
		left: 5%;
		position: absolute;
		padding: 3vw 4vw;
	}
	.feature .what_box01_inner {
		width: 90vw;
		left: 0%;
		position: absolute;
		padding: 3vw 4vw;
	}
	.what_box01_inner h3 {
		background: #fff;
		text-align: center;
		font-size: 4vw;
		padding: 3vw 0;
		color: #da848c;
		font-weight: bold;
		letter-spacing: 0.01em;
		margin-bottom: 2vw;
		width: 50vw;
		margin: 5%;
	}
	.feature .what_box01_inner h3 {
		background: #fff;
		text-align: center;
		font-size: 4vw;
		padding: 3vw 0;
		color: #da848c;
		font-weight: bold;
		letter-spacing: 0.3em;
		margin-bottom: 2vw;
		width: 64vw;
		margin: 5% 10%;
	}
	.what_box01_inner p {
		font-size: 3.6vw;
		line-height: 2;
		margin-bottom: 4vw;
		top: 10vw;
	}
	.what_box01_inner p.astlisk {
		font-size: 12px;
		width: 30vw;
		line-height: 1.6;
	}
	.what_box02 {
		width: 60%;
		position: absolute;
		right: 0;
		top: 60vw;
	}
	.what_box02 img {
		width: 100%;
	}
	.what_box03 {
		text-align: left;
		padding: 0;
		background-image: url(../images/kogao-athread/athread_what_img02_sp.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 100%;
		position: absolute;
		left: 0;
		height: 73vw;
		font-size: 0.9vw;
		line-height: 1.8;
	}
	.what_box03:after {
		content: "";
		width: 20vw;
		height: 20vw;
		right: -17vw;
		left: auto;
		background-image: url(../images/kogao-athread/athread_logo.png);
		background-repeat: no-repeat;
		background-size: 20vw;
		background-position: 50% 90%;
		position: absolute;
		bottom: 10vw;
	}
	.what_boxes2 {
		width: 100%;
		position: relative;
		height: 280vw;
	}
	.what_box03_inner {
		width: 85%;
		position: relative;
		left: 5vw;
		top: -15vw;
		z-index: 5;
		line-height: 2;
		padding: 5vw;
		letter-spacing: 0.15em;
		background: rgba(255,255,255, 0.8);
	}
	.what_box03_inner p {
		font-size: 3.2vw;
	}
	.what_box04 {
		width: 82%;
		position: absolute;
		right: 7vw;
    	top: 80vw;
	}
	.what_box04 img {
		margin-top: 4vw;
		margin-bottom: 4vw;
	}
	.what_box04 p {
		font-size: 3.2vw;
		line-height: 2;
		padding: 0;
		letter-spacing: 0.2em;
	}
	.sp_what_box {
		width: 90%;
		position: absolute;
		bottom: 0;
		left: 5%;
	}
	.athread_instagram {
		width: 100%;
		background: #f5edea;
		margin: 30vw 0 0;
		padding: 0px 0 45vw;
	}
	body.single .athread_insta_title {
		width: 40vw;
		margin:  auto;
		text-align: center;
		display: block;
	}
	body.single .athread_insta_title img {
		margin-top: -20vw;
	}
	.athread_instagramer {
		width: 100%;
    	height: 600vw;
		margin: auto;
		position: relative;
	}
	.athread_instagramer .instagram_sub_title {
		width: 70%;
		position: relative;
		left: 50%;
		margin-left: -35%;
		top: 10vw;
		margin-bottom: 20vw;
	}
	.athread_instagramer .bxslider {
		width: 80%;
		margin: 0 10vw 5vw 5vw;
	}
	.athread_instagramer .bxslider2 {
		width: 80%;
		margin: 0 10vw 5vw 5vw;
	}
	.athread_instagramer .bxslider3 {
		width: 80%;
		margin: 0 10vw 5vw 5vw;
	}
	.athread_instagramer .bxslider4 {
		width: 80%;
		margin: 0 10vw 5vw 5vw;
	}
	.athread_instagramer .bx-wrapper .bx-viewport {
		background: none;
		    padding: 0 0 5vw;
	}
	.bx-wrapper img {
		width: 80%;
	}
	.gal {
		width: 80%;
	}
	.bx-wrapper .bxslider2 img {
		margin-left: 13vw;
	}
	.bx-wrapper .bxslider4 img {
		margin-left: 13vw;
	}
	#kogao-athread .bx-wrapper {
		margin: 0 auto 5vw;
	}
	.athread_instagramer .bx-controls {
		display: none;
	}
	
	.instagram_gal_text {
		font-size: 16.5px;
    	margin: 10px 0;
		letter-spacing: -1px;
		width: 90%;
	}
	.instagram_gal_tag {
		color: #ae8989;
		font-size: 11px;
		width: 90%;
	}
	.instagram_more {
		display: block;
		width: 40vw;
		margin: auto;
		position: relative;
		z-index: 1;
		top: 38vw;
	}

	.instagram_more img {
		margin-bottom: -20vw;
	}
	.athread_movie {
		width: 100%;
		height: 160vw;
		background-image: url(../images/kogao-athread/movie_bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top;
		position: relative;
		text-align: center;
		margin: 0 auto;
	}
	.athread_movie_box {
		width: 100%;
		position: relative;
		height: 145vw;
		top: 15vw;
		margin-bottom: 10vw;
	}
	.athread_movie_box:nth-of-type(2) {
		width: 100%;
		position: relative;
		height: 60vw;
		margin-left: 0;
		
	}
	.athread_movie_bg_line {
		background: #ddbee2;
		width: 75%;
    	height: 40vw;
		bottom: 0;
		position: absolute;
	}
	.athread_movie_box:nth-of-type(2) .athread_movie_bg_line {
		right: 0;
    	top: 115vw;
	}
	.video01 {
		width: 45vw;
		position: absolute;
		left: 3vw;
		top: 45vw;
	}
	.video02 {
		width: 44vw;
		position: absolute;
		left: 52vw;
		top: 60vw;
	}
	
	.athread_movie_box video {
		width: 100%;
	}
	.cercle {
		width: 16vw;
		position: relative;
		top: -9vw;
		left: 31vw;
		z-index: 3;
	}
	.video_cercle {
		width: 60vw;
		position: absolute;
		right: 3vw;
		top: 10vw;
	}
	.athread_movie_box:nth-of-type(2) .video_cercle {
		width: 60vw;
		position: absolute;
		left: 2vw;
		right: auto;
		top: -3vw;
	}
	.athread_point {
		width: 100%;
		background-image: url(../images/kogao-athread/feature_bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top;
		position: relative;
		text-align: center;
		margin: -20vw auto 0;
	}
	.athread_point_ul {
		padding: 55vw 0 0;
		width: 100%;
		margin: auto;
		display: table;
	}
	.athread_point_ul li {
		width: 100%;
		text-align: center;
		position: relative;
		margin: 0 0 25vw;
	}
	.athread_point_ul li .point {
		position: absolute;
		width: 30vw;
		left: 0;
		z-index: 2;
		top: -14vw;
	}
	.athread_point_ul li .point_img {
		width: 92%;
		right: 0;
		top: 30px;
		position: relative;
		margin-left: 8%;
	}
	.athread_point_ul li .point_img p {
		background: rgba(255,255,255,0.9);
		padding: 15px 20px;
		text-align: left;
		letter-spacing: 1px;
		line-height: 1.6;
		font-size: 4vw;
	}
	.feature {
		margin: 60px auto;
	}
	body.single h2.athread_kogao_title {
		display: block;
		width: 80%;
    	margin: 4vw auto 2vw;
	}
	.athread_price p {
		margin: 30px auto;
		text-align: center;
		font-size: 18px;
	}
	.athread_price_box {
		margin: 4vw auto;
		width: 100%;
	}
	.athread_price_box dl {
		display: table;
		width: 100%;
	}
	.athread_price_box dl dt {
		    width: 41%;
		float: left;
		background: #f2e1e1;
		font-size: 2.8vw;
		text-align: center;
		padding: 2vw 0;
		margin-bottom: 1vw;
		height: 15vw;
		align-items: center;
	}
	.athread_price_box dl dd {
		width: 59%;
		float: right;
		background: #c9969b;
		color: #fff;
		font-size: 4.8vw;
		padding: 2vw 0 2vw 4vw;
		text-align: center;
		margin-bottom: 1vw;
		height: 15vw;
		align-items: center;
		display: flex;
	}
	.athread_price_box dl.monitor_price {
		margin-bottom: 3vw;
	}
	.athread_price_box dl.monitor_price dt {
		background: #f4efdc;
		color: #ea3323;
	}
	.athread_price_box dl.monitor_price dd {
		background: #f6e1a7;
		color: #ea3323;
	}
	.athread_price_box dl dd span {
		font-size: 3.4vw;
		position: relative;
		top: 5px;
	}
	.athread_flow {
	    background: #f5f5f5;
		padding: 8vw 0;
		margin: 10vw auto 0;
	}
	.athread_flow_box {
		width: 100%;
		margin: 6vw auto;
	}
	.athread_flow_box ul {
		width: 100%;
	}
	.athread_flow_box ul li {
		display: table;
		width: 100%;
		margin-bottom: 7vw;
	}
	.athread_flow_box ul li:first-child {
		height: 600px;
	}
	.athread_flow_box ul li .flow_img {
		width: 100%;
	}
	.athread_flow_box ul li .flow_content {
		width: 100%;
		position: relative;
		top: 2vw;
	}
	.flow_reserve_link {
		text-align: center;
	}
	.athread_flow_box ul li .flow_numbers {
	    text-align: center;
    	position: relative;
	}
	.athread_flow_box ul li .flow_numbers .number {
		height: 14vw;
	}
	.athread_flow_box ul li .flow_numbers .number img {
		height: 100%;
	}
	.athread_flow_box ul li .flow_numbers h3 {
	    font-size: 6vw;
    	margin: 2vw 0;
		font-weight: bold;
		color: #efc0c0;
	}
	.flow_reserve_link .link_btn {
		display: flex;
		margin-bottom: 10px;
	}
	.flow_reserve_link .link_btn a {
		display: block;
		width: 48%;
		margin-right: 4%;
	}
	.flow_reserve_link .link_btn a:last-child {
		margin-right: 0;
	}
	.flow_reserve_link .line {
		width: 90%;
		margin: 20px auto;
	}

	#kogao-athread .athread_faq {
		padding: 10vw 0;
	}
	#kogao-athread .athread_faq dl {
		border-bottom: 2px solid #bf9091;
		padding: 2vw 0;
		line-height: 2;
	}
	#kogao-athread .athread_faq dl dt {
		padding: 2vw 2vw 2vw 14vw;
		position: relative;
	}
	#kogao-athread .athread_faq dl dt:before {
		position: absolute;
		content: "";
		background-image: url("../images/kogao-athread/q.png");
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 100%;
		width: 8vw;
    	height: 8vw;
		left: 2vw;
		top: 1vw;
	}
	#kogao-athread .athread_faq dl dd {
		padding: 2vw 2vw 2vw 14vw;
		background: #f3f3f3;
		position: relative;
		display: none;
	}
	#kogao-athread .athread_faq dl dd:before {
		position: absolute;
		content: "";
		background-image: url("../images/kogao-b/a.png");
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 100%;
		width: 8vw;
    	height: 8vw;
		left: 2vw;
		top: 1.6vw;
	}
	.athread_faq_box {
		width: 100%;
		margin: 7vw auto;
		font-size: 3.8vw;
		border-top: 2px solid #bf9091;
	}
	.detail_box {
		width: 100%;
    	margin: 70px auto;
		clear: both;
		-webkit-box-sizing: border-box;
		moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #fff;
		box-shadow:0px 1px 4px 3px rgba(0,0,0,0.06);
		border-radius: 6px;
		padding: 2vw;
	}
	.detail_box table {
		width: 100%;
	}
	.detail_box h4 {
		font-size: 6vw;
		font-weight: bold;
		margin: 4vw 0;
		text-align: center;
	}
	.detail_box table tr:nth-of-type(2n) {
		background-color: #f8f8f8;
	}
	.detail_box table th {
		width: 35%;
		font-size: 3.6vw;
		line-height: 1.6;
		font-weight: bold;
		padding: 2vw;
	}
	.detail_box table td {
		font-size: 4vw;
		line-height: 1.6;
		padding: 2vw;
	}
	.reserve_box {
		width: 90%;
		margin: 6vw auto;
		text-align: center;
	}
	.athread_reserve {
		padding: 6vw 0;
		width: 100%;
		background: #f5f5f5;
	}
	.oneday_bn {
		width: 80%;
		margin: 4vw auto 3vw;
	}
	.athread_monitor {
		padding: 3vw 0;
		width: 80%;
		margin: 0 auto;
	}
	.banner_contents {
		width: 80%;
		margin: 0 auto 40px;
		text-align: center;
		float: none;
	}
	.youtube-wrap{
		margin: 0 auto 50px;
		/* align-items: center; */
		width: 100%;
		/* background:#ffedf3; */
		padding:20px;
	}
.youtube-wrap .youtube-inner{
	text-align:center;
	
}
	.youtube-wrap iframe{
		margin:0 0 50px;
		width: 100% !important;
		height: 50vw !important;
	}
	
	.casemovie {
		display: table;
		width: 100%;
		margin: 0 auto;
	}
	.casemovie li {
		width: 44%;
		margin: 4% 4%;
		vertical-align: middle;
		float: left;
	}
	.casemovie li:last-child {
		margin: 4% 4% 4% 0;
	}
	.casemovie li.before_bg {
		background: #cccccc;
		color: #fff;
		height: auto;
		width: 100%;
		margin: 0
	}
	.casemovie li.after_bg {
		background: #d1c258;
		color: #fff;
		height: auto;
		width: 100%;
		margin: 0
	}
	.casemovie li.after_bg .red {
		color: #ff0000;
	}
	.casemovie li video {
		width: 100%;
	}
	.casemovie li .case_t {
		font-size: 5vw;
		text-align: center;
		height: auto;
		position: relative;
		top: 0;
		margin-top: 0;
		line-height: 1.4;
		letter-spacing: 0.1em;
		padding: 4vw 0;
	}
	.athread_kanau {
		content: "";
		background: #eec3ee url("../images/kogao-athread/athread_kanau_bg_sp.jpg");
		background-repeat: no-repeat;
		background-position: left top;
		background-size: 100%;
		width: 100%;
		height: auto;
		position: relative;
		top: 10vw;
		display: table;
		margin-bottom: 15vw;
	}
	.athread_kanau_title {
		position: relative;
		text-align: center;
		top: -10vw;
		width: 80%;
		left: 10%;
	}
	.athread_kanau_box {
		padding: 0 0 0;
	}
	.athread_kanau_box dl {
		clear: both;
		margin: 7vw auto;
		width: 90%;
		display: table;
	}
	.athread_kanau_box dl dt {
		width: 100%;
		margin-bottom: 5vw;
	}
	.athread_kanau_box dl dd {
		width: 100%;
		padding: 4vw 0 0;
	}
	.athread_kanau_box dl dd img {
		margin-bottom: 4vw;
	}
	.athread_kanau_box img.athread_kanau_insta {
		width: 80%;
		display: block;
		margin: 0 auto 10vw;
	}
	.athread_kanau_box dl dd p {
		font-size: 3.6vw;
    	line-height: 2.4;
	}
	.athread_kanau_box dl dd p span {
		font-size: 110%;
		font-weight: bold;
		text-decoration: underline;
	}
	.mini {
		font-size: 2vw;
		margin-top: -1px;
		display: block;
	}
	.athread_nav ul {
		margin-bottom: 10vw;
		display: flex;
		width: 100%;
		flex-flow: wrap;
	}
	.athread_nav li {
		text-align: left;
		height: 15vw;
		padding: 0 6% 0 1em;
		width: 50%;
		border-bottom: 1px solid #000000;
		border-right: 1px solid #000000;
		position: relative;
		margin-top: -1px;
		font-size: 3.5vw;
		line-height: 1.5;
		display: flex;
		align-items: center;
	}
	.athread_nav li:after {
		content: '';
		position: absolute;
		background-image: url(../images/common/under_arrow.png);
		background-repeat: no-repeat;
		right: 3vw;
		top: 50%;
		margin-top: -1vw;
		width: 3vw;
		height: 3vw;
		background-size: 100%;
		filter: saturate(0%) brightness(0);
	}
}


@media screen and (min-width: 761px) {
	
	p {
		font-size: 16px;
	}
	
	.slider_fade {
		position: relative;
	}

	.slider_fade > li {
		position: absolute;
		list-style: none;
		visibility: hidden;
		animation: anime_slider_fade 10s 0s infinite;
	}
	.slider_fade > li:nth-of-type(2) {
		animation-delay: 5s;
	}


	@keyframes anime_slider_fade {
		0% {
			visibility: visible;
			opacity: 0;
		}
		15% {
			opacity: 1;
		}
		63.3% {
			opacity: 1;
		}
		80.3% {
			opacity: 0;
		}
		100% {
			opacity: 0;
		}
	}
	
	.athread_top {
		width: 100%;
		height: 88vw;
		background-image:url("../images/kogao-athread/athread_top_bg.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
		position: relative;
		margin-bottom: 20vw;
    	padding-bottom: 70vw;
	}
	.athread_img_bg {
		width: 80%;
		height: 50vw;
		background-image:url("../images/kogao-athread/athread_top_img_bg.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
		position: absolute;
		top: 0;
	}
	.athread_top_img_box {
		position: relative;
	}
	.top_personal {
		position: absolute;
		left: 10vw;
		width: 42vw;
	}
	.athread_top_text {
		position: absolute;
		left: 5vw;
		top: 31vw;
		z-index: 2;
		width: 29vw;
	}
	.athread_top_right {
		position: absolute;
		left: 49vw;
		top: 7vw;
		width: 37vw;
	}
	.athread_top_catch {
		font-size: 2.6vw;
		font-style: italic;
		letter-spacing: 0.5em;
		color: #6d6d6d;
		line-height: 2;
		position: relative;
		left: 4vw;
		width: 30vw;
	}
	.h1_box {
		width: 100%;
		height: 18vw;
		background-image:url("../images/kogao-athread/athread_top_h1bg.png");
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
		position: relative;
		text-align: center;
		padding: 1vw;
		margin: 3vw 0;
	}
	.h1_box:before {
		content: "";
		width: 100px;
		height: 100px;
		position: absolute;
		left: -10px;
		top: -30px;
		background-image:url("../images/kogao-athread/new_hukidashi.png");
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: 50% 50%;
	}
	.h1_box h1 {
		color: #FFFFFF;
		font-size: 4vw;
		letter-spacing: 0.1em;
		line-height: 1.4;
	}
	.h1_box .h1_box_text {
		text-align: center;
		color: #fff;
		font-size: 2vw;
    	letter-spacing: 0.2em;
		margin-bottom: 0.5vw;
		font-family: 'MOGBlock-Regular';
		display:block;
	}
	.h1_box .h1_box_lead {
		color: #6d6d6d;
		letter-spacing: 0.5em;
		font-size: 1.3vw;
    	font-weight: 100;
		margin-top:1.5em;
	}
	.athread_aclinic {
		width: 100%;
		height: 50vw;
		background-image: url(../images/kogao-athread/what_athread.png);
		background-repeat: no-repeat;
		background-size: 55%;
		background-position: right bottom;
		position: absolute;
		text-align: center;
		margin: 0;
		bottom: -15vw;
		right: 0;
		padding: 0px;
	}
	.athread_aclinic_box {
		text-align: left;
		position: relative;
		width: 50%;
		left: 25%;
		top: 20%;
	}
	.aclinic_box_p1 {
		color: #a5a5a5;
		margin-bottom: 2vw;
		font-size: 11px;
		letter-spacing: 0.4em;
	}
	body.single .athread_aclinic_box h2 {
		font-size: 1.6vw;
		line-height: 1.2;
		letter-spacing: 0.6em;
		margin: 2vw 0;
	}
	.athread_clinic_p2 {
		line-height: 2.4;
		font-size: 0.9vw;
	}
	
	.athread_case {
		width: 100%;
		padding: 100px 0 0;
	}
	
	.athread_case_box {
		width: 100%;
		background-image: url(../images/kogao-athread/athread_case_bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 50% 50%;
		position: relative;
		text-align: center;
		height: 3100px;
	}
	.athread_case_title {
		width: 600px;
		height: 200px;
		background-image: url(../images/kogao-athread/athread_title_bg.png);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: 50% 50%;
		position: relative;
		text-align: center;
		margin: 0 auto;
		top: -140px;
	}
	.athread_case_title h2 {
		text-align: center;
		padding: 46px 0;
		text-align: center;
		font-size: 20px;
		color: #fff;
		letter-spacing: 0.2em;
		font-family: 'MOGBlock-Regular';
	}
	.athread_case_title h2 span {
		font-size: 50px;
		position: relative;
		top: -6px;
	}
	.athread_ul_list {
		display: table;
		width: 1200px;
		margin: auto;
	}
	.athread_ul_list li {
		width: 100%;
		position: relative;
		margin-bottom: 200px;
	}
	.athread_ul_list li img {
		width: 900px;
		position: relative;
		left: -100px;
	}
	.athread_ul_list li:after {
		content: "";
		width: 320px;
		height: 270px;
		right: -3%;
		background-image: url(../images/kogao-athread/athread_logo.png);
		background-repeat: no-repeat;
		background-size: 320px;
		background-position: 50% 90%;
		position: absolute;
    	top: 140px;
	}
	.athread_ul_list li .lisk {
		text-align: left;
		padding: 30px 20px 0px 33px;
		background-image: url(../images/kogao-athread/athread_lisk.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 858px;
		position: absolute;
		right: 0;
		height: 158px;
		bottom: -139px;
		font-size: 15px;
		line-height: 1.8;
	}
	.athread_ul_list li .lisk span {
		font-weight: bold;
	}
	.athread_ul_list li:nth-of-type(2n) img {
		left: auto;
		right: -100px;
	}
	.athread_ul_list li:nth-of-type(2n):after {
		content: "";
		width: 320px;
		height: 270px;
		right: auto;
		left: 0;
		background-image: url(../images/kogao-athread/athread_logo.png);
		background-repeat: no-repeat;
		background-size: 320px;
		background-position: 50% 90%;
		position: absolute;
    	top: 140px;
	}
	.athread_ul_list li:nth-of-type(2n) .lisk {
		text-align: left;
		padding: 30px 20px 0px 33px;
		background-image: url(../images/kogao-athread/athread_lisk.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 858px;
		position: absolute;
		right: auto;
		left: 0;
		height: 158px;
		bottom: -139px;
		font-size: 15px;
		line-height: 1.8;
	}
	.athread_case_box2 {
		width: 100%;
		height: 210vw;
		background: #f9f2fc;
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.athread_case_title2 {
		width: 1000px;
		position: relative;
		text-align: center;
		margin: 0 auto;
		top: -160px;
	}
	.athread_gal_ul {
		position: relative;
		width: 1000px;
		margin: auto;
		display: table;
	}
	.athread_gal_ul li.gal01 {
		position: absolute;
		width: 260px;
		top: -530px;
		left: -80px;
		z-index: 3;
	}
	.athread_gal_ul li.gal02 {
		width: 330px;
		position: absolute;
		top: -230px;
		left: 110px;
	}
	.athread_gal_ul li.gal03 {
		width: 250px;
		position: absolute;
		right: -100px;
		top: -480px;
	}
	.athread_case_box2_bg {
		width: 58%;
		height: 210vw;
		background-image: url(../images/kogao-athread/athread_case_bg02.jpg);
		background-repeat: no-repeat;
		background-size: 100%;
		background-position: top;
		position: absolute;
		text-align: center;
		margin: 0 auto;
	}
	.athread_ul_list2 {
		display: table;
		width: 100%;
		margin: auto;
	}
	.athread_ul_list2 li {
		width: 100%;
		height: 40vw;
		position: relative;
		margin-bottom: 20vw;
		z-index: 4;
	}
	.athread_ul_list2 li img {
		width: 65vw;
		position: absolute;
		right: 0;
	}
	.athread_ul_list2 li .lisk {
		text-align: left;
		padding: 2vw 2vw 0 2vw;
		background-image: url(../images/kogao-athread/athread_lisk.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 52vw;
		position: absolute;
		left: 7vw;
		bottom: -14vw;
		height: 11vw;
    	font-size: 0.9vw;
		line-height: 1.8;
	}
	.athread_ul_list2 li .lisk span {
		font-weight: bold;
	}
	.athread_ul_list2 li:nth-of-type(2) img {
		left: 0;
		right: auto;
	}
	.athread_ul_list2 li:nth-of-type(2) .lisk {
		text-align: left;
		padding: 2vw 2vw 0 2vw;
		background-image: url(../images/kogao-athread/athread_lisk.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 52vw;
		position: absolute;
		left: auto;
		right: 15vw;
		bottom: -18vw;
		height: 11vw;
    	font-size: 0.9vw;
		line-height: 1.8;
	}
	.athread_ul_list2 li .case_text {
		width: 27%;
		position: relative;
		top: 8vw;
		left: 14vw;
	}
	.athread_ul_list2 li .case_line {
		width: 25vw;
		left: 8vw;
		top: 25vw;
	}
	.athread_ul_list2 li:nth-of-type(2) .case_text {
		top: 13vw;
    	left: 62vw;
	}
	.athread_ul_list2 li:nth-of-type(3) .case_text {
		top: 15vw;
	}
	.athread_ul_list2 li:nth-of-type(2) .case_line {
		top: 27vw;
		left: auto;
		right: 9vw;
	}

	.athread_ul_list2 li .case_text img {
		width: 100%;
	}
	.what_h2_box {
		text-align: center;
		padding: 4vw 0;
	}
	.what_h2_box p {
		color: #a5a5a5;
		font-size: 0.9vw;
		font-family: 'MOGBlock-Regular';
		letter-spacing: 0.1em;
		margin-bottom: 2vw;
	}
	.what_h2_box h2 {
		font-size: 2.4vw;
		letter-spacing: 0.2em;
	}
	.what_boxes {
		width: 100%;
		position: relative;
		height: 50vw;
		z-index: 2;
	}
	.what_box01 {
		width: 55%;
		height: 30vw;
		background: #e4c5c8;
		position: absolute;
	}
	.what_box01_inner {
		width: 50%;
		left: 30%;
		position: absolute;
		padding: 3vw 4vw;
	}
	.what_box01_inner h3 {
		background: #fff;
		text-align: center;
		font-size: 1.6vw;
		padding: 1.4vw;
		color: #da848c;
		font-weight: bold;
		letter-spacing: 0.01em;
		margin-bottom: 2vw;
		
	}
	.what_box01_inner p {
		font-size: 1vw;
		line-height: 2;
		margin-bottom: 4vw;
		top: 10vw;
	}
	.what_box01_inner p.astlisk {
		font-size: 0.8vw;
	}
	.what_box02 {
		width: 55%;
		position: absolute;
		right: 0;
		top: 10vw;
	}
	.what_box02 img {
		width: 100%;
	}
	.what_box03 {
		text-align: left;
		padding: 2vw 2vw 0 2vw;
		background-image: url(../images/kogao-athread/athread_what_img02.png);
		background-repeat: no-repeat;
		background-size: 100%;
		width: 56%;
		position: absolute;
		left: 0;
		height: 73vw;
		font-size: 0.9vw;
		line-height: 1.8;
	}
	.what_box03:after {
		content: "";
		width: 20vw;
		height: 20vw;
		right: -17vw;
		left: auto;
		background-image: url(../images/kogao-athread/athread_logo.png);
		background-repeat: no-repeat;
		background-size: 20vw;
		background-position: 50% 90%;
		position: absolute;
		bottom: 10vw;
	}
	.what_boxes2 {
		width: 100%;
		position: relative;
		height: 80vw;
	}
	.what_box03_inner {
		width: 28vw;
		position: relative;
		left: 22vw;
		top: -12vw;
		line-height: 2;
		padding: 4vw 2vw;
		letter-spacing: 0.15em;
		background: rgba(255,255,255, 0.8);
	}
	.what_box03_inner p {
		font-size: 1vw;
	}
	.what_box04 {
		width: 41%;
		position: absolute;
		right: 2vw;
	}
	.what_box04 img {
		margin-top: 4vw;
	}
	.what_box04 p {
		font-size: 1vw;
		line-height: 2;
		padding: 0 2vw;
		letter-spacing: 0.2em;
	}
	.athread_instagram {
		width: 100%;
		background: #f5edea;
		margin: 200px 0 0;
	}
	body.single .athread_insta_title {
		width: 300px;
		margin:  auto;
		text-align: center;
		display: block;
	}
	body.single .athread_insta_title img {
		margin-top: -150px;
	}
	.athread_instagramer {
		width: 1200px;
		height: 1680px;
		margin: auto;
		position: relative;
	}
	.athread_instagramer .instagram_sub_title {
		width: 300px;
		position: absolute;
		left: 50%;
		margin-left: -150px;
		top: 80px;
	}
	.athread_instagramer .instagram_gal01 {
		width: 360px;
		position: absolute;
		top: -80px;
	}
	.athread_instagramer .instagram_gal02 {
		width: 360px;
		position: absolute;
		top: 280px;
		left: 430px;
	}
	.athread_instagramer .instagram_gal03 {
		width: 360px;
		position: absolute;
		top: -80px;
		left: 860px;
	}
	.athread_instagramer .instagram_gal04 {
		width: 360px;
		position: absolute;
		top: 550px;
	}
	.athread_instagramer .instagram_gal05 {
		width: 360px;
		position: absolute;
		top: 880px;
		left: 430px;
	}
	.athread_instagramer .instagram_gal06 {
		width: 360px;
		position: absolute;
		top: 550px;
		left: 860px;
	}
	.athread_instagramer .instagram_gal07 {
		width: 360px;
		position: absolute;
		top: 1150px;
	}
	.athread_instagramer .instagram_gal08 {
		width: 360px;
		position: absolute;
		top: 1150px;
		left: 860px;
	}
	.instagram_gal_text {
		font-size: 16.5px;
    	margin: 10px 0;
		letter-spacing: -1px;
	}
	.instagram_gal_tag {
		color: #ae8989;
		font-size: 11px;
	}
	.instagram_more {
		display: block;
		width: 300px;
		margin: auto;
		position: relative;
		z-index: 1;
	}
	.instagram_more img {
		margin-bottom: -150px;
	}
	.athread_movie {
		width: 100%;
		height: 1160px;
		background-image: url(../images/kogao-athread/movie_bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top;
		position: relative;
		text-align: center;
		margin: 0 auto;
	}
	/*.athread_movie_box {
		width: 84%;
		position: relative;
		height: 60vw;
	}
	.athread_movie_box:nth-of-type(2) {
		width: 84%;
		position: relative;
		height: 60vw;
		margin-left:  16vw;
	}*/
	.athread_movie_bg_line {
		background: #ddbee2;
		width: 65%;
    	height: 18vw;
		bottom: 0;
		position: absolute;
	}
	.athread_movie_box:nth-of-type(2) .athread_movie_bg_line {
		right: 0;
	}
	.video01 {
		width: 22vw;
		position: absolute;
		left: 18vw;
		top: 12vw;
	}
	.video02 {
		width: 22vw;
		position: absolute;
		left: 42vw;
		top: 18vw;
	}
	
	.athread_movie_box video {
		width: 100%;
	}
	.cercle {
		width: 8vw;
		position: relative;
		top: -5vw;
		left: 15.5vw;
	}
	.video_cercle {
		width: 22vw;
		position: absolute;
		right: 0;
		top: 12vw;
	}
	.athread_movie_box:nth-of-type(2) .video_cercle {
		width: 22vw;
		position: absolute;
		left: -2vw;
		right: auto;
		top: 12vw;
	}
	.athread_point {
		width: 100%;
		background-image: url(../images/kogao-athread/feature_bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top;
		position: relative;
		text-align: center;
		margin: -20vw auto 0;
	}
	.athread_point_ul {
		padding: 20vw 0 6vw;
		width: 1200px;
		margin: auto;
		display: table;
	}
	.athread_point_ul li {
		width: 40%;
		text-align: center;
		float: left;
		position: relative;
		margin: 5%;
		height: 460px;
	}
	.athread_point_ul li .point {
		position: absolute;
		width: 160px;
		left: -30px;
		z-index: 2;
		top: -60px;
	}
	.athread_point_ul li .point_img {
		width: 95%;
		right: 0;
		top: 30px;
		position: absolute;
	}
	.athread_point_ul li .point_img p {
		background: rgba(255,255,255,0.9);
		padding: 15px 20px;
		text-align: left;
		letter-spacing: 1px;
		line-height: 2;
	}
	.feature {
		margin: 60px auto;
	}
	body.single h2.athread_kogao_title {
		display: block;
		width: 600px;
		margin: 80px auto 20px;
	}
	.athread_price p {
		margin: 30px auto;
		text-align: center;
		font-size: 18px;
	}
	.athread_price_box {
		margin: 40px auto;
		width: 800px;
	}
	.athread_price_box dl {
		display: table;
		width: 100%;
	}
	.athread_price_box dl dt {
		width: 50%;
		float: left;
		background: #f2e1e1;
		font-size: 19px;
		text-align: center;
		padding: 20px 0;
		margin-bottom: 10px;
	}
	.athread_price_box dl dd {
		width: 50%;
		float: right;
		background: #c9969b;
		color: #fff;
		font-size: 23px;
		padding: 17px 0;
		text-align: center;
		margin-bottom: 10px;
	}
	.athread_price_box dl.monitor_price {
		margin: 0 auto 40px;
		display: flex;
		align-items: center;
	}
	.athread_price_box dl.monitor_price dt {
		background: #f4efdc;
		color: #ea3323;
		font-size: 22px;
		height: 110px;
		float: none;
		font-weight: bold;
	}
	.athread_price_box dl.monitor_price dd {
		background: #f6e1a7;
		color: #ea3323;
		font-size: 28px;
		height: 110px;
		float: none;
		padding: 34px 0 0px;
		font-weight: bold;
	}
	.athread_price_box dl dd span {
		font-size: 16px;
	}
	.athread_flow {
		background: #f5f5f5;
		padding: 60px 0;
		margin: 100px auto 0;
	}
	.athread_flow_box {
		width: 1200px;
		margin: 60px auto;
	}
	.athread_flow_box ul {
		width: 100%;
	}
	.athread_flow_box ul li {
		display: table;
		width: 100%;
		margin-bottom: 70px;
	}
	.athread_flow_box ul li:first-child {
		height: 600px;
	}
	.athread_flow_box ul li .flow_img {
		float: right;
		width: 50%;
	}
	.athread_flow_box ul li .flow_content {
		float: left;
		width: 48%;
		position: relative;
    	top: 180px;
	}
	.flow_reserve_link {
		text-align: center;
	}
	.athread_flow_box ul li .flow_numbers {
		position: absolute;
	}
	.athread_flow_box ul li .flow_numbers .number {
		height: 80px;
	}
	.athread_flow_box ul li .flow_numbers .number img {
		height: 100%;
	}
	.athread_flow_box ul li .flow_numbers h3 {
		font-size: 40px;
		margin: 10px 0;
		font-weight: bold;
		color: #efc0c0;
	}
	.flow_reserve_link .link_btn {
		display: flex;
		margin-bottom: 10px;
	}
	.flow_reserve_link .link_btn a {
		display: block;
		width: 100%;
		margin-right: 3%;
	}
	.flow_reserve_link .link_btn a:last-child {
		margin-right: 0;
	}
	.flow_reserve_link .flow_reserve_link .line {
		width: 90%;
		margin: 20px auto;
	}
	.athread_flow_box ul li:nth-of-type(2n) .flow_img {
		float: left;
		width: 50%;
	}
	.athread_flow_box ul li:nth-of-type(2n) .flow_content {
		float: right;
	}
	.athread_flow_box ul li:nth-of-type(2n) .flow_numbers {
		left: 52%;
	}
	#kogao-athread .athread_faq {
		padding: 70px 0;
	}
	#kogao-athread .athread_faq dl {
		border-bottom: 2px solid #bf9091;
		padding: 10px 0;
		line-height: 2;
	}
	#kogao-athread .athread_faq dl dt {
		padding: 10px 10px 10px 70px;
		position: relative;
	}
	#kogao-athread .athread_faq dl dt:before {
		position: absolute;
		content: "";
		background-image: url("../images/kogao-athread/q.png");
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 100%;
		width: 40px;
		height: 40px;
		left: 10px;
		top: 7px;
	}
	#kogao-athread .athread_faq dl dd {
		padding: 10px 10px 10px 70px;
		background: #f3f3f3;
		position: relative;
		display: none;
	}
	#kogao-athread .athread_faq dl dd:before {
		position: absolute;
		content: "";
		background-image: url("../images/kogao-b/a.png");
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 100%;
		width: 40px;
		height: 40px;
		left: 10px;
		top: 7px;
	}
	.athread_faq_box {
		width: 1200px;
		margin: 70px auto;
		font-size: 18px;
		border-top: 2px solid #bf9091;
	}
	.detail_box {
		width: 1000px;
    	margin: 70px auto;
		clear: both;
		-webkit-box-sizing: border-box;
		moz-box-sizing: border-box;
		box-sizing: border-box;
		background-color: #fff;
		box-shadow:0px 1px 4px 3px rgba(0,0,0,0.06);
		border-radius: 6px;
		padding: 60px 50px 82px;
	}
	.detail_box table {
		width: 100%;
	}
	.detail_box h4 {
		font-size: 28px;
		font-weight: bold;
		margin-bottom: 30px;
		text-align: center;
	}
	.detail_box table tr:nth-of-type(2n) {
		background-color: #f8f8f8;
	}
	.detail_box table th {
		width: 35%;
		font-size: 16px;
		line-height: 25px;
		font-weight: bold;
		padding: 15px 23px 12px 35px;
	}
	.detail_box table td {
		font-size: 16px;
		line-height: 27px;
		padding: 15px 23px 12px 0;
	}
	.reserve_box {
		width: 600px;
		margin: 0 auto;
		text-align: center;
	}
	.athread_reserve {
		padding: 70px 0;
		width: 100%;
		background: #f5f5f5;
	}
	.athread_monitor {
		width: 1000px;
		margin: 0 auto 60px;
		padding: 20px 0;
	}
	.oneday_bn {
		width: 1000px;
    	margin: 100px auto 60px;
	}
	.banner_contents {
		width: 1000px;
		margin: 0 auto 4vw;
		text-align: center;
		float: none;
	}
	
	.youtube-wrap{
		display:flex;
		margin: 0 auto;
		/* align-items: center; */
		justify-content: space-around;
		width: 1200px;
		padding: 50px 0 100px;
	}
.youtube-wrap .youtube-inner{
	text-align:center;
	
}
	.youtube-wrap iframe{
		margin:0 0 50px
	}
	.casemovie {
		display: flex;
		width: 1140px;
		margin: 0 auto;
		padding: 40px 0 0;
	}
	.casemovie li {
		width: 32%;
		margin-right: 2%;
		vertical-align: middle;
	}
	.casemovie li:last-child {
		margin-right: 0;
	}
	.casemovie li.before_bg {
		background: #cccccc;
		color: #fff;
		height: 366px;
	}
	.casemovie li.after_bg {
		background: #d1c258;
		color: #fff;
		height: 366px;
	}
	.casemovie li.after_bg .red {
		color: #ff0000;
	}
	.casemovie li video {
		width: 100%;
	}
	.casemovie li .case_t {
		font-size: 26px;
		text-align: center;
		height: 120px;
		position: relative;
		top: 50%;
		margin-top: -35px;
		line-height: 1.4;
	}
	.athread_movie_box {
		padding-top: 200px;
	}
	.athread_kanau {
		content: "";
		background-image: url("../images/kogao-athread/athread_kanau_bg.jpg");
		background-repeat: no-repeat;
		background-position: left top;
		background-size: cover;
		width: 100%;
		height: auto;
		position: relative;
		top: 0;
		display: table;
		margin-bottom: 150px;
	}
	.athread_kanau_title {
		position: relative;
		text-align: center;
		top: -70px;
		width: 500px;
		left: 50%;
		margin-left: -250px;
	}
	.athread_kanau_box {
		padding: 0 0 0;
	}
	.athread_kanau_box dl {
		clear: both;
		margin: 70px auto;
		width: 1000px;
		display: table;
	}
	.athread_kanau_box dl dt {
		float: left;
		width: 50%;
		margin-right: 5%;
	}
	.athread_kanau_box dl dd {
		float: right;
		width: 45%;
		padding: 40px 0 0;
	}
	.athread_kanau_box dl dd img {
		margin-bottom: 40px;
	}
	.athread_kanau_box img.athread_kanau_insta {
		width: 400px;
		display: block;
		margin: 0 auto 100px;
	}
	.athread_kanau_box dl dd p {
		font-size: 22px;
    	line-height: 2.4;
	}
	.athread_kanau_box dl dd p span {
		font-size: 110%;
		font-weight: bold;
		text-decoration: underline;
	}
	.athread_kanau_box dl:nth-of-type(2n) dt {
		float: right;
		margin-right: 0;
	}
	.athread_kanau_box dl:nth-of-type(2n) dd {
		float: left;
		margin-right: 5%;
	}
	.mini {
		font-size: 14px;
		margin-top: -1px;
		display: block;
	}
	.athread_nav ul {
		width: 1000px;
		margin: 70px auto;
		display: flex;
		align-items: center;
		border-left: 1px solid #333;
	}
	.athread_nav ul li {
		width: 25%;
		text-align: center;
		padding: 5px 0;
		font-size: 18px;
		border-right: 1px solid #333;
	}
}
