.fontColor {
	color: #E6A199;
}

.fontSize_l {
	font-size: 1.25em;
}

/* secton_main */
.section_main {
  overflow-x: hidden;
	position: relative;
}

.section_main h1 {
	position: absolute;
	z-index: 100;
}

/* campaign
------------------------------------------------- */
.campaign {
	padding: 30px 4%;
	background: #f2eee3;
}

.campaign .title_box .tit {
	color: #aa8b45;
	font-size: 28px;
	text-align: center;
}

.title_box + .bannerList {
	margin-top: 10px;
}

.bannerList__item +.bannerList__item {
	margin-top: 20px;
}

.bannerList__item img {
	width: 100%;
	height: auto;
}

/* section01
------------------------------------------------- */
.main_top .section_bnr .bnr{
  padding: 20px 4% 0;
}
.main_top .section01 .title_box{
  text-align:center;
	padding: 0 0 40px;
	border-bottom: 1px solid #ddd1b5;
}

.main_top .title_box .catch{
  font-size:19px;
  line-height:1.4;
  margin-bottom:6px;
	color: #aa8b45;
}

.main_top .section .title_box .sub{
  font-size:15px;
  line-height:1.5;
	margin-bottom: 10px;
}

.main_top .title_box .scatch{
  font-size:13px;
  line-height:1.8;
}

.main_top .section01{
  width:100%;
  padding:35px 4% 0;
	margin-bottom: 38px;
}

/* toppage-video
------------------------------------------------- */
#toppage-video {
	text-align: center;
	padding: 0 0 38px; margin: 0 4% 38px;
	border-bottom: 1px solid #ddd1b5;
}
#toppage-video #video {
	width: 1280px; max-width: 100%;
	margin: 0 auto;
}
#toppage-video .player {
	overflow: hidden;
}
#toppage-video iframe {
	position: relative; margin-top: -6.7%; margin-bottom: -6.7%;
	display: block;
	aspect-ratio: 1500/917;
	width: 100%; height: unset !important;
}
#toppage-video .controls {
	padding: 10px 0 0;
	text-align: right;
}
#toppage-video .controls p {
	display: inline-block;
	padding: 0.25em 1.5em;
	color: #fff; background: #aa8b45;
}

/* section02
------------------------------------------------- */
.section02 {
	text-align: center;
	padding: 0 4% 20px;
}

.section02 .inner {
	width: 100%;
	margin: 0 auto;
}

.section02 .inner img {
	width: 100%;
}

.section02 h2 {
	color: #aa8b45;
	font-size: 23px;
}

.section02 .tit {
	font-size: 17px;
	margin-bottom: 16px;
}

.section02 .reason {
	margin-bottom: 30px;
}

.section02 .reason li {
	width: 100%;
}

.section02 .reason .ph {
	margin-bottom: 16px;
	padding: 0 30px;
}

.section02 .reason .ph img {
	width: 100%;
}

.section02 .reason .tit {
	color: #aa8b45;
	font-size: 25px;
	margin-bottom: 5px;
}

.section02 .reason .txt {
	margin-bottom: 2px;
	font-size: 15px;
}

.section02 .reason .txt_b {
	color: #aa8b45;
	font-size: 18px;
	margin-bottom: 25px;
	font-weight: bold;
}

.section02 .reason_more {
	margin-bottom: 40px;
}

.section02 .reason_more .btn {
  width:80%;
  height:42px;
  margin:0 auto;
}

.section02 .reason_more .btn a {
  display:block;
  text-align:center;
  text-decoration: none;
  color: #aa8b45;
  line-height:42px;
  position:relative;
	border: 1px solid #aa8b45;
	background: transparent;
}

.section02 .reason_more .btn a::before{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #aa8b45;
  border-right: solid 1px #aa8b45;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 8px;
  margin-top: -3px;
}

.section02 .reason_more li.btn:nth-child(2),
.section02 .reason_more li.btn:nth-child(3) {
	width: 133px;
}

.section02 .reason_more li.btn:nth-child(1) {
	margin-left: 57px;
	margin-right: 65px;
}

.section02 .reason_more li.btn:nth-child(2) {
	margin-right: 8px;
}

.section02 .reason_more li.btn:nth-child(3) {
	margin-right: 70px;
}

.main_top .section_news {
  padding: 30px 4% 35px;
	background:#f9f7f2;
}

.main_top .section_news .title_box {
	text-align: center;
}

.main_top .section_news .title_box h2{
font-family: "ratio-modern-sc";
    font-size: 34px;
    font-weight: 400;
    line-height: 1.0;
    transform: scale(1, 0.90);
	color: #aa8b45;
}
.main_top .news_list {
  overflow-x: hidden;
	margin-bottom: 20px;
}
.main_top .section_news li {
  padding: 0 12px;
  position: relative;
}
.main_top .section_news li .ph {
  width: 100%;
  height: 0;
  padding-bottom: 65%;
  overflow: hidden;
}
.main_top .section_news li.new:after {
  display: block;
  content: "";
  width: 50px;
  height: 50px;
  background: url(../img/cmn/icon_new.png) no-repeat;
  background-size: 50px 50px;
  position: absolute;
  top: 0px;
  left: 20px;
}
.main_top .section_news li .ph img {
  width: 100%;
}
.main_top .section_news li .txt {
  font-size: 16px;
  margin: 6% 0 2%;
  line-height: 16px;
  max-height: 54px;
  overflow: hidden;
}
.main_top .section_news li .icon {
  text-align: left;
  margin-bottom: 5px;
  height: auto;
  overflow: visible;
  padding: 2px 10px 4px;
}
.main_top .section_news .slick-prev {
  left: -1px;
}
.main_top .section_news .slick-next {
  right: -1px;
}
.main_top .section_news li .date {
  font-size: 14px;
}

.main_top .section_news .btn {
	width: 70%;
	height: 42px;
}

.main_top .section_news .btn a {
	height: 42px;
	line-height: 42px;
}

/* section03
------------------------------------------------- */
.section03 {
	text-align: center;
	padding: 50px 4% 35px;
}

.section03 .inner {
	width: 100%;
	margin: 0 auto;
}

.section03 .inner .box_a {
}

.section03 h2 {
	color: #aa8b45;
	font-size: 28px;
	margin-bottom: 0;
}

.section03 .tit {
	font-size: 15px;
	margin-bottom: 15px;
}

.section03 .txt {
	margin-bottom: 25px;
	font-size: 13px;
}

.section03 .style_box {
	margin-bottom: 30px;
	transition: .8s;
}

.section03 .style_box.last {
	margin-bottom: 25px;
}

.section03 .style_box.last02 {
	margin-bottom: 50px;
}


/* inview */

.list-mv07{
	opacity: 0;
	-webkit-transform: translate(0,60px);
	transform: translate(0,60px);
}
.mv07{
	opacity: 1.0;
	-webkit-transform: translate(0,0);
	transform: translate(0,0);
}

/* inviewここまで */

.section03 .style_box h2 {
	color: #fff;
	font-size: 25px;
	margin-bottom: 10px;
	text-align: center;
	background: #c9b588;
	height: 42px;
	line-height: 42px;
}

.section03 .style_box .ph {
	margin-bottom: 10px;
}

.section03 .style_box .tit {
	font-size: 18px;
	margin-bottom: 8px;
	text-align: center;
}

.section03 .style_box .txt {
	text-align: center;
	margin-bottom: 0;
}


/* sectionplan
------------------------------------------------- */
.main_top .section_plan{
  background:#f9f7f2;
  padding: 30px 4% 35px;
	text-align: center;
}

.main_top .section_plan .inner {
  width:100%;
  margin:0 auto;
}

.main_top .section_plan .title_box{
  margin:0 auto 18px;
}

.main_top .section_plan .title_box h2 {
	color: #aa8b45;
	font-size: 28px;
}

.main_top .section_plan .title_box .sub {
	font-size: 15px;
	margin-top: -4px;
	margin-bottom: 0;
}

.main_top .section_plan li {
}

.main_top .section_plan li .ph {
	width: 100%;
	height: 0;
  padding-bottom: 65%;
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
}

.main_top .section_plan li .ph img {
	width: 100%;
}

.main_top .section_plan li .tit {
	margin-bottom: 5px;
	padding-bottom: 20px;
	border-bottom: 1px solid #b5b2ae;
}

.main_top .section_plan li .txt {
	margin-bottom: 30px;
	font-size: 18px;
	word-break: keep-all;
}

.main_top .section_plan .btn {
	width: 70%;
	height: 37px;
}

.main_top .section_plan .btn a {
	background: #473e34;
	height: 37px;
	line-height: 37px;
}

.main_top .pu_plan {
  padding: 20px 4% 50px;
	text-align: center;
}

.main_top .pu_plan .inner {
  width:100%;
  margin:0 auto;
}

.main_top .pu_plan .title_box{
  margin:0 auto 14px;
}

.main_top .pu_plan .title_box h2 {
	color: #aa8b45;
	font-size: 28px;
  text-align: center;
  white-space: nowrap;
}

.main_top .pu_plan .title_box .sub {
	font-size: 15px;
	margin-top: -7px;
	margin-bottom: 0;
}

.main_top .pu_plan .box_a {
	margin-bottom: 15px;
}

.main_top .pu_plan .box_b {
}

.main_top .pu_plan .box_b p {
	height: 37px;
	background: #f4f0e7;
	line-height: 37px;
	font-size: 14px;
	margin-bottom: 5px;
}

.main_top .pu_plan .box_b p:last-child {
	margin-bottom: 0;
}

.main_top .pu_plan .box_b p span {
	font-size: 16px;
	color: #aa8b45;
	margin-right: 10px;
}


.main_top .pu_plan .btn {
	width: 70%;
	height: 37px;
}

.main_top .pu_plan .btn a {
	height: 42px;
	line-height: 42px;
}

/* sectiongallery
------------------------------------------------- */
.main_top .section_gallery{
  background:#473e34;
  padding: 33px 4% 40px;
	text-align: center;
}
.main_top .section_gallery button{
	padding: 0; margin: 0;
	color: inherit; font-family: inherit;
	background: none; outline: none; appearance: none; border: none;
}

.main_top .section_gallery .inner {
  width:100%;
  margin:0 auto;
}

.main_top .section_gallery h2 {
	color: #fff;
	font-size: 28px;
	margin-bottom: 2px;
}

.main_top .section_gallery ul.gallery {
	margin-bottom: 15px;
}

.main_top .section_gallery ul.gallery li {
	width: 33.33%;
	overflow:hidden;
	float:left;
	position:relative;
}

.main_top .section_gallery ul.gallery li a {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
}

.main_top .section_gallery ul.gallery li img {
	position: absolute;
  top: 0;
  width: 100%;
  display: block;
}

.main_top .section_gallery ul.sns_link {
	margin: 0 auto;
}

.main_top .section_gallery ul.sns_link li {
	color: #fff;
	margin: 0 10px;
	line-height: 27px;
}

.main_top .section_gallery ul.sns_link li:nth-child(1) {
	font-size: 18px;
	text-align: center;
}

.main_top .section_gallery ul.sns_link li:nth-child(2) {
	font-size: 15px;
	text-align: center;
	margin-top: -10px;
	margin-bottom: 10px;
}

.main_top .section_gallery ul.sns_link li:nth-child(3) {
	font-size: 15px;
	background: url(../../img/cmn/icon_fb02.png) no-repeat left center;
	padding-left: 30px;
	float: left;
	width: 30%;
	margin-left: 15%;
}

.main_top .section_gallery ul.sns_link li:nth-child(4) {
	font-size: 15px;
	background: url(../../img/cmn/icon_insta02.png) no-repeat left center;
	padding-left: 30px;
	float: right;
	width: 30%;
	margin-right: 15%;
}

.main_top .section_gallery ul.sns_link a {
	color: #fff;
}

/* sectiondress
------------------------------------------------- */
.main_top .section_dress{
  padding: 45px 4%;
	text-align: center;
	background: url(../img/top/dress_bg.jpg) no-repeat center center;
	background-size: cover;
}

.main_top .section_dress .inner {
	display: flex;
	flex-direction: column;
  width:100%;
	height: 100%;
  margin:0 auto;
	transition: .8s;
}

.main_top .section_dress h2 {
	color: #aa8b45;
	font-size: 35px;
}

.main_top .section_dress .txt {
	margin-top: -5px;
	margin-bottom: 20px;
	font-size: 13px;
}

.main_top .section_dress ul {
	width: 26.875%;
	max-width: 151px;
	margin: 0 auto;
}

.main_top .section_dress li + li {
	margin-top: 10px;
}

.main_top .section_dress .btn {
	width: 100%;
	max-width: 306px;
	height: 48px;
	margin-top: 25px;
}

.main_top .section_dress .btn a {
	background: #473e34;
	height: 48px;
	line-height: 48px;
}

/* sectionflow
------------------------------------------------- */
.main_top .section_flow{
  padding: 0 0 45px;
	text-align: center;
}

.main_top .section_flow .inner {
  width:100%;
  margin:0 auto;
}

.main_top .section_flow .title_box {
	background: #c9b588 url(../img/cmn/flow_arrow.jpg) center bottom no-repeat;
	background-size: 100% auto;
	height: 105px;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-bottom: 20px;
}

.main_top .section_flow h2 {
	color: #fff;
	font-size: 28px;
}

.main_top .section_flow .sub {
	margin-top: -5px;
	margin-bottom: 0;
	color: #fff;
	font-size: 15px;
}

.main_top .section_flow ul {
	padding: 0 8%;
}

.main_top .section_flow ul li {
	margin-bottom: 10px;
}

.main_top .section_flow ul li.flow_box {
	width: 100%;
	border: 1px solid #aa8b45;
	padding: 20px;
}

.main_top .section_flow ul li.flow_box h3 {
	font-size: 30px;
	color: #aa8b45;
}

.main_top .section_flow ul li.flow_box .tit {
	font-size: 15px;
	margin-bottom: 5px;
}

.main_top .section_flow ul li.flow_box .txt {
	font-size: 12px;
}

.main_top .section_flow ul li.arrow {
	width: 100%;
	height: 14px;
	background: url(../img/cmn/flow_arroe02.jpg) no-repeat center;
	background-size: auto 14px;
	margin-bottom: 10px;
}

/* sectionfalse
------------------------------------------------- */
.main_top .section_false{
  background:#f9f7f2;
  padding: 40px 8% 45px;
	text-align: center;
}

.main_top .section_false .title_box .sub {
	margin-bottom: 0;
}

.main_top .section_false .inner {
  width:100%;
  margin:0 auto;
}

.main_top .section_false .title_box{
  margin:0 auto 15px;
}

.main_top .section_false .title_box h2 {
	color: #aa8b45;
	font-size: 26px;
}

.main_top .section_false .title_box .sub {
	font-size: 15px;
	margin-top: -5px;
}

.main_top .section_false .box_a {
	background: #fff;
	margin-bottom: 30px;
}

.main_top .section_false .box_b {
	background: #fff;
}

.main_top .section_false h4 {
	background: #473e34;
	height: 34px;
	line-height: 34px;
	color: #fff;
	font-size: 14px;
}

.main_top .section_false .inner02 {
	padding: 15px 4% 25px;
}

.false_box .catch {
	font-size: 16px;
	background: url(../img/cmn/false_bg.jpg) no-repeat 0 0;
	background-size: 100% auto;
	margin-bottom: 5px;
	line-height: 1.4em;
}

.false_box .lead {
	font-size: 13px;
	color: #aa8b45;
	margin-bottom: 10px;
}

.false_box .tit {
	font-size: 13px;
	color: #fff;
	background: #bba26a;
	padding: 8px;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.false_box .tit02 {
	font-size: 13px;
	color: #fff;
	background: #bba26a;
	padding: 8px;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.false_box .txt span {
	font-size: 13px;
	color: #E0553B;
	line-height: 1.4em;
	font-weight: bold;
}

.false_box .txt span.big {
	font-size: 22px;
}

.false_box .txt02 span {
	font-size: 13px;
	color: #E0553B;
	line-height: 1.4em;
	font-weight: bold;
}

.false_box .txt {
}

.false_box .btn {
	width: 70%;
	height: 37px;
}

.false_box .btn a {
	background: #473e34;
	height: 37px;
	line-height: 37px;
}

.main_top .section_false .cv_lead {
	font-size: 15px;
	margin-bottom: 8px;
}

.main_top .section_false .btn.cv {
	width: 100%;
	height: 58px;
	font-size: 15px;
}

.main_top .section_false .btn.cv a {
	background: #e0553b;
	height: 58px;
	line-height: 58px;
}
