@charset "utf-8";
.fontColor {
	color: #E6A199;
}

.fontSize_l {
	font-size: 1.25em;
}

.main_top .container {
    padding: 0;
}

/* section_visual
------------------------------------------------- */
.mv {
  background:none;
  position:relative;
  z-index: 99;
}

.mv div,
.mv ul{
  opacity : 1;
}

.mv .inner {
  width: 100%;
  height: 793px;
  text-align:center;
  background-position:top center;
  background-repeat:no-repeat;
  background-size:cover;
  position:relative;
}

.mv .bnr{
  position: absolute;
  left: 10px;
  bottom: 10px;
}

.mv .bnr img{
  width: 540px;
}

/* banner_list
------------------------------------------------- */
.bannerList {
	padding: 48px 10px;
	background: #f2eee3;
}

.bannerList__slider {
	width: 100%;
	max-width: 800px;
	margin: 0 auto;
}

.bannerList__item img {
	width: 100%;
	height: auto;
}

.bannerList__slider .slick-list {
	margin: 0 30px;
}

.bannerList__slider .slick-slide {
	outline: none;
	margin: 0 5px;
}

.bannerList__slider .slick-arrow {
	position: absolute;
	top: 0;
	bottom: 0;
	overflow: hidden;
	width: 20px;
	height: 101%;
	background: #473e34;
	outline: none;
	border: none;
	color: #fff;
	text-indent: -6em;
	cursor: pointer;
}

.bannerList__slider .slick-arrow::before {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	border: 5px solid transparent;
	content: '';
}

.bannerList__slider .slick-prev {
	left: 0;
}

.bannerList__slider .slick-prev::before {
	border-right-color: #fff;
	transform: translate(-80%, -50%);
}

.bannerList__slider .slick-next {
	right: 0;
}

.bannerList__slider .slick-next::before {
	border-left-color: #fff;
	transform: translate(-25%, -50%);
}

/* section01
------------------------------------------------- */
.section01 {
	text-align: center;
	padding: 76px 0 66px;
}

.section01 h2 {
	color: #aa8b45;
	font-size: 25px;
	margin-bottom: 19px;
}

.section01 .tit {
	font-size: 19px;
	margin-bottom: 19px;
}

.section01 b {
	font-weight: normal;
}

/* toppage-video
------------------------------------------------- */
#toppage-video {
	text-align: center;
	padding: 0 0 66px;
	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: 54px 0 84px;
}

.section02 .inner {
	width: 876px;
	margin: 0 auto;
	background: url(../img/top/icon_reason.jpg) no-repeat 155px top;
}

.section02 h2 {
	color: #aa8b45;
	font-size: 27px;
}

.section02 .tit {
	font-size: 25px;
	margin-bottom: 42px;
}

.section02 .reason {
	margin-bottom: 30px;
}

.section02 .reason li {
	float: left;
	width: 292px;
}

.section02 .reason .ph {
	margin-bottom: 10px;
}

.section02 .reason .tit {
	color: #aa8b45;
	font-size: 23px;
	margin-bottom: 10px;
}

.section02 .reason .txt {
	margin-bottom: 7px;
}

.section02 .reason .txt_b {
	color: #aa8b45;
	font-size: 18px;
}

.section02 .reason_more li {
	float: left;
}

.section02 .reason_more .btn {
  width:177px;
  height:34px;
  margin:0 auto;
}

.section02 .reason_more .btn a {
  display:block;
  text-align:center;
  text-decoration: none;
  color: #aa8b45;
  line-height:34px;
  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;
}


/* sectionnews
------------------------------------------------- */
.main_top .section_news{
  background:#f9f7f2;
  padding: 55px 0 64px;
	text-align: center;
}

.main_top .section_news .inner {
  width:1200px;
  margin:0 auto;
}

.main_top .section_news .title_box{
  margin:0 auto 28px;
}

.main_top .section_news .title_box h2 {
	color: #aa8b45;
	font-size: 34px;
}

.main_top .section_news .title_box .sub {
	font-size: 15px;
	margin-top: -10px;
}

.main_top .section_news ul {
	margin-bottom: 30px;
}

.main_top .section_news li{
  width:280px;
  float:left;
  margin-right:23px;
  position:relative;
}

.main_top .section_news li:last-child{
  margin-right:0;
}

.main_top .section_news li a {
  display: block;
}

.main_top .section_news li .ph{
  width:280px;
  height:187px;
  overflow:hidden;
  margin-bottom:13px;
  position:relative;
}

.main_top .section_news li.new:after {
  display:block;
  content:"";
  width:57px;
  height:58px;
  background:url(../img/cmn/icon_new.png) no-repeat;
  position:absolute;
  top: 10px;
  left: 10px;
}

.main_top .section_news li .ph img{
  width:100%;
}

.main_top .section_news li .txt{
  width:280px;
  max-height: 42px;
  overflow: hidden;
  margin-bottom: 9px;
  font-size: 14px;
}

.main_top .section_news li .icon{
  text-align:left;
  margin-bottom:13px;
}

.main_top .section_news li .date{
  font-size:14px;
  color:#292929;
}

.main_top .section_news li ul.icon {
  text-align:center;
  margin-top:5px;
  height:20px;
  overflow:hidden;
}

.main_top .section_news li ul.icon li {
    padding: 2px 10px 4px;
    color: #fff;
    text-align: center;
    line-height: 1.1em;
    font-size: 0.85em;
    margin-right: 3px!important;
    display: inline-block;
    width:auto!important;
    float:none!important;
    background:#d0c1b0;
}

/* section03
------------------------------------------------- */
.section03 {
	text-align: center;
	padding: 100px 0 134px;
}

.section03 .inner {
	width: 1080px;
	margin: 0 auto;
}

.section03 .inner .box_a {
	float: left;
	width: 498px;
}

.section03 .inner .box_b {
	float: right;
	width: 498px;
	margin-top: 90px;
}

.section03 h2 {
	color: #aa8b45;
	font-size: 62px;
	margin-bottom: 0;
	text-align: left;
}

.section03 .tit {
	font-size: 19px;
	margin-bottom: 18px;
	text-align: left;
}

.section03 .txt {
	margin-bottom: 43px;
	text-align: left;
}

.section03 b {
	font-weight: normal;
}

.section03 .style_box {
	margin-bottom: 65px;
	transition: .8s;
}

.section03 .style_box.last {
	margin-bottom: 0;
}

/* inview */

.list-mv07{
	opacity: 0;
	transform: translate(0,60px);
}

.mv07{
	opacity: 1.0;
	transform: translate(0,0);
}

/* inviewここまで */

.section03 .style_box h2 {
	color: #aa8b45;
	font-size: 40px;
	margin-bottom: 10px;
	text-align: center;
}

.section03 .style_box .ph {
	margin-bottom: 10px;
}

.section03 .style_box .tit {
	font-size: 20px;
	margin-bottom: 8px;
	text-align: center;
}

.section03 .style_box .txt {
	text-align: center;
}


/* sectionplan
------------------------------------------------- */
.main_top .section_plan{
  background:#f9f7f2;
  padding: 90px 0 64px;
	text-align: center;
}

.main_top .section_plan .inner {
  width:969px;
  margin:0 auto;
}

.main_top .section_plan .title_box{
  margin:0 auto 28px;
}

.main_top .section_plan .title_box h2 {
	color: #aa8b45;
	font-size: 34px;
}

.main_top .section_plan .title_box .sub {
	font-size: 19px;
	margin-top: -5px;
}

.main_top .section_plan li {
	float: left;
	width: 454px;
}

.main_top .section_plan li:nth-child(2n) {
	float: right;
	width: 454px;
}

.main_top .section_plan li .ph {
	width: 454px;
	height: 284px;
	overflow: hidden;
	margin-bottom: 10px;
}

.main_top .section_plan li .ph img {
	width: 100%;
}

.main_top .section_plan li .tit {
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #b5b2ae;
	font-size: 19px;
}

.main_top .section_plan li .txt {
	margin-bottom: 40px;
	font-size: 22px;
	/*height: 100px;*/
}

.main_top .section_plan .btn {
	width: 306px;
	height: 48px;
}

.main_top .section_plan .btn a {
	background: #473e34;
	height: 48px;
	line-height: 48px;
}

.plan_plus {
	background: url(../img/top/plus_bg.jpg) repeat-x 0 0;
	text-align: center;
	height: 71px;
}

.main_top .pu_plan {
  padding: 50px 0 100px;
	text-align: center;
}

.main_top .pu_plan .inner {
  width:1180px;
  margin:0 auto;
}

.main_top .pu_plan .title_box{
  margin:0 auto 28px;
}

.main_top .pu_plan .title_box h2 {
	color: #aa8b45;
	font-size: 34px;
  display: table;
  text-align: center;
  white-space: nowrap;
}

.main_top .pu_plan .title_box h2:after, .main_top .pu_plan .title_box h2:before {
  content: '';
  display: table-cell;
  width: 50%;
  background: -webkit-linear-gradient(transparent 50%, currentColor 50%, currentColor -webkit-calc(50% + 1px), transparent -webkit-calc(50% + 1px));
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(50%, currentColor), color-stop(currentColor calc(50% + 1px)), to(transparent calc(50% + 1px)));
  background: linear-gradient(transparent 50%, currentColor 50%, currentColor calc(50% + 1px), transparent calc(50% + 1px));
  -webkit-background-clip: padding;
  background-clip: padding;
}

.main_top .pu_plan .title_box h2:after {
  border-left: 1em solid transparent;
}

.main_top .pu_plan .title_box h2:before {
  border-right: 1em solid transparent;
}

.main_top .pu_plan .title_box .sub {
	font-size: 15px;
	margin-top: -7px;
	margin-bottom: 33px;
}

.main_top .pu_plan .box_a {
	float: left;
	width: 317px;
	margin-right: 18px;
}

.main_top .pu_plan .box_b {
	float: left;
	width: 511px;
}

.main_top .pu_plan .box_b p {
	height: 68px;
	background: #f4f0e7;
	line-height: 68px;
	font-size: 22px;
	margin-bottom: 10px;
}

.main_top .pu_plan .box_b p:last-child {
	margin-bottom: 0;
}

.main_top .pu_plan .box_b p span {
	font-size: 25px;
	color: #aa8b45;
	margin-right: 10px;
}

.main_top .pu_plan .box_c {
	float: right;
	width: 317px;
}

.main_top .pu_plan .btn {
	width: 306px;
	height: 48px;
}

.main_top .pu_plan .btn a {
	height: 48px;
	line-height: 48px;
}

/* sectiongallery
------------------------------------------------- */
.main_top .section_gallery{
  background:#473e34;
  padding: 53px 0 66px;
	text-align: center;
}

.main_top .section_gallery .inner {
  width:100%;
	max-width: 1440px;
  margin:0 auto;
}

.main_top .section_gallery h2 {
	color: #fff;
	font-size: 37px;
	margin-bottom: 5px;
}

.main_top .section_gallery ul.gallery {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 38px;
}

.main_top .section_gallery ul.gallery li {
	width:calc(100% / 8);
	overflow:hidden;
	position:relative;
	line-height: 1;
}

.main_top .section_gallery ul.gallery li img {
	width:100%;
}

.main_top .section_gallery ul.sns_link {
	width: 790px;
	margin: 0 auto;
}
.main_top .section_gallery ul.sns_link button {
	padding: 0; margin: 0;
	color: inherit; font-family: inherit;
	background: none; outline: none; appearance: none; border: none;
}

.main_top .section_gallery ul.sns_link li {
	color: #fff;
	margin: 0 10px;
	float: left;
	line-height: 27px;
}

.main_top .section_gallery ul.sns_link li:nth-child(1) {
	position: relative; top: -12px;
	font-size: 27px;
}

.main_top .section_gallery ul.sns_link li:nth-child(2) {
	font-size: 17px;
}

.main_top .section_gallery ul.sns_link li:nth-child(3) {
	font-size: 20px;
	background: url(../img/cmn/icon_fb02.png) no-repeat left center;
	padding-left: 30px;
}

.main_top .section_gallery ul.sns_link li:nth-child(4) {
	font-size: 20px;
	background: url(../img/cmn/icon_insta02.png) no-repeat left center;
	padding-left: 30px;
}

.main_top .section_gallery ul.sns_link a {
	color: #fff;
}

/* sectiondress
------------------------------------------------- */
.main_top .section_dress{
  padding: 86px 0 171px;
	text-align: center;
	height: 588px;
	background: url(../img/top/bg_dress.jpg) no-repeat center bottom;
}

.main_top .section_dress .inner {
  width:1200px;
  margin:0 auto;
	transition: .8s;
}

.main_top .section_dress h2 {
	color: #aa8b45;
	font-size: 69px;
}

.main_top .section_dress .txt {
	margin-top: -15px;
	margin-bottom: 39px;
}

.main_top .section_dress ul {
	width: 507px;
	margin: 0 auto;
}

.main_top .section_dress ul li {
	float: left;
	margin: 0 9px;
}

.main_top .section_dress .btn {
	width: 306px;
	height: 48px;
	margin-top: 40px;
}

.main_top .section_dress .btn a {
	background: #473e34;
	height: 48px;
	line-height: 48px;
}

/* sectionflow
------------------------------------------------- */
.main_top .section_flow{
  padding: 0 0 67px;
	text-align: center;
}

.main_top .section_flow .inner {
  width:1178px;
  margin:0 auto;
	background: url(../img/top/flow_arrow.jpg) center top no-repeat;
	padding: 73px 0 0;
}

.main_top .section_flow .title_box {
	background: #c9b588;
	height: 115px;
	padding-top: 15px;
}

.main_top .section_flow h2 {
	color: #fff;
	font-size: 34px;
}

.main_top .section_flow .sub {
	margin-top: -5px;
	margin-bottom: 15px;
	color: #fff;
}

.main_top .section_flow ul li {
	float: left;
	margin-bottom: 40px;
}

.main_top .section_flow ul li.flow_box {
	width: 362px;
	height: 207px;
	border: 1px solid #aa8b45;
	padding-top: 20px;
}

.main_top .section_flow ul li.flow_box h3 {
	font-size: 40px;
	color: #aa8b45;
}

.main_top .section_flow ul li.flow_box .tit {
	font-size: 21px;
	margin-bottom: 5px;
}

.main_top .section_flow ul li.arrow {
	width: 46px;
	height: 207px;
	background: url(../img/top/flow_arrow02.jpg) no-repeat center;
}

/* sectionfalse
------------------------------------------------- */
.main_top .section_false{
  background:#f2eee3;
  padding: 62px 0 86px;
	text-align: center;
}

.main_top .section_false .inner {
  width:1180px;
  margin:0 auto;
}

.main_top .section_false .title_box{
  margin:0 auto 28px;
}

.main_top .section_false .title_box h2 {
	color: #aa8b45;
	font-size: 31px;
}

.main_top .section_false .title_box .sub {
	font-size: 28px;
	margin-top: -10px;
}

.main_top .section_false .box_a {
	float: left;
	width: 570px;
	background: #fff;
}

.main_top .section_false .box_b {
	float: right;
	width: 570px;
	background: #fff;
}

.main_top .section_false h4 {
	background: #473e34;
	height: 47px;
	line-height: 47px;
	color: #fff;
	font-size: 22px;
}

.main_top .section_false .inner02 {
	padding: 25px 40px 45px;
	height: 830px;
}

.false_box .catch {
	font-size: 29px;
	background: url(../img/top/icon_kk01.jpg) no-repeat 0 0, url(../img/top/icon_kk02.jpg) no-repeat bottom right;
	margin-bottom: 10px;
	line-height: 1.4em;
}

.false_box .lead {
	font-size: 20px;
	color: #aa8b45;
	margin-bottom: 20px;
}

.false_box .tit {
	font-size: 16px;
	color: #fff;
	background: #bba26a;
	padding: 8px 0;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.false_box .tit02 {
	font-size: 21px;
	color: #fff;
	background: #bba26a;
	padding: 8px 0;
	line-height: 1.4em;
	margin-bottom: 10px;
}

.false_box .txt span {
	font-size: 24px;
	color: #E0553B;
	line-height: 1.4em;
	font-weight: bold;
}

.false_box .txt02 span {
	font-size: 18px;
	color: #E0553B;
	line-height: 1.4em;
	font-weight: bold;
}

.false_box .txt {
}

.false_box .btn {
	width: 306px;
	height: 48px;
}

.false_box .btn a {
	background: #473e34;
	height: 48px;
	line-height: 48px;
}

.main_top .section_false .cv_lead {
	font-size: 21px;
	margin-bottom: 20px;
}

.main_top .section_false .cv_lead b {
	font-weight: normal;
}

.main_top .section_false .btn.cv {
	width: 502px;
	height: 60px;
	font-size: 19px;
}

.main_top .section_false .btn.cv a {
	background: #e0553b;
	height: 60px;
	line-height: 60px;
}



