@charset "utf-8";
html {
  font-size: 100%;
}
@media only screen and (max-width: 900px) {
  html {
    font-size: 1.89vw;
  }
}
@media only screen and (max-width: 768px) {
  html {
    font-size: 2.21vw;
  }
}
@media only screen and (max-width: 414px) {
  html {
    font-size: 4.11vw;
  }
}
body {
  font: 100%/1 Cinzel, '游明朝', "Yu Mincho", YuMincho, "Hiragino Mincho ProN", 'HGS明朝E', 'メイリオ', Meiryo, serif;
  letter-spacing: 0.02em;
  margin: 0 0;
  padding: 0 0;
  /* color: #3d3c3c; */
  color: #1d1c1c;
  line-height: 28px;
  /* font-weight: 400; */
  font-weight: 600;
}
a {
  color: #000;
}
@media only screen and (min-width: 768px) {
  a {
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
  }
  a:hover {
    opacity: 0.7;
  }
}
.forW600,
.forSP {
  display: none;
}
#wrapper {
  padding: 138px 20px 0;
}
.inner {
  max-width: 980px;
  margin: 0 auto;
}
header {
  width: 100%;
  z-index: 9999;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
}
header .inner {
  max-width: 1020px;
  padding: 75px 20px 40px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .inner .logo_wrp {
  width: 234px;
}
header .inner .logo_wrp a {
  display: block;
}
header .inner #gnav ul {
  font-size: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header .inner #gnav ul li + li {
  padding-left: 40px;
}
@media only screen and (max-width: 900px) {
  header .inner #gnav ul li + li {
    padding-left: 20px;
  }
}
header .inner #gnav ul a {
  display: block;
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid #fff;
  -webkit-transition: border-bottom 0.3s ease;
  transition: border-bottom 0.3s ease;
  height: 23px;
  line-height: 23px;
  position: relative;
}
header .inner #gnav ul a:before {
  content: '-';
  margin-right: 6px;
  font-weight: bold;
  color: #23bdd9;
}
.mainimg {
  margin-bottom: 110px;
}
.mainimg .slick-dots {
  bottom: -30px;
}
.mainimg .slick-dots li {
  margin: 0 1px;
}
.mainimg .slick-dots li button:before {
  font-size: 0.75rem;
  color: #e4e4e4;
  opacity: 1;
}
.mainimg .slick-dots li.slick-active button:before {
  color: #23bdd9;
  opacity: 1;
}
.ttl_wrp {
  position: relative;
  width: 100%;
  margin-bottom: 65px;
}
.ttl_wrp:before {
  content: '';
  display: block;
  width: 84%;
  height: 1px;
  background-color: #cbcbcb;
  position: absolute;
  top: 37px;
  left: 8%;
  z-index: 1;
}
.ttl_wrp .ttl {
  text-align: center;
  font-size: 1.375rem;
  display: block;
  border: 1px solid #cbcbcb;
  width: 300px;
  height: 75px;
  margin: 0 auto;
  padding: 10px 0;
  position: relative;
  color: #2c3339;
  z-index: 2;
}
.ttl_wrp .ttl:before {
  content: '';
  display: block;
  width: 280px;
  height: 77px;
  position: absolute;
  top: -2px;
  left: 10px;
  background-color: #fff;
  z-index: 1;
}
.ttl_wrp .ttl:after {
  content: '';
  display: block;
  width: 302px;
  height: 14px;
  position: absolute;
  top: 30px;
  left: -2px;
  background-color: #fff;
  z-index: 1;
}
.ttl_wrp .ttl div {
  position: relative;
  z-index: 10;
}
.ttl_wrp .ttl span {
  display: block;
  font-size: 0.75rem;
  color: #68c8d7;
}
.text {
  font-size: 0.875rem;
  line-height: 42px;
  text-align: center;
  margin-bottom: 35px;
}
.img_wrp {
  padding: 0 20px;
}
.img_wrp img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}
.shop_list {
  max-width: 980px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 768px) {
  .shop_list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.shop_list li {
  width: calc(50% - 16px);
  text-align: center;
}
@media only screen and (max-width: 768px) {
  .shop_list li {
    width: 100%;
    margin-bottom: 2em;
  }
}
.shop_list li img {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}
.shop_list li p {
  font-size: 0.875rem;
}
.shop_list li p .pink {
  display: block;
  font-size: 1rem;
  color: #e7357a;
}
#about {
  margin-bottom: 175px;
}
@media only screen and (max-width: 768px) {
  #about {
    margin-bottom: 3em;
  }
}
#about .sub {
  font-size: 1.5rem;
  color: #e7357a;
  font-weight: normal;
  text-align: center;
  margin-bottom: 20px;
}
#about .text span {
  display: inline-block;
  border-bottom: 1px solid #68c8d7;
  line-height: 1.6;
}
#brand {
  margin-bottom: 30px;
}
.brand_list {
  max-width: 940px;
  font-size: 0;
  margin: 0 auto;
  padding: 25px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.brand_list li {
  display: inline-block;
  width: 48.5%;
  font-size: 0.875rem;
  vertical-align: top;
  padding: 0 0;
  margin: 0 0 100px;
}
.brand_list li img {
  max-width: 100%;
}
.brand_list li p {
  padding: 0 20px;
  letter-spacing: 0.01em;
}
.brand_list .name img {
  max-width: 100%;
  display: block;
  margin: 40px auto 40px;
}
.brand_list .brand_albion .name img {
  width: 100px;
}
.brand_list .brand_ignis .name img {
  width: 100px;
}
.brand_list .brand_el .name img {
  margin: 20px auto;
  width: 65px;
}
.brand_list .brand_infiore .name img {
  width: 160px;
}
#campaign {
  margin-bottom: 175px;
}
.cp_wrp {
  background-color: #fce9f1;
  padding: 60px 60px 30px;
  position: relative;
}
@media only screen and (max-width: 900px) {
  .cp_wrp {
    padding: 60px 30px 30px;
  }
}
@media only screen and (max-width: 768px) {
  .cp_wrp {
    padding: 12vw 4vw 6vw;
  }
}
.cp_wrp .ttl {
  text-align: center;
  font-size: 1.375rem;
  letter-spacing: 0.08em;
  color: #2c3339;
  margin-bottom: 2em;
}
.cp_wrp .ttl span {
  display: block;
  font-size: 0.875rem;
  line-height: 2.4;
}
.cp_wrp p {
  font-family: '游明朝', "Yu Mincho", YuMincho, "Hiragino Mincho ProN", 'HGS明朝E', 'メイリオ', Meiryo, serif;
  font-size: 0.875rem;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #3d3c3c;
  margin-bottom: 28px;
}
.cp_wrp .set {
  font-size: 0.75rem;
  line-height: 2;
  letter-spacing: 0.02em;
  color: #3d3c3c;
  font-family: '游明朝', "Yu Mincho", YuMincho, "Hiragino Mincho ProN", 'HGS明朝E', 'メイリオ', Meiryo, serif;
}
.cp_wrp .set ul {
  padding-left: 1.5em;
  list-style: disc;
}
.cp_wrp .photo {
  display: block;
  position: absolute;
  top: 120px;
  right: 5%;
  width: 30%;
}
.date_wrp {
  width: 100%;
  line-height: 1;
  margin-bottom: 0px;
  margin: 30px 0 30px;
  background-color: rgba(255,255,255,0.4);
  border: 1px solid #fff;
}
.date_wrp .date_ttl {
  background-color: #fff;
  color: #000;
  padding: 10px 0;
  text-align: center;
  font-size: 1rem;
  vertical-align: middle;
}
.date_wrp .date_inner {
  padding: 20px 20px;
  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;
}
@media only screen and (max-width: 1020px) {
  .date_wrp .date_inner {
    padding: 20px 0;
  }
}
.date_wrp .date_inner li {
  width: 400px;
  text-align: center;
  margin: 0 35px;
}
@media only screen and (max-width: 1020px) {
  .date_wrp .date_inner li {
    width: 45%;
    margin: 0 2%;
  }
}
.date_wrp .date {
  padding: 0 10px 0;
  font-size: 1.875rem;
  letter-spacing: 0.1em;
  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;
}
@media only screen and (max-width: 1020px) {
  .date_wrp .date {
    font-size: 1.75rem;
  }
}
@media only screen and (max-width: 900px) {
  .date_wrp .date {
    font-size: 1.625rem;
  }
}
@media only screen and (max-width: 768px) {
  .date_wrp .date {
    font-size: 6vw;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.date_wrp .date .year {
  display: block;
  font-size: 0.875rem;
  line-height: 1.4;
  letter-spacing: 0;
  padding-right: 0.5em;
}
@media only screen and (max-width: 768px) {
  .date_wrp .date .year {
    width: 100%;
    font-size: 1.25rem;
  }
}
.date_wrp .date .yo {
  display: inline-block;
  font-size: 0.8125rem;
  border: 1px solid #000;
  border-radius: 50%;
  background-color: #fff;
  padding: 2px;
  margin-left: 3px;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  text-align: center;
  line-height: 17px;
  letter-spacing: 0.03em;
}
.date_wrp .date .yo.sun {
  border-color: #f00;
  color: #f00;
}
.date_wrp .date .dash {
  padding: 0 0.5em;
}
.date_wrp .date .txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 1rem;
  padding-top: 10px;
  margin-left: 10px;
  letter-spacing: 0.08em;
}
.date_wrp .date .txt:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  vertical-align: middle;
  background-color: #000;
  margin-right: 15px;
}
#access {
  margin-bottom: 130px;
}
#map,
#map2 {
  width: 100%;
  height: 370px;
  margin-bottom: 45px;
}
@media only screen and (max-width: 768px) {
  #map,
  #map2 {
    height: 100vw;
    margin-bottom: 1em;
  }
}
.map_txts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 80px;
}
.map_txts .name {
  line-height: 1;
  padding: 50px 0;
  width: 30%;
  border-left: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
  font-family: '游明朝', "Yu Mincho", YuMincho, "Hiragino Mincho ProN", 'HGS明朝E', 'メイリオ', Meiryo, serif;
  text-align: center;
}
#access .addr {
  width: 70%;
  font-family: '游明朝', "Yu Mincho", YuMincho, "Hiragino Mincho ProN", 'HGS明朝E', 'メイリオ', Meiryo, serif;
  font-style: normal;
  font-size: 0.875rem;
  padding-left: 5%;
}
#access .addr ul {
  padding-left: 1.5em;
  list-style: disc;
}
.cpn {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
  background: #d1f3f9;
  background: linear-gradient(160deg, #d1f3f9 0%, #d1f3f9 20%, #d1f3f9 20%, #f3f8f8 50%, #d1f3f9 80%);
  padding: 6px;
  position: relative;
}
.cpn .ribbon {
  position: absolute;
  top: -2px;
  right: -2px;
  width: 209px;
  display: block;
  z-index: 10;
}
@media only screen and (max-width: 900px) {
  .cpn .ribbon {
    width: 20vw;
  }
}
@media only screen and (max-width: 768px) {
  .cpn .ribbon {
    width: 30vw;
  }
}
.cpn_wrp {
  width: 100%;
  border: 6px solid #fff;
  background: #d1f3f9;
  background: linear-gradient(160deg, #d1f3f9 0%, #d1f3f9 20%, #d1f3f9 20%, #f3f8f8 50%, #d1f3f9 80%);
  padding: 1px;
}
.cpn_inner {
  background-color: #fff;
  width: 100%;
  padding: 50px 5% 0px;
  position: relative;
}
.cpn_inner .sample {
  display: block;
  width: 30%;
}
.cpn_inner .txts {
  position: absolute;
  top: 75px;
  right: 5%;
  width: 53%;
}
@media only screen and (max-width: 900px) {
  .cpn_inner .txts {
    top: 8vw;
  }
}
.cpn_inner .txts span {
  display: block;
  text-align: center;
}
.cpn_inner .txts .txt1 {
  font-size: 1.125rem;
  color: #56c6d8;
  letter-spacing: 2px;
  margin-bottom: 1em;
}
.cpn_inner .txts .txt1:before {
  content: '';
  display: inline-block;
  margin-right: 18px;
  border-top: 1px solid #56c6d8;
  border-left: 1px solid #56c6d8;
  width: 13px;
  height: 13px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.cpn_inner .txts .txt1:after {
  content: '';
  display: inline-block;
  margin-left: 18px;
  border-top: 1px solid #56c6d8;
  border-right: 1px solid #56c6d8;
  width: 13px;
  height: 13px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.cpn_inner .txts .txt2 {
  font-size: 1.5rem;
  letter-spacing: 5px;
}
.cpn_inner .btns {
  position: absolute;
  bottom: 75px;
  right: 5%;
  width: 53%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media only screen and (max-width: 900px) {
  .cpn_inner .btns {
    bottom: 6vw;
  }
}
.cpn_inner .btns .coupon_btn {
  text-align: center;
  font-size: 0.9375rem;
  display: inline-block;
  border: 1px solid #cbcbcb;
  width: 48%;
  height: 62px;
  padding: 10px 0;
  position: relative;
  color: #53c5d7;
  text-decoration: none;
}
.cpn_inner .btns .coupon_btn span {
  display: block;
  line-height: 42px;
  background: url("../img/mk_btn.png") no-repeat 92% 50%;
  background-size: 10px 11px;
}
@media only screen and (max-width: 768px) {
  .cpn_inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 10vw 6vw 6vw;
  }
  .cpn_inner .sample {
    width: 50%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .cpn_inner .txts {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    position: static;
    width: 100%;
  }
  .cpn_inner .btns {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    position: static;
    width: 80%;
    margin: 0 auto;
    display: block;
  }
  .cpn_inner .btns .coupon_btn {
    width: 100%;
    margin-bottom: 1em;
    height: 40px;
  }
  .cpn_inner .btns .coupon_btn span {
    line-height: 20px;
  }
}
@media only screen and (max-width: 414px) {
  .cpn_inner {
    padding-top: 18vw;
  }
  .cpn_inner .txts {
    margin-bottom: 1em;
  }
}
#coupon {
  margin-bottom: 175px;
}
.coupon_wrp {
  position: relative;
}
.coupon_wrp .bgimg {
  width: 100%;
}
.coupon_wrp .text {
  position: absolute;
  top: 26%;
  right: 7%;
  max-width: 500px;
  width: 100%;
}
@media only screen and (max-width: 1020px) {
  .coupon_wrp .text {
    width: 50%;
    max-width: 50%;
  }
}
@media only screen and (max-width: 900px) {
  .coupon_wrp .text {
    top: 6vw;
  }
}
.coupon_wrp .text span {
  display: block;
  text-align: center;
}
.coupon_wrp .text .txt1 {
  font-size: 1.125rem;
  color: #56c6d8;
  letter-spacing: 2px;
}
.coupon_wrp .text .txt1:before {
  content: '';
  display: inline-block;
  margin-right: 18px;
  border-top: 1px solid #56c6d8;
  border-left: 1px solid #56c6d8;
  width: 13px;
  height: 13px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.coupon_wrp .text .txt1:after {
  content: '';
  display: inline-block;
  margin-left: 18px;
  border-top: 1px solid #56c6d8;
  border-right: 1px solid #56c6d8;
  width: 13px;
  height: 13px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.coupon_wrp .text .txt2 {
  font-size: 1.5rem;
  letter-spacing: 5px;
}
.coupon_wrp .btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 32px;
}
@media only screen and (max-width: 900px) {
  .coupon_wrp .btns {
    margin-top: 2vw;
  }
}
.coupon_wrp .coupon_btn {
  text-align: center;
  font-size: 0.9375rem;
  display: inline-block;
  border: 1px solid #cbcbcb;
  width: 48%;
  height: 62px;
  padding: 10px 0;
  position: relative;
  color: #53c5d7;
  text-decoration: none;
}
.coupon_wrp .coupon_btn span {
  position: relative;
  z-index: 5;
  background: url("../img/mk_btn.png") no-repeat 92% 50%;
  background-size: 10px 11px;
}
.contact_tel {
  padding: 55px 92px;
  background-color: #f0fafc;
}
.contact_tel .ttl {
  text-align: center;
  font-size: 1rem;
  letter-spacing: 0.02em;
  line-height: 1.5;
  margin-bottom: 40px;
}
.contact_tel .tel-box {
  width: 420px;
  margin: 0 auto 45px;
  text-align: center;
  padding: 18px 30px 10px;
  background-color: #fff;
}
.contact_tel .tel-box .num {
  font-size: 1.8125rem;
  line-height: 50px;
  letter-spacing: 0.09em;
  margin-left: 24px;
}
.contact_tel .tel-box .note {
  border-top: 1px solid #e5e5e5;
  padding-top: 13px;
  margin-top: 10px;
  font-size: 0.875rem;
  line-height: 24px;
  letter-spacing: 0.02em;
}
.contact_tel .txt {
  font-size: 0.8125rem;
  line-height: 24px;
  letter-spacing: 0.02em;
}
footer {
  margin-top: 112px;
  padding-bottom: 20px;
}
footer .totop {
  position: relative;
  display: block;
  width: 100%;
}
footer .totop:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background-color: #dbdbdb;
  position: absolute;
  top: 33px;
}
footer .totop a {
  display: block;
  border: 1px solid #dbdbdb;
  border-radius: 50%;
  width: 66px;
  height: 66px;
  position: relative;
  margin: 0 auto;
  background-color: #fff;
}
footer .totop a:before {
  content: '';
  display: block;
  margin: 28px auto 0;
  width: 16px;
  height: 16px;
  border-top: 2px solid #dbdbdb;
  border-left: 2px solid #dbdbdb;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
footer .f_logo {
  display: block;
  margin: 76px auto 55px;
}
footer .copy {
  text-align: center;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}
#sp_menu {
  position: fixed;
  top: 0px;
  right: 0;
  width: 0%;
  opacity: 0;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0,0,0,0.9);
  z-index: 99999;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#sp_menu.open {
  width: 100%;
  opacity: 1;
}
#sp_menu .sp_menu_inner {
  padding: 60px 20px 0;
  position: relative;
}
#sp_menu li {
  margin-bottom: 20px;
}
#sp_menu li a {
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  font-size: 1.25rem;
  line-height: 2;
  text-decoration: none;
}
#sp_menu .menu_close {
  position: absolute;
  top: 13px;
  right: 3px;
  width: 35px;
  height: 35px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  z-index: 999;
}
#sp_menu .menu_close:before {
  content: '';
  width: 2px;
  height: 24px;
  position: absolute;
  top: 5px;
  left: 15px;
  background-color: #fff;
  display: block;
}
#sp_menu .menu_close:after {
  content: '';
  width: 24px;
  height: 2px;
  position: absolute;
  top: 16px;
  left: 4px;
  background-color: #fff;
  display: block;
}
@media screen and (max-width: 768px) {
  .forPC {
    display: none;
  }
  .forSP {
    display: block;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    padding: 0 2.3vw;
    background-color: #fff;
  }
  #wrapper {
    padding: 70px 10px 2.3vw;
  }
  header .inner {
    padding: 20px 0 0;
  }
  header .inner .logo_wrp {
    top: 16px;
    left: 0;
    width: 140px;
  }
  header .inner .logo_wrp img {
    width: 100%;
  }
  header .inner #gnav {
    display: none;
  }
  header .hmb_btn {
    width: 20px;
    height: 20px;
    position: absolute;
    top: 20px;
    right: 0;
  }
  header .hmb_btn span {
    display: block;
    width: 20px;
    height: 19px;
    position: relative;
    border-top: 2px solid #002165;
    border-bottom: 2px solid #002165;
  }
  header .hmb_btn span:after {
    content: '';
    display: block;
    width: 20px;
    height: 2px;
    background-color: #002165;
    position: absolute;
    top: calc(50% - 2px);
    left: 0;
  }
  .mainimg {
    margin-bottom: 65px;
  }
  .mainimg img {
    width: 100%;
  }
  .mainimg .slick-dots li button:before {
    font-size: 9px;
    line-height: 17px;
  }
  .ttl_wrp {
    margin-bottom: 30px;
  }
  .ttl_wrp:before {
    width: 90%;
    left: 5%;
    top: 50%;
  }
  .ttl_wrp .ttl {
    font-size: 18px;
    padding: 2px;
    letter-spacing: 0.08em;
    width: 200px;
    max-width: 300px;
    height: 56px;
    max-height: 75px;
  }
  .ttl_wrp .ttl:before {
    width: calc(200px - 20px);
    max-width: 280px;
    height: calc(56px + 4px);
    max-height: 77px;
  }
  .ttl_wrp .ttl:after {
    width: calc(200px + 2px);
    max-width: 302px;
    top: calc(50% - 7px);
  }
  .ttl_wrp .ttl span {
    font-size: 10px;
    letter-spacing: 0;
    line-height: 2;
  }
  .text {
    font-size: 12px;
    line-height: 27px;
    letter-spacing: 0;
  }
  .img_wrp {
    padding: 0 0;
  }
  #about .sub {
    font-size: 16px;
  }
  .brand_list li p {
    font-size: 13px;
  }
  #campaign {
    margin-bottom: 100px;
  }
  .cp_wrp .ttl {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10vw;
  }
  .cp_wrp .ttl span {
    font-size: 10px;
  }
  .cp_wrp .photo {
    position: static;
    margin: 0 auto 5vw;
    width: 75%;
    max-width: 280px;
  }
  .cp_wrp .date_wrp {
    margin: 8vw auto 23px;
    width: 100%;
  }
  .cp_wrp .date_wrp img {
    display: block;
    margin: 0 auto;
  }
  .cp_wrp p {
    font-size: 11px;
    letter-spacing: 0.06em;
    margin-bottom: 17px;
  }
  .cp_wrp p.set {
    font-size: 10px;
    line-height: 1.8;
  }
  .date_wrp .date_inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .date_wrp .date_inner li {
    width: 100%;
  }
  #access {
    margin-bottom: 100px;
  }
  #access .map_txts {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 8vw;
  }
  #access .map_txts .name {
    width: 100%;
    border: none;
    border-bottom: 1px solid #cbcbcb;
    padding: 0 0 2vw;
    margin: 0 0 2vw;
    text-align: left;
  }
  #access .map_txts .addr {
    width: 100%;
    padding-left: 0;
    font-size: 11px;
    line-height: 2;
  }
  #coupon {
    margin-bottom: 100px;
  }
  .coupon_wrp .bgimg {
    max-width: 500px;
    margin: 0 auto;
  }
  .coupon_wrp .text {
    top: 17vw;
    width: 62vw;
    right: 17vw;
    left: 17vw;
  }
  .coupon_wrp .text .txt1 {
    font-size: 16px;
    margin-bottom: 3.4vw;
  }
  .coupon_wrp .text .txt1:before {
    width: 10px;
    height: 10px;
  }
  .coupon_wrp .text .txt1:after {
    width: 10px;
    height: 10px;
  }
  .coupon_wrp .text .txt2 {
    font-size: 22px;
    letter-spacing: 4px;
  }
  .coupon_wrp .coupon_btn {
    margin-top: 7vw;
    font-size: 13px;
    padding: 20px 0 17px;
    line-height: 1;
    height: auto;
    max-width: 300px;
  }
  .coupon_wrp .coupon_btn:before {
    height: 18px;
    top: 17px;
  }
  .contact_tel {
    padding: 10vw 4vw 7vw;
  }
  .contact_tel .ttl {
    font-size: 12px;
    letter-spacing: 0;
    margin-bottom: 22px;
  }
  .contact_tel .tel-box {
    width: 92%;
    font-size: 12px;
    padding: 7px 20px;
    margin-bottom: 20px;
  }
  .contact_tel .tel-box .num {
    font-size: 22px;
    margin-left: 15px;
    letter-spacing: 0.07em;
  }
  .contact_tel .tel-box .note {
    font-size: 11px;
    margin-top: 2px;
    padding-top: 8px;
  }
  .contact_tel .txt {
    font-size: 11px;
    line-height: 2;
  }
  footer {
    margin-top: 63px;
  }
  footer .totop:before {
    top: 50%;
  }
  footer .totop a {
    width: 15vw;
    height: 15vw;
    max-width: 66px;
    max-height: 66px;
  }
  footer .totop a:before {
    margin-top: 44%;
  }
  footer .f_logo {
    margin: 33px auto 27px;
    width: 42vw;
    max-width: 158px;
  }
  footer .copy {
    font-size: 10px;
  }
}
@media screen and (max-width: 600px) {
  .forW600 {
    display: block;
  }
  #about .sub {
    font-size: 14px;
  }
  .brand_list {
    display: block;
    padding-top: 12px;
  }
  .brand_list li {
    display: block;
    width: 100%;
    margin-bottom: 72px;
  }
  .brand_list li img {
    width: 100%;
  }
  .brand_list .name img {
    margin: 30px auto;
  }
  .brand_list li p {
    padding: 0 0;
    letter-spacing: 0.005em;
    font-size: 12px;
    line-height: 1.9;
  }
  .brand_list .brand_albion .name img {
    width: 20vw;
    max-width: 100px;
  }
  .brand_list .brand_ignis .name img {
    width: 20vw;
    max-width: 100px;
  }
  .brand_list .brand_el .name img {
    margin: 14px auto;
    width: 14vw;
    max-width: 65px;
  }
  .brand_list .brand_infiore .name img {
    width: 32vw;
    max-width: 160px;
  }
}
@media screen and (max-width: 350px) {
  .coupon_wrp .text {
    width: 66vw;
    left: 15vw;
  }
  .contact_tel .tel-box {
    width: 100%;
    padding: 7px 10px;
  }
}
.coupon_page #wrapper {
  height: 100vh;
  padding: 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.p_coupon_wrp {
  position: relative;
  max-width: 980px;
  width: 100%;
}
.p_coupon_wrp .bg {
  max-width: 100%;
}
.p_coupon_wrp .sampleimg {
  position: absolute;
  top: 18%;
  left: 8%;
  width: 29%;
}
.p_coupon_wrp .text_wrp {
  position: absolute;
  top: 11%;
  right: 10%;
  width: 47%;
}
.p_coupon_wrp .text {
  margin-bottom: 4%;
}
.p_coupon_wrp .text span {
  display: block;
  text-align: center;
}
.p_coupon_wrp .text .txt1 {
  font-size: 18px;
  color: #56c6d8;
  letter-spacing: 2px;
  margin-bottom: 3%;
}
.p_coupon_wrp .text .txt1:before {
  content: '';
  display: inline-block;
  margin-right: 18px;
  border-top: 1px solid #56c6d8;
  border-left: 1px solid #56c6d8;
  width: 13px;
  height: 13px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.p_coupon_wrp .text .txt1:after {
  content: '';
  display: inline-block;
  margin-left: 18px;
  border-top: 1px solid #56c6d8;
  border-right: 1px solid #56c6d8;
  width: 13px;
  height: 13px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p_coupon_wrp .text .txt2 {
  font-size: 24px;
  letter-spacing: 2px;
}
.p_coupon_wrp .text .txt2 span {
  font-size: 20px;
  display: inline-block;
}
.p_coupon_wrp .dates {
  border: 1px solid #56c6d8;
  padding: 8px 20px;
  font-size: 0;
  line-height: 1;
  margin-bottom: 0px;
}
.p_coupon_wrp .date1 {
  background-color: #53c5d7;
  color: #fff;
  display: inline-block;
  padding: 10px 0;
  text-align: center;
  width: 94px;
  font-size: 14px;
  vertical-align: middle;
  margin-right: 20px;
}
.p_coupon_wrp .date2 {
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
  letter-spacing: 2px;
}
.p_coupon_wrp .date2 .year {
  display: block;
  font-size: 14px;
  line-height: 1.4;
  letter-spacing: 0;
}
.p_coupon_wrp .date2 .yo {
  display: inline-block;
  font-size: 13px;
  border: 1px solid #000;
  border-radius: 50%;
  padding: 2px;
  margin-left: 3px;
  width: 22px;
  height: 22px;
  vertical-align: middle;
  text-align: center;
  line-height: 17px;
}
.p_coupon_wrp .dates .txt {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  padding-top: 10px;
  margin-left: 10px;
  letter-spacing: 0.08em;
}
.p_coupon_wrp .dates .txt:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 1px;
  vertical-align: middle;
  background-color: #000;
  margin-right: 15px;
}
.p_coupon_wrp .contain {
  font-size: 13px;
  padding: 20px 20px;
  line-height: 1.8;
  background-color: #edf9fb;
  font-family: '游明朝', "Yu Mincho", YuMincho, "Hiragino Mincho ProN", 'HGS明朝E', 'メイリオ', Meiryo, serif;
}
.p_coupon_wrp .list {
  padding-left: 2em;
}
.p_coupon_wrp .list li {
  list-style: disc;
}
.p_coupon_wrp .contain .bugai {
  background-color: #7371dc;
  color: #fff;
  display: inline-block;
  font-size: 9px;
  margin-left: 10px;
  padding: 0 5px;
}
.p_coupon_wrp .caution {
  position: absolute;
  top: 76%;
  width: 100%;
}
.p_coupon_wrp .caution div {
  text-align: center;
}
.p_coupon_wrp .caution div p {
  display: inline-block;
  line-height: 2;
  border-bottom: 1px solid #000;
  margin-bottom: 23px;
}
.p_coupon_wrp .caution .txt {
  font-size: 12px;
  width: 77%;
  margin: 0 auto;
  line-height: 2;
}
.p_coupon_wrp .caution .txt .ib {
  display: inline-block;
}
@media screen and (max-width: 1000px) {
  .p_coupon_wrp .text {
    margin-bottom: 1vw;
  }
  .p_coupon_wrp .text .txt1 {
    margin-bottom: 0.5vw;
  }
  .p_coupon_wrp .text .txt2 {
    font-size: 2.4vw;
    letter-spacing: 0.02em;
    margin-bottom: 0.5vw;
  }
  .p_coupon_wrp .text .txt2 span {
    font-size: 2vw;
  }
  .p_coupon_wrp .date1 {
    width: 10vw;
    margin-right: 2vw;
  }
  .p_coupon_wrp .date2 {
    font-size: 3vw;
  }
  .p_coupon_wrp .date2 .yo {
    letter-spacing: 0;
  }
  .p_coupon_wrp .dates .txt {
    font-size: 1.6vw;
  }
  .p_coupon_wrp .dates .txt:before {
    width: 1.6vw;
    margin-right: 1vw;
  }
  .p_coupon_wrp .caution .txt {
    width: 84%;
  }
}
@media screen and (max-width: 960px) {
  .p_coupon_wrp .sampleimg {
    left: 4%;
  }
  .p_coupon_wrp .text_wrp {
    top: 8%;
    right: 4%;
    width: 60%;
  }
  .p_coupon_wrp .text .txt1 {
    line-height: 1.5;
  }
  .p_coupon_wrp .text .txt2 {
    line-height: 1.5;
  }
  .p_coupon_wrp .dates .txt {
    font-size: 2vw;
  }
  .p_coupon_wrp .contain {
    padding: 1vw;
  }
  .p_coupon_wrp .caution {
    top: 68%;
  }
  .p_coupon_wrp .caution div p {
    font-size: 1.8vw;
    margin-bottom: 1vw;
  }
}
@media screen and (max-width: 768px) {
  .coupon_page .forPC {
    display: block;
  }
  .coupon_page .forSP {
    display: none;
  }
}
@media screen and (max-width: 720px) {
  .coupon_page #wrapper {
    height: auto;
    display: block;
    padding: 2vw;
  }
  .coupon_page .forPC {
    display: none;
  }
  .coupon_page .forSP {
    display: block;
  }
  .p_coupon_wrp {
    background: url("../img/coupon_bg_sp.jpg") no-repeat center top;
    background-size: 100% auto;
    height: 173vw;
  }
  .p_coupon_wrp .text_wrp {
    position: static;
    padding-top: 14vw;
    width: 100%;
  }
  .p_coupon_wrp .text {
    margin-bottom: 3.3vw;
  }
  .p_coupon_wrp .text .txt1 {
    font-size: 4.6vw;
    margin-bottom: 3vw;
  }
  .p_coupon_wrp .text .txt1:before {
    margin-right: 4vw;
    width: 3vw;
    height: 3vw;
  }
  .p_coupon_wrp .text .txt1:after {
    margin-left: 4vw;
    width: 3vw;
    height: 3vw;
  }
  .p_coupon_wrp .text .txt2 {
    font-size: 5vw;
    letter-spacing: 0.16em;
    margin-bottom: 0;
  }
  .p_coupon_wrp .text .txt2 span {
    display: block;
    font-size: 5vw;
    letter-spacing: 0.08em;
  }
  .p_coupon_wrp .dates {
    width: calc(100% - 10vw);
    margin: 0 auto;
    padding: 1.4vw 2vw;
  }
  .p_coupon_wrp .date1 {
    width: 17.2vw;
    margin-right: 4vw;
    font-size: 2.6vw;
    padding: 2.1vw;
  }
  .p_coupon_wrp .date2 {
    font-size: 5.7vw;
    letter-spacing: 0.06em;
  }
  .p_coupon_wrp .date2 .year {
    font-size: 2.6vw;
  }
  .p_coupon_wrp .date2 .yo {
    width: 4vw;
    height: 4vw;
    margin-left: 0.6vw;
    font-size: 2.4vw;
    padding: 0.8vw;
    line-height: 1.2;
  }
  .p_coupon_wrp .dates .txt {
    margin-left: 3vw;
    font-size: 3vw;
  }
  .p_coupon_wrp .dates .txt:before {
    width: 2.4vw;
    margin-right: 2.4vw;
  }
  .p_coupon_wrp .contain {
    width: calc(100% - 10vw);
    margin: 0 auto;
    padding: 4vw 4vw;
    font-size: 3vw;
    line-height: 1.6;
    margin-bottom: 4vw;
  }
  .p_coupon_wrp .caution {
    position: static;
  }
  .p_coupon_wrp .caution div p {
    font-size: 3.5vw;
    text-decoration: underline;
    border-bottom: none;
  }
  .p_coupon_wrp .sampleimg {
    position: static;
    margin: 0 auto 0;
    width: 50%;
  }
  .p_coupon_wrp .caution .txt {
    width: 90%;
    font-size: 2.5vw;
    letter-spacing: 0.01em;
    line-height: 1.8;
  }
}
@media screen and (max-width: 390px) {
  .p_coupon_wrp .date2 .yo {
    padding: 0;
    line-height: 4vw;
  }
  .p_coupon_wrp .dates .txt:before {
    width: 2vw;
    margin-right: 2vw;
  }
  .p_coupon_wrp .sampleimg {
    width: 40%;
  }
}
