@charset "UTF-8";
@import url('//fonts.googleapis.com/css2?family=Bebas+Neue&family=Noto+Serif+JP:wght@400;700&display=swap');

@import url('//fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;700&family=Montserrat:wght@400;500;700&family=Noto+Serif+JP:wght@100;400;500;700&display=swap');
@font-face {
  font-family: 'alte';
  src: url(assets/font/Alte DIN 1451 Mittelschrift.ttf);
}
/* 共通
----------------------------------*/
.fit img { -o-object-fit: cover; object-fit: cover; font-family: "object-fit: cover;"; }
body {
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.1em;
  overflow-x: hidden;
  color: #fff;
  background-color: #000;
}
.barlow {
  font-family: 'Barlow Condensed', sans-serif;
}
.montserrat {
  font-family: 'Montserrat', sans-serif;
}
.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}
a:link {
  transition: .3s;
}
a:link:hover {
  opacity: 0.7;
  cursor: pointer;
}
.link-out {
  position: relative;
}
@media(min-width: 768px) {

.tagg-list{ min-height: 80px; margin-bottom: 30px; padding: 20px 30px 20px 130px; position: relative; border-top: #ddd 1px solid; border-bottom: #ddd 1px solid; }
.tagg-list::before{ content: "Tag - "; position: absolute; top: 30px; left: 30px; font-weight: bold; }
.tagg-list a{ display: inline-block; padding: 7px 20px;  margin-right: 20px;}
.tagg-list a:hover{ border-radius: 20px; background: #ddd; }

.tagss{  }
.tagss li{ display: inline-block; margin-right: 20px; }
.tagss li.all a{ display: inline-block; padding: 7px 20px; background: #666; border-radius: 20px;}
.tagss li a{ display: inline-block; padding: 7px 20px; }
.tagss li a:hover{ border-radius: 20px; background: #ddd; }
.tag-ttl{ margin-bottom: 30px; }

.fix-Box-01{
position: fixed;
right: 0;
top: 14%;
z-index: 100;
display: none;
}
.fix-Box-01.pc .list .li-02{
  display: none;
}

element.style {
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
    right: 100px!important;
    left: auto;
}
  html {
    font-size: 100%;
  }
  body {
    padding-bottom: 60px;
    font-size: 16px;
  }
  .link-out::before {
    content: "";
    position: absolute;
    width: 9px;
    height: 12px;
    border: 1px solid;
    right: 4px;
    bottom: 4px;
  }
  .link-out::after {
    content: "";
    position: absolute;
    width: 11px;
    height: 14px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    right: 0;
    bottom: 0;
  }


  .btn-common {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 18px;
    padding: 10px 0 0 0;
  }
  .btn-common span {
    transition: .3s;
    display: block;
    width: 310px;
    padding: 15px 20px;
    box-sizing: border-box;
    border: 1px solid #666;
  }
  .btn-common:hover span {
    color: #fff;
    background-color: #707070;
  }




  .btn-common-cmp {
  	margin: 0 auto;
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 18px;
      padding: 10px 50px 10px 50px;
    border: 1px solid #000;
    background-color: #707070;
  }


  .btn-common2 {
    position: relative;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    line-height: 18px;
    padding: 10px 0 0 0;
  }
  .btn-common2 span {
    transition: .3s;
    display: block;
    width: 310px;
    padding: 15px 20px;
    box-sizing: border-box;
    border: 1px solid #666666;
    background: url(assets/img/common/gaibu-link.svg) right center / contain no-repeat;
    background-size: 14px;
    background-position: calc(100% - 18px) 17px;
    background-color: #212121;
  }
  .btn-common2:hover span {
    color: #fff;
    background: url(assets/img/common/gaibu-link-w.svg) right center / contain no-repeat;
    background-size: 14px;
    background-position: calc(100% - 12px) 17px;
    background-color: #000;
  }



  .sp-tel-link {
    pointer-events: none;
  }
  .ancher-link {
    padding-top: 70px;
    margin-top: -70px;
  }
  #contents-top {
    padding-top: 70px;
    margin-top: -70px;
  }
}
@media(max-width: 767px) {

.tagg-list{ min-height: 13vw; font-size: 3.4vw; margin-bottom: 4vw; padding: 4vw 4vw 0vw 18vw; position: relative; border-top: #ddd 1px solid; border-bottom: #ddd 1px solid; }
.tagg-list::before{ content: "Tag - "; position: absolute; top: 4vw; left: 4vw; font-weight: bold; }
.tagg-list a{ border-radius: 20px; background: #ddd; display: inline-block; padding: 1vw 2vw;  margin-right: 4vw; margin-bottom: 4vw;}

.tagss{ margin-bottom: 4vw; font-size: 3.4vw; }
.tagss li{ display: inline-block; margin-right: 4vw; }
.tagss li.all a{ display: inline-block; padding: 1vw 2vw; background: #666; border-radius: 4vw;}
.tagss li a{ display: inline-block; padding: 1vw 2vw;  border-radius: 20px; background: #ddd; }
.tag-ttl{ margin-bottom: 4vw; }


  html {
    font-size: 62.5%;
  }
  body {
    font-size: 3.865vw;
  }
  .link-out::before {
    content: "";
    position: absolute;
    width: 2.7vw;
    height: 3.4vw;
    border: 1px solid;
    right: 1.1vw;
    bottom: 1.1vw;
  }
  .link-out::after {
    content: "";
    position: absolute;
    width: 2.7vw;
    height: 3.4vw;
    border-right: 1px solid;
    border-bottom: 1px solid;
    right: 0;
    bottom: 0;
  }
  .btn-common {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 80vw;
    font-size: 3.382vw;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
    padding: 2.5vw 0 0 0;
  }
  .btn-common span {
    display: block;
    width: calc(100% - 2.2vw);
    max-width: 77.5vw;
    padding: 3.75vw;
    box-sizing: border-box;
    border: 1px solid;
  }

  .btn-common-cmp {
    content: "";
    margin: 0 auto;
    display: block;
    width: 100%;
    max-width: 77.5vw;
    height: 12.5vw;
    border: 1px solid #000;
    background-color: #707070;
    box-sizing: border-box;
  }


  .btn-common2 {
    position: relative;
    display: inline-block;
    width: 100%;
    max-width: 80vw;
    font-size: 3.382vw;
    font-weight: 500;
    text-align: center;
    line-height: 1.3;
    padding: 2.5vw 0 0 0;
  }
  .btn-common2 span {
    display: block;
    width: calc(100% - 2.2vw);
    max-width: 77.5vw;
    padding: 3.75vw;
    box-sizing: border-box;
    border: 1px solid;
    background: url(assets/img/common/gaibu-link.svg) right center / contain no-repeat;
    background-size: 3.4vw;
    background-position: calc(100% - 4.4vw) 3.75vw;
    background-color: #212121;
  }



  .ancher-link {
    padding-top: 25vw;
    margin-top: -25vw;
  }
  #contents-top {
    padding-top: 25vw;
    margin-top: -25vw;
  }
}
/* 下層共通
----------------------------------*/
@media screen and (min-width:768px) {
  .lower {
    padding-top: 70px;
    background-color: #000;
  }
  .breadcrumb {
    padding: 10px 0;
    background-color: #000;
    font-size: 14px;
    line-height: 20px;
    color: #FFF;
    font-weight: bold;
  }
  .breadcrumb a {}
  .lower-mv {
    position: relative;
    height: 350px;
  }
  .lower-mv h1 {
    position: absolute;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
  }
  /* 家づくり体験 */
  .experience {
    position: relative;
    padding: 0 95px;
  }
  .white-btm .experience {
    margin-bottom: 60px;
    padding: 80px 95px 20px;
  }
  .white-btm .experience::after {
    position: absolute;
    content: "";
    width: calc(100% - 150px);
    height: 60px;
    background: #212121;
    bottom: -59px;
    right: 0;
  }
  .experience .exp-wrap {
    position: relative;
    z-index: 1;
    max-width: 1600px;
    margin: 0 auto;
  }
  .experience .ttl {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
  }
  .experience .ttl h2 {
    font-size: 32px;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
  }
  .experience .ttl h2 span {
    position: relative;
  }
  .experience .ttl h2 span::before {
    content: "・";
    position: absolute;
    left: 0;
    font-size: 32px;
    line-height: 20px;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    color: #FEC111
  }
  .exp-list li {
    max-width: 520px;
    width: calc(33.3333% - (40px / 3));
    background: url(assets/img/common/btn-arrow.svg) right center / contain no-repeat;
    background-size: 18px;
    background-position: calc(100% - 30px) calc(100% - 30px);
    background-color: #212121;
    transition: .3s;
  }
  .exp-list li:hover {
    background-position: calc(100% - 24px) calc(100% - 30px);
  }
  .exp-list li a {
    display: block;
  }
  .exp-list li figure {
    width: 100%;
    height: 300px;
  }
  .exp-list li:first-child figure {
    background: url(assets/img/top/intro-img01.jpg) center / cover
  }
  .exp-list li:nth-child(2) figure {
    background: url(assets/img/top/intro-img02.jpg) center / cover
  }
  .exp-list li:nth-child(3) figure {
    background: url(assets/img/top/intro-img03.jpg) center / cover
  }
  .exp-list li .txt-box {
    padding: 40px 30px 42px;
  }
  .exp-list li .txt-box h3 {
    font-size: 18px;
    line-height: 1.3;
    font-weight: bold;
  }
  .exp-list li .txt-box .tag {
    margin-left: 16px;
    font-size: 12px;
    width: 120px;
    font-family: 'Barlow Condensed', sans-serif;
    text-align: center;
    background-color: #707070;
    padding: 5px 0;
    border: 1px solid #FFF;
  }
  .exp-list li .txt-box p {
    margin-top: 18px;
    font-size: 14px;
    line-height: 2.2;
  }
  /* カタログ請求 */
  .catalog-request {
    text-align: center;
    padding: 140px 0;
  }
  .catalog-request .inner {
    max-width: 1120px;
    padding: 0 40px;
    margin: 0 auto;
  }
  .catalog-request a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    height: 190px;
    border: 4px solid #000000;
    background-color: #FFC211;
    font-size: 30px;
    font-weight: 500;
  }
  .catalog-request a figure {
    position: absolute;
    left: -20px;
    top: 50%;
    transform: translateY(-50%);
  }
  .catalog-request a p {
    position: relative;
  }
  .catalog-request a p:after {
    position: absolute;
    content: "";
    right: -80px;
    top: calc(50% - 5px);
    width: 30px;
    height: 10px;
    background: url(assets/img/common/btn-arrow.svg) center / cover no-repeat;
    transition: .3s;
  }
  .catalog-request a:hover p:after {
    right: -86px;
  }
  /* 問い合わせフォーム */
  .contact-form {
    padding-bottom: 206px;
  }
  .thank-message {
    width: 700px;
    margin: 0 auto;
    padding-bottom: 206px;
  }
  .contact-form .caution {
    font-size: 14px;
    line-height: 1.7;
    margin: 20px 0 40px;
  }
  .contact-form table {
    width: 100%;
    margin-bottom: 36px;
    font-size: 15px;
    color: #595757;
  }
  .contact-form table th {
    font-weight: normal;
    width: 290px;
    text-align: left;
    border: 1px solid #fff;
    line-height: 30px;
    padding: 16px 0 16px 30px;
    background-color: #E1E1E1;
    vertical-align: top;
  }
  .contact-form table td {
    border: 1px solid #fff;
    line-height: 30px;
    padding: 16px 25px;
    background-color: #F3F3F3;
    font-size: 14px;
  }
  .contact-form input, .contact-form textarea, .contact-form button {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    font-family: inherit;
  }
  .contact-form input[type="text"], .contact-form input[type="email"], textarea {
    padding: 4px 14px;
    line-height: 1.5;
    border: 1px solid #D5D5D5;
    width: 334px;
    box-sizing: border-box;
  }
  .contact-form textarea {
    width: 100%;
    height: 206px;
    resize: none;
  }
  .contact-form label {
    display: flex;
  }
  .contact-form .mwform-radio-field input {
    margin: 10px 5px 0 0;
  }
  .contact-form input.half {
    width: 106px;
    margin-right: 8px;
  }
  .mw_wp_form_confirm  .confirm-hidden {
    display: none;
  }
  .privacypolicy {
    border: 1px solid;
    padding: 30px 20px;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 80px;
  }
  .privacypolicy .inner {
    height: 200px;
    overflow-y: scroll;
  }
  .privacypolicy h3 {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .privacypolicy p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  .contact-form .send-btn {
    display: flex;
    justify-content: center;
  }
  .pp-check {
    margin-bottom: 80px;
  }
  .pp-check label {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
  }
  .mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0 !important
  }
  .contact-form input[type=checkbox] {
    display: none;
  }
  .contact-form .mwform-checkbox-field-text {
    position: relative;
    padding: 0 0 0 20px;
    margin-right: 20px;
  }
  .contact-form .mwform-checkbox-field-text:after, .contact-form .mwform-checkbox-field-text:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
  }
  .contact-form .mwform-checkbox-field-text:after {
    left: 0;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    border: 1px solid;
    background-color: rgba(255,255,255,.5);
  }
  .contact-form .mwform-checkbox-field-text:before {
    left: 3px;
    margin-top: -3px;
    width: 8px;
    height: 4px;
    border-left: 2px solid;
    border-bottom: 2px solid;
    transform: rotate(-45deg);
    opacity: 0;
  }
  .contact-form input[type=checkbox]:checked+.mwform-checkbox-field-text:before {
    opacity: 1;
  }
  .contact-form input[type=checkbox]:checked+.mwform-checkbox-field-text:after {
    background-color: transparent;
  }
  .contact-form input[type=radio] {
    display: none;
  }
  .contact-form .mwform-radio-field-text {
    position: relative;
    padding: 0 0 0 20px;
    margin-right: 20px;
  }
  .contact-form .mwform-radio-field-text:after, .contact-form .mwform-radio-field-text:before {
    position: absolute;
    content: "";
    display: block;
    top: 50%;
  }
  .contact-form .mwform-radio-field-text:after {
    left: 0;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid;
  }
  .contact-form .mwform-radio-field-text:before {
    left: 3px;
    margin-top: -4px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    opacity: 0;
    background-color: #595757;
  }
  .contact-form input[type=radio]:checked+.mwform-radio-field-text:before {
    opacity: 1;
  }
  .contact-form button, .contact-form input[type="submit"] {
    width: 430px;
    text-align: center;
    border: 1px solid;
    padding: 30px 0;
    font-size: 16px;
    font-weight: bold;
    background-color: #2c2c2c;
    cursor: pointer;
    color: #fff;
    border-color: #666;
  }
  .send-btn input:nth-child(3) {
    background-color: #000;
    color: #fff;
    margin-left: 30px;
  }
  .mw_wp_form_confirm .pp-check, .mw_wp_form_confirm .privacypolicy {
    display: none;
  }
  .error {
    font-size: 1.4rem;
    margin-top: 10px;
  }
  /* ページャー  */
  .pagination {
    padding: 30px 0 200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
      line-height: 30px;
    width: 100%;
  }
  .pagination span, .pagination a.page-numbers {
    width: 30px;
    text-align: center;
    letter-spacing: -0.1em;
    margin: 3px;
    border: solid 1px #666;
  }
  .pagination span.current {
    font-weight: bold;
  }
  .pagination .next.page-numbers,.pagination .prev.page-numbers {
    width: auto;
    padding: 0 10px;
    line-height: 30px;
    height: 30px;
    margin: 3px;
    border: solid 1px #666;
  }


  /* 詳細ページャー  */
  .post-link {
    font-size: 14px;
  }
  .nextprevlink {
    display: flex;
    align-items: center;
    position: relative;
  }
  .nextprevlink::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    background-color: #000;
  }
  .nextprevlink .prevlink {
    width: 85px;
    text-align: left;
  }
  .nextprevlink .nextlink {
    width: 85px;
    text-align: right;
  }
  .post-link .all-link {
    width: 123px;
    text-align: center;
    color: #fff;
    padding: 10px 0;
    background-color: #666;
  }
}
@media(max-width: 767px) {
  .lower {
    background-color: #000;
    padding-top: 25vw;
  }
  .breadcrumb {
    padding: 2.5vw 0;
    background-color: #000;
    font-size: 3.382vw;
    line-height: 1.4;
    color: #FFF;
    font-weight: bold;
  }
  .breadcrumb .w-1100 {
    padding: 0 3%;
  }
  .breadcrumb a {
    font-size: 3vw;
  }
  .lower-mv {
    position: relative;
    height: 45vw;
  }
  .lower-mv h1 {
    position: absolute;
    font-size: 4.348vw;
    line-height: 1.5;
    font-weight: 500;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
    text-align: center;
    color: #fff;
  }
  /* 家づくり体験 */
  .experience {
    position: relative;
    padding: 0 0 10vw;
  }
  .experience .ttl h2 {
    width: 100%;
    font-size: 4vw;
    line-height: 2.5;
    font-weight: 500;
    text-align: center;
  }
  .experience .ttl h2 span {
    position: relative;
  }
  .experience .ttl h2 span::before {
    content: "・";
    position: absolute;
    left: 0;
    font-size: 4.348vw;
    line-height: 1;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    color: #FEC111
  }
  .experience .exp-wrap {
    position: relative;
    z-index: 1;
    margin: 0 auto;
  }
  .experience .ttl {
    margin-bottom: 7.5vw;
    padding: 6vw 5% 0;
  }
  .experience .ttl p {
    font-size: 3.865vw;
    line-height: 1.8;
    font-weight: 500;
    text-align: center;
  }
  .exp-list {
    padding: 0 12%;
  }
  .exp-list li {
    width: 100%;
    background: url(assets/img/common/btn-arrow.svg) right center / contain no-repeat;
    background-size: 4.348vw;
    background-position: calc(100% - 3vw) calc(100% - 3vw);
    background-color: #212121;
    margin-bottom: 10vw;
  }
  .exp-list li a {
    display: block;
  }
  .exp-list li:last-child {
    margin-bottom: 0;
  }
  .exp-list li figure {
    width: 100%;
    height: 54vw;
  }
  .exp-list li:first-child figure {
    background: url(assets/img/top/intro-img01.jpg) center / cover
  }
  .exp-list li:nth-child(2) figure {
    background: url(assets/img/top/intro-img02.jpg) center / cover
  }
  .exp-list li:nth-child(3) figure {
    background: url(assets/img/top/intro-img03.jpg) center / cover
  }
  .exp-list li .txt-box {
    padding: 6.7vw 5% 15vw;
  }
  .bg-white .exp-list li .txt-box {
    padding: 6.7vw 0 15vw;
  }
  .exp-list li .txt-box h3 {
    font-size: 4.348vw;
    line-height: 1.3;
    font-weight: bold;
  }
  .exp-list li .txt-box .tag {
    margin-left: 3.75vw;
    font-size: 2.8vw;
    width: 25vw;
    font-family: 'Barlow Condensed', sans-serif;
    text-align: center;
    background-color: #707070;
    padding: 1.25vw 0;
    border: 1px solid #FFF;
  }
  .exp-list li .txt-box p {
    margin-top: 4.4vw;
    font-size: 3.382vw;
    line-height: 2.2;
  }
  .white-btm .experience {
    padding: 0 0 5vw;
    margin-bottom: 10vw;
  }
  .white-btm .experience::after {
    position: absolute;
    content: "";
    width: 94%;
    height: 10vw;
    background: #212121;
    bottom: -9.99vw;
    right: 0;
  }
  /* カタログ請求 */
  .catalog-request {
    text-align: center;
    padding: 20vw 0;
  }
  .catalog-request h2 {
    font-size: 5.5vw;
    margin-bottom: 7.5vw;
  }
  .catalog-request .inner {
    padding: 0 6%;
  }
  .catalog-request a {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 5vw;
    height: 17.5vw;
    border: 4px solid #000000;
    background-color: #FFC211;
    font-size: 3vw;
    line-height: 1.5;
    font-weight: 500;
  }
  .catalog-request a figure {
    position: absolute;
    width: 17.5vw;
    left: -5vw;
    top: 2.5vw;
  }
  .catalog-request a:after {
    position: absolute;
    content: "";
    right: 5vw;
    bottom: 6.2vw;
    width: 5vw;
    height: 1.6vw;
    background: url(assets/img/common/btn-arrow.svg) center / cover no-repeat;
  }
  /* 問い合わせフォーム */
  .contact-form, .thank-message {
    padding-bottom: 25vw;
  }
  .thank-message .font26 {
    font-size: 4.348vw;
    line-height: 1.5;
  }
  .contact-form .caution {
    font-size: 3vw;
    line-height: 1.7;
    margin: 5vw 0 7.5vw;
  }
  .contact-form table {
    width: 100%;
    margin-bottom: 7.5vw;
    font-size: 3vw;
    color: #595757;
  }
  .contact-form table th {
    display: block;
    font-weight: normal;
    text-align: left;
    border: 1px solid #fff;
    line-height: 1.6;
    padding: 3.75vw 5vw;
    background-color: #E1E1E1;
    vertical-align: top;
  }
  .contact-form table td {
    display: block;
    border: 1px solid #fff;
    line-height: 1.6;
    padding: 3.75vw 5vw;
    background-color: #F3F3F3;
    font-size: 2.8vw;
  }
  .contact-form input, .contact-form textarea, .contact-form button {
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    font-family: inherit;
  }
  .contact-form input[type="text"], .contact-form input[type="email"], textarea {
    padding: 1.25vw 2.25vw;
    line-height: 1.5;
    border: 1px solid #D5D5D5;
    width: 100%;
    box-sizing: border-box;
  }
  .contact-form textarea {
    width: 100%;
    height: 50vw;
    resize: none;
  }
  .contact-form label {
    display: flex;
  }
  .contact-form .mwform-radio-field input {
    margin: 2.25vw 1.25vw 0 0;
  }
  .contact-form input.half {
    width: calc(50% - 1.25vw);
    margin-right: 1.25vw;
  }
  .mw_wp_form_confirm  .confirm-hidden {
    display: none;
  }
  .privacypolicy {
    border: 1px solid;
    padding: 5vw 3.75vw;
    line-height: 1.8;
    font-weight: 500;
    margin-bottom: 20vw;
  }
  .privacypolicy .inner {
    height: 50vw;
    overflow-y: scroll;
  }
  .privacypolicy h3 {
    font-size: 3.865vw;
    margin-bottom: 5vw;
  }
  .privacypolicy p {
    font-size: 3vw;
    margin-bottom: 7.5vw;
  }
  .contact-form .send-btn {
    display: flex;
    justify-content: center;
  }
  .pp-check {
    margin-bottom: 20vw;
  }
  .pp-check label {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 3vw;
    font-weight: 500;
  }
  .mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0 !important
  }
  .contact-form input[type=checkbox] {
    display: none;
  }
  .contact-form .mwform-checkbox-field-text {
    position: relative;
    padding: 0 0 0 5vw;
    margin-right: 5vw;
  }
  .contact-form .mwform-checkbox-field-text:after, .contact-form .mwform-checkbox-field-text:before {
    position: absolute;
    content: "";
    display: block;
    top: 1.25vw;
  }
  .contact-form .mwform-checkbox-field-text:after {
    left: 0;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    border: 1px solid;
    background-color: rgba(255,255,255,.5);
  }
  .contact-form .mwform-checkbox-field-text:before {
    left: 3px;
    margin-top: -3px;
    width: 8px;
    height: 4px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    opacity: 0;
  }
  .contact-form input[type=checkbox]:checked+.mwform-checkbox-field-text:before {
    opacity: 1;
  }
  .contact-form input[type=checkbox]:checked+.mwform-checkbox-field-text:after {
    background-color: transparent;
  }
  .contact-form input[type=radio] {
    display: none;
  }
  .contact-form .mwform-radio-field-text {
    position: relative;
    padding: 0 0 0 5vw;
    margin-right: 5vw;
  }
  .contact-form .mwform-radio-field-text:after, .contact-form .mwform-radio-field-text:before {
    position: absolute;
    content: "";
    display: block;
    top: 7px;
  }
  .contact-form .mwform-radio-field-text:after {
    left: 0;
    margin-top: -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid;
  }
  .contact-form .mwform-radio-field-text:before {
    left: 3px;
    margin-top: -3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    opacity: 0;
    background-color: #595757;
  }
  .contact-form input[type=radio]:checked+.mwform-radio-field-text:before {
    opacity: 1;
  }
  .contact-form button, .contact-form input[type="submit"] {
    width: 100%;
    text-align: center;
    border: 1px solid;
    padding: 5vw 0;
    font-size: 3.2vw;
    font-weight: bold;
    background-color: #2c2c2c;
    color: #fff;
    border-color: #666;
  }
  .send-btn input:nth-child(3) {
    background-color: #000;
    color: #fff;
    margin-left: 2.5vw;
  }
  .error {
    font-size: 2.8vw;
    margin-top: 2.5vw;
  }
  .mw_wp_form_confirm .pp-check, .mw_wp_form_confirm .privacypolicy {
    display: none;
  }
  /* ページャー  */
  .pagination {
    padding: 7.5vw 0 37.5vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    line-height: 7.5vw;
    width: 100%;
    font-size: 3.382vw;
  }
  .pagination span, .pagination a.page-numbers {
    width: 7.5vw;
    text-align: center;
    margin: 3px;
    border: solid 1px #666;
  }
  .pagination span.current {
    font-weight: bold;
  }
  .pagination .next.page-numbers,.pagination .prev.page-numbers {
    width: auto;
    padding: 0 2.5vw;
    line-height: 7.5vw;
    height: 7.5vw;
    margin: 3px;
    border: solid 1px #666;
  }
  /* 詳細ページャー  */
  .post-link {
    font-size: 3vw;
  }
  .nextprevlink {
    display: flex;
    align-items: center;
    position: relative;
  }
  .nextprevlink::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    left: 50%;
    top: 0;
    background-color: #000;
  }
  .nextprevlink a {
    display: block;
  }
  .nextprevlink .prevlink {
    width: 17.5vw;
    text-align: left;
  }
  .nextprevlink .nextlink {
    width: 17.5vw;
    text-align: right;
  }
  .post-link .all-link {
    width: 25vw;
    text-align: center;
    color: #fff;
    padding: 2.5vw 0;
    background-color: #666;
  }
}
/* header
----------------------------------*/
@media screen and (min-width:768px) {
  header {
   position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 70px;
    z-index: 10000;
    background-color: #000;
    transition: 0.5s;
  }
  header .logo {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
  }
  .special-site {
    position: absolute;
    right: 24px;
    bottom: 14px;
    color: #707070;
    font-size: 14px;
    font-weight: 500;
    padding-right: 34px;
  }
  /* header btn */
  .globalnav-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background-color: #212121;
    cursor: pointer;
  }
  .globalnav-btn span {
    position: absolute;
    display: block;
    top: 35px;
    right: 15px;
    width: 40px;
    height: 1px;
    background-color: #FFF;
  }
  .globalnav-btn span::before {
    content: "";
    position: absolute;
    top: -10px;
    right: 0;
    width: 40px;
    height: 1px;
    background-color: #FFF;
    transition: .3s;
  }
  .globalnav-btn span::after {
    content: "";
    position: absolute;
    bottom: -10px;
    right: 0;
    width: 40px;
    height: 1px;
    background-color: #FFF;
    transition: .3s;
  }
  /* header navi */
  body.header-show {
    height: 100vh;
    overflow: hidden;
  }
  .globalnav {
    display: none;
    z-index: 1000;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #000;
    overflow: hidden;
  }
  .globalnav .nav-close {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
  .globalnav .nav-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background-color: #212121;
  }
  .globalnav .nav-close span {
    position: absolute;
    display: block;
    top: 35px;
    right: 15px;
    width: 40px;
    height: 1px;
    background-color: transparent;
  }
  .globalnav .nav-close span::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 1px;
    background-color: #FFF;
    transform: rotate(135deg);
  }
  .globalnav .nav-close span::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 40px;
    height: 1px;
    background-color: #FFF;
    transform: rotate(-135deg);
  }
  .header-nav {
    height: 100vh;
    overflow: auto;
  }
  .globalnav nav {
    width: 1100px;
    margin: 0 auto;
    padding: 70px 40px;
  }
  .globalnav-logo {
    margin-bottom: 45px;
  }
  .globalnav .nav-box {
    display: flex;
    flex-wrap: wrap;
  }
  .globalnav .nav-box-link {
    width: 25%;
    font-weight: 100;
    font-size: 14px;
  }
  .globalnav .nav-box-link h3 {
    font-family: 'Barlow Condensed', sans-serif;
    color: #FFF;
    margin-bottom: 30px;
  }
  .globalnav .nav-box-link li {
    margin-bottom: 16px;
  }
  .globalnav .nav-box-link li a {
    position: relative;
    padding-left: 20px;
  }
  .globalnav .nav-box-link li a::before {
    content: ">";
    position: absolute;
    left: 0;
    top: 3px;
  }
  .globalnav address {
    font-size: 12px;
    color: #FFF;
    line-height: 1.6;
  }
  .globalnav .sns-link {
    margin-top: 40px;
    width: 100%;
    display: flex;
    justify-content: flex-end;
  }
  .globalnav .sns-link a {
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;
  }
  .header-contact .contact-box {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 500;
  }
  .header-contact .contact-box p {
    font-size: 16px;
  }
  .header-contact .contact-box p a {
    font-size: 26px;
    margin-top: 15px;
    display: block;
  }
  .header-contact .contact-box .btn-form {
    width: 520px;
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
    position: relative;
    background: url(assets/img/common/btn-arrow.svg) right center / contain no-repeat;
    background-size: 18px;
    background-position: calc(100% - 18px) 28px;
    background-color: #FFC211;
  }
  .header-contact .contact-box .btn-form:hover {
    background-position: calc(100% - 12px) 28px;
  }
  .header-contact .header-contact__list {
    display: flex;
  }
  .header-contact .header-contact__list li:not(:last-child){
    margin-right: 20px;
  }
  .header-contact .header-contact__list li a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 230px;
    height: 63px;
    color: #fff;
    position: relative;
  }
  .header-contact .header-contact__list li a:after{
    content: '>';
    position: absolute;
    right: 15px;
    margin: auto 0;
  }
  .header-contact .header-contact__list li.li-01 a{
    background-color: #FFC211;
    color: #000000;
    justify-content: flex-start;
    padding: 0 0 0 15px;
  }
  .header-contact .header-contact__list li.li-01 a img{
    margin-right: 8px;
  }
  .header-contact .header-contact__list li.li-02 a{
    background-color: #3F3F3F;
  }
  .header-contact .header-contact__list li.li-03 a{
    background-color: #707070;
  }

}
@media screen and (max-width:767px) {
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 25vw;
    z-index: 10000;
    background-color: #212121;
    transition: 0.5s;
  }
  header .logo {
    position: absolute;
    top: 50%;
    left: 10px;
    transform: translate(0, -50%);
    width: 34vw;
  }
  /* header btn */
  .globalnav-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 15vw;
    height: 15vw;
    cursor: pointer;
  }
  .globalnav-btn span {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 7.5vw;
    transform: translate(-50%,-50%);
    height: 1px;
    background-color: #FFF;
  }
  .globalnav-btn span::before {
    content: "";
    position: absolute;
    top: -2.2vw;
    right: 0;
    width: 7.5vw;
    height: 1px;
    background-color: #FFF;
    transition: .3s;
  }
  .globalnav-btn span::after {
    content: "";
    position: absolute;
    bottom: -2.2vw;
    right: 0;
    width: 7.5vw;
    height: 1px;
    background-color: #FFF;
    transition: .3s;
  }
  /* header navi */
  body.header-show {
    height: 100vh;
    overflow: hidden;
  }
  .globalnav {
    display: none;
    z-index: 1000;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    background-color: #212121;
    overflow: hidden;
  }
  .globalnav .nav-close {
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
  }
  .globalnav .nav-close {
    position: absolute;
    right: 0;
    top: 0;
    width: 15vw;
    height: 15vw;
    z-index: 1;
  }
  .globalnav .nav-close span {
    position: absolute;
    display: block;
    top: 50%;
    left: 50%;
    width: 7.5vw;
    height: 1px;
    transform: translate(-50%,-50%);
    background-color: transparent;
  }
  .globalnav .nav-close span::before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 7.5vw;
    height: 1px;
    background-color: #FFF;
    transform: rotate(135deg);
  }
  .globalnav .nav-close span::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    width: 7.5vw;
    height: 1px;
    background-color: #FFF;
    transform: rotate(-135deg);
  }
  .header-nav {
    height: 100vh;
    overflow: auto;
  }
  .globalnav nav {
    margin: 0 auto;
    padding: 0 6%;
  }
  .globalnav-logo {
    display: flex;
    width: 100%;
    height: 25vw;
    justify-content: center;
    align-items: center;
  }
  .globalnav-logo img {
    width: 34vw;
  }
  .globalnav .nav-box {
    padding-top: 12.5vw;
    padding-bottom: 30vw;
    display: flex;
    flex-wrap: wrap;
  }
  .globalnav .nav-box-link {
    width: 100%;
    font-weight: 100;
    margin-bottom: 15vw;
  }
  .globalnav .nav-box-link h3 {
    font-family: 'Barlow Condensed', sans-serif;
    color: #FFF;
    font-size: 3.382vw;
    margin-bottom: 7.7vw;
  }
  .globalnav .nav-box-link li {
    font-size: 3.865vw;
    margin-bottom: 6.6vw;
  }
  .globalnav .nav-box-link li:last-child {
    margin-bottom: 0;
  }
  .globalnav .nav-box-link li a {
    position: relative;
    padding-left: 5vw;
  }
  .globalnav .nav-box-link li a::before {
    content: ">";
    position: absolute;
    left: 0;
    top: 4px;
  }
  .globalnav .sns-link {
    margin-top: 0vw;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 5vw;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    left: 7vw;
  }
  .globalnav .sns-link a {
    width: 50%;
    font-size: 3.2vw;
    font-weight: 500;
    text-decoration: underline;
    margin-bottom: 8vw;
    margin-right: 0;
  }
  .header-contact {
    order: -1;
    margin-bottom: 12.5vw;
  }
  .header-contact h3 {
    font-size: 7.73vw;
    margin-bottom: 6.6vw;
  }
  .header-contact .contact-box p a {
    font-size: 7.5vw;
  }
  .header-contact .contact-box .btn-form {
    display: block;
    margin-top: 6.6vw;
    width: 100%;
    padding: 5vw 0;
    text-align: center;
    line-height: 5vw;
    position: relative;
    background: url(assets/img/common/btn-arrow.svg) right center / contain no-repeat;
    background-size: 4.348vw;
    background-position: calc(100% - 4.348vw) 7.3vw;
    background-color: #FFC211;
  }
}
/* /////////////////////////////
      footer
///////////////////////////// */

@media screen and (min-width:768px) {
  footer {
    background: url(assets/img/common/footer-bg.jpg) center / cover no-repeat;
    color: #fff;
  }
  footer .link-top {
    position: relative;
    padding-left: 30px;
    display: inline-block;
    margin-bottom: 72px;
  }
  footer .link-top::before {
    position: absolute;
    content: "";
    width: 6px;
    height: 6px;
    background-color: #fff;
    left: 5px;
    top: 6px;
  }
  footer nav {
    width: 1100px;
    margin: 0 auto;
    padding: 60px 0px 130px;
  }
  footer .nav-box {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 64px;
  }
  footer .nav-box-link {
    width: 25%;
    font-weight: 100;
    font-size: 14px;
  }
  footer .nav-box-link h3 {
    font-family: 'Barlow Condensed', sans-serif;
    color: #FFF;
    margin-bottom: 30px;
  }
  footer .nav-box-link li {
    margin-bottom: 16px;
  }
  footer .nav-box-link li a {
    position: relative;
    padding-left: 20px;
  }
  footer .nav-box-link li a::before {
    content: ">";
    position: absolute;
    left: 0;
    top: 3px;
  }
  footer address {
    font-size: 12px;
    color: #FFF;
    line-height: 1.6;
  }
  footer .sns-link {
    display: flex;
    justify-content: space-between;
    justify-content: flex-end;
  }
  footer .sns-link a {
    font-size: 13px;
    font-weight: 500;
    text-decoration: underline;
    display: inline-block;
    margin: 0 30px 0 0;
  }
  #pagetop {
    position: fixed;
    right: 0;
    bottom: 0;
    display: none;
    z-index: 99;
  }
  .pagetop {
    display: none;
  }
}
@media screen and (max-width:767px) {
  footer nav {
    margin: 0 auto;
    padding: 6.25vw 6% 32vw;
  }
  footer .nav-box {
    margin-bottom: 17vw;
  }
  footer .nav-box-link {
    font-weight: 100;
    font-size: 3.382vw;
  }
  footer .nav-box-link h3 {
    font-family: 'Barlow Condensed', sans-serif;
    color: #FFF;
    margin-bottom: 2.5vw;
  }
  footer .nav-box-link li a {
    position: relative;
    padding-left: 5vw;
  }
  footer .nav-box-link.comp-add {
    margin-bottom: 6.6vw;
  }
  footer .nav-box-link li a::before {
    content: ">";
    position: absolute;
    left: 0;
    top: 3px;
  }
  footer address {
    font-size: 3vw;
    color: #FFF;
    line-height: 1.6;
  }
  footer .sns-link {
    margin-top: 0vw;
    width: 80%;
    margin: 0 auto;
    margin-bottom: 5vw;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
    left: 7vw;
  }
  footer .sns-link a {
    width: 50%;
    font-size: 3.2vw;
    font-weight: 500;
    text-decoration: underline;
    margin-bottom: 8vw;
    margin-right: 0;
  }






  #pagetop {
    display: none !important;
  }
  .pagetop {
    color: #FFF;
    font-family: 'メイリオ', 'Meiryo', sans-serif;
    display: block;
    padding: 10vw 0;
    text-align: center;
  }
  .pagetop span {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pagetop span::before {
    content: "";
    display: block;
    border-bottom: 10px solid;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    margin-right: 5px;
  }
  .bottom-menu {
    position: fixed;
    width: 100%;
    display: flex !important;
    left: 0;
    bottom: 0;
    z-index: 100;
  }
  .bottom-menu a:first-child {
  }
  .bottom-menu a:nth-child(2) {
    display: none;
  }
  .bottom-menu a:last-child {
  }
  .bottom-menu a:last-child img {
  }
}
/* wysiwyg */
.wysiwyg { word-wrap: break-word; margin-bottom: 30px; font-size: 14px; line-height: 2;}
.wysiwyg iframe {max-width: 100%;}
.wysiwyg strong { font-weight: bolder; }
.wysiwyg em { font-family: "ＭＳ ゴシック",sans-serif; font-style: italic; }
.wysiwyg img { max-width: 100% !important; height: auto !important; }
.wysiwyg p {margin-bottom: 20px;}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 { color: #fff; font-weight: bold; text-align: left;}
.wysiwyg h1 { color: #000; background-color: #fff; padding: 15px 20px; font-size: 22px; line-height: 1.6; margin: 10px 0 20px;}
.wysiwyg h2 { border-top: 1px solid #fff; border-bottom: 1px solid #fff; padding: 15px 20px; font-size: 22px; line-height: 1.6; margin: 10px 0 20px;}
.wysiwyg h3 { border-left: 4px solid #fff; padding: 15px 20px; font-size: 22px; line-height: 1.6; margin: 10px 0 20px;}
.wysiwyg h4 { border-bottom: 1px solid #000; padding: 0 0 20px; font-size: 21px; line-height: 1.6; margin: 10px 0 20px;}
.wysiwyg h5 { border-bottom: 1px dashed #000; padding: 0 0 20px; font-size: 20px; line-height: 1.6; margin: 10px 0 20px;}
.wysiwyg h6 { background-color: #eee; border: 1px dotted #999; padding: 15px 20px; font-size: 20px; line-height: 1.6; margin: 10px 0 20px;}
.wysiwyg ul { list-style-type: disc; line-height: 1.6; margin: 10px 0 20px 20px}
.wysiwyg ol { list-style-type: decimal; line-height: 1.6; margin: 10px 0 20px 20px}
.wysiwyg b{font-weight: bold;}
.wysiwyg table { width: 100% !important;}
.wysiwyg table th,
.wysiwyg table td { border: 1px solid #999; padding: 15px 20px;  margin: 10px 0 20px;}
.wysiwyg blockquote{position: relative;padding: 10px 15px 10px 60px;box-sizing: border-box;font-style: italic;background: #efefef;color: #555;}
.wysiwyg blockquote:before{display: inline-block;position: absolute;top: 18px;left: 15px;content: "”";font-family: "Noto Serif JP", serif;color: #cfcfcf;font-size: 30px;line-height: 1;font-weight: 900;}
.wysiwyg blockquote p{padding: 0;margin: 10px 0;line-height: 1.7;}
.wysiwyg blockquote cite{display: block;text-align: right;color: #888888;font-size: 0.9em;}


@media screen and (max-width: 767px) {

/* wysiwyg */
.wysiwyg { word-wrap: break-word; margin-bottom: 30px; font-size: 3.382vw;}
.wysiwyg iframe {max-width: 100%;}
.wysiwyg strong { font-weight: bolder; }
.wysiwyg em { font-family: "ＭＳ ゴシック",sans-serif; font-style: italic; }
.wysiwyg img { max-width: 100% !important; height: auto !important; }
.wysiwyg p { line-height: 2.1;margin-bottom: 5vw;}
.wysiwyg h1, .wysiwyg h2, .wysiwyg h3, .wysiwyg h4, .wysiwyg h5, .wysiwyg h6 { color: #fff; font-weight: bold; text-align: left;}
.wysiwyg h1 { background-color: #fff; padding: 3.75vw 5vw; font-size: 5.4vw; line-height: 1.6; margin: 2.5vw 0 5vw;}
.wysiwyg h2 { border-top: 1px solid #fff; border-bottom: 1px solid #fff; padding: 3.75vw 5vw; font-size: 5.4vw; line-height: 1.6; margin: 2.5vw 0 5vw;}
.wysiwyg h3 { border-left: 4px solid #fff; padding: 3.75vw 5vw; font-size: 5.4vw; line-height: 1.6; margin: 2.5vw 0 5vw;}
.wysiwyg h4 { border-bottom: 1px solid #000; padding: 0 0 5vw; font-size: 5.2vw; line-height: 1.6; margin: 2.5vw 0 5vw;}
.wysiwyg h5 { border-bottom: 1px dashed #000; padding: 0 0 5vw; font-size: 5vw; line-height: 1.6; margin: 2.5vw 0 5vw;}
.wysiwyg h6 { background-color: #eee; border: 1px dotted #999; padding: 3.75vw 5vw; font-size: 5vw; line-height: 1.6; margin: 2.5vw 0 5vw;}
.wysiwyg ul { list-style-type: disc; line-height: 1.6; margin: 2.5vw 0 5vw 5vw}
.wysiwyg ol { list-style-type: decimal; line-height: 1.6; margin: 2.5vw 0 5vw 5vw}
.wysiwyg b{font-weight: bold;}
.wysiwyg table { width: 100% !important;}
.wysiwyg table th,
.wysiwyg table td { border: 1px solid #999; padding: 3.75vw 5vw;  margin: 2.5vw 0 5vw;}
.wysiwyg blockquote{position: relative;padding: 10px 15px 10px 60px;box-sizing: border-box;font-style: italic;background: #efefef;color: #555;}
.wysiwyg blockquote:before{display: inline-block;position: absolute;top: 18px;left: 15px;content: "”";font-family: "Noto Serif JP", serif;color: #cfcfcf;font-size: 30px;line-height: 1;font-weight: 900;}
.wysiwyg blockquote p{padding: 0;margin: 10px 0;line-height: 1.7;}
.wysiwyg blockquote cite{display: block;text-align: right;color: #888888;font-size: 0.9em;}

}

@media screen and (min-width:768px) {
  .u-hidden-pc{
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-hidden-sp{
    display: none !important;
  }
}





/* 下部バナー */
.incentive {
    display: none;
    position: fixed;
    z-index: 1000;
}
@media (min-width: 768px) {
    .incentive {
        width: 375px;
        bottom: 12px;
        right: 70px;
    }
}
@media (max-width: 767px) {
    .incentive {
        width: 91%;
        margin: 0 auto;
        bottom: 56px;
        left: 0;
        right: 0;
    }
}
.incentive.on {
    display: block;
}
.incentive__close {
    width: 26px;
    height: 26px;
    cursor: pointer;
    background: url(assets/img/common/incentive/close.png) 0 0/cover no-repeat;
    position: absolute;
    right: 0;
    top: -26px;
}
.incentive__close:hover {
    opacity: 0.8;
}
.incentive__img {
    image-rendering: -webkit-optimize-contrast;
}