@charset "UTF-8";


/* ==============================
module / header
================================= */
/* =========================================================
 Base
========================================================= */
/* ==============================
	base/base
================================= */
@import url("https://fonts.googleapis.com/css2?family=Lato:wght@700&amp;display=swap");
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium"), local("YuGothic-Medium");
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold"), local("YuGothic-Bold");
  font-weight: bold;
}

html {
  font-size: 62.5% !important;
  color: #242424;
  -webkit-text-size-adjust: 100%;
  overflow: visible;
}

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

body {
  position: static;
  overflow-x: hidden;
  word-break: normal;
  font-size: 150%;
  font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 300;
  width: 100%;
}

_:-ms-fullscreen,
:root body {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

canvas {
  vertical-align: top;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

em {
  font-style: normal;
}

a {
  text-decoration: none;
  color: inherit;
}

a[target="_blank"]::after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e90b";
  margin-left: 5px;
}

@media (min-width: 768px) {
  a {
    -webkit-transition: .3s;
    transition: .3s;
  }
  a:hover {
    opacity: .7;
  }
}

html[data-whatinput='mouse'] a:focus,
html[data-whatinput='touch'] a:focus {
  outline: none;
}

html[data-whatinput='keyboard'] a:focus {
  outline: solid 1px #0095db;
}

a:active {
  color: inherit;
}

html[data-whatinput='mouse'] textarea:focus,
html[data-whatinput='touch'] textarea:focus, html[data-whatinput='mouse']
input:focus,
html[data-whatinput='touch']
input:focus, html[data-whatinput='mouse']
button:focus,
html[data-whatinput='touch']
button:focus {
  outline: none;
}

html[data-whatinput='keyboard'] textarea:focus, html[data-whatinput='keyboard']
input:focus, html[data-whatinput='keyboard']
button:focus {
  outline: solid 1px #0095db;
}

textarea {
  display: block;
  height: 160px;
  font-size: 1.6rem;
  resize: none;
}

@media (min-width: 768px) {
  textarea {
    height: 110px;
    font-size: 1.4rem;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

i {
  font-style: normal;
}

button {
  border: none;
  border-color: none;
  background: none;
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  font-weight: 300;
}

div {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

html[data-whatinput='mouse'] div:focus,
html[data-whatinput='touch'] div:focus {
  outline: none;
}

html[data-whatinput='keyboard'] div:focus {
  outline: solid 1px #0095db;
}

p {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

label {
  font-size: 1.4rem;
  line-height: 1.75;
  letter-spacing: 0.05em;
}

input::-webkit-input-placeholder {
  opacity: 0.3;
}

input::-moz-placeholder {
  opacity: 0.3;
}

input:-ms-input-placeholder {
  opacity: 0.3;
}

input::-ms-input-placeholder {
  opacity: 0.3;
}

input::placeholder {
  opacity: 0.3;
}

input:-moz-read-only {
  pointer-events: none;
}

input:read-only {
  pointer-events: none;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="email"],
input[type="time"] {
  font-size: 1.6rem;
  line-height: 1.7;
}

input[type="time"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

@media (min-width: 768px) {
  input::-webkit-input-placeholder {
    opacity: 0.3;
    font-size: 1.4rem;
  }
  input::-moz-placeholder {
    opacity: 0.3;
    font-size: 1.4rem;
  }
  input:-ms-input-placeholder {
    opacity: 0.3;
    font-size: 1.4rem;
  }
  input::-ms-input-placeholder {
    opacity: 0.3;
    font-size: 1.4rem;
  }
  input::placeholder {
    opacity: 0.3;
    font-size: 1.4rem;
  }
  input[type="text"],
  input[type="password"],
  input[type="tel"],
  input[type="email"],
  input[type="time"] {
    font-size: 1.4rem;
  }
}

table {
  width: 100%;
}

main {
  display: block;
}

dd {
  margin: 0;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}

/* ==============================
	base/ 調整
================================= */
.mt0 {
  margin-top: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

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

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

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

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

.mb25 {
  margin-bottom: 25px !important;
}

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

.mb35 {
  margin-bottom: 35px !important;
}

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

.mb45 {
  margin-bottom: 45px !important;
}

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

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

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

.mb100 {
  margin-bottom: 100px !important;
}

.mb110 {
  margin-bottom: 110px !important;
}

.mb120 {
  margin-bottom: 120px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml25 {
  margin-left: 25px !important;
}

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

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 10px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.ta-right {
  text-align: right !important;
}

.ta-left {
  text-align: left !important;
}

.ta-center {
  text-align: center !important;
}

/*flexbox align-items*/
.ai-c {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.ai-fs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/*flexbox justify-content*/
.jcb {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.is-sp {
  display: block !important;
}

@media (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

.is-tab {
  display: none !important;
}

@media (min-width: 768px) {
  .is-tab {
    display: block !important;
  }
}

.is-pc {
  display: none !important;
}

@media (min-width: 1100px) {
  .is-pc {
    display: block !important;
  }
}

.bold {
  font-weight: bold;
}

/* =========================================================
 Layout
========================================================= */
#wp-header {
  width: 100%;
  position: relative;
  padding: 0;
}

#wp-header h1,
#wp-header h2,
#wp-header h3,
#wp-header h4,
#wp-header h5,
#wp-header h6 {
  padding: 0;
  text-align: left;
}

#wrapper {
  width: 100% !important;
}

#wp-header .header-bottom-icon span {
  display: block;
}

#wp-header.header-global .header-content-right a {
  margin: 0 5px;
}

#wp-header.header-global .header-content-right a.is-current {
  color: #999;
}

#wp-header.header-global .header-logo .logo {
  width: 160px;
}

#wp-header.header-global .header-logo .logo img {
  vertical-align: middle;
}

#wp-header.header-global .header-logo .logo span {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.2rem;
  line-height: 1;
  margin-left: 20px;
  font-weight: 700;
  white-space: nowrap;
}

#wp-header .header-cover {
  width: 100%;
  height: 50px;
}

@media (min-width: 768px) {
  #wp-header .header-cover {
    height: auto;
    min-height: 110px;
  }
}

#wp-header .header-inner {
  position: fixed;
  width: 100%;
  height: 50px;
  background: #fff;
  z-index: 15;
}

@media (min-width: 768px) {
  #wp-header .header-inner {
    height: auto;
    min-height: 110px;
  }
}

#wp-header .header-content {
  width: 100%;
  padding: 0 10px;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
}

@media (min-width: 768px) {
  #wp-header .header-content {
    height: 60px;
    padding: 0  0 0 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

@media (min-width: 1100px) {
  #wp-header .header-content {
    padding: 0 0 0 20px;
  }
}

#wp-header .header-content-right .icon-cart {
  position: relative;
  font-size: 1.8rem;
  line-height: 1;
  top: 1px;
}

@media (min-width: 768px) {
  #wp-header .header-content-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
  }
  #wp-header .header-content-right > li {
    position: relative;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 16px;
    white-space: nowrap;
  }
  #wp-header .header-content-right > li:first-child {
    padding-left: 0;
  }
  #wp-header .header-content-right > li + li::before {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    background: #dcdcdc;
    height: calc(100% - 10px);
    top: 5px;
    left: 0;
  }
  #wp-header .header-content-right a {
    font-size: 1.4rem;
    line-height: 1.71429;
  }
}

#wp-header .header-logo {
  width: 100%;
  padding-left: 43px;
}

@media (min-width: 768px) {
  #wp-header .header-logo {
    padding-left: 0;
  }
}

#wp-header .header-logo .logo {
  width: 46px;
  line-height: 1;
  padding-bottom: 0;
}

@media (min-width: 768px) {
  #wp-header .header-logo .logo {
    width: 63px;
  }
}

#wp-header .header-logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#wp-header .header-logo img {
  width: 46px;
  vertical-align: middle;
}

@media (min-width: 768px) {
  #wp-header .header-logo img {
    width: 63px;
  }
}

#wp-header .header-menu {
  position: relative;
  left: 20px;
  top: -34px;
  width: 18px;
  height: 18px;
  z-index: 10;
  -webkit-transform: translateX(300px);
      -ms-transform: translateX(300px);
          transform: translateX(300px);
  -webkit-transition: left .3s;
  transition: left .3s;
}

@media (min-width: 768px) {
  #wp-header .header-menu {
    display: none;
  }
}

#wp-header .header-menu > span {
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

#wp-header .header-menu > span:first-child {
  top: 0;
}

#wp-header .header-menu > span:nth-child(2) {
  top: 8px;
}

#wp-header .header-menu > span:nth-child(3) {
  top: 17px;
}

#wp-header .header-nav-pc {
  display: none;
}

@media (min-width: 768px) {
  #wp-header .header-nav-pc {
    display: block;
  }
}

#wp-header .header-nav-sp {
  display: block;
}

@media (min-width: 768px) {
  #wp-header .header-nav-sp {
    display: none;
  }
}

#wp-header .header-nav {
  position: fixed;
  top: 50px;
  left: 0;
  z-index: 2;
  -webkit-transform: translateX(-300px);
      -ms-transform: translateX(-300px);
          transform: translateX(-300px);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

@media (min-width: 768px) {
  #wp-header .header-nav {
    position: static;
    top: 0;
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
    width: 100%;
    min-height: 50px;
    background: #094da4;
    -webkit-transition: -webkit-transform 0s;
    transition: -webkit-transform 0s;
    transition: transform 0s;
    transition: transform 0s, -webkit-transform 0s;
  }
}

#wp-header .header-nav-bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(36, 36, 36, 0.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  z-index: 1;
}

#wp-header .header-nav-inner {
  position: relative;
  width: 260px;
  height: 100vh;
  top: -50px;
  left: 0;
  background: #fff;
  overflow-y: auto;
  padding-bottom: 100px;
  margin-bottom: 100px;
  z-index: 10;
}

@media (min-width: 375px) {
  #wp-header .header-nav-inner {
    width: 280px;
  }
}

@media (min-width: 768px) {
  #wp-header .header-nav-inner {
    position: static;
    width: 100%;
    height: auto;
    top: 0;
    min-height: 50px;
    background: none;
    padding-bottom: 0;
    margin-bottom: 0;
    width: 100%;
    max-width: 1080px;
    padding: 0 10px;
    margin: 0 auto;
    overflow-y: visible;
  }
}

@media (min-width: 768px) and (min-width: 1100px) {
  #wp-header .header-nav-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

#wp-header .header-nav-list {
  z-index: 10;
  border-bottom: 1px solid #f7f7f7;
}

@media (min-width: 768px) {
  #wp-header .header-nav-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 50px;
    border-bottom: none;
  }
  #wp-header .header-nav-list a[target="_blank"]::after {
    display: none;
  }
  #wp-header .header-nav-list a:hover {
    opacity: 1;
  }
}

@media (min-width: 768px) {
  #wp-header .header-nav-list > li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% / 5);
  }
  #wp-header .header-nav-list > li:hover a.header-nav-ttl {
    color: #094da4;
    background: #fdfdfd;
  }
}

#wp-header .header-nav-list > li + li {
  border-top: 1px solid #f7f7f7;
}

@media (min-width: 768px) {
  #wp-header .header-nav-list > li + li {
    border-top: none;
  }
}

#wp-header .header-nav-list .header-nav-store .header-nav-ttl {
  color: #333;
  white-space: nowrap;
}

@media (min-width: 768px) {
  #wp-header .header-nav-list .header-nav-store .header-nav-ttl {
    color: #fff;
  }
}

#wp-header .header-nav-list .header-nav-store .header-nav-ttl::before {
  color: #333;
}

@media (min-width: 768px) {
  #wp-header .header-nav-list .header-nav-store .header-nav-ttl::before {
    color: #fff;
  }
}

@media (min-width: 768px) {
  #wp-header .header-nav-list .header-nav-corporation .header-nav-child-wrap {
    left: auto;
    right: 0;
  }
}

#wp-header .header-nav-list a.header-nav-ttl::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  background: none;
  content: '\e903';
  position: absolute;
  display: block;
  font-size: 1rem;
  line-height: 1;
  top: 24px;
  right: 25px;
  border-radius: 0px;
}

@media (min-width: 768px) {
  #wp-header .header-nav-list a.header-nav-ttl::before {
    display: none;
  }
}

#wp-header .header-nav-list a.header-nav-ttl:after {
  display: none;
}

#wp-header .header-nav-list-sub li a {
  position: relative;
  display: block;
  padding: 20px 40px 20px 20px;
  font-size: 1.2rem;
  line-height: 1.66667;
  font-weight: normal;
}

@media (min-width: 768px) {
  #wp-header .header-nav-list-sub {
    display: none;
  }
}

#wp-header .header-nav-ttl {
  position: relative;
  display: block;
  padding: 15px 40px 15px 20px;
  font-weight: normal;
}

@media (min-width: 768px) {
  #wp-header .header-nav-ttl {
    width: 100%;
    padding: 0;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    cursor: pointer;
    -webkit-transition: color 0.3s, background 0.3s;
    transition: color 0.3s, background 0.3s;
    font-size: 1.3rem;
    line-height: 1.23077;
    font-weight: 500;
  }
}

@media (min-width: 850px) {
  #wp-header .header-nav-ttl {
    font-size: 1.4rem;
    line-height: 1.28571;
  }
}

@media (min-width: 1100px) {
  #wp-header .header-nav-ttl {
    font-size: 1.6rem;
    line-height: 1.25;
  }
}

#wp-header .header-nav-ttl a {
  -webkit-transition: none;
  transition: none;
}

#wp-header .header-nav-ttl::before {
  content: '';
  position: absolute;
  display: block;
  width: 9px;
  height: 1px;
  right: 22px;
  top: 28px;
  background: #333;
  border-radius: 4px;
}

@media (min-width: 768px) {
  #wp-header .header-nav-ttl::before {
    display: none;
  }
}

#wp-header .header-nav-ttl::after {
  content: '';
  position: absolute;
  display: block;
  height: 9px;
  width: 1px;
  right: 26px;
  top: 24px;
  background: #333;
  border-radius: 4px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (min-width: 768px) {
  #wp-header .header-nav-ttl::after {
    font-family: 'icomoon' !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 1rem;
    line-height: 1;
    content: "\e904";
    border-bottom: none;
    color: #fff;
    background: none;
    width: auto;
    height: auto;
    position: static;
    margin-left: 5px;
    margin-top: 3px;
    -webkit-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
    -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center;
    -webkit-transition: color .3s;
    transition: color .3s;
  }
}

#wp-header .header-nav-ttl-bg {
  display: none;
}

@media (min-width: 768px) {
  #wp-header .header-nav-ttl-bg {
    display: block;
    position: fixed;
    width: 100vw;
    height: calc(100vh - 110px);
    top: 50px;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    visibility: hidden;
    border-radius: 0;
    cursor: default;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
}

#wp-header .header-nav-child {
  /* 製品 */
  /* スペシャルコンテンツ */
  /* 活動 */
  /* 企業情報 */
}

@media (min-width: 768px) {
  #wp-header .header-nav-child {
    padding-right: 10px;
  }
}

@media (min-width: 768px) {
  #wp-header .header-nav-child > li + li {
    margin-top: 30px;
  }
}

#wp-header .header-nav-child a {
  position: relative;
  display: block;
  padding: 10px 40px 10px 40px;
  font-weight: bold;
  font-size: 1.3rem;
  line-height: 1.76923;
  color: #242424;
}

@media (min-width: 768px) {
  #wp-header .header-nav-child a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 0;
  }
  #wp-header .header-nav-child a:hover {
    color: #094da4;
  }
}

#wp-header .header-nav-child a::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: none;
  content: '\e903';
  position: absolute;
  display: block;
  font-size: 1rem;
  line-height: 1;
  top: 15px;
  right: 22px;
}

@media (min-width: 768px) {
  #wp-header .header-nav-child a::before {
    content: '\e927';
    position: static;
    font-size: 1.6rem;
    line-height: 1;
    margin-left: 10px;
  }
}

#wp-header .header-nav-child-spacer {
  display: none;
}

@media (min-width: 768px) {
  #wp-header .header-nav-child-spacer {
    display: block;
    position: absolute;
    top: 50px;
    left: 0;
    content: "";
    width: 100%;
    height: auto;
    padding: 8px;
    opacity: 0;
    visibility: hidden;
  }
}

#wp-header .header-nav-child-wrap {
  background: #F4F4F4;
}

@media (min-width: 768px) {
  #wp-header .header-nav-child-wrap {
    padding: 40px;
    border-radius: 6px;
    -webkit-box-shadow: 0px 0 30px 0px rgba(0, 0, 0, 0.16);
            box-shadow: 0px 0 30px 0px rgba(0, 0, 0, 0.16);
  }
}

@media (min-width: 768px) {
  #wp-header .header-nav-child-inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    max-width: 1040px;
    margin: 0 auto;
  }
}

#wp-header .header-nav-child-inner img {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  width: 100%;
  height: auto;
}

#wp-header .header-nav-child-inner a:hover img {
  opacity: 0.7;
}

#wp-header .header-nav-child-img {
  display: none;
  width: 150px;
}

@media (min-width: 768px) {
  #wp-header .header-nav-child-img {
    display: block;
  }
}

@media (min-width: 768px) {
  #wp-header .header-nav-child-ttl-a {
    margin-bottom: 20px;
    padding-bottom: 10px;
    color: #333;
    font-size: 1.8rem;
    line-height: 1.66667;
    font-weight: 600;
    letter-spacing: 0.05em;
    border-bottom: 1px solid #094DA4;
  }
  #wp-header .header-nav-child-ttl-a a {
    display: inline-block;
    position: relative;
    padding-right: 24px;
    color: #094DA4;
  }
  #wp-header .header-nav-child-ttl-a a:hover {
    text-decoration: underline;
  }
  #wp-header .header-nav-child-ttl-a a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 16px;
    height: 16px;
    background: url(../svg/arrow_right_01.svg) no-repeat 0 0;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 768px) {
  #wp-header .header-nav-child-ttl-b {
    margin-bottom: 16px;
    color: #333;
    font-size: 1.4rem;
    line-height: 1.57143;
    font-weight: 600;
    letter-spacing: 0.05em;
  }
}

@media (min-width: 768px) {
  #wp-header .header-nav-child-ttl-c {
    margin-bottom: 20px;
    padding-bottom: 8px;
    font-size: 14px !important;
    line-height: calc(21/14);
    font-weight: 600;
    letter-spacing: 0.05em;
    border-bottom: 2px solid #094DA4;
  }
}

#wp-header .header-nav-child-inline-link li {
  display: inline-block;
  margin: 0 20px 15px 0;
  font-size: 1.4rem;
  line-height: 1.57143;
  font-weight: 600;
  letter-spacing: 0.05em;
}

#wp-header .header-nav-child-inline-link li a {
  display: block;
  position: relative;
  padding-right: 24px;
  color: #094DA4;
}

#wp-header .header-nav-child-inline-link li a:hover {
  text-decoration: underline;
}

#wp-header .header-nav-child-inline-link li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(../svg/arrow_right_01.svg) no-repeat 0 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#wp-header .header-nav-child-inline-link li a[target="_blank"]::after {
  display: block;
  background: url(../svg/arrow_blank_01.svg) no-repeat 0 0;
}

#wp-header .header-nav-child-products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 0;
  width: 100%;
}

@media (min-width: 768px) {
  #wp-header .header-nav-child-products {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    gap: 0 40px;
  }
}

#wp-header .header-nav-child-products .column-brand {
  width: 100%;
}

@media (min-width: 768px) {
  #wp-header .header-nav-child-products .column-brand {
    width: 252px;
  }
}

#wp-header .header-nav-child-products .column-store {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 0;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}

#wp-header .header-nav-child-products-category {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 22px;
}

@media (min-width: 768px) {
  #wp-header .header-nav-child-products-category {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1100px) {
  #wp-header .header-nav-child-products-category {
    grid-template-columns: repeat(6, 1fr);
  }
}

#wp-header .header-nav-child-products-category-list dt,
#wp-header .header-nav-child-products-category-list dd {
  font-weight: 600;
  letter-spacing: 0.05em;
}

#wp-header .header-nav-child-products-category-list dt {
  position: relative;
  margin-bottom: 8px;
  font-size: 1.4rem;
  line-height: 1.28571;
}

#wp-header .header-nav-child-products-category-list dt a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 3em;
  padding-right: 24px;
  color: #094DA4;
}

#wp-header .header-nav-child-products-category-list dt a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(../svg/arrow_right_01.svg) no-repeat 0 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#wp-header .header-nav-child-products-category-list dt a:hover {
  text-decoration: underline;
}

#wp-header .header-nav-child-products-category-list dd ul li {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.25;
}

#wp-header .header-nav-child-products-category-list dd ul li:after {
  display: block;
  content: "-";
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 1em;
  height: 1em;
}

#wp-header .header-nav-child-products-category-list dd ul li a {
  display: block;
  padding: 8px 0 8px 12px;
}

#wp-header .header-nav-child-products-category-list dd ul li a:hover {
  text-decoration: underline;
}

#wp-header .header-nav-child-products .header-nav-child-brand {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 28px;
}

#wp-header .header-nav-child-special .header-nav-child-contents {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px 20px;
}

#wp-header .header-nav-child-special .header-nav-child-contents li .header-nav-child-contents-thumb {
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 4px;
}

#wp-header .header-nav-child-special .header-nav-child-contents li .header-nav-child-contents-title a {
  position: relative;
  display: inline-block;
  padding-right: 24px;
  color: #094DA4;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5;
}

#wp-header .header-nav-child-special .header-nav-child-contents li .header-nav-child-contents-title a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(../svg/arrow_right_01.svg) no-repeat 0 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#wp-header .header-nav-child-special .header-nav-child-contents li .header-nav-child-contents-title a:hover {
  text-decoration: underline;
}

#wp-header .header-nav-child-fun {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (min-width: 768px) {
  #wp-header .header-nav-child-fun {
    gap: 0 20px;
  }
}

@media (min-width: 900px) {
  #wp-header .header-nav-child-fun {
    gap: 0 25px;
  }
}

@media (min-width: 1100px) {
  #wp-header .header-nav-child-fun {
    gap: 0 40px;
  }
}

#wp-header .header-nav-child-fun .header-nav-child-list-link {
  margin-top: -10px;
}

#wp-header .header-nav-child-fun .header-nav-child-list-link li a {
  position: relative;
  display: inline-block;
  padding: 8px 24px 8px 0;
  color: #094DA4;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.5;
}

#wp-header .header-nav-child-fun .header-nav-child-list-link li a:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 16px;
  height: 16px;
  background: url(../svg/arrow_right_01.svg) no-repeat 0 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#wp-header .header-nav-child-fun .header-nav-child-list-link li a:hover {
  text-decoration: underline;
}

#wp-header .header-nav-child-fun .header-nav-child-list-link li a[target="_blank"]::after {
  display: block;
  background: url(../svg/arrow_blank_01.svg) no-repeat 0 0;
}

@media (min-width: 768px) {
  #wp-header .header-nav-child-fun .column-design {
    width: 120px;
  }
}

@media (min-width: 900px) {
  #wp-header .header-nav-child-fun .column-design {
    width: 150px;
  }
}

@media (min-width: 1100px) {
  #wp-header .header-nav-child-fun .column-design {
    width: 180px;
  }
}

@media (min-width: 768px) {
  #wp-header .header-nav-child-fun .column-service {
    width: 130px;
  }
}

@media (min-width: 900px) {
  #wp-header .header-nav-child-fun .column-service {
    width: 150px;
  }
}

@media (min-width: 1100px) {
  #wp-header .header-nav-child-fun .column-service {
    width: 220px;
  }
}

@media (min-width: 768px) {
  #wp-header .header-nav-child-fun .column-kaihat {
    width: 310px;
  }
}

#wp-header .header-nav-child-fun .column-kaihat img {
  max-width: 200px;
}

@media (min-width: 768px) {
  #wp-header .header-nav-child-fun .column-kaihat img {
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  #wp-header .header-nav-child-fun .column-sponsorship {
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 0;
        -ms-flex: 1 0 0px;
            flex: 1 0 0;
  }
}

#wp-header .header-nav-child-fun .column-sponsorship .header-nav-child-list-sponsors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px 15px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#wp-header .header-nav-child-fun .column-sponsorship .header-nav-child-list-sponsors li.item-koshien {
  width: 121px;
}

#wp-header .header-nav-child-fun .column-sponsorship .header-nav-child-list-sponsors li.item-wallart {
  width: 74px;
}

#wp-header .header-nav-child-fun .column-sponsorship .header-nav-child-list-sponsors li.item-fcgifu {
  width: 77px;
}

#wp-header.l-header.is-open .header-menu {
  position: absolute;
  display: block;
  width: 35px;
  height: 50px;
  top: -50px;
  left: -20px;
  content: "";
  background-color: #2D2D2D;
}

#wp-header.l-header.is-open .header-menu > span {
  left: 7px;
  width: 22px;
  background: #fff;
}

#wp-header.l-header.is-open .header-menu > span:first-child {
  height: 2px;
  top: 23px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 10px;
}

#wp-header.l-header.is-open .header-menu > span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}

#wp-header.l-header.is-open .header-menu > span:nth-child(3) {
  top: 23px;
  height: 2px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-radius: 10px;
}

#wp-header.l-header.is-open .header-nav {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

#wp-header.l-header.is-open .header-nav-bg {
  opacity: 1;
  visibility: visible;
}

#wp-header .header-nav-list .is-hover .header-nav-child-spacer {
  opacity: 1;
  visibility: visible;
}

#wp-header .header-nav-list .is-hover .header-nav-ttl-bg {
  opacity: 1;
  visibility: visible;
}

#wp-header .header-nav-list .is-hover .header-nav-ttl {
  color: #094DA4;
  background: #fdfdfd;
}

#wp-header .header-nav-list .is-hover .header-nav-ttl:after {
  color: #094DA4;
}

#wp-header .header-accordion.is-open .header-nav-ttl:after {
  opacity: 0;
}

#wp-header.l-header .header-drawer li {
  border-bottom: 1px solid #F7F7F7;
}

#wp-header.l-header .header-drawer a {
  color: #333;
}

#wp-header.l-header .header-drawer .child {
  display: none;
}

#wp-header.l-header .header-drawer .header-drawer-ttl-b {
  margin-bottom: 7px;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.71429;
  font-weight: normal;
  letter-spacing: 0.05em;
}

#wp-header.l-header .header-drawer .header-drawer-ttl-c {
  margin-bottom: 7px;
  color: #333;
  font-size: 14px !important;
  line-height: calc(24/14);
  font-weight: normal;
  letter-spacing: 0.05em;
}

#wp-header.l-header .header-drawer .header-drawer-ttl {
  position: relative;
}

#wp-header.l-header .header-drawer .header-drawer-ttl a,
#wp-header.l-header .header-drawer .header-drawer-ttl span.title {
  position: relative;
  display: block;
  padding: 17px 40px 15px 20px;
  font-size: 1.4rem;
  line-height: 1.42857;
  font-weight: 500;
  letter-spacing: 0.05em;
}

#wp-header.l-header .header-drawer .header-drawer-ttl a::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  background: none;
  content: '\e903';
  position: absolute;
  display: block;
  font-size: 1rem;
  line-height: 1;
  top: 50%;
  right: 22px;
  border-radius: 0px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#wp-header.l-header .header-drawer .header-drawer-ttl.has-child a::before {
  right: 75px;
}

#wp-header.l-header .header-drawer .header-drawer-ttl.has-child.is-open {
  color: #094DA4;
}

#wp-header.l-header .header-drawer .header-drawer-ttl-sub {
  position: relative;
  display: block;
  margin-top: 0;
  padding: 0;
  text-align: left;
}

#wp-header.l-header .header-drawer .header-drawer-ttl-sub a,
#wp-header.l-header .header-drawer .header-drawer-ttl-sub span.title {
  display: block;
  position: relative;
  padding: 17px 40px 15px 20px;
  font-size: 1.4rem;
  line-height: 1.42857;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #F7F7F7;
  border-bottom: 1px solid #FFF;
}

#wp-header.l-header .header-drawer .header-drawer-ttl-sub a::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  background: none;
  content: '\e903';
  position: absolute;
  display: block;
  font-size: 1rem;
  line-height: 1;
  top: 50%;
  right: 22px;
  border-radius: 0px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#wp-header.l-header .header-drawer .header-drawer-ttl-sub.has-child a {
  padding-right: 95px;
}

#wp-header.l-header .header-drawer .header-drawer-ttl-sub.has-child a::before {
  right: 75px;
}

#wp-header.l-header .header-drawer .header-drawer-ttl-sub.has-child.is-open {
  color: #094DA4;
}

#wp-header.l-header .header-drawer .header-drawer-ttl-sub.has-child.is-open a {
  color: #094DA4;
}

#wp-header.l-header .header-drawer .header-drawer-ttl-sub .icon-toggle {
  border-left: 1px solid #FFF;
}

#wp-header.l-header .header-drawer .header-drawer-products-category-list dt {
  position: relative;
  display: block;
  border-bottom: 1px solid #F7F7F7;
}

#wp-header.l-header .header-drawer .header-drawer-products-category-list dt a,
#wp-header.l-header .header-drawer .header-drawer-products-category-list dt span.title {
  display: block;
  position: relative;
  padding: 17px 40px 15px 40px;
  font-size: 1.4rem;
  line-height: 1.42857;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #FFF;
  border-bottom: 1px solid #FFF;
}

#wp-header.l-header .header-drawer .header-drawer-products-category-list dt a::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  background: none;
  content: '\e903';
  position: absolute;
  display: block;
  font-size: 1rem;
  line-height: 1;
  top: 50%;
  right: 22px;
  border-radius: 0px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#wp-header.l-header .header-drawer .header-drawer-products-category-list dt.has-child a {
  padding-right: 95px;
}

#wp-header.l-header .header-drawer .header-drawer-products-category-list dt.has-child a::before {
  right: 75px;
}

#wp-header.l-header .header-drawer .header-drawer-products-category-list dt.has-child.is-open a {
  color: #094DA4;
}

#wp-header.l-header .header-drawer .header-drawer-products-category-list dt.has-child + .child {
  margin-left: 20px;
  background-color: #F7F7F7;
}

#wp-header.l-header .header-drawer .header-drawer-products-category-list dd .category li {
  border-bottom: none;
}

#wp-header.l-header .header-drawer .header-drawer-products-category-list dd .category li a {
  display: block;
  position: relative;
  padding: 10px 40px 8px 20px;
  font-size: 1.3rem;
  line-height: 1.53846;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #F7F7F7;
}

#wp-header.l-header .header-drawer .header-drawer-products-category-list dd .category li a::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  background: none;
  content: '\e903';
  position: absolute;
  display: block;
  font-size: 1rem;
  line-height: 1;
  top: 50%;
  right: 22px;
  border-radius: 0px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#wp-header.l-header .header-drawer .header-drawer-inline-link li a {
  display: block;
  position: relative;
  padding: 17px 40px 15px 40px;
  font-size: 1.4rem;
  line-height: 1.42857;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #FFF;
  border-bottom: 1px solid #FFF;
}

#wp-header.l-header .header-drawer .header-drawer-inline-link li a::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  background: none;
  content: '\e903';
  position: absolute;
  display: block;
  font-size: 1rem;
  line-height: 1;
  top: 50%;
  right: 22px;
  border-radius: 0px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#wp-header.l-header .header-drawer .has-child {
  position: relative;
}

#wp-header.l-header .header-drawer .has-child .icon-toggle {
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 54px;
  height: 100%;
  content: "";
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#wp-header.l-header .header-drawer .has-child .icon-toggle::before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 23px;
  width: 9px;
  height: 1px;
  background: #333;
  border-radius: 4px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#wp-header.l-header .header-drawer .has-child .icon-toggle::after {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  left: 27px;
  height: 9px;
  width: 1px;
  background: #333;
  border-radius: 4px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#wp-header.l-header .header-drawer .has-child.is-open .icon-toggle::after {
  opacity: 0;
}

#wp-header.l-header .header-drawer .header-drawer-products .column-brand > .child {
  padding: 20px 20px 20px 40px;
}

#wp-header.l-header .header-drawer .header-drawer-products .header-drawer-brand {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
  margin-bottom: 25px;
}

#wp-header.l-header .header-drawer .header-drawer-products .header-drawer-brand li {
  border: 1px solid #F7F7F7;
}

#wp-header.l-header .header-drawer .header-drawer-products .header-drawer-brand a[target="_blank"]::after {
  display: none;
}

#wp-header.l-header .header-drawer .header-drawer-special {
  padding: 20px 20px 20px 40px;
  background-color: #F7F7F7;
}

#wp-header.l-header .header-drawer .header-drawer-special .header-drawer-contents li {
  margin-bottom: 20px;
}

#wp-header.l-header .header-drawer .header-drawer-special .header-drawer-contents li .header-drawer-contents-thumb {
  overflow: hidden;
  margin-bottom: 6px;
  border-radius: 4px;
}

#wp-header.l-header .header-drawer .header-drawer-special .header-drawer-contents li .header-drawer-contents-thumb img {
  height: auto;
}

#wp-header.l-header .header-drawer .header-drawer-special .header-drawer-contents li .header-drawer-contents-title a {
  position: relative;
  display: block;
  padding-right: 20px;
}

#wp-header.l-header .header-drawer .header-drawer-special .header-drawer-contents li .header-drawer-contents-title a:after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  background: none;
  content: '\e903';
  position: absolute;
  display: block;
  font-size: 1rem;
  line-height: 1;
  top: 50%;
  right: 0;
  border-radius: 0px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#wp-header.l-header .header-drawer .header-drawer-fun .header-drawer-ttl-c {
  margin-bottom: 7px;
  color: #333;
  font-size: 1.4rem;
  line-height: 1.71429;
  font-weight: normal;
  letter-spacing: 0.05em;
}

#wp-header.l-header .header-drawer .header-drawer-fun .header-drawer-list-link li a {
  display: block;
  position: relative;
  padding: 17px 40px 15px 40px;
  font-size: 1.4rem;
  line-height: 1.42857;
  font-weight: 500;
  letter-spacing: 0.05em;
  background-color: #FFF;
  border-bottom: 1px solid #FFF;
}

#wp-header.l-header .header-drawer .header-drawer-fun .header-drawer-list-link li a::before {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: auto;
  height: auto;
  background: none;
  content: '\e903';
  position: absolute;
  display: block;
  font-size: 1rem;
  line-height: 1;
  top: 50%;
  right: 22px;
  border-radius: 0px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#wp-header.l-header .header-drawer .header-drawer-fun .column-kaihat {
  padding: 20px;
}

#wp-header.l-header .header-drawer .header-drawer-fun .column-sponsorship {
  margin-top: -20px;
  padding: 20px;
}

#wp-header.l-header .header-drawer .header-drawer-fun .column-sponsorship .header-drawer-list-sponsors {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

#wp-header.l-header .header-drawer .header-drawer-fun .column-sponsorship .header-drawer-list-sponsors li a img {
  width: 100%;
  height: auto;
}

#wp-header.l-header .header-drawer .header-drawer-fun .column-sponsorship .header-drawer-list-sponsors li a[target="_blank"]::after {
  display: none;
}

#wp-header.l-header .header-drawer .header-drawer-company .header-drawer-inline-link li {
  border-bottom: 1px solid #FFF;
}

#wp-header.l-header .header-drawer .header-drawer-company .header-drawer-inline-link li a {
  padding-left: 20px;
  background-color: #F7F7F7;
  border-bottom: none;
}

/* ==============================
module / footer
================================= */
#wp-footer {
  margin-top: 40px;
  padding: 0;
  background: #F6F6F6;
}

@media (min-width: 768px) {
  #wp-footer .footer-border-col {
    position: relative;
    padding: 0 20px;
  }
  #wp-footer .footer-border-col::before {
    content: "";
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background: #EDEDED;
    top: 0;
    left: 0;
  }
}

#wp-footer .footer-inner {
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  #wp-footer .footer-inner {
    padding: 40px 0 55px;
  }
}

@media (min-width: 1100px) {
  #wp-footer .footer-inner {
    padding-left: 0;
    padding-right: 0;
  }
}

#wp-footer .footer-content {
  width: 100%;
}

@media (min-width: 768px) {
  #wp-footer .footer-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

#wp-footer .footer-accordion.is-class-open .footer-item-icon-2 {
  opacity: 0;
}

#wp-footer .footer-accordion-content {
  display: none;
}

@media (min-width: 768px) {
  #wp-footer .footer-accordion-content {
    display: block !important;
  }
}

@media (min-width: 768px) {
  #wp-footer .footer-item {
    width: 20%;
  }
  #wp-footer .footer-item.col2 {
    width: 40%;
  }
  #wp-footer .footer-item.col2 .footer-pc-col::before {
    display: none;
  }
  #wp-footer .footer-item.col2 .footer-pc-col + .footer-pc-col::before {
    display: block;
    top: -37px;
  }
  #wp-footer .footer-item .footer-accordion + .footer-accordion .footer-item-ttl-wrap {
    margin-top: 50px;
  }
}

#wp-footer .footer-item-ttl {
  width: calc(100% - 12px);
  padding-right: 28px;
  font-weight: 700;
  font-size: 1.4rem;
  line-height: 1.28571;
  color: #5F5F5F;
}

@media (min-width: 768px) {
  #wp-footer .footer-item-ttl {
    width: 100%;
    padding-right: 0;
  }
  #wp-footer .footer-item-ttl.oline {
    padding-left: 20px;
  }
}

#wp-footer .footer-item-ttl a {
  pointer-events: none;
}

@media (min-width: 768px) {
  #wp-footer .footer-item-ttl a {
    pointer-events: auto;
  }
}

#wp-footer .footer-item-ttl-wrap {
  position: relative;
  width: 100%;
  padding: 16px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #fff;
}

#wp-footer .footer-item-ttl-wrap.link {
  padding: 0;
}

#wp-footer .footer-item-ttl-wrap.link .footer-item-ttl {
  padding: 0;
  width: 100%;
}

#wp-footer .footer-item-ttl-wrap.link a {
  display: block;
  padding: 16px 40px 16px 20px;
  pointer-events: auto;
}

@media (min-width: 768px) {
  #wp-footer .footer-item-ttl-wrap.link a {
    pointer-events: auto;
    padding: 0;
  }
}

#wp-footer .footer-item-ttl-wrap.link:after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  color: #8D8D8D;
  font-size: 1.1rem;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  #wp-footer .footer-item-ttl-wrap.link:after {
    display: none;
  }
}

@media (min-width: 768px) {
  #wp-footer .footer-item-ttl-wrap {
    min-height: auto;
    min-height: initial;
    padding: 0;
    margin-bottom: 20px;
    border-top: none;
  }
  #wp-footer .footer-item-ttl-wrap.recruit {
    margin-bottom: 50px;
  }
}

#wp-footer .footer-item-icon {
  display: block;
  position: relative;
  width: 12px;
  height: 12px;
  top: 2px;
}

@media (min-width: 768px) {
  #wp-footer .footer-item-icon {
    display: none;
  }
}

#wp-footer .footer-item-icon span {
  background: #8D8D8D;
  position: absolute;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

#wp-footer .footer-item-icon .footer-item-icon-1 {
  width: 100%;
  height: 1px;
  top: 6px;
  left: 0;
}

#wp-footer .footer-item-icon .footer-item-icon-2 {
  width: 1px;
  height: 100%;
  top: 0;
  left: 6px;
}

#wp-footer .footer-item-block {
  border-top: 1px solid #fff;
}

@media (min-width: 768px) {
  #wp-footer .footer-item-block {
    border: none;
  }
}

@media (min-width: 768px) {
  #wp-footer .footer-item-block.ttl a {
    margin-left: 0;
  }
}

#wp-footer .footer-item-block.ttl a::before {
  display: none;
}

#wp-footer .footer-item-block span {
  display: block;
  padding: 16px 20px;
  font-size: 1.4rem;
  line-height: 1.28571;
  color: #5F5F5F;
}

@media (min-width: 768px) {
  #wp-footer .footer-item-block span {
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-left: 8px;
    margin-bottom: 10px;
    text-indent: -1em;
    padding-left: 1em;
  }
}

#wp-footer .footer-item-block a {
  position: relative;
  display: block;
  padding: 16px 20px;
  font-size: 1.4rem;
  line-height: 1.28571;
  color: #5F5F5F;
}

@media (min-width: 768px) {
  #wp-footer .footer-item-block a {
    padding: 0;
    font-size: 1.2rem;
    line-height: 1.5;
    margin-left: 8px;
    margin-bottom: 10px;
    text-indent: -1em;
    padding-left: 1em;
  }
}

#wp-footer .footer-item-block a::before {
  content: "- ";
}

#wp-footer .footer-item-block a::after {
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  font-size: 1.1rem;
  line-height: 1;
  position: absolute;
  color: #8D8D8D;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (min-width: 768px) {
  #wp-footer .footer-item-block a::after {
    display: none;
  }
}

@media (min-width: 768px) {
  #wp-footer .footer-item-block a.no-indent {
    text-indent: 0;
    padding-left: 0;
  }
}

@media (min-width: 768px) {
  #wp-footer .footer-item-content + .footer-item-content {
    margin-top: 20px;
  }
}

@media (min-width: 768px) {
  #wp-footer .footer-item-content-wrap {
    width: 100%;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 100%;
  }
  #wp-footer .footer-item-content-wrap .footer-pc-col {
    width: 50%;
  }
}

/* renewal KAI-5311 */
@media (min-width: 768px) {
  #wp-footer .footer-inner {
    max-width: 1120px;
    padding-inline: 20px;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-template-areas: "areaA areaA areaA areaA areaA" "areaB areaC areaC areaC areaD";
    gap: 60px clamp(20px, 3.75vw, 48px);
  }
}
#wp-footer .footer-inner a[target=_blank]::after {
  content: "\e929";
  font-size: 14px;
  margin: 0;
}
@media (min-width: 768px) {
  #wp-footer .footer-inner button {
    cursor: default;
  }
}
#wp-footer .footer-link-btn-block {
  display: grid;
  grid-template-columns: 1fr 48px;
}
@media (min-width: 768px) {
  #wp-footer .footer-link-btn-block {
    grid-template-columns: minmax(0, 100%);
  }
}
#wp-footer .footer-link-btn-item {
  display: grid;
  place-content: center;
  position: relative;
  border-left: 1px solid;
  border-color: #fff;
}
#wp-footer .footer-link-btn-item.is-open .footer-btn-icon::after {
  -webkit-transform: translate(-50%) rotate(180deg);
          transform: translate(-50%) rotate(180deg);
}
@media (min-width: 768px) {
  #wp-footer .footer-link-btn-item {
    display: none;
  }
}
#wp-footer .footer-btn-icon {
  display: block;
  width: 8px;
  height: 8px;
  position: relative;
}
#wp-footer .footer-btn-icon::before, #wp-footer .footer-btn-icon::after {
  content: "";
  display: block;
  width: 8px;
  height: 2px;
  border-radius: 4px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
}
#wp-footer .footer-btn-icon::before {
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
}
#wp-footer .footer-btn-icon::after {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translate(-50%) rotate(90deg);
          transform: translate(-50%) rotate(90deg);
}
@media (min-width: 768px) {
  #wp-footer .footer-btn-icon {
    display: none;
  }
}
#wp-footer .footer-content-base-btn, #wp-footer .footer-link-second, #wp-footer .footer-link-first {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-template-columns: 1fr auto;
  padding: 15px 20px;
  font-size: 14px;
  font-weight: 600;
  width: 100%;
  text-align: left;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media (min-width: 768px) {
  #wp-footer .footer-content-base-btn, #wp-footer .footer-link-second, #wp-footer .footer-link-first {
    grid-template-columns: minmax(0, 100%) auto;
    padding: 0;
    color: #5F5F5F;
  }
}
#wp-footer .footer-content-base-btn.is-open, #wp-footer .is-open.footer-link-second, #wp-footer .is-open.footer-link-first {
  color: #094DA4;
}
@media (min-width: 768px) {
  #wp-footer .footer-content-base-btn.is-open, #wp-footer .is-open.footer-link-second, #wp-footer .is-open.footer-link-first {
    color: #5F5F5F;
  }
}
#wp-footer .footer-content-base-btn.is-open .footer-btn-icon::after, #wp-footer .is-open.footer-link-second .footer-btn-icon::after, #wp-footer .is-open.footer-link-first .footer-btn-icon::after {
  -webkit-transform: translate(-50%) rotate(180deg);
          transform: translate(-50%) rotate(180deg);
}
@media (min-width: 768px) {
  #wp-footer .footer-content-label-btn {
    font-size: clamp(12px, 1.25vw, 16px);
    font-weight: 600;
    color: #094DA4;
    padding-bottom: 16px;
  }
}
#wp-footer .footer-content-wrapper:not(:last-child) {
  border-bottom: 1px solid #fff;
}
@media (min-width: 768px) {
  #wp-footer .footer-content-wrapper:not(:last-child) {
    border-bottom: none;
  }
}
#wp-footer .footer-content-wrapper:last-child {
  padding: 15px 20px 40px;
}
@media (min-width: 768px) {
  #wp-footer .footer-content-wrapper:last-child {
    padding: 0;
  }
}
#wp-footer .footer-content-wrapper [class^=icon-],
#wp-footer .footer-content-wrapper [class*=" icon-"] {
  font-size: 10px;
  font-weight: 700;
  -webkit-transform: scale(0.8);
          transform: scale(0.8);
}
@media (min-width: 768px) {
  #wp-footer .footer-content-wrapper [class^=icon-],
  #wp-footer .footer-content-wrapper [class*=" icon-"] {
    display: none;
  }
}
#wp-footer .footer-link-list-first {
  display: none;
}
@media (min-width: 768px) {
  #wp-footer .footer-link-list-first {
    display: block !important;
  }
}
#wp-footer .footer-link-list-first-row:not(:last-child),
#wp-footer .footer-link-list-first > li:not(:last-child) {
  border-bottom: 1px solid #F6F6F6;
}
@media (min-width: 768px) {
  #wp-footer .footer-link-list-first-row:not(:last-child),
  #wp-footer .footer-link-list-first > li:not(:last-child) {
    border-bottom: none;
  }
}
@media (min-width: 768px) {
  #wp-footer .footer-link-list-first.for-sp-menu {
    display: none !important;
  }
}
#wp-footer .footer-link-list-second {
  display: none;
  border-top: 1px solid #F6F6F6;
}
@media (min-width: 768px) {
  #wp-footer .footer-link-list-second {
    display: block !important;
    border-top: none;
  }
}
#wp-footer .footer-link-list-second-block:not(:last-child) {
  border-bottom: 1px solid #F6F6F6;
}
@media (min-width: 768px) {
  #wp-footer .footer-link-list-second-block:not(:last-child) {
    border-bottom: none;
    padding-bottom: 10px;
  }
}
#wp-footer .footer-link-list-second-block:not(:has(.footer-btn-icon)) a {
  position: relative;
}
#wp-footer .footer-link-list-second-block:not(:has(.footer-btn-icon)) a::after {
  display: block;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  font-size: 10px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) scale(0.8);
          transform: translateY(-50%) scale(0.8);
}
#wp-footer .footer-link-list-second-block:not(:has(.footer-btn-icon)) a[target=_blank]::after {
  content: "\e929";
  font-size: 14px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media (min-width: 768px) {
  #wp-footer .footer-link-list-second-block:not(:has(.footer-btn-icon)) a[target=_blank]::after {
    right: 0;
    top: calc(50% - 2px);
  }
}
@media (min-width: 768px) {
  #wp-footer .footer-link-list-second-block:not(:has(.footer-btn-icon)) a:not([target=_blank])::after {
    display: none;
  }
}
@media (min-width: 768px) {
  #wp-footer .footer-link-list-second:has(.footer-link-brand-img, .footer-link-sponsor-img) a::after {
    display: none;
  }
}
#wp-footer .footer-link-list-third {
  display: none;
  background-color: #fff;
  padding-left: 20px;
}
@media (min-width: 768px) {
  #wp-footer .footer-link-list-third {
    display: block !important;
    background-color: transparent;
    padding: 10px 0 0 8px;
  }
}
#wp-footer .footer-link-list-third > li a {
  display: block;
  background-color: #F6F6F6;
  padding: 12px 36px 12px 16px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
@media (min-width: 768px) {
  #wp-footer .footer-link-list-third > li a {
    padding: 0 0 0 8px;
    color: #5F5F5F;
    font-size: clamp(10px, 0.93vw, 12px);
  }
}
#wp-footer .footer-link-list-third > li a::after {
  display: block;
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e903";
  font-size: 10px;
  color: #333;
  line-height: 1;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%) scale(0.8);
          transform: translateY(-50%) scale(0.8);
}
@media (min-width: 768px) {
  #wp-footer .footer-link-list-third > li a::after {
    display: none;
  }
}
@media (min-width: 768px) {
  #wp-footer .footer-link-list-third > li a::before {
    content: "-";
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
#wp-footer .footer-link-list-third > li:first-child a {
  padding-top: 24px;
}
@media (min-width: 768px) {
  #wp-footer .footer-link-list-third > li:first-child a {
    padding-top: 0;
  }
}
#wp-footer .footer-link-list-third > li:first-child a::after {
  top: calc(50% + 4px);
}
#wp-footer .footer-link-list-third > li:last-child a {
  padding-bottom: 24px;
}
@media (min-width: 768px) {
  #wp-footer .footer-link-list-third > li:last-child a {
    padding-bottom: 0;
  }
}
#wp-footer .footer-link-list-third > li:last-child a::after {
  top: calc(50% - 4px);
}
@media (min-width: 768px) {
  #wp-footer .footer-link-list-third > li:not(:last-child) {
    padding-bottom: 8px;
  }
}
#wp-footer .footer-content-txt-link-list > li {
  line-height: 1.2;
}
#wp-footer .footer-content-txt-link-list > li:not(:last-child) {
  margin-bottom: 5px;
}
#wp-footer .footer-content-txt-link-list a {
  font-size: 12px;
  font-weight: 400;
}
@media (min-width: 768px) {
  #wp-footer .footer-content-txt-link-list a {
    font-size: clamp(10px, 0.93vw, 12px);
    color: #5F5F5F;
    font-weight: 700;
  }
}
#wp-footer .footer-link-first {
  background-color: #fff;
}
@media (min-width: 768px) {
  #wp-footer .footer-link-first {
    font-size: clamp(10px, 0.93vw, 12px);
    background-color: transparent;
    padding-bottom: 10px;
  }
}
#wp-footer .footer-link-first-item .footer-link-btn-item {
  background-color: #fff;
  border-color: #F6F6F6;
}
@media (min-width: 768px) {
  #wp-footer .footer-link-first-item .footer-link-btn-item {
    background-color: transparent;
    padding-bottom: 20px;
  }
}
#wp-footer .footer-link-second {
  padding-left: 36px;
  background-color: #fff;
  font-weight: 400;
}
@media (min-width: 768px) {
  #wp-footer .footer-link-second {
    background-color: transparent;
    padding-left: 0;
    font-size: clamp(10px, 0.93vw, 12px);
    max-width: -webkit-max-content;
    max-width: -moz-max-content;
    max-width: max-content;
    width: 100%;
  }
}
#wp-footer .footer-link-second:not(:has(.footer-link-brand-img, .footer-link-sponsor-img))[target=_blank] {
  padding-right: 24px;
}
@media (min-width: 768px) {
  #wp-footer .footer-link-brand-list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 10px 0;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
#wp-footer .footer-link-brand-img {
  display: none;
}
@media (min-width: 768px) {
  #wp-footer .footer-link-brand-img {
    display: block;
  }
}
#wp-footer .footer-link-brand-name {
  display: block;
}
@media (min-width: 768px) {
  #wp-footer .footer-link-brand-name {
    display: none;
  }
}
@media (min-width: 768px) {
  #wp-footer .footer-link-sponsor-list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }
}
@media (min-width: 768px) {
  #wp-footer .footer-link-sponsor-list .footer-link-list-second-block {
    padding-bottom: 0;
  }
}
#wp-footer .footer-link-sponsor-img {
  display: none;
}
@media (min-width: 768px) {
  #wp-footer .footer-link-sponsor-img {
    display: block;
  }
}
#wp-footer .footer-link-sponsor-name {
  display: block;
}
@media (min-width: 768px) {
  #wp-footer .footer-link-sponsor-name {
    display: none;
  }
}
@media (min-width: 768px) {
  #wp-footer .footer-content-area-a {
    grid-area: areaA;
  }
}
@media (min-width: 768px) {
  #wp-footer .footer-content-area-a-contents {
    display: grid !important;
    grid-template-columns: subgrid;
    grid-template-areas: "areaA-brand areaA-brand areaA-brand areaA-brand areaA-brand" "areaA-store areaA-store areaA-store areaA-store areaA-other";
    gap: 28px clamp(20px, 3.75vw, 48px);
  }
}
@media (min-width: 768px) {
  #wp-footer .footer-content-area-a-brand {
    grid-area: areaA-brand;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-column-gap: 13px;
       -moz-column-gap: 13px;
            column-gap: 13px;
  }
}
@media (min-width: 768px) {
  #wp-footer .footer-content-area-a-brand .footer-link-first-item {
    padding-bottom: 0;
  }
}
@media (min-width: 768px) {
  #wp-footer .footer-content-area-a-store {
    grid-area: areaA-store;
  }
}
@media (min-width: 768px) {
  #wp-footer .footer-content-area-a-store-wrapper {
    display: grid !important;
    grid-template-columns: repeat(4, 1fr);
    grid-template-areas: "detail-1 detail-2 detail-3 detail-4";
    -webkit-column-gap: clamp(20px, 3.75vw, 48px);
       -moz-column-gap: clamp(20px, 3.75vw, 48px);
            column-gap: clamp(20px, 3.75vw, 48px);
  }
}
@media (min-width: 768px) {
  #wp-footer .footer-content-area-a-store-wrapper .footer-link-list-second-block {
    padding-bottom: 0;
  }
}
#wp-footer .footer-content-area-a-store-detail-1 {
  display: contents;
}
@media (min-width: 768px) {
  #wp-footer .footer-content-area-a-store-detail-1 {
    display: block;
    grid-area: detail-1;
  }
}
#wp-footer .footer-content-area-a-store-detail-2 {
  display: contents;
}
@media (min-width: 768px) {
  #wp-footer .footer-content-area-a-store-detail-2 {
    display: block;
    grid-area: detail-2;
  }
}
#wp-footer .footer-content-area-a-store-detail-3 {
  display: contents;
}
@media (min-width: 768px) {
  #wp-footer .footer-content-area-a-store-detail-3 {
    display: block;
    grid-area: detail-3;
  }
}
#wp-footer .footer-content-area-a-store-detail-4 {
  display: contents;
}
@media (min-width: 768px) {
  #wp-footer .footer-content-area-a-store-detail-4 {
    display: block;
    grid-area: detail-4;
  }
}
@media (min-width: 768px) {
  #wp-footer .footer-content-area-a-store .footer-link-list-second-block + .footer-link-list-second-block {
    margin-top: 12px;
  }
}
@media (min-width: 768px) {
  #wp-footer .footer-content-area-a-other {
    grid-area: areaA-other;
  }
}
@media (min-width: 768px) {
  #wp-footer .footer-content-area-b {
    grid-area: areaB;
  }
}
@media (min-width: 768px) {
  #wp-footer .footer-content-area-b-contents .footer-link-first {
    font-size: clamp(10px, 0.93vw, 12px);
    font-weight: 400;
  }
}
@media (min-width: 768px) {
  #wp-footer .footer-content-area-c {
    grid-area: areaC;
  }
}
@media (min-width: 768px) {
  #wp-footer .footer-content-area-c-contents {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr);
    grid-template-areas: "areaC-1 areaC-2 areaC-3";
    -webkit-column-gap: clamp(20px, 3.75vw, 48px);
       -moz-column-gap: clamp(20px, 3.75vw, 48px);
            column-gap: clamp(20px, 3.75vw, 48px);
  }
}
#wp-footer .footer-content-area-c-detail-1 {
  display: contents;
}
@media (min-width: 768px) {
  #wp-footer .footer-content-area-c-detail-1 {
    display: block;
    grid-area: areaC-1;
  }
}
#wp-footer .footer-content-area-c-detail-2 {
  display: contents;
}
@media (min-width: 768px) {
  #wp-footer .footer-content-area-c-detail-2 {
    display: block;
    grid-area: areaC-2;
  }
}
#wp-footer .footer-content-area-c-detail-3 {
  display: contents;
}
@media (min-width: 768px) {
  #wp-footer .footer-content-area-c-detail-3 {
    display: block;
    grid-area: areaC-3;
  }
}
#wp-footer .footer-content-area-c-detail-3 {
  display: grid;
}
#wp-footer .footer-content-area-c-detail-3 .footer-link-list-first-row:last-child {
  -ms-flex-item-align: self-end;
      align-self: self-end;
}
#wp-footer .footer-content-area-d {
  display: contents;
}
@media (min-width: 768px) {
  #wp-footer .footer-content-area-d {
    display: block;
    grid-area: areaD;
  }
}
@media (min-width: 768px) {
  #wp-footer .footer-content-area-d .footer-content-wrapper:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media (min-width: 768px) {
  #wp-footer .footer-content-area-d .footer-content-wrapper .footer-content-label-btn:last-child {
    padding-bottom: 0;
  }
}
/* end renewal KAI-5311 */

#wp-footer .copyright {
  width: calc(100% - 60px);
  padding: 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  #wp-footer .copyright {
    position: relative;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#wp-footer .copyright small {
  font-size: 1rem;
  line-height: 1.6;
  width: calc(100% - 58px);
}

@media (min-width: 768px) {
  #wp-footer .copyright small {
    width: auto;
  }
}

#wp-footer .copyright-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58px;
}

#wp-footer .copyright-img img {
  vertical-align: middle;
}

#wp-footer .copyright-cover {
  width: 100%;
  height: 56px;
  background: #242424;
  color: #fff;
  padding: 0;
}

#wp-footer .copyright-inner {
  width: 100%;
  max-width: 1080px;
  height: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media (min-width: 768px) {
  #wp-footer .copyright-inner {
    position: relative;
    padding-left: 0;
    padding-right: 0;
  }
}

#wp-footer .scroll-top {
  width: 56px;
  border-left: 1px solid #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
  background: #242424;
}

@media (min-width: 768px) {
  #wp-footer .scroll-top {
    position: absolute;
    cursor: pointer;
    border: none;
    top: -24px;
    right: 0;
    width: 100px;
    height: 24px;
  }
}

#wp-footer .scroll-top .icon-arrow_up {
  font-size: 2rem;
  line-height: 1;
}

@media (min-width: 768px) {
  #wp-footer .scroll-top .icon-arrow_up {
    font-size: 1.4rem;
    line-height: 1;
  }
}

/*# sourceMappingURL=header_footer.css.map */
