@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Jost:wght@300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700;900&display=swap");
/* ===== Noto Sans JP ===== */
/* ===== Jost ===== */
/* ===== Amiri ===== */
/* ===== Roboto ===== */
/* ===== Noto Serif JP ===== */
/* ==================================
    共通箇所
================================== */
html {
  font-size: 62.5%;
}

body {
  position: relative;
  max-width: 100%;
  margin: 0;
  padding: 0;
  background-color: #fff;
  font-family: "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
  font-weight: 400;
  color: #333333;
  letter-spacing: 0px;
}

.outer {
  max-width: 100%;
  overflow: hidden;
}

* {
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

a {
  color: #323232;
  text-decoration: none;
}

a:hover {
  opacity: .8;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

img {
  max-width: 100%;
  height: auto;
}

.sp_br {
  display: none;
}

object {
  pointer-events: none;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 576px) {
  .sp_br {
    display: block;
  }
}

/* ==================================
    MAIN CONTENTS
================================== */
.main-container {
  position: relative;
  z-index: 10;
}

.contents-wrapper {
  max-width: 1080px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.contents-wrapper__inner {
  max-width: 1080px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.pageTop {
  display: none;
  position: fixed;
  width: 61px;
  height: 61px;
  right: 70px;
  bottom: 92px;
  z-index: 99;
}

.fixed-button {
  display: none;
}

@media screen and (max-width: 1480px) {
  .pageTop {
    right: 50px;
    bottom: 440px;
  }
}

@media screen and (max-width: 1200px) {
  .pageTop {
    right: 50px;
    bottom: 340px;
  }
}

@media screen and (max-width: 992px) {
  .pageTop {
    width: 45px;
    height: 45px;
    right: 30px;
    bottom: 380px;
  }
}

@media screen and (max-width: 750px) {
  .pageTop {
    position: fixed;
    width: 45px;
    height: 45px;
    right: 10px;
    bottom: calc(126/320*100vw);
    z-index: 99;
  }
  .fixed-button {
    display: block;
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    padding-top: calc(25/750*100vw);
    padding-bottom: calc(25/750*100vw);
    padding-left: calc(30/750*100vw);
    padding-right: calc(30/750*100vw);
    background-color: #e7f6f9;
    z-index: 1000;
  }
  .fixed-button__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -2.66667vw;
  }
  .fixed-button__item {
    width: calc((100% / 3) - (20/750*100vw));
    margin-right: calc(20/750*100vw);
  }
}

.marker {
  background-color: #fff29a;
  font-weight: bold;
  color: #1570c5;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

audio[controls],
canvas,
video {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body,
div,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td,
ul {
  margin: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: sans-serif;
}

a:hover {
  text-decoration: none;
}

a:focus {
  outline: 0;
}

a:hover,
a:active {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

blockquote {
  margin: 1em 40px;
}

dfn {
  font-style: italic;
}

mark {
  background: #ff0;
  color: #000;
}

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

q {
  quotes: none;
}

q:before,
q:after {
  content: '';
  content: none;
}

small {
  font-size: 75%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

dd {
  margin: 0px;
}

nav ul,
nav ol {
  list-style: none;
}

img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  font-size: 0px;
  line-height: 0px;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

form {
  margin: 0;
}

fieldset {
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  *margin-left: -7px;
}

button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}

button,
input {
  line-height: normal;
  *overflow: visible;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}

img,
abbr,
acronym,
fieldset {
  border: 0;
}

li {
  list-style: none;
}

input[type="button"],
input[type="submit"],
input[type="text"] {
  -webkit-appearance: none;
}

figure {
  -webkit-margin-before: 0em;
          margin-block-start: 0em;
  -webkit-margin-after: 0em;
          margin-block-end: 0em;
  -webkit-margin-start: 0px;
          margin-inline-start: 0px;
  -webkit-margin-end: 0px;
          margin-inline-end: 0px;
}

/*utility*/
.mb00 {
  margin-bottom: 0px !important;
}

.mb05 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb12 {
  margin-bottom: 12px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mt00 {
  margin-top: 0px !important;
}

.mt05 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt12 {
  margin-top: 12px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mt50 {
  margin-top: 50px;
}

.mt60 {
  margin-top: 60px;
}

.ml05 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml12 {
  margin-left: 12px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.ml30 {
  margin-left: 30px !important;
}

.ml40 {
  margin-left: 40px;
}

.ml50 {
  margin-left: 50px;
}

.ml60 {
  margin-left: 60px;
}

.mr05 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.mr30 {
  margin-right: 30px;
}

.mr40 {
  margin-right: 40px;
}

.mr50 {
  margin-right: 50px;
}

.mr60 {
  margin-right: 60px;
}

.pt05 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pt30 {
  padding-top: 30px;
}

.pt40 {
  padding-top: 40px;
}

.pb05 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pb30 {
  padding-bottom: 30px;
}

.pb40 {
  padding-bottom: 40px;
}

.pl05 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pl30 {
  padding-left: 30px;
}

.pl40 {
  padding-left: 40px;
}

.pr05 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

.pr30 {
  padding-right: 30px;
}

.pr40 {
  padding-right: 40px;
}

.flt {
  float: left;
}

.flr {
  float: right;
}

.txt_l,
td.txt_l,
.txt_l td {
  text-align: left;
}

.txt_r,
td.txt_r,
.txt_r td {
  text-align: right;
}

.txt_c,
td.txt_c,
.txt_c td {
  text-align: center;
}

.valign_t,
td.valign_t,
.valign_t td {
  vertical-align: top;
}

.valign_m,
td.valign_m,
.valign_m td {
  vertical-align: middle;
}

.valign_b,
td.valign_b,
.valign_b td {
  vertical-align: bottom;
}

.clear {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: "";
  display: block;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

.ft_b {
  font-weight: bold;
}

.ft_13px {
  font-size: 1.3rem;
}

.ft_14px {
  font-size: 1.4rem;
}

.ft_15px {
  font-size: 1.5rem;
}

.ft_16px {
  font-size: 1.6rem;
}

.txt_indent {
  padding-left: 1em;
  text-indent: -1em;
  margin: 0em !important;
}

/* ページ　画像 */
.alignright {
  float: right;
  margin: 0 0 5% 30px;
}

.alignright:after {
  float: right;
  margin: 0 0 5% 30px;
}

.alignleft {
  float: left;
  margin: 0 30px 1% 0px;
}

.alignleft:after {
  float: left;
  margin: 0 30px 5% 0px;
}

.aligncenter {
  display: block;
  margin: 0 auto;
}

.red_txt {
  color: #fa6b88;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.page__titleHeader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 340px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
}

.page__titleText {
  text-align: center;
}

.page__titleText--japanese {
  display: block;
  margin-top: 18px;
  font-size: 36px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}

.page__titleText--english {
  display: inline-block;
  padding-top: 6px;
  padding-bottom: 4px;
  padding-left: 42px;
  padding-right: 42px;
  border: solid 1px #fff;
  font-family: "Amiri", Arial, sans-serif;
  font-size: 18px;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
  color: #fff;
}

.page-contents__titleHeader {
  position: relative;
  width: 100%;
  margin-top: 70px;
  text-align: center;
}

.page-contents__titleHeader:first-child {
  margin-top: 0;
}

.page-contents__titleHeader::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  background-color: #78cde7;
  z-index: -1;
}

.page-contents__titleText {
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #fff;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #000;
}

.page-contents__subTitleHeader {
  position: relative;
  margin-top: 65px;
  padding-left: 20px;
}

.page-contents__subTitleHeader::before {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-color: #7ec7d8;
}

.page-contents__subTitleText {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.75;
  letter-spacing: 0.05em;
  color: #20a9c8;
}

@media screen and (max-width: 1200px) {
  .page__titleHeader {
    height: 255px;
  }
  .page__titleText--japanese {
    margin-top: 14px;
    font-size: 27px;
  }
  .page__titleText--english {
    padding-left: 32px;
    padding-right: 32px;
    font-size: 14px;
  }
  .page-contents__titleHeader {
    margin-top: 52px;
  }
  .page-contents__titleText {
    padding-left: 30px;
    padding-right: 30px;
    font-size: 24px;
  }
  .page-contents__subTitleHeader {
    margin-top: 48px;
    padding-left: 15px;
  }
  .page-contents__subTitleText {
    font-size: 20px;
  }
}

@media screen and (max-width: 750px) {
  .page__titleHeader {
    height: 192px;
  }
  .page__titleText--japanese {
    margin-top: 10px;
    font-size: 20px;
  }
  .page__titleText--english {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 14px;
  }
  .page-contents__titleHeader {
    margin-top: 52px;
  }
  .page-contents__titleText {
    padding-left: 25px;
    padding-right: 25px;
    font-size: 20px;
  }
  .page-contents__subTitleHeader {
    margin-top: 36px;
    padding-left: 18px;
  }
  .page-contents__subTitleText {
    font-size: 18px;
  }
}

@media screen and (max-width: 576px) {
  .page-contents__titleHeader {
    margin-top: 52px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-contents__titleText {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 18px;
  }
  .page-contents__titleText span {
    display: inline-block;
  }
  .page-contents__subTitleHeader {
    margin-top: 36px;
    padding-left: 18px;
  }
  .page-contents__subTitleText {
    font-size: 16px;
    line-height: 1.65;
  }
}

/* ==================================
    ボタンデザイン
================================== */
.page-contents__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}

.page-contents__buttonLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 300px;
  height: 54px;
  background-color: #78cde7;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-contents__buttonLink:after {
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 12px;
  top: 0;
  bottom: 0;
  left: 260px;
  margin: auto;
  background-image: url(../images/icon/button_icon_w.svg);
  background-position: center;
  background-size: 100% auto;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.page-contents__buttonLink--text {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
}

.page-contents__buttonLink:hover {
  opacity: 1;
  background-color: #fff;
}

.page-contents__buttonLink:hover:after {
  left: 265px;
  background-image: url(../images/icon/button_icon.svg);
}

.page-contents__buttonLink:hover .page-contents__buttonLink--text {
  color: #78cde7;
}

.nav-button {
  display: none;
  position: absolute;
  top: calc(17/992*100vw);
  right: calc(20/992*100vw);
  width: calc(115/992*100vw);
  height: calc(127/992*100vw);
  z-index: 1000;
}

.nav-button__panel {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #61c3da;
}

.nav-button__panel:after {
  content: "MENU";
  display: block;
  position: absolute;
  width: 100%;
  bottom: calc(30/992*100vw);
  font-family: "Jost", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: calc(20/992*100vw);
  line-height: 1.1;
  letter-spacing: 0.05em;
  text-align: center;
  color: #fff;
}

.nav-button__panel:hover {
  opacity: 1;
}

.nav-button__panel--icon {
  position: absolute;
  z-index: 2000;
  display: block;
  top: calc(42/992*100vw);
  left: 0;
  right: 0;
  width: calc(60/992*100vw);
  height: calc(4/992*100vw);
  border-radius: 100px;
  margin: 0 auto;
  background: #fff;
}

.nav-button__panel--icon::before {
  display: block;
  content: "";
  position: absolute;
  top: calc(-15/992*100vw);
  left: 0;
  width: 100%;
  height: calc(4/992*100vw);
  background: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 50px;
}

.nav-button__panel--icon::after {
  display: block;
  content: "";
  position: absolute;
  top: calc(15/992*100vw);
  left: 0;
  width: 100%;
  height: calc(4/992*100vw);
  background: #fff;
  -webkit-transition: .5s;
  transition: .5s;
  border-radius: 50px;
}

.open .nav-button {
  position: fixed;
  top: calc(17/992*100vw);
  right: calc(20/992*100vw);
}

.open .nav-button__panel:after {
  content: "CLOSE";
}

.open .nav-button__panel--icon {
  background: transparent;
  -webkit-transition: .3s;
  transition: .3s;
}

.open .nav-button__panel--icon::before {
  top: 0px;
  bottom: 0px;
  margin: auto;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.open .nav-button__panel--icon::after {
  top: 0px;
  bottom: 0px;
  margin: auto;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.is-headerFixed .nav-button {
  height: calc(110/992*100vw);
}

.is-headerFixed .nav-button__panel:after {
  bottom: calc(15/992*100vw);
  font-family: "Jost", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
}

.zdo_drawer_menu {
  position: relative;
  z-index: 99;
}

.zdo_drawer_menu .zdo_drawer_bg {
  width: 100%;
  height: 100vh;
  position: fixed;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0);
  display: none;
  top: 0;
  left: 0;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper {
  position: fixed;
  width: 100%;
  height: 100vh;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  background-color: white;
  top: 0;
  right: 0;
  z-index: 101;
  overflow-y: auto;
  overflow-x: hidden;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper.open {
  opacity: 1;
}

.zdo_drawer_menu .zdo_drawer_nav_wrapper .nav_cnt {
  display: block;
  width: 100%;
}

/*+++ Default Navigation CSS +++*/
.sp-nav {
  position: relative;
  width: 100%;
  margin-top: calc(170/992*100vw);
  z-index: 103;
}

.sp-nav__list {
  width: 100%;
}

.sp-nav__item {
  border-bottom: 1px solid #323232;
}

.sp-nav__itemLink {
  display: block;
  width: 100%;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  padding-left: 30px;
  text-align: left;
  font-family: "Jost", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.05em;
  color: #323232;
}

.sp-nav__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
  margin-left: -25px;
}

.sp-nav__buttonItem {
  margin-left: 15px;
}

.sp-nav__buttonItem--insta img {
  width: 25px;
}

.sp-nav__buttonItem--mail img {
  width: 25px;
}

.sp-nav__buttonLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
  height: 50px;
  background-color: #fff;
  border-radius: 50%;
}

.is-spDropdown .sp-nav__itemLink {
  position: relative;
}

.is-spDropdown .sp-nav__itemLink::after {
  content: "";
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  right: 20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  border-right: 2px solid #84c5d4;
  border-bottom: 2px solid #84c5d4;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.is-spDropdown.close .sp-nav__itemLink {
  position: relative;
}

.is-spDropdown.close .sp-nav__itemLink::after {
  width: 8px;
  height: 8px;
  right: 20px;
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.sp-subnav {
  display: none;
  background-color: #f6f6f6;
}

.sp-subnav__item {
  border-top: 1px solid #d5d5d5;
}

.sp-subnav__itemLink {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 30px;
  padding-left: 46px;
  text-align: left;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.1;
  letter-spacing: 0.05em;
  color: #323232;
}

@media screen and (max-width: 992px) {
  .nav-button {
    display: block;
  }
}

@media screen and (max-width: 750px) {
  .nav-button {
    top: calc(17/750*100vw);
    right: calc(20/750*100vw);
    width: calc(115/750*100vw);
    height: calc(127/750*100vw);
  }
  .nav-button__panel:after {
    bottom: calc(25/750*100vw);
    font-size: calc(20/750*100vw);
  }
  .nav-button__panel--icon {
    top: calc(48/750*100vw);
    width: calc(60/750*100vw);
    height: calc(4/750*100vw);
  }
  .nav-button__panel--icon::before {
    top: calc(-15/750*100vw);
    height: calc(4/750*100vw);
  }
  .nav-button__panel--icon::after {
    top: calc(15/750*100vw);
    height: calc(4/750*100vw);
  }
  .open .nav-button {
    top: calc(17/750*100vw);
    right: calc(20/750*100vw);
  }
  .is-headerFixed .nav-button {
    top: calc(15/750*100vw);
    right: calc(20/750*100vw);
    width: calc(100/750*100vw);
    height: calc(90/750*100vw);
  }
  .is-headerFixed .nav-button__panel:after {
    bottom: calc(10/750*100vw);
    font-family: "Jost", "Noto Sans JP", "游ゴシック", "メイリオ", "ヒラギノ角ゴ Pro W3", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", Arial, sans-serif;
  }
  .is-headerFixed .nav-button__panel--icon {
    width: calc(50/750*100vw);
    top: calc(30/750*100vw);
  }
  .is-headerFixed .nav-button__panel--icon::before {
    top: calc(-15/750*100vw);
  }
  .is-headerFixed .nav-button__panel--icon::after {
    top: calc(15/750*100vw);
  }
  .is-headerFixed.open .nav-button {
    position: fixed;
    top: calc(15/750*100vw);
    right: calc(20/750*100vw);
  }
  .is-headerFixed.open .nav-button__panel:after {
    content: "CLOSE";
  }
  .is-headerFixed.open .nav-button__panel--icon {
    background: transparent;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .is-headerFixed.open .nav-button__panel--icon::before {
    top: 0px;
    bottom: 0px;
    margin: auto;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .is-headerFixed.open .nav-button__panel--icon::after {
    top: 0px;
    bottom: 0px;
    margin: auto;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  .sp-nav {
    margin-top: calc(170/750*100vw);
  }
  .sp-nav__itemLink {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 14px;
  }
  .sp-subnav__itemLink {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 25px;
    padding-left: 25px;
    font-size: 13px;
  }
}

/* ==================================
    共通箇所
================================== */
