@charset "utf-8";
/* Reset CSS */
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+1p:wght@400;800;900&family=M+PLUS+Rounded+1c:wght@300;500;700;800;900&family=Noto+Sans+JP:wght@300;400;500;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Pacifico&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Noto+Sans+JP:wght@300;400;500;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Allura&family=Noto+Sans+JP:wght@300;400;500;900&family=Noto+Serif+JP:wght@500;900&display=swap');
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.5;
  display: block;
  width: 100%;
  margin: auto;
  font-size: 18px;
  background: rgb(237 255 220);
  background: linear-gradient(111.81550284439675deg, rgb(255 255 255 / 59%) 12.352864469091097%,rgb(228 247 255) 12.352864469091097%,rgba(207, 252, 245,1) 94.48828451335429%);  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
}

ol, ul, dl {
  list-style: none;
  line-height: 1.7;
}
ul {
  margin: 0;
  padding: 0;
  border: 0;
}
li {
  padding-top: 0;
  list-style: none;
  margin-bottom: 0.4em;
}
header {
  position: fixed;
  width: 100%;
  height: 70px;
  background: #000000cc;
  margin:0;
  padding: 0;
  text-align: right;
  z-index: 100;
}
#wrap {
  max-width: 1300px;
  margin: 0 auto;
 }
.inner {
  margin: 0 2%;
  padding: 40px 0 0px;
}
.inner02 {
  margin: 0 4%;
  padding: 40px 0 0px;
}
/* Nav items */
.menu {
  list-style: none;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0;
  margin-top: 70px;
  padding: 0 0 5px;
  clear: both;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
  transform: scale(1, 0);
  transform-origin: top;
  background: #48484887;
}

/* Hamburger menu button */
.menu-btn:checked ~ .menu {
  transform: scale(1, 1);
  transform-origin: top;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

/* Hamburger menbu text */
.menu a {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 14px;
  text-transform: capitalize;
  color: rgb(245 255 235);
  opacity: 0;
  transition: 0.5s;
}

.menu a span {
  text-decoration: none;
  font-weight: 500;
  letter-spacing: 2px;
  font-size: 16px;
  text-transform: capitalize;
  color: #FFF;
  opacity: 0;
  transition: 0.5s;
  margin: 0 5px;
}

.menu li {
  border-top: 0px solid rgb(75, 75, 75);
  padding: 10px 4% 5px 10px;
  margin: 0 auto;
 font-weight: 500;
  letter-spacing: 2px;
  font-size: 12px;
  text-transform: capitalize;
  color: rgb(245 255 235);
  opacity: 0;
  transition: 0.5s;
}

.menu-btn:checked ~ .menu a,
.menu-btn:checked ~ .menu a span,
.menu-btn:checked ~ .menu li {
  opacity: 1;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.2s;
}

.menu-btn {
  display: none;
}

.menu-icon {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding: 24px 14px;
  margin: 7px 5px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.navicon {
  background: #ffffff;
  display: block;
  height: 3px;
  width: 26px;
  position: relative;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before,
.navicon:after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  background: #ffffff;
  transition: 0.3192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}

.navicon:before {
  top: 9px;
}

.navicon:after {
  bottom: 9px;
}

/* Hamburger Menu Animation Start */
.menu-btn:checked ~ .menu-icon .navicon:before {
  transform: rotate(-45deg);
}

.menu-btn:checked ~ .menu-icon .navicon:after {
  transform: rotate(45deg);
}

.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before {
  top: 0;
}
.menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {
  bottom: 0;
}

.menu-btn:checked ~ .menu-icon .navicon {
  background: rgba(0, 0, 0, 0);
  transition: 0.2192s cubic-bezier(0.04, 0.04, 0.12, 0.96) 0.1008s;
}
/* Hamburger Menu Animation End */

/* Navbar Container */
.navtext-container {
  width: 100%;
  height: 75px;
  position: absolute;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Navbar Text */
.navtext {
  position: absolute;
  text-transform: uppercase;
  letter-spacing: 4px;
  z-index: 999;
}
.navtext span {
  font-family: 'Allura', cursive;
  font-size: 60px;
  padding: 0 5px 0 0;
}

@media (min-width: 500px) {
  header {
    height: 90px;
  }
  .navicon {
    display: none; /* .navicon（三本線）を非表示にする */
  }

  .menu {
    transform: scale(1, 1); /* .menuを表示 */
    display: block;
    margin-top: 90px;
    opacity: 1; /* メニューを表示 */

  }

  .menu li {
    display: inline-block;
    margin: 0 10px;
    opacity: 1;
    padding: 10px 0 5px 10px;
    font-size: 14px;
  }

  .menu a {
    font-size: 14px;
    opacity: 1; /* メニュー項目を表示 */
  }
  .menu a span {
    opacity: 1; /* メニュー項目を表示 */
    margin: 0 0 0 0;
    font-size: 18px;
    
  }
  .navtext-container {
    justify-content: flex-start;
    height: 90px;
  }
  .navtext {
  padding: 0 0 0 10px;
}
}
@media (min-width: 500px) and (max-width: 948px)  {
  .menu {
    transform: scale(1, 1); /* .menuを表示 */
    display: block;
    margin-top: 45px;
    opacity: 1; /* メニューを表示 */
  }
  .menu li {
    display: inline-block;
    margin: 0 0;
    opacity: 1;
    padding: 10px 1% 5px 10px;
    font-size: 10px;
  }
  .menu li a {
    font-size: 10px;
  }
  .menu a span {
    opacity: 1; /* メニュー項目を表示 */
    margin: 0 0 0 0;
    font-size: 12px;
  }
  .navtext span {
      font-size: 80px;
  }
}

header img {
  margin: 5px 10px 20px;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
.bnr {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.bnr img {
  margin :10px auto 0;
  padding : 0 2px 0;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
}

.footer {
  color: rgb(95 94 89);
  padding: 10px 0 0;
}

a {
  text-decoration: none !important;
  color: #00a3b6;
}
a:active {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
  opacity: 0.8;
  filter: alpha(opacity=80) !important;
  -ms-filter: "alpha( opacity=80 )";
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}
pre {
  margin: 0;
  color: #FFF;
  font-size: 11px;
  white-space: -moz-pre-wrap; /* Mozilla */
  white-space: -pre-wrap; /* Opera 4-6 */
  white-space: -o-pre-wrap; /* Opera 7 */
  white-space: pre-wrap; /* CSS3 */
  word-wrap: break-word; /* IE 5.5+ */
}
hr {
  border-style: none;
}
.robot {
  font-family: 'Roboto', sans-serif;
}
*, *:before, *:after {
  box-sizing: inherit;
}
.caption {
  margin: 5px 0 5px;
  padding: 0 0 0 5px;
  font-size: 14px;
}
.img_40 {
  width:38%;
}
.img_50 {
  width:40%;
}
.img_70 {
  width:60%;
}
#h1 {
 font-size: 24px;
 font-weight: 800;
 color: #FFF;
 font-family: 'Noto Serif JP', serif;
}

#h1 a {
  color: #FFF;
}
#h1 img {
  width: 100%;
  height: auto;
  min-height: 1px;
  margin: 0;
  vertical-align: bottom;
  line-height: 0;
}
h2 {
  display: block;
  position: relative;
  text-align: left;
  height: 80px;
  line-height: 80px;
  color: rgb(95 94 89);
  font-size: 40px;
  box-sizing: border-box;
  width: 100%;
  margin: 120px auto 20px;
  font-weight: 900;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 1px;
}

h2::before{
  content: "Works";
  font-size: 130px;
  font-family: 'Allura', cursive;
  font-weight: 900;
  opacity: 0.8;
  color: #cbe3e96e;
  position: absolute;
  top: -30px;
  z-index: -10;
}
h2 img {
  margin: 0 0 0;
  padding: 0;
  width: 100%;
  vertical-align: top;
}
h3 {
  position: relative;
  text-align: center;
  color: rgb(95 94 89);
  margin: 0 auto 50px;
  font-weight: 900;
  font-family: 'Noto Serif JP', serif;
  text-shadow: none;
  font-size: 30px;
  line-height: 1.6;
  padding: 1rem 2rem calc(1rem + 10px);
  background: #e0f8fd;
  transform: rotate(-2deg);
  letter-spacing: 1px;
}

h3:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  /* border: 3px solid #bcff79; */
  border: 2.5px solid #525b5d33;
  transform: rotate(-1.5deg);
  z-index: -2;
}

h3 span {
  font-family: 'Allura', cursive;
  font-size: 90px;
  line-height: 1;
  position: absolute;
  bottom: 0;
  color: #FFF;
  left: 0;
  z-index: -1;
}
h4 {
  color: rgb(95 94 89);
  font-weight: 700;
  width: 100%;
  border-bottom: rgb(143 122 90) 0 solid;
  margin: 26px auto 14px;
  text-align: center;
  font-size: clamp(23px, 2vw, 14px);
  padding: 0.5em 0 0.6em;
  line-height: 1.2;
  border-radius: 0;
  font-family: 'Noto Serif JP', serif;
  letter-spacing: 1px;
}
h5 {
    display: block;
    font-weight: bold;
    font-size: 20px;
    line-height: 1.6;
    color: rgb(95 94 89);
    border-bottom: solid 2px;
    padding: 0 0 3px;
    margin: 0 auto 15px;
    letter-spacing: 1px;
    font-family: "M PLUS 1p", sans-serif;
}
h6 {
  margin: 5px 0 5px;
  text-align: right;
}
#intr {
  width:96%;
  margin: 0 auto;
}
#intr h2 {
  margin: 160px auto 20px;
}
#intr h2::before{
  content: "Intro";
}
#intr02 {
  width:96%;
  margin: 0 auto;
}
#intr02 h2 {
  margin: 160px auto 20px;
}
#intr02 h2::before{
  content: "Interlude";
}
#intr03 h2 {
  margin: 160px auto 20px;
}
#intr03 h2::before{
  content: "Pleasure";
}
#skill {
  width:96%;
  margin: 0 auto;
}
#skill h2::before{
  content: "Skills";
}
#car {
  width:96%;
  margin: 0 auto;
}
#hist h2::before{
  content: "History";

}
#car h2::before{
  content: "History";
}

#details {
  margin: 0 auto 200px;
  padding: 0 0;
  box-sizing: border-box;
  width: 96%;
}
#details h2::before{
  content: "about me";
}
#details h4 {
  background-image: linear-gradient(to right, #868686 4px, transparent 4px);
  background-size: 10px 1px;
  background-repeat: repeat-x;
  background-position: left top;
  padding: 20px 0 0 0;
   }
#details h4:first-child {
    background-image : none;
    padding:0;
   }


#details .dtl_box {
  margin: 0 auto 0;
  padding: 10px 0 20px;
  width: 100%;
  overflow-x: hidden;
  border-radius: 0 0 40px 40px;
  color: rgb(16 16 16);
  box-sizing: border-box;
  background: rgb(255 255 255 / 100%);
}


#details ul {
  padding-inline-start: 10px;
  margin-block-end: 0;
  margin: 5px 0 0;
  list-style: none;
  line-height: 1.6;
  padding: 4px 8px;
  border-bottom: rgb(143 122 90);
}
#details .m_2010 {
  margin: 0;
}
#details li {
  padding-top: 0px;
  list-style: none;
  margin-bottom: 0.4em;
}
#details ol {
  padding-inline-start: 10px;
  margin-block-end: 0;
  margin: 0 0 0 1.5em;
  line-height: 1.4;
  padding: 4px 8px;
}
#details ol li {
  list-style-type: decimal !important;
}

.txt_white {
  color: #fff;
}
.txt_r {
  text-align: right;
}
.txt_c {
  text-align: center;
}
.f_b {
  font-weight: bold;
}
.txt_l {
  text-align: left;
}
.f_y {
  color: rgb(254 162 25);
  border-bottom: 0px solid #FFF;
  margin: 0 2% 0px !important;
  padding: 0 0 5px;
}
/* Google Play */
.f-rbt {
  font-family: 'Roboto', sans-serif;
}
br.pc_none {
  display: none;
}

.f_s {
  font-size: 80% !important;
}

#navi.area {
  /*	background :#b0cf01; */
  padding: 22px 0;
}


.btn_dtl {
  padding: 20px 16px;
  border-radius: 50px;
  width: 90%;
  border: 0 solid rgb(95 94 89);
  margin: 15px auto;
  position: relative;
  max-width: 960px;
  background: rgb(255, 255, 255);
}
.btn_dtl a {
  color: rgb(0 0 0);
}
.btn_dtl::after {
  content: "";
  top: 50%;
  right: 10px;
  width: 10px;
  height: 10px;
  margin: -6px 14px 0 0;
  position: absolute;
  border-bottom: 3px solid;
  border-right: 3px solid;
  transform: rotate(45deg);
}

@media screen and (max-width:500px) {
header img {
    margin: 0px 8px 15px;
  }
body {
  font-size: 14px;
  }

  .inner {
    margin: 0 2%;
    padding: 20px 0 0px;
  }
  .inner02 {
    margin: 0 4%;
    padding: 20px 0 0px;
  }
  h3 {
    font-size: 20px;
  }
  .caption {
    margin: 5px 0 5px;
    font-size: 10px;
    padding: 0px 0 10px;
}
  .tw_box {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    flex-flow: column nowrap;
    margin: 0px auto;
    flex-direction: column;
    align-items: flex-start;
  }
  .tw_box .sml {
    display: inline-block;
    padding: 10px 0 10px 10px;
    font-weight: bold;
    border-radius: 30px;
  }
  .tw_box .lrg {
    font-size: 110%;
    margin: 0px 0 0;
    padding: 0 0 0 10px;
  }
  .btn_dtl::after {
    margin: -6px 5px 0px 0px;
}
}
@media screen and (max-width:360px) {
  body {
    font-size: 12px;
    }
  }


.p_cont {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 2.5% 0;
  /*   border:solid 3px black;
  border-radius: 15px;
  background:#fff;
  padding:10px; */
}
.p_cont_box {
  width: 50%;
  margin: 0 4px;
  padding: 0;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
}
.p_cont_box img {
  width: 100%;
}
@media screen and (max-width:500px) {
   #h1 {
    font-size: 26px;
   }
   h2 {
    font-size: 30px;
    margin: 80px auto 20px;
  }
  #intr h2 {
    margin: 100px auto 20px;
  }
  #intr02 h2 {
    margin: 100px auto 20px;
  }
  h2::before{
    font-size: 100px;
  }
  h5 {
    font-size: 18px;
  }

  .cprt ul {
    padding-inline-start: 20px;
    padding-inline-end: 20px;
  }
}

@media screen and (max-width: 460px){
h2 {
    font-size: 25px;
    margin: 80px auto 20px;
    line-height: 20px;
}
}
@media screen and (max-width: 380px){
  h2 {
    font-size: 22px;
    line-height: 30px;
    }
}

.pc {
  display: block;
  border: double 7px black;
  border-radius: 30px;
  margin: 20px;
  padding: 0 0 10px;
  background: #FFF;
  font-weight: bold;
}
.sp {
  display: none;
}
.sp02 {
  display: none;
}
.qr_box {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 2.5% 1.5%;
}
.qr_box_item {
  width: 50%;
  margin: 0 4px;
  padding: 0;
  text-align: center;
}


.indent {
  padding-left: 1em;
  text-indent: -1em;
}
.b_dot li {
  list-style-type: none;
  position: relative;
  padding-left: 0.9em;
}
.b_dot li:before {
  border-radius: 50%;
  width: 5px;
  height: 5px;
  display: block;
  position: absolute;
  left: 0.2em;
  top: 0.5em;
  content: "";
  background: rgb(143 122 90);
}
.n_dot li:before {
  display: none;
}

#thanks .cp_box {
  margin: -3px auto 0;
  padding: 3% 2.5% 0;
  background: rgb(95 94 89);
  background: linear-gradient(180deg, rgb(104, 169, 255) 0%, rgb(43 14 72) 80%);
  color: #FFF;
  overflow-wrap: normal;
}
#thanks::before {
  background-image: url();
  content: "";
  display: block;
  padding-top: 13.35%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width:460px) {
  #thanks::before {
    background-image: url();
    content: "";
    display: block;
    padding-top: 14%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: contain;
  }
}
#thanks::after {
  background: url() rgb(95 94 89);
  content: "";
  display: block;
  padding-top: 47%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
#contact {
  margin: 40px 0 20px;
  padding: 0 0px 0px;
  font-size: 16px;
  overflow: hidden;
}
#contact a {
  color: rgb(95 94 89);
}


#contact h4 {
  width: 100%;
  font-size: clamp(16px, 2vw, 16px) !important;
  margin: 25px auto 6px;
  border-bottom: none;
}
#contact h4::after {
  display: none;
}
#contact .contact {
  margin: -0 auto 0;
  box-sizing: border-box;
  padding: 0 0 0;
  font-size: 14px;
  background: #FFF;
}
#contact .f_box {
  display: flex;
}
#contact .f_item {
  width: 50%;
}
#contact dl dt {
  font-weight: bold;
}
#contact dl dt span {
  font-weight: bold;
  font-size: 1.1em;
}
#contact dl dd {
  font-weight: normal;
  margin-left: 0;
  margin-bottom: 1rem;
}
#contact dl dd span {
  font-weight: bold;
}
#info {
  padding: 0 0 20px;
  font-size: 16px;
  background: #fed700;
}
#info img {
  max-width: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  vertical-align: bottom;
  height: auto;
}
button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  width: 100%;
  background: none;
  border: none;
  box-sizing: border-box;
  padding: 0;
  margin:0;
  font-weight: bold;
  cursor: pointer;
  font-family: 'M PLUS 1p', sans-serif;
  font-size: 22px;
  text-align: center;
}
button a {
color: #fff;
}

@media (max-width:600px) {
  #button1, #button2, #button3 {
    font-size: calc(1.15rem - 0.85vw);
  }
}

@media (max-width :540px) {
 button {
  font-size: 18px;}
}
@media (max-width :500px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
    width: 100%;
  }
  
}
/* max-width:460px--------------------------------------------------------- */
@media (max-width:500px) {
  br.pc_none {
    display: inline;
  }
  
  .annotation {
    font-size: calc(5.2vw + .12rem);
    margin-bottom: 10px;
  }
  .annotation:after {
    bottom: -10px;
    left: 50%;
    margin: 0 0 0 -12px;
    border-right: 10px solid transparent;
    border-top: 10px solid #f61a53;
    border-left: 10px solid transparent;
  }
  #details {
    margin: 20px auto 150px;
  }
    #details ul {
      padding-inline-start: 10px;
      margin-block-end: 0;
      margin: 5px 0 0;
      list-style: none;
      padding: 4px 8px;
    }
    #details h4 {
      font-size: 18px;
    }
    #details h4::before, h4::after {
      margin: 10px 5px -1px;
    }
  }
@media screen and (max-width:370px) {
    button {
     font-size: 14px;
    }
  p {
    line-height: 1.6;
  }
  li, h4, h5 {
    line-height: 1.6;
  }
  h2 img {
    margin: 0 0 0;
    padding: 0;
    width: 100%;
    vertical-align: top;
  }

  h5 {
    display: block;
    position: relative;
    margin: 10px 0 15px !important;
    line-height: 1.6;
    width: 100%;
    padding: 3px 0 3px 0;
  }
  h5::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 8px;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
    border-top: 3px solid rgb(95 94 89);
    border-right: 3px solid rgb(95 94 89);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

@media all and (-ms-high-contrast:none) {
  *::-ms-backdrop, .grid {
    display: inline-block;
  }
  *::-ms-backdrop, .item {
    width: 48%;
    max-width: 48%;
    margin: 2px 1% 0;
    float: left;
  }
  *::-ms-backdrop, .item:after, .item:before {
    content: "";
    clear: both;
    display: block;
  }
  *::-ms-backdrop, #cpn_shops .item p {
    font-size: 86%;
  }
}
/* Policy */
#policy {
  background: #ccc;
}

/* =================================
font size
================================= */

.f_o {
  color: #eb5505;
}
.bule_back {
  background: rgb(43 14 72)057;
}
.f_p {
  color: rgb(242, 9, 129);
}
.f_g {
  color: #767778;
}
.blue_font {
  color: rgb(95 94 89);
}




/* #bf0808 */
.dis_box {
  text-align: center;
  background: #FFF;
  padding: 20px;
  margin: 0;
}
/*.dis{
  display: inline-block;
  padding: 0 0 10px;
  margin: 1em auto 0;
  text-align: center;
  color:#FFF;
  font-size: 1.2em;
  border-bottom: solid 4px;
  background :#FFF;

}

@media (max-width: 460px) {
.dis{
  display: inline-block;
  padding: 0 0 10px;
  margin: 1em auto 0;
  text-align: center;
  color:#FFF;
  font-size: 1.2em;
  border-bottom: solid 4px;
}
}
*/

.optout a {
  color: rgb(95 94 89) !important;
}

/* Slider */

#slider {
  padding: 0;
  margin: 120px auto 0;
  width: 96%;
  height: auto;
  box-sizing: border-box;

}
#slider .sw_div {
  margin: 50px auto 20px;
}

#sld .sw_div02 {
  margin: 20px auto 20px;
}
#slider h3 {
  margin: -30px auto 40px;
}
#slider h3 a {
  color: rgb(95 94 89);
  margin-top: 80px;
}
#slider h4 {
  position: relative;
  font-weight: bold;
  padding: 15px 0px 15px 0;
  color: #424242;
  text-align: right;
  font-size: 30px;
  background: #ffffff;
  margin: 6% 2px 6% 100px;
  border-bottom: solid 4px #79fee9;
  transform: rotate(-1.5deg);
}
#slider h4::before {
  content: ""; 
  position: absolute;
  top: -4px;
  border-bottom: solid 3px #b7ff6e;
 /* border-bottom:3px solid #adffee;*/
  transform: rotate(-2deg);
  left: 0; /* 左端から始まる */
  width: 100%; /* 横幅を 100% に設定 */
}

#slider a {
  color: #00ffbc;
}
#slider p {
 margin: 0 auto 20px;
}
#slider .sld_item {
  margin: 0 0 60px 0;
  width: 750px;
  position: relative;
}
.swiper {
  width: min(100%, 960px);
  height: auto;
}
.swiper-slide {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: rgb(95 94 89);
}
.slider-thumbnail .swiper-slide {
  width: 100%;
  opacity: .5;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  padding-bottom: 0;
}
.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}
.slider-thumbnail img {
  max-width: 150px;
  aspect-ratio: 9 / 9;
  object-fit: cover;
  object-position: 50% 0;
}
@media (max-width :585px) {
  #slider h4 {
    font-size:26px;
  }
}
@media (max-width :556px) {
  #slider h4 {
    font-size:24px;
  }
}
@media (max-width :500px) {
  #slider {
    margin: 60px auto 0;
  }
  #slider .sw_div {
    margin: 30px auto 10px;
  }
 #slider h3 {
    margin: -20px auto 20px;
  }
  #slider h4 {
    padding: 15px 0px 15px;
    text-align: center;
    font-size: 20px;
    margin: 0 0 5% 0;
  }
}
#slider .n_cont {
  position: relative;
  margin:0;
}
#slider .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  -webkit-tap-highlight-color: rgb(95 94 89);
  tap-highlight-color: rgb(95 94 89);
  outline: none;
  font-family: "Font Awesome 5 Free";
  content: '\f138';
  font-size: 30px;
  font-weight: 900;
  color: rgb(95 94 89);
  opacity: 0.7;
}
#slider .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  -webkit-tap-highlight-color: rgb(95 94 89);
  tap-highlight-color: rgb(95 94 89);
  outline: none;
  font-family: "Font Awesome 5 Free";
  content: '\f137';
  font-size: 30px;
  font-weight: 900;
  color: rgb(95 94 89);
  opacity: 0.7;
}

#sns_s {
 margin: 40px 0;
}
#sns_s .shop_bln:after {
  display: none;
}

#sns_s .shop_bln:before {
  border: solid transparent;
  content: '';
  height: 0;
  width: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 50%;
}

.sns {
  background: rgb(255 255 255 / 88%);
  box-sizing: border-box;
  border-radius: 30px;
  text-align: center;
  font-weight: bold;
  max-width: 96%;
  color: rgb(95 94 89);
  margin: 40px auto 40px;
  padding: 25px 10px 5px;
  -webkit-filter: drop-shadow(6px 6px 0px rgb(160 160 160));
  -moz-filter: drop-shadow(6px 6px 0px rgb(160 160 160));
  -ms-filter: drop-shadow(6px 6px 0px rgb(160 160 160));
  filter: drop-shadow(6px 6px 0px rgb(160 160 160));
}
.sns_box {
  display: flex;
  justify-content: center;
  padding: 20px;
}
.sns_box li {
  margin: 0 10px 0;
}
.sns_box li img {
  width: 50px;
  height: auto;
}
@media (max-width :460px) {
  /*
  #slider .swiper-button-prev,
  #slider .swiper-button-next {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 100px);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 10px;
    margin-right: 10px;
    z-index: 20;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
  }
  #slider .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    -webkit-tap-highlight-color: rgb(95 94 89);
    tap-highlight-color: rgb(95 94 89);
    outline: none;
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-size: 20px;
    font-weight: 900;
    color: rgb(255, 255, 255);
  }
  #slider .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    -webkit-tap-highlight-color: rgb(95 94 89);
    tap-highlight-color: rgb(95 94 89);
    outline: none;
    font-family: "Font Awesome 5 Free";
    content: '\f137';
    font-size: 20px;
    font-weight: 900;
    color: rgb(255, 255, 255);
  }
  #slider .swiper-button-prev,
  #slider .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 1px);
  right: auto;
}

#slider .swiper-button-next,
#slider .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 1px);
  left: auto;
}
*/
#slider .swiper-button-prev,
  #slider .swiper-button-next {
    position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
  }
  #slider .swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
    outline: none;
    font-family: "Font Awesome 5 Free";
    content: '\f138';
    font-size: 20px;
  }
  #slider .swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
    outline: none;
    font-family: "Font Awesome 5 Free";
    content: '\f137';
    font-size: 20px;
  }
  #slider .swiper-button-prev,
  #slider .swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 1px);
  right: auto;
}

#slider .swiper-button-next,
#slider .swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 1px);
  left: auto;
}
  .sns {
    margin: 30px 10px 30px;
  }

}
/* entry_btn 
------------------------------------------------------------- */
.campaign__container-floating-footer {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background-color: rgba(0, 0, 0, .7);
  padding: 5px 0 0;
  z-index: 1;
  box-sizing: border-box;
}
.campaign__schedule {
  display: none;
}
.campaign__container-finish {
  background: rgba(0, 0, 0, .7);
  max-width: 960px;
  margin: 10px auto 0;
  position: fixed;
  bottom: 48px;
  padding: 10px 0;
  left: 0;
  right: 0;
  z-index: 999;
  box-sizing: border-box;
}
.campaign__container-finish .btn-primary {
  background-color: #ccc;
  color: rgb(95 94 89);
  border: rgb(95 94 89) solid 4px;
  border-radius: 30px;
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
}
.btn-primary {
  color: #FFF!important;
    border-radius: 5px;
    width: 90%;
    max-width: 900px;
    margin: 15px auto 15px;
    padding: 20px 0;
    box-sizing: border-box;
    border: 2px solid rgb(255 255 255);
    font-family: 'M PLUS 1p', sans-serif;
    font-weight: bold;
    text-align: center;
    background: rgb(95 94 89);
}
.btn-primary a:hover{
  opacity: 0.8;
}
#ft_btn {
    display: block;
    background: rgb(95 94 89);
    text-align: center;
    color: #fff;
    width: 100%;
    margin: 0 auto 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-sizing: border-box;
}

@media (max-width :500px) {

  #ft_btn {
    display: block;
    background: rgb(95 94 89);
    text-align: center;
    color: #fff;
    width: 100%;
    margin: 0 auto 0;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999;
    box-sizing: border-box;
  }
  #ft_btn p {
    font-size: 120%;
  }
  
}
/* skill
------------------------------------------------------------- */

#skill .Skl {
  color: rgb(16 16 16);
  width: 96%;
  margin: 0 auto 0;
  background-image: linear-gradient(to right, rgb(134, 134, 134) 2px, transparent 2px);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
    padding: 0 0px 0px;
  box-sizing: border-box;
}

#skill .Skl[data="lst"]{
  background-image:none;
}

#skill .Skl summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 1em 2em 1em 32px;
  background-image: url('data%3Aimage%2Fsvg+xml%3Bcharset%3Dutf8%2C%3Csvg+xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22+viewBox%3D%220+0+28+28%22%3E%0D%0A++++%3Ccircle+cx%3D%2214%22+cy%3D%2214%22+r%3D%2214%22+style%3D%22fill%3A%23FFF%3B%22%2F%3E%0D%0A%3C%2Fsvg%3E');
  background-position: right calc(1.35em - 7px) top 20px;
  background-size: 22px;
  background-repeat: no-repeat;
  color: rgb(95 94 89);
  font-weight: 600;
  cursor: pointer;
}

#skill .Skl summary::-webkit-details-marker {
  display: none;
}

#skill .Skl summary::after {
  transform: translateY(-25%) rotate(45deg);
  position: absolute;
  right: 24px;
  top: 27px;
  width: 5px;
  height: 5px;
  border-bottom: 3px solid rgb(95 94 89);
  border-right: 3px solid rgb(95 94 89);
  content: "";
  transition: transform 0.3s ease 0s;
}

#skill .Skl[open] summary::after {
  transform: rotate(225deg);
}

#skill .Skl span {
  position: relative;
  padding: 0 0 0 15px;
  color:rgb(95 94 89);
}
#skill .Skl span::before {
  position: absolute;
  content: "Q";
  padding: 0px;
  font-size: 24px;
  inset: -5px 0px 0px -20px;
  font-weight: bold;
  font-family: 'Allura', cursive;
  color: #ccc;
}

#skill .Skl p {
  position: relative;
  margin: 0 0 0 0;
  padding: 1.5em 0 1.5em 38px;
  color: #333333;
  background-image: linear-gradient(to right, rgb(179, 179, 179) 2px, transparent 2px);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    background-position: left top;
}
#skill .Skl .ans_idt {
  padding: 1.5em 0px 1.5em 48px;
  text-indent: -0.9em;
  margin: 0 0 0 0;
}
#skill .Skl .ans {
  display: block;
}
#skill .Skl .ans::before {
  position: absolute;
    content: "A";
    font-size: 24px;
    inset: -3px 0 0 -20px;
    font-weight: bold;
    font-family: 'Allura', cursive;
    color: rgb(150 255 43);
}
#hist {
  color: rgb(16 16 16);
  margin: 40px 0;
}
#Sk {
  width: 100%;
  margin: 0 auto 0;
  line-height: 1;
  padding: 0 0;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  box-sizing: border-box;
}
#Sk .two_box {
  display: flex;
  margin: 0px 0px 10px;
  padding: 0px 0px 20px 0;
  width: 100%;
  place-content: flex-start space-between;
  flex-flow: row wrap;
  align-items: flex-start;
  background-image: linear-gradient(to right, rgb(134, 134, 134) 4px, transparent 4px);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    background-position: left bottom;
  justify-content: space-around;
  align-content: flex-start;
}
#Sk .two_box:last-child {
  background-image: none;
}
#Sk h4 {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  font-size: clamp(20px, 2vw, 17px);
  justify-content: flex-start;
  color: rgb(85, 85, 85);
  padding: 0 0 0 0;
  margin: 20px auto 20px;
  background: #fff;
}
#Sk p {
  padding: 0 0 0 10px;
  text-align: left;
}

#Sk dl {
  border-bottom: 1px solid #efefef;
  margin: 40px auto 0;
  padding: 0;
}
#Sk dl:first-child {
  margin: 10px auto 0;
}
#Sk dl:last-child {
  border-bottom: none;
}
#Sk dd {
  width: 100%;
  margin: 0 auto 0;
}
.skl_ttl {
  font-weight: bold;
  font-size: 22px !important;
  color: rgb(95 94 89);
  text-align: center;
  position: relative;
  line-height: 1.5;
  padding: 0;
  letter-spacing: 0.03em;
  margin: 0px 0 15px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-perspective: 500px;
  perspective: 500px;
  cursor: pointer;
  border-radius: 20px;
}

.skl_ttl:after {
  content: "";
    position: absolute;
    top: 40%;
    left: 160px;
    width: 17px;
    height: 17px;
    border-top: 4px solid rgb(95 94 89);
    border-right: 4px solid rgb(95 94 89);
    transform: rotate(135deg);
}
.skl_dtl {
  display: none;
  margin-left: 0;
  padding: 10px;
}
.skl_ttl[data-is-open="true"] + .skl_dtl {
  display: block;
  padding: 0px;
  line-height: 1.7;
  font-weight: normal;
  font-size: 16px;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  position: relative;
}
.skl_ttl[data-is-open="true"] {
  border-radius: 20px;
  margin: 0 0 0;
}
.skl_ttl[data-is-open="true"] + .skl_dtl::before {
  content: "";
  position: absolute;
  top: 23px;
  left: 0;
  width: 25px;
  height: 25px;
  box-sizing: border-box;
  background: url() no-repeat center center;
  background-size: contain;
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.skl_ttl[data-is-open]::after {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}
.skl_ttl[data-is-open="true"]::after {
  -webkit-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

@media (max-width:500px) {
  .skl_ttl {
    font-size: 18px !important;
  }
  .skl_ttl:after {
    left: 110px;
    top: 40%;
  }

  #Sk dl {
    line-height: 1.5;
  }
  #Sk h4 {
    justify-content: center;
    margin: 20px auto 15px;
    font-size: clamp(18px, 2vw, 17px);
  }
  #Sk .item img {
    width: 100%;
    border: 2px solid #ccc;
    border-radius: 20px;
    margin: 0 0 0 5px;
}
  .skl_ttl[data-is-open="true"] + .skl_dtl {
    display: block;
    padding: 0px;
    line-height: 1.7;
    font-weight: normal;
    font-size: 14px;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    position: relative;
  }
  .skl_ttl[data-is-open="true"] + .skl_dtl::before {
    content: "";
    position: absolute;
    top: 22px;
    left: -10px;
    width: 25px;
    height: 25px;
    box-sizing: border-box;
    background-size: contain;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .skl_ttl[data-is-open]::after {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .skl_ttl[data-is-open="true"]::after {
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
}

@media (max-width:360px) {

  .skl_ttl {
    padding: 20px 5px 20px 0;
    text-align: center;
    font-size: 14px !important;
  }

}

.two_box {
  display: flex;
  margin: 0 0 0;
  padding: 0;
  width: 100%;
  align-content: flex-start;
  justify-content: space-between;
  text-align: left;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-items: stretch;
  padding: 0 1px;
}

.item {
  width: 49%;
  padding: 0 0 0 0;
  box-sizing: border-box;
  padding: 0 0 0 0;
  background: #FFF;
  border-radius: 0;
}
.p10 {
  padding:15px 20px 20px;
 }

@media (max-width:500px) {
.two_box {
  display: flex;
  margin: 0 0 0;
  padding: 0;
  width: 100%;
  align-content: flex-start;
  justify-content: space-between;
  text-align: left;
  flex-direction: column-reverse;
  flex-wrap: wrap;
  align-items: center;
}
.two_box h4 {
  order: 2;
 }
 .two_box h5 {
  order: 1;
  background: #fff;
}
.item  {
  width: 100%;
  padding: 0 0 0 0;
  box-sizing: border-box;
}
.p10 {
  padding:15px 10px 20px;
 }

}

.i_pd10 {
  width: 80% !important;
  margin: 0 auto;
}
.three_box {
  display: flex;
  margin: 0 0 10px;
  padding: 0;
  width: 100%;
  align-items: center;
  align-content: flex-start;
  justify-content: space-between;
  text-align: left;
  flex-direction: row;
  flex-wrap: wrap;
}
.three_box .item {
  width: 30%;
  box-sizing: border-box;
}
.three_box .item img {
  width: 100%;
  padding: 0 0 0 5px;
}
.two_box_c {
  display: flex;
  margin: 0 0 10px;
  padding: 0 7px 0 7px;
  width: 100%;
  align-items: center;
  align-content: flex-start;
  justify-content: space-between;
  text-align: left;
  flex-direction: row;
  flex-wrap: wrap;
}
.two_box_c .item {
  width: 30%;
  box-sizing: border-box;
}
.two_box_c .item img {
  width: 100%;
  padding: 2% 10% 0;
}
.item_d {
  width: 70%;
  padding: 0px 0px 10px 0;
}
@media (max-width:460px) {
  .three_box {
    display: flex;
    margin: 0 0 10px;
    padding: 0;
    width: 100%;
    align-items: center;
    align-content: flex-start;
    justify-content: space-between;
    text-align: left;
    flex-direction: column-reverse;
  }
  .three_box .item {
    width: 80%;
    box-sizing: border-box;
  }
  .three_box .item img {
    width: 100%;
    padding: 0 0 0 0;
  }
  .three_box .item_d {
    width: 100%;
    padding: 0;
  }

  .two_box_c {
    display: flex;
    margin: 0 0 10px;
    padding: 0 0 0 0;
  }
  .two_box_c .item {
    width: 30%;
    box-sizing: border-box;
  }
  .two_box_c .item img {
    width: 100%;
    padding: 0 5%;
  }
  .two_box_c .item_d {
    width: 70%;
    padding: 0px 10px 10px 0;
  }
}

.fit {
  width: 95%;
  margin: 0 auto;
  font-weight: bold;
  text-align: center;
  line-height: 1.5;
}
.fit span {
  font-size: 130%;
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  line-height: 1.5;
}
.fit span a {
  color: rgb(157 116 0);
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  line-height: 1.5;
}
.fit .shop_bln span {
  font-size: 100%;
  color: rgb(95 94 89);
  font-family: 'M PLUS Rounded 1c', sans-serif;
  font-weight: 900;
  line-height: 1.3;
}
.fit_itm {
  text-align: left;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.fit_itm p {
  font-size: 90%;
  font-weight: normal;
}


.p_b0 {
  margin: 0.3rem 0 5px !important;
  font-weight: bold;
}
.p_b10 {
  margin: 20px 0 20px !important;
  font-weight: bold;
}

.bk_wh {
  background:#FFF;
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 auto 0;
  padding: 0 0 10px;
  width: 100%;
}
.bk_wh02 {
  background: rgb(255, 255, 255);
  border-radius: 5px;
  box-sizing: border-box;
  margin: 0 auto 50px;
  padding: 0 0 0;
  width: 100%;
}
.scl {
  overflow: scroll;
  height: 200px;
  width: auto;
  border-radius: 0!important;
  border: solid 2px rgb(76 64 0);
}
.f_p_u {
  color: #e4007f;
  font-weight: normal;
  background: linear-gradient(transparent 60%, #ffd6ed 60%);
}
.f_b_u {
  color: #0099ff;
  font-weight: normal;
  background: linear-gradient(transparent 60%, #b5ddf7 60%);
}

.link a::after {
  display: inline-block;
  content: "\f35d";
  font-family: "Font Awesome 5 Free";
  padding: 0 0 0 5px;
  font-weight: 900;
}
@media screen and (max-width:460px) {
  .box_n {
    font-weight: bold;
    text-align: center;
    line-height: 1.5;
    margin: 20px auto 0;
    font-size: 90%;
  }
}

.clap {
  display: flex;
  font-size: 25px;
  color: rgb(95 94 89);
  font-weight: 700;
}
.right {
  text-align: right;
  width: 50%;
  margin: -30px 0 0 0;
  padding: 0 10px 0 0;
  box-sizing: border-box;
}
.left {
  text-align: left;
  width: 50%;
  margin: -30px 0 0 0;
  padding: 0 0 0 10px;
  box-sizing: border-box;
}

.js-time_limited {
  display: none;
}
.js-time_limited_fire {
  display: block;
}
.bnr_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px 10px;
  padding: 20px 0 30px;
}
.bnr_box div {
  width: calc(50% - 20px);
}
@media screen and (max-width:460px) {
  .bnr_box {
    display: flex;
    flex-wrap: column;
    justify-content: center;
    gap: 10px 30px;
    padding: 20px 0;
  }
  .bnr_box div {
    width: calc(100% - 60px);
  }
}
@media screen and (max-width:370px) {
  .btn_smps div {
    text-align: right;
    font-size: 14px;
  }
}
@media screen and (max-width:330px) {
.right {
  text-align: right;
  width: 50%;
  margin: -20px 0 0 0;
  padding: 0 0 0 0;
  box-sizing: border-box;
}
.left {
  text-align: left;
  width: 50%;
  margin: -20px 0 0 0;
  padding: 0 0 0 0;
  box-sizing: border-box;
}
}

.zoom {
	animation: zoom-anim 1s alternate;
}

@keyframes zoom-anim {
	0% {
	transform: scale(0);
	}
	100% {
	transform: scale(1);
	}
}
@media screen and (max-width:460px) {
  .Skl summary {
    padding: 1em 2em 1em 20px;
    background-position: right calc(1em - 7px) top 20px;
    background-size: 22px;
  }
.Skl summary::after {
  right: 16px;
}

.Skl span::before {
  inset: -7px 0px 0px -20px;
}
.Skl p {
  position: relative;
  padding: 1.5em 0px 1.5em 30px;
  margin: 0 0 0 0;
  color: #333333;
  background-image: linear-gradient(to right, rgb(179, 179, 179) 2px, transparent 2px);
    background-size: 10px 1px;
    background-repeat: repeat-x;
    background-position: left top;
}
.Skl .ans_idt {
  text-indent:-0.7em;
  padding: 1.5em 0px 1.5em 38px;
  margin: 0 0 0 0;
}
.Skl .ans::before {
  position: absolute;
  content: "A";
  font-size: 24px;
  font-weight: bold;
  inset: -3px 0 0 -30px;
}
}

@media screen and (max-width:360px) {
.Skl summary::after {
  right: 14px;
}
.Skl .ans_idt {
  text-indent: -0.8em;
  margin: 0px;
}
}
.mk {
  display: inline;
  background: linear-gradient(transparent 60%, rgb(255 222 68) 60%);
  font-family: 'M PLUS Rounded 1c';
  font-weight: 800;
}

#thm04.slider-thumbnail .swiper-slide {
  opacity: 1;
  display: flex;
  margin: 0 0 40px; 
}
#thm05.slider-thumbnail .swiper-slide {
  opacity: 1;
  display: flex;
  margin: 0 0 40px; 
}

.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 30px 10px;
  text-align: center
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 200;
  position: relative;
  width: 90%;
  padding: 30px 30px 30px;
  border-radius: 10px;
  vertical-align: middle;
  margin: 50px 0 0;
}
.modal-wrapper .modal-window img {
  max-width: 750px;
  padding: 5px 0 50px;
}
.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  color: #FFF;
  font-size: 14px;
}
.modal-wrapper .modal-window h6 {
  margin: 10px 0 5px;
  text-align: center;
  color: #FFF;
}
.modal-wrapper .modal-window p {
  font-size: 14px;
  color: #FFF;
  max-width:960px;
  text-align: left;
  padding: 0 6% 0;
}
#slider .modal-wrapper .modal-window .two_box {
  display: flex;
  flex-direction: row;
  justify-content: space-evenly;
  align-items: flex-start;
  text-align: center;
}
.modal-overlay {
  z-index: 100;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, .9)
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 0;
  right: 0;
  width: 35px;
  color: #ffffff!important;
  font-size: 20px;
  font-weight: 900;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38!important
}

@media screen and (max-width:500px) {
  .modal-wrapper .modal-window {
    margin: 0 0 0;
    padding: 30px 0 30px;
    width: 100%;
  }
}


#page_top {
	height: 50px;
	width: 50px;
	position: fixed;
	right: 20px;
	bottom: 120px;
  background: rgb(108 209 230 / 64%);
  border-radius: 50%;
	z-index: 11;
}
#page_top a {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f106';
  font-size: 25px;
  color: #fff;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -13px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.anchor_t {
  height: 1px;
  display: block;
  padding-top: 200px;
  margin-top: -200px;
  }

  .anchor {
    height: 1px;
    display: block;
    padding-top: 150px;
    margin-top: -150px;
    }
@media screen and (max-width:500px) {
  #page_top {
    bottom: 110px;
  }
  .anchor_t {
    height: 1px;
    display: block;
    padding-top: 400px;
    margin-top: -400px;
    }
  
    .anchor {
      height: 1px;
      display: block;
      padding-top: 100px;
      margin-top: -100px;
      }
}



    .neon02 {
      position: absolute;
    display: block;
    text-align: center;
    padding: 3px 0;
    margin: 0 auto 0;
    color: #03e9f4;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.5s;
    letter-spacing: 0;
    overflow: hidden;
    border-radius: 0;
    width: 100%;
}

  .neon02 span {
      top: 0;
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 3px;
      background: linear-gradient(90deg,transparent,#ff69d4 50%, #03e9f4 100% );
      animation: animate1 6s linear infinite;
  }

  @keyframes animate1{
    0%{
        left: -100%;
    }
    50%,100%{
        left: 100%;
    }
  }

  .Mv_box {
    display: flex;
    padding: 40px 0 40px;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: stretch;
    box-sizing: border-box;
    flex-wrap: wrap;
    
  }

.ifr {
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  font-size: 14px;
  border-radius: 3px;
  margin :20px 0 0;
  }
  .ifr span{
    font-weight: 900;
    font-size: 100%;
    padding: 0 0 10px;
    display: block;
  }
  .ifr p {
    background: #f3fdff;
    padding:10px;
    display: block;
    height: 100%;
    width: 100%;
  }
.ifr iframe {

    width: 100%;
    height: 100%;
}

.youtube {
  width: 30%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width:500px) {
.ifr {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  font-size: 14px;
  border-radius: 3px;
  margin :20px 0 0;
  }
  .ifr p {
    font-size: 90%;
  }
}