@charset "utf-8";
#header{
	z-index: 900;
}
/*-------------------------------------
トップページ　p02
--------------------------------------*/
body, html, input, select, textarea {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

.h1_text{
	display: none;
}
@media screen and (min-width: 768px) {
    #wrapper {
        padding-top: 120px;
    }
}

#header .hdr_left {
	padding: 0;
	display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.hdr_logo{
	position: relative;
}

.hdr_logo::before{
	content: "";
	display: block;
	margin-bottom: 8px;
	width: 263px;
	aspect-ratio: 263 / 29;
	background: url(https://www.ashifumi.jp/Image/top/official.svg) no-repeat 0 0 / contain;
}

@media screen and (max-width: 1100px) {
	#header .hdr_left {
    width: 280px;
	}
	#header .hdr_right {
	    width: calc(100% - 280px);
	}
	#header .hdr_right .hdr_bottom .gnavi li {
	    margin-right: 10px;
	}
}
@media screen and (max-width: 767px) {
    #wrapper {
        padding-top: 55px;
    }
	.hdr_logo{
	  display: flex;
	  align-items: center;
		margin: 0 0 0 10px!important;
		padding: 6px 0;
	}
	.hdr_logo::before{
		margin-bottom: 0px;
	margin-left: 10px;
		width: 38%!important;
		aspect-ratio: 219 / 46;
		background-image: url(https://www.ashifumi.jp/Image/top/official_sp.svg);
		order: 2;
	}
	#header .hdr_left{
		width: calc(100% - 120px)!important;
		display: block;
	}
	#header .hdr_left .hdr_logo a{
	  display: flex;
	  align-items: center;
	width: 48%!important;
	}
	#header .hdr_left .hdr_logo img{
			width: 100%!important;
	}
	#header .hdr_right{
		width: 120px!important;
	}
}

.point_txt{
	font-weight: 800;
}

.inner{
	width: min(100%, 1200px);
	margin: 0 auto;
}

.flex{
  display: flex;
	justify-content: space-between;
}

@media screen and (max-width: 768px) {
	.flex{
	  display: block;
	}
}

img, video{
	max-width: 100%;
}

.top_txt{
	padding: 10px;
	font-size: 25px;
	color: #000;
}

#index_mv{
	position: relative;
	overflow: hidden;
}

#index_mv img{
	width: 100%;
	height: auto;
}

#index_mv .mv_circle.pc{
	width: 13.8%;
	position: absolute;
	bottom: 12%;
	left: 75%;
	transform: translateY(16%);
}

#index_mv_movie2{
	width: 22.8vw;
	aspect-ratio: 438 / 781;
	position: absolute;
	top: 0;
	left: 57.8vw;
	z-index: -1;
	overflow: hidden;
	background: url(https://www.ashifumi.jp/wp/wp-content/themes/ashifumi_lp_ec/assets/video/move3i.gif) no-repeat center 85% / 100% auto;
}

@media screen and (max-width: 1250px){
	#index_mv_movie2{
		left: 57.5vw;
	}
}
@media screen and (max-width: 900px){
	#index_mv_movie2{
		left: 57.2vw;
	}
}

#index_mv_movie{
	width: 25vw;
	position: absolute;
	top: 0;
	right: 0;
}

#index_mv_movie::before{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: url(https://www.ashifumi.jp/Image/top/index_mv_right.png) no-repeat center center / contain;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 2;
}

#index_mv_movie video{
	width: 100%;
}

.mv_txt{
	padding: 20px;
	text-align: center;
	line-height: 1;
	font-size: 32px;
	font-family: "Noto Serif JP", serif!important;
	color: #fff;
	background: #6BA001;
}

.mv_txt_top{
	background: #CF853A;
}

.mv_txt strong{
	font-size: 130%;
	letter-spacing: 0.1em;
}

@media screen and (max-width: 1000px) {
	.mv_txt{
		padding: 10px;
		font-size: 3.4w;
		font-feature-settings: "palt";
	}
	.mv_txt strong{
		letter-spacing: 0em;
	font-feature-settings: normal;
	}
}

@media screen and (max-width: 768px) {
	.top_txt{
		font-size: 2.8vw;
		text-align: center;
	}
	#index_mv_movie_sp{
		margin-top: 8.5vw;
		position: relative;
		overflow: hidden;
		aspect-ratio: 760 / 460;
	}
	#index_mv_movie_sp video{
		display: block;
		width: 73vw;
		position: absolute;
		bottom: -7vw;
		right: 0;
	}
	#index_mv_movie_sp::before{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: url(https://www.ashifumi.jp/Image/top/index_mv_right_sp.png) no-repeat left center / contain;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
	}
	#index_mv{
		z-index: 3;
		margin-bottom: -3.8vw;
	}
	#index_mv_movie_sp2{
		margin-top: 0;
		position: relative;
		z-index: 0;
		overflow: hidden;
		aspect-ratio: 760 / 1400;
		background: url(https://www.ashifumi.jp/wp/wp-content/themes/ashifumi_lp_ec/assets/video/move3i.gif) no-repeat center 85% / 100% auto;
	}
	#index_mv_movie_sp2 .mv_point3{
		width: 88vw;
		position: absolute;
		top: 13vw;
		left: 6vw;
	}
	#index_mv_movie_sp2 .mv_circle.sp{
		width: 44%;
		position: absolute;
		bottom: -6%;
		right: -8%;
	}
	#index_mv_movie_sp2::before{
		content: "";
		display: block;
		width: 100%;
		height: 100%;
		background: url(https://www.ashifumi.jp/Image/top/index_mv_sp1_txt2.webp) no-repeat 50% 54% / 95% auto;
		position: absolute;
		top: 0;
		right: 0;
		z-index: 2;
	}
	.mv_txt{
		font-size: 4vw!important;
	}
}

.index_mv2{
	padding: 80px 20px;
	background: url(https://www.ashifumi.jp/Image/top/index_mv2_bg.webp) no-repeat center bottom / cover;
}

.index_mv2 ul{
  display: flex;
	justify-content: space-between;
	align-items: center;
}

.index_mv2 ul li{
	flex: 0 1 48%;
}

.index_mv2 ul li:last-child{
	order: -2;
	flex: 0 1 45%;
}

@media screen and (max-width: 768px) {
	.index_mv2_sp{
		padding: 60px 20px;
		text-align: center;
		background: #FFF5E2;
	}
	.index_mv2_sp img{
		width: 100%;
		margin: 30px 0;
	}
	.index_mv2_sp p{
		margin: 0;
		font-size: 22px;
	font-weight: bold;
	}
}

#logo_slider_wrap{
	margin-top: 60px;
}

#stock_wrap{
	margin: 60px 0 0 auto;
	padding: 20px;
	text-align: center;
	background: #FEF5E4;
}

#stock_wrap h3{
	margin: 0!important;
	font-weight: bold;
	font-size: 20px;
	color: #24930A;
	line-eight: 1;
}

#stock_wrap ul{
	display: inline-block;
	margin: 15px auto 20px auto;
	padding: 10px 25px;
	background: #fff;
}

#stock_wrap ul li{
	margin: 5px 0;
	text-align: left;
}

#stock_wrap ul li .kanbai{
	color: rgba(255,0,0,.7);
	font-weight: bold;
}

#stock_wrap p{
	text-align: left;
	font-weight: normal;
}

#stock_wrap p strong{
	font-weight: bold;
	font-size: 120%;
}

@media screen and (max-width: 768px) {
	#stock_wrap{
		width: 100%;
	}
	#stock_wrap p{
		text-align: left;
	}
}

#index_tokkyo{
	padding: 180px 20px 80px 20px;
}

#index_tokkyo .txt_wrap{
	flex: 0 1 47%;
}

#index_tokkyo .txt_wrap h2{
	font-size: 30px;
	color: #DC9F4E;
	margin-top: 30px;
}

#index_tokkyo .txt_wrap h3{
	font-size: 25px;
	color: #ff6a00;
}

#index_tokkyo .txt_wrap p{
	margin-top: 30px;
}

#index_tokkyo .img_wrap{
	flex: 0 1 460px;
	position: relative;
	padding-top: 190px;
}

#index_tokkyo .img_wrap::before{
	content: "";
	display: block;
	width: 545px;
	aspect-ratio: 1 / 1;
	background: url(https://www.ashifumi.jp/Image/top/index_tokkyo_circle3.webp) no-repeat 0 0 / contain;
	position: absolute;
	top: 0;
	right: 0;
	transform: translateX(30%);
}

#index_tokkyo .img_wrap img{
	width: 100%;
	position: relative;
	z-index: 2;
}

#index_tokkyo .flex2{
	align-items: flex-end;
}

#index_tokkyo .flex .left{
	flex: 0 1 30%;
}

#index_tokkyo .flex .movie{
	flex: 0 1 64%;
}

#index_tokkyo .flex .movie iframe{
	width: 100%;
	max-width: none!important;
}
#index_tokkyo p.txt3{
	margin: 40px 0;
	text-align: center;
	color: #DC9F4E;
	font-size: 25px;
	font-weight: bold;
}

#index_tokkyo .rakuraku{
    margin: 10px 0 0 0;
    text-align: center;
    color: #dc9f4e;
    font-size: 25px;
    font-weight: 700;
}

@media screen and (max-width: 768px) {
	#index_tokkyo{
		padding: 15vw 6.5vw;
	}
	#index_tokkyo .txt_wrap h2{
		font-size: 6vw;
		margin-top: 6vw;
	}
	#index_tokkyo .txt_wrap h3{
		font-size: 5vw;
	}
	#index_tokkyo .txt_wrap p{
		margin-top: 20px;
	}
	#index_tokkyo .img_wrap{
		margin-top: 10vw;
		margin-bottom: 10vw;
		padding-top: 33vw;
		background: url(https://www.ashifumi.jp/Image/top/index_tokkyo_circle_sp2.webp) no-repeat center top / 100% auto;
	}
	#index_tokkyo .img_wrap::before{
		display: none;
	}
	#index_tokkyo .img_wrap img{
		width: 100%;
		margin-top: 0;
	}
	#index_tokkyo .flex + .flex{
		margin-top: 0;
	}
	#index_tokkyo .flex2.pc{
		display: none;
	}
	#index_tokkyo .flex2.sp{
		display: flex!important;
		flex-direction: column;
	}
	#index_tokkyo .youtube_frame{
		margin-bottom: 30px;
		width: 100%;
	}
	#index_tokkyo .rakuraku,
	#index_tokkyo .illust{
		margin: 30px auto;
		text-align: center;
		color: #DC9F4E;
		font-size: 20px;
		font-weight: bold;
	}
	#index_tokkyo .illust img{
		display: block;
		width: 90%;
		margin: 30px auto;
	}
	#index_tokkyo .rakuraku{
		margin: 0 auto 20px auto;
	}
}

#sec_yawarage{
	margin-top: 120px;
	padding: 0 20px 100px 20px;
}

#sec_yawarage_ul li{
	width: 30.3%;
	margin:1.5%;
	padding:0;
	background: none;
	border: 1px solid #ff6a00!important;
	color:#ff6a00!important;
	border-radius: 5px;
}

.illust{
	margin: 0 20px;
}
@media screen and (max-width: 767px){
	#move-yawarage{
		max-width: 100%;
	  margin-bottom: 30px;
	}
	#sec_yawarage{
		margin-top: 60px;
		padding: 0 0 20px 0;
	}
	#sec_yarawage_catch{
		font-size: 1.6rem;
	}
	#sec_yawarage_ul{
		margin-bottom: 30px;
	}
	#sec_yawarage_ul li{
		padding: .2rem .3rem;
		font-size: 1.1rem;
	}
}

#top #sec_recommend{
	padding-top: 100px;
	padding-left: 20px;
	padding-right: 20px;
	background: #fff5e2;
}
@media screen and (max-width: 768px) {
	#top #sec_recommend{
		padding-top: 60px;
		padding-bottom: 60px;
	}
}
#top #sec_recommend .wrap{
	flex-direction: row!important;
}

#top #sec_recommend .wrap .img_box{
	width: 430px;
}

.taiken_ballon{
	text-align: center;
	margin: 0 auto 30px auto;
	padding: 10px;
	font-size: 22px;
	border-radius: 15px;
	color: #fff;
	background: #e79d3a;
	position: relative;
}
@media screen and (max-width: 768px) {
	.taiken_ballon{
		font-size: 5vw;
		margin: 40px auto 30px auto;
	}
}
.taiken_ballon::after{
	content: "";
	display: block;
	width:0;
	height:0;
	border-style:solid;
	border-width: 13px 7.5px 0 7.5px;
	border-color: #E79D3A transparent transparent transparent;
	position: absolute;
	bottom: -13px;
	left: 50%;
	transform: translateX(-50%);
}

#top #sec_recommend .wrap .img_box img{
	margin-bottom: 30px;
}

#top #sec_recommend .wrap .img_box img.yara_circle{
	margin-bottom: 30px;
}

p.recommend_tt{
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
	p.recommend_tt{
		text-align: center;
	}
	#top #sec_recommend h2.ja {
		font-size: 20px;
		text-align: center;
		padding-left: 0;
	margin-bottom: 30px;
		width: 100%;
	}
	#top #sec_recommend .wrap .img_box{
		width: 100%;
		margin-top: 20px;
	}

  p.recommend_tt{
    display: block;
    padding-top: 0;
    border-radius: 0;
  }
}

ul.topreview{
	display:flex;
	text-align:left;
	flex-wrap: wrap;
}

ul.topreview li{
	width:48%;
	margin:1%;
	background-color:#FFF;
	padding:1.5rem;
	text-align:left;
	border-radius: 10px;
	color:#333;
}
ul.topreview h3{
	margin-bottom:0.5rem;
}

ul.topreview h3 em{
	color:#ff6a00;
	font-style:normal;
}

.ttl_box_01{
	margin-bottom: 0;
}

.sub_list, .voice_list{
	text-align: left;
}

#top #sec_voice .btn_01 {
	margin-top: 30px;
}

.annotation{
	text-align: center;
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
	#top #sec_voice{
		padding: 0;
	}
	ul.topreview li {
		width: 98%;
		margin: 30px 1% 0 1%;
	}
}

#top #sec_02 .list_01 .img_box {
	background: none;
}
@media screen and (max-width: 767px){
	#top #sec_02 .list_01 .img_box {
    margin-bottom: 30px;
	}
  #top #sec_02 .list_01 li:nth-child(n+2) {
    margin-top: 30px;
  }
}

#top #sec_02 .list_01 .text{
	color: #000;
	align-items: center;
}

#top #sec_02 .list_01 .text .right{
	width: 40%;
	max-width: 300px;
	text-align: center;
	margin-left: 20px;
}

#ketsuryu{
	align-items: center;
}

#ketsuryu .right {
	width: 48%;
	max-width: none;
}

@media screen and (max-width: 768px) {
	#top #sec_02{
		padding: 60px 0;
	}
	#top #sec_02 .list_01 .ttl{
		margin-bottom: 30px;	
		font-size: 5vw;
	}
	#top #sec_02 .list_01 .text .right{
		width: 100%;
		max-width: none;
		margin-left: 0;
		margin-top: 30px;
	}
	#top #sec_02 .list_01 .text .right .movie,
	#top #sec_02 .list_01 .text .right .ketsuryu2{
		margin-bottom: 30px;
	}
	#top #sec_02 .list_01 > li{
		padding: 30px 20px;
	}
	#top #sec_02 .list_01 > li.img_box{
		margin: 0 auto 30px 0;
	}
	#ketsuryu .right {
		width: 100%;
	}
	.yusuri_icon{
		display: grid;
		grid-template-columns: 1fr 1fr;
		gap: 10px;
	}
	#hirogaru{
		padding: 60px 20px;
	}
	#hirogaru img {
	  margin: 30px auto;
	}
}

@media screen and (max-width: 767px) {
  #top #sec_03 {
    padding: 60px 0;

  }
  #top #sec_03 .list_01 li {
    margin-top: 30px;
  	margin-bottom: 0;
  }
  #top #sec_03 .list_01 .text_area .ttl_01 {
  	margin-top: 30px;
    margin-bottom: 30px;
  }
  #top #sec_03 .list_01 .list01-1 > .image{
  	margin-top: 30px;
  margin-bottom: 30px;
	}
	#top #sec_03 .list_01 .list01-1 > .image img{
		margin-top: 30px;
	}
}

.sec03_feature_men{
	display: block;
	max-width: 350px;
	margin: 15px auto;
}

.hikaku_img{
	margin: 180px auto;
	padding: 0 20px;
}

@media screen and (max-width: 768px) {
	.hikaku_img{
		margin: 60px auto 30px auto;
		padding: 0 6.3vw;
	}
	#top #sec_03 .list_01 li .fatureImageList2{
		display: block;
	}
	#top #sec_03 .list_01 li .fatureImageList2 li{
		width: 70%!important;
		margin: 0 auto 30px auto;
	}
	#top #sec_03 .list_01 li .fatureImageList2 li img{
		width: 100%;
		margin: 0;
	}
	#top #sec_03 .list_01 li .fatureImageList2 li span{
		display: block;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		color: #00245d;
		margin-bottom: 30px;
	}
	#top #sec_03 .list_01 li.center h3.ttl_01{
		margin: 30px 0;
	}
	#top #sec_03 .list_01 li .fatureImageList.movies > li:nth-child(2){
		text-align: center;
	padding-top: 0;
	}
	#top #sec_03 .list_01 li .fatureImageList.movies .borderSpan{
		font-size: 18px;
		position: static;
		transform: translate(0,0);
		margin: 10px auto 20px auto;
	}
  li.featureMovie {
    padding: 0 0 0 0 !important;
  }
  #top #sec_03 .list_01 .list01-1 > .image img {
    margin-top: 0;
  }
	.smp_mt0{margin-top: 0!important;}
	.smp_mt30{margin-top: 30px!important;}
	.smp_mt60{margin-top: 60px!important;}
	.smp_mb0{margin-bottom: 0!important;}
	.smp_mb30{margin-bottom: 30px!important;}
	.smp_mb60{margin-bottom: 60px!important;}
	.smp_pt0{	padding-top: 0!important;}
	.smp_pt30{	padding-top: 30px!important;}
	.smp_pt60{	padding-top: 60px!important;}
	.smp_pb0{	padding-bottom: 0!important;}
	.smp_pb30{ padding-bottom: 30px!important;}
	.smp_pb60{ padding-bottom: 60px!important;}
	#wase {
	  margin: 0 auto;
	}
}

#top #sec_04 .sec_inner:after{
	display: none;
}

.product_title_wrap{
	margin-bottom: 100px;
}

.product_title_wrap h2{
	color: #B89330;
	font-size: 40px;
	font-family: "Noto Serif JP", serif;
	transform: translateX(-0.5em);
}

.product_title_wrap h3{
	color: #EE732D;
	font-size: 30px;
	margin-bottom: 20px;
}

.mokume_img_list{
	margin: 60px 0 100px 0;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 15px;
}

.gorenraku{
	margin-bottom: 150px;
	padding: 20px;
	text-align: center;
	border: 1px solid #ccc;
}

@media screen and (max-width: 768px) {
	.product_title_wrap{
		margin-bottom: 0;
	}
	.product_title_wrap h2{
		font-size: 6vw;
		transform: translateX(-0.5em);
	}
	.product_title_wrap h3{
		font-size: 4vw;
		margin-bottom: 20px;
	}
	.gorenraku{
		margin: 60px 0 50px 0;
	padding: 10px;
	text-align: left;
	}
	.mokume_img_list{
		margin: 30px 0 60px 0;
		grid-template-columns: 1fr;
	}
}

#product_list_wrap{
	padding: 120px 20px;
	background: #FFF5E2;
}

#product_list_wrap ul.product_list{
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 20px;
}

#product_list_wrap ul.product_list li{
	background: #fff;
	border: 2px solid #EE732D;
}

#product_list_wrap ul.product_list li h3{
	text-align: center;
	color: #fff;
	background: #EE732D;
	font-size: 22px;
	margin: 0;
	padding: 5px;
}

#product_list_wrap ul.product_list li .wrap{
	padding: 20px 15px;
	text-align: center;
}

#product_list_wrap ul.product_list li .wrap .product_txt{
	margin: 20px 0 30px 0;
}

#product_list_wrap ul.product_list li .wrap .price{
	font-size: 22px;
	font-feature-settings: "palt";
	color: #EE732D;
}

#product_list_wrap ul.product_list li .wrap .price span{
	font-size: 48px;
}

#product_list_wrap ul.product_list li .wrap .price_bunkatsu{
	font-weight: bold;
}

#product_list_wrap ul.product_list li .wrap .price_bunkatsu sub{
	font-size: 70%;
}

#product_list_wrap ul.product_list li .wrap .btn_gra{
	margin: 20px 0 10px 0;
}

#product_list_wrap ul.product_list li .wrap .btn_gra a{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
	color: #fff;
	font-weight: bold;
	font-size: 16px!important;
	background: linear-gradient(to bottom, #ffd85f, #ef772f);
	border: none;
	border-radius: 9999px;
}

#product_list_wrap ul.product_list li .wrap .btn_gra2  input[type=submit]{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%!important;
  height: 48px!important;
  line-height: 48px!important;
  font-size: 16px!important;
	background: linear-gradient(to bottom, #9fc444, #2a950d);
	line-height: 1;
	padding: 0!important;
	margin: 0!important;
	border: none;
	outline: none;
	color: #fff!important;
	border-radius: 9999px!important;
	cursor: pointer;
	animation: none;
}

.price_bunkatsu_att{
	text-align: center;
	margin-top: 30px;
}

@media screen and (max-width: 768px) {
	#product_list_wrap{
		padding: 60px 20px;
	}
	#product_list_wrap ul.product_list{
		grid-template-columns: 1fr;
	}
	#product_list_wrap ul.product_list li .wrap .product_txt{
		margin: 20px 0;
	}
	#product_list_wrap ul.product_list li .wrap .price{
		font-size: 5vw;
	}
	#product_list_wrap ul.product_list li .wrap .price span{
		font-size: 9vw;
	}
	.price_bunkatsu_att{
		text-align: left;
		margin-top: 30px;
	}
}







#top #product .list_01 .price span{
	display: inline-block;
}

#top #product .list_01 .price span sub{
	font-size: 50%;
}

#top #product .list_01 .card_att{
	font-weight: normal;
}

.text_catch1{
	text-align: center;
	margin-top: 80px;
}

@media screen and (max-width: 768px) {
	#top #product .list_01 li{
		margin-bottom: 30px;
	}
	#top #product .list_01 li .img_box{
		margin-bottom: 30px;
	}
	#top #product .list_01 .price {
	  font-size: 17px;
	}
	.text_catch1{
		font-size: 10px;
		margin-top: 30px;
	}
}

#kodawari_wood_lead{
	margin-top: 200px;
	position: relative;
}

#kodawari_wood_lead::after{
	content: "";
	display: block;
	width: 70%;
	height: 100%;
	background: #B89330;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
}

#kodawari_wood_lead .flex{
  display: flex;
	justify-content: space-between;
}

#kodawari_wood_lead .flex .txt{
  display: flex;
  justify-content: center;
  flex-direction: column;
	flex: 1 1 0%;
	color: #fff;
	padding: 20px;
}

#kodawari_wood_lead h2{
	font-size: 40px;
	font-family: "Noto Serif JP", serif;
	line-height: 1.4;
	margin-bottom: 40px;
	color: #fff;
}

#kodawari_wood_lead .flex .img{
	flex: 0 1 46%;
	order: 3;
}

#kodawari_wood_lead .flex .img img{
	transform: translateY(-20%);
}

@media screen and (max-width: 768px) {
	#kodawari_wood_lead{
		margin-top: 0;
		padding: 60px 20px;
		background: #B89330;
	}
	#kodawari_wood_lead::after{
		display: none;
	}
	#kodawari_wood_lead .flex{
	  display: block;
	}
	#kodawari_wood_lead .flex .txt{
		padding: 30px 0 0 0;
		font-size: 13px;
	}
	#kodawari_wood_lead h2{
		font-size: 20px;
		padding: 0;
		text-align: center;
		margin-bottom: 20px;
	}
	#kodawari_wood_lead .flex .img{
		width: 100%;
		margin: 0;
	}
	#kodawari_wood_lead .flex .img img{
		transform: translateY(-0%);
	}
	#kodawari_wood{
		padding: 60px 20px!important;
		margin-top: 0px!important;
	}
	#top #sec_03 .award_wrap.award_design{
		margin-top: 0;
	}
	.award_design .flex .img img{
		margin: 30px auto;
	}
	.award_design h4{
		margin-bottom: 30px;
	}
	.award_yuuryou .img .baloon{
		font-size:5.5vw;
	}
	.award_oms2023{
		padding-bottom: 0;
	}
	.award_oms2023 .txt div{
		margin: 20px auto 30px auto;
	}
}

#top #sec_recommend .sec_inner {
	border: none;
	margin-bottom: 0;
}

#top #sec_movie{
	padding-top: 60px;
	padding-bottom: 50px;
}

#top #sec_movie .movieList{
  justify-content: center;
}
#top #sec_movie .movieList li{
	flex: 0 1 46%;
	margin: 0 2% 30px 2%;
}
#top #sec_movie .movieList li span.border,
h2.concept_title{
	width: 80%;
	max-width: 440px;
	height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 8px;
  font-size: 24px;
  font-weight: bold;
  border: 1px solid #000;
  margin: 0 auto 20px auto;
}
#top #sec_movie .movieList li .youtube iframe{
	max-width: 100%;
}
#top #sec_movie{
	padding-bottom: 50px;
}

@media screen and (max-width: 768px) {
	#top #sec_recommend .sec_inner {
		padding-bottom: 0;
	}
	#top #sec_movie{
		padding-bottom: 60px;
	margin-bottom: 60px;
	}
	#top #sec_movie .movieList{
		display: block;
	}
	#top #sec_movie .movieList li{
		flex: 0 1 46%;
		margin: 0 2% 30px 2%;
	}
	#top #sec_movie .movieList li:last-child{
		margin-bottom: 0;
	}
	#top #sec_movie .movieList li span.border,
	h2.concept_title{
		width: 90%;
		max-width: none;
		margin-bottom: 30px!important;
		height: auto;
		padding: 10px;
		font-size: 18px;
	}
  #top #sec_movie .cnt_area {
    margin: 0 auto;
  }
}
#youtube{
	padding-bottom: 80px;
}
#youtube_wrap {
  width: 100%;
  max-width: 500px;
  margin: 0 auto;
}
.youtube_modal {
  display: block;
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding-top: 56.25%;
}
.youtube_modal iframe, .yyoutube_modal a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.youtube_modal_wrap{
	width: 100%;
	max-width: 630px;
	margin: 0 auto;
	position: relative;
}
.youtube_modal_wrap a{
	display: block;
	text-align: center;
transition: ease .3s;
}
.youtube_modal_wrap a:hover{
	opacity: 0.75;
}
.youtube_modal_wrap a img{
	width: 100%;
	height: auto;
}
.youtube_frame{
	text-align: center;
}
.youtube_frame iframe {
	display: block;
	width: 100%;
	max-width: 640px!important;
	height: auto;
	margin: 0 auto;
	aspect-ratio: 16 / 9;
}
.clinic_name{
	text-align: center;
	font-size: 20px;
}
.clinic_name_txt{
	font-size: 28px;
	font-weight: 600;
	text-align: center;
	position: relative;
}
.clinic_name_txt p{
	text-align: center!important;
	margin-bottom: 10px!important;
	font-size: 20px;
}
.clinic_name_txt span{
	font-size: 16px;
	margin-right: 1em;
}
.clinic_name_txt em {
	display: block;
	font-size: 14px;
	line-height: 1.4em;
	font-style: normal;
	padding: 0;
	margin: 0;
	position: relative;
	top: unset;
	right: unset;
	transform: translate(0,0);
	-webkit-transform: translate(0,0);
	text-align: left;
}
.clinic_docter-class{
	display: inline-block;
	font-size: 16px;
	font-weight: normal;
}
.clinic_docter-class li{
	text-align: left;
}

@media screen and (max-width: 768px) {
	#youtube{
		padding: 0 0 60px 0;
	}
	#youtube .shopBtn_green{
		margin-bottom: 0;
	}
	#move-step{
		margin: 30px auto 0 auto;
	}
	.clinic_name{
		margin-top: 10px;
	margin-inline: auto;
	width: -moz-fit-content;
	width: fit-content;
	font-size: 18px;
	padding: 3px 15px;
	border-radius: 5px;
	border: 1px solid #ccc;
	}
}

.shopify-buy-frame--product{
	max-width: none!important;
	margin-bottom: 20px!important;
}

.shopBtn_green{
	text-align: center;
	margin: 0 auto 40px auto;
}

.shopBtn_green a{
	display: block;
	padding: 12px 50px 15px 50px;
	font-size: 20px;
	color: #fff;
	background: url(https://www.ashifumi.jp/wp/wp-content/themes/ashifumi_lp_ec/assets/img/common/btn_green_bg.svg) no-repeat center center / 100% 100%;
	transition: ease .3s;
}

.shopify-buy__btn-wrapper button.shopify-buy__btn{
	background: url(https://www.ashifumi.jp/wp/wp-content/themes/ashifumi_lp_ec/assets/img/common/btn_green_bg.svg) no-repeat center center / 100% 100%!important;
}

.shopBtn_green a img{
	width: 30px;
	vertical-align: middle;
	margin-right: 12px;
}

.shopBtn_green a:hover{
	opacity: 0.8;
}

@media screen and (max-width: 768px) {
	.shopBtn_green a{
		padding: 12px 20px 15px 20px;
	}
	.shopBtn_green a img{
		width: 22px;
		margin-right: 10px;
	}
}

#footer #page_top{
	display: none;
}

.footer_freedial{
	margin-bottom: 40px;
	margin-inline: auto;
	width: -moz-fit-content;
	width: fit-content;
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.3;
	color: #6ba001;
	background: #fff;
	padding: 10px 20px;
	border-radius: 5px;
	border: 3px solid #6ba001;
}

.footer_freedial a{
	margin-left: 20px;
	font-size: 120%;
	color: #6ba001;
	margin: 0;
}

.staff_img_list{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}

@media screen and (max-width: 767px){
	.staff_img_list{
		display: block;
	}
	.staff_img_list img:first-child{
		width: 90vw;
		transform: translateX(-4vw);
	}
	.staff_img_list img:last-child{
		width: 90vw;
		margin-top: 30px;
		transform: translateX(4vw);
	}
}

.borderSpan_b{
	display: inline-block;
	width: auto;
	padding: 10px 20px 8px;
	margin: 20px auto;
	text-align: center;
	font-size: 30px;
	line-height: 1.3;
	font-weight: 500;
	border-radius: 5px;
	border: 1px solid #1e1e1e;
	white-space: nowrap;
}
@media screen and (max-width: 767px){
	.borderSpan_b{
		display: block;
		width: 90%;
		font-size: 18px;
		margin-top: 30px;
	}
	#faq_box{
		padding: 60px 10px;
	}
	.faq_list dt {
	  padding: 20px 40px 20px 50px;
	}
	.faq_list dt::before {
	  left: 12px;
	}
	.faq_list dt::after {
	  width: 24px;
	  right: 10px;
	}
	.faq_list_sub{
		display: none;
	margin-top: 30px;
	}
		.faq_list_sub_more{
	  color: #fff;
	  line-height: 1;
	  background: #ff6a00;
	  border: 1px solid #ff6a00;
	  transition: .4s;
	  border-radius: 30px;
	  width: 80%;
		text-align: center;
	  padding: 12px 0;
		margin: 30px auto 0 auto;
	  font-weight: 700;
	  position: relative;
	  cursor: pointer;
	}
	.faq_list_sub_more::after {
	  display: inline-block;
	  content: "";
	  width: 9px;
	  height: 15px;
	  background: url(//www.ashifumi.jp/wp/wp-content/themes/ashifumi_lp_ec/assets/css/../img/common/arrow_white02.png) no-repeat;
	  position: absolute;
	  top: calc(50% - 7.5px);
	  right: 20px;
	}
	.faq_list_sub_more::before{
		content: "もっと見る";
	}
	.faq_list_sub_more.active::before{
		content: "閉じる";
	}
	.movieList > li > h3{
		margin-top: 10px;
	}
 #top #sec_warp_04 {
    padding-top: 60px;
    margin-top: -60px;
  }
  .use_area.betsuno{
  	margin-top: 60px;
  padding-top: 60px;
  	border-top: 3px dotted #e79e3a;
	}
}

.youtube iframe{
	aspect-ratio: 640 / 360;
}

@media screen and (max-width: 768px){
	.youtube iframe{
		width: 100%!important;
		height: auto;
	}
}

.youtube_full iframe{
	width: 100%;
	height: auto;
}

@media screen and (max-width: 767px){
	#footer{
		text-align: center;
		background-position: right top;
		background-size: cover;
	}
	.footer_freedial{
		width: auto;
		display: inline-block;
		text-align: center;
	}
	.footer_freedial a{
		display: block;
	
	}
}




