@charset "UTF-8";
@page {
    size: A4;
    margin: 0mm 0mm;
}

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}
@font-face {
    font-family: 'D-DIN-Bold';
    src: url('./D-DIN-Bold.ttf.woff') format('woff'), url('./D-DIN-Bold.ttf.svg#D-DIN-Bold') format('svg'), url('./D-DIN-Bold.ttf.eot'), url('./D-DIN-Bold.ttf.eot?#iefix') format('embedded-opentype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@media print {
    a[href]:after {
        content: "" !important;
    }
    abbr[title]:after {
        content: "" !important;
    }
    a {
        color: #333;
        text-decoration: none;
        line-height: inherit
    }
    a:hover, a:focus {
        color: #333
    }
    #pc-header {
        position: absolute!important;
    }
    #pagetop {
        position: absolute!important;
    }
}

dl, dt, dd, dl dt, dl dd, ul, ul li ul, ul li ol, ol, ol li ul, ol li ol, table, form {
    margin: 0;
}
img.loading {
    background-color: white;
    background-image: url(../img/loading.gif);
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

div#lightbox .lb-closeContainer {
    padding-top: 8px;
}

div#lightbox .lb-caption {
    font-size: 20px!important;
    line-height: 150%!important
}

div#lightbox .lb-number {
    display: none!important
}

div#lightbox .lb-caption dl {
    margin: 0;
    width: -webkit-calc(100% + 54px);
    width: calc(100% + 54px);
}

div#lightbox .lb-caption dl>dt {
    margin: 5px 0 5px 0;
    font-size: 20px!important;
    line-height: 150%!important
}

div#lightbox .lb-caption dl>dd, div#lightbox .lb-caption dl>dd * {
    margin: 0;
    font-size: 16px!important;
    line-height: 180%!important;
    word-break: break-all!important;
    text-align: justify;
}

.mask-wrap {
    display: table;
    overflow: hidden;
}
.mask-wrap > * {
    display: table;
    position: relative;
//    margin-bottom: .25em;
    left: -100%;
    overflow: hidden;
}
.mask-wrap .mask-bg {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.mask-wrap.green .mask-bg{
    background: #4dbb28;
}
.mask-wrap.white .mask-bg{
    background: #ffffff;
}


@media only screen and (min-width:1000px), print {
    .show-sp, .hide-pc {
        display: none !important;
    }
    .hide-sp, .show-pc {
        display: inherit !important;
    }
    .hide-inline-sp, .show-inline-pc {
        display: inline !important;
    }
    .show-inline-sp, .hide-inline-pc {
        display: none !important;
    }
    .tel-pc {
        display: inline !important;
    }
    .tel-sp {
        display: none !important;
    }
    .show-n-sp, .hide-n-pc {
        display: none;
    }
    .hide-n-sp, .show-n-pc {
        display: inherit;
    }
}

@media only screen and (max-width:999px) {
    .show-sp, .hide-pc {
        display: inherit !important;
    }
    .hide-sp, .show-pc {
        display: none !important;
    }
    .show-inline-sp, .hide-inline-pc {
        display: inline !important;
    }
    .hide-inline-sp, .show-inline-pc {
        display: none !important;
    }
    .tel-pc {
        display: none !important;
    }
    .tel-sp {
        display: inline !important;
    }
    .show-n-sp, .hide-n-pc {
        display: inherit;
    }
    .hide-n-sp, .show-n-pc {
        display: none;
    }
}

.phantom {
    display: none !important;
}

body, dt, dd, li, h1, h2, h3, h4, h5, h6, div, a, p {
    font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0;
}
.font-mincho {
    font-family: 'Shippori Mincho', 'A1 Mincho', YuMincho, 'Yu Mincho', serif !important;
    font-feature-settings: "palt";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    letter-spacing: 0;
    font-weight: 500;
}
.font-bold {
    font-family: 'Zen Kaku Gothic New', 'Noto Sans JP', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
    font-weight: bold !important;
}
.font-double-space {
    letter-spacing: 1em;
    margin-right: -1em !important;
}
.font-single-space {
    letter-spacing: 0;
    margin-right: 0 !important;
}
.font-inter {
    font-family: 'Inter', "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif !important;
}
.cat-none {
    background-color: #999 !important;
    color: white !important;
}
html {
    min-height: 100%;
    height: unset;
}
body {
/*    background: rgb(127, 190, 38) !important;
    background: linear-gradient(0deg,rgba(127,190,38,1) 0%,rgba(0,166,60,1) 100%) !important;*/
    color: #333;
    font-size: 16px;
    line-height: 140%;
}
/*body:before {
    content: '';
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgb(127, 190, 38) !important;
    background: linear-gradient(0deg,rgba(127,190,38,1) 0%,rgba(0,166,60,1) 100%) !important;
    color: transparent;
    z-index: -1;
}*/
.off-canvas-wrap {
    background-color: transparent !important;
}
.inner-wrap {
    background-color: transparent !important;
    overflow: hidden;
}
.showtime {
    opacity: 100 !important;
    -webkit-transition: 1.5s;
    -moz-transition: 1.5s;
    -o-transition: 1.5s;
    -ms-transition: 1.5s;
    transition: 1.5s;
}
.sns {
    font-size: 0;
    line-height: 0;
}
.sns > a {
    display: inline-block;
    width: 45px;
    height: 45px;
    margin: 0 5px;
    line-height: 45px;
    vertical-align: middle;
    background-size: 28px 28px !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    background-color: #666;
    position: relative;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
}
.sns>a:first-child {
    margin-left: 0;
}
.sns>a:last-child {
    margin-right: 0;
}
.sns > a.ym {
    background-image: url('https://kawakamimasako.movabletype.io/img/ico_yokotamise.svg') !important;
}
.sns > a.fb {
    background-image: url('https://kawakamimasako.movabletype.io/img/ico_facebook.svg') !important;
}
.sns > a.ig {
    background-image: url('https://kawakamimasako.movabletype.io/img/ico_instagram.svg') !important;
}
.sns>a:hover {
    background-color: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.subject {
    position: relative;
    display: block;
    width: fit-content;
    padding: 0 25px;
    margin: 0 auto 50px;
    font-size: 24px;
    line-height: 100%;
}
.subject::after {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background-color: ;
    border-radius: 2px;
    bottom: -0.8rem;
}
.dropmenu-base {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    padding: 30px 0 60px;
}
.dropmenu-base .dropmenu {
    list-style-type: none;
    width: 1000px;
    width: fit-content;
    height: 113px;
    margin: 0 auto;
    padding: 0;
}
.dropmenu-base .dropmenu > li {
    position: relative;
    float: left;
    width: auto;
    height: 113px;
    margin: 0 20px;
    padding: 0;
    line-height: 113px;
    text-align: center;
    vertical-align: middle;
    color: #333 !important;
    background: transparent !important;
}
.dropmenu-base .dropmenu>li:first-child {
    margin-left: 0;
}
.dropmenu-base .dropmenu>li:last-child {
    margin-right: 0;
}
.dropmenu-base .dropmenu>li>a:active,
.dropmenu-base .dropmenu>li>a:focus,
.dropmenu-base .dropmenu>li>a:hover {
    text-decoration: none
}
.dropmenu-base .dropmenu > li > a {
    display: inline;
    position: relative;
    color: inherit;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    letter-spacing: -0.03em;
}
.dropmenu-base .dropmenu > li > a::after {
    content: '';
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    background-color: ;
    border-radius: 2px;
    bottom: -1rem;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}
.dropmenu-base .dropmenu>li>a:hover::after {
    bottom: -0.5rem;
    opacity: 1;
    visibility: visible;
}

  #pc-header {
    position: fixed;
    z-index: 9999;
    height: 132px;
    background: #4dbb28!important;
  }
  @media only print {
    #pc-header {
      width: 100%;
      height: 132px;
      margin: 0;
      padding: 0;
      background-color: hsla(0, 0%, 100%, 0.80)!important;
    }
  }

  .dropmenu-base {
    width: 1000px;
    height: 132px;
    font-size: 0px;
    line-height: 132px;
    margin: 0 auto;
    padding: 0;
  }
  .dropmenu-base * {
    color: white;
  }
  .dropmenu-base > .header-base {
    display: inline-block;
    width: 350px;
    margin: 0;
    padding: 17px 0;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
  }
  .dropmenu-base > .header-base > h3 {
    display: block;
    width: max-content;
    margin: 0 0 10px 0;
    padding: 0;
    font-size: 28px;
    line-height: 100%;
    font-weight: 800;
    cursor: pointer;
  }
  .dropmenu-base > .header-base > h1 {
    display: block;
    width: max-content;
    margin: 0;
    padding: 0;
    font-size: 59px;
    line-height: 100%;
    font-weight: 800;
    cursor: pointer;
  }
  .dropmenu-base > .header-base2 {
    display: inline-block;
/*    width: 245px;*/
    width: 375px;
    margin: 0;
/*    padding: 12px 0;*/
    padding: 38px 0;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
  }
  .dropmenu-base > .header-base2 > h4 {
    display: block;
/*    width: 245px;*/
    width: 375px;
    margin: 0;
    padding: 0;
    font-size: 18px;
    line-height: 150%;
    font-weight: 500;
  }
  .dropmenu-base > ul.menu-area {
    list-style: none;
    display: inline-block;
    width: maz-content;
    margin: 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    vertical-align: top;
  }
  .dropmenu-base > ul.menu-area > li {
    display: inline-block;
    width: 132px;
    height: 94px;
    margin: 19px 0;
    padding: 0;
    font-size: 0;
    line-height: 0;
    text-align: center;
    vertical-align: top;
    border-left: solid 1px white;
  }
  .dropmenu-base > ul.menu-area > li > a {
    position: relative;
    display: block;
    width: 132px;
    height: 94px;
    margin: 0;
    padding: 0;
  }
  .dropmenu-base > ul.menu-area > li > a > p {
    position: absolute;
    display: block;
    left: 50%;
    top: 50%;
    transform: translateY(-50%) translateX(-50%) scale(1);
    -webkit- transform: translateY(-50%) translateX(-50%) scale(1);
    margin: 0;
    padding: 0;
    font-size: 22px;
    line-height: 125%;
    font-weight: 600;
    white-space: nowrap;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
  }
  .dropmenu-base > ul.menu-area > li > a > p.tsume {
    letter-spacing: -0.15em;
    padding: 0 0.15em 0 0;
  }
  .dropmenu-base > ul.menu-area > li > a:hover > p {
    transform: translateY(-50%) translateX(-50%) scale(1.1);
    -webkit- transform: translateY(-50%) translateX(-50%) scale(1.1);
  }
  .dropmenu-base > ul.menu-area > li:last-child {
    width: 121px;
/*    text-align: right;*/
    text-align: left;
  }
  .dropmenu-base > ul.menu-area > li:last-child > a {
    position: relative;
    display: inline-block;
    width: auto;
    height: auto;
    margin: 27px 0 27px 20px;
    padding: 0;
  }
  .dropmenu-base > ul.menu-area > li:last-child > a > img {
    height: 40px;
    transform: scale(1.0);
    -webkit- scale(1.0);
  }
  .dropmenu-base > ul.menu-area > li:last-child > a:hover > img {
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    -ms-transition: 0.3s;
    transition: 0.3s;
    transform: scale(1.1);
    -webkit- scale(1.1);
  }
  
.footer {
    padding: 10px 0;
    margin: 15px 0 0 0;
    background: #4dbb28 !important;
    color: #fff !important;
}
.footer > .company {
    width: max-content;
    padding: 60px 0 0;
    margin: 0 auto;
    white-space: nowrap;
    text-align: center;
}
.footer > .company > .copy {
    font-size: 32px;
    font-weight: 900 !important;
    line-height: 100%;
    transform: skewX(-10deg);
    margin: 0 0 20px;
}
.footer > .company > a.name {}
.footer > .company > a.name {
    display: inline-block;
}
.footer > .company > a.name > h2 {
    display: inline-block;
    font-size: 54px;
    font-weight: 900;
    color: #fff;
    padding: 0;
    margin: 0;
    line-height: 100%;
    vertical-align: middle;
}
.footer > .company > div.menu {
    display: inline-block;
    margin: 0 0 0 8px;
    line-height: 50px;
    vertical-align: bottom;
}
.footer > .company > div.menu > a {
    display: inline-block;
    width: 134px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    vertical-align: middle;
    background: #fff;
    border-radius: 20px;
    margin: 0 0 0 7px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
.footer > .company > div.menu > a > span {
    display: inline-block;
    font-size: 22px;
    font-weight: 900;
    color: #E6326E;
    background: transparent;
    transform: skewX(-10deg);
    margin: 0 0 0 0.2em;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s;
}
.footer>.company>div.menu>a:hover {
    background: #7FBE26;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.footer>.company>div.menu>a:hover > span {
    color: #fff;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    transition: 0.5s;
}
.footer > .copy {
    max-width: unset;
    padding: 15px 0 20px 0;
    margin: 0;
    text-align: center;
    font-size: 18px;
    font-weight: 500 !important;
    line-height: 100%;
}
#main-visual {
    width: 100%;
    height: auto;
    background-color: #E0E0E0 !important;
    margin: 0 0 130px;
}
#main-visual > div {
    width: 100%;
    height: 500px;
    margin: 0;
    padding: 55px 0;
    color: white;
    text-align: center;
    background-position-x: 50% !important;
    background-position-y: 50% !important;
    background-attachment: scroll !important;
    background-size: auto 100% !important;
    background-repeat: no-repeat !important;
}
#main-visual > div > h2 {
    display: block;
    width: max-content;
    margin: 225px auto 0;
    font-size: 24px;
    line-height: 100%;
}
#body-section {
    max-width: none;
    margin: 0 auto;
    padding: 0;
    background-color: transparent !important;
}
div.no-menu-base {
    width: 740px;
    margin: 0 auto 50px;
    padding: 0;
}
div.space-base {
    width: 1000px;
    height: auto;
    margin: 0 auto;
    background-color: white !important;
}
div.side-menu-base {
    width: 1000px;
    margin: 0 auto 70px;
    padding: 50px 250px 0 0;
}
div.row-s {
    width: 100%;
    margin: 0;
    padding: 50px;
}
.sidebar ul {
    margin: 12px 0 auto 12px;
    list-style-type: none;
}
.sidebar li {
    margin: 0 0 12px;
}
.sidebar .group > ul > li {
    margin-bottom: 24px;
}
.page-navigation {
    text-align: center;
}
.page-navigation ul {
    display: block;
    padding-bottom: 10px;
}
.page-navigation li {
    display: inline-block;
    border-bottom: none;
    list-style: none;
}
.page-navigation li a {
    padding: 0 10px;
}
.page-navigation li a[rel="prev"]::before {
    content: "«";
    margin-right: 0.3em;
}
.page-navigation li a[rel="next"]::after {
    content: "»";
    margin-left: 0.3em;
}
#pagetop {
    position: fixed;
    z-index: 32766;
    bottom: 0;
    right: 55px;
    display: none
}
#pagetop > div {
    display: block;
    text-align: center;
    text-decoration: none;
    text-shadow: none;
    outline: none;
    cursor: pointer;
    opacity: .9 !important;
}
#pagetop>div:hover {
    text-shadow: none;
    opacity: .9 !important;
}
#pagetop > div > div {
    width: 45px;
    height: 45px;
    background-color: #666 !important;
}
#pagetop > div > div::before {
    content: '';
    display: block;
    position: relative;
    width: 13px;
    height: 13px;
    left: 16px;
    top: 20px;
    border-left: solid 1px #fff;
    border-top: solid 1px #fff;
    transform: rotate(45deg);
}
.float-clear::after {
    content: "";
    display: table;
    clear: both;
}
@media only screen and (max-width:999px) {
    html,
    body {
        font-size: 4.2vw;
    }
    .row,
    .contain-to-grid .top-bar {
        width: 100%;
        min-width: 100%;
        margin: 10vw auto 0;
    }
    .off-canvas-wrap {
        overflow-x: auto;
    }
    .fixed {
        position: fixed;
        width: 100%;
        height: 100%;
    }
    .subject {
        padding: 0 5vw;
        margin: 0 auto 10vw;
        font-size: 6.0vw;
    }
    .subject::after {
        width: 100%;
        height: 0.6vw;
        border-radius: 0.4vw;
        bottom: -0.6rem;
    }
    #top-slider,
    #top-navigation {
        margin-top: 20vw;
    }
    #pc-header {
        display: none !important;
    }
    
    #sp-header {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 99999;
      width: 100vw;
      height: 16.6vw;
      padding: 0;
      margin: 0;
      background-color: #4dbb28;
      font-size: 0;
    }
    #sp-header > .header-base {
      display: inline-block;
      font-size: 0;
      padding: 3vw;
      margin: 0;
      position: relative;
      width: 100%;
      height: 16.6vw;
    }
    #sp-header > .header-base > .copy,
    #sp-header > .header-base > .name {
      display: inline-block;
      padding: 0;
      margin: 0;
      font-size: 3.6vw;
      line-height: 120%;
      font-weight: 700;
      color: white;
      vertical-align: middle;
      cursor: pointer;
    }
    #sp-header > .header-base > .copy:first-child {
      display: inline-block;
    }
    #sp-header > .header-base > .name {
      font-size: 8.0vw;
      font-weight: 800;
    }
    #sp-header > .copy-area {
        position: absolute;
        display: block;
        top: 0vw;
        left: 36vw;
        width: max-content;
        height: 20vw;
        padding: 3.2vw 0;
        margin: 0;
        line-height: 12vw;
    }
    #sp-header > .copy-area > h4 {
        padding: 0;
        margin: 0;
        font-size: 2.5vw;
        line-height: 130%;
        font-weight: 700;
        color: white;
    }
    #sp-header div.facebook-area {
        position: absolute;
        display: block;
        top: 3vw;
        right: 13vw;
        width: max-content;
        height: 10.6vw;
        padding: 0;
        margin: 0;
        line-height: 10.6vw;
    }
    #sp-header div.facebook-area > a {
      display: inline-block;
      margin: 0 2vw 0 0;
      vertical-align: middle;
    }
    #sp-header div.facebook-area > a > img {
      width: auto;
      height: 7.453vw;
    }
    #sp-header div.menu-area {
      position: absolute;
      display: block;
      top: 3vw;
      right: 4vw;
      width: 7.78vw;
      height: 10.6vw;
      padding: 0;
      margin: 0;
    }
    #sp-header div.menu-area button.menu-icon2, #sp-header div.menu-area button.menu-icon2:hover, #sp-header div.menu-area button.menu-icon2:active {
      display: block;
      position: relative;
      width: 100%;
      height: 100%;
      padding: 0;
      margin: 0;
      background-color: transparent;
      border-color: transparent;
      border: none;
      outline: none;
    }
    #sp-header div.menu-area button.menu-icon2>span.mn-bar {
      -webkit-transition: 0.5s;
      -moz-transition: 0.5s;
      -o-transition: 0.5s;
      -ms-transition: 0.5s;
      transition: 0.5s;
    }
    #sp-header div.menu-area button.menu-icon2.mn-open>span.mn-bar {
      -webkit-transition: 0.8s;
      -moz-transition: 0.8s;
      -o-transition: 0.8s;
      -ms-transition: 0.8s;
      transition: 0.8s;
    }
    #sp-header div.menu-area button.menu-icon2>span.mn-bar {
      display: block;
      width: 100%;
      height: auto;
      padding: 0.6vw 0 0.6vw 0;
      margin: 0 auto 0 auto;
      background: transparent;
    }
    #sp-header div.menu-area button.menu-icon2>span.mn-bar::before {
      content: '';
      display: block;
      width: 100%;
      height: 1.0vw;
      padding: 0;
      margin: 0;
      background: white!important;
    }
    #sp-header div.menu-area button.menu-icon2.mn-open>span.mn-bar.mn-1 {
      transform: translateY(2.2vw);
    }
    #sp-header div.menu-area button.menu-icon2.mn-open>span.mn-bar.mn-2 {}
    #sp-header div.menu-area button.menu-icon2.mn-open>span.mn-bar.mn-3 {
      transform: translateY(-2.2vw);
    }
    #sp-drop-menu {
        display: block;
        position: relative;
        width: 100%;
        margin: 0;
        padding: 0;
        overflow-y: auto;
        font-size: 0;
        line-height: 0;
        text-align: justify;
        background-color: #f6fff6;
    }
    #sp-drop-menu > ul {
        width: 100%;
        padding: 3vw 5vw;
    }
    #sp-drop-menu > ul > li {
        position: relative;
        display: block;
        font-size: 5.6vw;
        line-height: 125%;
        font-weight: 500;
        padding: 0 0 0 0.8em;
        margin: 4vw 0;
    }
    #sp-drop-menu > ul > li::before {
        content: '';
        position: absolute;
        display: inline-block;
        width: 0;
        height: 0;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        -webkit- transform: translateY(-50%);
        padding: 1vw;
        background: #4dbb28!important;;
        border-radius: 1vw;
        font-size: 0;
        line-height: 0;
    }
    #sp-drop-menu > ul > li > a {
        color: #4dbb28;
    }
    
    .footer {
        margin: 0;
    }
    .footer > .contact {
        height: auto;
        padding: 15vw 3vw 13vw;
        background-image: url('https://kawakamimasako.movabletype.io/img/footer_sp.jpg') !important;
    }
    .footer > .contact > .subject {
        color: white;
    }
    .footer > .contact > .message {
        font-size: 5.8vw;
    }
    .footer > .contact > .message > span {
        font-size: 3.6vw;
    }
    .footer > .contact > .corp {}
    .footer > .contact > .corp > .name {
        font-size: 5.8vw;
    }
    .footer > .contact > .corp > .addr {
        font-size: 4.5vw;
    }
    .footer > .contact > .corp > .btn {
        width: 50vw;
        height: 10vw;
        margin: 0 0 0.8rem;
    }
    .footer>.contact>.corp>.btn:hover {}
    .footer>.contact>.corp>li:nth-last-child(2) {
        margin-right: 0;
    }
    .footer > .contact > .corp > .btn > a {
        height: 10vw;
        font-size: 6.0vw;
        line-height: 10.6vw;
    }
    .footer > .contact > .corp > .fax {
        font-size: 6.0vw;
    }
    .footer > .sp-header {
        text-align: center;
    }
    .footer > .sp-header > .header-base {
        display: inline-block;
        font-size: 0;
        padding: 0;
        margin: 0;
        position: relative;
        width: max-content;
        height: auto;
    }
    .footer > .sp-header > .header-base > .copy,
    .footer > .sp-header > .header-base > .name {
        display: inline-block;
        padding: 0;
        margin: 0;
        font-size: 3.6vw;
        line-height: 120%;
        font-weight: 700;
        color: white;
        text-align: left;
        vertical-align: middle;
        cursor: pointer;
    }
    .footer > .sp-header > .header-base > .copy:first-child {
        display: inline-block;
    }
    .footer > .sp-header > .header-base > .name {
        font-size: 8.0vw;
        font-weight: 800;
    }
    .footer > .copy {
        padding: 1.5vw 0 0.5vw 0;
        font-size: 3.45vw;
        line-height: 150%;
    }
    .footer > .copy > img {
        height: 20vw;
        margin: 0 auto 6vw;
    }
    .footer > .copy > p {
        width: 100%;
        font-size: 4.0vw;
        line-height: 140%;
    }
    #pagetop {
        bottom: 8.5vw;
        right: 3vw;
    }
    #pagetop > div > div {
        width: 10vw;
        height: 10vw;
    }
    #pagetop > div > div::before {
        width: 2.8vw;
        height: 2.8vw;
        left: 3.8vw;
        top: 4.2vw;
    }
    .tayori-app .tf-p-button-with-square {
        bottom: 25vw !important;
    }
    @media only screen and(orientation:landscape) {}
}
a:focus {
    color: #333;
    outline: none;
}
@media print {
    body,
    #pc-header {
        width: 1200px !important;
    }
    #pagetop {
        position: absolute !important;
        bottom: 16px !important;
        right: 16px !important;
    }
    .distanceThousandL,
    .distanceThousandR,
    .distanceThousandT,
    .distanceThousandB,
    .distanceThousandXL,
    .distanceThousandXR,
    .distanceThousandR1,
    .distanceThousandR2,
    .distanceThousandR3 {
        visibility: visible !important;
        -webkit-transform: translateX(0) translateY(0) scale(1) !important;
        opacity: 1 !important;
        transform: translateX(0) translateY(0) scale(1) !important;
        opacity: 1 !important;
        -webkit-transition: -webkit-transform 1s cubic-bezier(0.6,0.2,0.1,1) 0s, opacity 1s cubic-bezier(0.6,0.2,0.1,1) 0s !important;
        transition: transform 1s cubic-bezier(0.6,0.2,0.1,1) 0s, opacity 1s cubic-bezier(0.6,0.2,0.1,1) 0s !important;
    }
    #main-visual > .iv > h1 > img {
        width: auto;
    }
    div#side-menu {
        position: absolute !important;
        top: 487px !important;
        display: block !important;
    }
}
a:hover,
a:focus {
    color: #fc0;
}
p a {
    text-decoration: underline;
}
