/**
 * If using a CSS pre-processor, tell it to overwrite this file. If not, place
 * your custom CSS modifications here.
 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


/********** ALL **********/
:root {
    ---font-family: "Montserrat", sans-serif;
    ---font-weight: 400;
    ---font-size: 13px;
    ---letter-spacing: 1.3px;
    ---line-height: 24px;
    ---font-style: normal;
    --mini-font-family: "Montserrat", sans-serif;
    --mini-font-weight: 400;
    --mini-font-size: 10px;
    --mini-letter-spacing: 1px;
    --mini-line-height: 14px;
    --mini-font-style: normal;
    --number-font-family: "Montserrat", sans-serif;
    --number-font-weight: 400;
    --number-font-size: 20px;
    --number-letter-spacing: 2px;
    --number-line-height: normal;
    --number-font-style: normal;
    --SP-font-family: "Montserrat", sans-serif;
    --SP-font-weight: 400;
    --SP-font-size: 13px;
    --SP-letter-spacing: 1.3px;
    --SP-line-height: 20px;
    --SP-font-style: normal;
    --BK: rgba(73, 73, 73, 1);
    --red: rgba(231, 0, 18, 1);
    --white: rgba(255, 255, 255, 1);
    --gray: rgba(231, 231, 231, 1);
    --red-main: rgba(231, 0, 18, 0.85);
    --middle-gray: rgba(154, 154, 154, 1);
    --base: rgba(250, 248, 247, 1);
}

a {
  outline: none;
}

.messages__wrapper{
  display: none;
}

input,
select,
textarea {
  -webkit-appearance: none;
  font-family: "Montserrat", sans-serif;
  margin: 9px 0px;
  padding: 13px 20px;
  background: var(--base, #FAF8F7);
  border: 0.5px solid var(--red-main, rgba(231, 0, 18, 0.85));
/*  color: var(--middle-gray, #9A9A9A);*/
  color: black;
  border-radius: 5px;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
.readonly{
  border:none;
  color: var(--middle-gray, #9A9A9A);
  /* 通常テキスト */
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1.3px;
}
a {
  text-decoration: none;
  color: var(--red-main, rgba(231, 0, 18, 0.85));
}

.mienai{
  display: none;
}

.midashi {
 margin: 80px 0px 40px 0px;
}
.midashi .title{
  color: var(--BK, #494949);
  text-align: center;
  /* 見出し(英) */
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px; /* 100% */
  /* letter-spacing: 3.8px; */
}
.midashi .overview{
  text-align: center;
  margin-top: 10px;
}
.midashi .overview .string{
  color: var(--BK, #494949);
  /* 通常テキスト */
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1.3px; 
  padding: 10px;
  border-bottom: 2px solid var(--red-main, rgba(231, 0, 18, 0.85));
}

.mobile_menu{
  display: none;
}

.custom-error{
  margin-top: 20px;
  color: var(--red-main, rgba(231, 0, 18, 0.85));
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 19px; /* 146.154% */
  letter-spacing: 1.3px;
}

.custom-message{
  margin-top: 20px;
  color: var(--BK, #494949);
  text-align: center;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 19px; /* 146.154% */
  letter-spacing: 1.3px;
}

.prohibited {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  text-align: center;
  padding: 18px 0;
  color: var(--white, #FFF);
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -webkit-text-stroke-width: 1;
  -webkit-text-stroke-color: #000;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 138.462% */
  letter-spacing: 1.3px;
  background: var(--red-main, rgba(231, 0, 18, 0.85));
}

.prohibited {
  display: none;
}
.not_login img.ins{
  width: 204px;
}
.not_login img.login{
  width: 180px;
}

@media screen and (max-width: 480px) {
  .mobile_menu{
    display: block;
  }
  .not_login img.ins{
    width: 102px;
  }
  .not_login img.login{
    width: 90px;
  }
  .midashi {
    height: 48px;
    margin: 0px;
  }
  .prohibited {
    display: block;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 18px 0;
    color: var(--white, #FFF);
    text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    -webkit-text-stroke-width: 1;
    -webkit-text-stroke-color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px; /* 138.462% */
    letter-spacing: 1.3px;
    background: var(--red-main, rgba(231, 0, 18, 0.85));
  }
  .midashi .title{
    padding-top: 12px;

    color: var(--BK, #494949);
    text-align: center;
    leading-trim: both;

    text-edge: cap;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 173.333% */
    letter-spacing: 1.5px;
  }
}

.help {
  color: var(--BK, #494949);
  leading-trim: both;
  text-edge: cap;

  /* mini */
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px; /* 140% */
  letter-spacing: 1px;
}

.help2{
  color: var(--BK, #494949);

  /* 通常テキスト */
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1.3px;
}

.button {
  width: 388px;
  height: 55px;
  padding: 17px 20px;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
  background: var(--red-main, rgba(231, 0, 18, 0.85));
  text-align: center;
  color: var(--white, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.4px;
  border: none;
  border-radius: 0;
  margin: 0;
}

button:disabled{
  background: var(--middle-gray, #9A9A9A);
}

.confirm_dialog .batsu{
  display: flex;
  width: 100%;
  justify-content: right;
  margin-top:10px;
}
.confirm_dialog .ok{
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top:93px;
}
.confirm_dialog .title{
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top:36px;

  color: #000;
  text-align: right;

  /* 見出し(小) */
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
  letter-spacing: 1.8px;
}

@media screen and (max-width: 480px) {
  .ui-dialog.confirm_dialog,
  .ui-dialog.otp-qr-dialog-class {
    width: 90% !important;   /* スマホ用に狭める */
    left: 5% !important;     /* 中央配置の調整 */
    right: auto;
  }
}

/********** TOP **********/
.top_content .tpage {
  flex: 0 0 100%;
  display: flex;
  flex-direction: column;
  /*justify-content: center;*/
  align-items:flex-start;
  /*align-items: center;*/
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.top_content .tpage .p_top .title,
.top_content .tpage .p_top .title .red{
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px;
  letter-spacing: 1.5px;
  width: 100%;
  height: initial;
}
.top_content #page1{
  background: var(--base, #FAF8F7);
}
.top_content #page1 img{
  opacity: 0;
  animation: fadeIn 2s ease-in forwards;
  width: 254px;
  margin: auto;
}
.top_content #page5{
  overflow-y: scroll;
}
/*
.top_content #page5 .qr img,
.top_content #page5 .qr2 img{
  max-width: 300px;
}
*/
@keyframes fadeIn {
  to {
    opacity: 1;
  }
}
.top_content .tpage .p_top{
  width: 100%;
  text-align: center;
/*  height: 232px; */
  margin-top: 140px;
}
@media screen and (max-width: 480px) {
  .top_content .tpage .p_top{
    margin-top: 100px;
  }
}
.top_content .tpage .p_top img{
  top: 82px;
  width: 174px;
  margin-bottom: 28px;
}
.top_content .tpage .p_middle{
  margin: 40px 0;
  width: 100%;
  text-align: center;
  height: 180px;
  background: var(--red-main, rgba(231, 0, 18, 0.85));
}
.top_content .tpage .p_middle img{
  position: relative;
  top: -50px;
}
.top_content .tpage .p_middle .next{
  position: relative;
  top: -200px;
  width: 20px;
  margin: 0 10px 0 auto;
}
.top_content .tpage .p_middle .next img{
  top: 0px;
}
.top_content .tpage .p_bottom{
  width: 100%;
  text-align: center;
}
.top_content .tpage .p_bottom .midashi{
  height: initial;
  margin: 30px 0 36px 0;
  width: 100%;
  color: var(--BK, #494949);
  text-align: center;
  leading-trim: both;
  text-edge: cap;

  /* 【SP】通常テキスト */
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 153.846% */
  letter-spacing: 1.3px;
}
.top_content #page5 .p_top{
  height: initial;
}
.top_content .tpage .qr{
  max-width: 360px;
  text-align: center;
  margin: 50px auto 12px auto;
  position: relative;
/*  height: 120px;
  border-radius: 3px;
  border: 1px solid var(--red-main, rgba(231, 0, 18, 0.85));
  background: var(--red-main, rgba(231, 0, 18, 0.85));
*/
  color: var(--white, #FFF);
}
.top_content .tpage .qr .add{
  position: absolute;
  right: -10px;
  top: -10px;
}
.top_content .tpage .qr2{
  max-width: 360px;
  text-align: center;
  margin: 10px auto 12px auto;
  height: 120px;
/*  border-radius: 3px;
  border: 1px solid var(--red-main, rgba(231, 0, 18, 0.85));
  background: var(--red-main, rgba(231, 0, 18, 0.85));
*/
  color: var(--white, #FFF);
}
.top_content .tpage .qr .image{
  margin-top: 20px;
}
.top_content .tpage .qr .text{
  color: var(--white, #FFF);
  padding-bottom: 20px;
}
.top_content .tpage .help{
  width: 90%;
  text-align: center;
  margin: 0 5% 180px 5%;
  height: 50px;
  border-radius: 3px;
  border: 1px solid var(--BK, #494949);
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-shrink: 0;
  color: var(--BK, #494949);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 16px; /* 123.077% */
  letter-spacing: 1.3px;
}
.top_content .tpage .help a,
.top_content .tpage .help a:active,
.top_content .tpage .help a:visited{
  color: var(--BK, #494949);
  display:block;
}
.top_content .tpage .toshop{
  display: flex;
  justify-content: center;
  width: 100%;
}
.top_content .tpage .toshop img {
  width: 375px;
}
@media screen and (max-width: 480px) {
  .top_content #page5{
    overflow-y: hidden;
  }
  .top_content .tpage .toshop img {
    width: 100%;
    position: fixed;
    bottom: 0px;
    left: 0;
  }
}
.top_content .tpage .help .text{
  top: -8px;
  position: relative;
  margin-left: 4px;
}

body {
  -webkit-appearance: none;
  -webkit-text-size-adjust: 100%;
  padding-top: 93px;
  margin: 0;
  font-family: 'Montserrat', sans-serif;
  background: #fff;
}

.header{
  position: fixed;
  background: #fff;
  z-index: 100;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 96px;
  border-bottom: 3px solid var(--red-main);
}

.header .image{
  position: fixed;
  width: 1440px;
/*  margin: 0 auto;*/
  margin: 0 220px;

}
.header .image img {
  margin: 30px auto;
}

.not_login {
  position: fixed;
  top: 24px;
  right: 220px;
  z-index: 102;
}

.not_login .shop_ind img{
  width: 204px;
  height: 48px;
  margin-right: 10px;
}

.side_menu,
.side_menu_login {
  z-index: 98;
  color: var(--BK, #494949);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.4px;
}

.side_menu{
  position: fixed;
  top: calc(100% / 2 - 214px);
  left: calc(100% - 65px);
}
.side_menu_login{
  position: fixed;
  top: calc(100% / 2);
  left: calc(100% - 65px);
}
.side_menu .right_menu{
  position: absolute;
  top: 0px;
  left: -310px;
  width: 300px;
  height: 240px;
  flex-shrink: 0;
  display: none;
  border-radius: 30px 0px 0px 30px;
  background: var(--white, #FFF);
  padding: 20px 0px 20px 10px;
}
.side_menu_login .right_menu{
  position: absolute;
  top: 0px;
  left: -202px;
  width: 192px;
  height: 140px;
  flex-shrink: 0;
  display: none;
  border-radius: 30px 0px 0px 30px;
  background: var(--white, #FFF);
  padding: 20px 0px 20px 10px;
}
.side_menu_login .right_menu .auth_menu,
.side_menu .right_menu .noauth_menu{
  display: flex;
  flex-direction: column;
  gap: 10px;
  list-style:none;
}

.side_menu_login .right_menu .auth_menu li,
.side_menu .right_menu .noauth_menu li{
  background:url('/themes/custom/otpt/images/menu_icon.png') no-repeat 0 0;
  background-size:auto 20px;
  padding-left: 30px;
}

.side_menu_login:hover > .right_menu,
.side_menu:hover > .right_menu{
  display: block;
}

@media screen and (max-width: 480px) {
  body {
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
    margin: 0;
    padding-top: 56px;
    margin-bottom: 120px;
  }

  input,
  textarea {
    font-size: 16px;
  }

  .header{
    height: 56px;
    background: var(--base, #FAF8F7);
    border-bottom: 0px;
  }

  .header .image{
    position: fixed;
    margin: 20px auto auto 16px;
  }
  
  .header .image img{
    margin: 0;
  }
}


/********** CONTENTS **********/
/* SHOP Top */
.top {
  display: flex;
  flex-flow: column;
/*  position: fixed;*/
  overflow-y: scroll;
  top: 98px;
  height: 100%;
  width: 100%;
}

.top .top1,
.top .top3{
  background: var(--base, #FAF8F7);
}
.top .top1{
  /*height: 622px;*/
  background-image: url(/themes/custom/otpt/images/main_image.png);
  background-position: 730px -10px;
  background-repeat: no-repeat;
  background-size: 680px;
  padding: 103px 0 0 220px;
}
.top .top2{
  display: flex;
/*  height: 758px;*/
  padding: 236px 0;
}
.top .top3{
  text-align: center;
/*  height: 1202px;*/
  padding: 140px 0 120px 0;
}
.top .top4{
  display: flex;
  padding: 149px 0 112px 0;
}
.top .top5{
  display: flex;
  flex-flow: column;
  align-items: center;
  background: var(--base, #FAF8F7);
  padding: 116px 10px 135px 10px;
}
.top .top6{
  display: flex;
  flex-flow: column;
  align-items: center;
  padding: 104px 10px 100px 10px;
}
.top .top7{
  display: flex;
  flex-flow: column;
  align-items: center;
  background: var(--base, #FAF8F7);
  padding: 134px 10px 100px 10px;
}
.top .red{
  color: var(--red-main, rgba(231, 0, 18, 0.85));
}

.top .top1 .title,
.top_content .title{
  width: 500px;
  height: 92px;
  color: var(--BK, #494949);
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px;
  letter-spacing: 3px;
  margin-bottom: 16px;
}

.top .top1 .title .red,
.top_content .red{
  color: var(--red-main, rgba(231, 0, 18, 0.85));
  font-size: 35px;
  font-style: normal;
  font-weight: 600;
  line-height: 46px; /* 131.429% */
  letter-spacing: 3.5px;
}

.top .top1 .midashi,
.top_content .midashi{
  width: 465px;
  margin: 0 0 16px 0;
  color: var(--BK, #494949);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 1.6px;  
}

.top .top1 .button{
  margin-bottom: 15px
}

.top .top1 .foruser{
  color: var(--BK, #494949);
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 16px;
  padding-top: 16px;
}

.top .top1 .arrow{
  position: relative;
  top: -160px;
  left: -30px;
  width: 20px;
}

.top .top2 .left{
  display: block;
  width: calc(100% / 2);
  background-image: url(/themes/custom/otpt/images/top2_red.png);
  height: 296px;
}
.top .top2 .left img{
    position: relative;
    top: -160px;
    left: 170px;
}
.top .top2 .right{
  padding-left: 13px;
}

.top .top2 .right .title{
  color: var(--gray, #E7E7E7);
  /* 見出し(英) */
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px; /* 100% */
  letter-spacing: 3.8px;
  margin-bottom: 15px;
}

.top .top2 .right .midashi{
  margin: 0;
  color: var(--BK, #494949);
  /* 見出し(大) */
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 2.5px;
  margin-bottom: 15px;
}
.top .top2 .right .midashi .red{
  color: var(--red-main, rgba(231, 0, 18, 0.85));
}

.top .top2 .right .explain{
  width: 463px;
  color: var(--BK, #494949);

  /* 通常テキスト */
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1.3px;
}

.top .top3 .title{
  color: var(--red-main, rgba(231, 0, 18, 0.85));
  text-align: center;
  /* 見出し(英) */
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px; /* 100% */
  letter-spacing: 3.8px;
  margin-bottom: 15px;
}

.top .top3 .midashi{
  margin: 0px;
  color: var(--BK, #494949);
  text-align: center;
  /* 見出し(大) */
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 144% */
  letter-spacing: 2.5px;
}
.top .top3 .midashi .red{
  color: var(--red-main, rgba(231, 0, 18, 0.85));
}

.top .top3 .type3 {
  display: block;
  color: var(--BK, #494949);
  /* 通常テキスト */
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1.3px;
  margin-bottom: 49px;
}

.top .top3 .type3 .text{
  text-align: left;
  display: inline-block;
}
.top .top3 .type3_btn{
  margin-bottom: 0px;
  display: flex;
  justify-content: center;
}
.top .top3 #commingsoon{
  position: relative;
  top: -91px;
  left: 120px;
}

.top .top3 .slider-container{
  width: 1000px;
  height: 590px;
  margin: 0px auto 20px auto;

  overflow: hidden;
  position: relative;
}

.top .top3 .slider-wrapper {
  display: flex;
  transition: transform 0.5s ease-in-out;
  width: 200%;
}

.top .top3 .slide {
  flex: 0 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  align-items: center;
  height: 590px;
  box-sizing: border-box;
  background: var(--red-main, rgba(231, 0, 18, 0.85));
  width: 500px;
  border-right: 1px solid white;
  padding: 40px 40px 40px 40px;
}
.top .top3 .slide .image{
  height: 260px;
}
.top .top3 .slide .title{
  color: var(--white, #FFF);
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 100% */
  letter-spacing: 3.8px;
  margin-bottom: 24px
}
.top .top3 .slide .midashi{
  color: var(--white, #FFF);
  text-align: center;

  /* 見出し(小) */
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
  letter-spacing: 1.8px;
  margin-bottom: 24px
}
.top .top3 .slide .explain{
  color: var(--white, #FFF);
  text-align: center;
  height: 100px;
  /* 通常テキスト */
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1.3px;
}

.top .top3 #marul{
  position: relative;
  top: -350px;
  left: -470px;
}
.top .top3 #marur{
  position: relative;
  top: -350px;
  left: 470px;
}

.top .top3 #red_help{
  margin-bottom: 24px;
}
.top .top3 .title2{
  color: var(--red-main, rgba(231, 0, 18, 0.85));
  text-align: center;
  margin: 20px 0 40px 0;
  /* 見出し(大) */
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 144% */
  letter-spacing: 2.5px;
}
.top .top3 .text2{
  color: var(--BK, #494949);
  text-align: center;
  margin-bottom: 44px;
  /* 通常テキスト */
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1.3px;
}

.top .top4 .left{
  padding: 22px 88px 0 222px;
}

.top .top4 .left .title{
  color: var(--gray, #E7E7E7);

  /* 見出し(英) */
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px; /* 100% */
  letter-spacing: 3.8px;
  margin-bottom: 16px;
}

.top .top4 .left .midashi{
  margin: 0 0 16px 0;
  color: var(--BK, #494949);
  /* 見出し(大) */
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: 2.5px;
}

.top .top4 .left .midashi .red{
  color: var(--red-main, rgba(231, 0, 18, 0.85));
}

.top .top4 .left .explain{
  width: 355px;
  color: var(--BK, #494949);
  /* 通常テキスト */
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1.3px;
}
.top .top4 .right{
  width: 518px;
  background: var(--red-main, rgba(231, 0, 18, 0.85));
  text-align: center;
  padding: 59px 30px 60px 30px;
}
.top .top4 .right .title{
  color: var(--white, #FFF);
  text-align: center;
  /* 見出し(小) */
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
  letter-spacing: 1.8px;
  margin-bottom: 14px;
}
.top .top4 .right .body{
  margin: 0 auto;
  width: 460px;
  color: var(--white, #FFF);
  text-align: center;

  /* 通常テキスト */
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1.3px;
}

.top .top5 .title{
  margin: 0 0 15px 0;
  text-align: center;
  color: var(--red-main, rgba(231, 0, 18, 0.85));
  text-align: center;

  /* 見出し(英) */
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px; /* 100% */
  letter-spacing: 3.8px;
}
.top .top5 .midashi{
  height: initial;
  margin: 0 0 50px 0;
  color: var(--BK, #494949);
  text-align: center;

  /* 見出し(大) */
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
   line-height: 36px; /* 144% */
  letter-spacing: 2.5px;
}
.top .top5 .box{
  width: 60%;
  text-align: center;
  margin-bottom: 16px;
  background: var(--white, #FFF);
  padding: 32px 10px;
}
.top .top5 .box .number{ 
  margin-bottom: 20px;
  color: var(--BK, #494949);
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: 38px; /* 100% */
  letter-spacing: 3.8px;
}
.top .top5 .box .title{
  margin: 0 0 20px 0;
  color: var(--BK, #494949);
  text-align: center;

  /* 見出し(小) */
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
  letter-spacing: 1.8px;
}
.top .top5 .box .explain{
  color: var(--BK, #494949);
  text-align: center;

  /* 通常テキスト */
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1.3px;
}
.top .top5 img{
  margin-bottom: 16px;
}

.top .top6 .title{
  color: var(--gray, #E7E7E7);
  margin-bottom: 16px;
  /* 見出し(英) */
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px; /* 100% */
  letter-spacing: 3.8px;
}
.top .top6 .midashi{
  margin: 0 0 28px 0;
  color: var(--BK, #494949);

  /* 見出し(大) */
  -webkit-text-stroke-width: 6;
  -webkit-text-stroke-color: var(--white, #FFF);
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
  line-height: 36px; /* 144% */
  letter-spacing: 2.5px;
}
.top .top6 .explain{
  color: var(--BK, #494949);
  text-align: center;

  /* 通常テキスト */
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1.3px;
}

.top .top7 .title{
  color: var(--red-main, rgba(231, 0, 18, 0.85));
  text-align: center;
  margin-bottom: 80px;

  /* 見出し(英) */
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px; /* 100% */
  letter-spacing: 3.8px;
}
.top .top7 .box{
  width: 60%;
  text-align: center;
  margin-bottom: 70px;
  border-bottom: solid 1px #494949;
}
.top .top7 .box .title{
  color: var(--BK, #494949);
  margin-bottom: 12px;
  text-align: center;

  /* 見出し(小) */
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
  letter-spacing: 1.8px;
}

.top .top7 .box .title .q{
  background: var(--BK, #494949);
  margin-right: 20px;
  color: var(--white, #FFF);
  text-align: center;
  font-size: 20.966px;
  font-style: normal;
  font-weight: 400;
  line-height: 20.966px; /* 100% */
  letter-spacing: 2.097px;
  padding: 5.517px;
}
.top .top7 .box .answer{
  color: var(--red-main, rgba(231, 0, 18, 0.85));
  padding-left: 40px;
  margin-bottom: 40px;

  /* 通常テキスト */
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1.3px;
}
.top .top7 .box .answer .text{
  display: inline-block;
  text-align: left;
}

/* Login */
.otp-form-login input {
  width: 500px;
}

@media screen and (max-width: 480px) {
  .otp-form-login input {
    width: 80%;
  }
}


/* Certification */
.main{
  text-align: center;
  margin: 45px auto;
}

.main .stepvar{
  display: flex;
  justify-content: center;
  margin-bottom: 75px;
}

.main .stepvar .step{
  text-align: center;
}
.main .stepvar .step.secd{
  margin: 0 80px;
}
.main .stepvar .step .explain{
  color: var(--BK, #494949);
  leading-trim: both;
  text-edge: cap;

  /* mini */
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px; /* 140% */
  letter-spacing: 1px;
}

.main button{
  margin-top: 62px;
}

.main button.finished{
  color: var(--middle-gray, #9A9A9A);
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  letter-spacing: 1.3px;
  padding: 0;
  width: auto;
  height: auto;
  background: none;
  margin-top: 6px;
  border: none;
}

.main .finished{
  display: flex;
  width: 400px;
  height: 55px;
    /* padding: 17px 20px; */
    /* justify-content: space-between; */
  align-items: center;
  flex-shrink: 0;
  border: 1px solid rgba(231, 0, 18, 0.85);
  background: var(--white, #FFF);
  justify-content: center;
  margin: 60px auto 0 auto;
  color: var(--red-main, rgba(231, 0, 18, 0.85));
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.4px;
}

@media screen and (max-width: 480px) {
  .main input,
  .main textarea{
    width: 80%;
  }
  .main input[type="checkbox"]{
    width: 20px;
  }
  .main .finished{
    width: 80%;
    position: static;
  }
}

/* User Registor/Update */

#otp-form-registration #edit-password-confirm .password-strength,
#otp-form-registration #edit-password-confirm .form-type-password .control-label,
#otp-form-shop-update #edit-password-confirm .password-strength,
#otp-form-shop-update #edit-password-confirm .form-type-password .control-label{
  display: none;
} 

#otp-form-registration #edit-password-confirm .form-type-password .password-confirm-message,
#otp-form-shop-update #edit-password-confirm .form-type-password .password-confirm-message{
  visibility: hidden;
}

#otp-form-registration #edit-password-confirm .form-type-password .password-confirm-message .ok,
#otp-form-shop-update #edit-password-confirm .form-type-password .password-confirm-message .ok{
  color: rgba(73, 73, 73, 1);  
}
#otp-form-registration #edit-password-confirm .form-type-password .password-confirm-message .error,
#otp-form-shop-update #edit-password-confirm .form-type-password .password-confirm-message .error{
  color: var(--red-main, rgba(231, 0, 18, 0.85));
}

#otp-form-registration #edit-mail,
#otp-form-shop-update #edit-mail{
  border: none;
  color: var(--middle-gray, #9A9A9A);
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1.3px;
}

#otp-form-registration .password-suggestions{
  position: relative;
  width: 400px;
  margin: 0 auto;
  background: var(--base, #FAF8F7);
  padding: 20px;
}

@media screen and (max-width: 480px) {
  #otp-form-registration .password-suggestions{
    width: 80%;
  }
}

#otp-form-registration .password-suggestions ul {
  list-style:none;
}
#otp-form-registration .password-suggestions ul li {
  background-image:url(/themes/custom/otpt/images/check.png);
  background-position:top left;
  background-repeat:no-repeat;
  background-size:auto 20px;
  padding-left:30px;
  line-height:20px;
  text-align: left;
}

#otp-form-registration .kiyaku_waku{
  margin: 50px auto 50px auto;
  text-align: left;
  width: 534px;
  padding: 20px;
  align-items: flex-start;
  gap: 10px;
  border: 0.5px solid var(--BK, #494949);
  background: var(--white, #FFF);
  height: 170px;
  overflow-y: scroll;
}
@media screen and (max-width: 480px) {
  #otp-form-registration .kiyaku_waku{
    width: 80%;
  }
}

#otp-form-registration .kiyaku .title{
  color: var(--BK, #494949);
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.3px;
}
#otp-form-registration .kiyaku .jyo{
  color: var(--BK, #494949);

  /* mini */
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 1px;
}
#otp-form-registration .form-type-checkbox{
  color: var(--BK, #494949);

  /* 通常テキスト */
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1.3px;
}
#otp-form-registration .form-type-checkbox input{
  margin-right: 16px;
}

#otp-form-registration button.previous,
#otp-form-inquiry button.previous{
  background: none;
  color: var(--BK, #494949);
  text-align: center;

  /* 通常テキスト(英) */
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1.3px;
  margin-top: 30px;
}

#otp-form-registration .daimei,
#otp-form-inquiry .daimei {
  color: #000;

  /* 見出し(小) */
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
  letter-spacing: 1.8px;
  margin-bottom: 50px;
}

#otp-form-registration .row,
#otp-form-inquiry .row {
  display: flex;
  justify-content: center;

  color: var(--BK, #494949);
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1.3px;
  margin-bottom: 30px;
}

#otp-form-registration .row .title,
#otp-form-inquiry .row .title{
  width: 200px;
  text-align: right;
}

#otp-form-registration .row .value,
#otp-form-inquiry .row .value{
  width: 300px;
  padding-left: 86px;
  text-align: left;
}
@media screen and (max-width: 480px) {
  #otp-form-registration .row .value,
  #otp-form-inquiry .row .value{
    padding-left: 10px;
  }
}

/* Shop info*/
.settingtab{
  display: flex;
  justify-content: center;
  margin-bottom: 93px;
}

.settingtab .shop{
  margin: 0 25px;
}

@media screen and (max-width: 480px) {
  .settingtab{
    flex-flow: column;
    text-align: center;
  }
}

#otp-form-shop-registration .help{
  margin-top: 46px;
  display: flex;
  justify-content: center;

  position: relative;
  top: -60px;

  color: var(--BK, #494949);

  /* 通常テキスト */
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1.3px;
}

#otp-form-shop-registration .form-type-managed-file .control-label{
  display: none;
}

#otp-form-shop-registration .form-type-managed-file input{ 
  width: 405px;
}

@media screen and (max-width: 480px) {
  #otp-form-shop-registration .form-type-managed-file input{
    width: 80%;;
  }
}

#otp-form-shop-registration .form-type-managed-file button{
  width: 100px;
  border: 1px solid var(--red-main, rgba(231, 0, 18, 0.85));
  background: var(--white, #FFF);
  color: var(--red-main, rgba(231, 0, 18, 0.85));
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.4px;
  margin: 10px 0 10px 16px;
}

#otp-form-shop-registration .memo{
  color: var(--BK, #494949);
  leading-trim: both;
  text-edge: cap;

  /* mini */
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px; /* 140% */
  letter-spacing: 1px;
}

/* Payment */
#otp-form-payment-registration input{
  width: 240px;
}
#otp-form-payment-registration .row1,
#otp-form-payment-registration .row2,
#otp-form-payment-registration .row3{
  display: flex;
  justify-content: center;
  gap: 32px;
  color: var(--BK, #494949);
  text-align: right;
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1.3px;
  margin-bottom: 20px;
}

@media screen and (max-width: 480px) {
  #otp-form-payment-registration .row1,
  #otp-form-payment-registration .row2,
  #otp-form-payment-registration .row3{
    display: flex;
    flex-flow: column;
  }
  #otp-form-payment-registration .row1 .js-form-item,
  #otp-form-payment-registration .row2 .js-form-item,
  #otp-form-payment-registration .row3 .js-form-item{
    display: flex;
    flex-flow: column;
  }
  #otp-form-payment-registration .row1 input,
  #otp-form-payment-registration .row2 input,
  #otp-form-payment-registration .row3 input{
    width: 80%;
  }
  #otp-form-payment-registration .row1 label,
  #otp-form-payment-registration .row2 label,
  #otp-form-payment-registration .row3 label{
    text-align: left;
    margin-left: 5%;
  }
}

#otp-form-payment-registration .form-item {
  display: inline-flex;
  width: 400px;
}

#otp-form-payment-registration .row3 .form-item {
  width: 850px;
}

#otp-form-payment-registration .control-label {
  width: 120px;
  text-align: right;
  align-content: center;
}
#otp-form-payment-registration input,
#otp-form-payment-registration select{
  margin-left: 22px;
}

#otp-form-payment-registration select{
  width: 280px;
  margin: 9px 0px 9px 22px;
  padding: 13px 20px;
  background: var(--base, #FAF8F7);
  border: 0.5px solid var(--red-main, rgba(231, 0, 18, 0.85));
}

/* Service & inquiry */
#otp-form-service .main,
#otp-form-inquiry .main{
  display: block;
}
#otp-form-service .main .inputform,
#otp-form-inquiry .main .inputform{
  text-align: left;
  display: inline-block;
}

@media screen and (max-width: 480px) {
  #otp-form-service .main .inputform,
  #otp-form-inquiry .main .inputform{
    margin-left: 5%;
  }
}

#otp-form-service .main .inputform .comment{
  text-align: center;
  color: var(--BK, #494949);
  margin-bottom: 50px;

  /* 通常テキスト */
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1.3px;
}

#otp-form-service .main button,
#otp-form-inquiry .main button{
  display: block;
  margin: 62px auto 0 auto;
}

/* Calendar List */
#otp-form-service-list .main button{
  margin-top: 0px;
  margin-bottom: 62px;
}

#otp-form-service-list .text{
  margin: 80px 0 100px 0;
}

#otp-form-service-list table {
  border: 0.5px solid var(--BK, #494949);
  border-collapse: collapse;
  margin-left: auto;
  margin-right: auto;

  color: var(--BK, #494949);
  /* 通常テキスト */
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1.3px;

}

#otp-form-service-list table th {
  border: 0.5px solid var(--BK, #494949);
  background: var(--base, #FAF8F7);
}
#otp-form-service-list table td {
  border: 0.5px solid var(--BK, #494949);
  height: 68px;
  padding: 10px;
  gap: 10px;
}

#otp-form-service-list table td.left {
  text-align: left;
}

#otp-form-service-list table td .nticket{
  color: var(--BK, #2A2A2A);

  /* 通常テキスト */
  font-family: "Hiragino Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1.3px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

/* QR */
#otp-form-qr .midashi{
  margin-top: 20px;
}
#otp-form-qr .midashi .title{
  color: #000;
  text-align: center;

  /* 見出し(小) */
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
  letter-spacing: 1.8px;

}

#otp-form-qr .qr span.left {
  float: left;
  width: 40%;
  text-align: center;
  margin-top: 50px;
}

#otp-form-qr .qr span.right .dl,
#otp-form-qr .qr span.right .copy{
  display: flex;
  width: 182px;
  height: 45px;
  padding: 0px 20px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  margin-bottom: 24px;

  background: var(--red-main, rgba(231, 0, 18, 0.85));
  color: var(--white, #FFF);
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 1.4px;
}
#otp-form-qr .qr span.right .dl a{
  color: var(--white, #FFF);
}

#otp-form-qr .qr span.right .pdf{
  color: #000;

  /* 見出し(小) */
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
  letter-spacing: 1.8px;

  margin: 18px 0 28px 0;
}
#otp-form-qr .qr span.right .pdf_row{
  display: inline-block;
  color: #000;
  leading-trim: both;
  text-edge: cap;

  /* mini */
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px; /* 140% */
  letter-spacing: 1px;

  margin-bottom: 18px;
  width: 200px;
  text-align: center;
  border: 0.5px solid var(--BK, #494949);
  padding: 10px;
}
#otp-form-qr .qr span.right .pdf_row .title{
  color: var(--BK, #494949);
  /* 通常テキスト */
  font-family: "Hiragino Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1.3px;
}
#otp-form-qr .qr span.right .pdf_row .explain{
  color: var(--BK, #494949);
  leading-trim: both;
  text-edge: cap;

  /* mini */
  font-family: "Hiragino Sans";
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px; /* 140% */
  letter-spacing: 1px;
  margin-bottom: 10px;
}
#otp-form-qr .qr span.right .pdf_row .pdf_image{
  margin-bottom: 10px;
}
#otp-form-qr .qr span.right .pdf_row a{
  background: var(--red-main, rgba(231, 0, 18, 0.85));
  color: var(--white, #FFF);
  font-family: "Hiragino Sans";
  font-size: 9.154px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.915px;
  width: 80%;
  display: inline-block;
  padding: 10px;
}

@media screen and (max-width: 480px) {
  #otp-form-qr .qr{
    display: flex;
    flex-flow: column;
  }
  #otp-form-qr .qr span.left {
    width: 100%;
    margin-top: 0px;
  }
  #otp-form-qr .qr span.right {
    text-align: center;
    margin: 0 auto;
    left: 5%;
    display: block;
    position: relative;
  }

}

/* Calendar */
.otp-form-calendar {
  text-align: center;
  width: 100%;
}
.otp-form-calendar .service{
  display: inline-block;
  text-align: left;
}

.otp-form-calendar #edit-service{
  text-align: left;
  width: 376px;
}

.otp-form-calendar #edit-service-overview{
  width: 787px;
}

#calendarContainer{
/*  width: 100%; */
  display: inline-block;
}

#calendarContainer .calendar_title{
  display: inline-block;
  width: 1000px;
  padding: 22px 0px;
  margin-bottom: 8px;
  border-bottom: 0.5px solid var(--middle-gray, #9A9A9A);
}

#calendarContainer .now_title{
  margin-top: 8px;
  float: left;
  color: var(--BK, #494949);

  /* 見出し(小) */
  font-size: 18px;
  font-style: normal;
  font-weight: 800;
  line-height: 26px; /* 144.444% */
  letter-spacing: 1.8px;
}

#calendarContainer .nav{
  display: flex;
  float: right;
}
#calendarContainer .nav .now{
  padding: 5px 18px;
  margin-right: 18px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border: 0.5px solid #000;
}
#calendarContainer .nav img{
  width: 26.34px;
  height: 26.34px;
  margin-right: 18px;
  margin-top: 4px;
}

#calendarContainer #calendar {
  textalign: center;
  border-collapse: collapse;
/*  border-top: 0.5px solid var(--middle-gray, #9A9A9A);*/
  padding-top: 18px;
}

#calendarContainer #calendar .time.zero{
  top: -0.8em;
  position: relative;
  text-align: right;
  padding-right: 10px;
  color: var(--BK, #494949);

  /* 通常テキスト(英) */
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
/*  line-height: 24px; *//* 184.615% */
  letter-spacing: 1.3px;
}

#calendarContainer th{
  width: 111.5px;
  height: 51px;
  padding: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-right: 0.5px solid var(--middle-gray, #9A9A9A);
/*  border-left: 0.5px solid var(--middle-gray, #9A9A9A); */
}

#calendarContainer th:first-child {
  width: 55.5px;
}

#calendarContainer th .week{
  color: var(--BK, #494949);
  leading-trim: both;
  text-edge: cap;

  /* mini */
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px; /* 140% */
  letter-spacing: 1px;
}

#calendarContainer th .day{
  color: var(--BK, #494949);
  leading-trim: both;
  text-edge: cap;

  /* number */
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 2px;
}

#calendarContainer th .day.today{
  color: var(--white, #FFF);
  leading-trim: both;
  text-edge: cap;

  /* number */
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: 2px
}
#calendarContainer th .day.today .waku{
    display: inline-flex;
    height: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
    background: var(--red-main, rgba(231, 0, 18, 0.85));
}

#calendarContainer td.ue{
  width: 129px;
  height: 16px;
  justify-content: center;
  align-items: center;
  border-right: 0.5px solid var(--middle-gray, #9A9A9A);
  border-left: 0.5px solid var(--middle-gray, #9A9A9A);
  border-top: 0.5px solid var(--middle-gray, #9A9A9A);
  background: var(--white, #FFF);
}

#calendarContainer td.shita{
  width: 129px;
  height: 16px;
  justify-content: center;
  align-items: center;
  border-right: 0.5px solid var(--middle-gray, #9A9A9A);
  border-left: 0.5px solid var(--middle-gray, #9A9A9A);
  border-bottom: 0.5px solid var(--middle-gray, #9A9A9A);
  background: var(--white, #FFF);
}

#edit-repeat label {
  margin-right: 5px;
}
#edit-repeat label input {
  display: none;
}
#edit-repeat label input + span {
  border-radius: 22px;
  padding: 10px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;

  font-size: 10px;
  border-radius: 22px;
  background: var(--base, #FAF8F7);

  color: var(--middle-gray, #9A9A9A);
  leading-trim: both;
  text-edge: cap;
}
#edit-repeat label input:checked + span {
  border-radius: 22px;
  padding: 10px 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;

  font-size: 10px;
  border-radius: 22px;
  background: var(--red-main, rgba(231, 0, 18, 0.85));

  color: var(--white, #FFF);
  leading-trim: both;
  text-edge: cap;
}

.schedule{
  display: flex;
  justify-content: center;
  align-items: center;

  position: absolute;
  margin-top: -10px;
  width: 131.5px; 
  background: var(--red-main, rgba(231, 0, 18, 0.85));
  color: var(--white, #FFF);
  leading-trim: both;

  text-edge: cap;
  /* mini */
  font-size: 10px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px; /* 140% */
  letter-spacing: 1px;
}

.schedule img{
  margin-right: 4px;
} 

.schedule.t1{ height:18px;}
.schedule.t2{ height:36px;}
.schedule.t3{ height:54px;}
.schedule.t4{ height:72px;}
.schedule.t5{ height:90px;}
.schedule.t6{ height:108px;}
.schedule.t7{ height:126px;}
.schedule.t8{ height:144px;}
.schedule.t9{ height:162px;}
.schedule.t10{ height:180px;}
.schedule.t11{ height:198px;}
.schedule.t12{ height:216px;}
.schedule.t13{ height:234px;}
.schedule.t14{ height:252px;}
.schedule.t15{ height:270px;}
.schedule.t16{ height:288px;}
.schedule.t17{ height:306px;}
.schedule.t18{ height:324px;}
.schedule.t19{ height:342px;}
.schedule.t20{ height:360px;}
.schedule.t21{ height:378px;}
.schedule.t22{ height:396px;}
.schedule.t23{ height:414px;}
.schedule.t24{ height:432px;}
.schedule.t25{ height:450px;}
.schedule.t26{ height:468px;}
.schedule.t27{ height:486px;}
.schedule.t28{ height:504px;}
.schedule.t29{ height:522px;}
.schedule.t30{ height:540px;}
.schedule.t31{ height:558px;}
.schedule.t32{ height:576px;}
.schedule.t33{ height:594px;}
.schedule.t34{ height:612px;}
.schedule.t35{ height:630px;}
.schedule.t36{ height:648px;}
.schedule.t37{ height:666px;}
.schedule.t38{ height:684px;}
.schedule.t39{ height:702px;}
.schedule.t40{ height:720px;}
.schedule.t41{ height:738px;}
.schedule.t42{ height:756px;}
.schedule.t43{ height:774px;}
.schedule.t44{ height:792px;}
.schedule.t45{ height:810px;}
.schedule.t46{ height:828px;}
.schedule.t47{ height:846px;}
.schedule.t48{ height:864px;}

/* Schedule */
.ui-dialog-titlebar,
.focusable.skip-link{
  display: none;
}
.otp-form-schedule .close,
#otp-form-qr .close {
  text-align: right;
  padding-top: 20px;
  padding-right: 15px;
  padding-bottom: 7px;
}
.otp-form-schedule .yoko {
  display: flex;
  margin-left: 12px;
  margin-bottom: 21px;

  color: #000;

  /* 通常テキスト */
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 28px; /* 184.615% */
  letter-spacing: 1.3px;
}

.otp-form-schedule .yoko.center {
  display: flex;
  justify-content: center;
}

.otp-form-schedule .yoko.right {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  margin-right: 20px;
}
.otp-form-schedule .yoko.right img{
  position: relative;
  top: 8px;
}
.otp-form-schedule input[name="start_date"],
.otp-form-schedule input[name="end_date"] {
  width: 80px;
  background: none;
  border: none;
  margin: 0 8px 0 20px;
  padding: 8px 8px;
}
.otp-form-schedule select[name="start_time"],
.otp-form-schedule select[name="end_time"] {
  width: 80px;
  background: none;
  border: none;
  border-bottom: 0.5px solid var(--middle-gray, #9A9A9A);
  margin: 0;
  padding: 8px 8px;
}

.otp-form-schedule input[name='fee'],
.otp-form-schedule input[name='max']{
  margin: 0 4px 0 0;
  width: 65px;
  height: 24px;
  padding: 4px 8px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 10px;

  background: none;
  border-top: none;
  border-right: none;;
  border-left: none;
  border-bottom: 0.5px solid var(--middle-gray, #9A9A9A);


  color: var(--middle-gray, #9A9A9A);

  /* 通常テキスト */
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1.3px;
}
.otp-form-schedule summary{
  display: flex;
}
.otp-form-schedule summary .week_title {
  display: flex;
  width: 100%;
  margin: 0 12px 30px 12px;
  border-bottom: 0.5px solid var(--middle-gray, #9A9A9A);
}
.otp-form-schedule summary .week_title .title{
  flex-grow: 2;
  color: var(--BK, #494949);

  /* 通常テキスト */
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1.3px;
}
.otp-form-schedule summary .week_title .close{
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.otp-form-schedule #edit-repeat{
  display: flex;
  margin-bottom: 28px;
  justify-content: space-around;
  padding: 0 80px 0 10px;
}

.otp-form-schedule details[open] .open{
  display: none ;
}
.otp-form-schedule details:not([open]) .close {
  display: none ;
}

.otp-form-schedule button{
  position: static;
  display: flex;
  width: 102px;
  height: 37px;
  /*margin-left: 21px;*/
  padding: 17px 20px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;

  color: var(--white, #FFF);
  /* 通常テキスト */
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1.3px;
}
.otp-form-schedule span.delete{
    display: flex;
    justify-content: center;
}
.otp-form-schedule span.delete.repeat{
  display: flex;
  margin-bottom: 28px;
  justify-content: space-around;
  width: 50%;
}
.otp-form-schedule span.delete.repeat button{
  width: 100%;
}
.otp-form-schedule span.delete.repeat.left{
  float: left;
}
.otp-form-schedule span.delete img {
  top: 8px;
  position: relative;
  height: 21px
}
.otp-form-schedule #edit-delete-submit,
.otp-form-schedule #edit-reject-submit {
  background: #ffffff;  
  color: var(--BK, #494949);

  /* 通常テキスト */
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1.3px;
  width: 110px;
  display: inline;
  padding: 0;
  margin-left: 0;
}
.otp-form-schedule .repeat #edit-delete-submit,
.otp-form-schedule .repeat #edit-reject-submit{
  width: 100%;
  text-align: left;
}
/* USAGE SITUATUON */
#otp-form-usage-situation .usage{
  display: flex;
  justify-content: center;

  border-spacing: 0;

  color: var(--BK, #494949);
  /* 通常テキスト */
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1.3px;
}
#otp-form-usage-situation .usage th,
#otp-form-usage-situation .usage td.total{
  padding: 10px;
  align-items: center;
  gap: 10px;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0.5px solid var(--BK, #494949);
  background: var(--base, #FAF8F7);
}

#otp-form-usage-situation .usage td{
  padding: 10px;
  border-spacing: 0;
  border-collapse: collapse;
  border: 0.5px solid var(--BK, #494949);
}

#otp-form-usage-situation .usage .right{
  text-align: right;
}

/* products */

@media screen and (max-width: 480px) {
  /* TOP */
  .mobile_menu img{
    position: fixed;
    z-index: 100;
    right: 20px;
    top: 24px;
  }
  .mobile_menu .menu-toggle {
    display: none;
  }
  .mobile_menu .minner_menu {
    z-index: 10;
    display: none;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 40px;
    background: var(--base, #FAF8F7);
    list-style: none;
    padding: 0 .8em .5em;
  }
  .mobile_menu .minner_menu li{
    border-bottom: 0.5px solid var(--BK, #494949);
    color: var(--BK, #494949);
    leading-trim: both;
    text-edge: cap;

    display: flex;
    height: 50px;
    padding: 10px 16px;
    align-items: center;
    gap: 10px;
    align-self: stretch;

    /* 【SP】通常テキスト */
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 153.846% */
    letter-spacing: 1.3px;
  }
  .mobile_menu .minner_menu li a{
    color: var(--BK, #494949);
    leading-trim: both;
    text-edge: cap;

    /* 【SP】通常テキスト */
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 153.846% */
    letter-spacing: 1.3px;
  }
  .mobile_menu .minner_menu li.bold a{
    color: #000000;
    font-weight: 800;
  }
  .menu-toggle:checked + .menu-link + .minner_menu {
    display: block;
  }
  .menu-toggle:checked + .menu-link img {
    content: url('/themes/custom/otpt/images/close.png');
    width: 18px;
  }
  @supports(selector(:has(*))) {
    body:has(.menu-toggle:checked) {
      overflow: hidden;
    }
  }

  .top_content{
    display: flex;
    width: 500%;
    height: 100%;
    transition: transform 0.5s ease-in-out;
  }

  .header .image img{
    width: 120px;
    height: 20px;
  }

  .not_login {
    right: 20px;
  }
  .not_login img {
    width: 100px;
  }
  .side_menu,
  .side_menu_login {
    left: calc(100% - 40px);
  }
  .side_menu img,
  .side_menu_login img{
    width: 40px;
  }
 
  .not_login,
  .side_menu,
  .shop_login {
    display: none;
  }

  .top .top1{
    height: initial;
    padding: 40px 10px 0 10px;
    
  }
  .top .top1 .title{
    width: initial;
    height: initial;
    font-size: 0.9em;
  }
  .top .top1 .title .red{
    font-size: 1.8em;
  }
  .top .top1 .midashi{
    width: initial;
  }
  .top .top2{
    padding: 20px 10px 100px 10px;
    flex-direction: column;
    align-items: center;
    padding: 0px;
  }
  .top .top2 .left{
    width: 100%;
    height: 400px;
    margin: 0;
    text-align: center;
  }
  .top .top2 .left img {
    top: -100px;
    left: initial;
  }
  .top .top2 .right{
    padding: 100px 10px 100px 10px;
  }
  .top .top2 .right .midashi{
    height: initial;
  }
 .top .top2 .right .explain{
     width: initial;
  }
  .top .top3{
    padding: 20px 10px 100px 10px;
  }
  .top .top3 .midashi{
    height: initial;
  }
  .top .top3 .type3_btn{
    flex-direction: column;
    align-items: center;
    margin-bottom: 100px;
  }
  .top .top3 .type3_btn .button div{
    height: 0;
  }
  .top .top3 .slider-container {
    width: 350px
  }
  .top .top3 .slide{
    width: 350px;
  }
  .top .top3 .slider-wrapper {
    width: 612px;
  }
  .top .top3 .maru img#marur,
  .top .top3 .maru img#marul {
    top: initial;
    left: initial;
  }
  .top .top3 .maru{
    margin-bottom: 40px;
  }

  .top .top4{
    padding: 20px 10px 100px 10px;
    flex-flow: column;
  }
  .top .top4 .left{
    padding: 20px 0 20px 0;
  }
  .top .top4 .left .midashi{
    height: auto;
    margin-bottom: 30px;
  }
  .top .top4 .right{
    width: initial;
  }
  .top .top4 .right .body{
    width: initial;
  }  
  .top .top5 .box,
  .top .top7 .box{
    width: 90%;
  }

  .button {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
  }

  .otp-form-customer-service,
  .otp-form-customer-checkout,
  .otp-form-customer-ticket,
  .otp-form-customer-service,
  .otp-form-customer-number-ticket {
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 15px;
    letter-spacing: 1px;
  }

  .otp-form-customer-service .shop_info,
  .otp-form-customer-checkout .shop_info,
  .otp-form-customer-ticket .shop_info,
  .otp-form-customer-number-ticket .shop_info{
    display: flex;
    padding: 15px 16px;
  }
  .otp-form-customer-service .shop_info .shop_explain,
  .otp-form-customer-checkout .shop_info .shop_explain,
  .otp-form-customer-ticket .shop_info .shop_explain,
  .otp-form-customer-number-ticket .shop_info .shop_explain{
    margin-left: 19px;
  }
  .otp-form-customer-service .shop_info .shop_explain .name,
  .otp-form-customer-checkout .shop_info .shop_explain .name,
  .otp-form-customer-ticket .shop_info .shop_explain .name,
  .otp-form-customer-number-ticket .shop_info .shop_explain .name{
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1.2px;
  }
  .otp-form-customer-service .shop_info .shop_explain .telephpne,
  .otp-form-customer-checkout .shop_info .shop_explain .telephpne,
  .otp-form-customer-ticket .shop_info .shop_explain .telephpne,
  .otp-form-customer-number-ticket .shop_info .shop_explain .telephpne{
    margin: 8px 0;
  }
  .otp-form-customer-service .service_info,
  .otp-form-customer-checkout .service_info,
  .otp-form-customer-ticket .service_info,
  .otp-form-customer-number-ticket .service_info{
    display: flex;
    height: 130px;
    padding: 0px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 14px;
    flex-shrink: 0;
  }
  .otp-form-customer-checkout .service_info,
  .otp-form-customer-ticket .service_info{
    height: 343px;
  }

  .otp-form-customer-service .service_info .line,
  .otp-form-customer-checkout .service_info .line,
  .otp-form-customer-ticket .service_info .line,
  .otp-form-customer-number-ticket .service_info .line{
    display: flex;
    width: 100%;
  }
  .otp-form-customer-service .service_info .line .title,
  .otp-form-customer-checkout .service_info .line .title,
  .otp-form-customer-ticket .service_info .line .title,
  .otp-form-customer-number-ticket .service_info .title{
    width: 10%;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: var(--white, #FFF);
    background: var(--BK, #494949);
  }
  .otp-form-customer-service .service_info .line .value,
  .otp-form-customer-checkout .service_info .line .value,
  .otp-form-customer-ticket .service_info .line .value,
  .otp-form-customer-number-ticket .service_info .line .value{
    width: 90%;
    margin: auto 7px;
    display: flex;
    align-items: center;
    gap: 7px;
    align-self: stretch;
  }

  .otp-form-customer-service .select_day{
    display: flex;
    height: 46px;
    padding: 10px 0;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    background: var(--base, #FAF8F7);
  }

  .otp-form-customer-service .select_day .select{
    display: flex;
    height: 46px;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
  }
  .otp-form-customer-service .select_day .select .day{
    color: var(--BK, #494949);
    leading-trim: both;

    text-edge: cap;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 216.667% */
    letter-spacing: 1.2px;
  }
  .otp-form-customer-service .select_day .select .last {
    position: absolute;
    left: 16px;
    z-index: 10;
  }
  .otp-form-customer-service .select_day .select .day {
    position: absolute;
    width: 100%;
    text-align: center;
  }
  .otp-form-customer-service .select_day .select .next {
    position: absolute;
    right: 16px;
  }
  
  .otp-form-customer-service .ticket_none{
    color: var(--gray, #E7E7E7);
    text-align: center;
    leading-trim: both;
    text-edge: cap;

    /* 【SP】見出し(大) */
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 173.333% */
    letter-spacing: 1.5px;
  }
  .otp-form-customer-service .ticket_none .question{
    margin-top: 66px;
    margin-bottom: 16px;
  }

  .otp-form-customer-service #edit-ticket label{
    display: flex;
    /* width: 343px; */
    padding: 10px;
    justify-content: space-between;
    align-items: center;
    margin: 10px;
    border-radius: 5px;
    border: 0.5px solid var(--middle-gray, #9A9A9A);
  }
  .otp-form-customer-service #edit-ticket input{
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
  }
  .otp-form-customer-service #edit-ticket input:checked + label{
    border-radius: 5px;
    border: 1px solid var(--red-main, rgba(231, 0, 18, 0.85));
  }
  .otp-form-customer-service #edit-ticket div.ticket{
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .otp-form-customer-service .chg_number,
  .otp-form-customer-checkout .chg_number{
    position: fixed;
    left: 0;
    bottom: 56px;
    width: 100%;

    display: flex;
    height: 48px;
    padding: 0px 16px;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
    flex-shrink: 0;

    background: var(--white, #FFF);
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.25);
  }
  .otp-form-customer-service .chg_number{
    display: none;
  }
  .otp-form-customer-service .chg_number input,
  .otp-form-customer-checkout .chg_number input{
    border:none;
    background: #FFF;
    padding: 0;
    margin: 0;

    color: var(--BK, #494949);
    leading-trim: both;
    text-edge: cap;
    /* number */
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 2px;
  }
  .otp-form-customer-service .chg_number input#number{
    width: 30px;
    text-align: center;
    color: var(--BK, #494949);
  }
  .otp-form-customer-service .chg_number input#price,
  .otp-form-customer-checkout .chg_number input#price{
    width: 100px;
    color: var(--red-main, rgba(231, 0, 18, 0.85));
  }
  
  /* Certification */
  #otp-form-customer-certification input{
    margin-top: 65px;
    width: 80%;
  } 
  #otp-form-customer-certification .help{
    color: var(--BK, #494949);
    leading-trim: both;
    text-edge: cap;

    /* mini */
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 14px; /* 140% */
    letter-spacing: 1px;
    margin-bottom: 46px;
  }
  #otp-form-customer-certification .help2{
    color: var(--BK, #494949);
    /* 通常テキスト */
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 184.615% */
    letter-spacing: 1.3px;
  }
  #otp-form-customer-certification .finished{
    position: fixed;
    left: 0;
    bottom: 0;
  }
  #otp-form-customer-certification button.finished{
    position: fixed;
    left: 0;
    bottom: 66px;
    text-align: center;
    width: 100%;
  }

  /* Card Registration */
  #otp-form-customer-card-registration .js-form-item,
  #otp-form-customer-card-registration .expire{
    width: 90%;
    margin: 10px 4%;

    color: var(--middle-gray, #9A9A9A);
    leading-trim: both;
    text-edge: cap;

    /* mini */
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 14px; /* 140% */
    letter-spacing: 1px;
  }  
  #otp-form-customer-card-registration .js-form-item input{
    width: 80%;
    color: black;
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 218.182% */
    letter-spacing: 1.1px;
  }
  #otp-form-customer-card-registration .js-form-item input::placeholder {
    color: var(--middle-gray, #9A9A9A);
  }
  #otp-form-customer-card-registration .expire .input_area{
    display: inline-flex;
  }

  #otp-form-customer-card-registration .expire .input_area .js-form-item{
    margin: 9px 0px;
  }
  #otp-form-customer-card-registration .expire .input_area select{
    display: flex;
    width: 120px;
    padding: 6px 20px;
    align-items: center;
    gap: 10px;
    border: 0.5px solid var(--red-main, rgba(231, 0, 18, 0.85));
    background: var(--base, #FAF8F7);

    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px; /* 218.182% */
    letter-spacing: 1.1px;
    height: 42px;
  }
  #otp-form-customer-card-registration .expire .input_area select#expire_month{
    margin-right: 12px;
  }

  /* Customer Checkout */
  #otp-form-customer-checkout .js-form-item{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;

    color: var(--BK, #494949);
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
    letter-spacing: 1px;
  }
  #otp-form-customer-checkout .js-form-item.form-item-price{
    margin-bottom: 0px;
  }

  #otp-form-customer-checkout .js-form-item #kiyaku{
    margin-right: 8px;
  }

  #otp-form-customer-checkout .alert{
    color: var(--red-main, rgba(231, 0, 18, 0.85));
    text-align: center;
    leading-trim: both;
    text-edge: cap;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 17px; /* 141.667% */
  }
  #otp-form-customer-checkout .alert2{
    color: var(--red-main, rgba(231, 0, 18, 0.85));
    text-align: center;

    /* 見出し(小) */
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 26px; /* 144.444% */
    letter-spacing: 1.8px;
  }

  /* チケット */
  .otp-form-customer-ticket .midashi{
    margin-bottom: 20px;
  }
  .otp-form-customer-ticket .ticket {
    display: flex;
    flex-flow: column;
    padding: 10px 16px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    height: 124px;
    
    background: var(--red-main, rgba(231, 0, 18, 0.85));
    margin-bottom: 36px;
  }
  
  .otp-form-customer-ticket .ticket .title {
    color: var(--white, #FFF);
    leading-trim: both;

    text-edge: cap;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 20px; /* 166.667% */
    letter-spacing: 1.2px;
  }

  .otp-form-customer-ticket .ticket .code {
    color: var(--white, #FFF);

    /* 見出し(英) */
    font-size: 38px;
    font-style: normal;
    font-weight: 400;
    line-height: 38px; /* 100% */
    letter-spacing: 3.8px;
  }

  #otp-form-customer-ticket .order_info{
    width: 90%;
    margin: 0 auto 50px auto;
  }

  #otp-form-customer-ticket button{
    margin-bottom: 0;
    width: 100%;
    height: 52px;
    padding: 4px 20px;

    border: 0.5px solid var(--red-main, rgba(231, 0, 18, 0.85));
    background: var(--white, #FFF);

    color: var(--red-main, rgba(231, 0, 18, 0.85));
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 1.4px;

  }

  .otp-form-customer-ticket .alert{
    display: flex;
    flex-flow: column;

    width: 90%;
    margin: 0 auto 20px auto;
    color: var(--BK, #494949);
    leading-trim: both;

    text-edge: cap;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 15px; /* 150% */
    letter-spacing: 1px;
  }
  .otp-form-customer-ticket .alert .row2{
    color: var(--red-main, rgba(231, 0, 18, 0.85));
    leading-trim: both;
    text-edge: cap;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 15px;
    letter-spacing: 1px;
  }
  .otp-form-customer-ticket .order_info .title{
    display: flex;
    padding: 9px 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    align-self: stretch;

    border-bottom: 0.5px solid var(--middle-gray, #9A9A9A);

    color: var(--BK, #494949);
    leading-trim: both;
    text-edge: cap;
    font-size: 10px;
    font-style: normal;
    font-weight: 300;
    line-height: 20px; /* 200% */
    letter-spacing: 1px;

  }
  .midashi{
    margin-bottom: 20px;
  }

  /* 問い合わせ */
  #otp-form-inquiry {
    padding: 20px;
  }

  button.previous{
    position: fixed;
    bottom: 80px;
    width: 100%;
  }
  
  #otp-form-inquiry .main .inputform{
    /*margin-top: 80px;*/
  }

  #otp-form-inquiry textarea,
  #otp-form-inquiry input{
    width: 86%;
  }
  #otp-form-inquiry .row .title{
    width: 30%;
  }

  #otp-form-inquiry .row .value{
    width: 70%;
    padding-left: 20px;
  }
}

html .qr_form,
body .qr_form{
    background-color: white;
    margin: 0;
    padding: 0;
    height: 100%;
    overflow: hidden;
    font-family: sans-serif;
}

.qr_form .reader {
    width: 100vw;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}

.qr_form .reader-video {
    background-color: white;
    width: 100%;
    height: 100%;
    object-fit: fill;
}

.qr_form .reticle {
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: 1;
}

.qr_form .reticle-box {
    width: 70vw;
    height: 70vw;
    border: 4px solid #fff;
    /* -webkit-animation: 0.8s linear 0s infinite alternate move_reticle; */
    /* animation: 0.8s linear 0s infinite alternate move_reticle; */
}

@-webkit-keyframes move_reticle {
    from {
        width: 70vw;
        height: 70vw;
    }
    to {
        width: 75vw;
        height: 75vw;
    }
}
@keyframes move_reticle {
    from {
        width: 70vw;
        height: 70vw;
    }
    to {
        width: 75vw;
        height: 75vw;
    }
}

.qr_form .modal-overlay {
    display: none;
    position: fixed;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 10;
}

.qr_form .modal-overlay.is-show {
    display: flex;
}

.qr_form .modal {
    width: 80%;
    background: #fff;
    border-radius: 10px;
}

.qr_form .modal-cnt {
    padding: 30px 15px;
}

.qr_form .modal-title {
    display: block;
    margin-bottom: 15px;
    text-align: center;
}

.qr_form .modal-result {
    resize: none;
    word-break: break-all;
    border: none;
    width: 100%;
    height: auto;
    font-size: 16px;
}

.qr_form .modal-btn {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    display: block;
    background: none;
    border: none;
    border-top: 1px solid #ddd;
    width: 100%;
    color: #333;
    padding: 20px;
    text-align: center;
    font-size: 18px;
    text-decoration: none;
}

.qr_form .unsupported {
    display: none;
    flex-direction: column;
    position: fixed;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: white;
    color: black;
    z-index: 999;
}

.qr_form .unsupported.is-show {
    display: flex;
}

.qr_form .unsupported-title {
    font-weight: bold;
    font-size: 2em;
}

/*** shoplist ***/

.view-shoplist {
  width: 100%;
  text-align: center;
  padding: 100px 10px;
}

.view-shoplist .table {
  margin: 0 auto;
}

.view-shoplist .table{
  border-collapse:collapse;
  margin:0 auto;
}
.view-shoplist .table  th{
  border-bottom:2px solid rgba(231, 0, 18, 1);
}
.view-shoplist .table td,th{
  padding:10px 20px;
}

.visually-hidden-focusable{
  display: none;
}
.site-footer {
  display: none;
}

/***** 整理券 *****/
.number_ticket {
  padding: 12px;
}
.number_ticket .nticket2 {
  margin 10px auto;
  border-radius: 5px;
  background: var(--base, #FAF8F7);
  text-align: center;
  padding: 20px 0;
}
.number_ticket .nticket2 .title{
  color: var(--BK, #2A2A2A);
  font-family: "Hiragino Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 216.667% */
  letter-spacing: 1.2px;
}
.number_ticket .nticket2 .number{
  margin-bottom: 20px;
}
.number_ticket .nticket2 .code{
  color: var(--red-main, rgba(231, 0, 18, 0.85));
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 38px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px; /* 100% */
  letter-spacing: 3.8px;
}
.number_ticket .nticket2 .info{
  color: var(--BK, #2A2A2A);
  text-align: center;
  leading-trim: both;
  text-edge: cap;

  /* mini */
  font-family: "Hiragino Sans";
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px; /* 127.273% */
  letter-spacing: 1.1px;
}
.number_ticket .nokori{
  margin: 45px auto;
  width: 100%;
  color: var(--BK, #2A2A2A);
  text-align: center;
  leading-trim: both;
  text-edge: cap;
  font-family: "Hiragino Sans";
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 216.667% */
  letter-spacing: 1.2px;
}
.number_ticket .nokori .num{
  color: var(--BK, #2A2A2A);
  leading-trim: both;
  text-edge: cap;
  font-family: Montserrat;
  font-size: 25px;
  font-style: normal;
  font-weight: 800;
  line-height: 38px; /* 152% */
  letter-spacing: 2.5px;
}

.number_ticket .otp{
  margin-bottom: 45px;
}
.number_ticket .otp .title{
  margin: 0 auto;
  color: var(--BK, #2A2A2A);
  text-align: center;
  font-family: "Hiragino Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px; /* 128.571% */
  letter-spacing: 1.4px;
}
.number_ticket .otp .title .red{
  color: var(--red-main, rgba(231, 0, 18, 0.85));
}
.number_ticket .otp .title .bold{
  font-weight: 800;
}

.number_ticket .otp .explain{
  color: var(--BK, #2A2A2A);
  leading-trim: both;
  text-edge: cap;

  /* mini */
  font-family: "Hiragino Sans";
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px; /* 127.273% */
  letter-spacing: 1.1px;
}

.number_ticket .cancel,
.number_ticket .stop,
.number_ticket .call,
.number_ticket .mamonaku{
  width: 100%;
  text-align: center;
  margin: 20px auto;
}

.number_ticket .cancel .title2,
.number_ticket .stop .title2,
.number_ticket .call .title2,
.number_ticket .mamonaku .title2{
  color: var(--BK, #2A2A2A);

  /* 見出し(小) */
  font-family: "Hiragino Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 144.444% */
  letter-spacing: 1.8px;
  margin-bottom: 15px
}
.number_ticket .cancel .comment,
.number_ticket .stop .comment,
.number_ticket .call .comment,
.number_ticket .mamonaku .comment{
  margin-bottom: 15px;
}

.number_ticket .cancel .link,
.number_ticket .stop .link{
  margin: 45px auto;
}
.number_ticket .call .alert{
  margin: 45px auto;
  color: var(--red-main, rgba(231, 0, 18, 0.85));
  text-align: center;

  /* 通常テキスト(英) */
  font-family: Gilroy-Medium;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1.3px;
}
.number_ticket .cancel a,
.number_ticket .stop a{
  color: var(--BK, #2A2A2A);

  /* 通常テキスト */
  font-family: "Hiragino Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1.3px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}

.ui-widget-content{
  border: none;
}


/***** number ticket cancel *****/
.number_ticket_cancel {
  padding: 15px;
}
.number_ticket_cancel .link{
  width: 100%;
  margin: 45px auto;
  text-align: center;
}

/***** entry number ticket *****/
.entry_nticket {
  padding: 15px;
}

input.nticket {
  width: 88%;
}
button.nticket{
  position: static;
  border-radius: 5px;
  margin: 25px 0;
  padding: 0;
  color: var(--white, #FFF);
  leading-trim: both;
  text-edge: cap;

  /* 【SP】見出し(大) */
  font-family: "Hiragino Sans";
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 26px; /* 173.333% */
  letter-spacing: 1.5px;
}

button.nticket::before {
  content: '';
  display: inline-block;
  width: 24px;   /* アイコンの幅 */
  height: 24px;  /* アイコンの高さ */
  background-image: url('/themes/custom/otpt/images/nticket.png'); /* ← アイコンのURL */
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 8px;
  vertical-align: middle;
}

.entry_nticket .help{
  color: var(--red-main, rgba(231, 0, 18, 0.85));
  leading-trim: both;
  text-edge: cap;

  /* mini */
  font-family: "Hiragino Sans";
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px; /* 127.273% */
  letter-spacing: 1.1px;
  margin-bottom: 20px;
}

.entry_nticket .infos,
.number_ticket .infos{
  color: var(--BK, #2A2A2A);
  leading-trim: both;
  text-edge: cap;

  /* mini */
  font-family: "Hiragino Sans";
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px; /* 127.273% */
  letter-spacing: 1.1px;
}
.entry_nticket .infos .row,
.number_ticket .infos .row{
  margin-bottom: 15px;
}

/***** shop nticket *****/
.shop_number_ticket {
  padding: 15px;
}
.shop_number_ticket .reload{
  text-align: center;
  margin-bottom: 20px;
}
.shop_number_ticket .reload a{
  border-radius: 5px;
  border: 1px solid var(--middle-gray, #9A9A9A);
  padding: 8px 10px;

  color: var(--BK, #2A2A2A);
  leading-trim: both;
  text-edge: cap;

  /* mini */
  font-family: "Hiragino Sans";
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px; /* 127.273% */
  letter-spacing: 1.1px;
}
.shop_number_ticket .reload img{
  width: 13px;
}

.shop_number_ticket .tabs{
  display: flex;
  width: 100%;
  margin-bottom: 20px;
}
.shop_number_ticket .tabs a{
  flex: 1;
  text-align: center;
  text-decoration: none;
  padding: 10px 0;
  margin: 2px;
  border-bottom: 1px solid var(--middle-gray, #9A9A9A); 

  color: var(--BK, #2A2A2A);

  /* 通常テキスト(英) */
  font-family: Gilroy-Medium;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1.3px;
}

.shop_number_ticket .tabs a.sel{
  border-bottom: 1px solid var(--red-main, rgba(231, 0, 18, 0.85));
  color: var(--red-main, rgba(231, 0, 18, 0.85));

  /* 通常テキスト(英) */
  font-family: Gilroy-Medium;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1.3px;
}

.shop_number_ticket .opes{
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}
.shop_number_ticket .opes .icon-link {
  display: inline-flex;
  align-items: center;
  text-decoration: none; 
}

.shop_number_ticket .opes .icon-link .icon {
  width: 16px;
  height: 16px;
  margin-right: 2px;
}
.shop_number_ticket .opes .ope{
  color: var(--BK, #2A2A2A);
  leading-trim: both;
  text-edge: cap;

  /* mini */
  font-family: "Hiragino Sans";
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px; /* 127.273% */
  letter-spacing: 1.1px;
  margin-right: 16px;
}

.shop_number_ticket .table {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 18px 0;
  border-radius: 5px;
  overflow: hidden;
  border: 0.5px solid var(--BK, #2A2A2A); 
}

.shop_number_ticket .table-row {
  display: flex;
  flex-direction: row;
}

.shop_number_ticket .table-cell {
  border-top: 0.5px solid var(--BK, #2A2A2A);
  border-left: 0.5px solid var(--BK, #2A2A2A);
  text-align: left;
  padding: 10px;
  display: flex;
  align-items: center;
}
.shop_number_ticket .table-cell.used{
  background: var(--gray, #E7E7E7);
  color: var(--middle-gray, #9A9A9A);
}

.shop_number_ticket .table-cell .stime{
  color: var(--middle-gray, #9A9A9A);
  leading-trim: both;
  text-edge: cap;

  /* mini */
  font-family: "Hiragino Sans";
  font-size: 11px;
  font-style: normal;
  font-weight: 300;
  line-height: 14px; /* 127.273% */
  letter-spacing: 1.1px;
}
.shop_number_ticket .table-cell a {
  margin: auto;
}
.shop_number_ticket .table-row:first-child .table-cell {
  border-top: none;
}
.shop_number_ticket .table-cell .used_info {
  display: flex;
}
.shop_number_ticket .table-cell:first-child,
.shop_number_ticket .table-cell .used_info {
  border-left: none;
  flex-direction: column;
}
.shop_number_ticket .table-cell:first-child .code{
  color: var(--BK, #2A2A2A);
  font-family: "Hiragino Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 171.429% */
  letter-spacing: 1.4px;
}
.shop_number_ticket .table-cell:first-child .code.otp{
  color: var(--red-main, rgba(231, 0, 18, 0.85));
}
.shop_number_ticket .table-cell .used_info .code{
  color: var(--middle-gray, #9A9A9A);

  /* 通常テキスト */
  font-family: "Hiragino Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1.3px;
}
.table-cell:nth-child(1) {
  width: 75px;
}

.table-cell:nth-child(2) {
  width: 30px;
}

.table-cell:nth-child(3) {
  flex: 1; /* 残りは広げる */
}

.shop_number_ticket .table .table-cell.tr {
  background: var(--base, #FAF8F7);
  color: var(--BK, #2A2A2A);

  /* 通常テキスト */
  font-family: "Hiragino Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1.3px;
}

.shop_number_ticket .table .table-cell.used span{
  color: var(--middle-gray, #9A9A9A);

  /* 通常テキスト */
  font-family: "Hiragino Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1.3px;
}

.shop_number_ticket .title{
  margin: 45px auto;
  color: var(--BK, #2A2A2A);
  width: 100%;
  text-align: center;

  /* 通常テキスト */
  font-family: "Hiragino Sans";
  font-size: 13px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 184.615% */
  letter-spacing: 1.3px;
}

