@charset "utf-8";

/* 共通 */
:root {
  --main: #ffffff;
  --strong: #000000;
  --complementary: #ff7f30;
  --gradient: linear-gradient(145deg, #000000, #54383814);
  --shadow: 2px 2px 2px #858585, -2px -2px 2px #e8e8e8;
}
body {
  margin: 0;
  /*font-family: "Noto Serif JP", serif;*/
  font-family: "Arial";
  font-weight: 400;
  font-style: normal;
  color: var(--strong);
  background: #EDEDED;
  /* background-image: url(
  /statics/img/background_body.png); */
  /* background-size: cover; */
  /* background-attachment: fixed; */
}
body > div {
  max-width: 100vw;
  overflow-x: hidden;
}
header {
  /* position: relative; */
  /* width: 98vw; */
  /* overflow-x: hidden; */
}

body:after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 0vh;
  background: #000000;
  color: #ffffff;
  font-size: 7.5vw;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 1s;
  z-index: 5;
}
body.loading:after, body.network_error:after {
  height: 100svh;
}
body.loading:after {
  content: '';
}

div.loading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90px;
  height: 45px;
  box-shadow: 0 3px 0 #fff;
  color: #ffffff;
  clip-path: inset(-40px 0 -5px);
  display: inline-flex;
  align-items: flex-end;
  z-index: 6;
}
div.loading:before {
  content: '';
  position: absolute;
  inset: auto calc(50% - 17px) 0;
  height: 50px;
  --g:no-repeat linear-gradient(var(--main) 0 0);
  background: var(--g),var(--g),var(--g),var(--g);
  background-size: 16px 14px;
  animation:
    l7-1 2s infinite linear,
    l7-2 2s infinite linear;
}
div.loading:after {
  content: 'Wait a minute';
}
@keyframes l7-1 {
  0%,
  100%  {background-position: 0 -50px,100% -50px}
  17.5% {background-position: 0 100%,100% -50px,0 -50px,100% -50px}
  35%   {background-position: 0 100%,100% 100% ,0 -50px,100% -50px}
  52.5% {background-position: 0 100%,100% 100% ,0 calc(100% - 16px),100% -50px}
  70%,
  98%  {background-position: 0 100%,100% 100% ,0 calc(100% - 16px),100% calc(100% - 16px)}
}
@keyframes l7-2 {
  0%,70% {transform:translate(0)}
  100%  {transform:translate(200%)}
}

body.network_error:after {
  content: 'ネットワークに接続されていません';
  font-size: 5vw;
}
label.sending {
  color: transparent!important;
}
label.sending:after {
  content: '通信中';
  position: absolute;
  color: #ffffff;
  filter: drop-shadow(0 0 2px #858585)drop-shadow(0 0 5px #858585)drop-shadow(0 0 10px #858585);
}

section {
  position: relative;
  text-align: center;
  font-size: min(3.5vw, 1.5em);
  margin: 0;
  padding: 20px 0;
  overflow-x: hidden;
}
section:nth-child(even) {
  background-image: url("/statics/img/test_background.jpg");
  background-size: cover;
  background-color: rgb(255 255 255 / 80%);
  background-blend-mode: lighten;
}
section:nth-child(even) h1{
  text-decoration: underline solid 1.5px #858585;
}
section:nth-child(even) small {
  color: #a45625;
}
section:nth-child(odd) {
  background: var(--strong);
  color: #ffffff;
}
section:nth-child(odd) h1{
  text-decoration: underline solid 1.5px var(--main);
}
section:nth-child(odd) small {
  color: var(--complementary);
}
section img {
  width: 100%;
  max-width: 500px;
  /* border-radius: 50%; */
  /* box-shadow: var(--shadow); */
}
ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
h1 {
  text-decoration: underline solid 1.5px var(--main);
}
a {
  text-decoration: none;
  color: var(--main);
}
/*
small {
	color: #858585;
}
*/
img {
  max-width: 80vw;
}
.box {
  margin: 80px 0;
}
.conspicuous_btn {
  background: var(--main)!important;
  color: #ffffff!important;
}

.off_display {
  display: none!important;
}

footer {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  align-content: center;
}

/* ヘッダー */

/* 20241003 Yudai - add start */
.header {
  position: fixed;
  width: 100%;
  height: fit-content;
  padding: 10px 0;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  background: var(--main);
  /* color: var(--main); */
  text-align: center;
  box-shadow: 3px 3px 3px #b7b7b7;
  overflow: hidden;
  transition: 1s;
  z-index: 3;
  align-content: center;
}
.header * {
  /* transition: 1s; */
}
.header > div {
  width: 100%;
  display: inline-flex;
  flex-direction: row;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.header > div:nth-child(3) {
  width: fit-content;
  display: inline-flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.header small {
  color: var(--complementary);
}
.header a {
  /* background: var(--strong); */
  /* padding: 2.5px 10px; */
  /* border-radius: 100px; */
}
.header .section_index ul li {
  /* padding: 0 5px; */
  width: 100%;
  padding: 10px 0;
  background: var(--complementary);
}
.header .section_index ul li:not(:last-child) {
  border-right: solid 1px var(--main);
}
.header .section_index a {
  /* background: var(--complementary); */
  box-shadow: none;
  color: #ffffff;
  /* text-decoration: underline var(--strong); */
  font-size: .75em;
}

.header.fixed .disabled {
  width: 0;
  height: 0;
  overflow: hidden;
  opacity: 0;
  margin: 0;
  margin-bottom: 10px;
}
.header .disabled {
  height: 100%;
}
.header.fixed div:has(img) {
  width: 0;
  height: 0;
  display: none;
}
/* 20241003 Yudai - add end */

.header .section_index {
  width: 100%;
}

header p, header small {
  /* color: #ffffff; */
}
.header_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: auto;
  z-index: -1;
}
.header_img img {
  width: 100%;
  height: auto;
}
.background_filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #623838db, #62383847), linear-gradient(0deg, #623838 5%, #62383800 20%);
}
.header_text {
  font-size: 2rem;
  text-align: center!important;
  display: block;
}
.left {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.left img {
  filter: drop-shadow(0 0 5px #ffffff50);
}
.about {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.about p {
    margin: 10px;
    padding: 15px 30px;
    background: #ffffff;
    color: #000000;
    border-radius: 50px;
}


/* モーダル */
.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100svh;
  background: #00000085;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
  z-index: 2;
}

/*
.modal > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 75vw;
  max-height: 75vh;
  padding: 15px;
  background: #ffffff;
  border-radius: 5px;
  overflow: scroll;
  scroll-snap-type: x mandatory;
}
.modal .close {
	position: absolute;
  top: 0;
  right: 0;
  border: 0;
  padding: 10px;
  background: initial;
}
*/

.on_display {
	visibility: visible;
	opacity: 1;
}

/*スクロールバー全体*/
::-webkit-scrollbar {
  /* width: 10px; */
}

/*スクロールバーの軌道*/
::-webkit-scrollbar-track {
  /* opacity: 0; */
}

/*スクロールバーの動く部分*/
::-webkit-scrollbar-thumb {
  /* background: #858585; */
  /* border-radius: 50px; */
}



/* お問い合わせ訴求ボタン */
.contact {
  position: fixed;
  bottom: 30px;
  right: 10px;
  overflow: visible!important;
  z-index: 3;
}
.contact a {
  background: var(--strong);
  color: #ffffff;
  padding: 15px 20px;
  border-radius: 50px;
  font-size: 22px;
  box-shadow: var(--shadow);
}
.contact a span {
  font-size: .75em;
}



/* 2カ国語 */
.translate {
  position: fixed;
  top: 10px;
  right: 10px;
  display: inline-block;
  z-index: 2;
}
.translate a {
  display: none;
}
.translate a.on {
  display: block;
}
.translate span {
  color: var(--main);
}

[data-lang] {
  display: none!important;
}
[data-lang].on {
  display: block!important;
}
p.please {
  position: absolute;
  top: 60px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80vw;
  background: yellow;
}



/* セクション目次 */
.section_index ul {
  /* max-width: 800px; */
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-around;
}



/* ファーストビュー */
header {
  margin-top: 30vh;
  /* position: relative; */
  /* top: 0; */
  /* left: 0; */
  /* width: 100%; */
  /* height: 100svh; */
  /* color: #ffffff;
  background: #000000; */
  text-align: center;
  /* overflow: hidden; */
  /* z-index: 2; */
}
header h1 {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  color: #ffffff;
  text-decoration: none;
}
header video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: none;
  width: 165%;
  max-height: 100svh;
}
.logos {
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  height: 250px;
}
header img {
  /* filter: drop-shadow(0 0 3px #ffffff); */
  /* width: 0;
  height: 0; */
  /* transform: translate(-100%, 0); */
}
.logos img {
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0;
  transition: 1s;
  /* transform: translate(-50%, 0); */
}
.logos img.on {
  width: auto;
  height: 30svh;
  opacity: 1;
  transform: translate(-50%, 0);
}
header .back_ground {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: linear-gradient(45deg, transparent, var(--main)40%, var(--strong)75%);
    opacity: 0.75;
}
header .first_view {
  position: relative;
  /* top: 50%; */
  /* left: 50%; */
  /* transform: translate(-50%, -50%); */
  /* width: 90vw; */
  flex-direction: row;
  justify-content: flex-end;
}
header .first_view p {
  position: absolute;
  top: 0;
  right: 0;
  margin:30px 0;
  padding: 0 15px;
  width: 80dvw;
  text-align: right;
}
header .first_view span {
  position: relative;
  right: -30px;
  /* width: max(20%, 150px); */
  background: linear-gradient(217deg, rgb(48 52 111), rgba(255, 0, 0, 0) 70.71%), linear-gradient(127deg, rgb(115 176 76), rgba(0, 255, 0, 0) 70.71%), linear-gradient(336deg, rgb(251 3 255), rgba(0, 0, 255, 0) 70.71%);
  padding: 5px 30px 5px 15px;
  margin: 10px 0;
  display: inline-flex;
  color: #ffffff;
  opacity: .8;
  border: solid 2px var(--main);
  border-radius: 50px;
  font-size: .8em;
  font-weight: 900;
}
header .first_view span:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--complementary);
  border-radius: 50px;
  opacity: .6;
  z-index: -1;
}
.mark {
  background: var(--main);
  color: var(--complementary);
  padding: 5px 15px;
  border-radius: 100px;
}



/* ご利用料金 */
section#price {
  position: relative;
}
section#price table {
  width: 100%;
}
section#price table thead {
  background: var(--complementary);
  color: var(--main);
}
section#price table th {
  border-bottom: solid 1px;
  padding: 10px 20px;
}
section#price table th:first-child {
  color: var(--complementary);
}
section#price table thead th:first-child {
  background: var(--strong);
  color: var(--main);
}
section#price table small {
  opacity: .6;
}

div.box:has(.rental) {
  background: #ffffff85;
  padding: 20px 0;
  margin: 0;
}
div.box:has(.rental) p {
 color: var(--complementary);
 margin: 0;
 margin-top: 20px;
}
.rental {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.rental > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 25%;
  width: max-content;
}
.rental img {
  width: 50px;
  height: 50px;
}
.rental span {
  color: #858585;
  font-size: .85em;
}



/* ABOUT */
section#about div[id] {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-content: center;
  justify-content: center;
}
section#about div#phrase p {
  max-width: 90vw;
}
section#about img, section#flow img {
  width: 100px;
  height: auto;
  border-radius: 100%;
}
section#about .logos {
  height: 65px!important;
}
section#about div#phrase h3 {
  font-size: 3.25vw;
}
section#about div#phrase h3:after {
  content: '';
  display: block;
  width: 0;
  height: 6px;
  background: linear-gradient(45deg, var(--main), #0800ff14);
  border-radius: 100px;
  transform: rotate(359deg)translateY(-5px)skewX(46deg);
  transition: .5s;
  z-index: -1;
}
section#about div#phrase h3.on:after {
  width: 100%;
}
section#about div#detail .sns_link:before {
  content: 'SNS';
  background: var(--main);
  color: #ffffff;
  padding: 2px 10px;
  border-radius: 50px;
  margin-right: 5px;
}



/* 空き状況 */
.scheduler {
  display: inline-block;
  font-size: 1rem!important;
}
.scheduler table {
  border-collapse: collapse;
  text-align: center;
}
.scheduler table thead tr:not(first-child) {
  color: var(--complementary);
}
.scheduler thead tr {
  padding-bottom: 30px;
}
.scheduler tbody tr.open {
  position: relative;
  height: 30vh;
  vertical-align: top;
}
.scheduler tbody td {
  padding: 1vh 1vw;
}
.scheduler tbody td p {
  border: solid 1px var(--strong);
  border-radius: 5px;
  margin: 10px;
  padding: 5px;
}
.scheduler tbody td.open {
  display: block;
  height: fit-content;
}
.scheduler tbody td.open p {
  background: var(--complementary)!important;
  color: var(--main);
}
.scheduler .drawer {
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  padding: 10px 0;
  /* box-shadow: 0px 0px 5px 5px #e8e8e8; */
  background: var(--main);
  border-radius: 10px;
  color: var(--strong);
}
.scheduler .drawer input {
  font-size: 16px;
  border: solid 1px #858585;
  border-radius: 50px;
  padding: 3px 15px;
}
.scheduler .drawer input[value="予約時間の変更"] {
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
  padding: 10px 30px;
  background: var(
  --complementary);
  color: #ffffff;
  border: 0;
}
.scheduler .drawer span {
  margin: 0 10px;
}
.scheduler .drawer > div {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 10px 0;
  padding-bottom: 20px;
  overflow-x: scroll;
  overflow-y: hidden;
}
.scheduler .drawer ul {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  display: inline-flex;
  flex-direction: row;
  justify-content: flex-start;
}
.scheduler .drawer ul:nth-child(2) {
  width: 85%;
}
.scheduler .drawer ul:nth-child(2) li {
  position: relative;
  background: #563a00;
}
.scheduler .drawer ul:nth-child(2) li:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-left: dashed 1px #858585;
}
.scheduler .drawer ul li {
  width: 100%;
  min-width: 65px;
  font-size: 10px;
}
.scheduler .drawer ul div {
  position: relative;
  width: 100%;
  height: 30px;
  border: solid 1px #858585;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.scheduler .drawer ul li:nth-of-type(even) div {
  border-left: dashed 1px #858585;
}
.scheduler .valid {
  background: var(--strong);
  color: var(--main);
}
.scheduler .valid.start {
  position: relative;
  border-left: solid 2px var(--complementary) !important;
  border-top: solid 2px var(--complementary);
  height: calc(100% - 3px);
  z-index: 2;
}
.scheduler .valid.end {
  position: relative;
  border-right: solid 2px var(--complementary);
  border-bottom: solid 2px var(--complementary);
  height: calc(100% - 3px);
  /* width: calc(100% - 2px); */
  z-index: 2;
}
.scheduler div[start]:not(.valid) {
  color: var(--complementary);
  font-weight: 900;
  background: #ffffff;
}
.scheduler .disable p {
  background: var(--disable);
  border: solid 1px var(--disable);
  opacity: .25;
}
.scheduler .today p {
  background: var(--complementary)!important;
  color: var(--strong);
  border: solid 1px var(--main)!important;
}
.scheduler tbody td[data-month="2"] p,
.scheduler tbody td[data-month="4"] p,
.scheduler tbody td[data-month="6"] p,
.scheduler tbody td[data-month="8"] p,
.scheduler tbody td[data-month="10"] p,
.scheduler tbody td[data-month="12"] p {
    background: var(--main);
    color: var(--strong);
}

.form, #thanks, #edite_schedule {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 100svh;
  background: #000000ad;
  color: var(--strong);
  opacity: 0;
  visibility: hidden;
  transition: 1s;
  z-index: -1;
}
.form.open, #thanks:target, #edite_schedule.open {
  opacity: 1;
  visibility: visible;
  z-index: 4;
}
.form.no_entry :first-child {
  display: none!important;
}
.form.no_entry:after {
  content: 'この時間帯の予約はできません。';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--main);
  padding: 10px 50px;
  border-radius: 10px;
}
.form > div, #thanks > div, #edite_schedule > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 80%;
  padding: 5%;
  background: var(--main);
  overflow: scroll;
}
#thanks > div {
  display: flex;
  flex-direction: column;
  align-content: flex-end;
  justify-content: center;
  font-size: .8em;
  width: 100vw !important;
  height: auto;
  padding: 20px 0;
}
.thanks_important {
  position: relative;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: max-content;
  padding: 10px 20px;
  border: solid 2px var(--complementary);
  color: var(--complementary);
  font-weight: 900;
  border-radius: 10px;
}
.trouble {
  position: absolute;
  top: 0;
  left: 0;
  width: 90%;
  height: 90%;
  display: inline-flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  padding: 5%;
  /*background: black;*/
}
#schedule:has(.trouble) .scheduler {
  opacity: .2;
}


/* ご予約 */
section#contact {
  position: relative;
}
section#contact > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
/*
form .box {
  width: 75vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  /* background: #ffffffa0; *//*
  padding: 50px;
  padding-top: 110px;
}
*/
div.valinfo {
  background: var(--main);
  color: #ffffff;
  padding: 15px 0;
  border-radius: 50px;
}
dt, dd {
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
dt {
  margin-top: 35px;
  position: relative;
  top: 0;
  left: 0;
}
dt span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: var(--subc);
  color: #ffffff;
  padding: 3px 7.5px;
  border-radius: 25px;
  font-size: .5em;
  margin-left: 15px;
}
form input, form select, form textarea {
  font-size: 16px;
  padding: 5px 30px;
  text-align: center;
  margin: 5px 15px;
  border: solid .5px #858585;
  border-radius: 5px;
  width: 50vw;
  max-width: 350px;
}
form textarea {
  /* width: 100%!important; */
  height: 20svh!important;
  resize: none;
  text-align: left;
  padding: 5px 10px;
}
form input[type="button"] {
  background: var(--main);
  color: #ffffff;
  border: 0;
  border-radius: 50px;
  margin: 15px 0;
}
form .required {
  position: relative;
}
form .required:before {
  content: '必須';
  /* position: absolute; */
  /* top: 50%; */
  /* left: 25%; */
  /* transform: translate(-50%, -50%); */
  display: inline-block;
  font-size: .75em;
  color: var(--main);
  background: var(--complementary);
  padding: 0 10px;
  margin-right: 10px;
  border-radius: 50px;
  transform: translate(0, -1px);
}
form .box {
  margin: 20px 0;
  padding: 20px 0;
}
form .box.check_item {
  background: var(--strong);
  color: var(--main);
  opacity: .75;
}
form a,#check a#send, div#are_you_over_twenty a#yes, button {
  -webkit-appearance: none;
  padding: 15px 45px;
  border: none;
  color: var(--main);
  background: var(--complementary);
  border-radius: 5px;
  text-decoration: none;
  cursor: pointer;
}
.offdisplay {
  display: none;
}
div.modal {
  visibility: hidden;
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #4d4d4db3;
  transition: all .4s;
  z-index: 999;
}
div.modal > div {
  position: relative;
  background: #ffffff;
  padding: 50px 50px;
  border-radius: 5px;
  max-height: 70svh;
  overflow-y: scroll;
}
div.modal > div::-webkit-scrollbar {
  width: 10px;
}
div.modal > div::-webkit-scrollbar-track {
  border-radius: 5px;
}
div.modal > div::-webkit-scrollbar-thumb {
  background: var(--main);
  border-radius: 5px;
}
div#check >div table {
  text-align: left;
}
div#check >div table th {
  padding: 5px 10px;
  padding-right: 30px;
}
div#check >div table td {
  padding: 5px 10px;
  max-width: 50vw;
}
div#check >div table tr:nth-child(odd), table#mfp_confirm_table tr:nth-child(odd) {
  background: #fafafa7a;
}
div.modal:target {
  visibility: visible;
  opacity: 1;
}
div#check >div table td[data-id="comments"] {
  font-size: .75em;
}
/*
a.unexplored {
  position: relative;
}
*/
.close {
  position: absolute;
  top: 10px;
  right: 10px;
  color: #585858;
  background: transparent;
  text-decoration: none;
  font-size: 1.5em;
  margin: auto;
  cursor: pointer;
}
a.unexplored:after {
  content: '必須項目は全てご記入ください';
  position: fixed;
  top: 50%;
  right: 50%;
  transform: translate(50%, -50%);
  width: max-content;
  color: #000000;
  background: #ffffff;
  border: 5px solid var(--main);
  padding: 25px;
  border-radius: 5px;
  transition: 4s;
}
/*
a.unexplored:before {
  content: '';
  position: absolute;
  bottom: 50px;
  border: solid 15px transparent;
  border-top: solid 15px var(--main);
}
*/
div.down {
  position: relative;
  /* top: 50px; */
  left: 50%;
  transform: translateX(-50%);
  width: 50px;
  height: 50px;
}
div.down a:before {
  content: '';
  position: absolute;
  left: 50%;
  border-left: 2px solid #000000;
  border-bottom: 2px solid #000000;
  width: 100%;
  height: 100%;
  transform: translate(-50%)rotate(-45deg);
}
/*::selection {
  background: var(--body);
  color: #ffffff;
}
::-moz-selection {
  background: var(--body);
  color: #ffffff;
}*/
table#mfp_confirm_table td {
  max-width: 74vw;
  padding: 10px 0;
  font-size: .8em;
}
a#submit.sending, a#edit_submit.sending {
  pointer-events: none;
  opacity: .5;
}
a#submit.sending:after {
  content: '中';
}

/* 次のセクションボタン、あるいは前のセクションボタン */
a.next_section {
  position: absolute;
  bottom: 30svh;
  display: inline-flex;
  flex-direction: column;
  z-index: 1;
  align-items: center;
}
a.next_section:after {
  content: "";
  width: 20px;
  height: 20px;
  /* margin-top: 50px; */
  display: inline-block;
  border-top: 3px solid var(--main);
  border-right: 3px solid #000000;
  transform: rotate(135deg);
  animation-name: updown_next_section;
  animation-delay: 0s;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
a.previous_section {
  position: absolute;
  top: 15svh;
  display: flex;
  flex-direction: column-reverse;
  align-items: center;
  z-index: 1;
}
a.previous_section:after {
  content: "";
  width: 20px;
  height: 20px;
  margin-top: 50px;
  display: inline-block;
  border-bottom: 3px solid #000000;
  border-left: 3px solid var(--main);
  transform: rotate(135deg);
  animation-name: updown_next_section;
  animation-delay: 0s;
  animation-duration: 3s;
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
section#home a.next_section {
  left: 50%;
  bottom: 10svh;
  transform: translateX(-50%);
}
section:not(#home) a.previous_section, section:not(#home) a.next_section {
  right: 5vw;
}
@keyframes updown_next_section {
  0% {
    transform: translateY(0)rotate(135deg);
  }
  50% {
    transform: translateY(10px)rotate(135deg);
  }
  100% {
    transform: translateY(0)rotate(135deg);
  }
}


/* ご利用までの流れ */
section#flow .box {
  background: #d5d5d585;
  padding: 10px 5px;
  margin: 0;
  box-shadow: 2px 2px 4px #b7b7b7, -1px -1px 2px #dadada;
}
section#flow .box:after {
  content: '';
}
.down_arrow {
  width: 100%;
  height: 0;
  margin: -10px 0;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
}
.down_arrow span {
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 25px solid transparent;
  border-left: 25px solid transparent;
  border-top: 30px solid #ff7f30;
  border-bottom: 0;
  flex-direction: column;
}

.sq_brand {
  width: 100dvw;
  overflow-x: hidden;
  margin: -50px 0;
}
.sq_brand > div {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.sq_brand img {
  max-width: 1200px !important;
  width: 200vw !important;
  border-radius: initial !important;
}
@media screen and (max-width: 768px) {
  .sq_brand div {
    animation-name: scroll;    /* キーフレーム名 */
    animation-duration: 30s;  /* 再生時間全体は15秒 */
    animation-delay: 0s;      /* 読込直後から遅延無しで開始 */
    animation-iteration-count: infinite;  /* 無限に繰り返す */
    animation-timing-function: linear; /* リニア(一定速度)でアニメーションする */
  }
  @keyframes scroll {
    0% { transform: translateX(0%); }
    100% { transform: translateX(calc(-100% * 2)); }
  }
  .sq_brand > div {
    justify-content: initial !important;
  }
  .sq_brand img:nth-child(2) {
	  display: block !important;
  }
}
.stop div {
  animation-play-state: paused;
}



/* 背景 */
.background {
  position: fixed;
  top: 0;
  left: 0;
  opacity: .25;
  z-index: -1;
}

/* スクロールしたら１画面まるまる動くように */
.snap_content {
  overflow: auto;
  scroll-snap-type: y mandatory;
  height: 100svh;
}
.snap_content > * {
  scroll-snap-align: start;
  height: 100svh;
}

/* スクロールした時の動き */
.snap_content::-webkit-scrollbar {
  width: 0px;
}