html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
*,
::before,
::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
  box-sizing: border-box;
}
::before,
::after {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  padding: 0;
  margin: 0;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden],
template {
  display: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}
a {
  background-color: rgba(0, 0, 0, 0);
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
b,
strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
input {
  border-radius: 0;
}
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
}
[disabled] {
  cursor: default;
}
[type="number"] {
  width: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  resize: vertical;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
}
optgroup {
  font-weight: bold;
}
button {
  overflow: visible;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button,
select {
  text-transform: none;
}
button,
input,
select,
textarea {
  background-color: rgba(0, 0, 0, 0);
  border-style: none;
  color: inherit;
}
select {
  -moz-appearance: none;
  -webkit-appearance: none;
}
select::-ms-expand {
  display: none;
}
select::-ms-value {
  color: currentColor;
}
legend {
  border: 0;
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
img {
  border-style: none;
}
progress {
  vertical-align: baseline;
}
svg:not(:root) {
  overflow: hidden;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
[aria-busy="true"] {
  cursor: progress;
}
[aria-controls] {
  cursor: pointer;
}
[aria-disabled] {
  cursor: default;
}
::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
::selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}
::-moz-selection {
  background-color: rgba(255, 90, 147, 0.5);
  color: #fff;
  text-shadow: none;
}
::selection {
  background-color: rgba(255, 90, 147, 0.5);
  color: #fff;
  text-shadow: none;
}
.PCOnly {
  display: inline;
}
@media only screen and (min-width: 491px) and (max-width: 1280px) {
  .PCOnly {
    display: none;
  }
}
.PCTabOnly {
  display: inline;
}
@media only screen and (max-width: 490px) {
  .PCTabOnly {
    display: none;
  }
}
.SDOnly {
  display: none;
}
@media only screen and (min-width: 491px) and (max-width: 1280px) {
  .SDOnly {
    display: inline;
  }
}
.SPOnly {
  display: none;
}
@media only screen and (max-width: 490px) {
  .SPOnly {
    display: inline;
  }
}
.onLoadHidden {
  display: none;
}
.onTheLazy {
  opacity: 0;
  margin: 200px auto 0;
}
.onTheLazy.loaded {
  opacity: 1;
  margin: 0 auto;
  transition: opacity 1s ease-out 0s, margin 0.777s cubic-bezier(0, 0, 0, 1) 0s;
}
.lazyyy {
  transform: translateY(100px);
  opacity: 0.1;
  transition: transform 0s linear, opacity 0s linear;
}
.lazyyy.inView {
  transform: translateY(0px);
  opacity: 1;
  transition: transform 0.5s cubic-bezier(0, 1, 0.25, 1), opacity 0.5s ease-in;
}
.bxSlider {
  margin: 0 auto;
}
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
}
.bx-wrapper .bx-viewport {
  border: none;
  box-shadow: none;
  left: 0;
  overflow: visible !important;
}
.bx-controls {
  text-align: center;
}
.bx-controls a:hover {
  text-decoration: none;
}
.bx-controls-direction {
  font-size: 0;
}
.bx-prev,
.bx-next {
  position: absolute;
  z-index: 2;
  top: calc(50% - 20px);
  left: calc((100% - 100vw) / 2);
  display: inline-block;
  width: 30px;
  height: 40px;
  border-radius: 5px 0 0 5px;
  box-sizing: border-box;
  padding: 10px;
  background: rgba(255, 255, 255, 0.9) url(../img/ui/arrow.svg) no-repeat center
    50%;
  background-size: 12px auto;
  transform: rotate(180deg);
  opacity: 1;
  text-decoration: none;
}
.bx-prev:hover,
.bx-prev:focus,
.bx-prev:active,
.bx-next:hover,
.bx-next:focus,
.bx-next:active {
  text-decoration: none;
}
.bx-next {
  transform: rotate(0deg);
  left: auto;
  right: calc((100% - 100vw) / 2);
}
.bx-prev.disabled,
.bx-next.disabled {
  opacity: 0.133;
  transition: all 0.5s ease-in 0s;
}
.bx-pager {
  font-size: 0;
  padding: 0;
}
.bx-pager-item {
  display: inline-block;
}
.bx-pager-link {
  display: inline-block;
  background: #c8c8c8;
  width: 10px;
  height: 10px;
  border-radius: 2px;
  margin: 10px;
}
.bx-pager-link.active {
  background: gray;
}
.bx-pager-link a {
  vertical-align: middle;
}
.baseMODE {
  position: fixed;
  z-index: 10;
  bottom: 0px;
  left: calc(50% - 100px);
  border-radius: 8px 8px 0 0;
  background: rgba(255, 255, 255, 0.777);
  color: #ddd;
  font-size: 10px;
  letter-spacing: 0;
  display: block;
  width: 200px;
  height: 20px;
  padding: 0px;
  line-height: 25px;
  text-align: center;
  font-weight: 900;
}
.iLikeDARK .baseMODE {
  background: rgba(0, 0, 0, 0.333);
  color: #fff;
}
.baseMODE .darkModeLabel {
  margin: 0;
  text-align: center;
}
.darkModeInitBtn {
  margin: 0;
  position: fixed;
  z-index: 10;
  bottom: 0;
  right: 5px;
  font-size: 10px;
  color: #e9e9e9;
  cursor: pointer;
}
.iLikeDARK .darkModeInitBtn {
  color: #4c4c4c;
}
.baseMODE a {
  position: absolute;
  width: 240px;
  left: calc(50% - 120px);
  bottom: -200%;
  bottom: -65px;
  margin: 0 0 5px;
  font-size: 10px;
  line-height: 1;
  padding: 10px;
  background: rgba(0, 0, 0, 0.333);
  background: rgba(0, 0, 0, 0.777);
  transition: all 0.5s linear 0s;
  transition: all 0.5s cubic-bezier(0.777, 0.333, 0.333, 1) 0s;
}
.iLikeDARK .baseMODE a {
  background: rgba(255, 255, 255, 0.777);
  background: rgba(255, 255, 255, 0.99);
  color: #ddd;
}
@media only screen and (max-width: 490px) {
  .baseMODE a {
    bottom: -400%;
    padding: 20px;
    font-size: 16px;
    font-weight: normal;
    letter-spacing: 0;
    border: 0.5px solid #000;
  }
  .iLikeDARK .baseMODE a {
    border: 0.5px solid #fff;
  }
}
.baseMODE.ON a {
  bottom: 100%;
  transition: all 0.234s cubic-bezier(0, 1.5, 0, 1) 0s;
  transition: all 0.234s cubic-bezier(0.377, 0.777, 0.5, 1.2) 0s;
}
.darkModeIsNotInUse .darkModeLabel::after {
  content: "＊";
  position: absolute;
  top: 0;
  right: 10px;
}
.darkModeSttsPlain .darkModeLabel::before {
  content: "＃";
  position: absolute;
  top: 0;
  left: 10px;
}
.TEMP {
  position: fixed;
  z-index: 10;
  bottom: 10px;
  left: 10px;
  font-size: 12px;
  letter-spacing: 0;
}
#displayY {
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.333);
  color: #fff;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0 8px 0 0;
  line-height: 50px;
  text-align: right;
}
#displayINFO {
  left: 0;
  bottom: 0px;
  width: 100%;
  margin: 0;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  padding: 10px 10px 50px;
  background: rgba(0, 0, 0, 0.133);
  color: #e9e9e9;
}
.sampleLink {
  color: #bababa;
  font-size: 10px;
  line-height: 3;
}
.sampleLink a {
  display: block;
  color: #bababa;
}
.sampleLink a.sampleInline {
  display: inline-block;
  margin: 0 1em;
}
.DYNAMICS.on,
.DYNAMICS.on a {
  color: #db7093;
}
.checkSwitch {
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 102;
  padding: 0px 8px;
  line-height: 16px;
  min-width: 20px;
  min-height: 20px;
  background: #db7093;
  border: 1px solid #db7093;
  border-radius: 100px;
  opacity: 0.5;
  cursor: pointer;
}
.checkSwitch.on {
  opacity: 1;
}
.checkSwitch::after {
  content: "";
  font-size: 0px;
  letter-spacing: 0.2em;
  color: #fff;
  transition: all 0s cubic-bezier(0, 1.5, 0, 1) 0s;
}
.checkSwitch.on::after {
  content: "＼動的要素を表示中／";
  font-size: 10px;
  transition: all 0.3s cubic-bezier(0, 1.5, 0, 1) 0s;
}
.MSK {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  display: block;
  width: 100vw;
  height: 100vh;
  cursor: pointer;
}
.MSK.modalMode {
  cursor: default;
}
.MSKwh {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.8);
  display: block;
  width: 100vw;
  height: 100vh;
  cursor: pointer;
}
.modalCloseBtn {
  position: fixed;
  z-index: 12;
  top: 10px;
  margin-left: 50%;
  left: 0;
  background: #fff;
  border-radius: 100px;
  padding: 10px;
  width: 20px;
  height: 20px;
}
.modalCloseBtn a {
  background: url(../img/icon_delete-gray.svg) no-repeat;
  background-size: 100%;
  display: block;
  width: 20px;
  height: 20px;
}
.iframeLightBox {
  position: fixed;
  z-index: 11;
  top: 0px;
  box-sizing: border-box;
  width: 360px;
  height: calc(100vh - 100px);
  overflow: hidden;
}
.modalLightBox {
  position: fixed;
  z-index: 11;
  top: 0px;
  box-sizing: border-box;
  width: auto;
  width: 100vw;
  height: auto;
  padding: 20px 10px 20px;
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.2;
  color: #fff;
  letter-spacing: 0.2em;
  text-indent: 0.2em;
  transform: scale(0);
  transition: transform 0.777s cubic-bezier(0, 1, 0, 1.2) 0s;
  transition: transform 1s cubic-bezier(0, 1.5, 0, 1) 0s;
}
.modalLightBox p {
  margin: 0px auto;
  text-align: center;
}
.modalLightBox > .btn {
  margin: 10px auto 0;
}
.modalLightBox > .btn + .btn {
  margin-left: 20px;
}
.modalLightBox > .btn + .btn {
  margin-top: 10px;
  margin-left: auto;
}
.uiPager {
  position: relative;
  margin: 40px auto;
  margin: 40px auto 150px;
  padding-top: 12px;
  border-top: 1px solid #ccc;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  width: calc(100% - 68px);
  max-width: 720px;
  width: calc(100% - 28px);
  padding: 12px 1em;
}
.uiPager li {
  position: relative;
  display: block;
  margin: 0;
  margin: 0.25em 0.5em;
}
.uiPager li a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 24px;
  padding: 0;
  text-align: center;
  color: #ccc;
  font-size: 20px;
}
.uiPager li a:hover,
.uiPager li a:focus,
.uiPager li a:active {
  color: #000;
}
.uiPager .CURRENT a {
  color: #000;
}
@media only screen and (max-width: 490px) {
  .uiPager .CURRENT a {
    text-decoration: none;
  }
}
.uiPager .uiPrev,
.uiPager .uiNext {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 12px;
  left: -19px;
}
.uiPager .uiPrev a,
.uiPager .uiNext a {
  font-size: 0;
}
.uiPager .uiPrev a:hover,
.uiPager .uiPrev a:focus,
.uiPager .uiPrev a:active,
.uiPager .uiNext a:hover,
.uiPager .uiNext a:focus,
.uiPager .uiNext a:active {
  text-decoration: none;
}
.uiPager .uiPrev a::after,
.uiPager .uiNext a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 0;
  height: 0;
  border: 12px solid rgba(0, 0, 0, 0);
  border: 12px solid rgba(0, 0, 0, 0);
  border-right-color: #ccc;
  transform: rotate(0deg) scaleX(1.333);
  transform-origin: 75% 50%;
  transition: all 1s cubic-bezier(0, 1.5, 0, 1) 0s;
}
.uiPager .uiPrev.inACTIVE a::after,
.uiPager .uiNext.inACTIVE a::after {
  border-right-color: rgba(0, 0, 0, 0);
}
.uiPager .uiPrev a:hover::after,
.uiPager .uiPrev a:focus::after,
.uiPager .uiPrev a:active::after,
.uiPager .uiNext a:hover::after,
.uiPager .uiNext a:focus::after,
.uiPager .uiNext a:active::after {
  border-right-color: #000;
  transform: rotate(0deg) scaleX(1.5);
}
.uiPager .uiNext {
  transform: rotate(180deg);
  left: auto;
  right: -19px;
  right: calc(-1em - 24px + 10px);
}
.uiPager .CURRENT::after,
.uiPager .inACTIVE::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background: rgba(255, 255, 255, 0.777);
  background: rgba(0, 0, 0, 0);
}
.unTap {
  position: relative;
}
.unTap::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: -1px;
  left: -1px;
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  border-radius: 4px;
  background: rgba(255, 255, 255, 0);
}
.comingsoon {
  position: relative;
}
.comingsoon::after {
  position: absolute;
  z-index: 0;
  top: -2px;
  left: -2px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  background: rgba(255, 255, 255, 0.9);
  background: rgba(255, 255, 255, 0.81);
  content: "COMING SOON";
  font-size: 16px;
  color: #ddd;
  text-align: center;
}
.bg_red .comingsoon::after {
  background: rgba(255, 90, 147, 0.5);
  color: rgba(255, 255, 255, 0.8);
}
.bg_gray .comingsoon::after {
  background: rgba(233, 233, 233, 0.5);
  color: rgba(76, 76, 76, 0.8);
}
.pagetop {
  position: fixed;
  z-index: 2;
  right: 20px;
  bottom: 20px;
  bottom: 80px;
  transition: opacity 0.73s cubic-bezier(0, 1, 0.333, 1) 0s,
    margin 0.1s linear 0.33s;
  margin-bottom: -100px;
  opacity: 0;
}
.pagetop.inView {
  transition: all 0.73s cubic-bezier(0, 1, 0.333, 1) 0s;
  margin-bottom: 0;
  opacity: 1;
}
.pagetop a {
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 100%;
  border: 2px solid #fff;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  line-height: 1em;
  padding: 0;
  position: relative;
  top: 1.5em;
  color: rgba(0, 0, 0, 0);
  text-decoration: none;
  transition: all 0.73s cubic-bezier(0, 1, 0.333, 1) 0s;
}
.pagetop a:hover {
  background: rgba(0, 0, 0, 0.15);
  top: 1em;
  transition: all 0.333s cubic-bezier(0, 1, 0.333, 2) 0s;
}
.pagetop a::before {
  content: "";
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: url(../img/ui/arrow.svg) no-repeat center 50%;
  background-size: 10px auto;
  transform: rotate(-90deg);
}
.pagetop a::after {
  content: "ページ上部へ";
  position: absolute;
  left: -50%;
  bottom: -2em;
  width: 200%;
  color: #000;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
}
@supports (-webkit-touch-callout: none) {
  body {
    min-height: 100vh;
    min-height: 100dvh;
    min-height: -webkit-fill-available;
  }
}
body::-webkit-scrollbar {
  display: none;
}
body {
  -webkit-text-size-adjust: none;
}
body {
  -webkit-text-size-adjust: 100%;
}
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
label {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@font-face {
  font-family: "YuGothicWIN M";
  src: local("YuGothic-Medium"), local("Yu Gothic Medium"),
    local("YuGothic-Regular");
  font-weight: normal;
}
html,
body {
  font-size: 3.3333333333vw;
}
body {
  font-feature-settings: "palt" on;
  font-kerning: normal;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "YuGothicWIN M",
    "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3",
    "Hiragino Kaku Gothic ProN", "HiraKakuProN-W3", "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Helvetica, "メイリオ", Meiryo, "Lucida Grande",
    Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, "Lucida Sans Unicode",
    verdana, Sans-Serif;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.05em;
  letter-spacing: 0.1em;
  color: #000;
}
#wrap {
  overflow: auto;
}
#container {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
  margin: 0 auto;
  width: 100%;
  padding: 0 2.5641025641vw;
}
header,
main,
footer {
  position: relative;
}
a {
  color: #000;
  text-decoration: underline;
}
a:hover,
a:focus,
a:active {
  text-decoration: underline;
}
strong {
  font-weight: 700;
}
.textcenter {
  text-align: center;
}
.textright {
  text-align: right;
}
.textleft {
  text-align: left;
}
img {
  display: block;
  width: 100%;
  height: auto;
}
picture img {
  width: 100%;
  height: auto;
}
ol,
ul {
  list-style: none;
}
dl {
  width: 100%;
  margin: 1em 0;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: flex-start;
}
dl dt {
  width: 100%;
  padding-right: 2em;
}
.ddBig dd {
  font-size: 1.5em;
  line-height: 1.2;
  padding: 0.4em 0;
}
input,
button,
textarea,
select {
  font-size: 16px;
}
select {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: rgba(0, 0, 0, 0);
  position: relative;
  display: block;
  width: 100%;
  display: inline-block;
  width: auto;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  padding: 0.5em;
  padding-right: 2em;
  text-overflow: "";
  cursor: pointer;
  background: #fff url(../img/ui/arrow_below.svg) no-repeat calc(100% - 0.5em)
    center;
  background-size: 0.75em 0.75em;
}
input,
textarea {
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #ddd;
  background: #fff;
  padding: 0.5em;
  margin: 5px auto;
  display: block;
  width: 100%;
}
input:focus,
textarea:focus {
  outline: none;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #777;
}
input::placeholder,
textarea::placeholder {
  color: #777;
}
textarea {
  line-height: 1.5;
}
input[type="radio"],
input[type="checkbox"] {
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  display: inline-block;
  width: auto;
  cursor: pointer;
  width: 1.25em;
  height: 1.25em;
  margin-right: 0.25em;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
  width: 2em;
  height: 2em;
  margin-right: 0.5em;
  vertical-align: middle;
}
.styleModern input[type="radio"],
.styleModern input[type="checkbox"] {
  display: none;
}
.styleModern label {
  position: relative;
  padding-left: 2.5em;
}
.styleModern input + label:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  background: #fff;
  width: 2em;
  height: 2em;
  border: 1px solid #ddd;
  border-radius: 0px;
  cursor: pointer;
}
.styleModern input:checked + label:after {
  content: "";
  position: absolute;
  left: 3px;
  top: 0;
  display: block;
  margin-top: 3px;
  width: calc(2em - 6px);
  height: calc(2em - 6px);
  border-radius: 0px;
  background-color: #005ba7;
  cursor: pointer;
}
.styleModernDot input[type="radio"],
.styleModernDot input[type="checkbox"] {
  display: none;
}
.styleModernDot input + label {
  position: relative;
  display: inline-block;
  margin-right: 0.5em;
  padding: 0 0 0 2em;
  cursor: pointer;
}
.styleModernDot input + label::before,
.styleModernDot input + label::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  background: #fff;
  margin-top: -0.8em;
  width: 1.6em;
  height: 1.6em;
  border-radius: 100%;
}
.styleModernDot input + label::after {
  background: #005ba7;
  transform: scale(0);
  transition: all 0.333s ease-in 0s;
}
.styleModernDot input:checked + label::after {
  transform: scale(0.8);
  transition: all 0.234s cubic-bezier(0, 1.5, 0, 1) 0s;
}
.styleModernBtn input[type="radio"],
.styleModernBtn input[type="checkbox"] {
  display: none;
}
.styleModernBtn label {
  display: inline-block;
  text-align: center;
  min-width: 5em;
  padding: 0.5em;
  margin: 0 5px 0 0;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ddd;
}
.styleModernBtn input:checked + label {
  background-color: #005ba7;
  border: 1px solid #fff;
  color: #fff;
  cursor: auto;
}
input[type="submit"],
input[type="button"],
button {
  box-sizing: border-box;
  -webkit-appearance: button;
  -moz-appearance: button;
  appearance: button;
  border: 0 none;
  border-radius: 1000px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 0 2em;
  letter-spacing: 0.2em;
  height: 3em;
  max-width: 300px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button::-webkit-search-decoration {
  display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus,
button::focus {
  outline-offset: -2px;
}
table {
  width: 100%;
  line-height: 1.2;
}
table tr th {
  font-weight: 400;
  padding: 0.5em;
  white-space: nowrap;
}
table tr td {
  padding: 0.5em;
}
.flex,
.flexDual,
.flexTrio {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: space-between;
}
.flex > *,
.flexDual > *,
.flexTrio > * {
  width: 100%;
}
.flexDual.flexTrio {
  justify-content: flex-start;
}
.flexDual.flexTrio > * {
  width: 50%;
}
@media only screen and (min-width: 491px) {
  html,
  body {
    font-size: 1.015625vw;
  }
  #container {
    padding: 0 1.5384615385rem;
  }
  a {
    text-decoration: none;
    transition: opacity 0.5s linear;
  }
  a:hover,
  a:focus,
  a:active {
    text-decoration: underline;
  }
  .btn:hover {
    opacity: 0.777;
    transition: opacity 0.1s ease-out;
  }
  input,
  textarea {
    padding: 0.5em 1em;
    max-width: 540px;
    margin-left: 0;
  }
  dl dt {
    width: auto;
  }
  dl dt,
  dl dd {
    width: 50%;
  }
  .flex > *,
  .flexDual > * {
    width: 50%;
  }
  .flexTrio > * {
    width: 33.3333333333%;
  }
  .flexDual.flexTrio > * {
    width: 33.3333333333%;
  }
}
@media only screen and (min-width: 1281px) {
  html,
  body {
    font-size: 13px;
  }
}
.bgPink {
  background: rgba(255, 90, 147, 0.73);
}
.bgGray {
  background: #efefef;
}
.bgBeige {
  background: rgba(244, 242, 235, 0.5);
}
.bgDark {
  background: #707070;
}
textarea,
input:not([type="submit"], [type="reset"], [type="button"]) {
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "YuGothicWIN M",
    "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Helvetica Neue", Arial,
    "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif !important;
  letter-spacing: 0em;
  padding: 0.5em 0.75em;
}
.menuTITLE,
.pageTITLE,
.txtMain,
.txtA1 {
  font-family: "FOT-筑紫Aオールド明朝 Pr6 R", "游ゴシック Medium",
    "Yu Gothic Medium", "YuGothicWIN M", "游ゴシック体", YuGothic, "游ゴシック",
    "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.2em;
}
.menuTITLE .menuTITLE,
.menuTITLE .pageTITLE,
.menuTITLE .txtMain,
.menuTITLE .txtA1 {
  letter-spacing: 0.25em;
}
.announcementPage .menuTITLE,
.announcementPage .pageTITLE,
.announcementPage .txtMain,
.announcementPage .txtA1 {
  color: inherit;
  letter-spacing: 0em;
}
.txtENG {
  font-family: "AvenirNextLTPro-Medium", "Avenir Next GEO", "游ゴシック Medium",
    "Yu Gothic Medium", "YuGothicWIN M", "游ゴシック体", YuGothic, "游ゴシック",
    "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  font-family: "AvenirNextLTPro-Regular", "Avenir Next GEO", "游ゴシック Medium",
    "Yu Gothic Medium", "YuGothicWIN M", "游ゴシック体", YuGothic, "游ゴシック",
    "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  letter-spacing: 0.3em;
}
.menuTITLE .txtENG {
  letter-spacing: 0.05em;
}
form .txtENG {
  letter-spacing: 0.05em;
}
.IsLOCAL .txtENG {
  font-weight: 400;
  line-height: 1.1;
  transform: translateY(0px);
}
h1.txtENG {
  line-height: 1.5;
  margin: 0;
}
.IsLOCAL h1.txtENG {
  line-height: 1.5;
}
input[type="submit"],
[type="reset"],
input[type="button"],
button,
.btn {
  font-family: "AvenirNextLTPro-Medium", "Avenir Next GEO", "游ゴシック Medium",
    "Yu Gothic Medium", "YuGothicWIN M", "游ゴシック体", YuGothic, "游ゴシック",
    "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
}
.IsLOCAL input[type="submit"],
.IsLOCAL [type="reset"],
.IsLOCAL input[type="button"],
.IsLOCAL button,
.IsLOCAL .btn {
  font-weight: 600;
  line-height: 1.1;
}
body {
  font-family: "TsukuGoPr5-R-AvenirNextLTPro-Regular", "游ゴシック Medium",
    "Yu Gothic Medium", "YuGothicWIN M", "游ゴシック体", YuGothic, "游ゴシック",
    "Yu Gothic", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN",
    "Hiragino Sans", Meiryo, sans-serif;
  color: #000;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.8;
  margin: 0 auto 40px;
  margin: 0 auto 3.1rem;
}
h1 {
  font-size: 20px;
  font-size: 1.5rem;
  text-align: center;
}
h2 {
  font-size: 1rem;
  font-weight: inherit;
}
h2 .txtENG {
  font-size: 1.7rem;
  display: block;
}
.IsLOCAL h2 .txtENG {
  line-height: 1.8;
  transform: translateY(-2.5px);
}
h3 {
  font-size: 1.7rem;
}
h3 .txtSmall {
  font-size: 1rem;
  font-weight: normal;
  letter-spacing: 0;
  display: block;
}
h3.txtENG {
  font-size: 1.15rem;
  margin-bottom: 1.54rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1rem;
}
h6 {
  font-size: 1rem;
}
p + p {
  margin-top: 20px;
  margin-top: 1.54rem;
}
.txtSmall,
small {
  display: inherit;
  font-size: 0.924rem;
  line-height: 1.5;
}
.menuTITLE {
  font-size: 4.6153846154vw;
}
.menuTITLE .txtENG.txtSmall {
  margin-top: 0.75em;
  line-height: 1.25;
}
.IsLOCAL .menuTITLE .txtENG.txtSmall {
  line-height: 1.25;
}
footer .menuTITLE {
  font-size: 3.0769230769vw;
}
.pageTITLE {
  font-size: 6.6666666667vw;
  white-space: nowrap;
  position: relative;
  margin: 0 auto 12.8205128205vw;
}
.pageTITLE::after {
  content: "";
  position: relative;
  margin: 0.5em auto 0;
  display: block;
  width: 25.641025641vw;
  height: 1.5384615385vw;
  background: #000;
}
.txtBigTitle {
  font-size: 10rem;
  color: #393939;
  font-weight: 400;
}
.txtSimpleMessage {
  margin: 2em auto;
  margin: 0 auto 1em;
  font-size: 3rem;
  line-height: 1.2;
  color: #393939;
  text-align: center;
}
.txtMSG {
  margin-bottom: 4rem;
}
h3.txtMSG {
  font-size: 1em;
  text-decoration: underline;
  margin: 0;
}
a {
  color: #000;
  text-decoration: underline;
  transition: text-underline-offset 0.1s linear 0s;
}
a:link,
a:visited,
a:hover,
a:focus,
a:active {
  text-decoration-color: #000;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.5em;
  text-underline-offset: 0.1em;
}
a:hover,
a:focus,
a:active {
  transition: text-underline-offset 0s linear 0s;
  text-underline-offset: 0.2em;
}
::-moz-selection {
  color: inherit;
  background-color: rgba(0, 0, 0, 0.037);
}
::selection {
  color: inherit;
  background-color: rgba(0, 0, 0, 0.037);
}
a img {
  transition: all 0.2s ease-out 0s;
}
a:hover img {
  transition: all 0.1s ease-out 0s;
}
.txtLink {
  margin: 0 0.5em;
  color: #0059a6;
}
.txtLink:link,
.txtLink:visited,
.txtLink:hover,
.txtLink:focus,
.txtLink:active {
  color: #0059a6;
}
.linkSTD {
  text-align: center;
}
.linkSTD::after {
  content: "＞";
  margin-left: 1em;
  font-size: 0.75em;
}
.linkOuter:not(.btn) {
  display: inline-block;
}
.linkOuter span {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  line-height: 1;
}
.linkOuter span::before {
  position: absolute;
  right: 0.25em;
  right: -1.5em;
  content: "";
  display: inline-block;
  width: 1.125em;
  height: 1em;
  background: url(../img/ui/link_outer.svg) no-repeat center 50%;
  background-size: auto;
  background-size: contain;
}
input,
textarea {
  background: #f4f2eb;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #d3d3d3;
}
input::placeholder,
textarea::placeholder {
  color: #d3d3d3;
}
select,
option {
  background: #f4f2eb;
  color: #d3d3d3;
}
input[type="submit"],
[type="reset"],
input[type="button"],
button,
.button,
.btn {
  position: relative;
  display: grid;
  place-content: center;
  border-radius: 1000px;
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.1em;
  text-indent: 0.1em;
  font-size: 3.0769230769vw;
  min-height: 1.84em;
  width: auto;
  height: auto;
  min-width: 140px;
  max-width: unset;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #000;
  border: 1px solid #000;
}
input[type="submit"]:hover,
input[type="submit"]:focus,
input[type="submit"]:active,
[type="reset"]:hover,
[type="reset"]:focus,
[type="reset"]:active,
input[type="button"]:hover,
input[type="button"]:focus,
input[type="button"]:active,
button:hover,
button:focus,
button:active,
.button:hover,
.button:focus,
.button:active,
.btn:hover,
.btn:focus,
.btn:active {
  text-decoration: none;
}
input[type="submit"].ON,
[type="reset"].ON,
input[type="button"].ON,
button.ON,
.button.ON,
.btn.ON {
  background: rgba(188, 188, 188, 0.1);
}
input[type="submit"].cta,
input[type="submit"].submit,
input[type="submit"].forward,
[type="reset"].cta,
[type="reset"].submit,
[type="reset"].forward,
input[type="button"].cta,
input[type="button"].submit,
input[type="button"].forward,
button.cta,
button.submit,
button.forward,
.button.cta,
.button.submit,
.button.forward,
.btn.cta,
.btn.submit,
.btn.forward {
  background: #000;
  color: #fff;
  border: none;
  width: calc((100% - 10px) / 2);
}
input[type="submit"].backward,
[type="reset"].backward,
input[type="button"].backward,
button.backward,
.button.backward,
.btn.backward {
  background: #bcbcbc;
  color: #fff;
  border: none;
  min-width: 30.7692307692vw;
}
input[type="submit"].submit,
input[type="submit"].forward,
input[type="submit"].backward,
[type="reset"].submit,
[type="reset"].forward,
[type="reset"].backward,
input[type="button"].submit,
input[type="button"].forward,
input[type="button"].backward,
button.submit,
button.forward,
button.backward,
.button.submit,
.button.forward,
.button.backward,
.btn.submit,
.btn.forward,
.btn.backward {
  font-size: 3.8461538462vw;
  min-height: 2.4em;
}
input[type="submit"].submit,
input[type="submit"].forward,
[type="reset"].submit,
[type="reset"].forward,
input[type="button"].submit,
input[type="button"].forward,
button.submit,
button.forward,
.button.submit,
.button.forward,
.btn.submit,
.btn.forward {
  width: calc(100% - 30.7692307692vw - 2.5641025641vw);
}
dl {
  justify-content: space-between;
  align-items: flex-start;
}
dl dt,
dl dd {
  width: 50%;
}
.btnBlock {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 30px auto 0;
  margin: 55px auto 0;
  margin: 40px auto 0;
  margin: 3.1rem auto 0;
}
.btnBlock.onlyOne {
  justify-content: center;
}
.stdBlock {
  margin: 0 auto 12.8205128205vw;
}
.CURRENT,
.inACTIVE {
  position: relative;
}
.CURRENT::after,
.inACTIVE::after {
  content: "";
  position: absolute;
  top: -5px;
  left: -5px;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  background: rgba(255, 255, 255, 0.777);
}
.CURRENT::after {
  background: rgba(255, 255, 255, 0);
}
body {
  background: #fdfdfd;
}
#wrap {
  background: #fff url(../img/bg_noise.png) repeat left top/auto;
}
#container {
  padding: 0;
  animation: afterLoad 0.73s linear 0s 1 both;
}
@keyframes afterLoad {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.limitedWrap {
  padding: 0 7.6923076923vw;
}
.full-width {
  position: relative;
  top: 0;
  left: 0;
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
main {
  position: relative;
  margin: 0 auto;
  margin-bottom: 25.641025641vw;
}
.announcementPage .contentWrap {
  background: #fff;
}
.contents section {
  position: relative;
  padding-top: 15.3846153846vw;
  padding-top: 5.1282051282vw;
  padding-bottom: 15.3846153846vw;
}
.dspPage .contents section {
  background: #f1f1f1;
}
.contents section .anchor {
  position: absolute;
  top: 0;
}
@media only screen and (min-width: 1281px) {
  .contents section .anchor {
    top: 0;
  }
}
.contents section article {
  position: relative;
}
.wideSection {
  color: #fff;
  color: #000;
}
.wideSection .h1,
.wideSection .h2,
.wideSection .h3,
.wideSection .h4,
.wideSection .h5,
.wideSection .h6,
.wideSection h1,
.wideSection h2,
.wideSection h3,
.wideSection h4,
.wideSection h5,
.wideSection h6 {
  color: #fff;
  color: #000;
}
.wideSection::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
  background: rgba(0, 0, 0, 0.5);
}
.wideSection.bgDark {
  background: inherit;
  color: #fff;
}
.wideSection.bgDark::before {
  background: #707070;
}
.wideSection.bgPink {
  background: inherit;
  color: #fff;
}
.wideSection.bgPink::before {
  background: rgba(255, 90, 147, 0.73);
}
.wideSection.bgGray {
  background: inherit;
  color: #000;
}
.wideSection.bgGray .h1,
.wideSection.bgGray .h2,
.wideSection.bgGray .h3,
.wideSection.bgGray .h4,
.wideSection.bgGray .h5,
.wideSection.bgGray .h6,
.wideSection.bgGray h1,
.wideSection.bgGray h2,
.wideSection.bgGray h3,
.wideSection.bgGray h4,
.wideSection.bgGray h5,
.wideSection.bgGray h6 {
  color: #707070;
}
.wideSection.bgGray::before {
  background: #efefef;
}
.wideSection.bgBeige {
  background: inherit;
  color: #000;
}
.wideSection.bgBeige .h1,
.wideSection.bgBeige .h2,
.wideSection.bgBeige .h3,
.wideSection.bgBeige .h4,
.wideSection.bgBeige .h5,
.wideSection.bgBeige .h6,
.wideSection.bgBeige h1,
.wideSection.bgBeige h2,
.wideSection.bgBeige h3,
.wideSection.bgBeige h4,
.wideSection.bgBeige h5,
.wideSection.bgBeige h6 {
  color: #707070;
}
.wideSection.bgBeige::before {
  background: #f1efe5;
}
#menuPanel {
  background: #cacaca;
}
.menuOnlyFixed {
  position: absolute;
  position: relative;
}
.menuOnlyFixed #menuSW {
  position: fixed;
  top: 6.1538461538vw;
  right: 6.1538461538vw;
}
.menuVIEW .menuOnlyFixed .logo {
  opacity: 0;
}
header {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  letter-spacing: 0;
  line-height: 1;
  width: 100vw;
  height: 33.5897435897vw;
  height: 33.3333333333vw;
}
header .headWrap {
  padding: 2.5641025641vw;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  justify-content: center;
  align-items: center;
}
header a:link,
header a:visited,
header a:hover,
header a:focus,
header a:active {
  text-decoration: none;
}
.logo {
  width: auto;
  height: 100%;
  padding: 0;
  line-height: 1;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: center;
}
.logo.centeringWrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 1.7948717949vw;
}
.logo a {
  display: block;
  width: 100%;
  height: 100%;
}
.logo picture,
.logo img {
  width: auto;
  height: 100%;
}
#menuSW {
  position: relative;
  z-index: 12;
  border-radius: 0%;
  text-align: center;
  cursor: pointer;
  width: 6.4102564103vw;
  height: 6.4102564103vw;
}
#menuSW a {
  display: block;
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column wrap;
  justify-content: space-around;
  align-items: center;
  color: #fff;
  font-size: 0;
}
#menuSW img {
  display: none;
}
#menuSW::before,
#menuSW::after,
#menuSW a::before {
  content: "";
  background: #000;
  display: block;
  width: 100%;
  height: 0%;
  padding: 1px 0 0;
  border-radius: 0px;
  position: absolute;
  top: 0%;
  left: 0%;
  transform-origin: 50% 50%;
  transition: all 0.333s cubic-bezier(0.3, 0, 0, 1) 0s;
}
#menuSW::after {
  top: calc(100% - 1px);
}
#menuSW a::before {
  top: calc(50% - 0.5px);
  display: none;
}
.morphing-2-X.closeMenu::before {
  animation: morphing-2-X_top 0.333s cubic-bezier(0.3, 0, 0, 1) 0s 1 both;
}
.morphing-2-X.closeMenu::after {
  animation: morphing-2-X_bottom 0.333s cubic-bezier(0.3, 0, 0, 1) 0s 1 both;
}
.morphing-2-X.openMenu::before {
  animation: morphing-2-X_top-init 0.2s cubic-bezier(0.3, 0, 0, 1) 0s 1 both;
}
.morphing-2-X.openMenu::after {
  animation: morphing-2-X_bottom-init 0.2s cubic-bezier(0.3, 0, 0, 1) 0s 1 both;
}
.morphing-2-X#menuSW.closeMenu a::before {
  transform: scale(0, 1);
  transition: all 0.133s cubic-bezier(0.3, 0, 0, 1) 0s;
}
@keyframes morphing-2-X_top {
  0% {
    top: 0%;
    transform: rotate(0deg);
  }
  50% {
    top: calc(50% - 0.5px);
  }
  100% {
    top: calc(50% - 0.5px);
    transform: rotate(-45deg);
    width: 160%;
    left: -30%;
    background: #fff;
  }
}
@keyframes morphing-2-X_bottom {
  0% {
    top: calc(100% - 1px);
    transform: rotate(0deg);
  }
  50% {
    top: calc(50% - 0.5px);
  }
  100% {
    top: calc(50% - 0.5px);
    transform: rotate(45deg);
    width: 160%;
    left: -30%;
    background: #fff;
  }
}
@keyframes morphing-2-X_top-init {
  0% {
    top: calc(50% - 0.5px);
    transform: rotate(-45deg);
  }
  50% {
    top: calc(50% - 0.5px);
  }
  100% {
    top: 0%;
    transform: rotate(0deg);
  }
}
@keyframes morphing-2-X_bottom-init {
  0% {
    top: calc(50% - 0.5px);
    transform: rotate(45deg);
  }
  50% {
    top: calc(50% - 0.5px);
  }
  100% {
    top: calc(100% - 1px);
    transform: rotate(0deg);
  }
}
#menuPanel {
  position: fixed;
  z-index: 11;
}
#menuPanel a:link,
#menuPanel a:visited,
#menuPanel a:hover,
#menuPanel a:focus,
#menuPanel a:active {
  color: #fff;
}
.menuTop #menuPanel {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  padding: 25.641025641vw 0;
  padding: 24.358974359vw 0;
  margin: 0;
  left: 0;
  top: -100vh;
  top: -100dvh;
  opacity: 0;
  transition: opacity 0.73s ease-out 0s, top 0s linear 0.73s;
}
.menuTop #menuPanel.VIEW {
  opacity: 1;
  top: 0;
  left: 0;
  transition: opacity 0.73s linear 0s;
  transition: opacity 0.37s ease-out 0s;
}
.menuLeft #menuPanel {
  width: 370px;
  min-height: 90vh;
  min-height: 90dvh;
  padding: 0 0 0 50px;
  margin-top: 13.3333333333vw;
  top: 0;
  left: -370px;
  transition: left 0.777s cubic-bezier(0, 1, 0, 1) 0s;
}
.menuLeft #menuPanel.VIEW {
  left: -50px;
  transition: left 0.333s cubic-bezier(0, 1, 0.333, 1.1) 0s;
}
nav {
  line-height: 1;
  color: #fff;
}
nav ul h5 {
  margin: 0 auto;
  padding: 1em;
  padding: 0 0 0.5em 0.5em;
  text-align: center;
  font-size: 0.75rem;
  font-size: 5em;
  white-space: nowrap;
}
nav li a {
  position: relative;
  padding: 1em;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  text-align: center;
}
nav li.CURRENT a::after {
  content: "";
  position: absolute;
  left: 0;
  height: 1px;
  background: #fff;
  bottom: calc(50% - 1em);
  width: 100%;
}
nav li i::before {
  margin-right: 0.5em;
}
nav li .sub li {
  background: rgba(255, 255, 255, 0.1);
}
nav li .sub li a {
  padding-left: 1em;
}
nav .snsMenu {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 15.641025641vw auto 16.9230769231vw;
}
nav .snsMenu li {
  margin: 0;
  width: 22px;
  height: 22px;
  background: url(../img/ui/icon_ig.svg) no-repeat center/contain;
}
nav .snsMenu li + li {
  margin-left: 64px;
  margin-left: 4.929rem;
}
nav .snsMenu li a {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
}
nav .snsMenu li a img {
  width: auto;
  height: 100%;
}
nav .snsMenu .snsTW {
  width: 26px;
  height: 21px;
  background: url(../img/ui/icon_tw.svg) no-repeat center/contain;
}
footer .logo {
  height: 7.5rem;
}
footer .logo h1 a {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.footMenu,
.policyMenu {
  margin: 5rem auto;
}
.copyrights {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-align: center;
  margin: 1.5rem auto;
}
.pagetop {
  right: 15px;
  bottom: 15px;
}
.pagetop a {
  letter-spacing: 0;
  color: rgba(0, 0, 0, 0);
  text-decoration: none;
  border: none;
  width: 10.2564102564vw;
  height: 10.2564102564vw;
  background: rgba(0, 0, 0, 0);
}
.pagetop a::before {
  background: url(../img/ui/arrow_bk.svg) no-repeat center 50%/10px auto;
}
.pagetop a:hover {
  background: rgba(0, 0, 0, 0.1);
  background: rgba(188, 188, 188, 0.1);
}
.pagetop a::after {
  color: #000;
  display: none;
}
@media (min-height: 390px) {
  .minContents #container::before,
  .minContents #container::after {
    position: fixed;
    z-index: 1;
  }
  .minContents #container::after {
    bottom: 0;
  }
  .minContents main {
    margin: 0 auto;
  }
  .minContents main .contents {
    display: flex;
    flex-flow: row wrap;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 0px);
    min-height: calc(100dvh - 0px);
  }
  .minContents footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.announcementPage {
  letter-spacing: 0em;
}
.announcementPage header {
  position: absolute;
}
.announcementPage header #menuSW,
.announcementPage header .btnCTA {
  display: none;
}
.announcementPage header .headWrap {
  justify-content: center;
}
.announcementPage h1 {
  text-align: center;
}
.announcementPage main .txtENG {
  letter-spacing: 0.1em;
}
.announcementPage .contents {
  position: relative;
}
.announcementPage .contents > * {
  position: relative;
}
.announcementPage .contents::before {
  position: absolute;
  z-index: 0;
  display: block;
  width: 90vw;
  height: 90vw;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.1);
}
@media (orientation: portrait) {
  .announcementPage .contents::before {
    width: 120vw;
    height: 120vw;
  }
}
@media (max-height: 390px) and (orientation: landscape) {
  .announcementPage .contents::before {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120vh;
    height: 120vh;
  }
}
.contents section article {
  padding-bottom: 50px;
}
.section-works h3.txtEng {
  font-size: 4.6153846154vw;
  text-align: center;
  text-decoration: underline;
  padding: 0 0.5em 0 0;
  margin: 0 auto 0.5em;
}
.section-works .worksWrap {
  display: grid;
  gap: 3.0769230769vw;
  grid-template-columns: repeat(2, 1fr);
  place-items: center;
  place-content: center;
}
.section-works .worksWrap picture {
  display: block;
  width: 100%;
  aspect-ratio: 1;
}
.section-works .worksWrap picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top;
}
.section-works .worksWrap .workUnit {
  position: relative;
  opacity: 0;
}
.section-works .worksWrap .workUnit picture {
  overflow: hidden;
}
.section-works .worksWrap .workUnit .textArea {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  display: grid;
  place-content: center;
  opacity: 0;
  transition: opacity 0.5s cubic-bezier(0.5, 0.5, 0.5, 1) 0s;
}
.section-works .worksWrap .workUnit .textArea .workTitle {
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  padding: 0 1em;
}
.section-works .worksWrap .workUnit picture img {
  transform: scale(1.1);
  transition: transform 0.5s cubic-bezier(0.5, 0.5, 0, 1) 0s;
}
.section-works .worksWrap .workUnit.inView {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.5, 0.5, 0.5, 1) 0s;
}
.section-works .worksWrap .workUnit.inView picture img {
  transform: scale(1);
  transition: transform 1s cubic-bezier(0.5, 0.5, 0, 0.75) 0s;
}
.section-works .worksWrap .workUnit.inView.ON picture img {
  transform: scale(1.025);
  transition: transform 0.5s cubic-bezier(0.5, 0.5, 0, 0.75) 0s;
}
.section-works .worksWrap .workUnit.inView.ON .textArea {
  opacity: 1;
  transition: opacity 1s cubic-bezier(0.5, 0.5, 0.5, 1) 0s;
}
.section-work .imageeArea {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}
.section-work .imageeArea picture {
  display: block;
}
.section-work .imageeArea picture ~ picture {
  margin-top: 5.1282051282vw;
}
.section-work .textArea {
  margin-top: 2.9230769231rem;
}
.section-work .textArea ul {
  display: flex;
  gap: 5.1282051282vw;
}
.section-work .textArea .workTitle {
  margin-top: 9.2307692308vw;
}
.section-profile .media {
  display: flex;
  flex-direction: column;
  gap: 6.4102564103vw;
}
.section-profile .media__imgArea {
  max-width: 60.5128205128vw;
  height: 100vw;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 236/390;
}
.section-profile .media__imgArea img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.section-books .bookUnit {
  padding-top: 15.3846153846vw;
  padding-bottom: 15.3846153846vw;
}
.section-books .bookUnit:first-of-type {
  padding-top: 0;
}
.section-books .bookUnit + .bookUnit {
  border-top: 1px solid #000;
}
.section-books .media {
  display: flex;
  flex-direction: column;
  gap: 11.7948717949vw;
}
.section-books .media__imgArea {
  width: 100%;
  height: auto;
}
.section-books .media__imgArea img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 84.6153846154vw;
  margin-inline: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.section-textindex .textindexWrap {
  display: flex;
  flex-direction: column;
  row-gap: 10.2564102564vw;
}
.section-textindex article {
  border-bottom: 1px solid #707070;
  padding-bottom: 10.2564102564vw;
}
.section-textindex article > a {
  text-decoration: none;
}
.section-textindex article > a::before {
  position: absolute;
  bottom: 20px;
  right: -20px;
  width: calc(100% + 40px);
  height: calc(100% + 0px);
  background: rgba(188, 188, 188, 0.1);
  border-radius: 1rem;
  opacity: 0;
  transition: opacity 0.25s linear 0s;
  transition: opacity 0.1s linear 0s;
}
.section-textindex article > a:hover::before {
  opacity: 1;
  transition: opacity 0.1s linear 0s;
  transition: opacity 0s linear 0s;
}
.section-textindex article > a p:hover {
  text-decoration: underline;
}
.section-textindex h3 {
  text-align: center;
  line-height: 1.364;
  padding: 0.2em 0 0;
  margin: 0 auto 3.1rem;
  margin: 0 auto 1.4rem;
}
.section-textindex time {
  display: grid;
  place-items: center;
  margin-bottom: 5.3846153846vw;
}
.section-textindex .textindexDetail {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.section-textindex .btnBlock .btn {
  display: none;
}
.section-text h3 {
  text-align: center;
}
.section-text time {
  display: grid;
  place-items: center;
  margin-bottom: 5.3846153846vw;
}
.section-text .textcontents .textimage {
  margin: 7.6923076923vw calc(50% - 50vw) 0;
  width: 100vw;
}
.section-text .textcontents .textimage picture img {
  width: auto;
  max-width: 100%;
  height: auto;
  margin-inline: auto;
  -o-object-fit: contain;
  object-fit: contain;
}
.section-text .textcontents p:not(:first-of-type) {
  margin-top: 7.6923076923vw;
}
@media only screen and (min-width: 491px) {
  h1 {
    font-size: 22px;
    font-size: 1.708rem;
    text-align: left;
  }
  .menuTITLE {
    font-size: 1.3846153846rem;
  }
  footer .menuTITLE {
    font-size: 0.9230769231rem;
  }
  .pageTITLE {
    font-size: 2rem;
    margin: 0 auto 3.8461538462rem;
  }
  .pageTITLE::after {
    width: 7.6923076923rem;
    height: 0.4615384615rem;
    margin: 0.6em auto 0;
  }
  input,
  textarea {
    max-width: unset;
  }
  input[type="submit"],
  [type="reset"],
  input[type="button"],
  button,
  button,
  .btn {
    font-size: 0.9230769231rem;
  }
  input[type="submit"].cta,
  input[type="submit"].submit,
  input[type="submit"].forward,
  [type="reset"].cta,
  [type="reset"].submit,
  [type="reset"].forward,
  input[type="button"].cta,
  input[type="button"].submit,
  input[type="button"].forward,
  button.cta,
  button.submit,
  button.forward,
  button.cta,
  button.submit,
  button.forward,
  .btn.cta,
  .btn.submit,
  .btn.forward {
    width: 12.3076923077rem;
  }
  input[type="submit"].backward,
  [type="reset"].backward,
  input[type="button"].backward,
  button.backward,
  button.backward,
  .btn.backward {
    min-width: 13.2307692308rem;
  }
  input[type="submit"].submit,
  input[type="submit"].forward,
  input[type="submit"].backward,
  [type="reset"].submit,
  [type="reset"].forward,
  [type="reset"].backward,
  input[type="button"].submit,
  input[type="button"].forward,
  input[type="button"].backward,
  button.submit,
  button.forward,
  button.backward,
  button.submit,
  button.forward,
  button.backward,
  .btn.submit,
  .btn.forward,
  .btn.backward {
    font-size: 1.1538461538rem;
  }
  input[type="submit"].submit,
  input[type="submit"].forward,
  [type="reset"].submit,
  [type="reset"].forward,
  input[type="button"].submit,
  input[type="button"].forward,
  button.submit,
  button.forward,
  button.submit,
  button.forward,
  .btn.submit,
  .btn.forward {
    width: calc(100% - 13.2307692308rem - 1rem);
  }
  #container {
    padding: 0 1.5384615385rem;
    padding: 0;
  }
  #container::before,
  #container::after {
    height: 1.5384615385rem;
  }
  .limitedWrap {
    margin: 0 auto;
    max-width: 66.4615384615rem;
    padding: 0 2.4615384615rem;
  }
  .full-width {
    width: 100%;
    left: auto;
    transform: none;
  }
  main {
    margin-top: 5.5384615385rem;
    margin-top: 0;
    margin-bottom: 15.3846153846rem;
    max-width: 98.4615384615rem;
  }
  .contents section {
    padding-top: 1.5384615385rem;
    padding-bottom: 6.1538461538rem;
  }
  #container::before {
    position: fixed;
    z-index: 13;
    top: 0;
  }
  header {
    height: 12.3076923077rem;
  }
  header .headWrap {
    margin: 0 auto;
    max-width: 98.4615384615rem;
    padding: 1.2307692308rem;
    padding: 0 3.0769230769rem;
    justify-content: flex-start;
  }
  header .logo {
    position: relative;
    width: auto;
    height: 3.2307692308rem;
    padding: 0;
  }
  header .logo.centeringWrap {
    padding: 0.5384615385rem;
  }
  #menuSW {
    width: 3.0769230769rem;
    height: 3.0769230769rem;
  }
  .menuTop #menuPanel {
    opacity: 1;
    padding: 5.5384615385rem 0;
    margin: 0;
  }
  .menuLeft #menuPanel {
    margin-top: 5.6923076923rem;
  }
  #menuPanel .copyrights {
    display: none;
  }
  nav {
    color: #000;
  }
  nav ul h5 {
    padding-left: 1.3846153846rem;
    font-size: 1em;
  }
  nav li a {
    padding-left: 1.3846153846rem;
  }
  nav li a:hover::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: #000;
  }
  .menuPanel-SPOnly .btnCTA {
    order: 3;
  }
  .menuPanel-SPOnly #menuSW {
    display: none;
  }
  .menuPanel-SPOnly #menuPanel {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    transition: all 0s ease-in 0s;
    top: 12.3076923077rem;
    left: calc(50% - 49.2307692308rem);
    width: 16rem;
    height: auto;
    padding: 0 0 0 3.8461538462rem;
  }
  .menuPanel-SPOnly #menuPanel.stickyState {
    position: fixed;
    top: 0;
    transition: all 0s ease-in 0s;
  }
  .menuPanel-SPOnly #menuPanel ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-flow: column nowrap;
    width: auto;
  }
  .menuPanel-SPOnly #menuPanel li {
    position: relative;
  }
  .menuPanel-SPOnly #menuPanel li a {
    border-radius: 5px;
    margin: 0;
    padding: 1.9230769231rem 0;
    text-align: left;
  }
  .menuPanel-SPOnly #menuPanel a {
    color: #000;
  }
  .menuPanel-SPOnly #menuPanel a:link,
  .menuPanel-SPOnly #menuPanel a:visited,
  .menuPanel-SPOnly #menuPanel a:hover,
  .menuPanel-SPOnly #menuPanel a:focus,
  .menuPanel-SPOnly #menuPanel a:active {
    color: #000;
  }
  .menuPanel-SPOnly #menuPanel a.linkBorderless:hover::after {
    bottom: calc(50% + 0.2em);
  }
  .menuPanel-SPOnly #menuPanel a::after {
    content: "";
    width: 0%;
  }
  .menuPanel-SPOnly #menuPanel .CURRENT::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
  }
  .menuPanel-SPOnly #menuPanel .CURRENT a::after {
    content: "";
    position: absolute;
    left: 0;
    height: 1px;
    background: #000;
  }
  .menuPanel-SPOnly #menuPanel .CURRENT a::after,
  .menuPanel-SPOnly #menuPanel a:hover::after {
    bottom: calc(50% - 1em);
    width: 100%;
    transition: width 1s cubic-bezier(0.075, 0.82, 0.165, 1) 0s;
  }
  .menuPanel-SPOnly #menuPanel .snsMenu {
    margin: 6.1538461538rem auto;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: center;
  }
  .menuPanel-SPOnly #menuPanel .snsMenu li {
    width: 21px;
    height: 21px;
    background: url(../img/ui/icon_ig_bk.svg) no-repeat center/contain;
  }
  .menuPanel-SPOnly #menuPanel .snsMenu li + li {
    margin-left: 1.8461538462rem;
  }
  .menuPanel-SPOnly #menuPanel .snsMenu li a {
    margin: 0;
    padding: 0;
  }
  .menuPanel-SPOnly #menuPanel .snsMenu li a:link,
  .menuPanel-SPOnly #menuPanel .snsMenu li a:visited,
  .menuPanel-SPOnly #menuPanel .snsMenu li a:hover,
  .menuPanel-SPOnly #menuPanel .snsMenu li a:focus,
  .menuPanel-SPOnly #menuPanel .snsMenu li a:active {
    text-decoration: none;
  }
  .menuPanel-SPOnly #menuPanel .snsMenu li a:hover::after {
    bottom: -0.75em;
  }
  .menuPanel-SPOnly #menuPanel .snsMenu .snsTW {
    width: 25px;
    height: 20px;
    background: url(../img/ui/icon_tw_bk.svg) no-repeat center/contain;
  }
  .pagetop {
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    max-width: 107.6923076923rem;
    max-width: 98.4615384615rem;
    bottom: 120px;
    bottom: 5.5384615385rem;
  }
  .pagetop a {
    position: absolute;
    bottom: 0;
    right: 1.2307692308rem;
    right: 3.0769230769rem;
    right: 3.8461538462rem;
    width: 3.8461538462rem;
    height: 3.8461538462rem;
  }
  .footMenu,
  .policyMenu {
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
  }
  .footMenu li a,
  .policyMenu li a {
    margin: 0 0.3846153846rem;
    padding: 0.7692307692rem 1.5384615385rem;
    border-radius: 5px;
  }
  .btnBlock {
    width: 100%;
    margin: 3.8461538462rem auto 0;
  }
  .stdBlock {
    margin: 0 auto 3.8461538462rem;
  }
  .section-works h3.txtEng {
    font-size: 1.3846153846rem;
    position: absolute;
    top: -0.8em;
    left: 50%;
    transform: translate(-50%);
  }
  .section-works .limitedWrap {
    padding: 0;
    padding: 0 0 0 4.6153846154rem;
    max-width: 71.0769230769rem;
  }
  .section-works .worksWrap {
    display: grid;
    gap: 0.7692307692rem;
    grid-template-columns: repeat(3, 1fr);
    place-items: center;
    place-content: center;
  }
  .section-work .limitedWrap {
    padding: 0;
    padding: 0 0 0 4.6153846154rem;
    max-width: 71.0769230769rem;
  }
  .section-work .limitedWrap .workWrap {
    padding: 0 2.4615384615rem 3.8461538462rem;
  }
  .section-work .imageeArea {
    margin: 0;
    width: 100%;
  }
  .section-work .imageeArea picture {
    display: block;
  }
  .section-work .imageeArea picture ~ picture {
    margin-top: 1.5384615385rem;
  }
  .section-work .textArea {
    margin-top: 2.9230769231rem;
  }
  .section-work .textArea ul {
    display: flex;
    gap: 1.5384615385rem;
  }
  .section-work .textArea .workTitle {
    margin-top: 2.7692307692rem;
  }
  
  .section-profile .limitedWrap {
    max-width: unset;
    padding: 0 11.5384615385rem 0 18.4615384615rem;
  }
  .section-profile .media {
    flex-direction: row;
    gap: 5.8461538462rem;
  }
  .section-profile .media__imgArea {
    height: 48.6923076923rem;
    aspect-ratio: 384/633;
    flex: 0 1 29.5384615385rem;
  }
  .section-profile .media__textArea {
    flex: 1 1 33.0769230769rem;
  }
  .section-books .limitedWrap {
    max-width: unset;
    padding: 0 11.5384615385rem 0 21.5384615385rem;
  }
  .section-books .bookUnit {
    padding-top: 7.6923076923rem;
    padding-bottom: 7.6923076923rem;
  }
  .section-books .media {
    flex-direction: row;
    align-items: flex-start;
    gap: 2.3076923077rem;
  }
  .section-books .media__imgArea {
    flex: 0 1 23.0769230769rem;
  }
  .section-books .media__imgArea img {
    aspect-ratio: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  .section-books .media__textArea {
    flex: 1 1 30.7692307692rem;
  }
  .section-textindex .limitedWrap {
    padding: 0 7.4615384615rem;
  }
  .section-textindex .textindexWrap {
    row-gap: 3.0769230769rem;
  }
  .section-textindex article {
    padding-bottom: 3.0769230769rem;
  }
  .section-textindex time {
    margin-bottom: 1.6153846154rem;
  }
  .section-text .limitedWrap article {
    padding: 0 5rem 0.7692307692rem;
  }
  .section-text time {
    margin-bottom: 4.6923076923rem;
  }
  .section-text .textcontents .textimage {
    margin: 2.3076923077rem auto 0;
    width: 100%;
  }
  .section-text .textcontents p:not(:first-of-type) {
    margin-top: 2.3076923077rem;
  }
  .section-contact .limitedWrap {
    max-width: unset;
    padding: 0 29.0769230769rem 0 33.6923076923rem;
  }
}
form dl {
  display: flex;
  flex-direction: column;
}
form dl dd {
  width: 100%;
}
form input,
form textarea {
  border: none;
}
form select {
  padding-right: 3em;
  width: 100%;
  background-color: #efefef;
  border-color: #707070;
  background-position: calc(100% - 0.5em) center;
  background-size: 0.94em 0.5em;
}
form .attention {
  margin: 1em auto 0;
}
form .attention .txtLink {
  margin: 0;
}
form .formErrorContent,
form .txtError {
  background: none;
  color: rgba(200, 37, 37, 0.5);
  font-weight: bold;
  font-size: 1rem;
}
form .confirm {
  font-size: 16px;
  letter-spacing: 0;
}
form #confirm dl + dl {
  margin-top: 2em;
}
form .wpcf7-response-output {
  border: none;
  margin: 2em 0;
  padding: 0;
  color: #c82525;
}
form .wpcf7-not-valid-tip {
  color: #c82525;
}
form .wpcf7-not-valid-tip::before {
  content: "※";
}
form.wpcf7-form.sent .wpcf7-response-output {
  color: inherit;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.2;
  margin: 5em auto -7.5em;
}
form.wpcf7-form.sent .formTable {
  display: none;
}
form.wpcf7-form.sent .formTable ~ .wpcf7-response-output {
  display: none;
}
@media only screen and (min-width: 491px) {
  form {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
  form select {
    width: 100%;
    background-color: #efefef;
    border-color: #707070;
    background-position: calc(100% - 0.5em) center;
    background-size: 0.94em 0.5em;
  }
} 

/*　2024.12.2 スイタ追加　*/
@media (max-width: 490px) {
    .section-profile .limitedWrap {
      padding: 0 20px !important; /* テキスト部分の余白のみ適用 */
    }
  
    .section-profile .media {
      flex-direction: column !important; /* 縦並び */
      gap: 20px; /* 要素間の間隔を設定 */
    }
  
    .section-profile .media__imgArea {
      padding: 0 !important; /* 自身の余白を完全にリセット */
      margin: 0 !important; /* 外側の余白もリセット */
      width: 100vw !important; /* ビューポート全体の幅に設定 */
      max-width: none !important; /* 最大幅の制限を解除 */
      position: relative !important; /* 親の影響を排除 */
      left: calc(-20px) !important; /* 親のpaddingを無視して左側に広げる */
    }
  
    .section-profile .media__imgArea img {
      width: 100% !important; /* 画像を横幅一杯に広げる */
      height: auto !important; /* 高さをアスペクト比で調整 */
      object-fit: cover !important; /* 必要に応じて画像をカバー表示 */
      display: block !important; /* インライン要素として扱われないように設定 */
    }
  
    .section-profile .media__textArea {
      padding: 0 !important; /* 自身の余白をリセット */
      margin: 0 !important; /* 余分な外側の余白を削除 */
      width: 100%; /* 親要素の幅に揃える */
    }
  }
.spacer {
    display: block; /* ブロック要素として扱う */
    margin-top: 1em; /* 一行分のスペースを確保 */
  }
  /*　2024.12.2 スイタ追加〜ここまで　*/

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