@charset "UTF-8";

/* -----------------------------------------------
Table of Contents (common css) [Thought of SMACSS + original]
--------------------------------------------------
0. Foundation
	 0-1. Reset (normalize.css + original)
	 0-2. Base
	 0-3. Config
1. Layout
	 1-1. #l-document
	 1-2. #l-header
	 1-3. #l-container
				1-3-1. #l-main
				1-3-2. #l-sub
	 1-4. #l-footer
	 1-5. #l-nav-global
2. Object
	 2-1. Component a.k.a Module [Thought of BEM + original]
				2-1-1.  Wrap     [wrp-***]
				2-1-2.  Box      [box-***]
				2-1-3.  Table    [tbl-***]
				2-1-4.  Headings [hdg-lv*]
				2-1-5.  Nav      [nav-***]
				2-1-6.  List     [lst-***]
				2-1-7.  Button   [btn-***]
				2-1-8.  Anchor   [acr-***]
				2-1-9.  Text     [txt-***]
				2-1-10. Icon     [icn-***]
				2-1-11. Label    [lbl-***]
				2-1-12. Form     [frm-***]
				2-1-13. Error    [err-***]
				2-1-14. UI
	 2-2. Utility
				2-2-1. clearfix
				2-2-2. margin,padding [mb10,pt20]
				2-2-3. Object-Oriented CSS
				2-2-4. Grid System [grid-***]
				2-2-5. WebFont [FontAwesome] http://fortawesome.github.io/Font-Awesome/icons/
	 2-3. State [is-***]
	 2-4. OverLayerConfig [z-index]
	 2-5. Project

	 -------------------------------------------------- */

/* -----------------------------------------------
 [0. Foundation]
 -------------------------------------------------- */

/* 0-1. Reset
-------------------------------------------------- */
html{
	font-family: sans-serif;
}
body{
	margin: 0;
	padding: 0;
	-webkit-text-size-adjust: 100%;
}
a{
	background: transparent;
}
a:focus{
	outline: thin dotted;
}
a:active,
a:hover{
	outline: 0;
}
html,div,span,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
a,abbr,acronym,address,code,del,em,img,strong,
dl,dt,dd,ol,ul,li,
fieldset,form,label,
table,caption,tbody,tfoot,thead,tr,th,td{
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}
article,aside,footer,header,small,nav,section,figure,figcaption,main{
	margin: 0;
	padding: 0;
	display: block;
	vertical-align: baseline;
	list-style: none;
	background-color: transparent;
	outline: none;
}
audio,canvas,video{
	display: inline-block;
}
ul,ol{
	list-style-type: none;
}
table{
	border: none;
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	line-height: 1;
	vertical-align: bottom;
	outline: none;
	-webkit-backface-visibility: hidden;
}
a img{
	border: none;
	outline: none;
}
sub,sup{
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
hr{
	box-sizing: content-box;
	height: 0;
}
dt,dd,li,
th,td,
input,textarea{
	text-align: left;
	vertical-align: top;
}
button{
	border: none;
}
input,textarea,button{
	margin: 0;
	padding: 0;
}
input{
	border: 1px solid #dad7d3;
	padding: 2px 5px;
}
textarea{
	border: 1px solid #dad7d3;
	resize: none;
}
button,label{
	background-color: transparent;
	cursor: pointer;
}
button,select{
	text-transform: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"]{
	-webkit-appearance: button;
	cursor: pointer;
}
button[disabled],
input[disabled]{
	cursor: default;
}
input[type="checkbox"],
input[type="radio"]{
	box-sizing: content-box;
	padding: 0;
	vertical-align: middle;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration{
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner{
	padding: 0;
	border: 0;
}
textarea{
	overflow: auto;
	vertical-align: top;
}
small{
	font-size: 0.8em;
	display: inline;
}
:focus{
	outline: none;
}

/* 0-2. Base
-------------------------------------------------- */
html{
	overflow-y: scroll;
	font-size: 100%;
}
h1,h2,h3,h4,h5,h6{
	font-size: 100%;
	font-weight: bold;
}
table{
	width: 100%;
}
input,textarea,button,select{
	font-family:"游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
}
html[lang="en"] input,
html[lang="en"] textarea,
html[lang="en"] button,
html[lang="en"] select{
	font-family: Arial, Helvetica, sans-serif;
}
strong,
em{
	font-weight: bold;
}

/* 0-3. Config
-------------------------------------------------- */
body{
	font-size: 15px;
	color: #4f5b5c;
	background-color: #fff;
	letter-spacing: 0;
	font-family:"游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
@media only screen and (min-width: 1px) and (max-width: 768px){
	body{
		font-size: 13px;
		line-height: 1.538;
	}
}
input,textarea,button,select{
	font-family:"游ゴシック", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
	font-size: 100%;
}

a{
	color: #00479d;				/* ベースのリンク文字の色を指定 */
	text-decoration: none;	/* ベースのリンク文字の下線の有無を指定 */
	-webkit-transition: all .5s;
	transition: all .5s;
}
a:focus {
	outline: none;
}
@media only screen and (min-width: 769px){
	a:hover{
		opacity: .7;
	}
	a:hover,
	a:active{
		color: #00479d;				/* ベースのリンク文字の色を指定 */
		/*text-decoration: underline;	*/	/* ベースのリンク文字の下線の有無を指定 */
	}
}
h1,h2,h3,h4,h5,h6{
	line-height: 1.4;			/* ベースの行間を指定 */
}
p{
	line-height: 1.6666666;			/* ベースの行間を指定 */
}
dt,dd,li,
th,td,
input,
textarea,
button{
	line-height: 1.5;			/* ベースの行間を指定 */
}
button {
	border-radius: 0;
}
sup {
	vertical-align: top;
	line-height: 1;
}
img{
	vertical-align: top;
}
/* -----------------------------------------------
 [1. Layout]
 -------------------------------------------------- */
/* 1-1. #l-document
-------------------------------------------------- */
#document{
	overflow: hidden;
	position: relative;
}
/* 1-2. header
-------------------------------------------------- */
.header {
	position: absolute;
	top: 30px;
	left: 0;
	width: 100%;
	height: auto;
	z-index: 10;
}
.header__logo a {
	padding-left: 35px;
	font-size: 0;
	transition: all 0.5s;
}
.header__logo a:hover {
	opacity: 0.7;
}
.header__logo img {
	max-width: 100%;
	height: auto;
	width: 338px;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
	.header {
		top: 20px;
	}
	.header__logo a {
		padding-left: 15px;
		font-size: 0;
	}
	.header__logo img {
		width: 160px;
	}
}

/* 1-3. #l-container
-------------------------------------------------- */

/* 1-3-1. #l-main
-------------------------------------------------- */

/* 1-3-2. #l-sub
-------------------------------------------------- */


/* 1-4. footer
-------------------------------------------------- */
.footer{
	position: relative;
	border-top: 1px solid #2c1914;
}
.footer__body > .wrp-container{
	position: relative;
	padding: 60px 15px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.btn-back{
	position: absolute;
	top: -30px;
	left: auto;
	right: 15px;
	-webkit-box-shadow: 0px 12px 24px 0px rgba(33, 65, 88, 0.3);
	-moz-box-shadow: 0px 12px 24px 0px rgba(33, 65, 88, 0.3);
	box-shadow: 0px 12px 24px 0px rgba(33, 65, 88, 0.3);
	width: 60px;
	height: 60px;
	border-radius: 50%;
	padding: 15px;
	font-size: 24px;
	box-sizing: border-box;
	background-color: #fff;
	text-align: center;
}
.footer__logo{
	align-self: center;
	margin-right: auto;
}
.footer__logo img{
	max-width: 170px;
}
.footer__text{
	align-self: flex-end;
}
.footer__sns-list{
	text-align: right;
}
.footer__sns-list > li{
	display: inline-block;
	margin-right: 20px;
}
.footer__sns-list > li:last-child{
	margin-right: 0;
}
.footer__sns-list > li a{
	width: 45px;
	height: 45px;
	border: 1px solid #000;
	border-radius: 50%;
	display: block;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
}
.footer__sns-list > li a i:before{
	color: #000;
	font-size: 20px;
}
.footer__copyright{
	margin-top: 20px;
	font-size: 13px;
}
@media only screen and (min-width: 1px) and (max-width: 768px) {
	.footer{
		background-color: #fff;
		padding: 40px 0 10px;
		text-align: center;
	}
	.footer__body > .wrp-container{
		padding: 0;
		display: block;
		position: initial;
	}
	.btn-back{
		top: -22px;
		width: 45px;
		height: 45px;
		font-size: 15px;
	}
	.footer__logo{
		display: inline-block;
		margin: 0 auto;
	}
	.footer__sns-list{
		margin-top: 25px;
		text-align: center;
	}
	.footer__sns-list > li{
		display: inline-block;
		margin-right: 20px;
	}
	.footer__sns-list > li:last-child{
		margin-right: 0;
	}
	.footer__sns-list > li a{
		width: 35px;
		height: 35px;
		border: 1px solid #000;
		border-radius: 50%;
		display: block;
		padding: 8px;
		text-align: center;
		box-sizing: border-box
	}
	.footer__sns-list > li a i:before{
		color: #000;
		font-size: 16px;
	}
	.footer__copyright{
		text-align: center;
		font-size: 10px;
		letter-spacing: 0.04em;
		margin-top: 10px;
	}
}

/* 1-5. #l-nav-global
-------------------------------------------------- */

/* -----------------------------------------------
 [2. Object]
 -------------------------------------------------- */

/* 2-1. Component a.k.a Module
-------------------------------------------------- */
/*2-1-1.  Wrap     [wrp-***]*/
.wrp-container {
	max-width: 1140px;
	padding: 0 15px;
	margin: 0 auto;
}

/*2-1-4.  Headings [hdg-lv*]*/
.hdg-lv1{
	font-size: 28px;
	color: #000;
	text-align: center;
}
@media only screen and (min-width:1px) and (max-width:1079px){
	.hdg-lv1{
		font-size: 20px;
	}
}

.hdg-lv2{
	font-size: 44px;
	letter-spacing: 0.08em;
	color: #fff;
	font-weight: bold;
	line-height: 1.1;
	text-align: center;
}
@media only screen and (max-width: 767px){ /* SP */
	.hdg-lv2{
		font-size: 20px;
	}
}

.hdg-lv3{
	font-size: 18px;
	letter-spacing: 0.08em;
	line-height: 1.39;
	color: #2c1914;
}
@media only screen and (max-width: 767px){ /* SP */
	.hdg-lv3{
		font-size: 16px;
	}
}

/*-----------------------------*/


@media all and (-ms-high-contrast:none){
	*::-ms-backdrop{
		width: 100%;
	}
}

/* 2-2. Utility
-------------------------------------------------- */
/*2-2-1. clearfix [ModernType]*/
#l-header:after,.wrp-header:after,#l-container:after,#l-main:after,#l-sub:after,#l-footer:after,.nav ul:after,.wrp-container:after,
.clearfix:after{
	display: block;
	clear: both;
	content: "";
}


/* for RWD */
.fluid-image{
	max-width: 100%;
	height: auto;
}
.full-image {
	width: 100%;
	height: auto;
}

/* 2-2-4. Grid System [grid-***] */
.wrp-grid{
	margin-left: -30px;
	margin-right: -30px;
}
.grid-1, .grid-2, .grid-3, .grid-4, .grid-5, .grid-6, .grid-7, .grid-8, .grid-9, .grid-10, .grid-11, .grid-12{
	padding: 0 30px;
	float: left;
	box-sizing: border-box;
}
.grid-1{
	width: 8.33333333333%;
}
.grid-2{
	width: 16.6666666667%;
}
.grid-3{
	width: 25%;
}
.grid-4{
	width: 33.3333333333%;
}
.grid-5{
	width: 41.6666666667%;
}
.grid-6{
	width: 50%;
}
.grid-7{
	width: 58.3333333333%;
}
.grid-8{
	width: 66.6666666667%;
}
.grid-9{
	width: 75%;
}
.grid-10{
	width: 83.3333333333%;
}
.grid-11{
	width: 91.6666666667%;
}
.grid-12{
	width: 100%;
}
@media only screen and (max-width: 767px){ /* SP */
	.wrp-grid{
		margin-left: -4px;
		margin-right: -4px;
	}
	.grid-1--sp, .grid-2--sp, .grid-3--sp, .grid-4--sp, .grid-5--sp, .grid-6--sp, .grid-7--sp, .grid-8--sp, .grid-9--sp, .grid-10--sp, .grid-11--sp, .grid-12--sp{
		width: 100%;
		padding: 0 4px;
	}
	.grid-1--sp{
		width: 8.33333%;
	}
	.grid-2--sp{
		width: 16.66667%;
	}
	.grid-3--sp{
		width: 25%;
	}
	.grid-4--sp{
		width: 33.3333333%;
	}
	.grid-5--sp{
		width: 41.66667%;
	}
	.grid-6--sp{
		width: 50%;
	}
	.grid-7--sp{
		width: 58.33333%;
	}
	.grid-8--sp{
		width: 66.66667%;
	}
	.grid-9--sp{
		width: 75%;
	}
	.grid-10--sp{
		width: 83.33333%;
	}
	.grid-11--sp{
		width: 91.66667%;
	}
	.grid-12--sp{
		width: 100%;
	}
}


/* 2-2-6. Visibility [visible-***] */
.is-visiblePc{
	display: block!important;
}
.is-visibleSp{
	display: none!important;
}
.is-visibleTablet{
	display: none!important;
}
@media only screen and (min-width:1px) and (max-width:1079px){
	.is-visiblePc{
		display: none!important;
	}
	.is-visibleSp{
		display: block!important;
	}
	.is-visibleTablet{
		display: none!important;
	}
}/* endMedia */

.center{
	text-align: center;
}
.right{
	text-align: right;
}
.left{
	text-align: left;
}

/* 2-3. State [is-***]
-------------------------------------------------- */
.is-open{
	display: block;
}
.is-error{
	background-color: #f9eceb;
}
.is-disabled{
	opacity: 0.45;
}
.is-show{
	visibility: visible;
	opacity: 1;
}

/* 2-5. Project
-------------------------------------------------- */
/* Common */
.wrp-container{
	max-width: 1030px;
	padding: 0 15px;
	margin: 0 auto;
}
.wrp-container--thin{
	max-width: 870px;
	padding: 0 15px;
	margin: 0 auto;
}
.content-txt{
	font-size: 15px;
	letter-spacing: 0.06em;
	line-height: 1.67;
	font-weight: 500;
	color: #2c1914;
}
.content-link{
	font-size: 15px;
	letter-spacing: 0.06em;
	line-height: 1.67;
	font-weight: 500;
	margin-top: 10px;
	border-top: 1px solid rgba(44,25,20, 0.3);
	padding-top: 10px;
}
.content-link a{
	text-decoration: underline;
}
.content-link a i:before{
	margin-right: 5px;
}
@media only screen and (max-width: 767px){ /* SP */
	.content-txt{
		font-size: 14px;
		letter-spacing: 0.06em;
		line-height: 1.71;
	}
	.content-link{
		font-size: 14px;
		letter-spacing: 0.06em;
		line-height: 1.71;	
	}
}

/* main visual */
.main-visual__inner{
	width: 100%;
	padding-top: 55.5%;
	position: relative;
	overflow: hidden;
}
.main-visual__movie{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.main-visual__movie video{
	width: 100%;
	height: auto;
}
.main-visual__title{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.main-visual__title img,
.main-visual__img{
	max-width: 100%;
}
.main-visual__img{
	position: absolute;
	bottom: 0;
	right: 130px;
}
@media only screen and (max-width: 1100px){ 
	.main-visual__img{
		width: 300px;
		right: 15px;
		height: auto;
	}
	.main-visual__img img{
		max-width: 100%;
	}
}
@media only screen and (max-width: 767px){ /* SP */
	.main-visual__inner{
		padding-top: 145%;
	}
	.main-visual__img{
		width: 200px;
		right: 15px;
		height: auto;
	}
	.main-visual__title{
		width: calc(100% - 80px);
		top: 40%;
	}
	.main-visual__img img{
		max-width: 100%;
	}
	.main-visual__movie{
		left: -30%;
	}
	.main-visual__movie video{
		height: 100%;
		width: auto;
	}
}

/* lead */
.lead{
	background-color: #ffc7b3;
	padding: 95px 0;
}
.hdg-lv2--lead{
	font-size: 32px;
	letter-spacing: 0;
	color: #2c1914;
}
.lead .hdg-lv2--lead + .content-txt{
	margin-top: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
@media only screen and (max-width: 767px){ /* SP */
	.lead{
		background-color: #ffc7b3;
		padding: 50px 0 45px;
	}
	.hdg-lv2--lead{
		font-size: 17px;
	}
	.lead .hdg-lv2--lead + .content-txt{
		margin-top: 15px;
		font-size: 16px;
	}
}

/* movie */
.movie{
	padding: 100px 0;
	background: #ffc7b3 url(/special/campaign/ke/images/movie-bg01.png) no-repeat;
	background-size: cover;
}
.movie .hdg-lv2 + .content-txt{
	margin-top: 30px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.movie__youtube{
	margin-top: 30px;
}
.movie__youtube__inner{
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	overflow: hidden;
	border: 2px solid #fff;
	border-radius: 10px;
}
.movie__youtube__inner iframe{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.movie__youtube + .content-txt{
	margin-top: 10px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}
.content-txt + .movie__youtube{
	margin-top: 35px;
}
@media only screen and (max-width: 767px){ /* SP */
	.movie{
		padding: 50px 0;
	}
	.movie .hdg-lv2 + .content-txt{
		margin-top: 15px;
		font-size: 16px;
	}
	.movie__youtube{
		margin-top: 20px;
	}
	.movie__youtube__inner{
		width: calc(100% + 30px);
		margin-left: -15px;
		margin-right: -15px;
		border: none;
		border-radius: 0;
	}
	.movie__youtube + .content-txt{
		margin-top: 10px;
		font-size: 16px;
	}
	.content-txt + .movie__youtube{
		margin-top: 20px;
	}
}

/* pickup */
.pickup{
	background-color: #ffc7b3;
	padding: 95px 0 200px;
	position: relative;
}
.pickup > .wrp-container{
	position: relative;
}
.pickup .hdg-lv2 + .wrp-grid{
	margin-top: 95px;
	margin-left: -25px;
	margin-right: -25px;
	z-index: 1;
}
.pickup__item{
	padding: 0 25px;
	position: relative;
}
.pickup__item:nth-of-type(n+4){
	margin-top: 110px;
}
.pickup__item:nth-of-type(1):before,
.pickup__item:nth-of-type(2):before,
.pickup__item:nth-of-type(3):before,
.pickup__item:nth-of-type(3):after,
.pickup__item:nth-of-type(4):before,
.pickup__item:nth-of-type(4):after,
.pickup__item:nth-of-type(5):before,
.pickup__item:nth-of-type(6):before,
.pickup__item:nth-of-type(6):after{
	z-index: 2;
	transform: scale(0.7);
}
.pickup__item:nth-of-type(1):before{
	content: '';
	position: absolute;
	width: 235px;
	height: 168px;
	top: -100px;
	left: -16px;
	background-image: url(/special/campaign/ke/images/pickup-inst02.png);
	background-size: cover;
}
.pickup__item:nth-of-type(2):before{
	content: '';
	position: absolute;
	width: 180px;
	height: 163px;
	top: -100px;
	right: -54px;
	background-image: url(/special/campaign/ke/images/pickup-inst04.png);
	background-size: cover;
}
.pickup__item:nth-of-type(3):before{
	content: '';
	position: absolute;
	width: 246px;
	height: 160px;
	top: -75px;
	right: -48px;
	background-image: url(/special/campaign/ke/images/pickup-inst06.png);
	background-size: cover;
}
/*.pickup__item:nth-of-type(3):after{
	content: '';
	position: absolute;
	width: 226px;
	height: 162px;
	top: 80px;
	right: -155px;
	background-image: url(/special/campaign/ke/images/pickup-decoration01.png);
	background-size: cover;
}*/
.pickup__item:nth-of-type(4):before{
	content: '';
	position: absolute;
	width: 180px;
	height: 163px;
	top: -100px;
	left: -74px;
	background-image: url(/special/campaign/ke/images/pickup-inst04.png);
	background-size: cover;
}
/*.pickup__item:nth-of-type(4):after{
	content: '';
	position: absolute;
	width: 230px;
	height: 218px;
	top: 96px;
	left: -190px;
	background-image: url(/special/campaign/ke/images/pickup-decoration02.png);
	background-size: cover;
}*/
.pickup__item:nth-of-type(5):before{
	content: '';
	position: absolute;
	width: 265px;
	height: 136px;
	top: -95px;
	right: -20px;
	background-image: url(/special/campaign/ke/images/pickup-inst05.png);
	background-size: cover;
}
.pickup__item:nth-of-type(6):before{
	content: '';
	position: absolute;
	width: 246px;
	height: 160px;
	top: -75px;
	right: -48px;
	background-image: url(/special/campaign/ke/images/pickup-inst06.png);
	background-size: cover;
}
/*.pickup__item:nth-of-type(6):after{
	content: '';
	position: absolute;
	width: 233px;
	height: 142px;
	top: 111px;
	right: -155px;
	background-image: url(/special/campaign/ke/images/pickup-decoration03.png);
	background-size: cover;
}*/
.pickup__item__img{
	text-align: center;
	position: relative;
	z-index: 1;
}
.pickup__item__img img{
	max-width: 100%;
	border: 2px solid #fff;
	border-radius: 10px;
	box-sizing: border-box;
}
.pickup__item .hdg-lv3{
	margin-top: 15px;
	text-align: center;
}
.pickup__item__locate{
	font-size: 12px;
	color: #2c1914;
	text-align: center;
	font-weight: 500;
}
.pickup__item__locate i{
	margin-right: 3px;
}
.pickup__item .content-txt{
	color: #2c1914;
}
.pickup__item__locate + .content-txt{
	margin-top: 15px;
}
.pickup__item .hdg-lv3 + .content-txt{
	margin-top: 35px;
}
.pickup__decoration{
	z-index: 10;
}
.pickup__decoration img{
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 320px;
}
@media only screen and (max-width: 1359px){ /* SP */
	.pickup__item:nth-of-type(1):before{
		top: -115px;
		left: -80px;
	}
	.pickup__item:nth-of-type(3):before{
		right: 0;
	}
	.pickup__item:nth-of-type(4):before{
		top: -135px;
		left: -10px;
	}
	.pickup__item:nth-of-type(6):before{
		top: -130px;
		right: -10px;
	}
}
@media only screen and (max-width: 1239px){ /* SP */
	.pickup .hdg-lv2 + .wrp-grid{
		margin-top: 100px;
	}
	.pickup__item:nth-of-type(n+4){
		margin-top: 95px;
	}
	.pickup__item:nth-of-type(1):before,
	.pickup__item:nth-of-type(2):before,
	.pickup__item:nth-of-type(3):before,
	.pickup__item:nth-of-type(3):after,
	.pickup__item:nth-of-type(4):before,
	.pickup__item:nth-of-type(4):after,
	.pickup__item:nth-of-type(5):before,
	.pickup__item:nth-of-type(6):before,
	.pickup__item:nth-of-type(6):after{
		transform: scale(0.7);
	}
	.pickup__item:nth-of-type(1):before{
		left: 10px;
	}
	.pickup__item:nth-of-type(2):before{
		top: -100px;
	}
	.pickup__item:nth-of-type(3):before{
		top: -100px;
	}
	.pickup__item:nth-of-type(4):before{
		top: -100px;
	}
	.pickup__item:nth-of-type(5):before{
		top: -85px;
	}
	.pickup__item:nth-of-type(6):before{
		top: -90px;
	}
}
@media only screen and (max-width: 767px){ /* SP */
	.pickup{
		padding: 50px 0 190px;
	}
	.pickup .hdg-lv2 + .wrp-grid{
		margin-top: 70px;
	}
	.pickup__item:nth-of-type(n+2){
		margin-top: 60px;
	}
	.pickup__item:nth-of-type(1):before,
	.pickup__item:nth-of-type(2):before,
	.pickup__item:nth-of-type(3):before,
	.pickup__item:nth-of-type(3):after,
	.pickup__item:nth-of-type(4):before,
	.pickup__item:nth-of-type(4):after,
	.pickup__item:nth-of-type(5):before,
	.pickup__item:nth-of-type(6):before,
	.pickup__item:nth-of-type(6):after{
		transform: scale(0.6);
	}
	.pickup__item:nth-of-type(1):before{
		left: -35px;
		top: -90px;
	}
	.pickup__item:nth-of-type(2):before{
		right: -20px;
		left: auto;
		top: -70px;
	}
	.pickup__item:nth-of-type(3):before{
		left: -20px;
		right: auto;
		top: -70px;
	}
	/*.pickup__item:nth-of-type(3):after{
		top: 40%;
		right: -50px;
	}*/
	.pickup__item:nth-of-type(4):before{
		right: -15px;
		left: auto;
		top: -70px;
	}
	/*.pickup__item:nth-of-type(4):after{
		top: 30%;
		left: -65px;
	}*/
	.pickup__item:nth-of-type(5):before{
		left: -35px;
		right: auto;
		top: -70px;
	}
	.pickup__item:nth-of-type(6):before{
		right: -30px;
		left: auto;
		top: -80px;
	}
	/*.pickup__item:nth-of-type(6):after{
		top: 40%;
		right: -65px;
	}*/
	.pickup__item__locate + .content-txt{
		margin-top: 10px;
	}
	.pickup__decoration img{
		max-width: 100%;
		width: 100%;
	}
}
@media only screen and (max-width: 370px){ /* SP */
	.pickup__item:nth-of-type(4):after{
		top: 25%;
	}
}

/* tour */
.tour{
	background-color: #fbf0e3;
	padding: 95px 0;
}
.hdg-lv2--tour{
	color: #ffc1ae;
}
.tour__lead{
	margin-top: 30px;
	font-size: 18px;
	letter-spacing: 0.08em;
	line-height: 1.78;
	text-align: center;
	font-weight: 500;
	color: #2c1914;
}
.tour__lead + .wrp-grid{
	margin-top: 35px;
}
.tour__item:nth-of-type(n+3){
	margin-top: 50px;
}
.tour__item{
	text-align: center;
}
.tour__item img{
	max-width: 100%;
}
@media only screen and (max-width: 767px){ /* SP */
	.tour{
		padding: 45px 0 55px;
	}
	.tour__lead{
		font-size: 16px;
		margin-top: 20px;
	}
	.tour__item:nth-of-type(n+2){
		margin-top: 15px;
	}
}

/* partnar */
.partnar{
	background-color: #fff;
	padding: 100px 0;
}
.hdg-lv3--partnar{
	font-size: 16px;
	color: #2c1914;
	letter-spacing: 0.12em;
	line-height: 1.375;
	border-bottom: 1px solid #2c1914;;
}
.hdg-lv3--partnar + a{
	display: inline-block;
}
.hdg-lv3--partnar + a,
.hdg-lv3--partnar + .wrp-grid{
	margin-top: 20px;
}
.hdg-lv3--partnar:nth-of-type(n+2){
	margin-top: 40px;
}
.partnar__parson__profile{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.partnar__parson__profile__img,
.partnar__parson__profile__img img{
	border-radius: 50%;
	max-width: 80px;
}
.partnar__parson__profile__img{
	margin-right: 15px;
}
.partnar__parson__profile__name{
	font-weight: 500;
}
.partnar__parson__profile__media a{
	color: #2c1914;
	font-weight: 500;
}
.partnar__parson__intro{
	margin-top: 15px;
}
.partnar__parson__intro p{
	font-size: 12px;
	letter-spacing: 0.08em;
	line-height: 1.5;
	color: #2c1914;
	font-weight: 500;
}
.partnar__parson__intro p:nth-of-type(2){
	margin-top: 10px;
}
@media only screen and (max-width: 767px){ /* SP */
	.partnar{
		padding: 50px 0;
	}
	.hdg-lv3--partnar{
		font-size: 14px;
	}
	.partnar__parson:nth-of-type(n+2){
		margin-top: 30px;
	}
	.partnar__parson__profile__img,
	.partnar__parson__profile__img img{
		max-width: 75px;
	}
}