@charset "utf-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Serif+JP:400,500,600,700&display=swap');

/*---------------------------------------
common
---------------------------------------*/

html {
  font-size: 62.5%;
}
body {
  font-family: 'Noto serif JP', sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.75em;
  color: #2d1711;
}
strong,
b {
  font-weight: 700;
}

sup {
  font-size: 75%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}

a{
	transition: 0.4s ;
	text-decoration:none;
  color: #2d1711;
}

a:hover {
  opacity: 0.6;
  text-decoration: underline;
}

@media (min-width: 751px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
}
}

.pc{
	display:block !important;
}

.sp{
	display: none !important;
}
.pdt50 {
  padding-top: 50px;
}

@media screen and (max-width:767px) {
	.pc{
		display:none !important;
	}
	.sp{
		display:block !important;
		line-height:1.4;
	}
  body {
    font-size: 3.1vw;
  }
	img{
		width:100%;
		height:auto;
	}
}

/*---------------------------------------
header
---------------------------------------*/
header {
}
#header_area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 35px 0 0 0;
  height: 190px;
  background-image: url('/assets/images/common/bg.jpg');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  border-bottom: 20px solid #ece9e5;
}
.logo_area {
  padding-left: 50px;
}
.logo_area figure.logo {
  width: 260px;
}
.logo_area figure.logo img {
  width: 100%;
}
.gnav_area {
  padding-right: 50px;
}
.gnav_area #g-nav {
}
.gnav_area #g-nav ul {
  display: flex;
}
.gnav_area #g-nav ul li {
}
.gnav_area #g-nav ul li::before {
  content: "｜";
  color: #fff;
}
.gnav_area #g-nav ul li:first-child::before {
  content: none;
}
.gnav_area #g-nav ul li a {
  color: #fff;
}
@media screen and (max-width:767px) {
  #header_area {
    height: 154px;
    background-image: url('/assets/images/common/bg_sp.jpg');
    border-bottom: 14px solid #ece9e5;
    width: calc(100% - 5.88% - 5.88%);
    padding: 35px 5.88% 0 5.88%;
  }
  .logo_area {
    width: 50%;
    padding-left: 0;
  }
  .logo_area figure.logo {
    width: 73.43%;
  }
  .gnav_area {
    width: 50%;
    padding-right: 0;
  }
  /*--- gnav ---*/
  #g-nav{
    position:fixed;
    z-index: 999;
  	top:0;
    right: -120%;
  	width:100%;
    height: 100vh;
  	background:#999;
  	transition: all 0.6s;
  }
  #g-nav.panelactive{
    right: 0;
  }
  #g-nav.panelactive #g-nav-list{
    position: fixed;
    z-index: 999;
    width: 100%;
    height: 100vh;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .gnav_area #g-nav ul {
    display: block;
  }

  #g-nav ul {
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
  }
  .gnav_area #g-nav ul li::before {
    content: none;
  }
  #g-nav li{
  	list-style: none;
    text-align: center;
  }
  #g-nav li a{
  	color: #333;
  	text-decoration: none;
  	padding:10px;
  	display: block;
  	text-transform: uppercase;
  	letter-spacing: 0.1em;
  	font-weight: bold;
  }

  /*--- btn ---*/
  .openbtn{
  	position:fixed;
      z-index: 9999;
  	top:10px;
  	right: 10px;
  	cursor: pointer;
      width: 50px;
      height:50px;
  }

  .openbtn span{
      display: inline-block;
      transition: all .4s;
      position: absolute;
      left: 14px;
      height: 3px;
      border-radius: 2px;
  	background-color: #666;
    	width: 45%;
    }
  .openbtn span:nth-of-type(1) {
  	top:15px;
  }
  .openbtn span:nth-of-type(2) {
  	top:23px;
  }
  .openbtn span:nth-of-type(3) {
  	top:31px;
  }
  .openbtn.active span:nth-of-type(1) {
      top: 18px;
      left: 18px;
      transform: translateY(6px) rotate(-45deg);
      width: 30%;
  }
  .openbtn.active span:nth-of-type(2) {
  	opacity: 0;
  }
  .openbtn.active span:nth-of-type(3){
      top: 30px;
      left: 18px;
      transform: translateY(-6px) rotate(45deg);
      width: 30%;
  }
}


/*---------------------------------------
footer
---------------------------------------*/
footer {
}
.footer_area {
  width: 1100px;
  margin: 0 auto 0 auto;
  padding: 30px 0 30px 0;
  display: flex;
  justify-content: space-between;
}
.footer_area ul {
  display: flex;
}
.footer_area ul li {
}
.footer_area ul li::before {
  content: "　";
}
.footer_area p {
  text-align: right;
}

@media screen and (max-width:767px) {
  .footer_area {
    width: calc(100% - 5.33% - 5.33%);
    margin: 0 auto 0 auto;
    padding: 5% 0 5% 0;
    display: flex;
    flex-direction: column;
  }
  .footer_area ul {
    display: flex;
    justify-content: space-between;
  }
  .footer_area ul li {
  }
  .footer_area ul li::before {
    content: none;
  }
  .footer_area p {
    text-align: center;
  }
}

/*---------------------------------------
Title
---------------------------------------*/
#contents_title {
  width: 100%;
  padding: 80px 0 50px 0;
}
#contents_title h1 {
  text-align: center;
  font-size: 4rem;
  position: relative;
  margin-bottom: 1em;
  font-weight: 500;
}
#contents_title h1::before {
  content: '';
  position: absolute;
  bottom: -90%;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #d5a972;
}
#contents_title p {
  text-align: center;
}
#contents_title p img.visitor {
  width: 171px;
}
#contents_title p img.profile {
  width: 77px;
}
#contents_title p img.shop {
  width: 59px;
}
#contents_title p img.recruit {
  width: 90px;
}
#contents_title p img.contact {
  width: 90px;
}
#contents_title p img.privacy {
  width: 161px;
}
#contents_title p img.company {
  width: 98px;
}
#contents_title p img.site {
  width: 108px;
}
#contents_title p img.repair {
  width: 84px;
}

@media screen and (max-width:767px) {
  #contents_title {
    padding: 11% 0 11% 0;
  }
  #contents_title h1 {
    font-size: 7vw;
  }
  #contents_title p img.visitor {
    width: 37.86%;
  }
  #contents_title p img.profile {
    width: 18.13%;
  }
  #contents_title p img.shop {
    width: 13.06%;
  }
  #contents_title p img.recruit {
    width: 19%;
  }
  #contents_title p img.contact {
    width: 20%;
  }
  #contents_title p img.privacy {
    width: 35.73%;
  }
  #contents_title p img.company {
    width: 26.33%;
  }
  #contents_title p img.site {
    width: 25.33%;
  }
  #contents_title p img.repair {
    width: 19%;
  }
}


/*---------------------------------------
contents_area
---------------------------------------*/
.contents_area {
  width: 100%;
  padding: 50px 0 110px 0;
}
.contents_area .contents_area_box {
  width: 910px;
  margin: 0 auto 45px auto;
}
.contents_area .contents_area_box h2,
.contents_area .contents_area_box1 h2,
.contents_area .contents_area_box2 h2 {
  margin: 0 0 25px 0;
  font-size: 3rem;
  font-weight: 500;
}
.contents_area .contents_area_box p,
.contents_area .contents_area_box1 p,
.contents_area .contents_area_box2 p {
  margin: 0 0 1em 0;
}

@media screen and (max-width:767px) {
  .contents_area {
    width: 100%;
    padding: 5% 0 10% 0;
  }
  .contents_area .contents_area_box {
    width: calc(100% - 5.33% - 5.33%);
    margin: 0 auto 5% auto;
  }
  .contents_area .contents_area_box h2 {
    margin: 0 0 2% 0;
    font-size: 5vw;
  }
  .contents_area .contents_area_box p {
  }
}



/*---------------------------------------
Information
---------------------------------------*/
#info_block {
  width: 100%;
  padding-top: 0;
  padding-bottom: 100px;
}
#info_block h1 {
  text-align: center;
}
#info_block h1 img,
p.info_title img {
  width: 204px;
}
#info_block .info_caution {
  border-top: solid 1px #e8e5e1;
  border-bottom: solid 1px #e8e5e1;
  padding: 20px 0 20px 0;
  margin: 20px 0 20px 0;
}
#info_block p {
  text-align: center;
  line-height: 2em;
}

@media screen and (max-width:767px) {
  #info_block h1 img {
    width: 44.13%;
  }
}



/*---------------------------------------
Shop
---------------------------------------*/
#shop_block {
  width: 100%;
  padding-top: 80px;
}
#shop_block h1 {
  text-align: center;
}
#shop_block h1 img {
  width: 90px;
}
#shop_block p {
  text-align: center;
  line-height: 2em;
}
#shop_block .shop_map {
  padding: 30px 0 0 0;
  width: 100%;
}
#shop_block .shop_map iframe {
  width: 100%;
}

@media screen and (max-width:767px) {
  #shop_block h1 img {
    width: 22.13%;
  }
}


/*---------------------------------------
Contact
---------------------------------------*/
#contact_block {
  width: 100%;
  padding-top: 80px;
}
#contact_block h1 {
  text-align: center;
}
#contact_block h1 img {
  width: 128px;
}
#contact_block .contact_box {
  padding: 60px 0 0 0;
  width: 1040px;
  margin: 0 auto 0 auto;
  display: flex;
  justify-content: space-between;
}
#contact_block p {
  line-height: 2em;
}
#contact_block p.btn {
  width: 470px;
}
#contact_block p.btn a {
  border: 1px solid #2d1711;
  border-radius: 50px;
  padding: 30px 0 30px 0;
  text-align: center;
  display: block;
  position: relative;
}
#contact_block p.btn a::after {
  position: absolute;
  right: 5%;
  content: "＞";
}
#contact_block p.btn a:hover{
  background-color: #2d1711;
  color: #fff;
}

@media screen and (max-width:767px) {
  #contact_block .contact_box {
    padding: 5% 0 0 0;
    width: calc(100% - 5.33% - 5.33%);
    display: flex;
    flex-direction: column;
  }
  #contact_block h1 img {
    width: 34.13%;
  }
  #contact_block p.btn {
    width: 100%;
  }
  #contact_block p.btn a {
    padding: 3% 0 3% 0;
    margin-top: 4%;
  }
}

/*---------------------------------------
Brand
---------------------------------------*/
#brand_block {
  width: 100%;
  margin-top: 80px;
  background-color: #3a2119;
  padding: 40px 0 40px 0;
}
#brand_block .brand_box {
  width: 1100px;
  margin: 0 auto 0 auto;
}
#brand_block .brand_box h1 {
  font-size: 3rem;
  color: #fff;
}
#brand_block .brand_box ul {
  padding: 15px 0 0 0;
  display: flex;
  flex-wrap: wrap;
}
#brand_block .brand_box ul li {
  color: #fff;
}
#brand_block .brand_box ul li::before {
  content: "> ";
}
#brand_block .brand_box ul li::after {
  content: "　";
}

@media screen and (max-width:767px) {
  #brand_block {
    margin-top: 15%;
    padding: 5% 0 5% 0;
  }
  #brand_block .brand_box {
    width: calc(100% - 5.33% - 5.33%);
  }
  #brand_block .brand_box h1 {
    font-size: 5vw;
  }
  #brand_block .brand_box ul {
    padding: 3% 0 0 0;
  }
}

/*---------------------------------------
action
---------------------------------------*/

.fadeIn{
animation-name:fadeInAnime;
animation-duration:1s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeInAnime{
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}


.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


.fadeDown{
animation-name:fadeDownAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeDownAnime{
  from {
    opacity: 0;
  transform: translateY(-100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}


.fadeLeft{
animation-name:fadeLeftAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeLeftAnime{
  from {
    opacity: 0;
  transform: translateX(-100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}

/* 右から */

.fadeRight{
animation-name:fadeRightAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeRightAnime{
  from {
    opacity: 0;
  transform: translateX(100px);
  }

  to {
    opacity: 1;
  transform: translateX(0);
  }
}


.fadeInTrigger,
.fadeUpTrigger,
.fadeDownTrigger,
.fadeLeftTrigger,
.fadeRightTrigger{
    opacity: 0;
}


/* アニメーションの回数を決めるCSS*/

.count2{
  animation-iteration-count: 2;/*この数字を必要回数分に変更*/
}

.countinfinite{
  animation-iteration-count: infinite;/*無限ループ*/
}


.delay-time05{
  animation-delay: 0.5s;
}

.delay-time1{
  animation-delay: 1s;
}

.delay-time15{
  animation-delay: 1.5s;
}

.delay-time2{
  animation-delay: 2s;
}

.delay-time25{
  animation-delay: 2.5s;
}


.change-time05{
  animation-duration: 0.5s;
}

.change-time1{
  animation-duration: 1s;
}

.change-time15{
  animation-duration: 1.5s;
}

.change-time2{
  animation-duration: 2s;
}

.change-time25{
  animation-duration: 2.5s;
}

/*---------------------------------------
LINK btn
---------------------------------------*/
.link_p{
	width:400px;
	margin:40px auto;
}

.link_p a{
	width:400px;
	padding:20px 0;
  box-sizing: border-box;
  border: 1px solid #000;
	background-color:#fff;
	font-size:14px;
	text-align:center;
	display:block;
	color:#000;
	position: relative;
	transition: all .5s ease;
}

.link_p a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	margin:auto;
	content: "";
	vertical-align: middle;
	right: 2vw;
	width: 10px;
	height: 10px;
	border-top: 1px solid #d5a972;
	border-right: 1px solid #d5a972;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.link_p a:hover{
	color:#fff;
	background-color:#d5a972;
  border: 1px solid #d5a972;
	opacity:1;
}

.link_p a:hover::after{
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
}

@media screen and (max-width:767px) {
	.link_p{
		width:70%;
		margin:6% auto 0;
	}

	.link_p a{
		width:100%;
		padding:4% 0;
		font-size:2.6vw;
	}

	.link_p a::after{
		right: 3vw;
		width: 1.4vw;
		height: 1.4vw;
	}
}

/*---------------------------------------
faq
---------------------------------------*/
.faq ul{
	width:100%;
	margin:50px auto 0;
  justify-content: center;
  align-items: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	box-sizing: border-box;
}

.faq ul li{
	border-bottom:1px solid #e4e2e2;
	padding-bottom:10px;
	margin-bottom:10px;
}

.btn_accordion{
	width:1000px;
  position: relative;
	cursor: pointer;
	margin:0 auto;
	transition: 0.4s ;
	font-weight:500;
	padding:1.4% 0;
	font-size:20px;
	color:#d5a972;
}

.faq_btn_open{
  padding-left:65px;
  padding-right: 65px;
}

.faq_btn_open p{
  padding-top:10px;
}

.faq_btn_open::before{
  content: "Q";
  position: absolute;
	left:0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 45px;
	text-align: center;
	background-color: #d5a972;
	color: #fff;
	font-size:28px;
}

.faq_btn_open::after{
  content: "";
  position: absolute;
	top:10px;
  right: 20px;
  width: 20px;
  height: 20px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(135deg);
  margin-top: 12px;
}

.accordion{
	display: none;
	margin:0 auto 0;
	width:100%;
	overflow:hidden;
  position: relative;
	padding-top:20px;
	font-size:18px;
}

.accordion::before{
  content: "A";
  position: absolute;
	left:0;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	line-height: 40px;
	text-align: center;
	background-color: #fff;
	border:3px solid #d5a972;
	color: #d5a972;
	font-size:28px;
	box-sizing: border-box;
}

.accordion p{
  padding-left:65px;
  padding-top:10px;
  padding-bottom: 15px;
}

.rotate::after{
  transform: rotate(-45deg);
  margin-top: 25px;
}

@media screen and (max-width: 767px) {
	.faq ul{
		width:100%;
		margin:10% auto 0;
	}

	.faq ul li{
		width:94%;
	}

	.btn_accordion{
		width:calc(100% - 50px) !important;
		font-size:18px;
	}

	.btn_accordion p{
		padding-right:30px;
	}

	.faq_btn_open{
	  padding-left:50px;
    padding-right: 0;
	}

	.faq_btn_open p{
	  padding-top:5px;
	}

	.faq_btn_open::before{
	  content: "Q";
	  position: absolute;
		left:0;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		line-height: 35px;
		text-align: center;
		background-color: #d5a972;
		color: #fff;
		font-size:26px;
	}

	.faq_btn_open::after{
	  content: "";
	  position: absolute;
		top:10px;
	  right: 10px;
	  width: 10px;
	  height: 10px;
	  border-top: 1px solid #000;
	  border-right: 1px solid #000;
	  transform: rotate(135deg);
	  margin-top: 5px;
	}

	.accordion{
		display: none;
		margin:0 auto 0;
		width:100%;
		overflow:hidden;
	  position: relative;
		padding-top:20px;
		font-size:16px;
	}

	.accordion::before{
	  content: "A";
	  position: absolute;
		left:0;
		width: 40px;
		height: 40px;
		border-radius: 50%;
		line-height: 30px;
		text-align: center;
		background-color: #fff;
		border:3px solid #d5a972;
		color: #d5a972;
		font-size:26px;
		box-sizing: border-box;
	}

	.accordion p{
	  padding-left:50px;
	  padding-top:5px;
	}

	.rotate::after{
	  transform: rotate(-45deg);
	  margin-top: 25px;
	}
}


/*---------------------------------------
information
---------------------------------------*/
.information_list {
  border-bottom: 1px dashed #e5e5e5;
  width:920px;
	margin:0 auto 0;
}
.h3_title_info {
  border-top: 1px dashed #e5e5e5;
  border-bottom: 1px dashed #e5e5e5;
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 50px;
  padding: 30px 0 30px 0;
  line-height: 1.5em;
}
#news dl{
  display:flex;
  flex-wrap: wrap;
  border-top: 1px dashed #e5e5e5;
}

#news dt{
  color: #2d1711;
	font-size:16px;
  width: 130px;
  padding: 20px 0;
  box-sizing: border-box;
	font-weight:500;
}

#news dd{
  width: 790px;
  padding: 20px 0;
  box-sizing: border-box;
}

#news dd a{
  display:block;
	position:relative;
	color:#000;
	padding-right:50px;
}

#news dd a:after {
	content: "";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 10px;
	margin: auto;
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 1px solid #000;
	border-right: 1px solid #000;
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

@media screen and (max-width: 767px) {
  .information_list {
		width:94%;
  	margin:0 auto 0;
    margin-top:3%;
    margin-left: 3%;
    margin-right: 3%;
  }
  .h3_title_info {
    text-align: left;
  }
	#news dl{
	  border-top: none;
	}

	#news dt{
		font-size:18px;
	  width: 100%;
	  padding: 2% 0 1%;
	  box-sizing: border-box;
	  border-bottom: 0px solid #e5e5e5;
	}

	#news dd{
	  width: 100%;
	  padding: 0 0 2%;
	  box-sizing: border-box;
	  border-bottom: 1px solid #e5e5e5;
		line-height:1.6;
	}

	#news dd a{
	  display:block;
		position:relative;
		color:#000;
		padding-right:0;
	}

	#news dd a:after {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		margin: auto;
		vertical-align: middle;
		width: 0;
		height: 0;
		border-top: 0px solid #000;
		border-right: 0px solid #000;
		-moz-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
}

/*---------------------------------------
Repair
---------------------------------------*/
#repair_block {
  width: 1200px;
  margin: 120px auto 0 auto;
}

#repair_block h1 {
  text-align: center;
}
#repair_block h1 img.repair {
  width: 120px;
}
#repair_block p.title_text {
  text-align: center;
}
#repair_block ul.repair_box {
	display: flex;
	flex-wrap: wrap;
}
#repair_block ul.repair_box li {
	width: calc(280px - 50px);
	background-color: #efefef;
	margin: 0 10px 30px 10px;
	padding: 25px 25px 25px 25px;
}
#repair_block .list_item {
  padding: 30px 0 0 0;
  height: 140px;
  overflow: hidden;
  margin-bottom: 20px;
}
#repair_block .list_item img {
  width: 100%;
}

@media screen and (max-width:767px) {
  #repair_block {
    width: 92%;
    margin: 70px auto 0 auto;
  }
  #repair_block h1 img.repair {
    width: 25%;
  }
  #repair_block ul.repair_box {
    justify-content: space-between;
  }
  #repair_block ul.repair_box li {
  	width: calc(44% - 50px);
  	background-color: #efefef;
  	margin: 0 10px 30px 10px;
  	padding: 25px 25px 25px 25px;
  }
  #repair_block .list_item {
    padding: 30px 0 0 0;
    height: 75px;
    overflow: hidden;
    margin-bottom: 20px;
  }
}

/*---------------------------------------
Twitter
---------------------------------------*/
#twitter_block {
  width: 700px;
  margin: 120px auto 0 auto;
}

@media screen and (max-width:767px) {
  #twitter_block {
    width: 92%;
    margin: 70px auto 0 auto;
  }
  #twitter_block iframe {
    width: 100%;
  }
}



/*---------------------------------------
campaign
---------------------------------------*/
#campaign {
  position: relative;
  width: 100%;
  height: 535px;
  margin-bottom: 100px;
}
#campaign .campaign_box1 {
  width: 46.7%;
  height: 100%;
  position: absolute;
  background-image: url('/assets/images/common/campaign_bg.jpg');
  background-repeat: no-repeat;
  background-position: left center;
  background-size: cover;
  clip-path: polygon(0 0, 100% 0%, 80% 100%, 0% 100%);
  top: 0;
  left: 0;
  z-index: 1000;
}
#campaign .campaign_box1 h1 {
  width: 258px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
#campaign .campaign_box1 h1 img {
  width: 100%;
}
#campaign .campaign_box2 {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 63%;
  height: 100%;
  margin: 0 0 0 auto;
  z-index: 999;
}
#campaign .campaign_box2 .contents_box2_area {
  display: flex;
  align-items: baseline;
  flex-direction: column;
  width: 100%;
}
#campaign .campaign_box2 .contents_box2_area .contents_box2_area1 {
  background-color: #ffe6b3;
  padding: 30px 0 30px 13%;
  width: calc(100% - 13%);
}
#campaign .campaign_box2 .contents_box2_area .contents_box2_area1:first-child {
  margin: auto 0 20px 0;
}
#campaign .campaign_box2 .contents_box2_area .contents_box2_area1 h2 {
  font-size: 3.6rem;
  font-weight: 500;
  font-style: italic;
  color: #2d1711;
  line-height: 1;
  margin: 0 0 20px 0;
}
#campaign .campaign_box2 .contents_box2_area .contents_box2_area1 h2 span {
  font-size: 2.8rem;
}
#campaign .campaign_box2 .contents_box2_area .contents_box2_area1 h2 strong {
  font-size: 4.8rem;
}
#campaign .campaign_box2 .contents_box2_area .contents_box2_area1 ul {
  margin-left: 1.25em;
}
#campaign .campaign_box2 .contents_box2_area .contents_box2_area1 ul li {
  color: #2d1711;
  font-size: 2.1rem;
  text-indent: -1.25em;
  line-height: 1.75em;
}
#campaign .campaign_box2 .contents_box2_area .contents_box2_area1 ul li::before {
  content: "・ ";
}

@media screen and (max-width:767px) {
  #campaign {
    position: relative;
    width: 100%;
    height: auto;
    margin-bottom: 10%;
  }
  #campaign .campaign_box1 {
    width: 100%;
    height: auto;
    position: relative;
    background: none;
    clip-path: none;
  }
  #campaign .campaign_box1 h1 {
    width: 45.33%;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
    margin: 0 auto 6% auto;
  }
  #campaign .campaign_box1 h1 img {
    width: 100%;
  }
  #campaign .campaign_box2 {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
    height: auto;
    margin: 0 0 0 0;
    z-index: 999;
  }
  #campaign .campaign_box2 .contents_box2_area .contents_box2_area1 {
    background-color: #ffe6b3;
    padding: 10% 5% 10% 5%;
    width: calc(100% - 10%);
  }
  #campaign .campaign_box2 .contents_box2_area .contents_box2_area1:first-child {
    margin: 0 0 10% 0;
  }
  #campaign .campaign_box2 .contents_box2_area .contents_box2_area1 h2 {
    font-size: 7.46vw;
    margin: 0 0 5% 0;
  }
  #campaign .campaign_box2 .contents_box2_area .contents_box2_area1 h2 span {
    font-size: 5.86vw;
  }
  #campaign .campaign_box2 .contents_box2_area .contents_box2_area1 h2 strong {
    font-size: 7.46vw;
  }
  #campaign .campaign_box2 .contents_box2_area .contents_box2_area1 ul {
  }
  #campaign .campaign_box2 .contents_box2_area .contents_box2_area1 ul li {
    font-size: 4.26vw;
  }
  #campaign .campaign_box2 .contents_box2_area .contents_box2_area1 ul li::before {
  }
}


/*---------------------------------------
cta
---------------------------------------*/
#cta {
  width: 940px;
  margin: 0 auto 0 auto;
  border: solid 1px #dddad6;
  position: relative;
}
#cta::after {
  content: '';
  border: 1px solid #dddad6;
  position: absolute;
  top: 5px;
  right: -5px;
  width: 100%;
  height: 100%;
}
#cta .cta_box {
  padding: 50px 0 30px 0;
  position: relative;
  z-index: 1000;
}
#cta .cta_box h1 {
  font-size: 3.3rem;
  font-weight: 700;
  font-style: italic;
  text-align: center;
}
#cta .cta_box h1 .small_text85 {
  font-size: 85%;
}
#cta .cta_box .cta_box1 {
  width: 830px;
  margin: 70px auto 0 auto;
}
#cta .cta_box .cta_box1 h2 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 18px 0;
}
#cta .cta_box .cta_box1 h3 {
  font-size: 1.8rem;
  font-weight: 500;
  margin: 0 0 5px 0;
  padding: 5px 0 5px 1em;
  border-bottom: solid 1px #000;
  background-color: #ffe6b3;
}
#cta .cta_box .cta_box1 p {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 0 18px 0;
}
#cta .cta_box .cta_box1 p.btn {
  width: 350px;
}
#cta .cta_box .cta_box1 p.btn a {
  border: 1px solid #2d1711;
  border-radius: 50px;
  padding: 30px 0 30px 0;
  text-align: center;
  display: block;
  position: relative;
}
#cta .cta_box .cta_box1 p.btn a::after {
  position: absolute;
  right: 5%;
  content: "＞";
}
#cta .cta_box .cta_box1 p.btn a:hover{
  background-color: #2d1711;
  color: #fff;
}
#cta .cta_box .waku_box1 {
  display: flex;
  justify-content:space-between;
  align-items: center;
  width: 830px;
  margin: 70px auto 0 auto;
}
#cta .cta_box .waku_box1 .waku_box1_left {
  width: 500px;
}
#cta .cta_box .waku_box1 .waku_box1_left h2 {
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0 0 18px 0;
}
#cta .cta_box .waku_box1 .waku_box1_left p {
  font-size: 2.5rem;
  font-weight: 500;
  margin: 0 0 18px 0;
  line-height: 1.75em;
}
#cta .cta_box .waku_box1 .waku_box1_right {
  width: 330px;
}
#cta .cta_box .waku_box1 .waku_box1_right p {
  text-align: center;
}

@media screen and (max-width:767px) {
  #cta {
    width: 94%;
  }
  #cta::after {
  }
  #cta .cta_box {
    padding: 10% 0 5% 0;
  }
  #cta .cta_box h1 {
    font-size: 7.73vw;
    line-height: 1.5em;
  }
  #cta .cta_box h1 .small_text85 {
  }
  #cta .cta_box .cta_box1 {
    justify-content:center;
    align-items: stretch;
    flex-direction: column;
    width: 92%;
    margin: 5% auto 0 auto;
  }
  #cta .cta_box .cta_box1 .cta_box1_left {
    width: 100%;
  }
  #cta .cta_box .cta_box1 .cta_box1_left h2 {
    font-size: 5.86;
    margin: 0 0 3% 0;
    text-align: center;
    line-height: 1.5em;
  }
  #cta .cta_box .cta_box1 .cta_box1_left p {
    font-size: 7.46vw;
    margin: 0 0 3% 0;
    text-align: center;
    line-height: 1.5em;
  }
  #cta .cta_box .cta_box1 .cta_box1_right {
    width: 80%;
    margin: 0 auto 0 auto;
  }
  #cta .cta_box .cta_box1 .cta_box1_right p.btn {
    width: 100%;
  }
  #cta .cta_box .cta_box1 .cta_box1_right p.btn a {
    padding: 3% 0 3% 0;
    margin-top: 4%;
  }
  #cta .cta_box .waku_box1 {
    justify-content:center;
    align-items: stretch;
    flex-direction: column;
    width: 100%;
    margin: 5% auto 0 auto;
  }
  #cta .cta_box .waku_box1 .waku_box1_left {
    width: calc(100% - 20%);
    padding: 0 10% 0 10%;
  }
  #cta .cta_box .waku_box1 .waku_box1_left p {
    font-size: 7.46vw;
    margin: 0 0 3% 0;
    text-align: center;
    line-height: 1.5em;
  }
  #cta .cta_box .waku_box1 .waku_box1_right {
    width: 80%;
    margin: 0 auto 0 auto;
  }
  #cta .cta_box .waku_box1 .waku_box1_right p {
  }
}


/*---------------------------------------
caution_info
---------------------------------------*/
.caution_info {
  width: 940px;
  margin: 100px auto 100px auto;
  border: solid 1px #dddad6;
  position: relative;
}
.caution_info::after {
  content: '';
  border: 1px solid #dddad6;
  position: absolute;
  top: 5px;
  right: -5px;
  width: 100%;
  height: 100%;
}
.caution_info .caution_info_box {
  padding: 50px 0 30px 0;
  position: relative;
  z-index: 1000;
}
.caution_info .caution_info_box h1 {
  font-size: 3.3rem;
  font-weight: 700;
  font-style: italic;
  text-align: center;
}
.caution_info .caution_info_box .waku_box1 {
  width: 830px;
  margin: 70px auto 0 auto;
}
.caution_info .caution_info_box p {
  font-weight: 500;
  margin: 0 0 18px 0;
  line-height: 1.75em;
}

@media screen and (max-width:767px) {
  .caution_info {
    width: 94%;
  }
  .caution_info::after {
  }
  .caution_info .caution_info_box {
    padding: 10% 0 5% 0;
  }
  .caution_info .caution_info_box h1 {
    font-size: 7.73vw;
    line-height: 1.5em;
  }
  .caution_info .caution_info_box .waku_box1 {
    width: calc(100% - 60px);
    margin: 5% auto 0 auto;
    padding: 0 30px 0 30px;
  }
  .caution_info .caution_info_box p {
    margin: 0 0 3% 0;
    line-height: 1.5em;
  }
}


/*---------------------------------------
waku
---------------------------------------*/
.waku {
  width: 940px;
  margin: 0 auto 100px auto;
  border: solid 1px #dddad6;
  position: relative;
}
.waku::after {
  content: '';
  border: 1px solid #dddad6;
  position: absolute;
  top: 5px;
  right: -5px;
  width: 100%;
  height: 100%;
}
.waku .waku_box {
  padding: 50px 0 30px 0;
  position: relative;
  z-index: 1000;
}
.waku .waku_box h1 {
  font-size: 3.3rem;
  font-weight: 700;
  font-style: italic;
  text-align: center;
}
.waku .waku_box h1 .small_text85 {
  font-size: 85%;
}
.waku .waku_box .waku_box1 {
  display: flex;
  justify-content:space-between;
  align-items: center;
  width: 830px;
  margin: 70px auto 0 auto;
}
.waku .waku_box .waku_box1 .waku_box1_left {
  width: 500px;
}
.waku .waku_box .waku_box1 .waku_box1_left h2 {
  font-size: 2.2rem;
  font-weight: 500;
  margin: 0 0 18px 0;
}
.waku .waku_box .waku_box1 .waku_box1_left p {
  font-size: 2.5rem;
  font-weight: 500;
  margin: 0 0 18px 0;
  line-height: 1.75em;
}
.waku .waku_box .waku_box1 .waku_box1_right {
  width: 330px;
}
.waku .waku_box .waku_box1 .waku_box1_right p {
  text-align: center;
}

@media screen and (max-width:767px) {
  .waku {
    width: 94%;
  }
  .waku::after {
  }
  .waku .waku_box {
    padding: 10% 5% 5% 5%;
  }
  .waku .waku_box h1 {
    font-size: 7.73vw;
    line-height: 1.5em;
  }
  .waku .waku_box h1 .small_text85 {
  }
  .waku .waku_box .waku_box1 {
    justify-content:center;
    align-items: stretch;
    flex-direction: column;
    width: 100%;
    margin: 5% auto 0 auto;
  }
  .waku .waku_box .waku_box1 .waku_box1_left {
    width: calc(100% - 20%);
    padding: 0 10% 0 10%;
  }
  .waku .waku_box .waku_box1 .waku_box1_left p {
    font-size: 7.46vw;
    margin: 0 0 3% 0;
    text-align: center;
    line-height: 1.5em;
  }
  .waku .waku_box .waku_box1 .waku_box1_right {
    width: 80%;
    margin: 0 auto 0 auto;
  }
  .waku .waku_box .waku_box1 .waku_box1_right p {
  }

}

/*---------------------------------------
kodawari
---------------------------------------*/
#kodawari {
  width: 100%;
  height: 330px;
  background-image: url('/assets/images/common/kodawari_bg.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 100px 0 100px 0;
}
#kodawari .kodawari_box {
  width: 945px;
  margin: 0 auto 0 auto;
  padding: 105px 0 0 0;
}
#kodawari .kodawari_box .kodawari_box1 {
  width: 330px;
}
#kodawari .kodawari_box .kodawari_box1 h1 {
  font-size: 2.6rem;
  font-weight: 700;
  border-bottom: solid 1px #e07e36;
  padding: 0 0 5px 0;
  margin: 0 0 35px 0;
  color: #fff;
}
.dot-text {
  text-emphasis: filled;
  -webkit-text-emphasis: filled;
}
#kodawari .kodawari_box .kodawari_box1 p {
  font-size: 1.5rem;
  color: #fff;
  line-height: 2em;
}
@media screen and (max-width:767px) {
  #kodawari {
    width: 100%;
    height: auto;
    background-image: url('/assets/images/common/kodawari_bg_sp.jpg');
    background-position: center top;
    margin: 15% 0 10% 0;
    padding: 0 0 20% 0;
  }
  #kodawari .kodawari_box {
    width: 94%;
    margin: 0 auto 0 auto;
    padding: 13% 0 50% 0;
  }
  #kodawari .kodawari_box .kodawari_box1 {
    width: 100%;
  }
  #kodawari .kodawari_box .kodawari_box1 h1 {
    font-size: 6.4vw;
  }
  #kodawari .kodawari_box .kodawari_box1 p {
    font-size: 3.73vw;
  }
}
