@charset "UTF-8";
/* セクション共通
---------------------------------------------------- */
section {
	/*padding-top: 27px;
	padding-bottom: 50px;*/
}
section h2 {
	font-family: acumin-pro,sans-serif;
	font-size: 20px;
	font-size: 2.0rem;
	font-weight: 700;
	font-style: normal;
	line-height: 30px;
	letter-spacing: 0.04em;
	text-align: center;
}

/* ヘッド
---------------------------------------------------- */
.head {
	height: 227px;
	margin-top: 60px;
	background: url("../images/header-sp-bg.jpg") 0 0 repeat-x;
	background-size: 1px 227px;
	line-height: 1em;
}
.head h1 {
	max-width: 266px;
	margin: auto;
}

/* Wonders!
---------------------------------------------------- */
.wonders {
	padding-top: 52px;
	padding-bottom: 2px;
}
.wonders h2 {
	margin-bottom: 14px;
}
.wonders p {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
	text-align: center;
}
.box-wonders {
	margin-top: 30px;
	margin-bottom: 64px;
}
.box-wonders h3,
.box-travelers h3 {
	margin-bottom: 5px;
	font-family: acumin-pro,sans-serif;
	font-size: 24px;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 31px;
	letter-spacing: 0.06em;
	text-align: center;
}
.box-wonders h3 .small,
.box-travelers h3 .small {
	font-size: 19px;
	font-size: 1.9rem;
}
.box-wonders figure,
.box-travelers figure {
	margin: 0 4.6875% 17px 4.6875%;
	text-align: center;
}
.box-wonders .code,
.box-travelers .code {
	margin-bottom: 25px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 35px;
	letter-spacing: -0.01em;
	text-align: center;
}
.box-wonders p,
.box-travelers p {
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0;
	text-align: left;
}
.box-wonders ol,
.box-travelers ol {
	margin-top: 40px;
	margin-bottom: 36px;
	margin-left: 25px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: 400;
	line-height: 27px;
	letter-spacing: 0.04em;
}

.wonders .youtube {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.wonders .youtube iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/* Movie
---------------------------------------------------- */
.movie {
	padding-top: 27px;
	padding-bottom: 43px;
	background: #f2ee37;
}
.movie h2 {
	margin-bottom: 24px;
}
.movie .youtube-wrap {
	max-width: 480px;
	margin:auto;
}
.movie figure {
	max-width: 480px;
	margin:auto;
}
.movie .youtube {
     position: relative;
     padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
     height: 0;
     overflow: hidden;
}
.movie .youtube iframe {
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
}

/* Instagram
---------------------------------------------------- */
.instagram {
	padding-top: 26px;
	padding-bottom: 23px;
}
.instagram h2 {
	margin-bottom: 30px;
}
.instagram p.tag {
	margin-bottom: 10px;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 400;
	line-height: 26px;
	letter-spacing: 0.04em;
	text-align: center;
}
.instagram .img-instagram {
	max-width: 480px;
	margin:auto;
}

/* Staff
---------------------------------------------------- */
.staff {
	padding-top: 39px;
	padding-bottom: 0px;
	background: #f2ee37;
}
.staff h2 {
	margin-bottom: 34px;
}
.staff-profile {
	margin-bottom: 35px;
}
.staff-head {
	display: -webkit-flex;
	display: -webkit-box;
    display: -ms-flexbox;
	display: -moz-flex;
    display: flex;
	-webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.staff-head figure {
	width: 53.57142%;
	margin-right: 3.57142%;
	margin-bottom: 4px;
	-ms-flex-shrink: 0;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
}
.role {
	display: inline-block;
	width: auto;
	margin-bottom: 10px;
	padding: 5px;
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 14px;
	letter-spacing: 0.04em;
	color: #fff;
	background: #f7931e;
}
.name {
	display: block;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: 400;
	line-height: 19px;
	letter-spacing: 0.04em;
}
.profile {
	margin-bottom: 7px;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 18px;
	letter-spacing: 0.04em;
}
.go-website a {
	width: 60px;
	height: 17px;
	background: #ffffbe;
	border-radius: 5px;
	display: block;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 17px;
	letter-spacing: 0.04em;
	text-align: center;
}
.go-website a:hover {
	text-decoration: none;
}

/* 購入
---------------------------------------------------- */
.buy {
	padding-top: 40px;
	padding-bottom: 40px;
}
.btn-buy {
	width: 100%;
	height: 75px;
	padding-top: 10px;
	background: #009d4c;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 27px;
	border-radius: 10px;
}
.btn-buy a {
	display: block;
	color: #fff;
	text-align: center;
}
.btn-buy a:hover {
	text-decoration: none;
}

/* iPad　縦　以上
---------------------------------------------------- */
@media all and (min-width: 767px) {
/* セクション共通
---------------------------------------------------- */
section {
	/*padding-top: 100px;
	padding-bottom: 150px;*/
}

/* ヘッド
---------------------------------------------------- */
.head {
	height: 258px;
	margin-top: 155px;
	background: url("../images/header-pc-bg.jpg") 0 0 repeat-x;
	background-size: 1px 258px;
	line-height: 1em;
}
.head h1 {
	max-width: 624px;
	margin: auto;
}

/* Wonders!
---------------------------------------------------- */
.wonders {
	padding-top: 60px;
	padding-bottom: 99px;
}
.wonders h2 {
	margin-bottom: 24px;
}
.wonders p {
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 28px;
}
.box-wonders {
	width: 46.73913%;
	margin-top: 62px;
	margin-bottom: 0;
}
.box-travelers {
	width: 46.73913%;
	margin-top: 62px;
	margin-bottom: 0;
}
.box-wonders figure,
.box-travelers figure {
	max-width: 350px;
	margin: 0 auto 10px auto;
}
.box-wonders h3,
.box-travelers h3 {
	margin-bottom: 13px;
	font-size: 26px;
	font-size: 2.6rem;
	line-height: 37px;
}
.box-wonders h3 .small,
.box-travelers h3 .small {
	font-size: 21px;
	font-size: 2.1rem;
}
.box-wonders .code,
.box-travelers .code {
	margin-bottom: 25px;
	font-size: 17px;
	font-size: 1.7rem;
	letter-spacing: 0;
}
.box-wonders p,
.box-travelers p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 23px;
}
.box-wonders ol,
.box-travelers ol {
	margin-top: 20px;
	margin-bottom: 36px;
	margin-left: 30px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 31px;
}

/* Movie
---------------------------------------------------- */
.movie {
	padding-top: 51px;
	padding-bottom: 93px;
}

/* Instagram
---------------------------------------------------- */
.instagram {
	padding-top: 48px;
	padding-bottom: 78px;
}
.instagram h2 {
	margin-bottom: 33px;
}
.instagram p.tag {
	margin-bottom: 20px;
	font-size: 17px;
	font-size: 1.7rem;
}

/* Staffs
---------------------------------------------------- */
.staff {
	padding-top: 52px;
	padding-bottom: 18px;
}
.staff h2 {
	margin-bottom: 51px;
}
.staff-profile {
	margin-bottom: 49px;
}
.staff-profiles::before{
  content:"";
  display: block;
	width: 23.36956%;
  order:1;
}
.staff-profiles::after{
  content:"";
  display: block;
	width: 23.36956%;
}
.staff-profile {
	width: 23.36956%;
}
.staff-head {
	display: block;
}
.staff-head figure {
	width: 100%;
	margin-right: 0;
}
.role {
	margin-top: 7px;
	margin-bottom: 6px;
	padding: 0 8px;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 23px;
}
.name {
	margin-bottom: 6px;
	font-size: 17px;
	font-size: 1.7rem;
	line-height: 31px;
}
.profile {
	margin-bottom: 10px;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 23px;
}
.go-website a {
	height: 20px;
	display: block;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 20px;
}

/* 購入
---------------------------------------------------- */
.buy {
	padding-top: 50px;
	padding-bottom: 50px;
}
.btn-buy {
	width: 560px;
	height: 65px;
	margin: auto;
	padding-top: 0;
	font-size: 19px;
	font-size: 1.9rem;
	line-height: 65px;
}
.btn-buy a {
	display: block;
	color: #fff;
	text-align: center;
}
.btn-buy a:hover {
	text-decoration: none;
}
}

/* IE10 */
@media all and (-ms-high-contrast:none) and (min-width: 767px) {

}
