body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
  line-height: 1;
  letter-spacing: 0.02em;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  background: #fafafa;
  position: relative;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 15px;
  }
}

* {
  box-sizing: border-box;
}
.l-wrap {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 4%;
}
.inner{
  max-width: 600px;
  margin: 0 auto;
  padding: 0 1em;
}
.l-wrap {
  padding: 0;
  background: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}
img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
p {
  line-height: 1.6;
  margin-bottom: 0;
}
p:last-child {
  margin-bottom: 0;
}
p small {
  font-size: 80%;
}
p a {
  color: #0076ff;
  text-decoration: underline;
}
hr {
  border: none;
  border-top: 1px dashed #b1cdef;
  margin: 1rem 0;
}
.col-brown{
  color: #da5f29;
}
.tac{
  text-align: center !important;
}
.tar{
  text-align: right !important;
}
.fw-b{
  font-weight: bold !important;
}
.mt1e{
  margin-top: 1em !important;
}
.mb1e{
  margin-bottom: 1em !important;
}
.indent{
  text-indent: -1em;
  padding-left: 1em;
}
sup {
  top: -0.25em;
}
.dib{
  display: inline-block;
}
.posr{
  position: relative;
}
section:not(.kv):not(.otoku):not(.mod_terms){
  margin-bottom: 4em;
  padding: 0 1em;
}
section+section{
  margin-top: 4em;
}
section:last-of-type{
  margin-bottom: 1em !important;
}

/* ------------------------------
header
------------------------------ */
#header_content{
	background-color: #fff;
	padding:2% 0;
	position: relative;
  border-bottom: solid 1px #ccc;
}
#header_content .header-inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header_content img.logoL{
	width: auto;
	height: 25px;
	margin-left: 2%;
}
@media screen and (max-width: 768px) {
	#header_content .header-inner{ height: 30px; }
	#header_content img.logoL{ height: 80%; }
}

/* ------------------------------
contents
------------------------------ */
.to-detail{
  text-align: right;
  font-size: min(3.75vw, 16px);
  margin: 0.25em 0;
}
section.point{
  margin-top: 1em;
}
@media screen and (min-width: 769px) {
  .point h2{
    padding: 0 1em;
  }
}
.point-box{
  margin-top: 1em;
}
.point-box h3{
  border: solid 2px #da5f29;
  line-height: 1;
  padding: 0.5em 1em;
  color: #582c00;
  font-size: min(5vw, 26px);
  background: #f7f0e1;
  display: inline-block;
  border-radius: 8px;
  font-weight: bold;
}
.point-box .point-box-txt{
  margin-top: 0.5em;
  font-weight: bold;
  font-size: min(4.3vw, 24px);
}
.point-box img{
  padding: 0.5em 0 1em;
}
.point-box .point-box-tab-wrap{
  display: flex;
  justify-content: flex-end;
}
.point-box .point-box-tab{
  font-size: min(4vw, 22px);
  font-weight: bold;
  padding: 0.5em;
  background: #fad1b2;
  display: inline-block;
  color: #582c00;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.point-box .present-box{
  color: #582c00;
  background: #f7f0e1;
  font-size: min(5vw, 26px);
  font-weight: bold;
  padding: 1em;
  text-align: center;
}
.point-box .present-box p{
  line-height: 1;
}
.point-box .present-box .present-box-num{
  color: #da5f29;
}
.point-box .present-box .present-box-num i{
  font-size: 160%;
  font-style: normal;
}
.point-box .fukidashi {
  position: relative;
  border-bottom: 2px solid #da5f29;
  max-width: 11em;
  margin: 10px auto 18px;
}
.point-box .fukidashi::before,.point-box .fukidashi::after {
  position: absolute;
  left: 50%;
  bottom: -15px;
  transform: translateX(-50%);
  width: 30px;
  height: 15px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  content: '';
}
.point-box .fukidashi::before {
  background-color: #da5f29;
}
.point-box .fukidashi::after {
  bottom: -12px;
  background-color: #f7f0e1;
}
.point .triangle{
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 50px solid transparent;
  border-left: 50px solid transparent;
  border-top: 30px solid #aaa;
  border-bottom: 0;
  margin: 1.5em auto;
}


/* button */
.btn-primary {
  background: #da5f29;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  font-size: clamp(1rem, 0.063rem + 4.17vw, 1.625rem);
  display: block;
  border-radius: 2em;
  padding: 1em;
  cursor: pointer;
  transition: all 0.5s ease;
  border: 2px solid #da5f29;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-primary.large{
  font-size: clamp(1.25rem, 0.625rem + 2.67vw, 1.625rem);
}
.btn-primary:after {
  content: "";
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: .5em;
  height: .5em;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (min-width: 769px) {
  .btn-primary:hover {
    background: #fff;
    color: #da5f29;
  }
  .btn-primary:hover:after{
    border-top: solid 2px #da5f29;
    border-right: solid 2px #da5f29;
  }
}
/*** floating ***/
.floating-btn{
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
  width: 70%;
  z-index: 1;
  max-width: 320px;
}
.floating-btn .btn-primary{
  width: 98%;
  margin: 5px auto;
  border-radius: 2em;
  padding: 0.5em 1em 0.5em 0.5em;
}
.btn-primary:hover {
  background: #da5f29;
  color: #fff;
}
.btn-primary:hover:after{
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
}

.btn-secondary {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  font-size: clamp(1rem, 0.063rem + 4.17vw, 1.625rem);
  display: block;
  border-radius: 400px;
  padding: 1em;
  cursor: pointer;
  transition: all 0.5s ease;
  position: relative;
  max-width: 460px;
  margin: 0 auto;
}
/* .btn-secondary:after {
  content: "";
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: .5em;
  height: .5em;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
} */
/* @media screen and (min-width: 769px) {
  .btn-secondary:hover {
    background: #fff;
    color: #1B4C86;
  }
  .btn-secondary:hover:after{
    border-top: solid 2px #1B4C86;
    border-right: solid 2px #1B4C86;
  }
} */
#au-id-entry{
  background: #da5f29;
}
#au-id{
  background: #eb7000;
}
#aupay-entry,#aupay-login{
  background: #e39e13;
}
#aupay-entry{
  margin-bottom: 2em;
}
#audenki{
  background: #fff;
  border: 1px solid #333;
  color: #333;
}

.mod_account {
  margin-top: 2.3rem;
  border: 1px solid #ccc;
  border-radius: 7px;
}
.mod_account .ttl {
  font-size: min(5vw, 22px);
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.4;
}
.mod_account .mod_account_txt{
  font-size: min(4.25vw, 20px);
  margin-bottom: 0.75em;
}
.mod_account .box {
  padding: 2rem 0;
  text-align: center;
  border-bottom: solid 1px #ccc;
  margin: 0 0.5rem;
}
/* .mod_account .box .ttl {
  color: #EB7000;
} */

.otoku-contain{
  padding: 1em 1em;
}
.otoku-contain+.otoku-contain{
  margin-top: 1em;
}
.otoku-contain .ttl-otoku-wrap{
  position: relative;
  text-align: center;
  margin-bottom: 1em;
}
.otoku-contain .ttl-otoku-wrap:before{
  content: "";
  width: 100%;
  height: 0;
  border-top: 2px solid #da5f29;
  position: absolute;
  right: 0;
  top: 50%;
}

.otoku-contain .ttl-otoku-cover{
  display: inline-block;
  padding-left: 0.5em;
  padding-right: 0.5em;
  background: #fff;
  position: relative;
}

/* .otoku-contain .ttl-otoku-cover:before{
  margin-right: 1em;
}
.otoku-contain .ttl-otoku-cover:after{
  margin-left: 1em;
} */
.otoku-contain h3{
  font-size: min(5vw, 26px);
  font-weight: bold;
  color: #eb7000;
  height: 2em;
  /* line-height: 1; */
  padding: 0.25em 1em;
  border: solid 2px #eb7000;
  border-radius: 2em;
  position: relative;
  width: 6.25em;
  display: flex;
  align-items: center;
  white-space: nowrap;
  background: #fff;
}
.otoku-contain h3 .otoku-num{
  display: inline-block;
  background: #eb7000;
  border-radius: 50%;
  color: #fff;
  width: 2em;
  height: 2em;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -2px;
  right: -2px;
}
.otoku-contain .otoku-ttl2{
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  line-height: 1.2;
}
@media screen and (min-width: 769px) {
  .otoku-contain .otoku-ttl2{
    font-size: 22px;
  }
}
.otoku-contain .otoku-ttl2 .large{
  color: #da5f29;
  font-size: 160%;
  font-style: normal;
}
.otoku-contain .otoku-img{
  margin: 1em auto 0;
  max-width: 680px;
}
.otoku-contain .otoku-other {
  text-align: center;
  font-weight: bold;
  margin-top: 1em;
}
.otoku-contain .otoku-other a{
  text-decoration: none;
  color: #333;
  position: relative;
  display: inline-block;
  width: 14em;
}
.otoku-contain .otoku-other a:after{
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: solid 2px #333;
  border-right: solid 2px #333;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

/* アコーディン */
.accordion {
  max-width: 600px;
  margin: 0 auto 10px;
  border-bottom: 1px solid #ccc;
}
.accordion summary {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
}
.accordion summary::-webkit-details-marker {
  display: none;
}
.accordion summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 1em;
  margin-top: 2px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  content: '';
  transition: transform .3s;
}
.accordion[open] summary::after {
  transform: rotate(225deg);
  margin-top: 4px;
}
.accordion div {
  color: #666;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: .3em 1em 1.5em;
  transition: transform .5s, opacity .5s;
}
.accordion[open] div {
  transform: none;
  opacity: 1;
}
.accordion div p{
  display: flex;
}
.accordion div p+p{
  margin-top: 0.25em;
}
.accordion div p span{
  white-space: nowrap;
}

/* テーブル */
.otoku-contain .otoku-stage{
  margin: 2em auto 0.25em;
  max-width: 720px;
}
.otoku-contain .otoku-stage table{
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  font-size: 14px;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 769px) {
  .otoku-contain .otoku-stage table{
    font-size: 16px;
  }
}
.otoku-contain .otoku-stage th,.otoku-contain .otoku-stage td{
  padding: 0.75em 0.25em;
  text-align: center;
  border:solid 1px #eb7000;
}
.otoku-contain .otoku-stage th{
  background: #fef6e0;
}
.otoku-contain .otoku-stage td{
  font-weight: bold;
}
.otoku-contain .otoku-stage td span{
  color: #da5f29;
  font-size: 120%;
}
.otoku-contain .otoku-stage .rank{
  color: #fff;
}
.otoku-contain .otoku-stage .regular{
  background: #eb7000;
}
.otoku-contain .otoku-stage .silver{
  background: #a0b3b7;
}
.otoku-contain .otoku-stage .gold{
  background: #c7ad47;
}
.otoku-contain .otoku-stage .premium{
  background: #b368aa;
}

.otoku-contain .otoku-stage-notice{
  font-size: 13px;
}
.otoku-contain .otoku-stage-notice+.otoku-stage-notice{
  margin-top: 0.25em;
}

/* 入金方法 */
.deposit-method h2{
  color: #582c00;
  font-size: min(5.5vw, 28px);
  font-weight: bold;
  padding: 0.5em 0;
  border-top: solid 2px #da5f29;
  border-bottom: solid 2px #da5f29;
  width: 80%;
  max-width: 600px;
  text-align: center;
  margin: 0 auto 1em;
}
.deposit-method h3{
  color: #582c00;
  font-size: min(5vw, 26px);
  font-weight: bold;
  display: flex;
  align-items: center;
  margin-bottom: 0.25em;
  padding-bottom: 0.5em;
  border-bottom: solid 1px #ccc;
}
.deposit-method h3 span{
  font-size: 80%;
  color: #666;
  padding: 0.25em 0.5em;
  background: #ffe699;
  border-radius: 1em;
  margin-right: 0.5em;
}
.deposit-method .recommend+.recommend{
  margin-top: 2em;
}
.deposit-method h4 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(4.75vw, 24px);
  font-weight: bold;
  color: #582c00;
  margin-top: 2em;
  margin-bottom: 0.5em;
  line-height: 1.4;
}
.deposit-method .deposit-method-img{
  margin: 0 auto;
  max-width: 680px;
}
.deposit-method .heading-1 span{
  margin: 0 0.5em;
}
.deposit-method .heading-1:before,.deposit-method .heading-1:after{
  content:"";
  width: 2px;
  height: 1em;
  background: #582c00;
}
.deposit-method .heading-1:before{
  transform: rotate(-40deg);
}
.deposit-method .heading-1:after{
  transform: rotate(40deg);
}
.deposit-method .osusume2-fukidashi-ttl{
  margin-top: 1em;
}
.deposit-method .osusume2-fukidashi-ttl p{
  font-size: min(4.75vw, 24px);
  font-weight: bold;
  color: #d94511;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  /* border: solid 1px #ccc; */
  border-radius: 6px;
}
.deposit-method .osusume2-fukidashi-ttl .circle{
  font-size: 10px;
  color: #fff;
  display: inline-block;
  text-align: center;
  background: #da5f29;
  width: 4em;
  height: 3em;
  line-height: 3em;
  border-radius: 50%;
  margin-right: 0.5em;
  transform: rotate(-13deg);
}

/* ------------------------------
footer
------------------------------ */
.mod_footer {
  text-align: center;
  padding: 2rem 0 100px;
}
@media screen and (min-width: 769px) {
  .mod_footer{
    padding-bottom: 60px;
  }
}
.mod_footer img {
  display: inline-block;
  width: 70px;
}

.mod_footer .footer-requirements3{
  margin-bottom: 1em;
  font-size: 13px;
}

.mod_terms {
  background: #6C6C6C;
  padding: 1.5rem 0;
  margin-top: 0;
}
.mod_terms h5 {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 0.8em;
}
.mod_terms p {
  color: #d5d5d5;
  font-size: 12px;
  line-height: 1.6;
  text-align: justify;
}