@charset "UTF-8";
header nav .gnav li img.white {
	display:none;
}
/**
 * #top
 */
#top {
  margin-top: 80px;
}
#top .num {
  position: absolute;
  font-size: 10rem;
  right: 60px;
  top: 10px;
  color: rgba(214, 207, 193, 0.6);
  z-index: 3;
}
#top h2 {
  z-index: 2;
  margin: 0;
  padding-top: 60px;
  height: 124px;
  box-sizing: border-box;
}
#top h2::before, #top h2::after, #top h1::before, #top h1::after {
  /* position: absolute; */
  top: 0;
  left: 0;
  height: 4px;
  content: '';
}
#top h1::before, #top h1::after {
  left: 60px;
}
#top h2::before, #top h1::before {
  width: 100px;
  background: #f5da44;
}
#top h2::after, #top h1::after {
  width: 30px;
  background: #502314;
}
.lu #top h1 {
  padding: 0;
}
.lu #top h1::before, .lu #top h1::after {
  content: none;
}
#top .mv {
  position: relative;
  margin-top: -25px;
  width: calc(100% - 60px);
  z-index: 1;
  overflow: hidden;
}
#top .mv img {
  opacity: 0;
  transform: scale(1.05);
  transition: opacity 1.5s ease-out, transform 1s ease-out;
}
#top .mv.on img {
  opacity: 1;
  transform: scale(1);
}
#top .bg {
  position: absolute;
  right: 0;
  width: calc(100% - 60px);
  margin-top: -280px;
  overflow: hidden;
}
#top .bg img {
  opacity: 0;
  transform: scale(1.2);
  transition: all 4s ease-out;
}
#top .bg.on img {
  opacity: 1;
  transform: scale(1);
}
#top .inner_np .inner {
 /* margin-top: 125px; */
  margin-top: 100px;
}
#top .tit {
  box-sizing: border-box;
  float: left;
  width: 37.5%;
  padding-left: 7.8%;
  padding-top:20px;
}
#top .tit h4 {
  position: relative;
  padding-bottom: 5px;
  font-size: 2.2rem;
}
#top .tit h4 span::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 2px;
  background-color: #502314;
  content: '';
}
#top .tit h1 {
  position: relative;
  margin-top: 20px;
  font-size: 2.2rem;
  line-height: 0.9;
}
#top .tit h1 em {
  font-size: 4rem;
}
#top .txt {
  float: left;
  width: 62.5%;
}
#top .txt_under {
  float: left;
  width: 62.5%;
}
#top .txt h3 {
  margin-bottom: 1em;
  font-size: 4rem;
}
#top .txt_under h3 {
  margin-bottom: 1em;
  font-size: 4rem;
}
.lineup09 #top .txt h3 {
  color: #057;
}
 #top .txt_under h3 {
  color: #057;
}
.lineup06 #top .txt h3 {
  color: #7c4040;
}
.lineup05 #top .txt h3 {
  color: #057;
}
.lineup04 #top .txt h3 {
  color: #5d451c;
}
.lineup03 #top .txt h3 {
  color: #2d3f42;
}
.lineup02 #top .txt h3 {
  color: #114400;
  margin-left: -22px;
}
.lineup01 #top .txt h3 {
  color: #653636;
  margin-left: -3px;
}
.lineup09 #top h2 img  {
  position: relative;
  top: -10px;
}
.lineup06 #top h2 img  {
  position: relative;
  top: -36px;
}
.lineup05 #top h2 img  {
  position: relative;
  top: -10px;
}
.lineup04 #top h2 img  {
  position: relative;
  top: -30px;
}
.lineup03 #top h2 img  {
  position: relative;
  top: -5px;
}
.lineup02 #top h2 img  {
  position: relative;
  top: -31px;
}
.lineup01 #top h2 img  {
  position: relative;
  top: -20px;
}
#top .txt p {
  font-weight: bold;
  line-height: 2;
}
#top .txt_under p {
  font-weight: bold;
  line-height: 2;
}
#top .img {
  clear: both;
  margin-top: 90px;
  text-align: center;
}
@media only screen and (max-width:768px) {
  #top {
    margin-top: 0;
  }
  #top .num {
    font-size: 5rem;
    right: 25px;
    top: 5px;
  }
  #top h1::before, #top h1::after {
    left: 25px;
  }
  #top h2, #top h1 {
    /* padding-top: 30px; */
    height: auto
  }
  #top h2::before, #top h2::after, #top h1::before, #top h1::after {
    height: 2px;
  }
  #top h2::before, #top h1::before {
    width: 50px;
  }
  #top h2::after, #top h1::after {
    width: 15px;
  }
  #top h2 {
    overflow: inherit;
  }
  /* #top h2 img {
    width: 135px;
  } */
  .lineup09 #top h2 img  {
  position: relative;
  top: 1px;
}
  .lineup08 #top h2 {
    padding-top: 47px;
  }
  .lineup08 #top h2 img {
    width: 240px;
    position: relative;
    top: -7px;
  }
  .lineup07 #top h2 {
    padding-top: 45px;
  }
  .lineup07 #top h2 img {
    width: 210px;
    position: relative;
    top: -5px;
  }
  .lineup06 #top h2 {
    padding-top: 33px;
  }
  .lineup06 #top h2 img {
    width: 180px;
    top: -2px;
  }
  .lineup05 #top h2 img {
    width: 200px;
    top: -2px;
  }
  .lineup04 #top h2 {
    padding-top: 40px;
  }
  .lineup04 #top h2 img {
    width: 160px;
    top: -2px;
  }
  .lineup03 #top h2 {
    padding-top: 30px;
  }
  .lineup03 #top h2 img {
    width: 200px;
    top: -3px;
  }
  .lineup02 #top h2 {
    padding-top: 40px;
  }
  .lineup02 #top h2 img {
    width: 160px;
    top: -2px;
  }
  .lineup01 #top h2 {
    padding-top: 40px;
  }
  .lineup01 #top h2 img {
    width: 200px;
    top: 5px;
  }
  .lineup02 #top .txt h3 {
    color: #114400;
    margin-left: 0;
  }
  .lineup02 #top .txt h3 span {
    margin-left: -17px;
  }
  #top .mv {
    top: 10px;
    width: 100vw;
    height: 60vw;
    z-index: 1;
  }
  #top .mv img {
    position: relative;
    top: 45%;
    left: 50%;
    max-width: none;
    width: auto;
    height: 100%;
    transform: translate(-50%, -50%) scale(1.2);
  }
  #top .mv.on img {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1.05);
  }
  #top .bg {
    display: none;
  }
  #top .bg img {
    opacity: 0;
    transform: scale(1.2);
    transition: all 4s ease-out;
  }
  #top .bg.on img {
    opacity: 1;
    transform: scale(1);
  }
   #top .inner_np .inner {
    margin-top: 0;
    background-position: center center;
    background-repeat: no-repeat;
 /*   background-image: url("/images/menu/birthdayplate/bg0.jpg"); */
    background-size: cover;
  }
 /* .lineup09 #top .inner_np .inner {
    background-image: url("/images/party/bg0.jpg");
  }
  .lineup08 #top .inner_np .inner {
    background-image: url("/images/menu/birthdayplate/bg0.jpg");
  }
  .lineup07 #top .inner_np .inner {
    background-image: url("/images/menu/birthdayplate/bg0.jpg");
  }
  .lineup06 #top .inner_np .inner {
    background-image: url("/images/menu/oyster/bg0.jpg");
  }
  .lineup05 #top .inner_np .inner {
    background-image: url("/images/menu/birthdayplate/bg0.jpg");
  }
  .lineup04 #top .inner_np .inner {
    background-image: url("/images/menu/drink/bg0.jpg");
  }
  .lineup03 #top .inner_np .inner {
    background-image: url("/images/menu/dinner/bg0.jpg");
  }
  .lineup02 #top .inner_np .inner {
    background-image: url("/images/menu/lunch/bg0.jpg");
  }
  .lineup01 #top .inner_np .inner {
    background-image: url("/images/menu/sweets/bg0.jpg");
  } */
  #top .inner_np .inner + .inner {
    background: none;
  }
  #top .tit {
    float: none;
    width: 100%;
    margin-top: 45px;
    padding-left: 0%;
  }
  #top .tit h4 {
    padding-bottom: 2px;
    font-size: 1.5rem;
  }
  #top .tit h4 span::before {
    width: 5px;
    height: 1px;
  }
  #top .tit h1 {
    margin-top: 10px;
    font-size: 1.5rem;
  }
  #top .tit h1 em {
    font-size: 3rem;
  }
  #top .txt {
    float: none;
    width: 100%;
    margin-top: 20px;
    padding-bottom: 0;
  }
  #top .txt_under {
    float: none;
    width: 100%;
    margin-top: 20px;
    /* padding-bottom: 100px; */
  }
  #top .txt h3 {
    font-size: 1.9rem;
    margin-bottom: 0.5em;
  }
  #top .txt_under h3 {
    font-size: 1.9rem;
    margin-bottom: 0.5em;
  }
  .lineup06 #top .txt h3 {
    font-size: 2.2rem;
  }
  #top .img {
    margin: -75px -10px 0 -10px;
  }
}
/**
 * .spec
 */
/*.spec h2 {
    padding-top: 0;
    font-size: 3.5rem;
}*/
.spec h2::after {
  width: 60px;
  background: #502314;
}
.spec h2::before, .spec h2 em::after {
  display: none;
}
@media only screen and (max-width:767px) {
  .spec h2 {
    margin: 0 0 0.8em 0;
    font-size: 2rem;
  }
  .spec h2::after {
    width: 30px;
  }
}
/**
 * #exterior #interior #spec
 */
#exterior, #interior {
  margin-top: 160px;
}
#spec {
  margin-top: 80px;
}
#exterior .inner:nth-child(1) h2, #interior .inner:nth-child(1) h2, #spec .inner:nth-child(1) h2 {
  float: left;
  width: 25%;
}
#exterior .inner:nth-child(1) .txt, #interior .inner:nth-child(1) .txt, #spec .inner:nth-child(1) .txt {
  float: left;
  width: 62.5%;
}
#exterior .txt h3, #interior .txt h3 {
  margin-bottom: 1em;
  color: #057;
  font-size: 3rem;
  line-height: 1.6;
}
.lineup09 #exterior .txt h3 {
  color: #057;
}
.lineup08 #exterior .txt h3 {
  color: #00686e;
}
.lineup07 #exterior .txt h3, .lineup07 #interior .txt h3 {
  color: #552288;
}
.lineup06 #exterior .txt h3 {
  color: #7d4141;
}
.lineup05 #exterior .txt h3 {
  color: #057;
}
.lineup04 #exterior .txt h3 {
  color: #5e461d;
}
.lineup03 #exterior .txt h3 {
  color: #2d3f42;
}
.lineup02 #exterior .txt h3 {
  color: #114400;
}
.lineup01 #exterior .txt h3, .lineup01 #interior .txt h3 {
  color: #653636;
}
#exterior .txt p, #interior .txt p, #spec .txt p {
  font-weight: bold;
  line-height: 2;
  text-align: justify;
}
#exterior .inner:nth-child(2), #interior .inner:nth-child(2), #spec .inner:nth-child(2) {
  margin-top: 100px;
}
#exterior .inner:nth-child(2) figure, #interior .inner:nth-child(2) figure, #spec .inner:nth-child(2) figure {
  float: left;
  width: 56.25%;
}
#exterior .inner:nth-child(2) .txt, #interior .inner:nth-child(2) .txt, #spec .inner:nth-child(2) .txt {
  float: right;
  width: 41.65%;
  margin-left: 10px;
}
#exterior .inner:nth-child(2) figure img {
  border-radius: 10px;
}
#exterior .inner:nth-child(3) figure {
  float: right;
  width: 40%;
/*   margin-right: -5%; */
  margin-top: 100px
}
#exterior .inner:nth-child(3) figure img {
  width: 500px;
  border-radius: 10px;
}
#exterior .inner:nth-child(3) .txt {
  margin: 100px 0 0;
  float: left;
  width: 58%;
  margin-right: 10px;
}
#interior .inner:nth-child(2) figure, #spec .inner:nth-child(2) figure {
  float: left;
  width: 43.65%;
  margin-left: 0;
}


@media only screen and (max-width:768px) {
  #exterior, #interior, #spec {
    margin-top: 80px;
  }
  #exterior .inner:nth-child(1) h2, #interior .inner:nth-child(1) h2, #spec .inner:nth-child(1) h2 {
    float: none;
    width: 100%;
  }
  #exterior .inner:nth-child(1) .txt, #interior .inner:nth-child(1) .txt, #spec .inner:nth-child(1) .txt {
    float: none;
    width: 100%;
  }
  #exterior .txt h3, #interior .txt h3, #spec .txt h3 {
    margin-bottom: 0.6em;
    font-size: 2rem;
  }
  #exterior .inner:nth-child(2), #interior .inner:nth-child(2), #spec .inner:nth-child(2) {
    margin-top: 20px;
  }
  #exterior .inner:nth-child(2) figure, #interior .inner:nth-child(2) figure, #spec .inner:nth-child(2) figure {
    float: none;
/*     width: calc(100% + 20px); */
    width: 100%;
/*     margin-left: -10px; */
  }
  #exterior .inner:nth-child(2) .txt, #interior .inner:nth-child(2) .txt, #spec .inner:nth-child(2) .txt {
    margin-top: 20px;
    margin-left: 0;
    float: none;
    width: 100%;
  }
  #exterior .inner:nth-child(3) figure {
    float: none;
/*     width: 80%; */
/*     margin: 20px 10% 0; */
    width: 100%;
    margin: 20px 0;
  }
  #exterior .inner:nth-child(3) figure img {
    width: 100%;
  }
  #exterior .inner:nth-child(3) .txt {
    margin: 50px 0 0;
    float: none;
    width: 100%;
  }
  #interior .inner:nth-child(2) figure, #spec .inner:nth-child(2) figure {
    float: none;
    width: 80%;
    margin: 0 10%;
  }
}
/**
 * #plan_price
 */
#plan_price {
  margin-top: 160px;
}
#plan_price .inner:nth-child(1) h2, #spec .inner:nth-child(1) h2 {
  float: left;
  width: 37.5%;
}
#plan_price .inner:nth-child(1) .txt, #spec .inner:nth-child(1) .txt {
  float: left;
  width: 62.5%;
}
#plan_price .txt h3 {
  margin-bottom: 1em;
  color: #057;
  font-size: 3rem;
  line-height: 1.6;
}
#plan_price .price {
  line-height: 1;
  font-size: 8rem;
  margin-bottom: 0.3em;
}
#plan_price .txt p {
  font-weight: bold;
  line-height: 2;
  text-align: justify;
}
#plan_price .inner:nth-child(2) {
  margin-top: 100px;
}
#plan_price .inner:nth-child(2) figure {
  float: left;
  width: 56.25%;
  margin-left: -8%;
}
#plan_price .inner:nth-child(2) .txt {
  float: right;
  width: 43.65%;
}
#plan_price .inner:nth-child(2) figure {
  float: left;
  width: 43.65%;
  margin-left: 0;
}
#plan_price .inner:nth-child(2) .txt {
  float: right;
  width: 56.25%;
}
#plan_price .sub_h3 {
  font-size: 2.5rem;
  font-weight: bold;
}
#plan_price .memo {
  box-sizing: border-box;
  right: 0;
  padding: 60px 30px;
  background: #fff;
  border: solid 5px #f5da44;
  margin-top: 60px;
}
@media only screen and (max-width:768px) {
  #plan_price, #spec {
    margin-top: 80px;
  }
  #plan_price .inner:nth-child(1) h2 {
    float: none;
    width: 100%;
  }
  #plan_price .inner:nth-child(1) .txt {
    float: none;
    width: 100%;
  }
  #plan_price .txt h3 {
    margin-bottom: 0.6em;
    font-size: 2rem;
  }
  #plan_price .inner:nth-child(2) {
    margin-top: 20px;
  }
  #plan_price .inner:nth-child(2) figure {
    float: none;
    width: calc(100% + 20px);
    margin-left: -10px;
  }
  #plan_price .inner:nth-child(2) .txt {
    margin-top: 20px;
    float: none;
    width: 100%;
  }
  #plan_price .inner:nth-child(2) figure {
    float: none;
    width: 80%;
    margin: 0 10%;
  }
  #plan_price .inner:nth-child(2) .txt {
    margin-top: 20px;
    float: none;
    width: 100%;
  }
  #plan_price .price {
    font-size: 4rem;
}
#plan_price .sub_h3 {
  font-size: 1.4rem;
}
  #plan_price .memo {
  padding: 30px 20px;
  margin-top: 30px;
}
}
/**
 * #seatarrange
 */
#seatarrange {
  margin-top: 160px;
}
#seatarrange .inner:nth-child(1) h2 {
  float: left;
  width: 25%;
}
#seatarrange .inner:nth-child(1) .txt {
  float: left;
  width: 62.5%;
}
#seatarrange .txt p {
  font-weight: bold;
  line-height: 2;
  text-align: justify;
}
.seat_lst {
  margin-top: 30px;
}
.seat_lst li {
  width: calc(91% / 4);
  margin: 0 3% 0 0;
  float: left;
}
.seat_lst li:nth-child(4n) {
  margin: 0;
}
.seat_lst li label {
  font-weight: bold;
  cursor: pointer;
  transition: all 0.5s;
  position: relative;
  display: block;
}
.seat_lst li label img {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #CCC;
}
.seat_lst li label span {
  display: block;
  text-align: center;
  font-size: 1.6rem;
  margin: 20px 0 0;
}
.seat_lst li label::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 3px solid #502314;
  border-right: 3px solid #502314;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -25px;
  transition: .5s;
}
.seat_lst li label img:hover {
  transform: scale(1.02);
  transition: opacity .5s ease-out, transform .5s ease-out;
}
.seat_lst li input {
  display: none;
}
.seat_lst li .show {
  height: 0;
  padding: 0;
  overflow: hidden;
  opacity: 0;
  transition: 0.8s;
  margin: 30px 0 0;
}
.seat_lst li input:checked ~ .show {
  height: auto;
  opacity: 1;
  font-size: 1.6rem;
  font-weight: normal;
  text-align: justify;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  width: 100%;
  margin: 40px 0 0;
}
.seat_lst li input:checked ~ label::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#seatarrange .old {
  margin: 60px 0 0;
  padding: 60px 0 0;
}
#seatarrange .old h3 {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 20px;
}
#seatarrange .old p.anime {
  text-align: center;
}
#seatarrange .old .seat_lst {
  margin-top: 50px;
}
#seatarrange .old .seat_lst li:nth-child(n + 5) {
  margin-top: 50px;
}
@media only screen and (max-width:768px) {
  #seatarrange {
    margin-top: 80px;
  }
  #seatarrange .inner:nth-child(1) h2 {
    float: none;
    width: 100%;
  }
  #seatarrange .inner:nth-child(1) .txt {
    float: none;
    width: 100%;
  }
  .seat_lst, #seatarrange .old .seat_lst {
    margin-top: 20px;
  }
  .seat_lst li {
    width: calc(97% / 2);
    margin: 0 3% 20px 0;
    float: left;
  }
  .seat_lst li:nth-child(4n) {
    margin: auto;
  }
  .seat_lst li:nth-child(even) {
    margin: 0;
  }
  .seat_lst li:nth-last-child(2), .seat_lst li:nth-last-child(1) {
    margin-bottom: 0;
  }
  .seat_lst li label span {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 10px 0 0;
  }
  .seat_lst li input:checked ~ .show {
    font-size: 1.2rem;
    margin: 20px 0 0;
  }
  .seat_lst li label::after {
    bottom: -20px;
  }
  #seatarrange .old {
    margin: 30px 0 0;
    padding: 30px 0 0;
  }
  #seatarrange .old h3 {
    font-size: 1.6rem;
    margin: 0;
  }
}
/**
 * #gallery
 */
#gallery {
  position: relative;
  margin-top: 160px;
}
#gallery .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 84.28%;
  overflow: hidden;
}
#gallery .bg img {
  opacity: 0;
  transform: scale(1.2);
  transition: all 4s ease-out;
}
#gallery .on .bg img {
  opacity: 1;
  transform: scale(1);
}
#gallery .img {
  position: relative;
  float: right;
  margin-top: 110px;
  width: 72.85%;
  height: 48.57vw;
  max-height: 780px;
  z-index: 1;
  overflow: hidden;
}
#gallery .img li {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s ease-in, width 0.8s cubic-bezier(0.66, 0.45, 0.14, 0.79);
}
#gallery .img li:first-child {
  display: block;
}
#gallery .on .img li {
  opacity: 1;
  width: 100%;
}
#gallery .img.on li.act {
  z-index: 2;
}
#gallery .on .img li.inact {
  z-index: 1;
}
#gallery .on .img li div {
  position: relative;
}
#gallery .img.off li, #gallery .img.off li div {
  transition: none;
}
#gallery .img li div {
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
#gallery .box {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 60px;
  width: 25%;
  min-width: 350px;
  padding: 60px;
  background: #fff;
  border-top: solid 2px #f5da44;
  z-index: 2;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.3s 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
#gallery .on .box {
  opacity: 1;
  transform: translateY(0);
}
#gallery .box h2 {
  margin-bottom: 1.5em;
  font-size: 4rem;
  line-height: 1;
}
#gallery .box h2 span {
  display: inline-block;
  top: 0;
  font-size: 4rem;
}
#gallery .box h2::after {
  display: none;
}
#gallery .pageing {
  border: none;
  padding: 0;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.3s 0.5s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
#gallery .on .pageing {
  opacity: 1;
  transform: translateY(0);
}
#gallery .pageing .btns {
  float: right;
}
#gallery .pageing .btn_prev::before, #gallery .pageing .btn_next::before {
  border: solid 1px #ddd;
}
#gallery .pageing .btn_prev:hover::before, #gallery .pageing .btn_next:hover::before {
  border: solid 1px #f5da44;
}
#gallery .pageing .pos {
  position: relative;
  float: left;
  top: 0.4em;
}
#gallery .pageing .pos > div {
  float: left;
  color: #502314;
}
#gallery .pageing .pos .bar {
  position: relative;
  margin: 0.8em 15px 0 20px;
  width: 60px;
  height: 1px;
  background: #502314;
}
#gallery .pageing .pos .bar span {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #f5da44;
}
#gallery .pageing .pos .curret span {
  position: absolute;
  display: block;
  color: #f5da44;
}
@media only screen and (max-width:768px) {
  #gallery {
    margin-top: 80px;
  }
  #gallery .bg {
    position: static;
    width: 100%;
  }
  #gallery .bg img {
    opacity: 1;
    transform: scale(1);
    transition: none;
  }
  #gallery .img {
    margin-top: 0;
    width: 100%;
    height: 66.6vw;
    max-height: none;
  }
  #gallery .img .on li {
    opacity: 1;
    width: 100%;
  }
  #gallery .box {
    left: 0;
    width: 64%;
    min-width: 240px;
    padding: 30px 30px 20px 30px;
  }
  #gallery .box h2 {
    margin-bottom: 1em;
  }
  #gallery .box h2, #gallery .box h2 span {
    font-size: 2.5rem;
  }
  #gallery .pageing .pos {
    top: 0.5em;
  }
  #gallery .pageing .pos .bar {
    width: 45px;
  }
}
/**
 * #view
 */
#view {
  margin-top: 160px;
}
#view .img {
  text-align: center;
}
#view .bg {
  height: 50vw;
  max-height: 600px;
  width: 100%;
  background-position: 0 center;
  background-repeat: repeat-x;
  background-size: auto;
}
#view ol {
  position: absolute;
  text-align: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}
#view li {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
#view li img {
  width: calc(100vw - 120px);
  max-width: 1380px;
}
#view .accelerator {
  margin-top: 60px;
}
.accelerator {
  position: relative;
  width: 250px;
  height: 2px;
  background: #ccc;
  margin: auto;
}
.accelerator span {
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  left: 50%;
}
.accelerator span i {
  display: block;
  position: absolute;
  top: -35px;
  left: -35px;
  width: 70px;
  height: 70px;
  background: #fff;
  border-radius: 200px;
  transition: all 0.2s ease-in;
}
.accelerator span:hover i {
  transform: scale(1.1);
  background-color: #f5da44;
}
.accelerator span::before, .accelerator span::after {
  position: absolute;
  width: 8px;
  height: 8px;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-top: solid 2px rgba(0, 0, 0, 1);
  content: '';
  z-index: 1;
}
.accelerator span::before {
  left: -16px;
  border-left: solid 2px rgba(0, 0, 0, 1);
  transform: rotate(-45deg);
}
.accelerator span::after {
  right: -16px;
  border-right: solid 2px rgba(0, 0, 0, 1);
  transform: rotate(45deg);
}
@media only screen and (max-width:768px) {
  #view {
    margin-top: 80px;
  }
  #view .bg {
    height: 60vw;
  }
  #view .img img {
    width: 95%;
    height: auto;
  }
  #view ol {
    position: absolute;
    text-align: center;
    top: 40px;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
  }
  #view li {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #view li img {
    width: 100%;
  }
  .accelerator {
    width: 150px;
  }
  .accelerator span i {
    top: -20px;
    left: -20px;
    width: 40px;
    height: 40px;
  }
  .accelerator span::before, .accelerator span::after {
    width: 5px;
    height: 5px;
  }
  .accelerator span::before {
    left: -8px;
  }
  .accelerator span::after {
    right: -8px;
  }
}
/**
 * #price
 */
#price {
  margin-top: 160px;
}
#price h2 {
  float: left;
  width: 37.5%;
}
#price .txt {
  float: left;
}
#price h3 {
  font-size: 2.5rem;
  font-weight: bold;
}
#price .price {
  line-height: 1;
  font-size: 8rem;
}
#price .note {
  font-size: 1.8rem;
  font-weight: bold;
}
#price .cl_price {
  width: 62.5%;
  float: right;
  margin: 65px 0 0;
}
#price .cl_price li {
  font-size: 0;
}
#price .cl_price li:first-child {
  margin: 0 0 60px;
}
.cl_price li div {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: bold;
  width: 35%;
  margin: 0 5% 0 0;
  line-height: 1;
}
.cl_price li div p span {
  display: block;
  font-size: 5rem;
  margin: 5px 0 0;
}
.cl_price li div p:nth-of-type(1) {
  margin: 0 0 15px;
}
.cl_price li div p:last-of-type {
  font-size: 1.2rem;
  margin: 5px 0 0;
}
.cl_price li img {
  vertical-align: top;
  display: inline-block;
  width: 60%;
}
#price .cl_price li h3 {
  font-size: 2.4rem;
  line-height: 1;
  background: #f5da44;
  padding: 8px 10px 10px;
  display: inline-block;
  margin: 0 0 10px;
}
#price .cl_price li h3.fee2 {
  background: #DC350C;
  color: #fff;
}
@media only screen and (max-width:768px) {
  #price {
    margin-top: 80px;
  }
  #price h2 {
/*     width: 25%; */
    width: 100%;
  }
  #price .txt {
    float: left;
  }
  #price h3 {
    font-size: 1.4rem;
  }
  #price .price {
    font-size: 4rem;
  }
 #price .note {
    font-size: 1.4rem;
    margin-bottom: 40px;
  }
  #price .cl_price {
    width: 100%;
    float: none;
    margin: 100px 0 0;
  }
  #price .cl_price li:first-child {
    margin: 0 0 30px;
  }
  .cl_price li div {
    display: block;
    font-size: 1.2rem;
    width: 100%;
    margin: 0 0 20px;
  }
  .cl_price li div p span {
    display: block;
    font-size: 3rem;
    margin: 5px 0 0;
  }
  .cl_price li div p:nth-of-type(1) {
    margin: 0 0 15px;
  }
  .cl_price li div p:last-of-type {
    font-size: 1.2rem;
    margin: 10px 0 0;
  }
  .cl_price li img {
    display: block;
    width: 100%;
  }
  #price .cl_price li h3 {
    font-size: 1.8rem;
    line-height: 1;
    background: #f5da44;
    padding: 6px 8px 8px;
    display: inline-block;
    margin: 0 0 10px;
  }
}
/**
 * #lifestyle
 */
#lifestyle {
  margin-top: 160px;
}
#lifestyle .inner {
  padding-bottom: 60px;
}
#lifestyle .img {
  width: 0;
  height: 39vw;
  max-height: 630px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in, width 0.8s cubic-bezier(0.66, 0.45, 0.14, 0.79);
}
#lifestyle .on.img {
  opacity: 1;
  width: 100%;
}
#lifestyle .txt {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 110px;
  padding: 60px;
  background: #fff;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.3s 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
#lifestyle .on .txt {
  opacity: 1;
  transform: translateY(0);
}
#lifestyle h4 {
  color: #666;
  margin: 0 0 20px;
}
#lifestyle h2, #lifestyle h2 span {
  display: inline-block;
  top: 0;
  margin: 0;
  padding: 0;
  font-size: 3rem;
}
#lifestyle h2::before, #lifestyle h2::after {
  display: none;
}
#lifestyle .btn_link {
  margin-top: 1em;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.3s 0.5s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
#lifestyle .on .btn_link {
  opacity: 1;
  transform: translateY(0);
}
.lineup06 #lifestyle .inner, .lineup02 #lifestyle .inner {
  padding: 0 0 200px;
  width: 49%;
  max-width: 49%;
  float: left;
}
.lineup06 #lifestyle .inner:nth-of-type(1), .lineup02 #lifestyle .inner:nth-of-type(1) {
  margin: 0 2% 0 0;
}
.lineup06 #lifestyle .img, .lineup02 #lifestyle .img {
  width: 0;
  height: 25vw;
  max-height: 400px;
}
.lineup06 #lifestyle .on.img, .lineup02 #lifestyle .on.img {
  width: 100%;
  position: relative;
  left: 0;
}
.lineup06 #lifestyle .txt, .lineup02 #lifestyle .txt {
  left: 0;
  right: inherit;
}
.cl_lifestyle {
  max-width: 1480px;
  padding: 0 60px;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
}
.cl_lifestyle h2 {
  margin-bottom: 20px !important;
}
@media only screen and (max-width:768px) {
  #lifestyle {
    margin-top: 80px;
  }
  #lifestyle .inner {
    padding: 0;
    padding-bottom: 32vw;
  }
  #lifestyle .img {
    height: 60vw;
  }
  #lifestyle .img.on {
    opacity: 1;
    width: 100%;
  }
  #lifestyle .txt {
    left: 0;
    right: auto;
    width: calc(100% - 25px);
    padding: 20px 30px 30px 30px;
  }
  #lifestyle h3, #lifestyle h4 {
    font-size: 1.5rem;
  }
  #lifestyle h2, #lifestyle h2 span {
    font-size: 2rem;
    white-space: nowrap;
  }
  #lifestyle h2::before, #lifestyle h2::after {
    display: none;
  }
  #lifestyle .btn_link {
    margin-top: 1em;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.3s 0.5s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  }
  #lifestyle .on .btn_link {
    opacity: 1;
    transform: translateY(0);
  }
  .lineup06 #lifestyle .inner, .lineup02 #lifestyle .inner {
    padding: 0;
    padding-bottom: 32vw;
    width: 100%;
    max-width: 100%;
    float: none;
  }
  .lineup06 #lifestyle .inner:nth-of-type(1), .lineup02 #lifestyle .inner:nth-of-type(1) {
    margin: 0 0 30px;
  }
  .lineup06 #lifestyle .img, .lineup02 #lifestyle .img {
    width: 0;
    height: 60vw;
    max-height: inherit;
  }
  .lineup06 #lifestyle .on.img, .lineup02 #lifestyle .on.img {
    width: 100%;
    position: inherit;
  }
  .lineup06 #lifestyle .txt, .lineup02 #lifestyle .txt {
    left: auto;
    right: inherit;
    width: calc(100% - 25px);
    padding: 20px 30px 30px 30px;
  }
  .cl_lifestyle {
    max-width: 100%;
    padding: 0
  }
}
/**
 * #hemstyle
 */
#hemstyle {
  margin-top: 160px;
}
#hemstyle .inner {
  padding-bottom: 60px;
}
#hemstyle .img {
  width: 0;
  height: 39vw;
  max-height: 630px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 0.5s ease-in, width 0.8s cubic-bezier(0.66, 0.45, 0.14, 0.79);
}
#hemstyle .on.img {
  opacity: 1;
  width: 100%;
}
#hemstyle .txt {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  right: 110px;
  padding: 60px;
  background: #fff;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.3s 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.3s;
}
#hemstyle .on .txt {
  opacity: 1;
  transform: translateY(0);
}
#hemstyle h4 {
  color: #666;
  margin: 0 0 20px;
}
#hemstyle h2, #hemstyle h2 span {
  display: inline-block;
  top: 0;
  margin: 0;
  padding: 0;
  font-size: 3rem;
}
#hemstyle h2::before, #hemstyle h2::after {
  display: none;
}
#hemstyle .btn_link {
  margin-top: 1em;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.3s 0.5s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
}
#hemstyle .on .btn_link {
  opacity: 1;
  transform: translateY(0);
}
.lineup06 #hemstyle .inner, .lineup02 #hemstyle .inner {
  padding: 0 0 200px;
  width: 49%;
  max-width: 49%;
  float: left;
}
.lineup06 #hemstyle .inner:nth-of-type(1), .lineup02 #hemstyle .inner:nth-of-type(1) {
  margin: 0 2% 0 0;
}
.lineup06 #hemstyle .img, .lineup02 #hemstyle .img {
  width: 0;
  height: 25vw;
  max-height: 400px;
}
.lineup06 #hemstyle .on.img, .lineup02 #hemstyle .on.img {
  width: 100%;
  position: relative;
  left: 0;
}
.lineup06 #hemstyle .txt, .lineup02 #hemstyle .txt {
  left: 0;
  right: inherit;
}
.cl_hemstyle {
  max-width: 1480px;
  padding: 0 60px;
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
}
.cl_hemstyle h2 {
  margin-bottom: 20px !important;
}
@media only screen and (max-width:768px) {
  #hemstyle {
    margin-top: 80px;
  }
  #hemstyle .inner {
    padding: 0;
    padding-bottom: 32vw;
  }
  #hemstyle .img {
    height: 60vw;
  }
  #hemstyle .img.on {
    opacity: 1;
    width: 100%;
  }
  #hemstyle .txt {
    left: 0;
    right: auto;
    width: calc(100% - 25px);
    padding: 20px 30px 30px 30px;
  }
  #hemstyle h3, #hemstyle h4 {
    font-size: 1.5rem;
  }
  #hemstyle h2, #hemstyle h2 span {
    font-size: 2rem;
    white-space: nowrap;
  }
  #hemstyle h2::before, #hemstyle h2::after {
    display: none;
  }
  #hemstyle .btn_link {
    margin-top: 1em;
    opacity: 0;
    transform: translateY(50px);
    transition: opacity 0.3s 0.5s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1) 0.5s;
  }
  #hemstyle .on .btn_link {
    opacity: 1;
    transform: translateY(0);
  }
  .lineup06 #hemstyle .inner, .lineup02 #hemstyle .inner {
    padding: 0;
    padding-bottom: 32vw;
    width: 100%;
    max-width: 100%;
    float: none;
  }
  .lineup06 #hemstyle .inner:nth-of-type(1), .lineup02 #hemstyle .inner:nth-of-type(1) {
    margin: 0 0 30px;
  }
  .lineup06 #hemstyle .img, .lineup02 #hemstyle .img {
    width: 0;
    height: 60vw;
    max-height: inherit;
  }
  .lineup06 #hemstyle .on.img, .lineup02 #hemstyle .on.img {
    width: 100%;
    position: inherit;
  }
  .lineup06 #hemstyle .txt, .lineup02 #hemstyle .txt {
    left: auto;
    right: inherit;
    width: calc(100% - 25px);
    padding: 20px 30px 30px 30px;
  }
  .cl_hemstyle {
    max-width: 100%;
    padding: 0
  }
}
/**
 * #links
 */
#links {
  margin-top: 160px;
}
#links .left, #links .right {
  box-sizing: border-box;
  float: left;
  width: 50%;
}
#links .left {
  padding-right: 40px;
}
#links .right {
  padding-left: 40px;
}
#links .btns {
  padding-right: 30px;
  margin-top: -35px;
  text-align: right;
}
#links .btns a {
  display: inline-block;
}
@media only screen and (max-width:768px) {
  #links {
    margin-top: 80px;
  }
  #links .left, #links .right {
    float: none;
    width: 100%;
    padding: 0;
  }
  #links .right + .left, #links .left + .right {
    margin-top: 70px;
  }
  #links .right + .left::before, #links .left + .right::before {
    position: absolute;
    left: 0;
    width: 100vw;
    height: 1px;
    background: rgba(0, 0, 0, 0.06);
    content: '';
  }
  #links .btns {
    padding: 0;
    margin-top: -25px;
    text-align: left;
  }
  #links .btns a {
    white-space: nowrap;
  }
}
/**
 * stocklist
 */

/* .btn_link{
  display:flex;
 } */

.stock h1 {
  margin: 0 auto 105px;
  padding: 55px 0 0;
  font-size: 5.5rem;
  font-weight: bold;
  line-height: 1;
}
.stock h1 span {
  display: block;
  font-size: 2.5rem;
  margin: 0 0 10px;
}
.stock_nav {
  border-bottom: solid 1px rgba(239, 242, 255, 1);
  position: relative;
  margin: 0 0 55px;
}
.stock_nav ol li {
  width: calc(90% / 3);
  margin: 0 3% 0 0;
  padding: 0 0 30px;
  display: inline-block;
  vertical-align: top;
  position: relative
}
.stock_nav ol {
  font-size: 0;
  padding-top: 150px;
}
.stock_nav ol li.act a, .stock_nav ol li a:hover {
  background: rgba(245, 218, 68, 0.15);
  transform: .3s;
}
.stock_nav ol li.act a::before, .stock_nav ol li a:hover::before {
  background: #F5DA44;
}
.stock_nav ol li::before {
  content: "";
  background: rgba(239, 242, 255, 1);
  width: 1px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.stock_nav ol li::after {
  content: "";
  background: rgba(239, 242, 255, 1);
  width: 1px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}
.stock_nav ol li:nth-child(1)::before, .stock_nav ol li:nth-child(4)::before, .stock_nav ol li:nth-child(3)::after, .stock_nav ol li:nth-child(6)::after {
  content: none;
}

.stock_nav ol li img {
  display: inline-block;
  margin: 10px 30px 0 0;
}
.stock_nav ol li p {
  display: inline-block;
  font-size: 2.2rem;
  line-height: 1;
  padding: 40px 0;
}
.stock_nav ol li p span {
  display: block;
  font-size: 1.6rem;
  margin: 5px 0 0;
}
.num_stock {
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 20px;
}
.num_stock span {
  font-size: 3rem;
}
.stock_lst {
  font-size: 0;
}
.stock_lst li {
  width: calc(91% / 4);
  margin: 0 3% 0 0;
  padding: 0 0 50px;
  display: inline-block;
  font-weight: bold;
  box-sizing: border-box;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
  border-right: 1px solid rgba(0, 0, 0, 0.06);
  vertical-align: top;
}
.stock_lst li:nth-child(1) {
  border-left: none;
}
.stock_lst li:nth-child(4n) {
  margin: 0;
  border-right: none;
}
.stock_lst li h3 {
  font-size: 1.6rem;
  line-height: 2.6rem;
  padding: 0 0 20px;
  margin: 20px 0;
  border-bottom: 1px solid #CCC;
}
.stock_lst li ul li {
  width: 100%;
  float: none;
  padding: 0;
  border: none;
}
.stock_lst li ul li dl {
  font-size: 0;
}
.stock_lst li ul li dl dt {
  display: inline-block;
  font-size: 1.4rem;
  margin: 0 20px 0 0;
  width: 56px;
}
.stock_lst li ul li dl dd {
  display: inline-block;
  font-size: 1.4rem;
}
.stock_lst li ul li dl dd span {
  font-size: 2.2rem;
}
@media only screen and (max-width:768px) {
  .stock h1 {
    margin: 0 auto 45px;
    font-size: 3rem;
  }
  .stock h1 span {
    display: block;
    font-size: 1.7rem;
    margin: 0 0 10px;
  }
.stock_nav ol li {
  width: 100%;
  padding: 0;
  }
.stock_nav ol li img {
  width: 60px;
}
.stock_nav ol li p {
  font-size: 1.6rem;
  padding: 20px 0;
  }
  .num_stock {
    font-size: 1.2rem;
    margin: 0 0 10px;
  }
  .num_stock span {
    font-size: 2rem;
  }
  .stock_lst li {
    width: 48%;
    margin: 0 4% 0 0;
    padding: 0 0 25px;
    font-weight: bold;
    box-sizing: border-box;
    border: none;
  }
  .stock_lst li:nth-child(even) {
    margin: 0;
  }
  .stock_lst li h3 {
    font-size: 1.2rem;
    line-height: 18px;
    padding: 0 0 10px;
    margin: 15px 0;
    border-bottom: 1px solid #CCC;
  }
  .stock_lst li ul li {
    width: 100%;
    float: none;
    padding: 0;
    border: none;
  }
  .stock_lst li ul li dl {
    font-size: 0;
  }
  .stock_lst li ul li dl dt {
    display: inline-block;
    font-size: 1rem;
    margin: 0 10px 0 0;
    width: 40px;
  }
  .stock_lst li ul li dl dd {
    display: inline-block;
    font-size: 1rem;
  }
  .stock_lst li ul li dl dd span {
    font-size: 1.5rem;
  }
}
/**
 * line-up
 */
.page h1 {
  margin: 0 auto 100px;
  padding: 60px 0 0;
  font-size: 8rem;
  font-weight: bold;
  line-height: 1;
}
.page h1 span {
  display: block;
  font-size: 2.2rem;
  margin: 5px 0 0;
}
.page #top h1::before, .page #top h1::after {
  left: 0;
}
.page .title {
  position: relative;
  pointer-events: none;
}
.page .read {
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 60px;
  max-width: 640px;
}
/**
 * #lineup
 */
#lineup {
  margin: 0 0 200px;
}
#lineup h2 {
  float: left;
  width: 50%;
}
#lineup .read {
  float: right;
  width: 50%;
  font-weight: bold;
}
#lineup ol {
  clear: both;
  padding-bottom: 60px;
}
#lineup li {
  box-sizing: border-box;
  float: left;
  width: 50%;
  padding: 0;
}
#lineup li a {
  display: block;
  position: relative;
}
.page #lineup li .num {
  position: absolute;
  top: 9%;
  right: 10px;
  font-size: 15rem;
  line-height: 1;
  color: #d4cfc1;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.3s 0.2s, transform 0.5s 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#lineup li.on .num {
  opacity: 0.6;
  transform: translateY(0);
}
#lineup li .bg {
  position: absolute;
  bottom: 20px;
  width: 0%;
  height: 38%;
}
#lineup li.on .bg {
  transition: width 0.8s cubic-bezier(0.66, 0.45, 0.14, 0.79);
  width: 100%;
}
#lineup li .img {
  position: relative;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.3s 0.4s, transform 0.5s 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#lineup li.on .img {
  opacity: 1;
  transform: translateY(0);
}
#lineup li .img img {
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#lineup li a:hover .img img {
  transform: scale(1.05);
}
.page #lineup li h4 {
  position: absolute;
  top: 10%;
  left: 11%;
  padding-bottom: 5px;
  font-size: 2.2rem;
  width: 65px;
}
#lineup li h4 span::before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 2px;
  background-color: #502314;
  content: '';
}
#lineup li h3 {
  position: absolute;
  bottom: -9px;
  left: 11%;
  font-size: 2.2rem;
  line-height: 0.9;
}
#lineup li h3 em {
  font-size: 4rem;
}
#lineup li .btn {
  position: absolute;
  background: #fff;
  width: 40px;
  height: 40px;
  bottom: 0;
  right: 11%;
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.2s ease-in;
}
#lineup li.on .btn {
  opacity: 1;
  transform: scale(1);
}
#lineup li a:hover .btn, #lineup li a:hover .btn {
  transform: scale(1.1);
  background-color: #f5da44;
}
#lineup li .btn b {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 14px;
  height: 10px;
  overflow: hidden;
}
#lineup li .btn b::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/images/common/icon_arrow0.png) no-repeat center center;
  background-size: contain;
  content: '';
}
#lineup li a:hover .btn b::after {
  animation: hoverElem 0.5s ease-in-out;
}
#lineup .ani_txt span {
  transition-delay: 0.9s;
}
#lineup .ani_txt::after {
  transition-delay: 0.4s;
}
@media only screen and (max-width: 1200px){
.page .read {
  font-weight: bold;
  position: inherit;
  top: inherit;
  width: 100%;
  max-width: 100%;
  margin: 0 0 45px;
}
}
@media only screen and (max-width:768px) {
  .page h1 {
    margin: 0;
    padding: 60px 0 30px;
    font-size: 4rem;
    font-weight: bold;
    line-height: 1;
  }
  .page h1 span {
    display: block;
    font-size: 1.5rem;
    line-height: 1.5;
    margin: 5px 0 0;
  }
  .page #top h1::before, .page #top h1::after {
    left: 0;
  }
  .page .title {
    position: relative;
  }
  #lineup {
    margin: 0;
  }
  #lineup h2, #lineup .read {
    float: none;
    width: 100%;
    font-size: 1.1rem;
  }
  #lineup ol {
    position: relative;
    padding-bottom: 0;
  }
  #lineup li {
    float: left;
    width: 100vw;
    margin: 0 0 50px;
  }
  .page #lineup li .num {
    top: 3%;
    right: 23px;
    font-size: 6rem;
  }
  #lineup li .bg {
    position: absolute;
    bottom: 12px;
    height: 45%;
  }
  .page #lineup li h4 {
    top: 5%;
    left: 0;
    width: 65px;
    display: block;
    padding: 0 0 5px 25px;
  }
  .page #lineup li h4 span::before {
    left: 25px;
  }
  .page #lineup ol li h4::before {
    content: "";
    width: 100%;
    height: 1px;
    background: #CCC;
    display: inline-block;
    position: absolute;
    left: -25px;
    top: 2px;
  }
  #lineup li h3 {
    left: 25px;
    font-size: 1.5rem;
  }
  #lineup li h3 em {
    font-size: 3rem;
  }
  #lineup li .btn {
    width: 25px;
    height: 25px;
    right: 25px;
  }
  #lineup li .btn::after {
    width: 10px;
    height: 8px;
  }
}
/* --------------------------------------------------------- */
/* Grand menus */
/* #menu { */
/*     margin-top: 80px; */
/* } */
#menu .menu__list {
	list-style: none;
/* 	margin-bottom: 60px;
	margin-top: 60px; */
	padding: 0;
	margin: 20px 30px 60px 30px;
}

#menu .menu__list::before,
#menu .menu__list::after {
	content: "";
	display: block;
	width: calc(100% - 30px);
	height: 0;
	order: 2;
}

#menu .menu__item {
	position: relative;
	margin: 0 auto 60px 0;
	width: calc(100% - 30px);
}

#menu .menu__item:nth-child(even) {
	margin-left: auto;
	margin-right: 0;
}

#menu .menu__item:last-child {
	margin-bottom: 0;
}

#menu .menu__item__img {
	width: calc(100% + 30px);
	margin: 0 0 20px;
	transform: translateX(-30px);
/* 	background-color: rgba(0,0,0,0.05); */
	border-radius: 0 10px 10px 0;
}

#menu .menu__item:nth-child(even) .menu__item__img {
	transform: translateX(0);
}

#menu .menu__item__img img {
	display: block;
	width: 100%;
	border-radius: 0 10px 10px 0;
}

#menu .menu__item:nth-child(even) .menu__item__img img {
	border-radius: 10px 0 0 10px;
}

#menu .menu__item__img img {
	opacity: 0;
}
#menu .menu__item__img.-show img {
	opacity: 1;
	will-change: opacity;
}

@media all and (min-width: 1280px) {
	#menu .menu__item__img img {
	display: block;
	width: 100%;

	}
/* 	#menu .menu__item__img.-show img { */
/* 		animation-name: showKvImg_H; */
/* 		animation-duration: 1.5s; */
/* 		animation-delay: 0.5s; */
/* 		animation-timing-function: cubic-bezier(.77,0,.18,1); */
/* 		animation-fill-mode: forwards; */
/* 		animation-iteration-count: 1; */
/* 	} */
}
#menu .menu__item__meta {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
	padding-bottom: 10px;
	/* border-bottom: 1px solid; */
	opacity: 1 !important;
}
#menu .menu__item__meta > * {
	margin: 0;
}
#menu .menu__n-en {
	position: absolute;
	top: 0;
	left: 100%;
	right: auto;
	font-size: 1.05rem;
	line-height: 1.25;
	margin: auto;
	padding: 0 8px;
	writing-mode: rl-tb;
	writing-mode: vertical-lr;
	box-sizing: border-box;
	opacity: 0;
	transform: translateX(-1em);
}
#menu .-show .menu__n-en {
	opacity: 1;
	transform: translateX(0);
/* 	transition: 1s cubic-bezier(.17,.84,.44,1); */
	transition-property: transform, opacity;
	font-family: 'Montserrat', 'Yu Gothic', "游ゴシック", 'YuGothic', "游ゴシック体", Hiragino Kaku Gothic ProN, 'Meiryo'
}

#menu .menu__item:nth-child(even) .menu__n-en {
	right: 100%;
	left: auto;
}
#menu .menu__n-ja {
	font-size: 1.6rem;
	line-height: 1.2;
	margin-bottom: 10px;
	font-feature-settings: "palt";
    font-weight: 700;
    font-family:'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#menu .menu__p {
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1;
	font-family: 'Montserrat', 'Yu Gothic', "游ゴシック", 'YuGothic', "游ゴシック体", Hiragino Kaku Gothic ProN, 'Meiryo'
}
#menu .menu__p .small {
	font-size: 1rem;
}
#menu .menu__item__body {
	opacity: 1;
	margin: 0;
	font-size: 1.4rem;
	font-weight: bold;

}
@media all and (min-width: 768px) {
/*     #menu { */
/*     margin-top: 160px; */
/*     } */
	#menu .menu__list {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0 60px;
		margin: 60px 0:
		position: relative;
		box-sizing: border-box;
		max-width: 1600px;
		margin: auto;
	}

	#menu .menu__item {
		width: calc(50% - 30px);
		margin: 0 auto;
	}

	#menu .menu__list::before,
	#menu .menu__list::after {
		width: calc(50% - 30px);
	}

	#menu .menu__item:nth-child(even) {
		transform: translateY(80px);
		margin: 0 0 80px;
	}

	#menu .menu__item__img {
		width: 100%;
		transform: translateX(0);
	}

	#menu .menu__item img {
		border-radius: 15px;
	}

	#menu .menu__item:nth-child(even) .menu__item__img,
	#menu .menu__item:nth-child(even) .menu__item__img img {
		border-radius: 15px;
	}

	#menu .menu__n-en {
		padding: 0 0 0 10px;
/* 		padding: 0 0 0 20px;		 */
	}

	#menu .menu__item:nth-child(even) .menu__n-en {
		right: auto;
		left: 100%;
	}
	#menu .menu__item:nth-child(even) .menu__item__img {
		transform: translateX(0);
	}
}

@media all and (min-width: 1280px) {
/*     #menu { */
/*     margin-top: 360px; */
/*     } */
	#menu .menu__item.col-3 {
		width: calc(33.333% - 60px);
	}

	#menu .menu__list::before,
	#menu .menu__list::after {
		width: calc(33.333% - 60px);
	}

	#menu .menu__item.col-3:nth-child(n + 1) {
		transform: translateY(40px);
	}

	#menu .menu__item.col-3:nth-child(3n) {
		transform: translateY(80px);
	}

	#menu .menu__item.col-3:nth-child(3n+1) {
		transform: translateY(0);
		margin:0 auto;
	}

	#menu .menu__item.col-3 {
		margin-bottom: 100px;
	}

	#menu .menu__item.col-3__img {
		margin-bottom: 30px;
	}

	#menu .menu__item.col-3__meta {
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
	#menu .menu__n-ja {
		font-size: 2rem;
		margin-bottom: 0;
	}

	#menu .menu__p {
		font-size: 1.8rem;
	}
#menu .menu__p .small {
	font-size: 1.3rem;
}
	#menu .menu__item__body {
		font-size: 1.6rem;
text-align: center;
	}
}

.menu__item .badge {
    position: absolute;
    z-index: 1;
    top: -30px;
    right: -10px;
}
.menu__item .badge p {
    position: absolute;
    width: 100%;
    top: 25px;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
}
.item_list {
display: flex;
flex-wrap: wrap;
  justify-content: space-between;
/* padding: 0 60px; */
/* margin: 60px 0: position: relative; */
/* box-sizing: border-box; */
/* max-width: 1600px; */
/* margin: auto; */
}

.item_list::before, .item_list::after {
content: "";
display: block;
width: calc(25% - 8px);
height: 0;
order: 2;
}
.item_list li {
	width: calc(25% - 8px);
	margin-bottom: 20px;
}
.item_list li .img {
	overflow: hidden;
}
.item_list li .img img {
	border-radius: 15px;
}
.item_list li .text {
	padding: 10px 26px 26px 0px;
}
.item_list li .matchHeight {
	height: 120px;
}

.item_list li .text h3 {
	margin: 0 0 10px 0;
	font-weight: bold;
}

.item_list li .text p {
	font-size: 1.3rem;
}

.item_list li .text p.price {
/* 	color: #ADD8E7; */
	border-top: 2px dotted #ADD8E7;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	font-weight: bold;
}
@media all and (max-width: 768px) {
.item_list {
	display: flex;
	flex-wrap: wrap;
}
.item_list li {
	width: 49%;
	border-radius: 0;
	margin-bottom: 2px;
}
.item_list li:nth-child(odd) {
	border-right: 0.75px solid #fff;
	border-left: none;
}
.item_list li:nth-child(even) {
	border-left: 0.75px solid #fff;
	border-right: none;
}
.item_list li .img {
	padding: 15px 0 15px 0;
	overflow: hidden;
}
.item_list li .img img {
	border-radius: 10px;
}
.item_list li .text {
	padding: 2vw 5vw 5vw 0;
}

.item_list li .text h3 {
	margin: 0 0 4px 0;
}

.item_list li .text h3.title_xs {
	font-size: 1.4rem;
}

.item_list li .text p {
	font-size: 1.2rem;
}

.item_list li .text p.price {
	margin: 15px 0 0 0;
	padding: 10px 0 0 0;
}
}
/*
** contact
*/
#contact p.need {
  font-size: 1.4rem;
  margin: 0 0 25px;
  color: #FF0000;
}
#contact span.need {
  font-size: 1.4rem;
  margin: 0 0 0 10px;
  color: #FF0000;
}
.form {
  margin: 0 0 200px;
}
.form dl {
  font-size: 0;
  padding: 20px 60px 50px;
}
.form dl.address {
  padding: 20px 60px 70px;
}
.form dl::before {
  content: "";
  width: 4px;
  height: 40px;
  background: #502314;
  display: block;
  position: absolute;
  left: 60px;
  top: 0;
}
.form dl dt {
  width: 37.5%;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  font-size: 2rem;
  padding: 0 0 0 50px;
}
.form dl dd {
  width: 62.5%;
  display: inline-block;
  font-size: 2rem;
}
.form dl dd ul li:first-child {
  margin: 0 0 10px;
}
.form dl dd input[type="radio"] {
  margin: 0px 15px 0 0;
}
.form dl dd input[type="text"], .form dl dd input[type="email"] {
  width: 100%;
  height: 60px;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #CCC;
  box-shadow: none;
  padding: 0 20px;
  font-size: 2rem;
}
.form dl dd input[type="tel"], .form dl dd input[type="number"] {
  width: 200px;
  height: 60px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #CCC;
  box-shadow: none;
  padding: 0 20px;
  box-sizing: border-box;
  font-size: 2rem;
}
.form dl dd textarea {
  width: 100%;
  box-sizing: border-box;
  height: 230px;
  resize: vertical;
  border: 1px solid #CCC;
  box-shadow: none;
  padding: 20px;
  font-size: 2rem;
}
.form dl dd select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 200px;
  box-sizing: border-box;
  background: #502314;
  color: #FFF;
  font-size: 2rem;
  height: 60px;
  line-height: 60px;
  border-radius: 0;
  padding: 0 0 0 15px;
  position: relative;
  display: block;
  margin: 0 0 20px;
}
/* TODO:矢印出ないの確認！ */
.form dl dd select::after {
  content: "";
  background-image: url("/images/common/select_arrow.png");
  background-repeat: no-repeat;
  display: block;
  width: 20px;
  height: 60px;
  position: absolute;
  right: 15px;
}
.form dl.address dd input {
  margin: 0 0 20px;
}
.form dl dd .privacy {
  margin: 30px 0 0;
  font-size: 1.4rem;
}
.form .submit_btn {
  width: 62.5%;
  float: right;
  padding: 0;
}
.form .submit_btn input {
  width: 320px;
  height: 80px;
  background: #502314;
  color: #FFF;
  font-size: 2.2rem;
  display: block;
  position: relative
}
.form .submit_btn input::after {
  content: "";
  background: url("/images/common/icon_arrow0_w.png");
  width: 56px;
  height: 40px;
  display: inline-block;
  position: absolute;
  right: 10px;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 1;
}
.model_list img {
  width: 95px;
  margin: 0 25px 0 0;
  display: inline-block;
  vertical-align: middle;
}
.model_list p {
  display: inline-block;
  vertical-align: middle;
}
.model_list {
  margin: 0 0 25px !important;
  font-size: 2.2rem;
}
.model_list p span {
  font-size: 1.6rem;
}
#contact.thanks {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
#contact.thanks .inner {
  padding: 70px 60px 0;
}
#contact.thanks img {
  width: 60px;
  margin: 0 auto 35px;
  display: block;
}
#contact.thanks h2 {
  font-size: 3.5rem;
  text-align: center;
  margin: 0 0 60px;
  padding: 0;
}
#contact.thanks h2::before, #contact.thanks h2::after {
  content: none;
}
#contact.thanks p {
  font-size: 2rem;
  line-height: 3.5rem;
  font-weight: bold;
  text-align: center;
}
#contact.thanks p.smaller {
  font-size: 1.6rem;
  line-height: 2.8rem;
  font-weight: normal;
  margin: 50px 0 0;
}
#contact.thanks .btn_link a {
  width: 300px;
  margin: 80px auto 0;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
}
@media only screen and (max-width:768px) {
  #contact p.need {
    font-size: 1rem;
    margin: 0 0 10px;
  }
  #contact span.need {
    font-size: 1rem;
  }
  .form {
    margin: 0 0 20px;
  }
  .form dl {
    font-size: 0;
    padding: 10px 25px 30px;
  }
  .form dl.address {
    padding: 10px 25px 35px;
  }
  .form dl::before {
    height: 25px;
    left: 25px;
  }
  .form dl dt {
    width: 100%;
    font-size: 1.4rem;
    padding: 0 0 0 20px;
    margin: 0 0 15px;
  }
  .form dl dd {
    width: 100%;
    font-size: 1.4rem;
  }
  .form dl dd input[type="radio"] {
    margin: 0px 15px 0 2px;
  }
  .form dl dd input[type="text"], .form dl dd input[type="email"] {
    height: 35px;
    padding: 0 10px;
    font-size: 1.6rem;
  }
  .form dl dd input[type="tel"], .form dl dd input[type="number"] {
    width: 200px;
    height: 35px;
    padding: 0 10px;
    font-size: 1.6rem;
  }
  .form dl dd textarea {
    width: 100%;
    height: 125px;
    padding: 10px;
    font-size: 1.6rem;
  }
  .form dl dd select {
    width: 200px;
    font-size: 1.6rem;
    height: 35px;
    line-height: 35px;
    padding: 0 0 0 10px;
    margin: 0 0 10px;
  }
  /* TODO:矢印出ないの確認！ */
  .form dl dd select::after {
    content: "";
    background-image: url("/images/common/select_arrow.png");
    background-repeat: no-repeat;
    display: block;
    width: 20px;
    height: 60px;
    position: absolute;
    right: 15px;
  }
  .form dl.address dd input {
    margin: 0 0 10px;
  }
  .form dl dd .privacy {
    margin: 25px 0 0;
    font-size: 1.2rem;
    text-align: center;
  }
  .form .submit_btn {
    width: 100%;
    float: none;
  }
  .form .submit_btn input {
    width: 100%;
    height: 50px;
    font-size: 1.5rem;
  }
  .model_list img {
    width: 60px;
    margin: 0 15px 0 0 !important;
    padding: 0 !important;
    vertical-align: middle
  }
  .model_list p {
    line-height: 1;
    vertical-align: middle
  }
  .model_list {
    margin: 0 0 25px !important;
    font-size: 1.4rem;
  }
  .model_list p span {
    font-size: 1.1rem;
  }
  #contact.thanks .inner {
    padding: 30px 25px 0;
  }
  #contact.thanks img {
    width: 50px;
    margin: 0 auto 20px;
  }
  #contact.thanks h2 {
    font-size: 2rem;
    line-height: 3rem;
    margin: 0 0 30px;
  }
  #contact.thanks p {
    font-size: 1.2rem;
    line-height: 2rem;
  }
  #contact.thanks p.smaller {
    font-size: 1rem;
    line-height: 1.6rem;
    margin: 30px 0 0;
  }
  #contact.thanks .btn_link a {
    width: 100%;
    font-size: 1.3rem;
    margin: 50px 0 0;
  }
}
/*
** SUPPORT
*/
.support h1 {
  margin: 0 auto 105px;
  padding: 55px 0 0;
  font-size: 5.5rem;
  font-weight: bold;
  line-height: 1;
}
.support h1 span {
  display: block;
  font-size: 2.5rem;
  margin: 0 0 10px;
}
.support .title {
  position: relative;
}
.support .read {
  font-weight: bold;
  position: absolute;
  right: 60px;
  top: 60px;
}
.support .read span.bigger {
  font-size: 2rem;
}
.support .read span.smaller {
  font-size: 1.4rem;
}
.support.support01 .read {
  top: 80px;
}
/*---------- SUPPORT 01 ----------*/
.posr {
  position: relative;
}
.flow_lst .lines::before, .flow_lst .lines::after {
  display: none;
}
.flow_lst li .flow_txt div a:hover {
  transition: .2s;
  opacity: 0.7;
}
.flow_lst li .flow_txt dl dt span {
  display: inline-block;
  position: relative;
  margin: 0 0 5px;
}
.flow_lst li .flow_txt dl dt span::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 5px;
  background: #f5da44;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.flow_lst li .flow_txt dl dt span.pc::after {
  content: none;
}
.flow_lst li {
  font-size: 0;
  margin: 0 0 50px;
  font-weight: bold;
  position: relative;
  border-bottom: solid 1px rgba(0, 0, 0, 0.06);
  height: 240px;
}
.flow_lst li::after {
  content: "";
  background-image: url(/images/support/arw.png);
  width: 22px;
  height: 22px;
  display: block;
  position: absolute;
  bottom: -37px;
  left: 0;
  right: 0;
  margin: auto;
}
.flow_lst li:last-child::after {
  content: none;
}
/* .flow_lst li:last-child { */
/*   margin: 0; */
/* } */
.flow_lst li .flow_inner {
  width: calc(50% - 60px);
  font-size: 0;
  padding: 0;
  position: absolute;
}
.flow_lst li:nth(even) .flow_inner {
  left: 60px;
}
.flow_lst li:nth-child(odd) .flow_inner {
  right: 60px;
}
.flow_lst li .flow_img {
  display: inline-block;
  width: 240px;
}
.flow_lst li .flow_img img {
  width: 100%;
}
.flow_lst li .flow_txt {
  display: inline-block;
  width: calc(100% - 240px);
  vertical-align: top;
  background: #FFF;
  padding: 50px 50px 0;
  min-height: 240px;
  font-size: 1.6rem;
  position: relative;
  box-sizing: border-box;
}
.flow_lst li .flow_txt dl dt.number {
  margin: 0;
  padding: 0;
  position: absolute;
  font-size: 4rem;
  top: -72px;
  left: 0;
}
.flow_lst li .flow_txt dl dt.number::after {
  content: none;
}
.flow_lst li .flow_txt dl dt {
  font-size: 2.5rem;
  line-height: 1;
  position: relative;
  display: inline-block;
  margin: 0 0 25px;
  z-index: 0;
}
.flow_lst li .flow_txt dl dt::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 6px;
  background: #f5da44;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.flow_lst li .flow_txt dl dd {
  font-size: 1.5rem;
  line-height: 2.6rem;
}
.flow_lst li .flow_txt dl dd span {
  font-size: 1.4rem;
}
.flow_lst li .flow_txt dl {
  margin: 0 0 20px;
}
.flow_lst li .flow_txt div a {
  position: relative;
  display: inline-block;
  padding: 0 20px 0 0;
}
.flow_lst li:nth-of-type(1) .flow_txt div a::after {
  content: "";
  display: inline-block;
  width: 13px;
  height: 11px;
  background: url(/images/common/icon_blank.png);
  background-size: cover;
  position: absolute;
  right: 0;
  top: 8px;
}
.flow_lst li:nth-of-type(2) .flow_txt div a::after {
  content: "";
  display: inline-block;
  width: 14px;
  height: 10px;
  background: url("/images/common/icon_arrow0.png") no-repeat;
  background-size: cover;
  position: absolute;
  right: 0;
  top: 9px;
}
.flow_lst li .flow_txt div a:hover {
  transition: .2s;
  opacity: 0.7;
}
@media only screen and (max-width:768px) {
  .support h1 {
    margin: 0;
    padding: 60px 0 30px;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1;
  }
  .support h1 span {
    display: block;
    font-size: 1.5rem;
    margin: 5px 0 0;
  }
  .support.support01 .read {
    top: 0;
  }
  .support .read span.smaller {
    font-size: 1rem;
  }
  .support #top h1::before, .support #top h1::after {
    left: 25px;
  }
  .support .title {
    position: relative;
  }
  .support .read {
    font-weight: bold;
    position: inherit;
    width: 100%;
    margin: 0 0 45px;
    top: 0;
    right: 0;
  }
  .flow_lst li {
    border-bottom: solid 1px rgba(0, 0, 0, 0.06);
    height: auto;
    display: table;
    width: 100%;
  }
  .flow_lst li::after {
    bottom: -87px;
    left: 20%;
    right: inherit;
    margin: inherit;
  }
  .flow_lst li .flow_inner {
    width: 100%;
    position: inherit;
  }
  .flow_lst li .flow_img img {
    width: 100%;
  }
  .flow_lst li:nth-child(odd) .flow_inner, .flow_lst li:nth-child(even) .flow_inner {
    right: inherit;
    left: inherit;
  }
  .flow_lst li .flow_img {
    width: 40%;
    display: table-cell;
  }
  .flow_lst li .flow_txt {
    display: table-cell;
    background: #FFF;
    padding: 0 20px 20px;
    font-size: 1.2rem;
    position: relative;
    width: 60%;
    box-sizing: border-box;
  }
  .flow_lst li .flow_txt dl dt.number {
    margin: 0;
    padding: 0;
    position: absolute;
    font-size: 2rem;
    top: -10px;
    left: 0;
  }
  .flow_lst li .flow_txt dl dt.number::after {
    content: none;
  }
  .flow_lst li .flow_txt dl dt {
    font-size: 2rem;
    line-height: 1;
    position: relative;
    display: inline-block;
    margin: 25px 0 15px;
    z-index: 0;
  }
  .flow_lst li .flow_txt dl dt::after {
    content: "";
    display: inline-block;
    width: 100%;
    height: 5px;
    background: #f5da44;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
  }
  .flow_lst li .flow_txt dl dd {
    font-size: 1.2rem;
    line-height: 1.58;
    text-align: justify;
  }
  .flow_lst li .flow_txt dl dd span {
    font-size: 1rem;
    line-height: 1.6rem;
  }
  .flow_lst li .flow_txt div a {
    margin: 0;
  }
  .flow_lst li:nth-of-type(1) .flow_txt div a::after {
    top: 5px;
  }
  .flow_lst li:nth-of-type(2) .flow_txt div a::after {
    top: 6px;
  }
}
/*---------- SUPPORT 02 ----------*/
.support02 #links {
  margin-top: 0;
}
.aftercare {
  font-size: 0;
  margin: 0 0 90px;
}
.aftercare .lines::before, .aftercare .lines::after {
  display: none;
}
#l_after {
  display: inline-block;
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 2.8rem;
  width: 50%;
  padding: 50px 40px 0 50px;
  box-sizing: border-box;
}
#h_after {
  display: inline-block;
  vertical-align: top;
  font-size: 1.6rem;
  line-height: 2.8rem;
  width: 50%;
  padding: 50px 50px 90px 40px;
  box-sizing: border-box;
}
.aftercare .l_aftercare .title img {
  width: 130px;
  display: block;
  margin: 0 auto 30px;
}
.aftercare .h_aftercare .title img {
  width: 140px;
  display: block;
  margin: 0 auto 30px;
}
.aftercare .title p {
  color: #666;
  text-align: center;
  line-height: 1;
  margin: 0 0 15px;
}
.aftercare .title h2 {
  font-size: 2.6rem;
  line-height: 3.6rem;
  text-align: center;
  margin: 0 0 60px;
  padding: 0;
  position: relative;
  overflow: inherit;
}
.aftercare .title h2::before {
  content: none;
}
.aftercare .title h2::after {
  content: "";
  width: 16px;
  height: 16px;
  border: 0px;
  border-top: 5px solid #502314;
  border-right: 5px solid #502314;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  background: inherit;
}
.aftercare .l_aftercare .title h2::after {
  bottom: -75px;
}
.aftercare .h_aftercare .title h2::after {
  bottom: -120px;
}
.ac_content p.ac_about {
  font-weight: bold;
  text-align: justify;
  margin: 0 0 40px;
}
.feature_lst li {
  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  background: #F5da44;
  font-weight: bold;
  margin: 0 10px 10px 0;
}
.l_aftercare .feature_lst {
  margin: 0 0 20px;
}
.h_aftercare .feature_lst {
  margin: 0 0 60px;
}
.ac_notice {
  margin: 0 0 60px;
}
.ac_notice li {
  font-size: 1.2rem;
  line-height: 1.8rem;
  letter-spacing: -0.03em;
  position: relative;
  padding: 0 0 0 15px;
}
.ac_notice li::before {
  content: "※";
  position: absolute;
  left: 0;
}
.feature_content li {
  margin: 0 0 50px;
}
.feature_content li:last-child {
  margin: 0 0 70px;
}
.feature_content li dl dt {
  font-size: 2rem;
  font-weight: bold;
  padding: 0 0 5px;
  border-bottom: 3px solid #502314;
  margin: 0 0 20px;
  display: inline-block;
}
.feature_content li dl dd table {
  margin: 30px 0 0;
  width: 100%;
  border: 1px solid #CCC;
}
.feature_content li dl dd table tr th {
  width: 160px;
  height: 60px;
  border-right: 1px solid #CCC;
  padding: 0 0 0 20px;
  font-weight: bold;
  background: rgba(177, 167, 127, .15);
  vertical-align: middle;
}
.feature_content li dl dd table tr td {
  padding: 0 20px;
  font-weight: bold;
  vertical-align: middle;
}
.feature_content li dl dd table tr {
  border-bottom: 1px solid #CCC;
}
.feature_content li dl dd table tr:last-child {
  border-bottom: none;
}
.aftercare h3 {
  font-size: 2.5rem;
  line-height: 3.5rem;
  font-weight: bold;
  margin: 0 0 20px;
}
.price_include p {
  margin: 0 0 70px;
}
.care_point {
  width: 100%;
  height: 60px;
  line-height: 60px;
  background: #FFF;
  border: 2px solid #502314;
  font-size: 2rem;
  text-align: center;
  font-weight: bold;
  margin: 0 0 25px;
}
.h_service p {
  margin: 0 0 70px;
}
.aftercare .foot_block {
  padding: 0 0 210px;
}
@media only screen and (max-width:768px) {
  .support .read span.bigger {
    font-size: 1.5rem;
  }
  .aftercare_nav {
    margin: 0 0 50px;
  }
  .aftercare_nav .btn_link a b {
    transform: rotate(90deg);
  }
/*   .aftercare_nav li:first-child { */
/*     margin: 0 0 20px; */
/*   } */
  .aftercare_nav li {
    margin: 0 0 20px;
  }
  .aftercare {
    padding: 25px 0 0;
    font-size: 1.2rem;
  }
  #l_after {
    font-size: 1.2rem;
    line-height: 1.7rem;
    width: 100%;
    padding: 80px 0 40px;
    box-sizing: border-box;
    margin: -80px 0 20px;
    position: relative;
  }
  #l_after::after {
    content: "";
    display: inline-block;
    width: 100vw;
    height: 1px;
    background: rgba(0, 0, 0, 0.06);
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
  }
  #h_after {
    font-size: 1.2rem;
    line-height: 1.7rem;
    width: 100%;
    padding: 80px 0 0;
    margin: -80px 0 0;
  }
  .l_aftercare .title img {
    width: 97px;
    display: block;
    margin: 0 auto 30px;
  }
  .h_aftercare .title img {
    width: 104px;
    display: block;
    margin: 0 auto 30px;
  }
  .aftercare .title p {
    color: #666;
    text-align: center;
    line-height: 1;
    font-size: 1.2rem;
    margin: 0 0 10px;
  }
  .aftercare .title h2 {
    font-size: 1.7rem;
    line-height: 2.4rem;
    text-align: center;
    margin: 0 0 60px;
    padding: 0;
    position: relative;
  }
  .aftercare .title h2::after {
    content: "";
    width: 16px;
    height: 16px;
    border: 0px;
    border-top: 5px solid #502314;
    border-right: 5px solid #502314;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: auto;
  }
  .ac_content p.ac_about {
    font-weight: bold;
    text-align: justify;
    margin: 0 0 20px;
  }
  .feature_lst li {
    display: inline-block;
    height: 25px;
    line-height: 25px;
    padding: 0 10px;
    background: #F5da44;
    font-weight: bold;
    margin: 0 5px 5px 0;
  }
  .l_aftercare .feature_lst {
    margin: 0 0 15px;
  }
  .h_aftercare .feature_lst {
    margin: 0 0 20px;
  }
  .ac_notice {
    margin: 0 0 30px;
  }
  .ac_notice li {
    font-size: 0.9rem;
    line-height: 1.5rem;
    letter-spacing: -0.03em;
    position: relative;
    padding: 0 0 0 15px;
  }
  .ac_notice li::before {
    content: "※";
    position: absolute;
    left: 0;
  }
  .feature_content li {
    margin: 0 0 25px;
  }
  .feature_content li:last-child {
    margin: 0 0 35px;
  }
  .feature_content li dl dt {
    font-size: 1.5rem;
    font-weight: bold;
    padding: 0 0 2px;
    border-bottom: 2px solid #502314;
    margin: 0 0 15px;
    display: inline-block;
  }
  .feature_content li dl dd table {
    margin: 10px 0 0;
    width: 100%;
    border: 1px solid #CCC;
  }
  .feature_content li dl dd table tr th {
    width: 30%;
    height: 30px;
    border-right: 1px solid #CCC;
    padding: 0 0 0 10px;
    font-weight: bold;
    background: rgba(177, 167, 127, .15);
  }
  .feature_content li dl dd table tr td {
    padding: 0 0 0 10px;
    font-weight: bold;
    letter-spacing: -0.03em;
  }
  .feature_content li dl dd table tr {
    border-bottom: 1px solid #CCC;
  }
  .feature_content li dl dd table tr:last-child {
    border-bottom: none;
  }
  .aftercare h3 {
    font-size: 1.7rem;
    line-height: 2.4rem;
    font-weight: bold;
    margin: 0 0 15px;
  }
  .price_include p {
    margin: 0 0 35px;
  }
  .care_point {
    width: 100%;
    height: 35px;
    line-height: 35px;
    background: #FFF;
    border: 1px solid #502314;
    font-size: 1.5rem;
    text-align: center;
    font-weight: bold;
    margin: 0 0 15px;
  }
  .h_service p {
    margin: 0 0 30px;
  }
  .aftercare .foot_block {
    padding: 0 0 30px;
  }
}
/*===== SUPPORT 03 =====*/
.page_nav {
  margin: 0 0 120px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  height: 38px;
}
.page_nav ul li {
  display: inline-block;
  margin: 0 20px 0 0;
}
.page_nav ul li a {
  padding-right: 30px;
  height: 30px;
  font-size: 1.6rem;
}
.page_nav .btn_link a b {
  transform: rotate(90deg);
}
.qa_block {
  margin: 0 0 120px;
  padding-top: -80px;
}
.qa_block.qa_sec6 {
  margin: 0 0 160px;
}
#qa1, #qa2, #qa3, #qa4, #qa5, #qa6 {
  margin-top: -80px;
  padding-top: 80px;
}
.qa_block h2 {
  font-size: 3rem;
  padding: 22px 0 0;
  margin: 0 0 50px;
}
.qa_block h2::before {
  content: "";
  width: 60px;
  height: 4px;
  background: #502314;
  display: inline-block;
}
.qa_lst li {
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  margin: 0 0 30px;
}
.qa_lst li:last-child {
  margin: 0;
}
.qa_lst li dl dt {
  height: 40px;
  line-height: 40px;
  font-weight: bold;
  padding: 0 10px;
  display: table;
  background: rgba(177, 167, 126, .15);
}
.qa_lst li dl dt span {
  font-size: 2rem;
  padding: 0 40px 0 0;
  display: table-cell;
}
.qa_lst li dl dt p {
  display: table-cell;
}
.qa_lst li dl dd {
  display: table;
}
.qa_lst li dl dd span {
  font-size: 2rem;
  padding: 15px;
  background: #f5da44;
  display: table-cell;
  vertical-align: middle;
  min-width: 68px;
  box-sizing: border-box;
}
.qa_lst li dl dd p {
  display: table-cell;
  padding: 10px 25px;
  font-size: 2rem;
  line-height: 1.6;
  vertical-align: middle;
}
@media only screen and (max-width:768px) {
  .qa_block {
    margin: 0 0 60px;
  }
  .qa_block.qa_sec6 {
    margin: 0 0 80px;
  }
  /**/
  .dropdown {
    margin: 0 0 80px;
    display: inline-block;
    position: relative;
    overflow: hidden;
    height: 35px;
    line-height: 35px;
    width: 100%;
    border-radius: 1px;
    color: #FFF;
    background: #502314;
    border: none;
    box-shadow: none;
    -webkit-appearance: none;
  }
  .dropdown:before, .dropdown:after {
    content: '';
    position: absolute;
    z-index: 2;
    top: 9px;
    right: 15px;
    width: 0;
    height: 0;
    border: 5px dashed;
    border-color: #502314 transparent;
    pointer-events: none;
  }
  .dropdown:before {
    border-bottom-color: #FFF;
    border-bottom-style: solid;
    border-top: none;
  }
  .dropdown:after {
    margin-top: 10px;
    border-top-style: solid;
    border-bottom: none;
    border-top-color: #FFF;
  }
  .dropdown_select {
    font-size: 1.6rem;
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0 15px;
    height: 35px;
    line-height: 35px;
    color: #FFF;
    text-shadow: none;
    background: #502314;
    background: rgba(0, 0, 0, 0) !important;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
  }
  .dropdown_select:focus {
    z-index: 3;
    width: 100%;
    color: #FFFFFF;
    outline: 2px solid #49aff2;
    outline: 2px solid -webkit-focus-ring-color;
    outline-offset: -2px;
  }
  .dropdown_select > option {
    margin: 3px;
    padding: 6px 8px;
    text-shadow: none;
    background: #444;
    border-radius: 3px;
    cursor: pointer;
  }
  /**/
  .qa_block h2 {
    font-size: 1.7rem;
    padding: 14px 0 0;
    margin: 0 0 25px;
  }
  .qa_block h2::before {
    content: "";
    width: 30px;
    height: 2px;
    background: #502314;
    display: inline-block;
  }
  .qa_lst li {
    margin: 0 0 15px;
    text-align: justify;
  }
  .qa_lst li:last-child {
    margin: 0;
  }
  .qa_lst li dl dt {
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.6;
    width: 100%;
  }
  .qa_lst li dl dt span {
    font-size: 1.5rem;
    padding: 0 0 0 15px;
    min-width: 60px;
    width: 60px;
    vertical-align: middle;
    box-sizing: border-box;
  }
  .qa_lst li dl dt p {
    padding: 10px 5px 10px 0;
  }
  .qa_lst li dl dd span {
    font-size: 1.5rem;
    padding: 15px;
    min-width: 60px;
  }
  .qa_lst li dl dd p {
    padding: 10px 0 10px 10px;
    font-size: 1.2rem;
    line-height: 1.6;
  }
}
/*===== SUPPORT 04 =====*/
.flagship {
  font-size: 0;
  margin: 0 0 80px;
  position: relative;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.flagship:last-of-type {
  margin: 0 0 160px;
}
.flagship .main_img {
  display: inline-block;
  vertical-align: top;
  width: 50%;
}
.flagship .main_img img {
  width: 100%;
}
/*.flagship .map_inner {
  display: inline-block;
  vertical-align: top;
  width: 34%;
}
.flagship #map1, .flagship #map2 {
  width: 100%;
  position: relative;
  padding-bottom: 66.6%;
  height: 0;
  overflow: hidden;
}*/
.flagship .shop_info {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  padding: 20px 0 0 50px;
  width: 50%;
  box-sizing: border-box;
}
.flagship .shop_info .btn_link a {
  width: 250px;
}
.flagship h3 {
  padding: 0;
  margin: 0 0 20px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
}
.flagship .shop_info ul li {
  margin: 0 0 2px;
}
.flagship .shop_info ul li:last-child {
  margin: 0 0 40px;
}
.shop h2 {
  font-size: 4rem;
  margin: 0 0 60px;
  padding: 0;
  position: relative;
}
.shop h2::before, .shop h2::after {
  content: none;
}
.shop .page_nav {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.shop h3 {
  font-size: 3rem;
  font-weight: bold;
  padding: 20px 0 0;
  position: relative;
  width: 250px;
  display: table-cell;
  vertical-align: top;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.shop h3::before {
  content: "";
  width: 60px;
  height: 5px;
  display: inline-block;
  background: #502314;
  position: absolute;
  top: 0;
  left: 0;
}
.area_block {
  position: relative;
  display: table;
  padding: 0 0 120px;
}
.area_block .shop_lst {
  display: table-cell;
  vertical-align: top;
  width: calc(100% - 251px);
  position: relative;
  font-size: 0;
}
.area_block .shop_lst li {
  width: 33.3%;
  display: inline-block;
  font-size: 1.6rem;
  vertical-align: top;
  margin-bottom: 60px;
  box-sizing: content-box;
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.area_block .shop_lst li:nth-child(3n) {
  margin: 0 0 60px;
  border-right: none;
}
.area_block#area1 .shop_lst li {
  min-height: 271px;
}
.area_block#area2 .shop_lst li:nth-child(n + 13) {
  min-height: 305px;
}
.area_block#area4 .shop_lst li, .area_block#area5 .shop_lst li, .area_block#area6 .shop_lst li {
  min-height: 271px;
}
.area_block#area1 .shop_lst li:nth-child(n + 4) {
  margin-bottom: 0;
}
.area_block#area2 .shop_lst li:nth-child(n + 16) {
  margin-bottom: 0;
}
.area_block#area3 .shop_lst li {
  margin-bottom: 0;
}
.area_block#area4 .shop_lst li:nth-child(n + 4) {
  margin-bottom: 0;
}
.area_block#area5 .shop_lst li:nth-child(n + 4) {
  margin-bottom: 0;
}
.area_block#area6 .shop_lst li, .area_block#area7 .shop_lst li {
  margin-bottom: 0;
}
.shop_lst .pref {
  display: block;
  width: 62px;
  height: 28px;
  line-height: 28px;
  background: #f5da44;
  font-size: 1.4rem;
  text-align: center;
  margin: 0 0 15px;
}
.shop_lst h4 {
  font-size: 2.2rem;
  line-height: 3.4rem;
  font-weight: bold;
  margin: 0 0 10px;
}
.shop_lst li ul li {
  margin: 0 0 3px !important;
  width: 100% !important;
  padding: 0 !important;
  border: none !important;
  min-height: inherit !important;
}
.shop_lst li ul li:last-child {
  margin: 0 0 30px !important;
}
.shop_lst li .btn_link a {
  width: 250px;
}
.shop_line {
  content: "";
  width: 1030px;
  height: 1px;
  background: #DDD;
  display: inline-block;
  position: absolute;
  left: 250px;
}
#area1, #area2, #area3, #area4, #area5, #area6, #area7 {
  margin-top: -80px;
  padding-top: 80px;
}
@media only screen and (max-width:768px) {
  .flagship {
    margin: 0 0 40px;
  }
  .flagship:last-of-type {
    margin: 0 0 80px;
  }
  .flagship .main_img {
    display: inline-block;
    vertical-align: top;
    width: 100%;
  }
  .flagship img {
    width: 100%;
  }
  .flagship .map_inner {
    width: 45%;
  }
  .flagship #map1, .flagship #map2 {
    padding-bottom: 81%;
  }
  .flagship .shop_info {
    font-size: 1.2rem;
    padding: 20px 0 0 0;
    width: 100%;
  }
  .flagship .shop_info .btn_link a {
    width: 100%;
  }
  .flagship h3 {
    padding: 0;
    margin: 0 0 10px;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1;
  }
  .flagship .shop_info ul li {
    margin: 0 0 2px;
  }
  .flagship .shop_info ul li:last-child {
    margin: 0 0 15px;
  }
  .shop h2 {
    font-size: 2.5rem;
    margin: 0 0 30px;
    padding: 0;
    position: relative;
  }
  .shop h3 {
    font-size: 1.7rem;
    padding: 10px 0 0;
    position: relative;
    width: 100%;
    display: block;
    border: none;
    margin: 0 0 25px;
  }
  .shop h3::before {
    width: 30px;
    height: 3px;
  }
  .shop h3::after {
    content: "";
    display: inline-block;
    width: 100vw;
    height: 1px;
    background: rgba(0, 0, 0, 0.06);
    position: absolute;
    top: 0;
    left: 0;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
  }
  .area_block {
    display: block;
    padding: 0 0 60px;
  }
  .area_block .shop_lst {
    width: 100%;
  }
  .area_block .shop_lst li {
    width: 100%;
    display: inline-block;
    font-size: 1.2rem;
    vertical-align: top;
    margin-bottom: 30px;
    border-bottom: none;
    position: relative;
  }
  .area_block .shop_lst li:nth-child(3n) {
    margin: 0 0 30px;
    border-right: none;
  }
  .area_block#area1 .shop_lst li {
    min-height: inherit;
  }
  .area_block#area2 .shop_lst li:nth-child(n + 13) {
    min-height: inherit;
  }
  .area_block#area4 .shop_lst li {
    min-height: inherit;
  }
  .area_block#area1 .shop_lst li:nth-child(n + 4) {
    margin-bottom: 30px;
  }
  .area_block#area2 .shop_lst li:nth-child(n + 16) {
    margin-bottom: 30px;
  }
  .area_block#area3 .shop_lst li {
    margin-bottom: 30px;
  }
  .area_block#area4 .shop_lst li:nth-child(n + 4) {
    margin-bottom: 30px;
  }
  .area_block#area5 .shop_lst li, .area_block#area6 .shop_lst li, .area_block#area7 .shop_lst li {
    margin-bottom: 30px;
  }
  .shop_lst .pref {
    display: inline-block;
    width: auto;
    padding: 0 5px;
    height: 17px;
    line-height: 17px;
    background: #f5da44;
    font-size: 1rem;
    text-align: center;
    margin: 0;
    position: absolute;
    top: 0;
  }
  .shop_lst h4 {
    font-size: 1.7rem;
    line-height: 2.4rem;
    font-weight: bold;
    margin: 25px 0 10px;
  }
  .shop_lst li ul li {
    margin: 0 !important;
    width: 100% !important;
    padding: 0 !important;
    border: none !important;
    min-height: inherit !important;
  }
  .shop_lst li ul li:last-child {
    margin: 0 0 15px !important;
  }
  .shop_lst li .btn_link a {
    width: 100%;
  }
  .shop_line {
    content: "";
    width: 1030px;
    height: 1px;
    background: #DDD;
    display: inline-block;
    position: absolute;
    left: 250px;
  }
}
/* -----Magnific Popup CSS----- */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
  padding: 65px 0 0;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: -65px;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 80px; /*font-family: Arial, Baskerville, monospace;*/
}
.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  text-align: right;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -60px;
  right: 0;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #502314;
}
/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 100px;
  margin: 0 auto;
}
@media all and (max-width: 600px) {
  img.mfp-img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: block;
    line-height: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto;
  }
  .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -moz-zoom-out;
    cursor: -webkit-zoom-out;
    cursor: zoom-out;
    padding: 0;
  }
}
/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}
.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0; /*top: 40px;bottom: 40px;*/
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1; /*box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); background: #444;*/
}
.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 45px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /** * Remove all paddings around the image on small screen */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.mfp-ie7 .mfp-img {
  padding: 0;
}
.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}
.mfp-ie7 .mfp-container {
  padding: 0;
}
.mfp-ie7 .mfp-content {
  padding-top: 44px;
}
.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}
@media all and (max-width: 600px) {
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    height: 400px;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #502314;
  }
  .mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 98%;
  }
}
/*
* LIFESTYLE　一覧
*/
.lifestyle_lst {
  font-size: 0;
  max-width: 1600px;
  padding: 0 60px;
  position: relative;
  margin: auto;
  box-sizing: border-box;
}
.lifestyle.contents {
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 80px;
}
.lifestyle_lst li {
  width: 50%;
  display: inline-block;
  padding: 0 0 160px;
  height: auto;
}
.lifestyle_lst li img {
  width: 100%;
}
.lifestyle_lst li .txt {
  width: 87%;
  background: #FFF;
  padding: 30px 60px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
}
.lifestyle_lst li .txt .number {
  font-size: 4rem;
  position: absolute;
  top: -26px;
  color: #ADD8E7;
}
.lifestyle_lst li .txt h3 {
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
}
.lifestyle_lst li .txt .car_model {
  font-size: 2rem;
  margin: 0 0 30px;
}
.lifestyle_lst li .btn_link a {
  width: 100;
  max-width: 250px;
  font-size: 1.8rem;
}
@media only screen and (max-width:768px) {
  .lifestyle_lst {
    margin: 0;
    max-width: 100%;
    padding: 0;
    position: inherit;
    box-sizing: inherit;
  }
  .lifestyle.contents {
    border: none;
    margin-bottom: 0;
  }
  .lifestyle_lst .slick-dots {
    width: calc(100% - 50px);
    margin: 30px auto 0;
  }
  .lifestyle_lst .slick-next {
    right: 26px;
    bottom: 5px;
  }
  .lifestyle_lst .slick-prev {
    right: 68px;
    bottom: 5px;
  }
  .lifestyle_lst li {
    position: relative;
    width: 100%;
    padding: 0 0 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .lifestyle_lst li::before {
    content: "";
    display: block;
    padding: 80% 0 0;
  }
  .lifestyle_lst li img {
    width: 100%;
    position: absolute;
    top: 0;
  }
  .lifestyle_lst li .txt {
    background: #FFF;
    padding: 5%;
    width: calc(100% - 25px);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .lifestyle_lst li .txt .number {
    font-size: 2.5rem;
    position: absolute;
    top: -17px;
  }
  .lifestyle_lst li .txt h3 {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin: 0 0 5px;
  }
  .lifestyle_lst li .txt .car_model {
    font-size: 1.5rem;
    margin: 0 0 10px;
  }
  .lifestyle_lst li .btn_link a {
    width: 100%;
    font-size: 1.3rem;
  }
}
/*
* LIFESTYLE詳細
*/
.lifestyle #top {
  padding-bottom: 200px;
}
#top .lf_bg {
  height: 60%;
}
.lifestyle #top h2 {
  z-index: 2;
  font-size: 8rem;
  height: 70px;
  overflow: inherit;
  position: inherit;
  line-height: 1;
  pointer-events: none;
}
.lifestyle #top .mv {
  margin-top: 33px;
}
.lifestyle #top .txt {
  background: #FFF;
  width: 50%;
  padding: 60px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: -90px;
  z-index: 2;
}
.lifestyle #top .txt h1 {
  font-size: 4rem;
  line-height: 1;
  margin: 0 0 15px;
}
.lifestyle #top .txt h1::before, .lifestyle #top .txt h1::after {
  content: none;
}
.lifestyle #top .txt h3 {
  font-size: 2.5rem;
  line-height: 1;
  margin: 0;
}
.lifestyle #top .mdl {
  position: absolute;
  right: 60px;
  bottom: -125px;
  z-index: 2;
}
.lifestyle.cycling #top .mdl, .lifestyle.camping #top .mdl {
  width: 230px;
}
.lifestyle.fishing #top .mdl {
  width: 360px;
}
.lifestyle.surfing #top .mdl {
  width: 400px;
}
.lf_block {
  position: relative;
}
.lf_block a {
  display: block;
}
.lf_block a img:hover {
  opacity: 0.8;
}
.lf_block.b01 {
  padding: 0 0 100px;
}
.lf_txt {
  font-size: 1.6rem;
  line-height: 3.4rem;
  display: inline-block;
  max-width: 43%;
}
.lf_main {
  font-size: 2.7rem;
  line-height: 7rem;
  display: inline-block;
  padding: 5% 0 0 5%;
  margin: auto;
  float: left;
}

.lf_main2 {
  font-size: 2.7rem;
  line-height: 7rem;
  display: inline-block;
  padding: 5% 5% 0 0;
  margin: auto;
  float: right;
}

.whiteflame {
	background: #ffffff96;
	box-sizing: border-box;
  position: sticky;
  z-index: 2;
}

.lf_link img, .lf_mv_link img {
  width: 100%;
}
.lf01 {
  width: 50%;
  float: right;
  z-index: 1;
  position: relative;
}
.lf02 {
  width: 37.5%;
  margin-left: 12.5%;
  float: left;
  z-index: 1;
  position: relative;
}
.lf_block.b02 .lf_txt {
  float: right;
}
.lf03 {
  width: 37.5%;
  margin-left: 50%;
  z-index: 1;
  position: relative;
}
.lf04 {
  width: 50%;
  margin-right: 50%;
  z-index: 1;
  position: relative;
}
.lf05 {
  width: 37.5%;
  margin-top: -15%;
  margin-left: 62.5%;
  z-index: 1;
  position: relative;
}
.lf_block.b03 {
  padding: 0 0 150px;
}
.lf06 {
  width: 62.5%;
  margin-right: 37.5%;
  z-index: 2;
  position: relative;
}
.lf_block.b04 .lf_txt {
  padding: 100px 0 0 10%;
  float: left;
}
.lf07 {
  width: 37.5%;
  float: right;
  z-index: 1;
  position: relative;
}
.lf_block.b04 {
  padding: 0 0 100px;
}
.lf08 {
  width: 37.5%;
  margin-left: 12.5%;
  margin-right: 50%;
  z-index: 1;
  position: relative;
}
.lf09 {
  width: 50%;
  margin-left: 50%;
  z-index: 1;
  position: relative;
}
.lf10 {
  width: 37.5%;
  margin-top: -15%;
  margin-bottom: 190px;
  z-index: 1;
  position: relative;
}
.lf_block.b05 {
  position: relative;
}
.lf_bg {
  position: absolute;
  right: 0;
  width: 50%;
  bottom: 0;
  overflow: hidden;
  height: 100%;
  pointer-events: none;
}
.lf11 {
  width: 40%;
  margin: 0 0 0 10%;
  float: left;
  z-index: 1;
  position: relative;
}
.lf_block.b06 {
  margin: 0 0 160px;
}
.lf_info {
  width: 400px;
  float: left;
  margin: 40px 0 0 80px;
}
.lf_info p {
  margin: 0 0 20px;
}
.lf_info ul {
  margin: 0 0 20px;
}
.lf_info ul li {
  margin: 0 0 2px;
}
.lf_info ul li dl {
  font-size: 0;
}
.lf_info ul li dl dt {
  font-size: 1.6rem;
  display: inline-block;
  width: 30%;
  margin: 0 20px 0 0;
}
.lf_info ul li dl dd {
  font-size: 1.6rem;
  display: inline-block;
}
.lf_info .btn_link a {
  font-weight: bold;
  font-size: 1.8rem;
}
.other_lifestyle_lst {
  font-size: 0;
  max-width: 1600px;
  padding: 0 60px;
  position: relative;
  margin: auto;
  box-sizing: border-box;
}
.other_lifestyle_lst li {
  width: 33.3%;
  width: calc(100% / 3);
  display: inline-block;
  padding: 0 0 140px;
  height: auto;
}
.other_lifestyle_lst li img {
  width: 100%;
}
.other_lifestyle_lst li .txt {
  width: 87%;
  background: #FFF;
  padding: 40px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
}
.other_lifestyle_lst li .txt .number {
  font-size: 4rem;
  position: absolute;
  top: -26px;
  color: #ADD8E7;
}
.other_lifestyle_lst li .txt h3 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 20px;
}
.other_lifestyle_lst li .txt .car_model {
  font-size: 1.4rem;
  margin: 0 0 35px;
}
.other_lifestyle_lst li .btn_link a {
  width: 70%;
}

  .lf00 {
  width: 40%;
  margin-top: -13%;
  z-index: 1;
  position: relative;
  float: left;
  margin-right: 62.5%;
  margin-left: 5%;
}
@media only screen and (max-width:768px) {

	  .lf00 {
    margin-right: 0;
    width: 84%;
    float: right;
    left: 0;
    padding-bottom: 0;
    margin: 30px auto;
  }

  .lifestyle #top {
    padding-bottom: 110px;
  }
  #top .lf_bg {
    height: 60%;
  }
  .lifestyle #top h2 {
    z-index: 2;
    font-size: 3.4rem;
/*     font-size: 4rem;  */
    height: 40px;
    overflow: inherit;
    position: inherit;
    line-height: 1;
  }
  .lifestyle #top .mv {
    margin-top: 0px;
  }
  .lifestyle #top .txt {
    width: 80%;
    padding: 30px 25px;
    bottom: -60px;
    margin: 0
  }
  .lifestyle #top .txt h1 {
    font-size: 2rem;
    margin: 0 0 10px;
    padding: 0;
  }
  .lifestyle #top .txt h3 {
    font-size: 1.5rem;
  }
  .lifestyle #top .mdl {
    right: 25px;
    bottom: -65px;
  }
  .lifestyle.cycling #top .mdl, .lifestyle.camping #top .mdl {
    width: 24%;
  }
  .lifestyle.fishing #top .mdl {
    width: 45%;
  }
  .lifestyle.surfing #top .mdl {
    width: 24%;
  }
  .lf_block {
    position: relative;
  }
  .lf_block a {
    display: block;
  }
  .lf_block a img:hover {
    opacity: 0.8;
  }
  .lf_block.b01 {
    padding: 0 0 50px;
  }
  .lf_txt {
    font-size: 1.2rem;
    line-height: 2.3rem;
    max-width: 100%;
    text-align: justify;
  }
  .lf_main , .lf_main2{
    font-size: 1.6rem;
    line-height: 2.7rem;
    padding: 0;
    margin: 30px 0 60px;
    float: none;
  }
  .lf_link img {
    width: 100%;
  }
  .lf01 {
    width: calc(100% - 25px);
    float: none;
    left: -25px;
  }
  .lf02 {
    width: 84%;
    margin-left: 0;
    margin-bottom: 50px;
    float: right;
  }
  .lf_block.b02 .lf_txt {
    float: none;
    margin: 0 0 50px;
  }
  .lf03 {
    width: 84%;
    margin-left: 0;
    margin-bottom: 50px;
    left: -25px;
  }
  .lf05 {
    width: 84%;
    margin-top: 0;
    margin-left: 36%;
/*     right: -25px; */
  }
  .lf_block.b03 {
    padding: 0 0 50px;
  }
  .lf06 {
/*     width: calc(100%+ 25px); */
    float: none;
    left: -25px;
    margin: 0 0 50px;
  }
  .lf_block.b04 .lf_txt {
    padding: 50px 0 0;
    float: none;
  }
  .lf07 {
    width: 84%;
    float: right;
    right: -25px;
  }
  .lf_block.b04 {
    padding: 0 0 50px;
  }
  .lf08 {
    width: 84%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 50px;
    left: -25px;
  }
  .lf10 {
/*     width: 64%; */
    width: 84%;
    margin-top: 0;
    margin-left: 30%;
/*     margin-left: 36%;     */
    margin-bottom: 65px;
/*     right: -25px; */
  }
  .lf_block.b05 {
    position: relative;
    margin: 0 0 60px;
  }
  .lf_block.b06 {
    margin: 0 0 60px;
  }
  .lf_bg {
    position: absolute;
    right: 0;
    width: 50%;
    bottom: 0;
    overflow: hidden;
    height: 100%;
    pointer-events: none;
  }
  .lf11 {
    width: 100%;
    margin: 0;
    float: none;
  }
  .lf_info {
    width: 100%;
    float: none;
    margin: 25px 0 0;
  }
  .lf_info p {
    margin: 0 0 20px;
  }
  .lf_info ul {
    margin: 0 0 20px;
  }
  .lf_info ul li {
    margin: 0 0 2px;
  }
  .lf_info ul li dl {
    font-size: 0;
  }
  .lf_info ul li dl dt {
    font-size: 1rem;
    width: 80px;
    margin: 0 20px 0 0;
  }
  .lf_info ul li dl dd {
    font-size: 1rem;
  }
  .lf_info .btn_link a {
    font-size: 1.3rem;
  }
  .other_lifestyle_lst {
    margin: 0 0 60px;
    max-width: 100%;
    padding: 0;
    position: inherit;
    box-sizing: inherit;
  }
  .other_lifestyle_lst .slick-dots {
    width: calc(100% - 50px);
    margin: 30px auto 0;
  }
  .other_lifestyle_lst .slick-next {
    right: 26px;
    bottom: 5px;
  }
  .other_lifestyle_lst .slick-prev {
    right: 68px;
    bottom: 5px;
  }
  .other_lifestyle_lst li {
    position: relative;
    width: 100%;
    padding: 0 0 10px;
  }
  .other_lifestyle_lst li::before {
    content: "";
    display: block;
    padding: 80% 0 0;
  }
  .other_lifestyle_lst li img {
    width: 100%;
    position: absolute;
    top: 0;
  }
  .other_lifestyle_lst li .txt {
    background: #FFF;
    padding: 5%;
    width: calc(100% - 25px);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .other_lifestyle_lst li .txt .number {
    font-size: 2.5rem;
    position: absolute;
    top: -15px;
  }
  .other_lifestyle_lst li .txt h3 {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin: 0 0 5px;
  }
  .other_lifestyle_lst li .txt .car_model {
    font-size: 1.5rem;
    margin: 0 0 20px;
  }
  .other_lifestyle_lst li .btn_link a {
    width: 100%;
  }
}
/*
* hemstyle　一覧
*/
.hemstyle_lst {
  font-size: 0;
  max-width: 1600px;
  padding: 0 60px;
  position: relative;
  margin: auto;
  box-sizing: border-box;
}
.hemstyle.contents {
  border-top: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: 80px;
}
.hemstyle_lst li {
  width: 50%;
  display: inline-block;
  padding: 0 0 160px;
  height: auto;
}
.hemstyle_lst li img {
  width: 100%;
}
.hemstyle_lst li .txt {
  width: 87%;
  background: #FFF;
  padding: 30px 60px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
}
.hemstyle_lst li .txt .number {
  font-size: 4rem;
  position: absolute;
  top: -26px;
  color: #ADD8E7;
}
.hemstyle_lst li .txt h3 {
  font-size: 3rem;
  font-weight: bold;
  margin: 0;
}
.hemstyle_lst li .txt .bbq_model {
  font-size: 2rem;
  margin: 0 0 30px;
}
.hemstyle_lst li .btn_link a {
  width: 100;
  max-width: 250px;
  font-size: 1.8rem;
}
@media only screen and (max-width:768px) {
  .hemstyle_lst {
    margin: 0;
    max-width: 100%;
    padding: 0;
    position: inherit;
    box-sizing: inherit;
  }
  .hemstyle.contents {
    border: none;
    margin-bottom: 0;
  }
  .hemstyle_lst .slick-dots {
    width: calc(100% - 50px);
    margin: 30px auto 0;
  }
  .hemstyle_lst .slick-next {
    right: 26px;
    bottom: 5px;
  }
  .hemstyle_lst .slick-prev {
    right: 68px;
    bottom: 5px;
  }
  .hemstyle_lst li {
    position: relative;
    width: 100%;
    padding: 0 0 10px;
    margin-bottom: 40px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .hemstyle_lst li::before {
    content: "";
    display: block;
    padding: 80% 0 0;
  }
  .hemstyle_lst li img {
    width: 100%;
    position: absolute;
    top: 0;
  }
  .hemstyle_lst li .txt {
    background: #FFF;
    padding: 5%;
    width: calc(100% - 25px);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .hemstyle_lst li .txt .number {
    font-size: 2.5rem;
    position: absolute;
    top: -17px;
  }
  .hemstyle_lst li .txt h3 {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin: 0 0 5px;
  }
  .hemstyle_lst li .txt .bbq_model {
    font-size: 1.5rem;
    margin: 0 0 10px;
  }
  .hemstyle_lst li .btn_link a {
    width: 100%;
    font-size: 1.3rem;
  }
}
/*
* hemstyle詳細
*/
.hemstyle #top {
  /* padding-bottom: 60px; */
  padding-bottom:200px;

}
.hemstyle #top h2 {
  z-index: 2;
  font-size: 8rem;
  height: 70px;
  overflow: inherit;
  position: inherit;
  line-height: 1;
  pointer-events: none;
}
.hemstyle #top .mv {
  margin-top: 33px;
}
.hemstyle #top .txt {
  background: #FFF;
  width: 50%;
  padding: 60px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: -120px;
  z-index: 2;
}
.hemstyle #top .txt h1 {
  font-size: 4rem;
  line-height: 1;
  margin: 0 0 15px;
}
.hemstyle #top .txt h1::before, .hemstyle #top .txt h1::after {
  content: none;
}
.hemstyle #top .txt h3 {
  font-size: 2.5rem;
  line-height: 1;
  margin: 0;
}
.hemstyle #top .mdl {
  position: absolute;
  right: 60px;
  bottom: -155px;
  z-index: 2;
}
.hemstyle.barbecue #top .mdl {
  width: 300px;
}
.other_hemstyle_lst {
  font-size: 0;
  max-width: 1600px;
  padding: 0 60px;
  position: relative;
  margin: auto;
  box-sizing: border-box;
}
.other_hemstyle_lst li {
  width: 33.3%;
  width: calc(100% / 3);
  display: inline-block;
  padding: 0 0 140px;
  height: auto;
}
.other_hemstyle_lst li img {
  width: 100%;
}
.other_hemstyle_lst li .txt {
  width: 87%;
  background: #FFF;
  padding: 40px;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
}
.other_hemstyle_lst li .txt .number {
  font-size: 4rem;
  position: absolute;
  top: -26px;
  color: #ADD8E7;
}
.other_hemstyle_lst li .txt h3 {
  font-size: 2rem;
  font-weight: bold;
  margin: 0 0 20px;
}
.other_hemstyle_lst li .txt .bbq_model {
  font-size: 1.4rem;
  margin: 0 0 35px;
}
.other_hemstyle_lst li .btn_link a {
  width: 70%;
}
@media only screen and (max-width:768px) {
   .hemstyle #top {
    padding-bottom: 110px;
  }
  .hemstyle #top h2 {
    z-index: 2;
    font-size: 3.4rem;
    height: 40px;
    overflow: inherit;
    position: inherit;
    line-height: 1;
  }
  .hemstyle #top .mv {
    margin-top: 0px;
  }
  .hemstyle #top .txt {
    width: 80%;
    padding: 30px 25px;
    bottom: -110px;
    margin: 0
  }
  .hemstyle #top .txt h1 {
    font-size: 2rem;
    margin: 0 0 10px;
    padding: 0;
  }
  .hemstyle #top .txt h3 {
    font-size: 1.5rem;
  }
  .hemstyle #top .mdl {
    right: 25px;
    bottom: -65px;
  }
  .hemstyle.barbecue #top .mdl {
    width: 24%;
  }
  .other_hemstyle_lst {
    margin: 0 0 60px;
    max-width: 100%;
    padding: 0;
    position: inherit;
    box-sizing: inherit;
  }
  .other_hemstyle_lst .slick-dots {
    width: calc(100% - 50px);
    margin: 30px auto 0;
  }
  .other_hemstyle_lst .slick-next {
    right: 26px;
    bottom: 5px;
  }
  .other_hemstyle_lst .slick-prev {
    right: 68px;
    bottom: 5px;
  }
  .other_hemstyle_lst li {
    position: relative;
    width: 100%;
    padding: 0 0 10px;
  }
  .other_hemstyle_lst li::before {
    content: "";
    display: block;
    padding: 80% 0 0;
  }
  .other_hemstyle_lst li img {
    width: 100%;
    position: absolute;
    top: 0;
  }
  .other_hemstyle_lst li .txt {
    background: #FFF;
    padding: 5%;
    width: calc(100% - 25px);
    position: absolute;
    left: 0;
    bottom: 0;
  }
  .other_hemstyle_lst li .txt .number {
    font-size: 2.5rem;
    position: absolute;
    top: -15px;
  }
  .other_hemstyle_lst li .txt h3 {
    font-size: 2rem;
    line-height: 2.5rem;
    font-weight: bold;
    letter-spacing: 0.08em;
    margin: 0 0 5px;
  }
  .other_hemstyle_lst li .txt .bbq_model {
    font-size: 1.5rem;
    margin: 0 0 20px;
  }
  .other_hemstyle_lst li .btn_link a {
    width: 100%;
  }
}
.bbq_title .badge {
    position: absolute;
    z-index: 1;
    top: -30px;
    left: 380px;
}
.bbq_title .badge p {
    position: absolute;
    width: 100%;
    top: 25px;
    font-size: 1.2rem;
    line-height: 1.2;
    text-align: center;
}
.extra_memo {
  margin-bottom: 120px;
}
.extra_memo .memo {
  box-sizing: border-box;
  right: 0;
  padding: 60px 30px;
  background: #fff;
  border: solid 5px #f5da44;
  margin-top: 80px;
}
.extra_memo .memo h3 {
	font-size: 1.8rem;
	line-height: 1.2;
	margin-bottom: 10px;
	font-weight: 700;
}
.a_bold {
 font-weight: bold;
 color: #1170a0;
 text-decoration: underline;
}
.a_bold[target="_blank"]::after {
 content: "";
 display: inline-block;
 width: 15px;
 height: 13px;
 background-image:url(/images/common/icon_blank.png);
 background-size: contain;
 margin-left:5px;
}
.bbq_shop_info {
  width: 400px;
  float: left;
  margin: 40px 0 0 80px;
  vertical-align: middle;
  font-size: 1.6rem;
}
.bbq_shop_info p {
  padding: 0;
  margin: 0 0 20px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1;
}
.bbq_shop_info ul li {
  margin: 0 0 2px;
}
.bbq_shop_info ul li:last-child {
  margin: 0 0 40px;
}
.bbq_shop_info .btn_link a {
  font-weight: bold;
  font-size: 1.8rem;
}
@media only screen and (max-width:768px) {
.bbq_title .badge {
    left: 250px;
}
.bbq_title .badge img {
	width: 70px;
}
.bbq_title .badge p {
    top: 20px;
    font-size: 1rem;
}
  .bbq_shop_info {
    width: 100%;
    float: none;
    margin: 25px 0 0;
    font-size: 1.2rem;
  }
  .bbq_shop_info p {
    padding: 0;
    margin: 0 0 10px;
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1;
  }
  .bbq_shop_info ul {
    margin: 0 0 20px;
  }
  .bbq_shop_info ul li {
    margin: 0 0 2px;
  }
  .bbq_shop_info ul li:last-child {
    margin: 0 0 15px;
  }
.extra_memo .memo {
  padding: 30px 10px;
  margin-top: 40px;
}
}

/*----- SLICK SLIDER -----*/
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  margin: 0 0 0px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-loading .slick-list {
  background: #fff url('./img/ajax-loader.gif') center center no-repeat;
}
/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url('./fonts/slick.eot');
  src: url('./fonts/slick.eot?#iefix') format('embedded-opentype'), url('./fonts/slick.woff') format('woff'), url('./fonts/slick.ttf') format('truetype'), url('./fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev, .slick-next {
  position: absolute;
  bottom: -15px;
  display: block;
  width: 35px;
  height: 35px;
  background: #FFF;
  border-radius: 17.5px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  border: none;
  outline: none;
  z-index: 1;
  font-size: 0;
}
.slick-prev:hover, .slick-next:hover {
  transition: .2s;
  background: #F5DA44;
}
.slick-prev {
  right: 43px;
}
.slick-next {
  right: 1px;
}
.slick-prev::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #502314;
  border-right: solid 2px #502314;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  position: absolute;
  left: 15px;
  top: 14px;
  margin: auto;
}
.slick-next::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #502314;
  border-right: solid 2px #502314;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 15px;
  top: 14px;
  margin: auto;
}
/* Dots */
.slick-dots {
  /*position:absolute;*/
  display: block;
  width: 100%;
  padding: 20px 0 0;
  margin: 0;
  list-style: none;
  border-top: 2px solid rgba(0, 0, 0, .2);
  z-index: 2;
  height: 50px;
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0;
  padding: 0;
  cursor: pointer;
}
.slick-dots li.active {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: 'slick';
  font-size: 4rem;
  line-height: 1;
  position: absolute;
  top: -15px;
  left: 5px;
  width: 10px;
  height: 10px;
  content: '•';
  text-align: center;
  color: #502314;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  color: #f2DB56;
  font-size: 8rem;
  line-height: 1;
  width: 20px;
  height: 20px;
  left: -5px;
  top: -39px;
}
/*
* JOURNAL
*/
.journal_lst ol {
  margin: 0 -15px;
  font-size: 0;
}
.journal_lst li {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  padding: 0 15px;
  font-size: 1.6rem;
  margin: 0 0 60px;
}
.journal_lst li:last-child {
  margin: 0 0 120px;
}
.journal_lst li a {
  display: block;
  position: relative;
  overflow: visible;
}
.journal_lst li .img {
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.journal_lst li.on .img {
  opacity: 1;
  transform: translateY(0);
}
.journal_lst li .img img {
  position: relative;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.journal_lst li a:hover .img img {
  transform: scale(1.05);
}
.journal_lst li .new {
  display: inline-block;
  position: absolute;
  background: #f00;
  padding: 0 8px;
  font-size: 1.2rem;
  font-family: 'neuzeit-grotesk', sans-serif;
  font-weight: 700;
  color: #fff;
  z-index: 1;
  /*opacity: 0;
    transform: translateY(-50%) scale(0.7);
    transition: opacity 0.3s 0.6s, transform 0.3s 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275);*/
  margin: -10px 0 0;
}
.journal_lst li.new.on a::before {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.journal_lst li .txt {
  position: relative;
  box-sizing: border-box;
  background: #fff;
  width: 80%;
  margin-top: -55px;
  padding: 30px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.3s 0.3s, transform 0.5s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.journal_lst li.on .txt {
  opacity: 1;
  transform: translateY(0);
}
.journal_lst li .txt h3 {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1em;
}
.journal_lst li .txt p {
  font-weight: bold;
  margin-bottom: 1em;
}
.journal_lst li .txt time {
  font-weight: bold;
  font-size: 1.4rem;
  color: #999;
}
.journal_lst li .txt time {
  font-weight: bold;
  font-size: 1.4rem;
  color: #999;
}
.journal_lst li .txt .cate {
  display: inline-block;
  margin: 0 0 0 10px;
}
.journal_lst li .txt .cate.no_mg {
  display: inline-block;
  margin: 0;
}
.journal_lst li .txt .cate a {
  font-weight: bold;
  font-size: 1.4rem;
  color: #999;
}
@media only screen and (max-width:768px) {
  .journal_lst li {
    width: 100%;
    margin: 0 0 30px;
    position: relative;
  }
  .journal_lst li::after {
    content: "";
    display: inline-block;
    width: 100vw;
    height: 1px;
    background: rgba(0, 0, 0, 0.06);
    position: absolute;
    bottom: 0;
    left: 0;
    margin-left: calc(((100vw - 100%) / 2) * -1);
    margin-right: calc(((100vw - 100%) / 2) * -1);
  }
  .journal_lst li:last-child {
    margin: 0 0 60px;
  }
  .journal_lst li .txt {
    padding: 20px;
  }
.journal_lst  li .txt h3 {
  font-size: 1.8rem;
  margin-bottom: 0;
  }
  .journal_lst li .txt p {
    font-weight: bold;
    font-size: 1.3rem;
    margin-bottom: 1em;
  }
  .journal_lst li .txt time {
    font-size: 1.2rem;
  }
  .journal_lst li .txt .cate a {
    font-size: 1.2rem;
  }
}
/*
* JOURNAL DETAIL
*/
.journal #top {
  margin-bottom: 150px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.journal #top .tit_date {
  z-index: 2;
  font-size: 8rem;
  height: 70px;
  overflow: inherit;
  line-height: 1;
  top: 55px;
  position: relative;
}
.journal #top .tit_date::before {
  position: absolute;
  top: -55px;
  left: 0;
  height: 4px;
  content: '';
  width: 100px;
  background: #f5da44;
}
.journal #top .tit_date::after {
  position: absolute;
  top: -55px;
  left: 0;
  height: 4px;
  content: '';
  width: 30px;
  background: #502314;
}
.journal #top .mv {
  margin-top: 33px;
  max-width: 900px;
  width: 70%;
  left: 60px;
}
.journal #top .mv img {
  width: 100%;
  height: auto;
}
.journal #top .txt {
  background: #FFF;
  width: 37.5%;
/*   padding: 60px 60px 90px 60px; */
    padding: 60px 60px 90px 60px;
  box-sizing: border-box;
  position: absolute;
  right: 60px;
  bottom: 60px;
  z-index: 2;
}
.journal #top .txt .new {
  display: inline-block;
  position: absolute;
  background: #f00;
  padding: 0 8px;
  font-size: 1.6rem;
  font-family: 'neuzeit-grotesk', sans-serif;
  font-weight: 700;
  color: #fff;
  z-index: 1;
  top: 0;
  left: 0;
}
.journal #top .txt h1 {
  font-size: 3.2rem;
  line-height: 5rem;
  margin: 0 0 40px;
  text-align: justify;
  word-break: break-all;
}
.journal #top .txt h1::before, .journal #top .txt h1::after {
  content: none;
}
.journal #top .txt p.date {
  font-size: 2rem;
  line-height: 1;
  margin: 0 10px 30px 0;
  color: #999999;
  display: inline-block;
}
.journal #top .txt p.date a {
  font-size: 2rem;
  line-height: 1;
  margin: 0;
  color: #999999;
}
.article_inner {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 60px;
}
.article_inner_yokohama {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 60px;
}

.journal_article h2 {
  padding: 0;
  margin: -10px 0 30px;
  font-size: 2.5rem;
}
.journal_article h3 {
  padding: 0;
  margin: -8px 0 20px;
  font-size: 1.6rem;
  color: #555;
}
.journal_article h2::before, .journal_article h2::after, .journal_article h3::before, .journal_article h3::after {
  content: none;
}
.journal_article p {
  font-size: 1.6rem;
  line-height: 3.4rem;
  text-align: justify;
}
.journal_article {
  font-size: 0;
}
.journal_article .l_txt {
  display: inline-block;
  vertical-align: top;
  width: calc(55% - 70px);
  margin: 0 70px 0 0;
}
/* /* .journal_article .r_txt {
  display: inline-block;
  vertical-align: top;
  width: calc(55% - 70px);
  margin: 0 0 0 70px;
} */ */
.journal_article .r_img, .journal_article .l_img {
  display: inline-block;
  vertical-align: top;
  width: 100%;
}
.journal_article section {
  padding: 0 0 120px;
}
.journal_article section:nth-last-of-type(2) {
  padding: 0 0 120px;
}
.journal_article section:nth-last-of-type(1) {
  padding: 0 100px 120px;
}
.journal_index {
  min-height: 200px;
  box-sizing: border-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.journal_index img {
  width: 37.5%;
}
.journal_index h3 {
  font-weight: bold;
  line-height: 2.8rem;
  margin: 0 0 15px
}
.journal_index p.date {
  font-size: 1.4rem;
  color: #999999;
}
.journal_index .prev {
  width: 37.5%;
  float: left;
  padding: 40px 0;
  box-sizing: border-box;
}
.journal_index .prev img {
  float: left;
}
.journal_index .prev .info {
  float: right;
  margin: 0 15% 0 0;
}
.journal_index .info {
  width: 37%;
}
.journal_index .index {
  width: 25%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  border-left: 1px solid rgba(0, 0, 0, 0.06);
  border-right: 1px solid rgba(0, 0, 0, 0.06);
}
.journal_index .index img {
  width: 140px;
  height: 50px;
  margin: 0 auto;
  display: block;
  padding: 80px 0;
}
.journal_index .next {
  width: 37.5%;
  float: right;
  padding: 40px 0;
  box-sizing: border-box;
}
.journal_index .next img {
  float: right;
}
.journal_index .next .info {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0 15%;
}
.b_txt {
  margin: 0 0 60px;
}
.quote {
  color: #333;
  display: block;
  border-left: 10px solid #999;
  padding: 0 0 0 20px;
}
.journal_article .quote.l_txt {
  width: calc(55% - 100px);
  margin: 0 70px 30px 0;
}
.caption {
  font-size: 1.4rem !important;
  line-height: 1.5 !important;
  margin: 10px 0 0;
}
.images {
  margin: 60px 0 0;
  font-size: 0;
}
.images .imgbox {
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 0 0;
  width: calc(1040px / 3);
}
.images .imgbox:last-of-type {
  margin: 0;
}
.author {
  font-size: 0;
  padding: 30px;
  position: relative;
  background: #E7E4D6;
}
.author img {
  width: 200px;
  margin: 0 40px 0 0;
  display: inline-block;
  vertical-align: top;
}
.author.syoku .img {
  width: 200px;
  margin: 0 40px 0 0;
  display: inline-block;
  vertical-align: top;
}
.author.syoku .info {
  width: calc(100% - 240px);
  display: inline-block;
}
.author.syoku .img img:first-of-type {
  margin: 0 0 20px;
}
.author div {
  width: calc(100% - 240px);
  display: inline-block;
}
.author div h2 {
  font-size: 2rem;
  margin: 0 0 10px;
}
.author div h2 span {
  font-size: 1.6rem;
  margin: 0 0 0 10px;
  color: #555;
}
.author div p {
  font-size: 1.4rem;
  line-height: 2.8rem;
  text-align: justify;
  margin: 0;
}
.author div.cf {
  width: auto;
  display: inline-block;
  float: right;
}
.author .view_more a {
  position: inherit;
  top: inherit;
  right: inherit;
}
.author div.view_more {
  display: inherit;
  font-size: 1.4rem;
  width: auto;
  float: right;
  margin: 20px 0 0;
}
.author .view_more.first {
  margin: 20px 40px 0 0;
}
.journal_article .recipe .l_img {
  margin: 0 0 40px;
}
.journal_article .recipe .l_img:last-of-type {
  margin: 0;
}
@media only screen and (max-width:768px) {
  .journal .breadcrumbs {
    margin: 0 0 30px;
    position: relative;
    z-index: 3;
  }
  .journal #top {
/*     margin-bottom: 210px; */
    margin-bottom: 160px;
  }
  .journal #top .mv img {
    width: 100%;
    height: auto;
  }
  .journal #top .tit_date {
    font-size: 4rem;
    height: 40px;
    top: -10px;
  }
  .journal #top .tit_date::before {
    top: 10px;
    height: 2px;
    width: 50px;
  }
  .journal #top .tit_date::after {
    top: 10px;
    height: 2px;
    width: 15px;
  }
  .journal #top .mv {
    margin-top: 0;
    width: 100%;
    left: 0;
  }
  .journal #top .txt {
    width: 93%;
/*     padding: 25px 25px 45px 25px; */
    padding: 25px 25px 25px 25px;
    left: 0;
    right: inherit;
    margin: 0;
/*     bottom: -150px; */
    bottom: -100px;
    z-index: 2;
  }
  .journal #top .txt .new {
    padding: 0 5px;
    font-size: 1rem;
  }
  .journal #top .txt h1 {
    margin: 0;
    padding: 0;
  }
  .journal #top .txt h1 {
    font-size: 1.8rem;
    line-height: 3rem;
    margin: 0 0 15px;
    text-align: left;
  }
  .journal #top .txt h1::before, .journal #top .txt h1::after {
    content: none;
  }
  .journal #top .txt p.date {
    font-size: 1.4rem;
  }
  .journal #top .txt p.date a {
    font-size: 1.4rem;
  }
  .article_inner {
    padding: 30px 25px 0 25px;
  }
  .journal_article h2 {
    margin: -5px 0 20px;
    font-size: 1.8rem;
    text-align: justify;
  }
  .journal_article h2::before, .journal_article h2::after {
    content: none;
  }
  .journal_article h3 {
    padding: 0;
    margin: 0 0 20px;
    font-size: 1.2rem;
    color: #555;
  }
  .journal_article p {
    font-size: 1.4rem;
    line-height: 2.8rem;
    text-align: justify;
  }
  .journal_article {
    font-size: 0;
  }
  .journal_article .l_txt {
    width: 100%;
    margin: 0 0 20px;
  }
  .journal_article .r_txt {
    width: 100%;
    margin: 0;
  }
  .journal_article .r_img, .journal_article .l_img {
    width: 100%;
    margin: 0 0 30px;
  }
  .journal_article section {
    padding: 0 0 60px;
  }
  .journal_article section:nth-last-of-type(1) {
    padding: 0 0 80px;
  }
  .journal_index {
    min-height: 200px;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  }
  .journal_index img {
    width: 80%;
  }
  .journal_index h3 {
    font-size: 1rem;
    line-height: 1.6rem;
    margin: 0 0 10px
  }
  .journal_index p.date {
    font-size: 1.4rem;
    color: #999999;
  }
  .journal_index .prev {
    width: 50%;
    float: left;
    padding: 25px 0;
  }
  .journal_index .prev img {
    margin: 0 0 10px;
    float: none;
  }
  .journal_index .prev .info {
    float: none;
    margin: 0 15% 0 0;
  }
  .journal_index .info {
    width: 80%;
  }
  .journal_index .next {
    width: 50%;
    float: right;
    padding: 25px 0;
    border-left: 1px solid rgba(0, 0, 0, 0.06);
  }
  .journal_index .next img {
    float: right;
    margin: 0 0 10px;
  }
  .journal_index .next .info {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 15%;
    float: right;
  }
  .journal_index .index {
    width: 100%;
    float: none;
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, 0.06);
    border-bottom: 1px solid rgba(0, 0, 0, 0.06);
    border-left: none;
    border-right: none;
  }
  .journal_index .index img {
    width: 30%;
    height: auto;
    padding: 15px 0;
  }
  .b_txt {
    margin: 0 0 30px;
  }
  .quote {
    padding: 0 0 0 10px;
    margin: 10px 0;
  }
  .journal_article .quote.l_txt {
    width: calc(100% - 20px);
    margin: 0 0 30px;
  }
  .caption {
    font-size: 1.2rem !important;
  }
  .images {
    margin: 30px 0 0;
  }
  .images .imgbox {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 48%;
  }
  .images .imgbox:first-of-type {
    margin: 0 4% 0 0;
  }
  .images .imgbox:last-of-type {
    display: block !important;
    width: 100%;
    margin: 30px 0 0;
  }
  .author img {
    width: 100%;
    margin: 0 0 20px;
    display: inherit;
  }
  .author div {
    width: 100%;
    display: inherit;
    word-break: break-all;
  }
  .author div h2 {
    font-size: 1.5rem;
    margin: 0;
  }
  .author div h2 span {
    font-size: 1.3rem;
    margin: 0 0 0 10px;
  }
  .author div p {
    font-size: 1.2rem;
    line-height: 2.4rem;
    text-align: justify;
    margin: 0 0 20px;
  }
  .author div.view_more {
    font-size: 1.2rem;
    float: none;
  }
  .author.syoku .img {
    width: 100%;
    margin: 0;
    display: inline-block;
    vertical-align: top;
  }
  .author.syoku .info {
    width: 100%;
    display: inline-block;
  }
  .author.syoku .img img:first-of-type {
    margin: 0 0 20px;
  }
  .author div.cf {
    float: none;
  }
  .author div.view_more {
    margin: 0 0 10px;
    display: block;
  }
  .author div.view_more.first {
    margin: 0;
  }
  .journal_article .recipe .l_img {
    margin: 0 0 10px;
  }
  .journal_article .recipe .r_txt {
    margin: 0 0 30px;
  }
  .journal_article .recipe .r_txt:last-of-type {
    margin: 0;
  }
}
@media screen and (min-width: 481px) and (max-width: 768px) {
  .journal #top .tit_date {
    font-size: 5rem;
    height: 0px;
    top: -10px;
    padding: 35px 0 0;
  }
  .author img {
    width: 30%;
    margin: 0 5% 20px 0;
    display: inline-block;
  }
  .author div {
    width: calc(100% - 35%);
    display: inline-block;
  }
  .author div p {
    margin: 0 0 30px;
  }
  .author div.cf {
    float: none;
  }
  .author div.view_more {
    margin: 0 0 10px;
    display: block;
  }
  .author div.view_more.first {
    margin: 0;
  }
  .author.syoku .img {
    font-size: 0;
  }
  .author.syoku .img img {
    width: 45%;
    display: inline-block;
    vertical-align: top;
  }
  .author.syoku .img img:first-of-type {
    margin: 0 5% 20px 0;
  }
}
/*
* KOBUTSU
*/
.kobutsu h2 {
  font-size: 2.4rem;
  padding: 0;
}
.kobutsu h2::before, .kobutsu h2::after {
  content: none;
}
.kobutsu table {
  border: 1px solid #CCC;
  font-size: 1.6rem;
  text-align: center;
}
.kobutsu table tr th {
  font-weight: bold;
  padding: 15px;
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  background: rgba(177, 167, 126, 0.15);
}
.kobutsu table tr td {
  border-bottom: 1px solid #CCC;
  border-right: 1px solid #CCC;
  padding: 10px;
}
.kobutsu table tr td.clr {
  background: rgba(177, 167, 126, 0.15);
  vertical-align: middle;
  font-weight: bold;
}
@media only screen and (max-width:768px) {
  .kobutsu h2 {
    font-size: 1.6rem;
  }
  .kobutsu table {
    font-size: 1.2rem;
  }
  .kobutsu table tr th {
    padding: 10px;
  }
  .kobutsu table tr td {
    padding: 10px;
  }
}
/*
* PRIVACY
*/
.privacy h2 {
  padding: 20px 0 0;
  margin: 0 0 30px;
  font-size: 2rem;
}
.privacy h2::after {
  content: "";
  width: 60px;
  height: 4px;
  background: #502314;
}
.privacy h2::before {
  content: none;
}
.privacy p {
  text-align: justify;
}
.privacy p.inner {
  margin-bottom: 60px;
  font-weight: bold;
}
.privacy ul li {
  margin: 0 0 60px;
}
.privacy ul li:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
@media only screen and (max-width:768px) {
  .privacy h2 {
    padding: 10px 0 0;
    margin: 0 0 15px;
    font-size: 1.7rem;
  }
  .privacy h2::after {
    content: "";
    width: 30px;
    height: 2px;
    background: #502314;
  }
  .privacy p.inner {
    margin-bottom: 30px;
  }
  .privacy ul li {
    margin: 0 0 30px;
  }
}
/*
* NEWS DETAIL
*/
.news_line {
  position: relative;
}
.news_line::before {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  content: '';
  width: 100px;
  background: #f5da44;
}
.news_line::after {
  position: absolute;
  top: 0;
  left: 0;
  height: 4px;
  content: '';
  width: 30px;
  background: #502314;
}
.news_contents {
  margin: 90px 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.news_eyecatch {
  width: 42%;
  float: left;
}
.news_eyecatch img {
  width: 100%;
}
.news_article {
  width: 58%;
  float: left;
  background: #FFF;
  padding: 65px 60px;
  box-sizing: border-box;
  position: relative;
}
.news_article .new {
  display: inline-block;
  position: absolute;
  background: #f00;
  padding: 0 8px;
  font-size: 1.6rem;
  font-family: 'neuzeit-grotesk', sans-serif;
  font-weight: 700;
  color: #fff;
  z-index: 1;
  top: 0;
  left: 0;
}
.news_article h1 {
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 0 30px;
}
.news_article .date {
  font-size: 2rem;
  color: #999;
  margin: 0 0 50px;
}
.news_article p {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 3rem;
  margin: 0 0 60px;
}
.news_article .btn_link a {
  font-weight: bold;
  font-size: 1.6rem;
  width: 200px;
}
@media only screen and (max-width:768px) {
  .news .breadcrumbs {
    margin: 0 0 30px;
  }
  .news_line::before {
    height: 2px;
    width: 50px;
  }
  .news_line::after {
    height: 2px;
    width: 15px;
  }
  .news_contents .inner {
    padding: 0;
  }
  .news_contents {
    margin: 30px 0 0;
  }
  .news_eyecatch {
    width: 100%;
    float: none;
  }
  .news_article {
    width: 100%;
    float: none;
    padding: 35px 25px;
  }
  .news_article .new {
    padding: 0 5px;
    font-size: 1rem;
  }
  .news_article h1 {
    font-size: 1.7rem;
    font-weight: bold;
    margin: 0 0 15px;
  }
  .news_article .date {
    font-size: 1.4rem;
    line-height: 1;
    margin: 0 0 30px;
  }
  .news_article p {
    font-size: 1.2rem;
    line-height: 2.3rem;
    margin: 0 0 60px;
  }
  .news_article .btn_link a {
    font-size: 1.2rem;
    width: 100%;
  }
}
/*===== evelyn =====*/
.evelyn #top .mv {
  margin: 80px 0 0;
}
.evelyn .journal_article {
  margin: 100px 0 0;
}
.evelyn .journal_article h1 {
  padding: 0;
  margin: -10px 0 30px;
  font-size: 3rem;
}
.evelyn .journal_article section {
  padding: 0 0 100px;
}
.ung_car {
  position: relative;
  left: 0;
  right: 0;
  margin: auto;
  width: 1000px;
}
.evelyn #gallery .inner:nth-child(1) h2 {
  float: left;
  width: 25%;
}
.evelyn #gallery p {
  font-weight: bold;
  line-height: 2;
  text-align: justify;
}
.evelyn #movie {
  margin: 160px 0 200px;
}
.evelyn #movie iframe {
  width: 960px;
  margin: 0 auto;
  display: block;
}
@media only screen and (max-width:768px) {
  .evelyn #top .mv {
    margin: 40px 0 0;
  }
  .evelyn .journal_article {
    margin: 50px 0 0;
  }
  .evelyn .journal_article h1 {
    padding: 0;
    margin: -10px 0 15px;
    font-size: 2rem;
  }
  .evelyn .journal_article section {
    padding: 0 0 50px;
  }
  .ung_car {
    width: 80%;
    margin: 0 10% 50px;
  }
  .ung_car img {
    width: 100%;
  }
  .evelyn #gallery .inner:nth-child(1) h2 {
    float: inherit;
    width: 100%;
  }
  .evelyn #gallery p {
    margin: 0 0 50px;
    padding: 0;
  }
  .evelyn #movie {
    margin: 80px 0 0;
  }
  .evelyn #movie iframe {
    width: 100%;
    height: 56.25%;
    margin: 0;
    display: block;
  }
  .evelyn .box h2 {
    padding: 0;
  }
  .evelyn #gallery .box {
    top: 90%;
  }
  .evelyn #gallery {
    margin: 0 0 200px;
  }
}
/*===== Rental car =====*/
.rentalcar section {
  margin-top: 160px;
}
.rentalcar #intro {
  margin-top: 0;
}
.rentalcar #intro p {
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 2;
}
#r_lineup, #r_model {
  border-bottom: solid 1px rgba(0, 0, 0, 0.06);
}
.rentalcar .carousel_inner {
  padding: 10px 0;
  margin: -10px 0;
}
.rentalcar .carousel_inner ol {
  margin: 0 -15px;
  font-size: 0;
}
.rentalcar .carousel_inner li {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 33.333%;
  padding: 0 15px;
  font-size: 1.6rem;
}
.rentalcar .carousel_inner li a {
  /*display: block;*/
  position: relative;
  overflow: visible;
}
.rentalcar .carousel_inner li .img {
  overflow: hidden;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.rentalcar .carousel_inner li.on .img {
  opacity: 1;
  transform: translateY(0);
}
.rentalcar .carousel_inner li .img img {
  position: relative;
  transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.rentalcar .carousel_inner li a:hover .img img {
  transform: scale(1.05);
}
.rentalcar .carousel_inner li .new {
  display: inline-block;
  position: absolute;
  background: #f00;
  padding: 0 8px;
  font-size: 1.2rem;
  font-family: 'neuzeit-grotesk', sans-serif;
  font-weight: 700;
  color: #fff;
  z-index: 1;
  margin: -10px 0 0; /*opacity:0;
	transform:translateY(-50%) scale(0.7);
	transition:opacity 0.3s 0.6s, transform 0.3s 0.6s cubic-bezier(0.175, 0.885, 0.320, 1.275);*/
}
.rentalcar .carousel_inner li.new.on a::before {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
.rentalcar .carousel_inner li .txt {
  position: relative;
  box-sizing: border-box;
  background: #fff;
  width: 80%;
  margin-top: -40px;
  padding: 30px;
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.3s 0.3s, transform 0.5s 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.rentalcar .carousel_inner li.on .txt {
  opacity: 1;
  transform: translateY(0);
}
.rentalcar .carousel_inner li .txt p {
  font-weight: bold;
  margin-bottom: 15px;
}
.rentalcar .carousel_inner li .txt .cate {
  display: inline-block !important;
  font-weight: bold;
  font-size: 1.4rem;
  color: #333;
  margin: 0;
}
.rentalcar .price {
  font-weight: bold;
  font-size: 10rem;
  line-height: 1.5;
  margin: 0 0 20px;
  text-align: center;
}
.rentalcar .price span {
  font-size: 3rem;
}
.rentalcar .price .normal {
  display: inline-block;
  font-size: 6.5rem;
  position: relative;
  margin: 0 20px;
}
.rentalcar .price .normal::before {
  content: "";
  display: inline-block;
  width: 75%;
  height: 7px;
  background: #502314;
  position: absolute;
  left: -10px;
  top: 45%;
}
.rentalcar .price .normal::after {
  content: "→";
  position: relative;
  right: 0;
  padding: 0 0 0 30px;
}
#r_collabo .intro {
  margin: 0 0 40px;
}
#r_collabo .carousel_inner li .txt .btn_link a {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 20px 0 0;
}
#r_collabo .carousel_inner li {
  margin-bottom: 40px;
}
.trial_info {
  text-align: center;
  font-size: 2.4rem;
  background: #F5DC2F;
  padding: 10px 20px;
  display: block;
  font-weight: bold;
  width: 80%;
  margin: 50px 10% 20px;
  letter-spacing: .1em;
  line-height: 1.5;
}
.trial_info span {
  font-size: 1.8rem;
  display: block;
  margin: 5px 10% 0;
  padding: 5px 0 0;
  border-top: 1px solid #502314;
  width: 80%;
}
.rentalcar .additional {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
#flow ol {
  margin: 60px 0 0;
}
#flow ol li {
  width: calc(95% / 2);
  float: left;
  margin: 0 5% 100px 0;
  position: relative;
  font-size: 0;
}
#flow ol li:nth-child(even) {
  margin: 0;
}
#flow ol li:nth-child(3) {
  margin: 0 5% 0 0;
}
#flow ol li img {
  width: 220px;
  display: inline-block;
  vertical-align: top;
}
#flow ol li div {
  background: #FFF;
  padding: 30px;
  min-height: 220px;
  width: calc(100% - 220px);
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  font-size: 1.4rem;
  position: relative;
  text-align: justify;
  font-weight: bold;
}
#flow ol li div span {
  font-size: 4rem;
  position: absolute;
  left: 30px;
  top: -40px;
}
#flow ol li div h3 {
  font-weight: bold;
  font-size: 2rem;
  position: relative;
  display: inline-block;
  z-index: 0;
  margin: 0 0 15px;
}
#flow ol li div h3::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 6px;
  background: #f5da44;
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: -1;
}
#reservation p {
  font-weight: bold;
  font-size: 10rem;
  line-height: 1.5;
  margin: 0 0 20px;
  text-align: center;
}
#reservation p span {
  font-size: 2.4rem;
  display: block;
}
#reservation p span a {
  text-decoration: underline;
}
#attention p {
  margin: 0 0 30px;
}
#attention ol li a {
  width: 40%;
  float: left;
}
#attention ol li:first-child a {
  margin: 0 2% 0 9%;
}
#attention ol li:last-child a {
  margin: 0 9% 0 0;
}
#attention ol li a:hover {
  opacity: .7;
}
#qa_block table {
  border: 1px solid #502314;
  border-bottom: none;
  font-size: 1.3rem;
  margin: 0 0 0 25px;
  width: 250px;
}
#qa_block table tr {
  border-bottom: 1px solid #502314;
}
#qa_block table th {
  border-right: 1px solid #502314;
  padding: 5px;
  vertical-align: middle;
  width: 60%;
}
#qa_block table td {
  padding: 5px;
}
.r_price_table table {
  margin: 0 5% 20px;
  width: 90%;
}
.r_price_table table tr {
  text-align: center;
  line-height: 1;
}
.r_price_table table tr:nth-of-type(2) td:last-child, .r_price_table table tr:last-of-type th, .r_price_table table tr:last-of-type td {
  border-bottom: none !important;
}
.r_price_table table tr th {
  vertical-align: middle;
  border-right: 1px solid #502314;
  border-bottom: 1px solid #502314;
  padding: 15px 0;
  font-size: 3rem;
}
.r_price_table table tr th.mini_th {
  padding: 10px 0;
  font-size: 2.4rem;
}
.r_price_table table tr th b {
  position: relative;
  z-index: 0;
  margin: 0 0 10px;
}
.r_price_table table tr th b::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 10px;
  background: #f5da44;
  position: absolute;
  bottom: 3px;
  left: 0;
  z-index: -1;
}
.r_price_table table tr span {
  font-size: 2rem;
  display: inline-block;
  line-height: 1.5;
  margin: 10px 0 0;
}
.r_price_table table tr span.annotation {
  font-size: 1.4rem;
}
.r_price_table table tr td {
  vertical-align: middle;
  border-right: 1px solid #502314;
  border-bottom: 1px solid #502314;
  padding: 15px 10px;
  font-size: 3.6rem;
}
.r_price_table table tr td.main_price {
  font-size: 5rem;
}
.r_price_table table tr th:last-child, .r_price_table table tr td:last-child {
  border-right: none;
}
.r_price_table p {
  float: right;
  display: block;
  margin: 0 5% 0 0;
}
.r_campaign {
  width: 100%;
  background: #E7E4D6;
  padding: 30px;
  box-sizing: border-box;
  margin: 40px 0;
}
.r_campaign h3 {
  font-size: 2rem;
}
.r_campaign p {
  margin: 0 0 20px;
  text-align: center;
}
.r_campaign .campaign_bnr a {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  display: block;
}
.r_campaign .campaign_bnr a:hover {
  opacity: 0.7;
  transition: .3s;
}
.r_campaign img {
  width: 100%;
}
.news_campaign {
  margin: 0 0 40px;
}
.campaign_fd {
  position: relative;
  display: inline-block;
  margin: 0 0 30px;
  padding: 5px;
  width: 100%;
  font-size: 1.8rem;
  text-align: center;
  background: #F5da44;
  box-sizing: border-box;
  font-weight: bold;
  border-radius: 5px;
}
.campaign_fd:before, .campaign_fd2:before, .campaign_fd3:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f5da44;
}
.campaign_fd span, .campaign_fd2 span, .campaign_fd3 span {
  font-size: 1.4rem;
}
.fd_wrap {
  position: relative;
  height: 90px;
}
.campaign_fd2 {
  position: absolute;
  display: inline-block;
  margin: 0 0 30px;
  padding: 5px;
  width: 49%;
  font-size: 1.8rem;
  text-align: center;
  background: #F5da44;
  box-sizing: border-box;
  font-weight: bold;
  border-radius: 5px;
  left: 0;
}
.campaign_fd3 {
  position: absolute;
  display: inline-block;
  margin: 0 0 30px;
  padding: 5px;
  width: 49%;
  font-size: 1.8rem;
  text-align: center;
  background: #F5da44;
  box-sizing: border-box;
  font-weight: bold;
  border-radius: 5px;
  right: 0;
}
.news_campaign table {
  border: 1px solid #333;
  width: 100%;
  box-sizing: border-box;
}
.campaign_atte {
  margin: 5px 0 20px;
  text-align: right;
  font-size: 1.2rem !important;
}
.news_campaign table tr th {
  padding: 5px;
  text-align: center;
  border-bottom: 1px solid #333;
  border-right: 1px solid #333;
  font-weight: bold;
  background: #E7E4D6;
}
.news_campaign table tr td {
  padding: 10px;
  text-align: center;
  border-right: 1px solid #333;
  font-size: 1.4rem;
  line-height: 1;
}
.news_campaign table tr th:last-child, .news_campaign table tr td:last-child {
  border-right: none;
}
.news_campaign table tr td span {
  font-size: 3.6rem;
  font-weight: bold;
  display: block;
  margin: 0 0 7px;
}
.news_campaign table tr.campaign_otoku td {
  line-height: 1.4;
  font-weight: bold;
  padding: 5px 10px 10px
}
.news_campaign table tr.campaign_otoku td div {
  background: #f5da44;
  padding: 8px 0 5px;
}
.news_campaign table tr.campaign_otoku td span {
  font-size: 1.8rem;
  margin: 0;
  display: inline-block;
}
@media only screen and (max-width:480px) {
  .rentalcar .carousel_inner ol {
    position: relative;
    margin: 0 -15px;
  }
  .rentalcar .carousel_inner li {
    box-sizing: border-box;
    float: left;
    width: calc(95vw);
    padding: 0 15px;
    margin: 0 0 30px;
  }
  .rentalcar .carousel_inner li:last-child {
    margin: 0;
  }
  #flow ol {
    margin: 30px 0 0;
  }
  #flow ol li, #flow ol li:nth-child(even), #flow ol li:nth-child(3) {
    width: 100%;
    float: none;
    margin: 0 0 50px !important;
  }
  #flow ol li:last-child {
    margin: 0;
  }
  #flow ol li img {
    width: 40%;
  }
  #flow ol li div {
    padding: 15px 20px 20px;
    min-height: auto;
    width: 60%;
  }
  #flow ol li div span {
    font-size: 2rem;
    left: 15px;
    top: -18px;
  }
  #flow ol li div h3 {
    font-size: 1.8rem;
    margin: 0 0 10px;
  }
  .r_price_table table {
    margin: 0 0 10px;
    width: 100%;
    border: 1px solid #502314;
  }
  .r_price_table table tr th {
    vertical-align: middle;
    border-right: 1px solid #502314;
    padding: 8px 5px;
    font-size: 1.6rem;
    background: #F5DA44;
  }
  .r_price_table table tr th.mini_th {
    padding: 5px 0;
    font-size: 1.4rem;
  }
  .r_price_table table tr span {
    font-size: 1.6rem;
    margin: 3px 0 0;
  }
  .r_price_table table tr span.annotation {
    font-size: 1.4rem;
  }
  .r_price_table table tr td {
    padding: 10px;
    font-size: 2rem;
  }
  .r_price_table table tr td.main_price {
    font-size: 2.4rem;
  }
  .r_price_table p {
    margin: 0;
  }
  .r_campaign .campaign_bnr a {
    width: 100%;
  }
  .fd_wrap {
    position: relative;
    height: 90px;
  }
  .campaign_fd2, .campaign_fd3 {
    font-size: 1.6rem
  }
}
@media only screen and (min-width:481px) and (max-width:768px) {
	.hemstyle #top {
    padding-bottom: 110px;
}
  .rentalcar .carousel_inner {
    padding: 10px 0;
    margin: -10px 0;
  }
  .rentalcar .carousel_inner ol {
    margin: 0 -15px;
    font-size: 0;
  }
  .rentalcar .carousel_inner li {
    box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    width: 33.333%;
    padding: 0 15px;
    font-size: 1.6rem;
  }
  #flow ol {
    margin: 30px 0 0;
  }
  #flow ol li, #flow ol li:nth-child(even), #flow ol li:nth-child(3) {
    width: 100%;
    float: none;
    margin: 0 0 50px;
  }
  #flow ol li:last-child {
    margin: 0;
  }
  #flow ol li img {
    width: 25%;
  }
  #flow ol li div {
    padding: 15px 20px 20px;
    min-height: auto;
    width: 75%;
  }
  #flow ol li div span {
    font-size: 2rem;
    left: 15px;
    top: -18px;
  }
  #flow ol li div h3 {
    font-size: 1.8rem;
    margin: 0 0 10px;
  }
}
@media only screen and (max-width:768px) {
  .rentalcar section {
    margin-top: 80px;
  }
  .rentalcar #intro p {
    font-size: 1.4rem;
    text-align: justify;
  }
  #r_lineup, #r_model {
    border-bottom: solid 1px rgba(0, 0, 0, 0.06);
  }
  .rentalcar .view_more {
    top: 0.6em;
  }
  .rentalcar .carousel_inner li .txt {
    width: 85%;
    margin-top: -40px;
    padding: 20px;
  }
  .rentalcar .carousel_inner li .txt p {
    font-size: 1.3rem;
    margin-bottom: 0.6em;
  }
  .rentalcar .carousel_inner li .txt .cate {
    font-size: 1.2rem;
  }
  .rentalcar .price {
    font-size: 5rem;
    line-height: 1.5;
    margin: 0 0 10px;
  }
  .rentalcar .price span {
    font-size: 1.6rem;
  }
  .rentalcar .price .normal {
    display: inline-block;
    font-size: 3.5rem;
    position: relative;
    margin: 0 20px;
  }
  .rentalcar .price .normal::after {
    content: "→";
    position: relative;
    right: 0;
    padding: 0 0 0 20px;
  }
  .trial_info {
    font-size: 1.6rem;
    padding: 10px;
    width: 100%;
    box-sizing: border-box;
    margin: 50px 0 10px;
    line-height: 1.5;
  }
  .trial_info span {
    font-size: 1.3rem;
    margin: 10px 5% 0;
    padding: 5px 0 0;
    width: 90%;
    display: block
  }
  .rentalcar .additional {
    font-size: 1.6rem;
  }
  #reservation p {
    font-size: 4.8rem;
    margin: 0 0 10px;
  }
  #reservation p span {
    font-size: 1.6rem;
  }
  #attention ol li a {
    width: 49%;
    float: left;
  }
  #attention ol li:first-child a {
    margin: 0 2% 0 0;
  }
  #attention ol li:last-child a {
    margin: 0;
  }
  .rent_faq .qa_lst li dl dd p {
    display: block;
  }
  #qa_block table {
    border: 1px solid #502314;
    border-bottom: none;
    font-size: 1.3rem;
    margin: 0 0 0 10px;
    width: 90%;
  }
  .campaign_fd {
    font-size: 1.6rem;
  }
  .campaign_fd span {
    font-size: 1.2rem;
  }
  .news_campaign table tr td {
    font-size: 1.2rem;
  }
  .news_campaign table tr td span {
    font-size: 2.2rem;
  }
  .news_campaign table tr.campaign_otoku td div {
    padding: 8px 5px 5px;
  }
  .news_campaign table tr.campaign_otoku td span {
    font-size: 2rem;
    margin: 0;
    display: block;
  }
}
/*   rental detail   */
.rent_contents {
  margin: 90px 0 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.rent_eyecatch {
  width: 42%;
  float: left;
}
.rent_eyecatch img {
  width: 100%;
}
.rent_article {
  width: 58%;
  float: left;
  background: #FFF;
  padding: 50px;
  box-sizing: border-box;
  position: relative;
}
.rent_article h1 {
  font-size: 2.8rem;
  font-weight: bold;
  margin: 0 0 20px;
  line-height: 1;
}
.rent_article .model {
  font-size: 2rem;
  color: #333;
  margin: 0 0 30px;
  line-height: 1;
}
.rent_article p {
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 2;
  text-align: justify;
  margin: 0;
}
.rent_gallery {
  margin: 100px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
}
.rent_gallery ul li {
  width: calc(97% / 4);
  margin: 0 1% 15px 0;
  float: left;
}
.rent_gallery ul li:nth-child(4n) {
  margin-right: 0;
}
.rent_gallery ul li:nth-child(n+8) {
  margin-bottom: 0;
}
.rent_contents .btn_link a {
  margin: 100px 0 0;
  font-weight: bold;
  width: 300px;
  float: right;
}
@media only screen and (max-width:768px) {
  .rent_contents {
    margin: 60px 0 0;
  }
  .rent_eyecatch {
    width: 100%;
    float: none;
  }
  .rent_article {
    width: 100%;
    float: none;
    padding: 35px 25px;
  }
  .rent_article h1 {
    font-size: 1.7rem;
    font-weight: bold;
    margin: 0 0 15px;
  }
  .rent_article .model {
    font-size: 1.4rem;
    line-height: 1;
    margin: 0 0 15px;
  }
  .rent_article p {
    font-size: 1.4rem;
    line-height: 2.2rem;
    margin: 0;
  }
  .rent_gallery {
    margin: 50px 0;
  }
  .rent_gallery ul li {
    width: 33%;
    margin: 0 0.5% 3px 0;
  }
  .rent_gallery ul li:nth-child(3n), .rent_gallery ul li:nth-child(12) {
    margin-right: 0;
  }
  .rent_gallery ul li:nth-child(4n) {
    margin: 0 0.5% 3px 0;
  }
  .rent_gallery ul li:nth-child(12) {
    margin: 0;
  }
  .rent_contents .btn_link a {
    margin: 50px 0 0;
  }
}
/* model course  */
.modelcourse h1 {
  margin: 50px auto 80px;
  width: 1080px;
  display: block
}
.modelcourse h1::before, .modelcourse h1::after {
  content: none !important;
}
.modelcourse #intro {
  max-width: 1080px;
  margin: 0 auto 100px;
  padding: 0 60px;
}
.modelcourse #intro h2 {
  text-align: center;
  font-size: 3rem;
  margin: 0 0 30px;
}
.modelcourse #intro p {
  text-align: justify;
  font-size: 1.6rem;
  line-height: 3.2rem;
}
.modelcourse #intro p span {
  background: linear-gradient(transparent 50%, #f2db56 0%);
  display: inline;
}
.model_sche {
  margin: 80px 0 0;
  display: block;
}
.model_article .article_inner {
  position: relative;
}
.model_article h2 {
  margin-top: 0;
  margin-bottom: 0;
  overflow: inherit;
  padding: 0;
  transform: rotate(-5deg);
  position: relative;
  left: -70px;
  top: -20px;
}
.model_article h2 span {
  font-size: 3rem;
  background: #FFF;
  display: inline;
  padding: 0 5px;
  position: absolute;
  top: -25px;
  left: 30px;
}
.model_article h2 span.line2 {
  top: 40px;
}
.model_article h2::before, .model_article h2::after {
  content: none;
}
.model_article h3 {
  font-size: 2rem;
  margin: 0 0 20px;
  border-top: 1px dashed #502314;
  border-bottom: 1px dashed #502314;
  padding: 10px 0;
}
.model_article h3.onecolumn {
  margin: 40px 0 20px;
}
.model_article p {
  font-size: 1.6rem;
  line-height: 3.4rem;
  text-align: justify;
}
.model_article p span {
  background: linear-gradient(transparent 50%, #f2db56 0%);
  display: inline;
}
.model_article {
  font-size: 0;
}
.model_article .l_txt {
  display: inline-block;
  vertical-align: top;
  width: calc(55% - 70px);
  margin: 0 70px 0 0;
}
.model_article .r_txt {
  display: inline-block;
  vertical-align: top;
  width: calc(55% - 70px);
  margin: 0 0 0 70px;
}
.model_article .r_img, .model_article .l_img {
  display: inline-block;
  vertical-align: top;
  width: 45%;
}
.model_article .btn_link a {
  margin: 40px 0 0;
  width: 200px;
  float: right;
}
.model_article section {
  padding: 0 0 120px;
  margin: 0;
}
.model_map {
  margin: 60px 0 0;
}
.model_map iframe {
  margin: 54px 0 40px;
}
.cooperation {
  float: right;
}
.model_article .model_map h2 {
  transform: inherit;
  left: inherit;
  top: inherit;
}
.model_article .model_map h2 span {
  background: #502314;
  color: #FFF;
  width: 100%;
  text-align: center;
  padding: 0;
  top: 0;
  left: 0;
}
.btn_model .btn_link a {
  margin: 100px auto 0;
  width: 300px;
}
.model_article .caption {
  font-size: 1rem;
  color: #555555;
}
/* modal */
.white-popup-block {
  background: #F1EDE4;
  padding: 30px;
  max-width: 1080px;
  box-sizing: border-box;
  font-weight: normal;
  border-radius: 5px;
  margin: 0 auto;
}
.white-popup-block .cf.last {
  margin: 30px 0 0;
}
.white-popup-block .txt_info {
  width: 45%;
  float: left;
  text-align: justify;
}
.white-popup-block .txt_info h2 {
  font-size: 2.4rem;
  background: linear-gradient(transparent 50%, #f2db56 0%);
  display: inline-block;
  margin: 0 0 20px;
}
.white-popup-block table {
  width: 50%;
  float: right;
  font-size: 1.3rem;
  margin: 70px 0 0;
  border-top: 1px solid #502314;
  border-left: 1px solid #502314;
  border-right: 1px solid #502314;
}
.white-popup-block table tr th {
  width: 22%;
  border-right: 1px solid #502314;
  border-bottom: 1px solid #502314;
  padding: 3px 10px;
  vertical-align: middle;
  background: #f2db56
}
.white-popup-block table tr td {
  width: 78%;
  background: #FFF;
  border-bottom: 1px solid #502314;
  padding: 3px 10px;
  word-break: break-all
}
.modal_close a {
  display: block;
  width: 200px;
  border: 1px solid #502314;
  padding: 10px;
  text-align: center;
  margin: 40px auto 0;
}
.modal_close a:hover {
  background: #FFF;
  transition: .3s;
}
.white-popup-block.clb .tbl_info {
  width: 50%;
  float: right;
}
.white-popup-block.clb .span_line {
  font-weight: bold;
  background: linear-gradient(transparent 60%, #F5DA44 0%);
  display: inline;
  padding: 0 1px;
}
.white-popup-block.clb table {
  width: 100%;
  float: none;
  font-size: 1.3rem;
  margin: 70px 0 20px;
  border-top: 1px solid #502314;
  border-left: 1px solid #502314;
  border-right: 1px solid #502314;
}
@media only screen and (max-width:768px) {
  .modelcourse h1 {
    margin: 40px 0;
    width: 100%;
  }
  .modelcourse #intro {
    width: 100%;
    margin: 0 auto 60px;
    padding: 0;
  }
  .modelcourse #intro h2 {
    font-size: 1.8rem;
    margin: 0 0 15px;
  }
  .model_article h3 {
    font-size: 1.6rem;
    margin: 20px 0;
    border-top: 1px dashed #502314;
    border-bottom: 1px dashed #502314;
    padding: 10px 0;
  }
  .model_article h3.onecolumn {
    margin: 20px 0;
  }
  .modelcourse #intro p {
    margin: 0 0 20px;
  }
  .model_sche {
    width: 100%;
    margin: 60px auto 40px;
  }
  .model_article h2 {
    margin-top: 0;
    margin-bottom: 0;
    overflow: inherit;
    padding: 0;
    left: -60px;
    top: 0;
  }
  .model_article h2 span {
    font-size: 5.3vw;
    top: -23px;
    left: 50px;
  }
  .model_article h2 span.line2 {
    top: 25px;
  }
  .model_article h2::before, .model_article h2::after {
    content: none;
  }
  .model_article p {
    font-size: 1.4rem;
    line-height: 2.6rem;
  }
  .model_article p span {
    background: linear-gradient(transparent 50%, #f2db56 0%);
    display: inline;
  }
  .model_article {
    font-size: 0;
  }
  .model_article .l_txt {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 30px;
  }
  .model_article .r_txt {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin: 0 0 0;
  }
  .model_article .r_img, .model_article .l_img {
    width: 100%;
  }
  .model_article .btn_link a {
    margin: 40px 0 0;
    width: 200px;
    float: right;
  }
  .model_article section {
    padding: 0 0 60px;
  }
  .model_map {
    margin: 0
  }
  .model_map iframe {
    height: 300px;
    margin: 32px 0 20px;
  }
  .cooperation {
    float: none;
  }
  .btn_model .btn_link a {
    margin: 50px 0 0;
    width: 100%;
  }
  /* modal */
  .mfp-content {
    padding: 20px;
    max-width: 90%;
    /*margin: 25px 5%;*/
  }
  .white-popup-block .txt_info {
    width: 100%;
    float: none;
  }
  .white-popup-block .txt_info h2 {
    font-size: 2rem;
    margin: 0 0 20px;
  }
  .white-popup-block table {
    width: 100%;
    float: none;
    font-size: 1.2rem;
    margin: 30px 0 0;
  }
  .white-popup-block table tr th {
    width: 25%;
    padding: 2px 5px;
  }
  .white-popup-block table tr td {
    width: 75%;
    padding: 2px 5px;
  }
  .modal_close a {
    width: 200px;
    padding: 8px;
    margin: 30px auto 0;
  }
  .white-popup-block.clb .tbl_info {
    width: 100%;
    float: none;
  }
  .white-popup-block.clb table {
    margin: 35px 0 10px;
  }
}
@media only screen and (min-width:481px) and (max-width:768px) {
  .model_article h2 span {
    font-size: 3rem;
    top: -20px;
  }
  .model_article h2 span.line2 {
    top: 40px;
  }
}
/* Icon Fonts */
@font-face {
  font-family: 'icomoon';
  src: url('/fonts/icomoon.eot');
  src: url('/fonts/icomoon.eot') format('embedded-opentype'), url('/fonts/icomoon.txt') format('truetype'), url('/fonts/icomoon-1.txt') format('woff'), url('/fonts/icomoon.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: inherit;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-line:before {
  content: "\e90a";
}
.icon-instagram:before {
  content: "\ea92";
}
.icon-twitter:before {
  content: "\ea96";
}
/*-- シェアボタン --*/
.sharelist__link.icon-twitter {
  background: #55acee;
}
.sharelist__link.icon-facebook {
  background: #1677F2;
}
.sharelist__link.icon-line {
  background: #1dcd00;
}
.sharelist__item:last-child {
  margin: 0 !important;
}
.sharelist__link:hover, .bg_facebook:hover {
  opacity: 0.8;
  transition: .3s;
}
.sharelist_top {
  display: inline-block;
  position: absolute;
  right: 60px;
  bottom: 60px;
}
.sharelist_bottom {
  display: inline-block;
  float: right;
}
.sharelist__item {
  height: 36px;
  line-height: 36px;
  width: 36px;
  margin: 0 8px 0 0;
  text-align: center;
  display: inline-block;
  vertical-align: top;
}
.sharelist__link {
  display: block;
  color: #ffffff;
  text-decoration: none;
  border-radius: 18px;
}
.sharelist__link::before {
  font-size: 21px;
  display: block;
  transition: .2s;
}
.bg_facebook {
  position: relative;
  width: 36px;
  height: 36px;
}
.bg_facebook:before {
  content: "";
  background: url(/images/common/facebook_logo.svg);
  display: inline-block;
  width: 36px;
  height: 36px;
}
@media only screen and (max-width:768px) {
  .sharelist_top {
    right: 25px;
    bottom: 25px;
  }
  .sharelist_bottom {
    float: none;
    width: 124px;
    margin: 0 auto;
    display: block;
  }
}
/* 2021~新フォーム */
/* 最大幅指定 */
.hbspt-form {
  color:#173A52;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
.hs-form-required {
  color: red;
}
/* .hs_submit input[type=submit],.hs-input input[type="text"],.hs-input input[type="email"],.hs-input input[type="number"],.hbspt-form select { */
/*     -webkit-appearance: none; */
/*     border-radius: 0!important; */
/* } */
/* hs-form */
.hs-form-field ul {
  list-style-type: none;
  margin: 0;
}
.hs-fieldtype-select::before, .hs-fieldtype-text::before, .hs-fieldtype-textarea::before, .hs-fieldtype-checkbox::before {
  content: "";
  width: 4px;
  height: 40px;
  background: #502314;
  display: block;
  left: 0;
  top: 0;
}
.hs-form-field {
  display: flex;
  align-items: center;
  padding: 0 0 60px;
  font-weight: bold;
  font-size: 18px;
  flex-wrap: wrap;
  position: relative;
}
.hs-form-field > label {
  box-sizing: border-box;
  padding: 0 0 0 50px;
  width: 480px;
}
label {
  width: calc(100% - 485px);
}
.input {
  width: calc(100% - 485px);
}
/* errormsg */
.hs-error-msgs {
  display: block;
  font-size: 16px;
  position: relative;
  left: calc(100% - 435px);
  margin: 0;
}
.hs-error-msg::before {
  content: "";
  background-color: #372702 !important;
  border-right: none;
  border-bottom: none;
  display: inline-block;
  height: 16px;
  top: -8px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  width: 16px;
  margin-top: 5px;
  border: 1px solid #372702 !important;
  position: absolute;
  z-index: -1;
}
.hs-error-msg {
  display: block;
  position: relative;
  padding: 5px !important;
  margin-top: 7px;
  background-color: #372702;
  border: 1px solid #372702;
  border-radius: 5px;
  color: #FFF;
  font-size: 14px;
  line-height: 1.2em;
  padding: 0.4em 0.6em;
  text-shadow: #777 0 -1px 0;
  width: 100%;
}
.hs_error_rollup {
  padding: 15px;
  font-weight: bold;
}
.hs_error_rollup > .hs-error-msgs {
  left: 0;
  font-size: 16px;
  list-style-type: none;
}
.legal-consent-container .hs-error-msgs label {
  color: #fff !important;
}
/* hs-form-col */
.input ul {
  padding-left: 0;
}
.hs-form-field textarea {
  height: 230px;
  width: 100%;
}
.hbspt-form input[type=text], .hbspt-form input[type=url], .hbspt-form input[type=email], .hbspt-form input[type=tel], .hbspt-form input[type=number], .hbspt-form input[type=date], .hbspt-form textarea {
  box-sizing: border-box;
  padding: 20px;
  font-size: 18px;
  width: 100%
}
.hbspt-form select {
  box-sizing: border-box;
  padding: 20px;
  font-size: 18px;
/*   width: 300px; */
  width: 340px;
}
.hbspt-form textarea {
  resize: vertical;
}
.hbspt-form select {
  background-color: #502314;
  color: #fff;
}
.hs_submit input[type=submit]::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  background-image: -webkit-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  background-image: -moz-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  background-image: -o-radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
  background-image: radial-gradient(center top, farthest-corner, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
}
.hs_submit input[type=submit] {
  background-color: #502314;
  color: #FFF;
  width: 200px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: block;
  font-size: 1.2em;
  margin: 0 auto;
  position: relative;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  -webkit-box-shadow: inset 0 1px rgb(255 255 255 / 10%), inset 0 0 0 1px rgb(255 255 255 / 8%), 0 1px 2px rgb(0 0 0 / 25%);
  box-shadow: inset 0 1px rgb(255 255 255 / 10%), inset 0 0 0 1px rgb(255 255 255 / 8%), 0 1px 2px rgb(0 0 0 / 25%);
  text-decoration: none;
  text-shadow: 0 -1px rgb(0 0 0 / 40%);
  margin-bottom: 40px;
  font-weight: bold;
}
.hs_submit input[type=submit]:hover {
  opacity: 0.9;
}
.hs_submit input[type=submit]::after {
  content: "";
  background-image: url(/images/common/icon_arrow0_w.png);
  width: 17px;
  height: 13px;
  background-size: cover;
  background-repeat: no-repeat;
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 20px;
}
.hs-form-booleancheckbox, .grecaptcha-badge {
  margin-left: 480px;
}
.legal-consent-container .hs-form-booleancheckbox-display input {
  float: left;
  margin: 10px 0 0;
}
.hs-form-booleancheckbox a {
  text-decoration: underline;
}
/* css-display-none */
.hs_renoca_css {
  display: none;
}
/* car */
.model_list {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}
.model_list img {
/*   width: 95px; */
  width: 130px;
  display: inline-block;
  vertical-align: middle;
  object-fit: contain;
  margin-right: 15px;
  border-radius: 15px;
}
.hs-form-radio-display {
  display: flex;
  width: 100%;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}
.model_list p span {
  font-size: 14px;
}
.hs-form-radio-display span {
  width: 90%;
}
.hs-fieldtype-select::before, .hs-fieldtype-text::before, .hs-fieldtype-textarea::before, .hs-fieldtype-checkbox::before, .hs-fieldtype-radio::before {
  content: "";
  width: 4px;
  height: 40px;
  background: #502314;
  display: block;
  left: 0;
  top: 0;
}
.legal-consent-container .hs-form-booleancheckbox-display p {
  margin: 0;
  display: inline;
}
.legal-consent-container .hs-form-booleancheckbox-display > span {
  display: block;
  margin-left: 20px;
}
@media only screen and (max-width:768px) {
  .hs-error-msgs, .hs-form-field {
    font-size: 14px;
  }
  .hs-form-field {
    padding: 0px 0 20px;
  }
  .hs-fieldtype-select::before, .hs-fieldtype-text::before, .hs-fieldtype-textarea::before, .hs-fieldtype-checkbox::before {
    height: 25px;
    width: 4px;
  }
  .hs-form-field > label {
    padding: 0 0 0px 20px;
  }
  label {
    width: 90% !important;
  }
  .input {
    margin-top: 20px;
    width: 100%;
    max-width: 100%;
  }
  .hbspt-form input[type=text], .hbspt-form input[type=url], .hbspt-form input[type=email], .hbspt-form input[type=tel], .hbspt-form input[type=number], .hbspt-form input[type=date], .hbspt-form select, .hbspt-form textarea {
    padding: 10px;
    font-size: 14px;
    width: 100%;
  }
  .hs-error-msgs {
    left: 0;
    padding: 0;
  }
  .hs-form-booleancheckbox, .grecaptcha-badge {
    margin-left: 0;
  }
  .legal-consent-container .hs-form-booleancheckbox-display input {
    margin: 6px 0 0;
  }
.model_list p span {
  font-size: 12px;
}
}
/* ドリンクの点々・3カラム */
span.menu-dot {
  border-bottom: 2px dotted #5d451c;
  flex-grow: 1;
  margin: 0 1em 0.4em 1em;
}
.menu-item-bullet {
  display: flex;
  line-height: 1.4;
  padding-bottom: 4px;
  font-size: 14px;
  font-weight: 700;
  color: #5d451c;
}
.threebox{
   display: flex;
   justify-content: space-between;
   flex-wrap: wrap;
        }
.three-item {
   width: 32%;
}
@media only screen and (max-width:768px) {
.three-item  {
   width: 100%;
}
}
/* キャンペーン */
.journal.campaign #top .tit_date {
  color: #cce9e7;
}
.journal.campaign #top .txt {
  border: solid 5px #f5da44;
}
.aftercare_nav {
  display: flex;
  flex-wrap: wrap;
}
.journal.campaign .aftercare_nav li {
  width: 47.5%;
  border-radius: 0;
}
.journal.campaign .aftercare_nav li:nth-child(odd) {
  margin-right:5%;
}
.journal.campaign .item_list li .matchHeight {
  height: 20px;
}
.journal.campaign .item_list li .text p.price:nth-child(3){
 border-top: none;
 margin-top:0;
}
span.square_yellow {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  background: #F5da44;
  font-weight: bold;
  margin: 0 5px 5px 0;
}
span.square_gray {
  display: inline-block;
  height: 25px;
  line-height: 25px;
  padding: 0 10px;
  background: #999;
  font-weight: bold;
  margin: 0 5px 5px 0;
  color: #fff;
}
span.square_red {
display: inline-block;
height: 25px;
line-height: 25px;
padding: 0 10px 2px 10px;
background: #FF0000;
font-weight: bold;
margin: 0 5px 5px 8px;
color: #fff;
font-size: 14px;
vertical-align: text-top;
border-radius: 3px;
}
span.happysize {
  font-size: 1.8rem;
}
@media only screen and (max-width:768px) {
span.square_red {
height: 20px;
line-height: 20px;
font-size:12px;
padding: 0 5px 2px 5px;
margin-right: 5px;
}
}

/* bbqのサブメニュー */
.lp-header {
  height: 60px;
  background-color:#e4dfd1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  margin-top:130px;
  padding: 1.4em 2.5em;
  position: relative;
  line-height: 1;
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.05);
  border-bottom: solid 5px #ADD8E7;
}
@media only screen and (max-width: 1200px) {
  .lp-header {
    padding: 0 .5em 0 1.5em;
  }
}
@media only screen and (max-width: 960px) {
  .lp-header {
    padding: 0 .5em 0 1em;
    min-height: 80px;
  }
}
@media only screen and (max-width:768px) {
  .lp-header {
    padding: 0 .8em 0 .8em;
    min-height: 60px;
    margin-top:70px;
  }
}
.lp-header .lp-header__title {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: 600;
  margin-left: 3%;
}
@media only screen and (max-width: 1300px) {
  .lp-header .lp-header__title {
    margin-left: 0;
  }
}
.lp-header .lp-header__title {
  color: #173A52;
}
@media only screen and (max-width: 480px) {
  .lp-header .lp-header__title a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.lp-header .lp-header__menubtn {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 600;
  margin-left: auto;
  margin-right: 3.5%;
}
@media only screen and (max-width: 1300px) {
  .lp-header .lp-header__menubtn {
    margin-right: 5%;
  }
}
.lp-header .lp-header__menubtn a.lp-menubtn {
  color: #173A52;
  text-decoration: none;
  display: block;
  padding: 0px 30px 0 300px;
  height: 60px;
  line-height: 60px;
  position: relative;
}
.lp-header .lp-header__menubtn a.lp-menubtn:hover {
  color: #bb9d72;
  opacity: .8;
}
.lp-header .lp-header__menubtn a.lp-menubtn::after {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: url(/images/common/ico-arrow-down_w.svg) center no-repeat;
  background-size: 20px 20px;
}
@media only screen and (max-width: 640px) {
  .lp-header .lp-header__menubtn a.lp-menubtn {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 0px 30px 0 60px;
  }
}
.lp-header__menubtn.is-active a.lp-menubtn::after,
.lp-header__menubtn.active a.lp-menubtn::after {
  background: url(/images/common/ico-arrow-close_w.svg) center no-repeat;
}
.lp-nav-wrap {
  display: none;
  border-top: 1px solid #cfcabe;
  background-color: #e4dfd1;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 12;
  -webkit-transform: translateY(90px);
  transform: translateY(80px);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  -webkit-box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.05);
  z-index:8;
}
.lp-nav-wrap .lp-nav-main {
  max-width: 1200px;
  margin: 0 auto;
  padding: 20px 0 30px 0;
  width: 95%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.lp-nav-wrap .lp-nav-main > li {
  width: 25%;
}
.lp-nav-wrap .lp-nav-main > li > a {
  font-size: 13px;
  font-size: 1.3rem;
  color: #173A52;
  position: relative;
  letter-spacing: -.04em;
  display: block;
  margin: 1em 0;
  padding: 5px 1.5em 5px 20px;
  height: auto;
  line-height: 1.3;
}
.lp-nav-wrap .lp-nav-main > li > a:hover {
  text-decoration: none;
  color: #bb9d72;
}
.lp-nav-wrap .lp-nav-main > li > a::before, .lp-nav-wrap .lp-nav-main > li > a::after {
  position: absolute;
  top: 50%;
  left: 0;
  content: '';
  margin-top: -1px;
  width: 10px;
  height: 1px;
  display: block;
  background-color: #bb9d72;
}
.lp-nav-wrap .lp-nav-main > li > a::after {
  opacity: 0;
  left: -1.5em;
}
.lp-nav-wrap .lp-nav-main > li > a:hover::before {
  -webkit-animation: arrowbefore .4s;
          animation: arrowbefore .4s;
}
.lp-nav-wrap .lp-nav-main > li > a:hover::after {
  -webkit-animation: arrowafter .4s;
          animation: arrowafter .4s;
}
.lp-nav-wrap .lp-nav-main > li .lp-sub-menu {
  margin-left: 10px;
  margin-top: -5px;
}
.lp-nav-wrap .lp-nav-main > li .lp-sub-menu a {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  letter-spacing: -.04em;
  color: #173A52;
  display: block;
  padding: 10px;
}
.lp-nav-wrap .lp-nav-main > li .lp-sub-menu a:hover {
  text-decoration: none;
  color: #bb9d72;
}
.lp-nav-wrap.js-lp-menu-open {
  -webkit-transform: translateY(90px);
  transform: translateY(90px);
  top: 0;
}
.is-fixed .lp-nav-wrap.js-lp-menu-open {
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  top: 0;
}
/* 画像広がる設定 */
.lp-header .inner li .img {
    overflow: hidden;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 0.3s, transform 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lp-header .inner li.on .img {
    opacity: 1;
    transform: translateY(0);
}
#journal li .img img {
    position: relative;
    transition: transform 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.lp-header .inner li a:hover .img img {
    transform: scale(1.05);
}
.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  width: 100%;
  margin-top: 0 !important;
}
header.min .lp-header  {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1500;
  width: 100%;
  margin-top: 0 !important;
}
.lp-header.min {
padding: 0;
}
@media only screen and (max-width:1200px) {
.lp-nav-wrap.js-lp-menu-open {
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  top: 0;
}
}
@media only screen and (max-width:768px) {
.lp-nav-wrap {
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}
}
/* bbq_item_list */
.bbq_item_list {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
.bbq_item_list::before, .bbq_item_list::after {
content: "";
display: block;
width: calc(32% - 8px);
height: 0;
order: 2;
}
.bbq_item_list li {
	width: calc(32% - 8px);
	margin-bottom: 20px;
}
.bbq_item_list li .img {
	overflow: hidden;
}
.bbq_item_list li .img img {
	border-radius: 15px;
}
.bbq_item_list li .text {
	padding: 10px 26px 26px 0px;
}
.bbq_item_list li .text h3 {
	margin: 0 0 10px 0;
	font-weight: bold;
}
@media all and (max-width: 768px) {
.bbq_item_list {
	display: flex;
	flex-wrap: wrap;
}
.bbq_item_list li {
	width: 32%;
	margin-bottom: 2px;
}
.bbq_item_list li .img {
	padding: 0;
	overflow: hidden;
}
.bbq_item_list li .img img {
	border-radius: 5px;
}
.bbq_item_list li .text h3 {
	margin: 0 0 4px 0;
	font-size: 1.2rem;
}
}
.bbq_item_list.two-col {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 15%;
}
.bbq_item_list.two-col::before, .bbq_item_list.two-col::after {
content: "";
display: block;
width: calc(49% - 8px);
height: 0;
order: 2;
}
.bbq_item_list.two-col li {
	width: calc(45% - 8px);
	margin-bottom: 20px;
}
@media all and (max-width: 768px) {
.bbq_item_list.two-col {
  margin: 0;
}
.bbq_item_list.two-col li {
	width: 49%;
	margin-bottom: 2px;
}
}
/* フォームのアコーディオン */
.accordion-container {
  position: relative;
  width: 100%;
/*   border: 1px solid #0079c1; */
  border-top: none;
  outline: 0;
  cursor: pointer
}
 .accordion-container .accordion-title {
   cursor: pointer;
   margin-top: 15px;
   background-color:#fff;
   padding: 0.3em 0.2em 0.3em 1rem;
 }

 .accordion-container .accordion-title:hover,
 .accordion-container .accordion-title:active,
 .accordion-container .content-entry.open .accordion-title {
   background-color: #cce9e7;
 }

 .accordion-container .accordion-title:hover i:before,
 .accordion-container .accordion-title:hover i:active,
 .accordion-container .content-entry.open i {
   background-color: #cce9e7;
 }

.accordion-title{
  position: relative;
  font-size: 1.25rem;
}
@media all and (max-width: 330px) {
.accordion-title{
  font-size: 1rem;
}
}
.accordion-title:after {
  content: "";
  position: absolute;
  right: 1rem;
  top: 28%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 7px;
  height: 7px;
  border-top: solid 2px #173A52;
  border-right: solid 2px #173A52;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.accordion-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 45%;
}

.accordion-content {
  display: none;
  margin-top: 15px;
  padding-left: 1rem;
}
.accordion-content small {
  font-size:1rem;
}
/* バーベキューフォーム */
.hs-form-field > label {
  width: 380px;
}
.input {
  width: calc(100% - 385px);
}
@media all and (max-width: 768px) {
.input {
  margin-top: 20px;
  width: 100%;
  max-width: 100%;
}
}
  .reserve_bbq input[type="radio"] {
	 display: none;
}
  .reserve_bbq input[type="radio"]:not(:disabled) ~ label {
	 cursor: pointer;
}
  .reserve_bbq .hs-form-radio label {
  position: relative;
}
@media all and (max-width: 768px) {
  .reserve_bbq .hs-form-radio label {
  display: inline-block;
  vertical-align: middle;
}
}
  .reserve_bbq .hs-form-radio label .img {
	 padding:0;
}
  .reserve_bbq input[type="radio"]:checked + label .text span {
  border-bottom: dotted 3px #f5da44;
}
  .reserve_bbq input[type="radio"]:checked + label .img {
     border: 5px solid #f5da44;
     border-radius: 20px;
}
 .reserve_bbq input[type="radio"]:checked + label::after {
	 color: rgba(61, 63, 67, 1);
	 border: 5px solid #cce9e7;
	 content: url(/images/common/icon-check.svg);
	 position: absolute;
	 top: -5px;
/* 	 left: 50%; */
	 transform: translateX(-30%);
	 height: 30px;
	 width: 30px;
	 line-height: 30px;
	 text-align: center;
	 border-radius: 50%;
	 background: white;
	 box-shadow: 0px 2px 5px -2px rgba(0, 0, 0, 0.25);
}
.hs-form-field .item_list li .matchHeight {
  height: 60px;
}
.reserve_bbq .hbspt-form select {
  background-color: #fff;
  color: #173A52;
  font-size: 1.4rem;
  font-weight: bold;
}
.hbspt-form .food-option select {
  display:block;
  width: 100px;
  padding: 10px;
  margin-top:10px;
}
.hbspt-form .food-option .model_list p {
  font-size:1.4rem;
}
.hbspt-form .food-option .model_list p span {
  display:block;
}
@media only screen and (max-width:768px) {
.reserve_bbq .hbspt-form select {
  width: 100%;
  font-size: 1.2rem;
}
.hbspt-form .food-option select {
  width: 100px;
}
.hbspt-form .food-option .model_list p span {
  margin-top:10px;
}
}
@media all and (max-width: 1280px) {
.hs-form-field .item_list li {
	width: 49%;
	border-radius: 0;
	margin-bottom: 2px;
}
}
/* Focus style */
select:focus {
  outline:none;
  box-shadow: 0 0 1px 3px rgba(180,222,250, 1);
  background-color:transparent;
  border:1px solid #aaa;
}
.reserve_bbq .hbspt-form .people select {
  width:100%;
}
.col-flex-container{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.col3-item{
	width: 32%;
}
.col2-item {
	width: 48%;
}
.reservebtn a{
	width:80%;
}

@media all and (max-width: 1280px) {
.col3-item {
  width: 100%;
  margin-top:20px;
}
}
.calendar .model_list img{
  width: 50px;
}
.hbspt-form .calendar input[type="date"],.hbspt-form .birthday input[type="number"] {
width: 340px;
}



@media only screen and (max-width:768px) {
.calendar .model_list img{
  width: 30px;
}
.hbspt-form .calendar input[type="date"],.hbspt-form .birthday input[type="number"] {
width: 100%;
}
}
textarea::placeholder {
font-weight: bold;
color: #6e6e6e;
}
p.small {
font-size: 1.2rem;
}
.p-detail-form__child3 {
 padding-bottom:15px
}
.p-detail-form__child3 .p-detail-form__submit {
 overflow:hidden;
 position:relative;
 display:-webkit-box;
 display:-ms-flexbox;
 display:flex;
 -webkit-box-align:center;
 -ms-flex-align:center;
 align-items:center;
 -webkit-box-pack:center;
 -ms-flex-pack:center;
 justify-content:center;
 width:35%;
 height:70px;
 background:#f5da44;
 border:none;
 margin:0 auto 0;
 padding:0;
 cursor: pointer;
}
.p-detail-form__child3 .p-detail-form__submit:before {
 content:"";
 position:absolute;
 display:block;
 width:100%;
 height:100%;
 background:#ffe400;
 left:0;
 top:0;
 -webkit-transform:translateX(-100%);
 -ms-transform:translateX(-100%);
 transform:translateX(-100%);
 -webkit-transition:-webkit-transform 0.3s;
 transition:-webkit-transform 0.3s;
 -o-transition:transform 0.3s;
 transition:transform 0.3s;
 transition:transform 0.3s, -webkit-transform 0.3s
}
.p-detail-form__child3 .p-detail-form__submit:hover:before {
 -webkit-transform:translateX(0);
 -ms-transform:translateX(0);
 transform:translateX(0)
}
@media screen and (max-width: 920px) {
 .p-detail-form__child3 .p-detail-form__submit {
  width:88%;
  height:50px
 }
}
.p-detail-form__child3 span {
 position:relative
}
.p-detail-form__child3 span:nth-of-type(1) {
 margin-right:10px;
 line-height:1;
 font-size:2.0rem
}
.p-detail-form__child3 span:nth-of-type(2) {
 content:"";
 display:block;
 width:20px;
 height:20px;
 background:url(/images/common/arrow7.png) 0 0/20px no-repeat
}
@media screen and (max-width: 920px) {
 .p-detail-form__child3 span:nth-of-type(1) {
  margin-right:10px;
  font-size:1.6rem
 }
 .p-detail-form__child3 span:nth-of-type(2) {
  width:15px;
  height:15px;
  background:url(/images/common/arrow7.png) 0 0/15px no-repeat
 }
}
.gray {
color: #888;
}
input[type="checkbox" i] {
  -moz-transform:    scale(1.4);
  -webkit-transform:  scale(1.4);
  transform:    scale(1.4);
}
.itemindent li {
  padding-left: 2.4em;
  text-indent: -2.4em;
}
@media screen and (max-width: 920px) {
.itemindent li {
  padding-left: 2.7em;
  text-indent: -2.7em;
}
 }
 .frame-box-002 {
	display: block;
	padding: 5px 0 5px 20px;
	position: relative;
	margin: 1em;
}

.frame-box-002::before{
	content: '';
	width: 15px;
	height: 100%;
	position: absolute;
}

.frame-box-002::before {
	border-left: 2px dotted #ADD8E7;
	border-top: 2px dotted #ADD8E7;
	border-bottom: 2px dotted #ADD8E7;
	top: 0;
	left: 0;
}


/* ここから予約フォームアイコン装飾 */

.r_icon{
	width: 70%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin-bottom: 100px;
	margin-top: 50px;
/*  	background-color: red; */
	}
	.r_icon_item{
	position: relative;
	display: inline-block;
	}
	.r_icon_item:before{
	content: "";
	display: inline-block;
	width: 20%;
	height: 2px;
	background-color: #ccc;
	position: absolute;
	top: 40%;
	right: -20px;
	}
	.r_icon_item:nth-child(5):before{
	display: none;
	}
	.r_icon_item img{
	display: inline-block;
	width: 35%;
	height: auto;
	}
	.r_icon p{
	font-size: 1.2rem;
	line-height: 1.2;
	padding-top: 10px;
	}

	.b_icon{
	width: 800px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin-bottom: 100px;
/* 	background-color: red; */
	}
	.b_icon_item{
	position: relative;
	display: inline-block;
	}
	.b_icon_item:before{
	content: "";
	display: inline-block;
	width: 30px;
	height: 2px;
	background-color: #ccc;
	position: absolute;
	top: 40%;
	right: -15px;
	}
	.b_icon_item:nth-child(6):before{
	display: none;
	}
	.b_icon p{
	font-size: 1.2rem;
	line-height: 1.2;
	}
	.b_icon_item img{
	display: inline-block;
	width: 45%;
	height: auto;
	}
	.re_txt{
	text-align: center;
	margin-bottom: 30px;
	}
	.actions1 input[type="submit"]:hover {
  opacity: 0.9;
  color: #ccc;
  }
  .actions1 input[type="submit"] {
  background-color: #FFF;
  color: #502314;
  width: 300px;
  height: 80px;
  line-height: 80px;
  text-align: center;
  display: block;
  font-size: 1.2em;
  margin: 0 auto;
    margin-bottom: 0px;
  margin-bottom: 0px;
  position: relative;
  border: none;
  border-radius: 2px;
  cursor: pointer;
  -webkit-box-shadow: inset 0 1px rgb(255 255 255 / 10%), inset 0 0 0 1px rgb(255 255 255 / 8%), 0 1px 2px rgb(0 0 0 / 25%);
  box-shadow: inset 0 1px rgb(255 255 255 / 10%), inset 0 0 0 1px rgb(255 255 255 / 8%), 0 1px 2px rgb(0 0 0 / 25%);
  text-decoration: none;
  text-shadow: 0 -1px rgb(0 0 0 / 40%);
  margin-bottom: 40px;
  font-weight: bold;
  }

	@media screen and (max-width: 768px){
	.extra_memo{
	margin-bottom: 50px;
	}
	.r_icon_item{
	position: relative;
	display: inline-block;
	}
	.r_icon_item img{
	display: inline-block;
	width: 60%;
	height: auto;
	}
	.r_icon_item::before {
  	content: "";
  	display: inline-block;
  	width: 20%;
  	height: 2px;
  	background-color: #ccc;
  	position: absolute;
  	top: 35%;
  	right: -10px;
	}
	.r_icon p{
	font-size: 1.0rem;
	line-height: 1.2;
	}
	.tb{
	display: block;
	}
	.b_icon_item img{
	display: inline-block;
	width: 300px;
	height: auto;
	}

	.b_icon_item{
	position: relative;
	display: inline-block;
	}
	.b_icon_item::before {
  	content: "";
  	display: inline-block;
  	width: 20%;
  	height: 2px;
  	background-color: #ccc;
  	position: absolute;
  	top: 35%;
  	right: -10px;
	}
	.b_icon p{
	font-size: 1.0rem;
	line-height: 1.2;
	}
	.tb{
	display: block;
	}
	.b_icon_item img{
	display: inline-block;
	width: 45%;
	height: auto;
	}
}

@media screen and (max-width: 599px){
	.r_icon_item p{
	font-size: 0.7rem;
	line-height: 1.2;
	}
}
@media screen and (max-width: 430px){
	.r_icon{
	/* background-color: red; */
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 50px;
	}
	.r_icon_item{
	position: relative;
	display: inline-block;
	}
	.r_icon_item img{
	display: inline-block;
	width: 80%;
	height: auto;
	}
	.r_icon_item::before {
  	content: "";
  	display: inline-block;
  	width: 10%;
  	height: 2px;
  	background-color: #ccc;
  	position: absolute;
  	top: 35%;
  	right: -4px;
	}
}