/* npc */
@media screen and (max-width: 1430px) {
  .header-logo {
    width: 300px;
  }

  .header-nav-list {
    margin-left: 30px;
  }

  .header-nav-item {
    font-size: 18px;
  }

  .header-nav-item-block {
    font-size: 18px;
    padding: 13px 20px 19px;
  }

  .mv-inner {
    padding: 0 60px;
  }

  .mv-top-img {
    width: 70%;
  }

  .mv-jewelry {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 120px;
  }

  .mv-subtitle {
    position: absolute;
    right: 0px;
    bottom: -110px;
    font-family: "myfont";
    font-size: 56px;
    transform: rotate(-5deg);
    letter-spacing: -0.03em;
    background: linear-gradient(90deg, #ee84a8 0%, #ee84a8 66%, #ffb27f 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .fz109 {
    font-size: 85px;
  }

  .fz-sm {
    font-size: 12px;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 1340px) {
  .header-logo {
    width: 300px;
  }

  .header-nav-list {
    margin-left: 24px;
  }

  .header-nav-item {
    font-size: 16px;
  }

  .header-nav-item-block {
    font-size: 16px;
    padding: 13px 20px 19px;
  }

  .mv-title-cover {
    position: absolute;
    top: 260px;
    left: 5vw;
  }

  .main-title-img-cover {
    width: 600px;
  }

  .mv-jewelry {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 100px;
  }

  .bg1-img-cover {
    width: 300px;
    bottom: 100px;
    left: -50px;
  }

  .bg2-img-cover {
    width: 550px;
    bottom: 200px;
    left: 400px;
  }

  .bg3-img-cover {
    right: 0;
    bottom: 350px;
    width: 550px;
  }

  .fz-sm {
    font-size: 12px;
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
  }

  .about-bottom {
    padding: 80px 0;
  }

  .about-text_bottom {
    text-align: center;
    font-size: 15px;
  }

  .step-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .step-box {
    width: 330px;
  }

  .voice-inner {
    padding: 0 20px;
    margin: 0 auto;
  }

  .support-inner {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
  }

  .support-box {
    width: 330px;
    margin-bottom: 66px;
  }

  .reserve {
    max-width: 1060px;
    margin: 0 auto;
    padding: 120px 0;
    background-image: url("../img/lightupsecretary/reserve-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
  }
}

@media screen and (max-width: 1150px) {
  .mv-inner {
    padding: 0 30px;
  }

  .fz109 {
    font-size: 70px;
  }

  .bg1-img-cover {
    width: 250px;
    bottom: 150px;
    left: -50px;
  }

  .bg2-img-cover {
    width: 500px;
    bottom: 200px;
    left: 400px;
  }

  .bg3-img-cover {
    position: absolute;
    bottom: 300px;
    right: 0;
    width: 550px;
  }

  .mv-title-cover {
    position: absolute;
    top: 260px;
    left: 5vw;
  }

  .main-title-img-cover {
    width: 550px;
  }

  .mv-subtitle {
    position: absolute;
    right: -60px;
    bottom: -90px;
    font-family: "myfont";
    font-size: 48px;
  }

  .mv-jewelry {
    position: absolute;
    bottom: 0;
    right: 20px;
    width: 80px;
  }
}

/* iPad */
@media screen and (max-width: 1024px) {
  body {
    padding-top: 69px;
  }

  .sp-none {
    display: none;
  }

  .tablet-block {
    display: block;
  }

  .sec-title {
    font-size: 40px;
  }

  .header-sp {
    display: block;
  }

  .header-logo-sp {
    width: 173px;
    margin: 0 auto;
    padding: 10px 0;
  }

  .bg1-img-cover {
    width: 250px;
    bottom: 0px;
    left: -50px;
  }

  .bg2-img-cover {
    width: 300px;
    bottom: 200px;
    left: 300px;
  }

  .bg3-img-cover {
    position: absolute;
    bottom: 500px;
    right: 0;
    width: 550px;
  }

  .mv-cover {
    position: relative;
    text-align: center;
  }

  .mv-jewelry {
    position: absolute;
    bottom: -45px;
    right: 20px;
  }

  .mv-title-cover {
    position: absolute;
    top: 380px;
    left: 50%;
    transform: translateX(-55%);
  }

  .main-title-img-cover {
    width: 600px;
  }

  .mv-subtitle {
    position: absolute;
    right: -60px;
    bottom: -90px;
    font-family: "myfont";
    font-size: 48px;
  }

  .about {
    position: relative;
    padding: 0;
  }

  .present {
    max-width: 750px;
    margin: 0 auto 120px;
    padding: 50px 32px 40px;
    background-image: url(../img/lightupsecretary/campaign-bg.png);
    background-size: contain;
    background-repeat: no-repeat;
  }

  .present-image {
    text-align: center;
    padding-right: 20px;
  }

  .present-title {
    font-size: 26px;
  }

  .present-text-cover {
    margin-top: 20px;
  }

  .present-text {
    margin-bottom: 25px;
    font-size: 18px;
  }

  .present-image img {
    width: 550px;
  }

  .sec-title-sub-about {
    font-size: 50px;
    top: 40px;
    right: -85px;
  }

  .about-text {
    font-size: 18px;
  }

  .about-list {
    max-width: 750px;
  }

  .about-item_img img {
    height: 130px;
  }

  .about-item_text {
    font-size: 20px;
    color: #ee84a8;
    font-weight: bold;
    text-align: center;
    margin-top: 24px;
  }

  .about-bottom {
    padding: 120px 0 270px;
  }

  .step {
    padding: 70px 0 80px;
  }

  .step-inner {
    max-width: 750px;
  }

  .step-flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  .step-box {
    width: 367px;
    margin-top: 65px;
  }

  .step-box + .step-box {
    margin-top: 65px;
  }

  .step-reason {
    position: relative;
    max-width: 1000px;
    margin: 0 auto;
    padding: 40px 255px 40px 40px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 20px;
  }

  .step-reason_text {
    font-size: 24px;
    font-weight: bold;
  }

  .step-img_woman {
    position: absolute;
    bottom: 0;
    right: 30px;
  }

  .step-img_woman img {
    width: 80%;
  }

  .step-table {
    margin-top: 70px;
    text-align: center;
  }

  .sec-title-sub-step {
    position: absolute;
    font-family: "myfont";
    color: #ee84a8;
    font-size: 48px;
    top: 35px;
    right: -77px;
  }

  .fz42 {
    font-size: 34px;
  }

  .sec-title-sub-reason {
    font-size: 48px;
    top: 50px;
    right: -50px;
  }

  .chosen-item {
    width: calc(100% / 2 - (48px / 2));
  }

  .voice-inner {
    max-width: 712px;
    padding: 0;
  }

  .voice-content {
    flex-wrap: wrap;
    justify-content: center;
    padding: 60px 35px;
  }

  .voice-img {
    width: 38%;
    text-align: center;
  }

  .voice-heading-box {
    width: 62%;
  }

  .voice-title {
    font-size: 20px;
  }

  .voice-text {
    font-size: 16px;
  }

  .voice-user-img {
    padding-right: 0px;
    width: 140px;
  }

  .voice-comment {
    margin-top: 40px;
    padding: 0;
  }

  .sec-title-sub-media {
    position: absolute;
    font-family: "myfont";
    color: #ff6666;
    font-size: 56px;
    top: 70px;
    right: -100px;
  }

  .tablet-block {
    display: block;
  }

  .support-bottom {
    font-size: 22px;
  }

  .support-bottom:before {
    content: url(../img/lightupsecretary/support-left.png);
    position: absolute;
    top: -35px;
    left: -100px;
    display: inline-block;
  }

  .support-bottom:after {
    content: url(../img/lightupsecretary/support-right.png);
    position: absolute;
    top: -30px;
    right: -110px;
    display: inline-block;
  }

  .reserve {
    background-position: center center;
  }

  .reserve-text {
    position: relative;
    font-size: 22px;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-weight: bold;
  }

  .reserve-text:before {
    content: url(../img/lightupsecretary/reserve-left.png);
    position: absolute;
    top: -15px;
    left: -50px;
    display: inline-block;
  }

  .reserve-text:after {
    content: url(../img/lightupsecretary/reserve-right.png);
    position: absolute;
    top: -15px;
    right: -50px;
    display: inline-block;
  }

  .footer-text {
    margin-top: 100px;
    font-size: 15px;
  }

  .footer-logo {
    padding-top: 20px;
    width: 220px;
  }

  .footer-flex-right {
    padding-top: 40px;
  }

  /*========================================================
  * access
  ========================================================*/
  .page-title h2 {
    max-width: 740px;
  }

  .access-flex {
    max-width: 740px;
    margin: 55px auto 0;
  }

  .access-img-box iframe {
    max-width: 320px;
    height: 317px;
  }

  .access-build-img {
    margin-top: 60px;
    width: 320px;
  }

  /*========================================================
  * js
  ========================================================*/
  /* humberger menu*/
  .header-menu {
    color: #fff;
    position: fixed;
    top: 20px;
    left: 4vw;
    z-index: 1;
  }

  .fv {
    background-color: gray;
    height: 100vh;
  }

  /* ------------------------------
バーガー中身
---------------------------------*/
  .hamburger-nav {
    /* メニュー本体のパラメータ */
    display: initial;
    list-style: none;
    position: fixed;
    top: 0;
    right: 0;
    width: 36vw;
    /*画面幅の約2/3*/
    height: 100vh;
    background-color: #fab8b8;
    z-index: 2;
    text-align: center;
    padding: 50px 14px 0 14px;
    color: #fff;
    /*　透明にして表示を消しています　 */
    opacity: 0;
    /*　X（右）方向に100％ずらして画面外に移動させています。　*/
    transform: translateX(100%);
    /* 　スライドで出てくる秒数と表示される秒数を指定　*/
    transition: transform 0.3s, opacity 0.3s;
  }

  .nav-item {
    margin-bottom: 15px;
  }

  .nav-item:first-of-type {
    margin-bottom: 15px;
  }

  .header-nav a {
    color: #ffffff;
    font-size: 15px;
    letter-spacing: 0.05em;
  }

  .search-input {
    padding: 12.8px 28.8px;
    width: 100%;
    font-size: 16px;
    border-radius: 4px;
    line-height: 1.8;
  }

  /* ------------------------------
BURGER
---------------------------------*/
  .burger-btn {
    display: flex;
    /* 　ハンバーガーメニューとmenuを横並びに　*/
    align-items: center;
    position: fixed;
    top: 30px;
    right: 4vw;
    z-index: 3;
    /* 　他の指数よりも大きくして一番前面に表示　*/
  }

  /* 　ここでハンバーガーメニューの大きさや色を変更　*/
  .bar {
    display: block;
    background-color: #000;
    height: 1px;
    width: 22px;
    border-radius: 1px;
  }

  /*　topとbottomをY方向に移動させて3本の線に。秒数はバツから戻る時の秒数　 */
  .bar-top {
    transform: translateY(-8px);
    transition: transform 0.3s;
  }

  .bar-bottom {
    transform: translateY(8px);
    transition: transform 0.3s;
  }

  .bars {
    transition: transform 0.3s;
  }

  .bars.cross {
    transform: translateX(-33vw);
    transition: 0.3s;
  }

  .menu {
    display: block;
    font-size: 10px;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    margin-left: 5px;
  }

  /* ハンバーガーボタンを押した後のバツの記述
rotateで角度を決める事ができるので好きなバツを作れます */
  .bar.cross.bar-top {
    transform: rotate(45deg) translateX(1px);
    transition: 0.3s;
  }

  .bar.cross.bar-mid {
    opacity: 0;
    transition: opacity 0.3s;
  }

  .bar.cross.bar-bottom {
    transform: rotate(-45deg) translateX(1px);
    transition: 0.5s;
  }

  /* メニューが開いた時に画面をスクロールしないようにする記述。
jQueryと組み合わせます。 */
  body.noscroll {
    overflow: hidden;
  }

  /* 　開いた時にX(0)で元の位置へ。
openというクラスをjQueryでつけます。　*/
  .hamburger-nav.open {
    transform: translateX(0);
    opacity: 1;
    transform: transform 0.3s, opacity 0.3s;
  }

  /* 　薄暗い画面の記述　背景*/
  .burger-musk {
    display: none;
    height: 100vh;
    width: 100vw;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1;
  }

  /* 　buttonのリセットです。これをしないとどうなるか以下で紹介しますね。　*/
  button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
  }
}

/* iPhoneX */
@media screen and (max-width: 767px) {
  .sp-none {
    display: none;
  }

  .sp-only {
    display: block;
  }

  .pc-block {
    display: none;
  }

  .tablet-block {
    display: none;
  }

  .sec-title {
    font-size: 32px;
    text-align: center;
    line-height: 1.2;
  }

  .fz42 {
    font-size: 32px;
  }

  .heading3 {
    font-family: "fogtwono5", "Noto Serif JP", sans-serif;
    font-size: 28px;
    line-height: 1.2;
    text-align: left;
  }

  .fz52 {
    font-size: 42px;
  }

  .fz36 {
    font-size: 28px;
  }

  .text {
    text-align: left;
    line-height: 2.14;
    font-size: 14px;
  }

  .text + .text {
    margin-top: 26px;
  }

  .sp-fz16 {
    font-size: 16px;
  }

  .sec-subtitle {
    font-size: 16px;
    text-align: left;
  }

  .title-cover-tal {
    text-align: left;
  }

  .sp-tac {
    text-align: center !important;
  }

  .md-text {
    font-size: 16px;
    text-align: left;
    line-height: 2.625;
  }

  .mv-inner-sp {
    display: block;
    max-width: 390px;
    margin: 0 auto;
  }

  .hamburger-nav {
    width: 69vw;
  }

  .bars.cross {
    transform: translateX(-66.6vw);
  }

  .pc-only {
    display: none;
  }

  .sp-only {
    display: block;
  }

  /*========================================================
  * mv
  ========================================================*/
  .mv {
    position: relative;
  }
  .bg1-img-cover {
    width: 200px;
    bottom: -120px;
    left: -100px;
    opacity: 0.7;
  }

  .bg2-img-cover {
    width: 250px;
    bottom: 0px;
    left: 70px;
  }

  .bg3-img-cover {
    position: absolute;
    bottom: inherit;
    top: -120px;
    right: 0;
    width: 250px;
  }

  .mv-title-cover {
    position: absolute;
    top: 120px;
    left: 2vh;
    transform: none;
  }

  .main-title-img-cover {
    width: 330px;
  }

  .main-title-img-cover img {
    width: 330px;
  }

  .mv-subtitle {
    position: absolute;
    right: -25px;
    bottom: -50px;
    font-family: "myfont";
    font-size: 30px;
    letter-spacing: -0.07em;
  }

  .fz109 {
    font-size: 36px;
  }

  .mv-jewelry {
    bottom: -15px;
    right: 10px;
    width: 70px;
  }
  /*========================================================
  * about
  ========================================================*/
  .present-bg {
    padding: 80px 3px 24px 10px;
  }
  .present {
    max-width: 375px;
    margin: 0 auto 0px;
    padding: 120px 32px 40px;
    background-image: url(../img/lightupsecretary/campaign-bg-sp.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center 0;
  }

  .present-heading .sp {
    display: none;
  }

  .present-title {
    font-size: 34px;
    font-weight: bold;
    text-align: center;
    color: #ee84a8;
    padding-left: 30px;
  }
  .about-inner {
    padding: 0px 0px;
    margin: 80px 0 0;
  }

  .about-banner {
    max-width: 100%;
  }

  .about-banner .pc {
    display: none;
  }

  .about-banner .sp {
    display: block;
  }

  .l-about-title {
    margin-top: 80px;
    text-align: center;
  }

  .sec-title-sub-about {
    color: #ee84a8;
    font-size: 30px;
    top: 60px;
    right: 15px;
  }

  .about-subtitle {
    font-size: 22px;
    margin-top: 40px;
    margin-bottom: 24px;
    font-weight: bold;
  }

  .about-text {
    font-size: 16px;
    padding: 0 12px;
    text-align: left;
    max-width: 375px;
    margin: 0 auto;
  }

  .about-flex {
    max-width: 375px;
    margin: 40px auto 0;
  }

  .about-list {
    flex-wrap: wrap;
    justify-content: center;
  }

  .about-item + .about-item {
    margin-top: 30px;
  }

  .about-item_img img {
    width: 110px;
    height: 75px;
  }

  .width80 {
    width: 80px !important;
    height: 70px !important;
  }

  .about-item_text {
    font-size: 18px;
    margin-top: 14px;
  }

  .about-bottom {
    padding: 80px 0 200px;
    background: url(../img/lightupsecretary/about-bg-sp.png) no-repeat 0 0;
    background-size: 100%;
    background-position: 0% 100%;
  }

  .about-subtitle2 {
    text-align: center;
    font-size: 22px;
    color: #4d4d4d;
    margin-bottom: 32px;
    font-weight: bold;
  }

  .about-text_bottom {
    text-align: left;
    font-size: 14px;
    padding: 0 12px;
  }

  .about-text_bottom + .about-text_bottom {
    margin-top: 24px;
  }

  .bg3-img-cover {
    position: absolute;
    bottom: -100px;
    right: 0;
    z-index: -1;
    opacity: 0.9;
  }

  /* present */
  .present {
    max-width: 100%;
    padding: 40px 0px;
  }

  .present-inner {
    padding: 64px 16px;
  }

  .present-heading .sp {
    display: block;
  }

  .present-title {
    font-size: 24px;
    padding: 8px 48px;
    line-height: 1.35;
  }

  .present-text-cover {
    margin-top: 12px;
    padding-left: 0;
  }

  .present-text {
    font-size: 14px;
    line-height: 1.4;
    padding: 5px 25px;
  }

  .present-image {
    width: 240px;
    padding-right: 0;
    margin: 0 auto;
    margin-top: 10px;
  }

  .present-image .pc {
    display: none;
  }

  .present-image .sp {
    display: inline-block;
  }

  /*========================================================
  * step
  ========================================================*/
  .step {
    padding: 70px 0 80px;
    background-size: cover;
  }

  .sec-title-sub-step {
    font-size: 28px;
    top: 55px;
    right: -30px;
  }

  .step-inner {
    max-width: 375px;
    margin: 0 auto;
    padding: 0 10px;
  }

  .step-subtitle {
    text-align: center;
    font-size: 18px;
    color: #4d4d4d;
    margin-bottom: 32px;
    font-weight: bold;
  }

  .step-text {
    font-size: 16px;
    text-align: left;
  }

  .step-subtitle-pink {
    text-align: center;
    font-size: 22px;
    color: #ee84a8;
    margin-bottom: 32px;
    position: relative;
    display: inline-block;
    padding: 0 55px;
    font-weight: bold;
  }

  .fz48 {
    font-size: 32px;
  }

  .step-subtitle-pink:before {
    content: "";
    position: absolute;
    top: 35px;
    left: -35px;
    display: inline-block;
    background-image: url(../img/lightupsecretary/step-left.png);
    position: absolute;
    background-size: contain;
    vertical-align: middle;
    width: 26px;
    height: 55px;
  }

  .step-subtitle-pink:after {
    content: "";
    position: absolute;
    top: 35px;
    right: -35px;
    display: inline-block;
    background-image: url(../img/lightupsecretary/step-right.png);
    position: absolute;
    background-size: contain;
    vertical-align: middle;
    width: 26px;
    height: 55px;
  }

  .step-box {
    text-align: center;
    margin-top: 0;
  }

  .step-img-cover img {
    width: 198px;
  }

  .font-bold-fz20 {
    font-size: 16px;
  }

  .step-box-text {
    font-size: 14px;
    margin-top: 8px;
  }

  .triangle-step {
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-top: 10px solid #ee84a8;
    border-bottom: 0;
    margin: 16px 0 24px;
  }

  .step-text_but {
    font-size: 16px;
    color: #ee84a8;
    padding: 1px 15px;
    font-weight: bold;
    border: 2px #ee84a8 solid;
    border-radius: 25.5px;
    background-color: #fff;
  }

  .step-reason {
    padding: 14px 10px 19px;
    background-color: #fff;
    border-radius: 10px;
    margin-top: 20px;
  }

  .step-reason_text {
    font-size: 18px;
  }

  .step-img_woman {
    position: absolute;
    bottom: -40px;
    right: 0px;
  }

  .step-img_woman img {
    width: 78px;
  }

  /* chosen */
  .chosen {
    padding: 80px 55px 80px;
  }

  .chosen-list {
    max-width: 317px;
    column-gap: 0;
    row-gap: 32px;
  }

  .chosen-item {
    width: 100%;
  }

  .sec-title-sub-reason {
    font-size: 28px;
    top: 80px;
    right: -30px;
  }

  .chosen-item:nth-of-type(1):before {
    top: -20px;
    left: 15px;
    font-size: 32px;
  }

  .chosen-item:nth-of-type(2):before {
    top: -20px;
    left: 15px;
    font-size: 32px;
  }

  .chosen-item:nth-of-type(3):before {
    top: -20px;
    left: 15px;
    font-size: 32px;
  }

  .chosen-item:nth-of-type(4):before {
    top: -20px;
    left: 15px;
    font-size: 32px;
  }

  .chosen-item:nth-of-type(5):before {
    top: -20px;
    left: 15px;
    font-size: 32px;
  }

  .chosen-item_img img {
    width: 43px;
  }

  .chosen-item_title {
    font-size: 22px;
    font-weight: bold;
    margin: 20px 0 15px;
  }

  .chosen-item_text {
    font-size: 16px;
  }

  /*========================================================
  * voice
  ========================================================*/
  .voice {
    position: relative;
    padding-top: 80px;
  }

  .bg4-img-cover {
    top: -170px;
    left: -250px;
    z-index: 0;
    opacity: 0.9;
    width: 600px;
  }

  .bg5-img-cover {
    top: inherit;
    bottom:-250px;
    right: 0px;
    z-index: -1;
    opacity: 0.9;
  }

  .sec-title-sub-voice {
    top: 90px;
    right: 10px;
    font-size: 28px;
  }

  .voice-inner {
    max-width: 375px;
    padding: 0 10px;
  }

  .voice-inner .title-cover {
    text-align: center;
  }

  .voice-content {
    margin-top: 50px;
    padding: 40px 16px;
  }

  .voice-flex {
    padding-bottom: 0px;
    border-bottom: solid 2px #ee84a8;
  }

  .voice-img {
    width: 99px;
  }

  .width300{
    width: 120px!important;
  }

  .voice-heading-box {
    width: 63%;
  }

  .voice-heading {
    font-size: 14px;
    padding: 1px 9px;
  }

  .voice-heading + .voice-heading {
    margin-top: 5px;
  }

  .voice-comment {
    margin-top: 40px;
  }

  .voice-text {
    font-size: 15px;
    line-height: 1.6;
  }

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

  .voice-name {
    font-size: 14px;
    margin-top: 8px;
  }

  .voice-text_box {
    margin-top: 25px;
  }

  .voice-text {
    font-size: 14px;
  }

  /*========================================================
  * support
  ========================================================*/
  .support {
    padding: 80px 0;
    position: relative;
  }

  .fz40-sp {
    font-size: 28px;
  }

  .sec-title-sub-support {
    font-size: 24px;
    top: 25px;
    right: -70px;
  }

  .support-content {
    padding: 40px 10px;
    margin-top: 60px;
  }

  .support-inner {
    max-width: 375px;
    padding: 0 10px;
  }

  .support-heading {
    font-size: 16px;
    margin-bottom: 25px;
  }

  .support-content-block {
    width: 160px;
    height: 80px;
  }

  .support-content-block p {
    font-size: 14px;
    line-height: 1.5;
  }

  .support-flex {
    margin-top: 25px;
    margin-bottom: 40px;
    gap: 15px;
  }

  .support-box-text {
    font-size: 14px;
    margin-top: 20px;
  }

  .triangle {
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 60px solid transparent;
    border-left: 60px solid transparent;
    border-top: 30px solid #fdf4f6;
    border-bottom: 0;
  }

  .support-bottom_cover {
    padding: 60px 60px 40px;
  }

  .support-bottom {
    font-size: 16px;
  }

  .support-bottom:before {
    content: "";
    position: absolute;
    top: 10px;
    left: -50px;
    display: inline-block;
    background-image: url(../img/lightupsecretary/support-left.png);
    position: absolute;
    background-size: contain;
    vertical-align: middle;
    width: 40px;
    height: 60px;
  }

  .support-bottom:after {
    content: "";
    position: absolute;
    top: 10px;
    right: -50px;
    display: inline-block;
    background-image: url(../img/lightupsecretary/support-right.png);
    position: absolute;
    background-size: contain;
    vertical-align: middle;
    width: 40px;
    height: 60px;
  }

  /*========================================================
  * reserve
  ========================================================*/
  .reserve {
    padding: 40px 0 40px;
    margin: 0 10px;
    background-size: cover;
    background-image: url(../img/lightupsecretary/reserve-bg-sp.png);
  }

  .reserce-inner {
    max-width: 334px;
    padding: 0 10px;
    margin: 0 auto;
  }

  .reserve-text {
    font-size: 16px;
  }

  .reserve-text:before {
    content: "";
    position: absolute;
    bottom: 0;
    top: inherit;
    left: -35px;
    display: inline-block;
    background-image: url(../img/lightupsecretary/reserve-left.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    width: 25px;
    height: 75px;
  }

  .reserve-text:after {
    content: "";
    position: absolute;
    bottom: 0;
    top: inherit;
    right: -35px;
    display: inline-block;
    background-image: url(../img/lightupsecretary/reserve-right.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
    width: 25px;
    height: 75px;
  }

  .reserve-btn {
    width: 220px;
  }

  .l-reserve-btn {
    margin-top: 20px;
  }

  .reserve-btn-block {
    font-size: 16px;
    padding: 17px 25px 17px;
  }

  .reserve-btn-block .fz-sm {
    font-size: 14px;
    margin-bottom: 7px;
  }

  /*========================================================
  * faq
  ========================================================*/
  .faq {
    padding: 80px 0 80px;
  }

  .faq-inner {
    max-width: 375px;
    padding: 0 10px;
  }

  .faq-container {
    margin-top: 60px;
}

  .faq-container + .faq-container {
    margin-top: 30px;
  }

  .faq-question {
    font-size: 14px;
    line-height: 1;
    padding: 20px 10px 20px 40px;
    line-height: 1.5;
  }

  .faq-question:before {
    top: 22px;
    left: 15px;
    font-size: 14px;
  }

  .faq-answer {
    font-size: 14px;
    padding: 20px 10px 20px 40px;
  }

  .faq-answer:before {
    font-size: 14px;
    top: 22px;
    left: 15px;
  }

  .sec-title-sub-faq {
    font-size: 28px;
    top: 25px;
    right: -30px;
  }

  /*========================================================
* footer
========================================================*/
  footer {
    padding: 0 20px 40px;
  }

  .footer-inner {
    max-width: 334px;
  }

  .footer-text {
    margin-top: 80px;
    font-size: 14px;
    text-align: center;
  }

  .footer-flex {
    flex-wrap: wrap;
    justify-content: center;
  }

  .footer-logo {
    padding-top: 20px;
    width: 120px;
  }

  .footer-flex-right {
    padding-top: 50px;
  }

  .footer-nav ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }

  .footer-nav-list {
    width: 50%;
    text-align: left;
    margin-bottom: 20px;
  }

  .footer-nav-item-last {
    padding-right: 15px;
  }

  .footer-nav-list + .footer-nav-list::before {
    height: 0em;
  }

  .copyright {
    text-align: center;
    color: #a4a4a4;
  }

  /*========================================================
  * js
  ========================================================*/
  #page-top {
    bottom: 10px;
    right: 10px;
    font-size: 13px;
  }

  #page-top a {
    width: 62px;
    padding: 18px 8px;
  }

  .page-button {
    bottom: 10px;
    right: 20px;
  }

  .page-button-link {
    font-size: 12px;
    padding: 10px 34px 10px 8px;
  }

  .page-button-link .label {
    width: 40px;
    margin-right: 10px;
  }

  /*========================================================
* page.php
========================================================*/

  .page-title {
    height: 230px;
    background-image: url("../img/page-title-bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }

  .page-title h2 {
    font-size: 42px;
  }

  iframe {
    max-width: 100% !important;
    height: 317px;
  }

  /*========================================================
  *
  access
  ========================================================*/
  .access {
    text-align: center;
    padding-top: 135px;
    padding-bottom: 125px;
  }

  .access-bg-cover {
    position: absolute;
    left: 180px;
    bottom: 500px;
  }

  .access-flex {
    flex-wrap: wrap-reverse;
    margin-top: 55px;
    justify-content: center;
  }

  .access-content {
    text-align: left;
    width: 570px;
    margin-top: 55px;
  }

  .access-text + .access-text {
    margin-top: 50px;
  }

  .access-img-box iframe {
    max-width: 100%;
    height: 315px;
  }

  .access-build-img {
    display: none;
  }

  .access-build-img-sp {
    margin-top: 75px;
    display: block;
  }
}

@media screen and (max-width: 320px) {
  .page-button-link .label {
    margin-right: 4px;
    width: 32px;
  }

  .page-button-link {
    font-size: 13px;
    padding: 10px 16px 10px 8px;
  }
}
