@charset "UTF-8";
/*===============================================
● 画面の横幅が761px以上
===============================================*/
@media screen and (min-width: 761px){
/*=========================
▼▼共通▼▼
===========================*/
#picospot_contents section {
    width: 100%;
	float: left;
	clear: both;
    margin-bottom: 74px;
}
#picospot_contents .lato_font {
    font-family: 'Lato', sans-serif;
	font-weight: 700;
}
#picospot_contents .pc_none {
    display: none;
}
#picospot_contents .auto {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
#picospot_contents img {
	display: block;
}
#picospot_contents .orange {
	color: #ff5f00;
}	
#picospot_contents .red {
	color: #ff0000;
}	
#picospot_contents .bold {
	font-weight: bold;
}
#picospot_contents #title_conts {
	width: 100%;
	height: 680px;
	background-image:url("../images/picospot/picospot_main.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	margin-bottom: 60px;
}
	.bnr {
		margin: 40px auto 80px;
	}
#picospot_contents #title_conts .top01 {
	position: absolute;
    width: 230px;
    left: 5%;
    top: 100px;
    opacity: 0.8;
}
#picospot_contents #title_conts .top02 {
	position: absolute;
    width: 160px;
    right: 16%;
    top: 40px;
    opacity: 0.8;
}
#picospot_contents #title_conts .top03 {
	position: absolute;
    width: 240px;
    right: 5px;
    top: 130px;
    opacity: 0.8;
}
#picospot_contents .price_box {
	width: 100%;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 24px 20px 12px;
	border-radius: 6px;
	box-shadow:0px 1px 4px 3px rgba(0,0,0,0.06);
}
#picospot_contents #title_conts .price_box {
	padding-bottom: 18px;
}
#picospot_contents .price_box h4 {
	font-size: 23px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 10px;
    font-style: italic;
}
#picospot_contents .price_box h4 .small {
	font-size: 16px;
	line-height: 1.3;
	font-weight: bold;
	display: inline-block;
}

#picospot_contents .price_box .price_wrap .price {
	display: inline-block;
	font-size: 49px;
	line-height: 1.3;
	font-weight: bold;
	font-style: italic;
	color: #e43c83;
	position: relative;
}

#picospot_contents .price_box .price_wrap .price .small {
	display: inline-block;
	font-size: 29px;
	line-height: 1.3;
	font-weight: bold;
	color: #e43c83;
}

#picospot_contents .title_box {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 99;
    margin-bottom: 226px;
}
#picospot_contents .title_box::after {
	content: "";
	display: block;
	width: 1px;
	height: 132px;
	background-color: #000;
	position: absolute;
	bottom: -190px;
	left: 50%;
}
#about_conts .text-title-point {
	font-size: 32px;
	text-align: center;
	height: 240px;
}
#about_conts .text-title-point::after {
	content: "";
	display: block;
	width: 1px;
	height: 132px;
	background-color: #000;
	position: absolute;
	bottom: -300px;
	left: 50%;
}
#picospot_contents .title_box h2 {
	font-size: 55px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: .1em;
    margin-bottom: 14px;
}
#picospot_contents .title_box .jp_title {
	font-size: 17px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: .2em;
}
#picospot_contents .slide_in_image {
    width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	opacity: 0;
}
	.img_pico {
		margin: 60px auto;
	}
	.text_area {
		display: table;
		width: 100%;
		margin: 60px auto;
	}
	.text_area .text {
		width: 48%;
		float: right;
	}
	.text_area .img {
		width: 45%;
		float: left;
	}
#picospot_contents .isPlay {
  animation-name: play;
  animation-duration: 0.55s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  opacity: 1 !important;
  animation-timing-function: ease;
}

/*//isPlayの疑似要素にマスクとマスクを外すアニメーションを設定 */
#picospot_contents .isPlay:before {
  animation-name: maskOut;
  animation-duration: 0.55s;
  animation-delay: 0.55s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background:linear-gradient(to right, #f3f6f7, #edf4f7);
}
/*//「slide_in_image」をスライドインする*/
@keyframes play {
  from {
    transform: translateX(-100%);
  }
  
  to {
    transform: translateX(0);
  }
}

/*//マスク要素をスライドアウトする*/
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  
  to {
    transform: translateX(100%);
  }
}
.hutaeMenu {
	width: 1100px;
	margin: 20px auto 100px;
	display: table;
	border-left: 1px solid #ccc;
}
.hutaeMenu a {
	padding: 0 15px;
	border-right: 1px solid #ccc;
	width: 17%;
	line-height: 1.5;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
	
	#picospot_contents #about_conts a {
		text-decoration: underline;
		color: #25aaba;
	}
	.case_item {
		display: table;
		margin: auto;
		border-bottom: 1px dotted #333;
		padding-bottom: 40px;
		margin-bottom: 40px;
	}
	.case_item .case_large {
		width: 1200px;
		margin: 60px auto;
		display: flex;
		justify-content: space-between;
	}
	.case_item .case_large li {
		width: 30%;
		margin-right: 3%;
		position: relative;
	}
	.case_item li:after {
		content: "";
		width: 20px;
		height: 30px;
		top: 50%;
		right: -32px;
		margin-top: -10px;
		background-image: url(../images/picospot/case_arrow.png);
		background-repeat: no-repeat;
		background-size: 20px;
		background-position: 50% 50%;
		position: absolute;
	}
	.case_item li:last-child:after {
		display: none;
	}
	.case_item .case_middle {
		width: 1000px;
		margin: 60px auto;
		display: flex;
		justify-content: space-between;
	}
	.case_item .case_middle li {
		width: 48%;
    	margin-right: 4%;
		position: relative;
	}
    
    .case_3column{
        width: 1200px;
        margin: 0 auto;
      display: flex;
        justify-content: space-between;
          gap: 20px 30px;
        
    }

	.picosure .img {
		margin: 60px auto;
	}
	.picosure_feat {
		position: relative;
	}
	.picosure_feat .img {
		width: 45%;
		float: left;
	}
	.picosure_feat .feature {
		background:rgba(251,245,245,0.8);
		padding: 60px 80px;
		position: absolute;
		z-index: 1;
		width: 760px;
		left: 40%;
		top: 15%;
	}
	.picosure_feat .feature h3 {
		font-size: 28px;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.picosure_feat .feature p {
		margin-bottom: 8px;
    	line-height: 1.6;
	}
	.merit_line {
		text-align: center;
		padding: 3px 0;
		font-size: 16px;
		font-weight: bold;
		display: table;
    	width: 100%;
	}
	.tekiou {
		background: #d5e9ef;
	}
	.me {
		background: #f2e3ea;
	}
	.deme {
		background: #dfdfdf;
	}
	.merit_ul {
		width: 900px;
		margin: 30px auto;
	}
	.merit_ul_hulf_box {
		width: 900px;
		margin: 30px auto;
		display: table;
	}
	.merit_ul_hulf {
		width: 450px;
		float: left;
	}
	.merit_box .img {
		margin: 20px auto;
	}
	.shorei_bnr {
		margin-bottom: 30px;
	}
	#conts_pickup {
		padding: 100px 0 0;
		margin: 100px auto 0;
		border-top: 1px solid #000;
		text-align: center;
	}
	#conts_pickup h2 {
		font-size: 24px;
		font-weight: bold;
		display: block;
		margin-bottom: 20px;
	}
	#conts_pickup #pickup2 {
		padding: 40px 0;
	}
	#conts_pickup #pickup2 li {
		margin-bottom: 30px;
		background: #eeeeee;
		padding: 40px;
		width: 100%;
		display: table;
	}
	#conts_pickup #pickup2 li .pickupLeft {
		width: 30%;
		float: left;
	}
	#conts_pickup #pickup2 li .pickupRight {
		width: 70%;
		float: right;
		text-align: left;
		padding-left: 5%;
	}
	#conts_pickup #pickup2 li .pickupRight h3 {
		font-size: 22px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	#conts_pickup #pickup2 li .pickupRight h4 {
		font-size: 17px;
		font-weight: bold;
		margin-top: 20px;
	}
	.pickupLink {
		text-decoration: underline;
		color: #0088aa;
	}
	
/*=========================
▲▲共通▲▲
===========================*/
#picospot_contents {
	width: 100%;
	clear: both;
	float: left;
	background-size: 100%;
	font-size: 17px;
	line-height: 35px;
	color: #000000;
	text-align: left;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	min-width: 1200px;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
}

#picospot_contents #about_conts {
	position: relative;
}
#picospot_contents #about_conts .area_1 {
	width: 100%;
	float: left;
	clear: both;
}
#picospot_contents #about_conts .area_1 .box {
	width: 100%;
	float: left;
	clear: both;
    margin-bottom: 94px;
	position: relative;
}
#picospot_contents #about_conts .area_1 .box:nth-of-type(2n) {
    margin-bottom: 0;
}
#picospot_contents #about_conts .area_1 .box .text_box {
	width: 650px;
	float: left;
    padding-top: 57px;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
    position: relative;
    z-index: 9;
}
#picospot_contents #ingredient_conts #about_conts .area_1 .box .text_box {
    padding-top: 120px;
}
#picospot_contents #about_conts .area_1 .box:nth-of-type(2n) .text_box {
	float: right;
    padding-top: 87px;
    padding-right: 35px;
}
#picospot_contents h4 {
	font-size: 26px;
	line-height: 56px;
	font-weight: bold;
	margin-bottom: 28px;
    letter-spacing: .2em;
}
#picospot_contents #about_conts .area_1 .box .text_box .text {
	width: 480px;
}
#picospot_contents #about_conts .area_1 .box:nth-of-type(2n) .text_box .text {
	width: 570px;
}
#picospot_contents #about_conts .area_1 .box .img {
	width: 643px;
	position: absolute;
	top: 150px;
	right: 28px;
    overflow: hidden;
}
#picospot_contents #ingredient_conts #about_conts .area_1 .box .img {
	top: 50px;
}
#picospot_contents #about_conts.type .area_1 .box .img {
	top: 30px;
}
#picospot_contents #about_conts .area_1 .box:nth-of-type(2n) .img {
	right: auto;
	left: 0;
}

#picospot_contents .shoulder_merit {
	text-align: center;
}

#picospot_contents #ingredient_conts #about_conts .area_1 .box:nth-child(odd) .text_box {
	float: right;
} 
#picospot_contents #ingredient_conts #about_conts .area_1 .box:nth-child(odd) .img {
	left: 0;
	right: auto;
}
#picospot_contents #ingredient_conts #about_conts .area_1 .box:nth-child(even) .text_box {
	float: left;
} 
#picospot_contents #ingredient_conts #about_conts .area_1 .box:nth-child(even) .img {
	right: 0;
	left: auto;
}
#picospot_contents #ingredient_conts #about_conts .area_1 .box:last-child {
	margin-top: 0;
}
#picospot_contents #flow_conts .auto {
	width: 1160px;
}
	
#picospot_contents #flow_conts .title_box {
	margin-bottom: 245px;
}
#picospot_contents #flow_conts .flow_list {
	width: 1000px;
	margin: auto;
}
#picospot_contents #flow_conts .flow_list li {
	width: 100%;
	float: left;
	clear: both;
	margin-bottom: 0;
}
#picospot_contents #flow_conts .flow_list li:last-of-type {
	margin-bottom: 0;
}
#picospot_contents #flow_conts .flow_list li .text_box {
	width: 48%;
	min-height: 363px;
	float: right;
	position: relative;
	z-index: 9;
}
#picospot_contents #flow_conts .flow_list li:nth-of-type(2n) .text_box {
	float: left;
}
#picospot_contents #flow_conts .flow_list li .text_box .number {
	font-size: 90px;
	line-height: 1.2;
	margin-bottom: 20px;
}
#picospot_contents #flow_conts .flow_list li .text_box h4 {
	font-size: 31px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 20px;
}
#picospot_contents #flow_conts .flow_list li .text_box .gray_text {
	font-size: 100px;
    line-height: 1;
	color: #f6f6f6;
	position: absolute;
    bottom: -42px;
    left: 0;
	z-index: -1;
	letter-spacing: .1em;
}
#picospot_contents #flow_conts .flow_list li:nth-of-type(2n) .text_box .gray_text {
    left: auto;
	right: 0;
	text-align: right;
}
#picospot_contents #flow_conts .flow_list li .img {
	width: 48%;
	float: left;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
#picospot_contents #flow_conts .flow_list li:nth-of-type(2n) .img {
	float: right;
}

#picospot_contents #price_conts .price_wrapper {
	width: 100%;
	float: left;
	clear: both;
	text-align: center;
	padding: 0 100px;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
    margin-bottom: 33px;
}
#picospot_contents #price_conts .price_wrapper .price_box {
	width: 80%;
	margin: auto;
    margin-bottom: 35px;
}

#picospot_contents #price_conts .price_box:nth-of-type(4) {
	padding: 24px 10px 22px;
}
#picospot_contents #price_conts .price_box h4 {
	font-size: 25px;
}
#picospot_contents #price_conts .price_box:nth-of-type(4) h4 {
	margin-bottom: 0;
}
#picospot_contents #price_conts .price_box h4 .small {
	font-size: 22px;
}

#picospot_contents #price_conts .price_box .price_wrap .price {
	font-size: 60px;
}
#picospot_contents #price_conts .price_box .price_wrap .price .small {
	font-size: 36px;
}


#picospot_contents .faqArea {
	border-top: 2px solid #40b1bf;
}
#picospot_contents .faqArea dl {
	border-bottom: 2px solid #40b1bf;
	padding: 10px 0;
}
#picospot_contents .faqArea dl dt {
	padding: 10px 10px 10px 70px;
	position: relative;
}
#picospot_contents .faqArea dl dt:before {
	position: absolute;
	content: "";
	background-image: url("../images/picospot/q.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100%;
    width: 40px;
    height: 40px;
    left: 10px;
    top: 7px;
}
#picospot_contents .faqArea dl dd {
	padding: 10px 10px 10px 70px;
	background: #f3f3f3;
	position: relative;
	display: none;
}

#picospot_contents #price_conts .detail_box {
	width: 100%;
	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;
}
#picospot_contents #price_conts .detail_box table {
	width: 100%;
}
#picospot_contents #price_conts .detail_box h4 {
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 30px;
	text-align: center;
}
#picospot_contents #price_conts .detail_box table tr:nth-of-type(2n) {
	background-color: #f8f8f8;
}
#picospot_contents #price_conts .detail_box table th {
	width: 35%;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	padding: 15px 23px 12px 35px;
}
#picospot_contents #price_conts .detail_box table td {
	font-size: 16px;
	line-height: 27px;
	padding: 15px 23px 12px 0;
}

#pick_conts {
	width: 100%;
	height: 680px;
	background-image:url("../images/picospot/picospot_recommend_bg.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	margin-bottom: 60px;
	padding: 80px 40px;
}
.pick {
    
}
.pick ul {
    display: table;
    width: 100%;
    margin-top: 30px;
}
.pick ul li {
    width: 32%;
    height: 78px;
    margin-right: 2%;
    margin-bottom: 20px;
    background: #fff;
    padding: 20px 10px 15px 55px;
    position: relative;
    float: left;
    font-weight: bold;
}	
.pick ul li:nth-child(3n) {
    margin-right: 0;
}	
.pick ul li:before {
    content: '';
    position: absolute;
    background-image: url(../images/hutae/check.jpg);
    background-repeat: no-repeat;
    left: 15px;
    top: 50%;
    margin-top: -13px;
    width: 30px;
    height: 30px;
    background-size: 100%;
}	
.pick ul li:nth-child(2) {
    line-height: 1.2;
}	
.pick ul li:nth-child(6) {
    line-height: 1.2;
}
.center {
	text-align: center;
}
.aboutLink {
	display: inline-block;
	padding: 10px 40px;
	text-align: center;
	color: #fff;
	background: #000;
	position: relative;
	margin-top: 15px;
}

.aboutLink:after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	font-weight: 900;
	right: 3px;
	top: 50%;
	margin-top: -16px;
	width: 30px;
	height: 30px;
	background-size: 100%;
}
.typeFaceline {
	display: table;
	clear: both;
	margin: 40px auto;
}
.typeFaceline .typeUl {
	display: flex;
}
.typeFaceline .typeUl li {
	width: 25%;
	position: relative;
}
.typeFaceline .typeUl li .typeLink {
	position: absolute;
	bottom: 5%;
	left: 15%;
	text-decoration: underline;
}
.typeFaceline .typeUl li .typeLink.link2 {
	bottom: 11%;
	left: 15%;
	color: #df5f16;
	text-decoration: none;
}
.typeFaceline .typeUl li .typeLink.link3 {
	bottom: 11%;
	left: 15%;
}
.typeFaceline .typeUl li .typeLink.link4 {
	bottom: 8%;
	left: 15%;
}
.typeFaceline .typeUl li .typeLink a {
	display: block;
	
}
	#picospot_contents #price_conts .price_box .price_wrap .price .taxplus {
		position: relative;
		top: auto;
		left: 5px;
		font-size: 28px;
	}
	.case_item2 {
		width: 1200px;
		margin: auto;
		
	}
	.case_img02 {
		margin-bottom: 40px;
	}
	.contsMenu {
		width: 1200px;
		margin: 20px auto 100px;
		display: table;
		border-left: 1px solid #ccc;
	}
	.contsMenu a {
		padding: 0 15px;
		border-right: 1px solid #ccc;
		width: 14%;
		line-height: 1.5;
		display: table-cell;
		vertical-align: middle;
		text-align: center;
	}
}
/*===============================================
●画面の横幅が760pxまで（iPhone6 横向きまで）
===============================================*/
@media screen and (max-width:760px){
/*=========================
▼▼共通▼▼
===========================*/
#picospot_contents .lato_font {
    font-family: 'Lato', sans-serif;
	font-weight: 700;
}
#picospot_contents .sp_none{
    display: none;
}
#picospot_contents .auto {
	width: 90%;
	margin: 0 auto;
}
#picospot_contents img {
	width: 100%;
	height: auto;
	display: block;
}
#picospot_contents section {
	width: 100%;
	margin-bottom: 10vw;
}
#picospot_contents .price_box {
	width: 100%;
	text-align: center;
	background-color: #fff;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 24px 20px 12px;
	border-radius: 6px;
	box-shadow:0px 1px 4px 3px rgba(0,0,0,0.06);
}

#picospot_contents .price_box h4 {
	font-size: 18px;
	line-height: 1.4;
	font-weight: bold;
	margin-bottom: 6px;
    font-style: italic;
}
#picospot_contents .price_box h4 .small {
	font-size: 14px;
	line-height: 1.3;
	font-weight: bold;
	display: inline-block;
}

#picospot_contents .price_box .price_wrap .price {
	display: inline-block;
	font-size: 40px;
	line-height: 1.3;
	font-weight: bold;
	font-style: italic;
	color: #e43c83;
	position: relative;
}

#picospot_contents .price_box .price_wrap .price .small {
	display: inline-block;
	font-size: 18px;
	line-height: 1.3;
	font-weight: bold;
	color: #e43c83;
}

#picospot_contents .title_box {
	width: 100%;
	text-align: center;
	position: relative;
	z-index: 9;
    margin-bottom: 24vw;
}
#picospot_contents .title_box::after {
	content: "";
    display: block;
    width: 1px;
    height: 15vw;
    background-color: #000;
    position: absolute;
    bottom: -20vw;
    left: 50%;
}
#picospot_contents .title_box h2 {
	font-size: 26px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: .1em;
    margin-bottom: 14px;
}
#picospot_contents .title_box .jp_title {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.3;
	letter-spacing: .1em;
}
#picospot_contents .slide_in_image {
    width: 100%;
	height: 100%;
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	overflow: hidden;
	opacity: 0;
}
#picospot_contents .isPlay {
  animation-name: play;
  animation-duration: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  position: relative;
  opacity: 1 !important;
}

/*//isPlayの疑似要素にマスクとマスクを外すアニメーションを設定 */
#picospot_contents .isPlay:before {
  animation-name: maskOut;
  animation-duration: .5s;
  animation-delay: .5s;
  animation-fill-mode: forwards;
  animation-timing-function: cubic-bezier(.8,0,.5,1);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background:linear-gradient(to right, #f3f6f7, #edf4f7);
}
/*//「slide_in_image」をスライドインする*/
@keyframes play {
  from {
    transform: translateX(-100%);
  }
  
  to {
    transform: translateX(0);
  }
}

/*//マスク要素をスライドアウトする*/
@keyframes maskOut {
  from {
    transform: translateX(0);
  }
  
  to {
    transform: translateX(100%);
  }
}
/*=========================
▲▲共通▲▲
===========================*/
#picospot_contents {
	width: 100%;
	height: 100%;
	clear: both;
	float: left;
	-webkit-text-size-adjust: 100%;
	font-size: 14px;
	line-height: 2;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
	font-weight: 500;
	color: #000000;
	text-align: left;
    -webkit-font-smoothing: antialiased;
	overflow: hidden;
}

#picospot_contents #title_conts {
	width: 100%;
	height: 100vw;
	background-image:url("../images/picospot/picospot_main_sp.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	margin-bottom: 6vw;
}
	
	#picospot_contents #title_conts .auto {
		width: 100%;
	}

#picospot_contents #title_conts h1 {
	font-size: 8vw;
	line-height: 1.1;
	font-weight: bold;
    text-align: left;margin-bottom: 10px;
}

#picospot_contents #about_conts {
	position: relative;
    float: left;
    clear: both;
}
#picospot_contents #about_conts .area_1 {
	width: 100%;
	margin: auto;
    margin-bottom: 0;
}
#picospot_contents #ingredient_conts #about_conts .area_1 {
	width: 100%;
	margin: auto;
    margin-bottom: 40px;
}
#picospot_contents #about_conts .area_1 .box {
	width: 100%;
    margin-bottom: 6vw;
	position: relative;
}
#picospot_contents #about_conts .area_1 .box:nth-of-type(2n) {
    margin-bottom: 8vw;
}
#picospot_contents #about_conts .area_1 .box .text_box {
	width: 100%;
	-webkit-box-sizing: border-box;
	moz-box-sizing: border-box;
	box-sizing: border-box;
    position: relative;
    z-index: 9;
	margin: 2vw 0 0;
}
#picospot_contents #about_conts .area_1 .box .text_box h4 {
	font-size: 18px;
	line-height: 2;
	font-weight: bold;
	margin-bottom: 12px;
    letter-spacing: .1em;
	text-align: left;
}
#picospot_contents #about_conts .area_1 .box .text_box .text {
	width: 100%;
    font-size: 15px;
    line-height: 1.8;
    margin-bottom: 20px;
}
#picospot_contents #about_conts .area_1 .box .img {
	width: 100%;
    overflow: hidden;
}

#picospot_contents #ingredient_conts {
    clear: both;
	width: 90%;
    margin: auto;
}

#picospot_contents #ingredient_conts .shoulder_merit {
	text-align: center;
}

#picospot_contents #flow_conts {
	width: 100%;
    margin: 0 auto 10vw;
	clear: both;
}
#picospot_contents #flow_conts .title_box {
	
}
#picospot_contents #flow_conts .flow_list li {
	width: 100%;
	margin-bottom: 50px;
}
#picospot_contents #flow_conts .flow_list li:last-of-type {
	margin-bottom: 0;
}
#picospot_contents #flow_conts .flow_list li .text_box {
	width: 100%;
	position: relative;
	z-index: 9;
}
#picospot_contents #flow_conts .flow_list li .text_box .number {
	font-size: 48px;
	line-height: 1.2;
	margin-bottom: 12px;
}
#picospot_contents #flow_conts .flow_list li .text_box h4 {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.3;
	margin-bottom: 12px;
}
#picospot_contents #flow_conts .flow_list li .text_box .gray_text {
	font-size: 40px;
    line-height: 1;
	color: #f6f6f6;
	position: absolute;
    top: 0;
    right: 0;
	z-index: -1;
    text-align: right;
	letter-spacing: .1em;
}
#picospot_contents #flow_conts .flow_list li .img {
	width: 100%;
    position: relative;
    z-index: 9;
    margin-top: 20px;
    overflow: hidden;
}

#picospot_contents #price_conts .price_wrapper {
	width: 92%;
	text-align: center;
	margin: auto;
    margin-bottom: 33px;
}
#picospot_contents #price_conts .price_wrapper .price_box {
	width: 100%;
    margin-bottom: 20px;
}
#picospot_contents #price_conts .price_box:nth-of-type(3) h4, #picospot_contents #price_conts .price_box:nth-of-type(4) h4 {
	margin-bottom: 0;
}


#picospot_contents #price_conts .detail_box {
	width: 100%;
	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: 30px 5% 32px;
}
#picospot_contents #price_conts .detail_box h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 18px;
	text-align: center;
}
#picospot_contents #price_conts .detail_box table tr:nth-of-type(2n) {
	background-color: #f8f8f8;
}
#picospot_contents #price_conts .detail_box table th {
	width: 30%;
	font-size: 13px;
	line-height: 1.6;
	font-weight: bold;
	padding: 12px 5% 10px 5%;
}
#picospot_contents #price_conts .detail_box table td {
	font-size: 14px;
	line-height: 1.6;
	padding: 12px 5% 10px 0;
}

.hutaeMenu {
	margin-bottom: 10vw;
	display: table;
	margin-top: -2.2vw;
}
.hutaeMenu a {
    text-align: left;
    height: 15vw;
    padding: 3%;
    float: left;
    width: 50%;
    border: 1px solid #50b1bf;
    position: relative;
    margin-top: -1px;
}
.hutaeMenu a:first-child {
	line-height: 1.2;
}
.hutaeMenu a:nth-child(2) {
	line-height: 1.2;
}
.hutaeMenu a:nth-child(even) {
	border-left: none;
}
.hutaeMenu a:after {
	content: '';
	position: absolute;
	background-image: url(../images/hutae/under_arrow.png);
	background-repeat: no-repeat;
	right: 3vw;
	top: 50%;
	margin-top: -1vw;
	width: 3vw;
	height: 3vw;
	background-size: 100%;
}
.orange {
	color: #ff5f00;
}
#picospot_contents .faqArea {
	border-top: 2px solid #40b1bf;
}
#picospot_contents .faqArea dl {
	border-bottom: 2px solid #40b1bf;
	padding: 10px 0;
}
#picospot_contents .faqArea dl dt {
	padding: 10px 10px 10px 14vw;
	position: relative;
}

#picospot_contents .faqArea dl dd {
	padding: 10px 10px 10px 14vw;
	background: #f3f3f3;
	position: relative;
	display: none;
}
#picospot_contents .faqArea dl dd:before {
	position: absolute;
	content: "";
	background-image: url("../images/picospot/a.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 100%;
    width: 8vw;
    height: 8vw;
    left: 10px;
    top: 7px;
}
#pick_conts {
	width: 100%;
	height: 145vw;
	background-image:url("../images/picospot/picospot_recommend_bg_sp.jpg");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	position: relative;
	margin-bottom: 6vw;
	padding: 8vw 4vw;
	clear: both;
}
.pick {
    padding: 5% 0;
}
.pick ul {
    display: table;
    width: 100%;
    margin-top: 3vw;
}
.pick ul li {
    width: 100%;
    margin-right: 2%;
    margin-bottom: 2%;
    background: #fff;
    padding: 3% 0 3% 16%;
    position: relative;
    float: left;
    font-weight: bold;
    font-size: 3.6vw;
}
.pick ul li:before {
    content: '';
    position: absolute;
    background-image: url(../images/hutae/check.jpg);
    background-repeat: no-repeat;
    left: 15px;
    top: 50%;
    margin-top: -13px;
    width: 30px;
    height: 30px;
    background-size: 100%;
}
.pick ul li:nth-of-type(2) {
	line-height: 1.4;
}
.pick ul li:nth-of-type(6) {
	line-height: 1.4;
}
#picospot_contents h4 {
    font-size: 3.2vw;
    font-weight: bold;
    text-align: left;
	margin-bottom: 3vw;
	line-height: 2;
}
.area_1 p {
	margin-bottom: 5vw;
}
.typeFaceline .typeUl {
    display: block;
	margin: 0 auto 15vw;
}
.typeFaceline .typeUl li {
    width: 100%;
    position: relative;
}
.typeFaceline .typeUl li .typeLink {
    position: absolute;
    bottom: 13%;
    left: 43%;
    text-decoration: underline;
	font-size: 4.5vw;
    font-weight: bold;
}
.typeFaceline .typeUl li .typeLink.link2 {
	color: #df5f16;
	bottom: 26%;
}
.typeFaceline .typeUl li .typeLink.link3 {
	bottom: 26%;
}
.typeFaceline .typeUl li .typeLink.link4 {
	bottom: 20%;
}
.typeFaceline .typeUl li .typeLink a {
    display: block;
}
.spText {
	width: 90%;
	margin: -9vw auto 6vw;
}
.aboutLink {
	display: block;
	color: #fff;
	background: #000;
	padding: 3vw;
	position: relative;
}
.aboutLink:after {
	position: absolute;
	font-family: "Font Awesome 5 Free";
	content: '\f054';
	font-weight: 900;
	right: 0;
	top: 50%;
	margin-top: -10px;
	width: 30px;
	height: 30px;
	background-size: 100%;
}
	#picospot_contents #title_conts .top01 {
	position: absolute;
    width: 30vw;
    left: 1vw;
    top: 40vw;
    opacity: 0.8;
}
#picospot_contents #title_conts .top02 {
	position: absolute;
    width: 25vw;
    right: 16vw;
    top: 5vw;
    opacity: 0.8;
}
#picospot_contents #title_conts .top03 {
	position: absolute;
    width: 34vw;
    right: 0vw;
    top: 25vw;
    opacity: 0.8;
}
	.bnr {
		width: 100%;
		margin: 0vw auto 4vw;
	}
	.img_pico , .img {
		margin: 4vw 0;
	}
	#picospot_contents h4.text-title-point {
		text-align: center;
		font-size: 4.5vw;
		position: relative;
		margin: 8vw 0 20vw;
	}
	#about_conts .text-title-point::after {
		content: "";
		display: block;
		width: 1px;
		height: 14vw;
		background-color: #000;
		position: absolute;
		bottom: -17vw;
		left: 50%;
	}
	#picospot_contents #price_conts .price_box .price_wrap .price .taxplus {
		font-size: 20px;
    	display: block;
	}
	
	#picospot_contents #about_conts a {
		text-decoration: underline;
		color: #25aaba;
	}
	.case_item {
		display: table;
		margin: auto;
		width: 90%;
	}
	.case_item .case_large {
		width: 100%;
		margin: 6vw auto;
		display: table;
	}
	.case_item .case_large li {
		width: 100%;
    	margin-bottom: 10%;
		position: relative;
	}
	.case_item li:after {
		content: "";
		width: 20px;
		height: 30px;
		bottom: -34px;
		right: 50%;
		margin-right: -10px;
		background-image: url(../images/picospot/case_arrow_under.png);
		background-repeat: no-repeat;
		background-size: 20px;
		background-position: 50% 50%;
		position: absolute;
	}
	.case_item li:last-child:after {
		display: none;
	}
	.case_item .case_middle {
		width: 100%;
		margin: 6vw auto;
		display: table;
	}
	.case_item .case_middle li {
		width: 100%;
    	margin-bottom: 10%;
		position: relative;
	}
     .case_3column{
        margin: 0 auto;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        gap: 20px 0;
    }
    
	.picosure .img {
		margin: 60px auto;
	}
	.picosure_feat {
		position: relative;
	}
	.picosure_feat .img {
		width: 100%;
		float: none;
		margin: 0;
	}
	.picosure_feat .feature {
		background: rgba(251,245,245,0.8);
		padding: 5vw;
		z-index: 1;
		width: 100%;
	}
	.picosure_feat .feature h3 {
		font-size: 4vw;
		font-weight: bold;
		margin-bottom: 3vw;
		text-align: center;
	}
	.picosure_feat .feature p {
		margin-bottom: 8px;
    	line-height: 1.6;
	}
	.merit_line {
		text-align: center;
		padding: 3px 0;
		font-size: 16px;
		font-weight: bold;
		display: table;
    	width: 100%;
	}
	.tekiou {
		background: #d5e9ef;
	}
	.me {
		background: #f2e3ea;
	}
	.deme {
		background: #dfdfdf;
	}
	.merit_ul {
		width: 100%;
    	margin: 3vw auto;
	}
	.merit_ul_hulf_box {
		width: 100%;
		margin: 3vw auto;
		display: table;
	}
	.merit_ul_hulf {
		width: 100%;
	}
	.merit_box .img {
		margin: 2vw auto;
	}
	.shorei_bnr {
		margin-bottom: 30px;
	}
	#conts_pickup {
		padding: 100px 0 0;
		margin: 100px auto 0;
		border-top: 1px solid #000;
		text-align: center;
	}
	#conts_pickup h2 {
		font-size: 24px;
		font-weight: bold;
		display: block;
		margin-bottom: 20px;
	}
	#conts_pickup #pickup2 {
		padding: 40px 0;
	}
	#conts_pickup #pickup2 li {
		margin-bottom: 30px;
		background: #eeeeee;
		padding: 6vw;
		width: 100%;
		display: table;
	}
	#conts_pickup #pickup2 li .pickupLeft {
		width: 70%;
    	margin: auto;
	}
	#conts_pickup #pickup2 li .pickupRight {
		width: 100%;
		text-align: left;
	}
	#conts_pickup #pickup2 li .pickupRight h3 {
		font-size: 4vw;
		font-weight: bold;
		margin: 2vw 0;
		text-align: center;
	}
	#conts_pickup #pickup2 li .pickupRight h4 {
		font-size: 17px;
		font-weight: bold;
		margin-top: 20px;
	}
	.pickupLink {
		text-decoration: underline;
		color: #0088aa;
	}
	.flow_list {
		padding: 4vw 0;
	}
	#price_conts h4 {
		text-align: center;
	}
	.contsMenu {
		margin-bottom: 10vw;
		display: table;
		margin-top: -2.2vw;
		width: 100%;
	}
	.contsMenu a {
		text-align: left;
		height: 15vw;
		padding: 3%;
		float: left;
		width: 50%;
		border-bottom: 1px solid #000000;
		border-right: 1px solid #000000;
		position: relative;
		margin-top: -1px;
		font-size: 3.5vw;
		line-height: 2.5;
	}
	.contsMenu a:after {
		content: '';
		position: absolute;
		background-image: url(../images/hutae/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);
	}
	.case_item2 {
		width: 90%;
		margin: auto;
	}
	.case_img02 {
		margin-bottom: 6vw;
	}
}