#feature section {
    text-align: center;
}
#feature h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    letter-spacing: 0.14em;
    width: 100%;
}

@media screen and (max-width: 750px) {
    #feature h1 {
        font-size: 25px;
    }
}

#feature h2 {
    text-align: center;
    color: #fff;
    background-color: #313131;
    margin-bottom: 60px;
    padding: 30px 0;
    height: 24px;
}

@media screen and (max-width: 750px) {
    #feature h2 {
        margin-bottom: 30px;
        padding: 15px 0;
        font-size: 16px;
        height: 25px;
    }
}

#feature h2.two-line {
    height: 48px;
}

#feature h3 {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 30px;
    font-size: 30px;
}
@media screen and (max-width: 750px) {
    #feature h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

#feature h3::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #313131;
}

#feature h4 {
    font-size: 20px;
    line-height: 1.5;
    margin-bottom: 30px;
}

@media screen and (max-width: 750px) {
    #feature h4 {
        font-size: 14px;
        line-height: 1.5;
        margin-bottom: 15px;
    }
}

#feature h4.price {
    text-align: right;
}

#feature img {
    width: 100%;
    height: auto;
}

#feature .lp-button {
    display: block;
    width: 100%;
    line-height: 44px;
    font-size: 16px;
    letter-spacing: 0.14em;
    text-align: center;
    background: #313131;
    color: #fff;
    padding: 8px 0 4px;
    max-width: 250px;
    border-radius: 50px;
    margin: auto;
    transition: all 0.5s;
}

#feature .lp-button:hover {
    opacity: 0.7;
}

#feature .lp-button.reserve-button {
    margin-top: 60px;
}

@media screen and (max-width: 750px) {
    #feature .lp-button.reserve-button {
        margin-top: 30px;
    }
}

#feature .container {
    margin: 0 auto 90px;
    max-width: 768px;
}

@media screen and (max-width: 750px) {
    #feature .container {
        margin: 0 10px 45px;
    }
}

#feature .kv-section {
    width: 100vw;
    height: calc(100vh - 80px);
    margin-top: 80px;
    position: relative;
}

@media screen and (max-width: 750px) {
    #feature .kv-section {
        height: calc(75vh - 48px);
        margin-top: 48px;
    }
}

#feature .read-section .img-box {
    margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
    #feature .read-section .img-box {
        margin: 0 10px 30px;
    }
}

#feature .read-section h2 {
    margin-bottom: 0;
}

#feature .read-section .text-box {
    width: 100%;
    height: 120vh;
    margin: 0 auto;
    color: #fff;
}

@media screen and (max-width: 750px) {
    #feature .read-section .text-box {
        height: calc(100vh - 103px);
    }
}

#feature .read-section p {
    font-size: 20px;
    line-height: 3;
    padding-top: 80px;
}

@media screen and (max-width: 750px) {
    #feature .read-section p {
        font-size: 14px;
        line-height: 2.5;
        padding-top: 45px;
    }
}

#feature .read-section p.read-main-text {
    font-size: 30px;
    line-height: 3;
    padding-top: 40px;
}

@media screen and (max-width: 750px) {
    #feature .read-section p.read-main-text {
        font-size: 25px;
        padding-top: 15px;
    }
}

#feature .secondary-section .img-box {
    margin: 0 auto 10px;
    max-width: 768px;
    position: relative;
}

@media screen and (max-width: 750px) {
    #feature .secondary-section .img-box {
        margin: 0 auto 10px;
    }
}

#feature .secondary-section .img-box.js-open-modal figure  {
    transition: 0.4s transform ease;
    overflow: hidden;
    transform: rotate(0.0001deg);
}

#feature .secondary-section .img-box.js-open-modal:hover figure  {
    transition: 0.4s transform ease;
}

#feature .secondary-section .img-box.js-open-modal img {
    transition: 0.4s transform ease;
    transform: rotate(0.0001deg);
}

#feature .secondary-section .img-box.js-open-modal:hover figure img {
    transform: scale(1.1);
}

#feature .secondary-section .img-label {
    position: absolute;
    bottom: 3%;
    right: 3%;
    background: #313131;
    color: #fff;
    padding: 5px 30px;
}

@media screen and (max-width: 750px) {
    #feature .secondary-section .img-label {
        font-size: 12px;
        padding: 5px 15px;
    }
}

#feature .interview-box {
    max-width: 600px;
    text-align: left;
    border: 1px solid #313131;
    padding: 20px;
    margin: auto auto 30px;
    position: relative;
}

@media screen and (max-width: 750px) {
    #feature .interview-box {
        padding: 10px;
        margin: 10px;
    }
}

#feature .interview-box:before {
    content: "";
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 100px;
    height: 30px;
}

@media screen and (max-width: 750px) {
    #feature .interview-box:before {
        width: 60px;
        bottom: 2px;
        right: 8px;
        height: 10px;
    }
}
#feature .interview-box .thumb {
    width: 160px;
}
@media screen and (max-width: 750px) {
    #feature .interview-box .thumb {
        width: 26.67%;
    }
}
#feature .interview-box a:hover figure {
    transform: scale(1);
}

#feature .interview-box .txt-bloc {
    -webkit-flex: 0 1 70%;
    flex: 0 1 70%;
    max-width: 70%;
    margin-top: 10px;
}

@media screen and (max-width: 750px) {
    #feature .interview-box .txt-bloc {
        -webkit-flex: 0 1 66.67%;
        flex: 0 1 66.67%;
        max-width: 66.67%;
        margin-top: 5px;
    }
}

#feature .interview-box .name {
    margin-bottom: 10px;
    font-size: 20px;
}

@media screen and (max-width: 750px) {
    #feature .interview-box .name {
        margin-bottom: 5px;
        font-size: 14px;
    }
}

#feature .interview-box p {
    font-size: 18px;
}

@media screen and (max-width: 750px) {
    #feature .interview-box p {
        font-size: 12px;
    }
}

@media screen and (max-width: 750px) {
    #feature .interview-box p br {
        display: block;
    }
}

#feature .campaign-container {
    margin: 0 auto;
    background: #f8f8f8;
    border: solid 2px #e5e5e5;
    position: fixed;
    bottom: -10px;
    right: 30px;
    z-index: 3;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease-in-out;
    cursor: pointer;
    text-align: center;
}

#feature .campaign-inner {
    padding: 20px 10px 10px;
}

#feature .campaign-container.is-show {
    opacity: 1;
    visibility: visible;
    bottom: 20px;
}

#feature .campaign-close {
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    border: 2px solid #313131;
    border-radius: 50%;
    background: #f8f8f8;
    right: -15px;
    top: -15px;
}

#feature .campaign-close::before, #feature .campaign-close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 3px;
    height: 15px;
    background: #313131;
}

#feature .campaign-close::before {
    transform: translate(-50%,-50%) rotate(45deg);
}

#feature .campaign-close::after {
    transform: translate(-50%,-50%) rotate(-45deg);
}

#feature .campaign-container h4 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1;
}

#feature .campaign-container p {
    font-size: 14px;
    line-height: 1;
}

#feature .campaign-container .campaign-link {
    text-align: right;
    margin-top: 20px;
}

#feature .campaign-container a {
    font-size: 12px;
    text-decoration: underline;
    line-height: 1;
}

@media screen and (max-width: 750px) {
    #feature .campaign-container {
        margin: 0 auto;
        box-sizing: border-box;
        bottom: -10px;
        right: 15px;
    }

    #feature .campaign-container.is-show {
        bottom: 10px;
    }

    #feature .campaign-inner {
        padding: 20px 10px 10px;
    }

    #feature .campaign-container h4 {
        font-size: 16px;
    }
    #feature .campaign-container p {
        font-size: 13px;
    }
    #feature .campaign-container a {
        margin-top: 20px;
        font-size: 12px;
    }
}

.js-open-modal {
    cursor: pointer;
}

.remodal-overlay {
    background: rgba(43,46,56,0.9) !important;
}

.remodal-wrapper {
    background: #fff !important;
    margin: 5% auto!important;
    padding: 0 !important;
    overflow-x: hidden;
    max-width: 940px;
}

@media screen and (max-width: 940px) {
    .remodal-wrapper {
        margin: 5% !important;
    }
}

.remodal-wrapper h3 {
    position: relative;
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 30px;
    font-size: 30px;
}

@media screen and (max-width: 750px) {
    .remodal-wrapper h3 {
        font-size: 16px;
        margin-bottom: 15px;
    }
}

.remodal-wrapper h3::after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #313131;
}

.remodal-wrapper .modal-img-box {
    display: flex;
    flex-wrap: wrap;
}

@media screen and (max-width: 750px) {
    .remodal-wrapper .modal-img-box {
        display: block;
    }
}

.remodal-wrapper .modal-img-box picture {
    width: 48%;
    height: auto;
    margin-bottom: 2%;
}

@media screen and (max-width: 750px) {
    .remodal-wrapper .modal-img-box picture {
        width: 100%;
    }
}

.remodal-wrapper .modal-img-box picture:nth-child(2n) {
    margin-left: 2%;
}

@media screen and (max-width: 750px) {
    .remodal-wrapper .modal-img-box picture:nth-child(2n) {
        margin-left: 0;
    }
}

.remodal-wrapper img {
    width: 100%;
    height: auto;
}

.remodal-wrapper .modal-inner {
    position: relative;
    padding: 5%;
}

.remodal-wrapper .modal-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    cursor: pointer;
}

@media screen and (max-width: 750px) {
    .remodal-wrapper .modal-close {
        width: 40px;
        height: 40px;
    }
}

.remodal-wrapper .close {
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    background: #313131;
}

@media screen and (max-width: 750px) {
    .remodal-wrapper .close {
        width: 40px;
        height: 40px;
    }
}

.remodal-wrapper .close::before, .remodal-wrapper .close::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 5px;
    height: 30px;
    background: #fff;
}

@media screen and (max-width: 750px) {
    .remodal-wrapper .close::before, .remodal-wrapper .close::after {
        width: 3px;
        height: 20px;
    }
}

.remodal-wrapper .close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.remodal-wrapper .close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}

.heading-tertiary {
  font-family: JosefinSans, sans-serif;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  color: #000;
}

.o-key-visual-section {
  background-position: center center;
}

.o-key-visual-section__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 40px;
  font-weight: 500;
  letter-spacing: 0.14em;
  width: 100%;
}

@media screen and (max-width: 750px) {
  .o-key-visual-section__title {
    font-size: 25px;
  }
}

.o-plan-section__price {
  text-align: right;
  font-size: 20px;
  line-height: 1.5;
}

@media screen and (max-width: 750px) {
  .o-plan-section__price {
    font-size: 14px;
  }
}

.o-japanese-dress-list {
  margin-top: 52px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  row-gap: 70px;
  column-gap: 20px;
}

.o-japanese-dress-list__image {
  max-width: 374px;
  width: 100%;
}

.p-japanese-dress-lp__sample-images-block {
  margin-top: 90px;
}

.u-br-sp {
  display: none;
}

.u-display-block {
  display: block !important;
}


@media screen and (max-width: 750px) {
  .u-display-flex--sp {
    display: flex !important;
  }
}

@media screen and (max-width: 750px) {
  .u-align-items-center-sp {
    align-items: center !important;
  }
}

@media screen and (max-width: 750px) {
  .u-display-none--sp {
    display: none !important;
  }
}

#feature.p-japanese-dress-lp__main-container h3.heading-tertiary::after {
  content: none;
}

#feature.p-japanese-dress-lp__main-container h3.heading-tertiary {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (max-width: 750px) {
  #feature.p-japanese-dress-lp__main-container h2.u-two-line {
    height: 50px;
  }
}

@media screen and (max-width: 750px) {
  .p-japanese-dress-lp__sample-images-block {
    margin-top: 36px;
  }
}

#feature .lp-button.o-plan-section__index-link {
  margin-top: 70px;
}

@media screen and (max-width: 750px) {
  .p-japanese-dress-lp__sample-images-block__list {
    margin-top: 26px;
  }

  .o-japanese-dress-list {
    margin-top: 26px;
    row-gap: 36px;
  }

  #feature .lp-button.o-plan-section__index-link {
    margin-top: 36px;
  }
}

.interview-box p.m-card-type-1__title {
  color: #444;
}

@media screen and (max-width: 750px) {
  #feature .interview-box .name.m-card-type-1__place {
    font-size: 0.9rem;
    line-height: 1.1;
  }
}

@media screen and (max-width: 420px) {
  #feature h2.o-plan-section__heading {
    font-size: 14px;
  }
}

@media screen and (max-width: 420px) {
  .interview-box .job {
    font-size: 0.7rem;
  }
}

@media screen and (max-width: 420px) {
  #feature .interview-box .name.m-card-type-1__place {
    font-size: 0.7rem;
  }
}
