@charset "UTF-8";
/*!
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
/*! normalize.css v5.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-size: 62.5%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, img, ins, q,
small, strong, sub, sup,
b,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, tr, th, td,
article, aside,
footer, header, main, nav, section,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  vertical-align: baseline;
  background: transparent;
}

html {
  box-sizing: border-box;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  line-height: 1;
  -webkit-font-smoothing: subpixel-antialiased;
}

article, aside,
footer, header, main, nav, section {
  display: block;
}

li {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

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

abbr[title] {
  text-decoration: none;
  border-bottom: 1px dotted;
  cursor: help;
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}

audio,
video,
canvas {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

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

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  border-radius: 0;
  border: solid 1px #aaa;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZlcnNpb249IjEuMSIgeD0iMTJweCIgeT0iMHB4IiB3aWR0aD0iMjRweCIgaGVpZ2h0PSIzcHgiIHZpZXdCb3g9IjAgMCA2IDMiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDYgMyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBvbHlnb24gcG9pbnRzPSI1Ljk5MiwwIDIuOTkyLDMgLTAuMDA4LDAgIi8+PC9zdmc+);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 20px;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

.page .contentWrap ol > li:after, .headerNav__ul:after, .headerNav:after, .headerWrap:after, .wrap:after, .page .contentWrap .post__share > ul:after {
  content: " ";
  display: block;
  clear: both;
}

.toggleButton:after, .toggleButton > span, .toggleButton:before {
  content: "";
  display: block;
  width: 40px;
  height: 2px;
  background-color: #fcfcfc;
  border-radius: 1px;
  position: absolute;
  left: 5px;
  transition: width 0.3s, background-color 0.3s, transform 0.3s, opacity 0.3s;
}

.page .contentWrap .contactSection .contactPageLink {
  white-space: nowrap;
  position: absolute;
  z-index: 30;
}
.page .contentWrap .contactSection .contactPageLink a {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 24px;
  letter-spacing: 2px;
  color: #333;
  text-align: center;
  padding: 5px 15px;
  background-color: #fcfcfc;
  border: solid 3px rgb(37.5149253731, 172.7388059701, 245.9850746269);
  border-radius: 40px;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .contactSection .contactPageLink a {
    line-height: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.page .contentWrap .contactSection .contactPageLink a span {
  position: relative;
}
.page .contentWrap .contactSection .contactPageLink a span:after {
  content: "";
  display: block;
  width: calc(100% + 12px);
  height: 6px;
  border-right: solid 1px #050709;
  border-bottom: solid 1px #050709;
  transform: skew(45deg);
  position: absolute;
  bottom: 0;
  left: -6px;
  transition: left 0.3s, border-color 0.3s;
}
.page .contentWrap .contactSection .contactPageLink a:hover {
  color: rgb(0, 151.65625, 253.2);
}
.page .contentWrap .contactSection .contactPageLink a:hover > span:after {
  left: 0;
  border-color: rgb(0, 151.65625, 253.2);
}

.markerSvg {
  margin-bottom: -2px;
  width: 14px;
  height: 14px;
}

.page .contentWrap .post__share {
  text-align: center;
  margin-top: 50px;
}
.page .contentWrap .post__share > ul {
  font-size: 0;
}
@font-face {
  font-family: "icon";
  src: url("../fonts/icon.eot?hxjld2");
  src: url("../fonts/icon.eot?hxjld2#iefix") format("embedded-opentype"), url("../fonts/icon.ttf?hxjld2") format("truetype"), url("../fonts/icon.woff?hxjld2") format("woff"), url("../fonts/icon.svg?hxjld2#icon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=fa-]:before, [class*=" fa-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-new-tab:before {
  content: "\ea7e";
}

.fa-instagram:before {
  content: "\ea92";
}

.fa-youtube:before {
  content: "\ea9d";
}

.fa-twitch:before {
  content: "\ea9f";
}

.fa-openrec:before {
  content: "\e900";
}

.fa-facebook:before {
  content: "\e901";
  font-size: 20px;
  font-size: 2rem;
}

.fa-line:before {
  content: "\e91e";
}

.fa-mailform:before {
  content: "\e920";
  margin-right: 2px;
  position: relative;
  bottom: -1px;
}

.fa-x:before {
  content: "\e902";
  font-size: 16px;
  font-size: 1.6rem;
}

.svg {
  width: 18px;
  height: 18px;
  fill: #333;
}

.xLink {
  width: 100%;
  height: 50px;
  position: relative;
  transition: opacity 0.5s;
}
@media only screen and (min-width: 62em) {
  .xLink {
    width: 50px;
  }
}
.xLink .xSvg {
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  fill: #333;
  transition: fill 0.3s;
}
.xLink > .xSvg:hover:hover {
  fill: rgb(0, 151.65625, 253.2);
}

@media only screen and (min-width: 62em) {
  .headerNav__ul .xLink .xSvg {
    fill: #fcfcfc;
  }
}

.headerBackground .xLink > .xSvg {
  fill: #333;
}
.headerBackground .xLink > .xSvg:hover {
  fill: rgb(0, 151.65625, 253.2);
}

.postShareX {
  display: inline-block;
  width: 20px;
  height: 20px;
  position: relative;
}
.postShareX .xSvg {
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  fill: #fcfcfc;
  transition: fill 0.3s;
}

.footerSnsWrap .footerSnsWrap__ul {
  display: flex;
  justify-content: center;
}
.footerSnsWrap .footerSnsWrap__ul > li {
  margin-right: 20px;
}
.footerSnsWrap .footerSnsWrap__ul > li:last-child {
  margin-right: 0;
}
.footerSnsWrap .footerSnsWrap__ul .xLink {
  display: inline-block;
  width: 40px;
  height: 50px;
}
.footerSnsWrap .footerSnsWrap__ul .xSvg {
  width: 20px;
  height: 50px;
  left: 50%;
  right: 50%;
  transform: translateX(-50%);
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
body {
  color: #333;
  font-family: "Nunito Sans", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.7;
  background-color: #f8f8f8;
}

#js_body {
  position: relative;
  visibility: hidden;
}

@media all and (-ms-high-contrast: none) {
  body {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
/*
h1,h2,h3,h4,h5,h6,p,pre,dl,ul,ol,address,blockquote,table,form,fieldset {
	margin-bottom: 30px; //ほぼ再定義するため削除
}
*/
q, blockquote {
  color: rgb(107.1, 107.1, 107.1);
  background-color: rgb(241.1, 241.1, 241.1);
}

pre,
code {
  font-family: monospace, monospace;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  white-space: pre-wrap;
}

em {
  font-style: normal;
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.59, transparent), color-stop(0.6, rgb(37.5149253731, 172.7388059701, 245.9850746269)), to(rgb(37.5149253731, 172.7388059701, 245.9850746269)));
  background: -moz-linear-gradient(to bottom, transparent 60%, rgb(37.5149253731, 172.7388059701, 245.9850746269) 60%);
  background: linear-gradient(to bottom, transparent 60%, rgb(37.5149253731, 172.7388059701, 245.9850746269) 60%);
}

mark {
  font-weight: bold;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(0.59, transparent), color-stop(0.6, #0073c0), to(#0073c0));
  background: -moz-linear-gradient(to bottom, transparent 60%, #0073c0 60%);
  background: linear-gradient(to bottom, transparent 60%, #0073c0 60%);
}

hr {
  height: 0;
  overflow: visible;
}

del {
  text-decoration: line-through;
}

small {
  font-size: 12px;
  font-size: 1.2rem;
}

sub,
sup {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -4px;
}

sup {
  top: -8px;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  border: solid 1px #dfdfdf;
}

tr, th, td {
  border: solid 1px #dfdfdf;
}

th {
  text-align: left;
  background-color: #f8f8f8;
}

form {
  padding: 20px;
}

img {
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  font-family: "Open Sans", "Helvetica Neue", Verdana, "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 0;
}

fieldset {
  border: 1px solid #68f;
  padding: 6px 10px 12px;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

a {
  color: #0073c0;
  text-decoration: none;
  transition: color 0.3s;
}

a:hover {
  color: rgb(0, 151.65625, 253.2);
}

.post__content a[target=_blank]:before {
  display: inline-block;
  text-decoration: none;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea7e";
  margin-right: 2px;
  position: relative;
  bottom: -2px;
}

.external:before {
  display: inline-block;
  text-decoration: none;
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\ea7e";
  margin-right: 2px;
  position: relative;
  bottom: -1px;
}

.grecaptcha-badge {
  visibility: hidden;
}

.wrap {
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
}
@media only screen and (max-width: 61.9375em) {
  .wrap {
    max-width: 740px;
    width: 100%;
  }
}
@media only screen and (min-width: 62em) {
  .wrap {
    max-width: 1000px;
  }
}

.contents {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-width: 320px;
  overflow: hidden;
}

.overlayBase {
  visibility: hidden;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 200;
  transition: background-color 0.3s, visibility 0.3s;
}
@media only screen and (min-width: 62em) {
  .overlayBase {
    transition: none;
  }
}

.overlay {
  visibility: visible;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.6);
}
@media only screen and (min-width: 62em) {
  .overlay {
    visibility: hidden;
  }
}

/*==============================
headerのレイアウト
===============================*/
header {
  line-height: 54px;
  width: 100%;
  height: 0;
  min-width: 320px;
  position: fixed;
  z-index: 300;
  transition: background-color 0.3s, color 0.3s, box-shadow 0.3s, fill 0.3s;
}
@media only screen and (min-width: 62em) {
  header {
    height: 54px;
    z-index: 50;
  }
}

.headerWrap {
  height: 0;
  margin: 0 auto;
  padding: 0 15px;
}
@media only screen and (min-width: 48em) {
  .headerWrap {
    padding: 0 20px;
  }
}
@media only screen and (min-width: 62em) {
  .headerWrap {
    width: 938px;
    height: auto;
  }
}
@media only screen and (min-width: 75em) {
  .headerWrap {
    width: 1080px;
  }
}

.headerBackground .logoLink > .logoImg {
  width: 100%;
  height: auto;
}
.headerBackground .logoLink img {
  width: 100%;
  height: auto;
}

/*==============================
headerのtoggle設定
===============================*/
.toggleButton {
  display: block;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  width: 50px;
  height: 50px;
  background-color: transparent;
  border: none;
  float: right;
  position: relative;
  top: 2px;
  z-index: 777;
  transition: margin 0.3s;
  cursor: pointer;
}
@media only screen and (min-width: 62em) {
  .toggleButton {
    display: none;
  }
}
.toggleButton:before {
  top: 11px;
}
.toggleButton > span {
  top: 24px;
  width: 30px;
}
.toggleButton:after {
  bottom: 11px;
  width: 20px;
}
.toggleButton:before,
.toggleButton > span, .toggleButton:after {
  background-color: #834110;
}
.toggleButton:focus {
  outline: none;
}

.menu-opened + .toggleButton {
  margin-right: -16px;
}
.menu-opened + .toggleButton:before {
  transform: translateY(13px) rotate(135deg);
  background-color: #834110;
  width: 30px;
}
.menu-opened + .toggleButton > span {
  opacity: 0;
  background-color: #834110;
}
.menu-opened + .toggleButton:after {
  transform: translateY(-13px) rotate(-135deg);
  background-color: #834110;
  width: 30px;
}

.headerNav {
  text-align: center;
  width: 270px;
  height: 100%;
  padding-top: 30px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: fixed;
  top: 0;
  right: -270px;
  transform: translateX(0);
  z-index: -1;
}
@media only screen and (max-width: 61.9375em) {
  .headerNav {
    background-color: rgba(255, 255, 255, 0.9);
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  }
}
@media only screen and (min-width: 62em) {
  .headerNav {
    width: 100%;
    height: 54px;
    padding-top: 0;
    overflow: visible;
    position: static;
  }
}

.menu-opened {
  transform: translateX(-270px);
}
@media only screen and (min-width: 62em) {
  .menu-opened {
    transform: translateX(0);
  }
}

.headerNav__ul {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  padding-top: 20px;
}
@media only screen and (min-width: 62em) {
  .headerNav__ul {
    padding-top: 0;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.headerNav__ul > li {
  letter-spacing: 0.02em;
}
@media only screen and (min-width: 62em) {
  .headerNav__ul > li {
    margin-right: 30px;
    float: left;
    transition: margin 0.5s;
  }
}
.headerNav__ul > li > a {
  color: #834110;
  display: block;
}
.headerNav__ul > li > a:hover {
  color: rgb(167.3591836735, 83.0408163265, 20.4408163265);
}
.headerNav__ul > li > a.active {
  color: rgb(167.3591836735, 83.0408163265, 20.4408163265) !important;
}
@media only screen and (min-width: 62em) {
  .headerNav__ul > li > a {
    color: #834110;
  }
  .headerNav__ul > li > a:hover {
    color: rgb(167.3591836735, 83.0408163265, 20.4408163265);
  }
  .headerNav__ul > li > a.active {
    color: rgb(167.3591836735, 83.0408163265, 20.4408163265) !important;
  }
}
@media only screen and (min-width: 62em) {
  .headerNav__ul.navActive {
    margin-right: -52px;
  }
  .headerNav__ul.navActive > li:nth-child(3) {
    margin-right: 165px;
  }
}

@font-face {
  font-family: "SubsetAkazukiPOP";
  src: url("../fonts/SubsetAkazukiPOP.woff2") format("woff2"), url("fonts/SubsetAkazukiPOP.woff") format("woff");
}
html {
  overflow-y: scroll;
}

#js_body {
  visibility: visible;
}

.no_scroll {
  height: 100vh;
  overflow: hidden;
}

.loadingBg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #ffffff;
  background-image: radial-gradient(circle, #f08c39 2px, transparent 2px), radial-gradient(circle, #fdd108 2px, transparent 2px), radial-gradient(circle, #fdd108 2px, transparent 2px), radial-gradient(circle, #f08c39 2px, transparent 2px);
  background-position: 0 0, 34px 0, 17px 34px, 51px 34px;
  background-size: 68px 68px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: transform 1s;
  overflow: hidden;
}

.loadingBear {
  width: 100px;
  height: 100px;
  animation: float 1.5s ease-in-out infinite;
}

@keyframes float {
  0%, 100% {
    transform: translateY(-10px);
  }
  50% {
    transform: translateY(10px);
  }
}
@keyframes scale {
  0% {
    transform: translateY(0) scale(1);
  }
  100% {
    transform: translateY(0) scale(100);
  }
}
.loadingBear.expand {
  animation: scale 1.5s ease-in-out forwards;
}

.loadingBg.slide-up {
  transform: translateY(-100%);
}

.wrapper {
  font-family: "SubsetAkazukiPOP", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 16px;
  font-size: 1.6rem;
  background-size: auto auto;
  background-color: #f6ac19;
  background-image: repeating-linear-gradient(135deg, transparent, transparent 24px, rgb(247, 183, 40) 24px, rgb(247, 183, 40) 32px);
}
.wrapper:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/bg_pattern.png);
  background-size: 200px;
  background-repeat: repeat;
  opacity: 0.35;
  mix-blend-mode: overlay;
}
@media only screen and (min-width: 48em) {
  .wrapper:before {
    background-size: 300px;
  }
}
@media only screen and (min-width: 62em) {
  .wrapper:before {
    background-size: 400px;
  }
}

.billboard {
  width: 100%;
  height: auto;
  position: relative;
}
.billboard:before {
  content: "";
  display: block;
  padding-top: calc((56.25% + 54px + 30px) * 1.4);
}
@media only screen and (min-width: 48em) {
  .billboard:before {
    padding-top: calc(56.25% + 54px + 30px);
  }
}
.billboard .logo {
  width: 48%;
  position: fixed;
  top: calc(54px + 5px);
  right: 40%;
  transform: translateX(50%) rotate(5deg);
  transition: width 0.5s, right 0.5s, top 0.5s, position 0.5s, transform 0.5s;
}
.billboard .logo _::-webkit-full-page-media, .billboard .logo _:future, :root .billboard .logo {
  transition: right 0.5s, top 0.5s, position 0.5s, transform 0.5s;
}
@media only screen and (min-width: 48em) {
  .billboard .logo {
    width: 36%;
    right: 10%;
    top: calc(54px + 3%);
    transform: translateX(0) rotate(5deg);
  }
}
.billboard .logo .logoLink {
  display: block;
}
.billboard .logo .logoLink:before {
  content: "";
  display: block;
  padding-top: 60%;
}
.billboard .logo .logoLink .logoImg {
  width: 100%;
  height: auto;
  position: absolute;
  top: 0;
}
.billboard .billboardKv_f,
.billboard .billboardKv_bg {
  will-change: transform, opacity;
  margin-top: 54px;
  width: 140vw;
  height: 78.75vw;
  min-width: 140vw;
  min-height: 78.75vw;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scale(1);
  transition: width 0.3s, min-width 0.3s, height 0.3s, min-height 0.3s, margin 0.03s, transform 0.3s, filter 0.3s, opacity 0.3s, mask-image 0.3s;
  mask-image: linear-gradient(to bottom, transparent 0%, #000 5%, #000 95%, transparent 100%), linear-gradient(to right, transparent 15%, #000 20%, #000 83%, transparent 85%);
  mask-composite: intersect;
  -webkit-mask-composite: intersect;
}
@media only screen and (min-width: 48em) {
  .billboard .billboardKv_f,
  .billboard .billboardKv_bg {
    width: 100vw;
    height: 56.25vw;
    min-width: 100vw;
    min-height: 56.25vw;
    mask-image: linear-gradient(to bottom, transparent 0%, #000 5%, #000 95%, transparent 100%), linear-gradient(to right, transparent 0%, #000 5%, #000 95%, transparent 100%);
  }
}
.billboard.billboardActive .logo {
  width: 140px;
  top: 5px;
  right: 50%;
  z-index: 100;
  transform: translateX(50%) rotate(360deg);
}
.billboard.billboardActive .billboardKv_f,
.billboard.billboardActive .billboardKv_bg {
  width: 105%;
  height: 105%;
  min-width: 105vw;
  min-height: 105vh;
  margin-top: -2vh;
  object-fit: cover;
  opacity: 0.8;
  filter: blur(6px);
  mask-image: linear-gradient(to bottom, transparent 0%, #000 2%, #000 98%, transparent 100%), linear-gradient(to right, transparent 0%, #000 2%, #000 98%, transparent 100%);
}

.page {
  width: 100%;
  margin-bottom: 80px;
}
.page .contentWrap {
  margin-top: 100px;
  margin-bottom: 80px;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap {
    margin-bottom: 120px;
  }
}
.page .contentWrap h2 {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap h2 {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
@media only screen and (min-width: 48em) {
  .page .contentWrap h2 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.page .contentWrap #about_alma2024,
.page .contentWrap #goods_alma2024,
.page .contentWrap #ticket_alma2024,
.page .contentWrap #d_goods_alma2024,
.page .contentWrap #contact_alma2024 {
  width: 500px;
  max-width: 100%;
  margin-top: -40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 90px;
  line-height: 36px;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap #about_alma2024,
  .page .contentWrap #goods_alma2024,
  .page .contentWrap #ticket_alma2024,
  .page .contentWrap #d_goods_alma2024,
  .page .contentWrap #contact_alma2024 {
    line-height: 42px;
    padding-top: 100px;
  }
}
@media only screen and (min-width: 48em) {
  .page .contentWrap #about_alma2024,
  .page .contentWrap #goods_alma2024,
  .page .contentWrap #ticket_alma2024,
  .page .contentWrap #d_goods_alma2024,
  .page .contentWrap #contact_alma2024 {
    line-height: 50px;
    padding-top: 110px;
  }
}
.page .contentWrap p {
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  margin-bottom: 20px;
}
.page .contentWrap .nb {
  white-space: nowrap;
}
.page .contentWrap .accent {
  font-weight: bold;
  line-height: 40px;
  color: #fcfcfc;
  background-color: #fdd108;
  padding: 2px 4px;
  margin: 0 2px;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .accent {
    font-size: 26px;
    font-size: 2.6rem;
    line-height: 60px;
    padding: 6px 8px;
    margin: 0 4px;
  }
}
.page .contentWrap ol {
  counter-reset: body_count;
  margin-bottom: 20px;
}
.page .contentWrap ol > li:before {
  display: inline-block;
  counter-increment: body_count;
  content: counters(body_count, "-") ".";
  text-align: center;
}
.page .contentWrap ul {
  margin-bottom: 20px;
}
.page .contentWrap ul > li {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 10px;
}
.page .contentWrap a {
  text-decoration: underline;
}
.page .contentWrap .post__shareX {
  margin-right: 20px;
}
.page .contentWrap .post__shareX,
.page .contentWrap .post__shareFacebook {
  display: inline-block;
  margin-bottom: 0;
}
.page .contentWrap .post__shareX > a,
.page .contentWrap .post__shareFacebook > a {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fcfcfc;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  width: 120px;
  height: 30px;
  padding: 2px 16px;
  background-color: #050709;
  border-radius: 50px;
  opacity: 1;
  transition: opacity 0.5s;
}
.page .contentWrap .post__shareX > a:hover,
.page .contentWrap .post__shareFacebook > a:hover {
  opacity: 0.6;
}
.page .contentWrap .goodsSection,
.page .contentWrap .ticketSection,
.page .contentWrap .d_goodsSection,
.page .contentWrap .contactSection {
  margin-top: 100px;
}
.page .contentWrap .aboutSection h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
  margin: 10px 0;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap .aboutSection h3 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .aboutSection h3 {
    text-align: left;
  }
}
.page .contentWrap .aboutSection .aboutContentsWrap {
  position: relative;
}
.page .contentWrap .aboutSection .aboutContentsWrap .aboutImg .aboutImg_sp img,
.page .contentWrap .aboutSection .aboutContentsWrap .aboutImg .aboutImg_pc img {
  max-width: 100%;
  height: auto;
}
.page .contentWrap .aboutSection .aboutContentsWrap .aboutImg .aboutImg_sp {
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
  background-color: #f8f8f8;
  background-color: rgba(255, 255, 255, 0.5);
  border: solid 3px #f08c39;
}
.page .contentWrap .aboutSection .aboutContentsWrap .aboutImg .aboutImg_pc {
  display: none;
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .aboutSection .aboutContentsWrap .aboutImg .aboutImg_sp {
    display: none;
  }
  .page .contentWrap .aboutSection .aboutContentsWrap .aboutImg .aboutImg_pc {
    display: block;
    width: 400px;
    height: auto;
    position: absolute;
    top: -50px;
    left: -120px;
  }
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .aboutSection .aboutContentsWrap .aboutContent {
    padding-left: 200px;
    position: relative;
  }
}
.page .contentWrap .aboutSection .aboutContentsWrap .aboutContent .alma2024__sns {
  text-align: center;
}
.page .contentWrap .aboutSection .aboutContentsWrap .aboutContent .alma2024__sns a {
  color: #333;
  text-decoration: none;
  margin-right: 15px;
}
.page .contentWrap .aboutSection .aboutContentsWrap .aboutContent .alma2024__sns a:hover {
  color: #fdd108;
}
.page .contentWrap .aboutSection .aboutContentsWrap .aboutContent .alma2024__sns a > i:before {
  font-size: 32px;
  font-size: 3.2rem;
}
.page .contentWrap .aboutSection .aboutContentsWrap .aboutContent .eventOutline {
  background-color: #f8f8f8;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
  border: solid 3px #f08c39;
  border-radius: 10px;
}
.page .contentWrap .aboutSection .aboutContentsWrap .aboutContent .eventOutline dt {
  float: left;
}
.page .contentWrap .aboutSection .aboutContentsWrap .aboutContent .eventOutline dd > a {
  text-decoration: none;
  color: #834110;
}
.page .contentWrap .aboutSection .aboutContentsWrap .aboutContent .eventOutline dd > a:hover {
  color: rgb(167.3591836735, 83.0408163265, 20.4408163265);
}
.page .contentWrap .aboutSection .aboutContentsWrap .aboutContent .eventOutline .collaboDrink {
  margin-top: 10px;
}
.page .contentWrap .aboutSection .aboutContentsWrap .aboutContent .eventOutline .collaboDrink img {
  width: 100%;
  height: auto;
  border-radius: 4px;
}
.page .contentWrap .goodsSection .goodsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 36px;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .goodsSection .goodsList {
    gap: 50px;
  }
}
.page .contentWrap .goodsSection .goodsList > .goodsWrap {
  text-align: center;
  width: 80%;
  position: relative;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap .goodsSection .goodsList > .goodsWrap {
    width: 60%;
  }
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .goodsSection .goodsList > .goodsWrap {
    width: calc(45% - 20px);
  }
}
.page .contentWrap .goodsSection .goodsList > .goodsWrap .goodsImgWrap {
  width: 100%;
  height: 100%;
  background-color: #fdd108;
  background-color: rgba(253, 209, 8, 0.5);
  border: solid 3px #f08c39;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
.page .contentWrap .goodsSection .goodsList > .goodsWrap .goodsImgWrap .goodsTitle {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  color: #fcfcfc;
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 10px 0;
  background-color: rgba(253, 209, 8, 0.5);
  position: absolute;
  bottom: 0;
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .goodsSection .goodsList > .goodsWrap .goodsImgWrap .goodsTitle {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.page .contentWrap .goodsSection .goodsList > .goodsWrap .goodsImgWrap .goodsTitle .goodsPrice {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .goodsSection .goodsList > .goodsWrap .goodsImgWrap .goodsTitle .goodsPrice {
    font-size: 20px;
    font-size: 2rem;
  }
}
.page .contentWrap .goodsSection .goodsList > .goodsWrap .goodsImgWrap svg,
.page .contentWrap .goodsSection .goodsList > .goodsWrap .goodsImgWrap img {
  width: 100%;
  height: 100%;
}
.page .contentWrap .goodsSection .goodsList > .goodsWrap.ready .goodsImgWrap {
  position: absolute;
}
.page .contentWrap .goodsSection .goodsList > .goodsWrap.ready .goodsImgWrap:after {
  content: "COMING SOON...";
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  white-space: nowrap;
  color: #fcfcfc;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap .goodsSection .goodsList > .goodsWrap.ready .goodsImgWrap:after {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .goodsSection .goodsList > .goodsWrap.ready .goodsImgWrap:after {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.page .contentWrap .goodsSection .goodsList > .goodsWrap .readyImgWrap:before {
  content: "";
  display: block;
  padding-top: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page .contentWrap .goodsSection .goodsList > .goodsWrap .readyImgWrap svg,
.page .contentWrap .goodsSection .goodsList > .goodsWrap .readyImgWrap img {
  width: 100%;
  height: auto;
  padding: 10px;
  mix-blend-mode: overlay;
  opacity: 0.5;
  position: relative;
  z-index: 1;
  vertical-align: bottom;
}
.page .contentWrap .ticketSection {
  /* 
  	Copyright (c) 2022 by anniedotexe (https://codepen.io/anniedotexe/pen/ExmGvOM) 
  	Licensed under the MIT License: Permission to use, copy, modify, and distribute with attribution. 
  	Provided "as is" without warranty. 
  */
}
.page .contentWrap .ticketSection .ticketLink {
  color: inherit;
  text-decoration: none;
}
.page .contentWrap .ticketSection .ticketLink:hover {
  color: inherit;
}
.page .contentWrap .ticketSection .ticket {
  width: 280px;
  margin: auto;
  background: white;
  border-radius: 10px;
  overflow: hidden;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .ticketSection .ticket {
    display: flex;
    width: 710px;
  }
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .ticketSection .ticket {
    width: 820px;
  }
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .ticketSection .left {
    display: flex;
  }
}
.page .contentWrap .ticketSection .imageWrap {
  height: 280px;
  width: 280px;
  position: relative;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .ticketSection .imageWrap {
    height: 200px;
    width: 200px;
  }
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .ticketSection .imageWrap {
    height: 260px;
    width: 260px;
  }
}
.page .contentWrap .ticketSection .imageWrap img {
  width: 100%;
  height: auto;
}
.page .contentWrap .ticketSection .admit-one {
  font-size: 10px;
  font-size: 1rem;
  white-space: nowrap;
  position: absolute;
  width: 280px;
  padding: 8px 10px 0;
  letter-spacing: 0.15em;
  display: flex;
  text-align: center;
  justify-content: space-around;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .ticketSection .admit-one {
    writing-mode: vertical-rl;
    transform: rotate(-180deg) scale(0.76);
    top: -30px;
    width: auto;
    height: 260px;
    padding: 0 10px;
  }
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .ticketSection .admit-one {
    transform: rotate(-180deg) scale(1);
    top: 0;
  }
}
.page .contentWrap .ticketSection .admit-one span:nth-child(2) {
  color: white;
}
.page .contentWrap .ticketSection .ticket-info {
  padding: 30px 20px 10px;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .ticketSection .ticket-info {
    padding: 10px 30px;
  }
}
.page .contentWrap .ticketSection .ticket-info .date {
  border-top: 1px solid gray;
  border-bottom: 1px solid gray;
  padding: 5px 0;
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 10px;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .ticketSection .ticket-info .date {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .ticketSection .ticket-info .date {
    margin-bottom: 10px;
  }
}
.page .contentWrap .ticketSection .date span {
  width: 80px;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .ticketSection .date span {
    width: 90px;
  }
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .ticketSection .date span {
    width: 100px;
  }
}
.page .contentWrap .ticketSection .date span:first-child {
  text-align: left;
}
.page .contentWrap .ticketSection .date span:last-child {
  text-align: right;
}
.page .contentWrap .ticketSection .days {
  color: #fdd108;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .ticketSection .days {
    font-size: 20px;
    font-size: 2rem;
  }
}
.page .contentWrap .ticketSection .show-name {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  color: #fdd108;
}
.page .contentWrap .ticketSection .show-name .years {
  font-size: 24px;
  font-size: 2.4rem;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .ticketSection .show-name {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
    color: #fdd108;
  }
  .page .contentWrap .ticketSection .show-name .years {
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    text-align: center;
  }
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .ticketSection .show-name {
    font-size: 32px;
    font-size: 3.2rem;
    line-height: 1.4;
    color: #fdd108;
  }
  .page .contentWrap .ticketSection .show-name .years {
    font-size: 24px;
    font-size: 2.4rem;
    display: block;
    text-align: center;
  }
}
.page .contentWrap .ticketSection .time {
  padding: 10px 0;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .ticketSection .time {
    padding: 0;
  }
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .ticketSection .time {
    padding: 10px 0;
  }
}
.page .contentWrap .ticketSection .time p {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 0;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .ticketSection .time p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .ticketSection .time p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.page .contentWrap .ticketSection .time span {
  font-weight: 400;
  color: gray;
}
.page .contentWrap .ticketSection .location {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: 8px;
  border-top: 1px solid gray;
}
.page .contentWrap .ticketSection .location .separator {
  font-size: 20px;
}
.page .contentWrap .ticketSection .right {
  width: 280px;
  border-top: 1px dashed #404040;
  position: relative;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .ticketSection .right {
    width: 180px;
    border-top: none;
    border-left: 1px dashed #404040;
  }
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .ticketSection .right {
    width: 200px;
  }
}
.page .contentWrap .ticketSection .right .time p {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .ticketSection .right .time p {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .ticketSection .right .time p {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.page .contentWrap .ticketSection .right .admit-one {
  color: darkgray;
}
.page .contentWrap .ticketSection .right .admit-one span:nth-child(2) {
  color: gray;
}
.page .contentWrap .ticketSection .right .right-info-container {
  height: 250px;
  padding: 35px 10px 10px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .ticketSection .right .right-info-container {
    padding: 10px 10px 10px 35px;
    height: 200px;
  }
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .ticketSection .right .right-info-container {
    height: 250px;
  }
}
.page .contentWrap .ticketSection .right .show-name {
  font-size: 18px;
  font-size: 1.8rem;
}
.page .contentWrap .ticketSection .right .show-name .years {
  font-size: 14px;
  font-size: 1.4rem;
  display: block;
  text-align: center;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .ticketSection .right .show-name {
    font-size: 14px;
    font-size: 1.4rem;
  }
  .page .contentWrap .ticketSection .right .show-name .years {
    font-size: 10px;
    font-size: 1rem;
  }
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .ticketSection .right .show-name {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .page .contentWrap .ticketSection .right .show-name .years {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.page .contentWrap .ticketSection .barcode {
  width: 100px;
  height: 100px;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .ticketSection .barcode {
    width: 80px;
    height: 80px;
  }
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .ticketSection .barcode {
    width: 100px;
  }
}
.page .contentWrap .ticketSection .barcode img {
  width: 100%;
  height: auto;
}
.page .contentWrap .ticketSection .right .ticket-number {
  color: gray;
}
.page .contentWrap .ticketSection .ticketButtonWrap {
  text-align: center;
}
.page .contentWrap .ticketSection .ticketButtonWrap .readyButton,
.page .contentWrap .ticketSection .ticketButtonWrap .buyButton {
  color: #f08c39;
  display: inline-block;
  margin: 10px auto;
  padding: 5px 20px;
  border: solid 3px #f08c39;
  border-radius: 100px;
  position: relative;
  z-index: 1;
}
.page .contentWrap .ticketSection .ticketButtonWrap .readyButton:before,
.page .contentWrap .ticketSection .ticketButtonWrap .buyButton:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fdd108;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}
.page .contentWrap .ticketSection .ticketButtonWrap .buyButton a {
  color: #834110;
  text-decoration: none;
  transition: color 0.3s;
}
.page .contentWrap .ticketSection .ticketButtonWrap .buyButton a:hover {
  color: rgb(167.3591836735, 83.0408163265, 20.4408163265);
}
.page .contentWrap .d_goodsSection .d_goodsList {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 36px;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .d_goodsSection .d_goodsList {
    gap: 50px;
  }
}
.page .contentWrap .d_goodsSection .d_goodsList .d_goodsWrap {
  text-align: center;
  width: 80%;
  position: relative;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap .d_goodsSection .d_goodsList .d_goodsWrap {
    width: 60%;
  }
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .d_goodsSection .d_goodsList .d_goodsWrap {
    width: calc(45% - 20px);
  }
}
.page .contentWrap .d_goodsSection .d_goodsList .d_goodsWrap .d_goodsContentWrap .d_goodsImgWrap {
  width: 100%;
  background-color: #fdd108;
  background-color: rgba(253, 209, 8, 0.5);
  border: solid 3px #f08c39;
  border-radius: 10px;
  position: relative;
  top: 0;
  left: 0;
  overflow: hidden;
}
.page .contentWrap .d_goodsSection .d_goodsList .d_goodsWrap .d_goodsContentWrap .d_goodsImgWrap svg,
.page .contentWrap .d_goodsSection .d_goodsList .d_goodsWrap .d_goodsContentWrap .d_goodsImgWrap img {
  width: 100%;
  height: 100%;
}
.page .contentWrap .d_goodsSection .d_goodsList .d_goodsWrap .d_goodsContentWrap.ready .d_goodsImgWrap {
  position: absolute;
}
.page .contentWrap .d_goodsSection .d_goodsList .d_goodsWrap .d_goodsContentWrap.ready .d_goodsImgWrap:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  position: relative;
  top: 0;
  left: 0;
}
.page .contentWrap .d_goodsSection .d_goodsList .d_goodsWrap .d_goodsContentWrap.ready .d_goodsImgWrap:after {
  content: "COMING SOON...";
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  white-space: nowrap;
  color: #fcfcfc;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
@media only screen and (min-width: 35em) {
  .page .contentWrap .d_goodsSection .d_goodsList .d_goodsWrap .d_goodsContentWrap.ready .d_goodsImgWrap:after {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (min-width: 62em) {
  .page .contentWrap .d_goodsSection .d_goodsList .d_goodsWrap .d_goodsContentWrap.ready .d_goodsImgWrap:after {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.page .contentWrap .d_goodsSection .d_goodsList .d_goodsWrap .d_goodsContentWrap .d_readyImgWrap:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page .contentWrap .d_goodsSection .d_goodsList .d_goodsWrap .d_goodsContentWrap .d_readyImgWrap svg,
.page .contentWrap .d_goodsSection .d_goodsList .d_goodsWrap .d_goodsContentWrap .d_readyImgWrap img {
  width: 100%;
  height: auto;
  padding: 10px;
  mix-blend-mode: overlay;
  opacity: 0.5;
  position: relative;
  z-index: 1;
  vertical-align: bottom;
}
.page .contentWrap .d_goodsSection .d_goodsList .d_goodsWrap .d_readyButton,
.page .contentWrap .d_goodsSection .d_goodsList .d_goodsWrap .d_purchaseButton {
  color: #f08c39;
  white-space: nowrap;
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  margin: 10px auto;
  padding: 5px 20px;
  border: solid 3px #f08c39;
  border-radius: 100px;
  position: relative;
  z-index: 1;
}
.page .contentWrap .d_goodsSection .d_goodsList .d_goodsWrap .d_readyButton:before,
.page .contentWrap .d_goodsSection .d_goodsList .d_goodsWrap .d_purchaseButton:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fdd108;
  border-radius: 100px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0.5;
}
.page .contentWrap .d_goodsSection .d_goodsList .d_goodsWrap .purchaseLink .d_goodsImgWrap img {
  transform-origin: bottom;
  transition: transform 0.3s;
}
.page .contentWrap .d_goodsSection .d_goodsList .d_goodsWrap .purchaseLink .d_purchaseButton {
  color: #834110;
  transition: color 0.3s;
}
.page .contentWrap .d_goodsSection .d_goodsList .d_goodsWrap .purchaseLink:hover .d_goodsImgWrap img {
  transform: scale(1.2);
}
.page .contentWrap .d_goodsSection .d_goodsList .d_goodsWrap .purchaseLink:hover .d_purchaseButton {
  color: rgb(167.3591836735, 83.0408163265, 20.4408163265);
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 0;
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form > .optionalField,
.page .contentWrap .contactSection .wpcf7 .wpcf7-form > .nameField,
.page .contentWrap .contactSection .wpcf7 .wpcf7-form > .mailField,
.page .contentWrap .contactSection .wpcf7 .wpcf7-form > .mailConfirmField,
.page .contentWrap .contactSection .wpcf7 .wpcf7-form > .textField {
  width: 100%;
  margin-bottom: 30px;
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form .contactLabel {
  display: inline-block;
  color: #f08c39;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form .contactLabel > .required,
.page .contentWrap .contactSection .wpcf7 .wpcf7-form .contactLabel > .optional {
  color: #fcfcfc;
  padding: 0 5px;
  border-radius: 3px;
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form .contactLabel > .required {
  background-color: #f08c39;
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form .contactLabel > .optional {
  background-color: rgb(165.6428571429, 185.5, 205.3571428571);
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form .wpcf7-form-control-wrap > .nameBox,
.page .contentWrap .contactSection .wpcf7 .wpcf7-form .wpcf7-form-control-wrap > .mailBox,
.page .contentWrap .contactSection .wpcf7 .wpcf7-form .wpcf7-form-control-wrap > .mailConfirmBox {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  line-height: 40px;
  width: 100%;
  padding: 0 10px;
  background-color: #fcfcfc;
  border: solid 1px #dfdfdf;
  border-radius: 3px;
  transition: background-color 0.3s;
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form .wpcf7-form-control-wrap > .nameBox:focus,
.page .contentWrap .contactSection .wpcf7 .wpcf7-form .wpcf7-form-control-wrap > .mailBox:focus,
.page .contentWrap .contactSection .wpcf7 .wpcf7-form .wpcf7-form-control-wrap > .mailConfirmBox:focus {
  outline: none;
  border: solid 1px #f08c39;
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form .wpcf7-form-control-wrap > .textBox {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  letter-spacing: inherit;
  vertical-align: bottom;
  width: 100%;
  height: 180px;
  padding: 5px 10px;
  background-color: #fcfcfc;
  border: solid 1px #dfdfdf;
  border-radius: 3px;
  transition: background-color 0.3s;
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form .wpcf7-form-control-wrap > .textBox:focus {
  outline: none;
  border: solid 1px #f08c39;
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form .wpcf7-form-control-wrap > .wpcf7-not-valid {
  background-color: rgb(254.0692307692, 239.4307692308, 239.4307692308);
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form .wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  color: rgb(244, 71, 71);
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 5px 10px;
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form > .submitField {
  text-align: center;
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form > .submitField > .wpcf7-submit {
  font-family: "SubsetAkazukiPOP", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  cursor: pointer;
  color: #f08c39;
  width: 240px;
  padding: 15px 0;
  background-color: #fcfcfc;
  border: solid 3px #f08c39;
  border-radius: 10px;
  margin-bottom: 10px;
  transition: color 0.3s, background-color 0.3s;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .contactSection .wpcf7 .wpcf7-form > .submitField > .wpcf7-submit {
    font-size: 16px;
    font-size: 1.6rem;
    width: 300px;
    padding: 20px 0;
  }
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form > .submitField > .wpcf7-submit:hover {
  color: #fcfcfc;
  background-color: #f08c39;
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form > .submitField > .wpcf7-submit.loading-submitButton {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 62px;
  border-radius: 31px;
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form > .submitField .wpcf7-spinner {
  display: block !important;
  margin: 0 auto;
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form > .wpcf7-response-output {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px;
  border-width: 1px;
  border-radius: 3px;
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form.sent > .wpcf7-response-output {
  color: #f08c39;
  background-color: rgb(254.3661971831, 250.1408450704, 246.6338028169);
  border-color: #f08c39;
}
.page .contentWrap .contactSection .wpcf7 .wpcf7-form.invalid > .wpcf7-response-output {
  color: rgb(244, 71, 71);
  background-color: rgb(254.0692307692, 239.4307692308, 239.4307692308);
  border-color: rgb(244, 71, 71);
}
.page .contentWrap .contactSection .wpcf7 .recaptcha_text {
  font-family: "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  text-align: center;
}
.page .contentWrap .contactSection .wpcf7-form {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px 0;
}
.page .contentWrap .contactSection .wpcf7-form > .optionalField,
.page .contentWrap .contactSection .wpcf7-form > .nameField,
.page .contentWrap .contactSection .wpcf7-form > .mailField,
.page .contentWrap .contactSection .wpcf7-form > .mailConfirmField,
.page .contentWrap .contactSection .wpcf7-form > .textField {
  width: 100%;
  margin-bottom: 30px;
}
.page .contentWrap .contactSection .wpcf7-form .contactLabel {
  display: inline-block;
  color: rgb(114.5249253731, 149.8439411053, 168.9750746269);
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 5px;
}
.page .contentWrap .contactSection .wpcf7-form .contactLabel > .required,
.page .contentWrap .contactSection .wpcf7-form .contactLabel > .optional {
  color: #fcfcfc;
  padding: 0 5px;
  border-radius: 3px;
}
.page .contentWrap .contactSection .wpcf7-form .contactLabel > .required {
  background-color: rgb(37.5149253731, 172.7388059701, 245.9850746269);
}
.page .contentWrap .contactSection .wpcf7-form .contactLabel > .optional {
  background-color: rgb(165.6428571429, 185.5, 205.3571428571);
}
.page .contentWrap .contactSection .wpcf7-form .wpcf7-form-control-wrap > .schoolBox,
.page .contentWrap .contactSection .wpcf7-form .wpcf7-form-control-wrap > .nameBox,
.page .contentWrap .contactSection .wpcf7-form .wpcf7-form-control-wrap > .mailBox,
.page .contentWrap .contactSection .wpcf7-form .wpcf7-form-control-wrap > .mailConfirmBox,
.page .contentWrap .contactSection .wpcf7-form .wpcf7-form-control-wrap > .phoneBox {
  line-height: 40px;
  width: 100%;
  height: 50px;
  padding: 0 10px;
  background-color: #fcfcfc;
  border: solid 1px #dfdfdf;
  border-radius: 3px;
  transition: background-color 0.3s;
}
.page .contentWrap .contactSection .wpcf7-form .wpcf7-form-control-wrap > .schoolBox:focus,
.page .contentWrap .contactSection .wpcf7-form .wpcf7-form-control-wrap > .nameBox:focus,
.page .contentWrap .contactSection .wpcf7-form .wpcf7-form-control-wrap > .mailBox:focus,
.page .contentWrap .contactSection .wpcf7-form .wpcf7-form-control-wrap > .mailConfirmBox:focus,
.page .contentWrap .contactSection .wpcf7-form .wpcf7-form-control-wrap > .phoneBox:focus {
  outline: none;
  border: solid 1px rgb(37.5149253731, 172.7388059701, 245.9850746269);
}
.page .contentWrap .contactSection .wpcf7-form .wpcf7-form-control-wrap > .textBox {
  font: inherit;
  font-size: 16px !important;
  font-size: 16px !important;
  letter-spacing: inherit;
  vertical-align: bottom;
  width: 100%;
  height: 180px;
  padding: 5px 10px;
  background-color: #fcfcfc;
  border: solid 1px #dfdfdf;
  border-radius: 3px;
  transition: background-color 0.3s;
}
.page .contentWrap .contactSection .wpcf7-form .wpcf7-form-control-wrap > .textBox:focus {
  outline: none;
  border: solid 1px rgb(37.5149253731, 172.7388059701, 245.9850746269);
}
.page .contentWrap .contactSection .wpcf7-form .wpcf7-form-control-wrap > .wpcf7-not-valid {
  background-color: rgb(254.0692307692, 239.4307692308, 239.4307692308);
}
.page .contentWrap .contactSection .wpcf7-form .wpcf7-form-control-wrap > .wpcf7-not-valid-tip {
  color: rgb(244, 71, 71);
  font-size: 12px;
  font-size: 1.2rem;
  padding-left: 5px 10px;
}
.page .contentWrap .contactSection .wpcf7-form > .submitField {
  text-align: center;
}
.page .contentWrap .contactSection .wpcf7-form > .submitField > .wpcf7-submit {
  cursor: pointer;
  color: #333;
  width: 240px;
  padding: 15px 0;
  background-color: #fcfcfc;
  border: solid 3px rgb(37.5149253731, 172.7388059701, 245.9850746269);
  border-radius: 40px;
  margin-bottom: 10px;
  transition: color 0.3s, background-color 0.3s;
}
@media only screen and (min-width: 48em) {
  .page .contentWrap .contactSection .wpcf7-form > .submitField > .wpcf7-submit {
    font-size: 16px;
    font-size: 1.6rem;
    width: 300px;
    padding: 20px 0;
  }
}
.page .contentWrap .contactSection .wpcf7-form > .submitField > .wpcf7-submit:hover {
  color: #fcfcfc;
  background-color: rgb(37.5149253731, 172.7388059701, 245.9850746269);
}
.page .contentWrap .contactSection .wpcf7-form > .submitField > .wpcf7-submit.loading-submitButton {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  width: 62px;
  border-radius: 31px;
}
.page .contentWrap .contactSection .wpcf7-form > .submitField .wpcf7-spinner {
  display: block !important;
  margin: 0 auto;
}
.page .contentWrap .contactSection .wpcf7-form > .wpcf7-response-output {
  font-size: 14px;
  font-size: 1.4rem;
  padding: 10px;
  border: none;
  border-radius: 3px;
}
.page .contentWrap .contactSection .wpcf7-form > .wpcf7-validation-errors {
  color: #effe5e;
  background-color: rgb(254.0692307692, 239.4307692308, 239.4307692308);
}
.page .contentWrap .contactSection .wpcf7-form > .wpcf7-mail-sent-ok {
  color: rgb(114.5249253731, 149.8439411053, 168.9750746269);
  background-color: rgb(8.4, 156.103125, 255);
}
.page .contentWrap .contactSection .recaptcha_text {
  font-size: 14px;
  font-size: 1.4rem;
  letter-spacing: normal;
}

footer {
  margin-top: auto;
  position: relative;
}

.footerWrap {
  letter-spacing: 0.02em;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 40px 20px 20px;
}
@media only screen and (min-width: 48em) {
  .footerWrap {
    display: flex;
    align-items: center;
    justify-content: space-around;
  }
}

.footerSnsShareWrap {
  text-align: center;
  margin-bottom: 30px;
}
.footerSnsShareWrap h3 {
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.4;
  text-align: center;
  margin: 10px 0 15px;
}
@media only screen and (min-width: 35em) {
  .footerSnsShareWrap h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
.footerSnsShareWrap .footerSnsShareWrap__ul {
  display: flex;
  justify-content: center;
  gap: 30px;
}
.footerSnsShareWrap .footerSnsShareWrap__ul .post__shareX a {
  display: block;
  width: 50px;
  height: 50px;
  padding: 2px;
  border-radius: 50px;
  background-color: black;
  position: relative;
  transition: background-color 0.3s;
}
.footerSnsShareWrap .footerSnsShareWrap__ul .post__shareX a:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.footerSnsShareWrap .footerSnsShareWrap__ul .post__shareX a svg,
.footerSnsShareWrap .footerSnsShareWrap__ul .post__shareX a img {
  width: 55%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.footerSnsShareWrap .footerSnsShareWrap__ul .post__shareX a svg {
  fill: white;
}
.footerSnsShareWrap .footerSnsShareWrap__ul .post__shareFacebook a {
  display: block;
  width: 50px;
  height: 50px;
  transition: opacity 0.3s;
}
.footerSnsShareWrap .footerSnsShareWrap__ul .post__shareFacebook a:hover {
  opacity: 0.8;
}
.footerSnsShareWrap .footerSnsShareWrap__ul .post__shareFacebook a svg {
  fill: white;
  -webkit-backface-visibility: hidden;
}

.footerBottom {
  line-height: 40px;
  height: 40px;
}
.footerBottom > p {
  letter-spacing: 1px;
  color: #333;
  text-align: center;
}
.footerBottom a {
  color: #834110;
}
.footerBottom a:hover {
  color: rgb(167.3591836735, 83.0408163265, 20.4408163265);
}
.footerBottom .topButtonWrap {
  width: 60px;
  height: auto;
  position: absolute;
  right: 20px;
  top: -50px;
}
@media only screen and (min-width: 35em) {
  .footerBottom .topButtonWrap {
    width: 80px;
    top: -70px;
  }
}
@media only screen and (min-width: 48em) {
  .footerBottom .topButtonWrap {
    width: 100px;
    top: -90px;
  }
}
.footerBottom .topButtonWrap .topButtonImg {
  width: 100%;
  height: auto;
}
.footerBottom .topButtonWrap .topButtonLink {
  display: block;
  position: relative;
  z-index: 1;
}
.footerBottom .topButtonWrap .topButtonLink .balloonImg {
  width: 100%;
  height: auto;
  position: absolute;
  top: -52px;
  left: 50%;
  opacity: 0;
  transform: translateX(-50%);
  transition: opacity 1s;
}
@media only screen and (min-width: 35em) {
  .footerBottom .topButtonWrap .topButtonLink .balloonImg {
    top: -70px;
  }
}
@media only screen and (min-width: 48em) {
  .footerBottom .topButtonWrap .topButtonLink .balloonImg {
    top: -85px;
  }
}
.footerBottom .topButtonWrap .topButtonLink.activeTopButton .balloonImg {
  opacity: 1;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}
.footerBottom .topButtonWrap.floatAnimation {
  animation: float 1.5s infinite;
}
.footerBottom .topButtonWrap.floatAnimation .balloonImg {
  opacity: 1;
}

.IE8 header:before {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#acdcee", endColorstr="#ffcfdf", GradientType=1);
}
.IE8 strong,
.IE8 ins {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="transparent", endColorstr="#ffcfdf", GradientType=0);
}
.IE8 mark {
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="transparent", endColorstr="#acdcee", GradientType=0);
}

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