@charset "UTF-8";
h2.mail.title {
  display: none !important;
}

a.itext {
  width: auto !important;
  height: auto !important;
}

.annot {
  display: none !important;
}

::selection {
  background-color: rgba(138, 195, 62, 0.7);
}

.pcnone {
  display: none;
}
@media screen and (max-width: 834px) {
  .pcnone {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .spnone {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .bp1200none {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .bp1200none {
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  .bp1000none {
    display: none;
  }
}
@media screen and (max-width: 834px) {
  .bp1000none {
    display: block;
  }
}

.disnone {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.disnone {
  display: none !important;
}
@media screen and (max-width: 640px) {
  .disnone {
    display: block !important;
  }
}

@media screen and (max-width: 640px) {
  .spdisnone {
    display: none !important;
  }
}

.tdpd10 td {
  padding: 10px !important;
}

li {
  list-style: none;
}

html {
  font-size: 62.5% !important;
}

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, sub, sup, tt, var, 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 {
  font-weight: 400;
}

body {
  counter-reset: number 0;
  line-height: 2.5em;
  letter-spacing: 0.18em;
  font-weight: 500;
  color: #333;
  word-wrap: break-word;
  overflow: hidden;
  font-size: 1.4rem;
  font-family: YakuHanJP, "Montserrat", "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.inner {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}
@media only screen and (max-width: 1264px) {
  .inner {
    padding-inline: 32px;
  }
}
@media screen and (max-width: 640px) {
  .inner {
    padding-inline: 24px;
  }
}

.inner2 {
  margin: 0 auto;
  max-width: 1600px;
  width: 100%;
}
@media only screen and (max-width: 1600px) {
  .inner2 {
    max-width: 1200px;
  }
}

#contents_wrap {
  width: 100%;
  min-width: 100%;
  z-index: 3;
}

#contents {
  width: 100%;
  max-width: 1200px;
  padding-bottom: 100px;
}
@media only screen and (max-width: 1200px) {
  #contents {
    padding: 0 10px;
  }
}
@media screen and (max-width: 834px) {
  #contents {
    padding: 0 30px 50px;
  }
}

#main {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  flex-direction: row-reverse;
  width: 100%;
}
@media screen and (max-width: 834px) {
  #main {
    display: block;
  }
}
#main:after {
  display: none;
}

#col_main {
  width: 100% !important;
}

#col_side1 {
  width: 23% !important;
}
@media screen and (max-width: 834px) {
  #col_side1 {
    width: 100% !important;
    margin-top: 50px !important;
  }
}
#col_side1 a {
  display: block;
}
#col_side1 img {
  width: 100% !important;
}

#col_side1 img {
  width: 100%;
}

.map {
  margin: 56px 20px 0;
}

.map li {
  border-left: 5px solid #CCCCCC;
  list-style: none;
  margin: 0 0 15px;
  padding: 0 0 0 10px;
  text-align: left;
}

table {
  table-layout: auto;
}

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  table {
    table-layout: fixed;
  }
}
.tlfix table {
  table-layout: fixed;
}

table td img {
  height: auto !important;
}

.pdtd10 td {
  padding: 10px !important;
}

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line;
}

b,
strong {
  font-weight: bold;
}

u {
  text-decoration: line-through;
}

img {
  max-width: 100%;
  height: auto !important;
}

small {
  font-size: 80%;
}

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3;
}

span {
  font-weight: inherit;
}

u {
  text-decoration: underline;
}

input[type=button] {
  cursor: pointer;
  padding: 5px 10px;
}

a {
  color: #17e012;
  transition: 1s;
  text-decoration: none;
}

a:hover {
  opacity: 0.6;
  transition: 1s;
}

.imgR, .imgL {
  max-width: 100% !important;
  margin: 0;
}
@media screen and (max-width: 640px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center;
  }
}

.mincho {
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.gothic {
  font-family: YakuHanJP, "Montserrat", "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 640px) {
  .fltL {
    float: none;
    width: 100% !important;
  }
  .fltR {
    float: none;
    width: 100% !important;
  }
  .sptal {
    text-align: left !important;
  }
  .sptar {
    text-align: right !important;
  }
  .sptac {
    text-align: center !important;
  }
  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px;
  }
}
header#global_header {
  min-width: auto;
}

footer#global_footer {
  min-width: auto;
}

.img100 img {
  max-width: 100% !important;
  width: 100% !important;
}

.tdpd10 td {
  padding: 10px !important;
}

.slider2 img {
  margin: 0 auto;
}

.tdscl {
  overflow-x: scroll;
}
.tdscl table {
  table-layout: fixed;
  width: 1850px;
}

.center {
  text-align: center;
}

header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  line-height: 1;
}
header#global_header .header {
  position: fixed;
  z-index: 999;
  top: 0;
  display: flex;
  justify-content: space-between;
  background-color: rgba(255, 255, 255, 0.48);
}
header#global_header .header .h-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 16px 8px 16px 32px;
}
@media only screen and (max-width: 1200px) {
  header#global_header .header .h-logo {
    padding: 16px 8px 16px 24px;
  }
}
@media screen and (max-width: 640px) {
  header#global_header .header .h-logo {
    padding: 10px 8px 10px 24px;
  }
}
@media only screen and (max-width: 1200px) {
  header#global_header .header .h-logo img {
    max-width: 160px;
  }
}
header#global_header .header nav {
  display: flex;
}
@media only screen and (max-width: 1000px) {
  header#global_header .header nav {
    padding-right: 68px;
  }
}
@media screen and (max-width: 640px) {
  header#global_header .header nav {
    padding-right: 52px;
  }
}
header#global_header .header nav ul {
  display: flex;
  align-items: center;
  padding: 16px 0;
}
@media only screen and (max-width: 1000px) {
  header#global_header .header nav ul {
    display: none;
  }
}
header#global_header .header nav ul li {
  margin-left: 32px;
}
@media only screen and (max-width: 1200px) {
  header#global_header .header nav ul li {
    margin-left: 24px;
    font-size: 1.4rem;
  }
}
header#global_header .header nav ul li.menu {
  position: relative;
}
header#global_header .header nav ul li.menu p {
  cursor: pointer;
}
header#global_header .header nav ul li.menu ul.second {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 0;
}
header#global_header .header nav ul li.menu ul.second li {
  margin-left: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
  text-align: center;
}
header#global_header .header nav ul li.menu ul.second li:last-child {
  border-bottom: none;
}
header#global_header .header nav ul li.menu ul.second li a {
  display: block;
  width: 100%;
  padding: 8px 0;
  color: #fff;
  background-color: #8ac33e;
  font-size: 1.4rem;
}
header#global_header .header nav ul li a {
  color: #333;
  font-weight: 500;
}
header#global_header .header nav .h-btn {
  margin-left: 48px;
}
@media only screen and (max-width: 1200px) {
  header#global_header .header nav .h-btn {
    margin-left: 32px;
  }
}
header#global_header .header nav .h-btn a.h-mail {
  padding: 24px 16px;
  flex-direction: column;
}
@media only screen and (max-width: 1200px) {
  header#global_header .header nav .h-btn a.h-mail {
    padding: 16px 12px;
  }
}
@media screen and (max-width: 640px) {
  header#global_header .header nav .h-btn a.h-mail {
    padding: 16px;
  }
}
header#global_header .header nav .h-btn a.h-mail i {
  font-size: 24px;
}
@media only screen and (max-width: 1200px) {
  header#global_header .header nav .h-btn a.h-mail i {
    font-size: 20px;
  }
}
header#global_header .header nav .h-btn a.h-mail span {
  font-size: 1.4rem;
  margin-top: 8px;
}
@media only screen and (max-width: 1200px) {
  header#global_header .header nav .h-btn a.h-mail span {
    font-size: 1.2rem;
    margin-top: 4px;
  }
}
@media screen and (max-width: 640px) {
  header#global_header .header nav .h-btn a.h-mail span {
    display: none;
  }
}

.h-btn a.h-mail {
  background-color: #ffee34;
  color: #333;
  display: flex;
  align-items: center;
  justify-content: center;
}
.h-btn a.h-mail i {
  font-size: 24px;
}
@media only screen and (max-width: 1200px) {
  .h-btn a.h-mail i {
    font-size: 20px;
  }
}
.h-btn a.h-mail span {
  font-weight: 500;
}

.open-btn {
  display: none;
  cursor: pointer;
  position: fixed;
  top: 8px;
  right: 10px;
  z-index: 9999;
  background-color: transparent;
  margin-left: 16px;
}
@media only screen and (max-width: 1000px) {
  .open-btn {
    display: block;
  }
}
@media screen and (max-width: 640px) {
  .open-btn {
    top: 2px;
    right: 2px;
  }
}
.open-btn div {
  position: relative;
  width: 48px;
  height: 48px;
}
.open-btn span {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  height: 2px;
  right: 7.5px;
  border-radius: 5px;
  background: #8ac33e;
  width: 33px;
}
.open-btn span:nth-child(1) {
  top: 15px;
}
.open-btn span:nth-child(2) {
  top: 24px;
}
.open-btn span:nth-child(3) {
  top: 33px;
}
.open-btn.active span:nth-child(1) {
  top: 11px;
  transform: translateY(12px) rotate(-45deg);
  width: 33px;
}
.open-btn.active span:nth-child(2) {
  opacity: 0;
}
.open-btn.active span:nth-child(3) {
  top: 24px;
  transform: rotate(45deg);
  width: 33px;
}

.nav {
  display: none;
  transition: 0.3s;
}
@media only screen and (max-width: 1000px) {
  .nav {
    display: block;
    width: 100%;
  }
}
.nav .navigation {
  position: fixed;
  top: 0;
  left: -100%;
  height: 100%;
  z-index: 5;
  pointer-events: auto;
  display: flex;
  width: fit-content;
  min-width: 400px;
  flex-direction: column;
  background-color: #e3fcc3;
  justify-content: flex-start;
  transition: 0.3s;
  padding: 32px;
  overflow-y: scroll;
  padding-top: 100px;
}
.nav .navigation::-webkit-scrollbar {
  width: 8px;
}
.nav .navigation::-webkit-scrollbar-thumb {
  background-color: #8ac33e;
}
@media screen and (max-width: 640px) {
  .nav .navigation {
    min-width: 0;
    padding: 24px;
    padding-top: 84px;
    width: 100%;
  }
}
.nav .navigation.open {
  left: 0;
}
.nav .navigation > ul {
  height: auto;
}
.nav .navigation > ul > li {
  display: block;
  text-align: left;
  line-height: 1.3;
  border-bottom: 1px solid #8ac33e;
}
.nav .navigation > ul > li.menu p {
  position: relative;
}
.nav .navigation > ul > li.menu p::before {
  content: "+";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  background-color: #8ac33e;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  width: 52px;
  height: 100%;
}
.nav .navigation > ul > li.menu p.open::before {
  content: "\f068";
}
.nav .navigation > ul > li.menu ul.second > li {
  width: 100%;
  border-top: 1px dashed #fff;
}
.nav .navigation > ul > li.menu ul.second > li a {
  display: flex;
  align-items: center;
  width: 100%;
  color: #fff;
  background-color: #8ac33e;
  padding-inline: 16px;
}
.nav .navigation > ul > li.menu ul.second > li a::before {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  margin-right: 4px;
  font-size: 1.4rem;
  font-weight: 700;
  width: auto;
}
.nav .navigation > ul > li a, .nav .navigation > ul > li p {
  color: #333;
  display: block;
  padding: 16px 0px;
}
.nav .navigation .h-btn {
  margin-top: 32px;
}
.nav .navigation .h-btn a {
  border-radius: 8px;
  box-shadow: 2px 2px 0 0 #333;
}
.nav .navigation .h-btn a.h-mail {
  padding: 16px;
}
.nav .navigation .h-btn a.h-mail span {
  margin-left: 8px;
}

.fixed-btn {
  position: fixed;
  bottom: 8px;
  right: 8px;
  z-index: 100;
}
.fixed-btn a {
  width: 80px;
  height: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-top: 8px;
}
@media screen and (max-width: 640px) {
  .fixed-btn a {
    width: 64px;
    height: 64px;
  }
}
.fixed-btn .h-upnow a {
  background-color: #fff;
  color: #8ac33e;
  border: 1px solid #8ac33e;
}
.fixed-btn .h-upnow a i {
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  .fixed-btn .h-upnow a i {
    font-size: 18px;
  }
}
.fixed-btn .h-upnow a span {
  margin-top: 4px;
  font-size: 14px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .fixed-btn .h-upnow a span {
    font-size: 13px;
  }
}
.fixed-btn .h-line a {
  background-color: #07C655;
}
.fixed-btn .h-line a img {
  width: 60px;
}
@media screen and (max-width: 640px) {
  .fixed-btn .h-line a img {
    width: 48px;
  }
}

.main {
  position: relative;
}
.main h1 {
  position: absolute;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 4rem;
  bottom: 120px;
  left: 48px;
  text-align: left;
}
@media only screen and (max-width: 1000px) {
  .main h1 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 834px) {
  .main h1 {
    left: 32px;
    bottom: 48px;
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 640px) {
  .main h1 {
    font-size: 2.2rem;
    left: 0;
    bottom: 0;
    background-color: #8ac33e;
    border-radius: 0 8px 0 0;
    padding: 16px 24px;
    line-height: 1.4;
  }
}
.main h1 span {
  background-color: #8ac33e;
  font-weight: 700;
  margin-top: 16px;
  padding: 16px;
  border-radius: 8px;
}
@media screen and (max-width: 640px) {
  .main h1 span {
    padding: 0;
    margin: 0;
  }
}
.main h1 img {
  width: 100%;
}

@keyframes fadezoom {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1); /* 拡大率 */
  }
}
.add-animation {
  animation: fadezoom 8s 0s forwards;
}

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  margin-top: 96px;
}
footer#global_footer .footer {
  background-color: #8ac33e;
  color: #fff;
  padding: 72px 0;
}
footer#global_footer .footer .f-logo img {
  filter: brightness(0) invert(1);
}
footer#global_footer .footer nav {
  margin-top: 32px;
}
footer#global_footer .footer nav ul {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 1000px) {
  footer#global_footer .footer nav ul {
    flex-direction: column;
    align-items: center;
  }
}
footer#global_footer .footer nav ul li {
  margin: 0 8px;
}
@media only screen and (max-width: 1000px) {
  footer#global_footer .footer nav ul li {
    margin: 2px 0;
  }
}
footer#global_footer .footer nav ul li a {
  color: #fff;
}
footer#global_footer .copy {
  color: #333;
  padding: 16px 0;
}
@media screen and (max-width: 640px) {
  footer#global_footer .copy {
    font-size: 1.4rem;
  }
}
footer#global_footer .copy a {
  pointer-events: none;
  color: #333;
}

html body {
  font-size: 1.6rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  color: #333;
  background-color: #fff;
  background-image: radial-gradient(#e3fcc3 8%, transparent 30%);
  background-size: 20px 20px;
}
html body br.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  html body br.sp {
    display: block;
  }
}

#contents_wrap {
  background-color: transparent;
}
#contents_wrap #contents {
  background-color: transparent;
  padding: 0;
}
@media only screen and (max-width: 1264px) {
  #contents_wrap #contents {
    padding-inline: 32px;
  }
}
@media screen and (max-width: 640px) {
  #contents_wrap #contents {
    padding-inline: 24px;
  }
}
#contents_wrap #contents #main #col_main section {
  color: #333;
  font-family: YakuHanJP, "Montserrat", "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#contents_wrap #contents #main #col_main section .image100 img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}

.top-space-120 {
  margin-top: 120px;
}

.top-space-48 {
  margin-top: 48px;
}

.top-interval-16 article > div {
  margin-top: 16px;
}

.title-top h2 {
  font-weight: 700;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3.2rem;
}
@media screen and (max-width: 834px) {
  .title-top h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 640px) {
  .title-top h2 {
    font-size: 2.4rem;
  }
}
.title-top.ttl-bar h2 {
  padding-bottom: 16px;
  position: relative;
}
.title-top.ttl-bar h2::before {
  content: "";
  width: 64px;
  height: 2px;
  background-color: #8ac33e;
  border-radius: 8px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.btn a {
  background-color: #ffee34;
  color: #333;
  display: inline-block;
  border-radius: 8px;
  font-weight: 500;
  padding: 16px 72px;
  box-shadow: 2px 2px 0 0 #333;
  position: relative;
}
@media screen and (max-width: 640px) {
  .btn a {
    padding: 16px 64px;
  }
}
.btn a::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
.btn.btn-blank a::after {
  content: "\f08e";
}
.btn.btn-white a {
  background-color: #fff;
  border: 1px solid #ccc;
}

.btn2 a {
  background-color: #ffee34;
  color: #333;
  display: inline-block;
  border-radius: 8px;
  font-weight: 500;
  padding: 16px 72px;
  box-shadow: 2px 2px 0 0 #333;
  position: relative;
  line-height: 1.4;
}
@media screen and (max-width: 640px) {
  .btn2 a {
    padding: 16px 48px;
  }
}
.btn2 a .mini {
  font-size: 1.4rem;
  display: inline-block;
  margin-top: 4px;
}
.btn2 a::after {
  content: "\f08e";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}

.wrap-01 {
  display: flex;
}
@media screen and (max-width: 834px) {
  .wrap-01 {
    flex-direction: column;
  }
}
.wrap-01 > div {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .wrap-01 > div {
    width: 100%;
  }
}
.wrap-01 .image {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: #e3fcc3;
  padding: 80px 24px;
  border-radius: 0 0 16px 0;
}
@media screen and (max-width: 834px) {
  .wrap-01 .image {
    order: 2;
    border-radius: 16px;
    max-width: calc(100% - 64px);
    margin-inline: auto;
    padding: 48px 24px;
  }
}
@media screen and (max-width: 640px) {
  .wrap-01 .image {
    max-width: calc(100% - 48px);
  }
}
.wrap-01 .text {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
}
@media only screen and (max-width: 1200px) {
  .wrap-01 .text {
    flex-direction: column;
  }
}
@media screen and (max-width: 834px) {
  .wrap-01 .text {
    flex-direction: row;
    order: 1;
    margin: 72px auto 32px;
    padding: 0 24px;
  }
}
@media screen and (max-width: 640px) {
  .wrap-01 .text {
    flex-direction: column;
  }
}

.cont-01 {
  order: 1;
  padding-right: 48px;
}
@media only screen and (max-width: 1600px) {
  .cont-01 {
    padding-right: 32px;
  }
}
@media only screen and (max-width: 1400px) {
  .cont-01 {
    padding-right: 24px;
  }
}
@media only screen and (max-width: 1200px) {
  .cont-01 {
    order: 2;
    margin-top: 24px;
    padding: 0;
  }
}
@media screen and (max-width: 834px) {
  .cont-01 {
    padding: 0 0 0 32px;
  }
}
@media screen and (max-width: 640px) {
  .cont-01 {
    padding: 0;
  }
}
.cont-01 div {
  font-size: 2rem;
  order: 1;
  line-height: 2.4;
}
@media only screen and (max-width: 1600px) {
  .cont-01 div {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 1200px) {
  .cont-01 div {
    font-size: 1.6rem;
  }
}

.cont-01-ttl {
  order: 2;
  line-height: 1;
}
.cont-01-ttl h2 {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  order: 2;
  font-size: 5.6rem;
  line-height: 1.25;
  min-width: 212px;
}
@media only screen and (max-width: 1600px) {
  .cont-01-ttl h2 {
    font-size: 4.8rem;
    min-width: 192px;
  }
}
@media only screen and (max-width: 1400px) {
  .cont-01-ttl h2 {
    font-size: 4rem;
    min-width: 148px;
  }
}
@media only screen and (max-width: 1200px) {
  .cont-01-ttl h2 {
    order: 1;
  }
}
.cont-01-ttl h2 p, .cont-01-ttl h2 span {
  font-weight: 700;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.cont-01-ttl h2 p {
  margin-block: 24px;
}
@media only screen and (max-width: 1400px) {
  .cont-01-ttl h2 p {
    margin-block: 16px;
  }
}
.cont-01-ttl h2 p:nth-child(2n) {
  margin-top: 96px;
}
@media only screen and (max-width: 1200px) {
  .cont-01-ttl h2 p:nth-child(2n) {
    margin-top: 48px;
  }
}
.cont-01-ttl h2 p span {
  color: #fff;
  justify-content: center;
  padding: 8px 0;
  border-radius: 8px;
  letter-spacing: 0;
  line-height: 0;
  position: relative;
  min-width: 56px;
}
@media only screen and (max-width: 1600px) {
  .cont-01-ttl h2 p span {
    min-width: 48px;
  }
}
@media only screen and (max-width: 1400px) {
  .cont-01-ttl h2 p span {
    min-width: 40px;
  }
}
.cont-01-ttl h2 p span::before {
  content: "";
  width: calc(100% + 8px);
  height: 100%;
  display: block;
  background-color: #8ac33e;
  z-index: -1;
  position: absolute;
  top: 0;
  right: -4px;
  border-radius: 8px;
}

_::-webkit-full-page-media, _:future, :root .cont-01-ttl h2 p span::before {
  right: -24px;
}

.wrap-02 {
  display: flex;
}
@media only screen and (max-width: 1000px) {
  .wrap-02 {
    flex-direction: column;
  }
}
.wrap-02 > div {
  width: 50%;
}
@media only screen and (max-width: 1000px) {
  .wrap-02 > div {
    width: 100%;
  }
}
.wrap-02 .text.left {
  padding-right: 48px;
}
@media only screen and (max-width: 1264px) {
  .wrap-02 .text.left {
    padding-right: 32px;
  }
}
@media only screen and (max-width: 1000px) {
  .wrap-02 .text.left {
    padding: 0;
  }
}
@media only screen and (max-width: 1264px) {
  .wrap-02 .text .title-top h2 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 640px) {
  .wrap-02 .text .title-top h2 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 1000px) {
  .wrap-02 .movie {
    margin-top: 32px;
  }
}

.cont-03 {
  justify-content: center;
}
.cont-03 .box {
  width: calc((100% - 64px) / 3);
  margin: 0 32px 32px 0;
  padding: 16px;
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 4px 4px 0 0 #8ac33e;
}
@media only screen and (max-width: 1264px) {
  .cont-03 .box {
    width: calc((100% - 32px) / 3);
    margin: 0 16px 16px 0;
  }
}
@media screen and (max-width: 834px) {
  .cont-03 .box {
    width: calc((100% - 16px) / 2);
  }
}
@media screen and (max-width: 640px) {
  .cont-03 .box {
    width: 100%;
    margin-right: 0;
  }
}
.cont-03 .box:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 834px) {
  .cont-03 .box:nth-child(3n) {
    margin-right: 16px;
  }
}
@media screen and (max-width: 640px) {
  .cont-03 .box:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 834px) {
  .cont-03 .box:nth-child(2n) {
    margin-right: 0;
  }
}
.cont-03 .box:last-child {
  margin-right: 0;
}
.cont-03 .box h3 {
  font-weight: 700;
  font-size: 2.2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  text-align: center;
  margin: 12px 0 8px;
}
@media screen and (max-width: 640px) {
  .cont-03 .box h3 {
    font-size: 2rem;
  }
}

.cont-04 .box {
  width: calc(50% - 16px);
  margin-right: 32px;
  position: relative;
  border-radius: 8px;
}
@media only screen and (max-width: 1264px) {
  .cont-04 .box {
    width: calc(50% - 8px);
    margin-right: 16px;
  }
}
@media screen and (max-width: 640px) {
  .cont-04 .box {
    width: 100%;
    margin: 0 0 24px;
  }
}
.cont-04 .box:nth-child(even) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .cont-04 .box:last-child {
    margin-bottom: 0;
  }
}
.cont-04 .box div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  pointer-events: none;
  width: 100%;
}
.cont-04 .box div h2 {
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  text-align: center;
  padding: 24px;
}
@media screen and (max-width: 834px) {
  .cont-04 .box div h2 {
    font-size: 2.2rem;
    padding: 12px;
  }
}
.cont-04 .box a {
  display: block;
  width: 100%;
  padding: 0 0 50%;
  overflow: hidden;
}
.cont-04 .box a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  filter: brightness(0.8);
}

.cont-05 .box {
  width: calc((100% - 96px) / 4);
  margin: 0 32px 32px 0;
  border-radius: 8px;
  border: 1px solid #ccc;
  box-shadow: 4px 4px 0 0 #8ac33e;
}
@media only screen and (max-width: 1264px) {
  .cont-05 .box {
    width: calc((100% - 48px) / 4);
    margin: 0 16px 16px 0;
  }
}
@media screen and (max-width: 834px) {
  .cont-05 .box {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 640px) {
  .cont-05 .box {
    width: 100%;
    margin-right: 0;
  }
}
.cont-05 .box:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 834px) {
  .cont-05 .box:nth-child(2n) {
    margin-right: 0;
  }
}
.cont-05 .box div {
  height: 100%;
}
.cont-05 .box a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  padding: 32px 36px;
  height: 100%;
  color: #333;
  font-weight: 700;
  position: relative;
}
.cont-05 .box a::after {
  content: "\f061";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #8ac33e;
}
.cont-05 .box a .mini {
  font-size: 1.2rem;
}

.top-instagram div.sns_list {
  flex-direction: row;
  border: none;
  flex-wrap: wrap;
  margin-bottom: -32px;
}
@media only screen and (max-width: 1264px) {
  .top-instagram div.sns_list {
    margin-bottom: -16px;
  }
}
.top-instagram div.sns_list > div {
  width: calc((100% - 96px) / 4);
  flex-direction: column;
  border: none;
  margin: 0 32px 32px 0;
}
@media only screen and (max-width: 1264px) {
  .top-instagram div.sns_list > div {
    width: calc((100% - 48px) / 4);
    margin: 0 16px 16px 0;
  }
}
@media screen and (max-width: 640px) {
  .top-instagram div.sns_list > div {
    width: calc(50% - 8px);
  }
}
.top-instagram div.sns_list > div:nth-child(4n) {
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  .top-instagram div.sns_list > div:nth-child(2n) {
    margin-right: 0;
  }
}
.top-instagram div.sns_list > div div.sns_photo {
  width: 100%;
  padding: 0;
}
.top-instagram div.sns_list > div div.sns_photo a {
  display: block;
  padding: 0 0 100%;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
}
.top-instagram div.sns_list > div div.sns_photo a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.top-instagram div.sns_list > div div.sns_text {
  display: none;
}

@media screen and (max-width: 834px) {
  .anc > div {
    margin-top: -80px;
    padding-top: 80px;
  }
}

.acenter a {
  margin: 0 auto;
}

.flex1 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex1._top {
  align-items: flex-start;
}
.flex1._center {
  align-items: center;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:before {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 1;
}
.flex1:after {
  width: calc(100% / 1 - 1%);
  content: "";
  order: 2;
}
.flex1 .box {
  width: calc(100% / 1 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
.flex1 .box img {
  width: 100% !important;
}

.flex2 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex2._top {
  align-items: flex-start;
}
.flex2._center {
  align-items: center;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:before {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 1;
}
.flex2:after {
  width: calc(100% / 2 - 1%);
  content: "";
  order: 2;
}
.flex2 .box {
  width: calc(100% / 2 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
.flex2 .box img {
  width: 100% !important;
}

.flex3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex3._top {
  align-items: flex-start;
}
.flex3._center {
  align-items: center;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:before {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 1;
}
.flex3:after {
  width: calc(100% / 3 - 1%);
  content: "";
  order: 2;
}
.flex3 .box {
  width: calc(100% / 3 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
.flex3 .box img {
  width: 100% !important;
}

.flex4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.flex4._top {
  align-items: flex-start;
}
.flex4._center {
  align-items: center;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:before {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 1;
}
.flex4:after {
  width: calc(100% / 4 - 1%);
  content: "";
  order: 2;
}
.flex4 .box {
  width: calc(100% / 4 - 1%);
  margin-bottom: 2%;
}
@media screen and (max-width: 834px) {
  ._tabwidth1 .box {
    width: 100%;
  }
  ._tabwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._tabwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
@media screen and (max-width: 640px) {
  ._spwidth1 .box {
    width: 100%;
  }
  ._spwidth2 .box {
    width: calc(100% / 2 - 1%);
  }
  ._spwidth3 .box {
    width: calc(100% / 3 - 1%);
  }
}
.flex4 .box img {
  width: 100% !important;
}

.square._100 .square-inner:before {
  padding-top: 100%;
}
.square._75 .square-inner:before {
  padding-top: 75%;
}
.square._66 .square-inner:before {
  padding-top: 66%;
}
.square td .square-inner {
  display: block;
  position: relative;
}
.square td .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square td .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .square-inner {
  display: block;
  position: relative;
}
.square > .square-inner .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}
.square > .box .itext {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .itext img {
  float: none !important;
  margin-right: 0 !important;
}
.square > .box .square-inner {
  display: block;
  position: relative;
}
.square > .box .square-inner:before {
  position: relative;
  z-index: 1;
  content: "";
  display: block;
  width: 100% !important;
}
.square > .box .square-inner img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  object-fit: cover;
  font-family: "object-fit:cover;";
  width: 100% !important;
  height: 100% !important;
}

.bg100 {
  margin-right: calc((100vw - 100%) / 2 * -1) !important;
  margin-left: calc((100vw - 100%) / 2 * -1) !important;
}
.bg100 .bgwrap {
  max-width: 1200px;
  margin: 0 auto;
}

.popup {
  display: none;
}

.flex2cl_01 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 {
    flex-direction: column-reverse;
  }
}
.flex2cl_01 .flxL {
  width: 68%;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 .flxL {
    width: 100%;
  }
}
.flex2cl_01 .flxR {
  width: 30%;
}
@media screen and (max-width: 834px) {
  .flex2cl_01 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flex2cl_01 .flxR .img {
  width: 100%;
}
.flex2cl_01 .flxR .img img {
  width: 100% !important;
}

.flex2cl_02 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_02 {
    flex-direction: column-reverse;
  }
}
.flex2cl_02._rr {
  flex-direction: row;
}
.flex2cl_02 .flxL {
  width: 45%;
}
@media screen and (max-width: 834px) {
  .flex2cl_02 .flxL {
    width: 100%;
  }
}
.flex2cl_02 .flxR {
  width: 50%;
}
@media screen and (max-width: 834px) {
  .flex2cl_02 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flex2cl_02 .flxR .img {
  width: 100%;
}
.flex2cl_02 .flxR .img img {
  width: 100% !important;
}

.flex2cl_03 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-direction: row-reverse;
  position: relative;
}
@media screen and (max-width: 834px) {
  .flex2cl_03 {
    flex-direction: column-reverse;
  }
}
.flex2cl_03._rr {
  flex-direction: row;
}
.flex2cl_03 .flxL {
  width: 49%;
}
@media screen and (max-width: 834px) {
  .flex2cl_03 .flxL {
    width: 100%;
  }
}
.flex2cl_03 .flxR {
  width: 49%;
}
@media screen and (max-width: 834px) {
  .flex2cl_03 .flxR {
    width: 100%;
    margin-bottom: 30px;
  }
}
.flex2cl_03 .flxR .img {
  width: 100%;
}
.flex2cl_03 .flxR .img img {
  width: 100% !important;
}

.flex5cl {
  border: 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -1.6393442623%;
}
@media only screen and (max-width: 1200px) {
  .flex5cl {
    margin-left: -2.439%;
  }
}
@media screen and (max-width: 640px) {
  .flex5cl {
    justify-content: space-between;
    margin-left: 0;
  }
}
.flex5cl .box {
  position: relative;
  width: 18.3606557377%;
  margin-left: 1.6393442623%;
  margin-bottom: 30px;
}
@media only screen and (max-width: 1200px) {
  .flex5cl .box {
    width: 47.5609%;
    margin-left: 2.439%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .flex5cl .box {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
}
.flex5cl .box img {
  width: 100% !important;
}
.flex5cl .box tr:nth-child(2) {
  font-size: 18px;
  font-weight: 700;
}
.flex5cl .box tr td {
  padding: 0 !important;
  border: 0 !important;
}

.title-01 {
  background-position: center center;
  background-size: cover;
  height: 240px;
  position: relative;
  background-color: rgba(0, 0, 0, 0.24);
  background-blend-mode: darken;
}
@media screen and (max-width: 640px) {
  .title-01 {
    height: 200px;
  }
}
.title-01 h1 {
  font-weight: 700;
  font-size: 4rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  display: flex;
  flex-direction: column;
  line-height: 1.25;
  padding: 14px;
}
@media screen and (max-width: 640px) {
  .title-01 h1 {
    font-size: 2.8rem;
  }
}
.title-02 h2 {
  font-weight: 700;
  font-size: 2.8rem;
  background-color: #8ac33e;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  padding: 8px 16px;
  line-height: 1.25;
  border-radius: 8px;
}
@media screen and (max-width: 640px) {
  .title-02 h2 {
    font-size: 2.4rem;
  }
}
.title-03 h3 {
  font-weight: 700;
  font-size: 2.2rem;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height: 1.25;
  padding: 0 8px 8px 8px;
  border-bottom: 1px solid #ccc;
  border-left: 4px solid #8ac33e;
}
@media screen and (max-width: 640px) {
  .title-03 h3 {
    font-size: 2rem;
  }
}

.interval-16 article > div {
  margin-top: 16px;
}

.tp {
  margin-top: 12px;
  font-size: 1.4rem;
}
.tp ul li, .tp ul div {
  display: inline-block;
}
.tp ul li:first-child a::before {
  content: "\e3af";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  margin-right: 4px;
}
.tp ul li:last-child a {
  pointer-events: none;
  color: #333;
}
.tp ul div {
  margin: 0 4px;
}
.tp ul div::before {
  content: "\f105";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.anc-btn .box {
  width: calc((100% - 64px) / 3);
  margin: 0 32px 32px 0;
  border-radius: 8px;
  border: 1px solid #ccc;
  box-shadow: 4px 4px 0 0 #8ac33e;
}
@media only screen and (max-width: 1264px) {
  .anc-btn .box {
    width: calc((100% - 48px) / 3);
    margin: 0 24px 24px 0;
  }
}
@media screen and (max-width: 834px) {
  .anc-btn .box {
    width: calc((100% - 16px) / 2);
    margin: 0 16px 16px 0;
  }
}
@media screen and (max-width: 640px) {
  .anc-btn .box {
    width: 100%;
    margin: 0 0 12px;
  }
}
.anc-btn .box:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 834px) {
  .anc-btn .box:nth-child(3n) {
    margin-right: 16px;
  }
}
@media screen and (max-width: 640px) {
  .anc-btn .box:nth-child(3n) {
    margin-right: 0;
  }
}
@media screen and (max-width: 834px) {
  .anc-btn .box:nth-child(2n) {
    margin-right: 0;
  }
}
.anc-btn .box div {
  height: 100%;
}
.anc-btn .box a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background-color: #fff;
  padding: 32px 36px;
  height: 100%;
  color: #333;
  font-weight: 700;
  position: relative;
}
@media screen and (max-width: 640px) {
  .anc-btn .box a {
    padding: 24px 32px;
  }
}
.anc-btn .box a::after {
  content: "\f063";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #8ac33e;
}
@media screen and (max-width: 640px) {
  .anc-btn .box a::after {
    right: 8px;
  }
}
.anc-btn .box a .mini {
  font-size: 1.2rem;
}

#main .form-common dl {
  padding: 24px 0;
  border-bottom: 1px solid #ccc;
}
#main .form-common dl:first-child {
  padding-top: 0;
}
@media screen and (max-width: 834px) {
  #main .form-common dl {
    flex-direction: column;
  }
}
#main .form-common dt, #main .form-common dd {
  background-color: transparent;
  padding: 0;
  border: none;
}
@media screen and (max-width: 834px) {
  #main .form-common dt, #main .form-common dd {
    width: 100%;
  }
}
#main .form-common dt {
  color: #8ac33e;
  font-weight: 700;
}
@media screen and (max-width: 834px) {
  #main .form-common dt {
    margin-bottom: 4px;
  }
}

.how-to-use-01 .box {
  width: 100%;
  margin-top: 32px;
}
.how-to-use-01 .box:first-child {
  margin-top: 0;
}
.how-to-use-01 h3 {
  margin-bottom: 16px;
}

.for-num .box:nth-child(1) h3::before {
  content: "01.";
}
.for-num .box:nth-child(2) h3::before {
  content: "02.";
}
.for-num .box:nth-child(3) h3::before {
  content: "03.";
}
.for-num .box:nth-child(4) h3::before {
  content: "04.";
}
.for-num .box:nth-child(5) h3::before {
  content: "05.";
}
.for-num .box:nth-child(6) h3::before {
  content: "06.";
}
.for-num .box h3::before {
  margin-right: 4px;
}

.how-to-use-02 {
  flex-wrap: wrap;
}
.how-to-use-02 .box {
  width: calc((100% - 32px) / 3);
  margin: 0 16px 16px 0;
  border-radius: 8px;
  border: 1px solid #ccc;
  box-shadow: 4px 4px 0 0 #8ac33e;
  background-color: #fff;
  padding: 24px;
}
@media screen and (max-width: 834px) {
  .how-to-use-02 .box {
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 640px) {
  .how-to-use-02 .box {
    padding: 16px;
  }
}
.how-to-use-02 .box:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 834px) {
  .how-to-use-02 .box:last-child {
    margin-bottom: 0;
  }
}
.how-to-use-02 .box h3 {
  margin-bottom: 16px;
}

.wrap-rental {
  display: flex;
}
@media screen and (max-width: 640px) {
  .wrap-rental {
    flex-direction: column;
  }
}
.wrap-rental .image {
  width: 40%;
}
@media screen and (max-width: 640px) {
  .wrap-rental .image {
    width: 100%;
  }
}
.wrap-rental .image.left {
  padding-right: 32px;
}
@media screen and (max-width: 834px) {
  .wrap-rental .image.left {
    padding-right: 24px;
  }
}
@media screen and (max-width: 640px) {
  .wrap-rental .image.left {
    padding: 0;
  }
}
.wrap-rental .text {
  flex: 1;
}
@media screen and (max-width: 640px) {
  .wrap-rental .text {
    width: 100%;
    margin-top: 24px;
  }
}

.rental-01 .slick-list {
  border: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}
.rental-01 .slick-list .slick-slide {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.rental-01 div > div > .box {
  width: 100%;
}
.rental-01 ul {
  margin-top: 16px;
  width: 100%;
}
.rental-01 ul li {
  width: calc((100% - 32px) / 5);
  margin: 0 8px 8px 0;
  display: inline-block;
  padding-bottom: calc((100% - 32px) / 5);
  position: relative;
  overflow: hidden;
}
.rental-01 ul li:nth-child(5n) {
  margin-right: 0;
}
.rental-01 ul li img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.price-01 .price {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 12px;
  display: block;
}

@media screen and (max-width: 640px) {
  .movie-01 div {
    position: relative;
    height: 100%;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-bottom: 177%;
  }
}
@media screen and (max-width: 640px) {
  .movie-01 div iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.wrap-flex1 {
  display: flex;
}
@media screen and (max-width: 834px) {
  .wrap-flex1 {
    flex-direction: column;
  }
}
.wrap-flex1 > div {
  width: calc(50% - 16px);
  margin: 0 32px 32px 0;
}
@media screen and (max-width: 834px) {
  .wrap-flex1 > div {
    width: 100%;
    margin: 0 0 48px;
  }
}
.wrap-flex1 > div:nth-child(even) {
  margin-right: 0;
}

.bt_confirm, .bt_back, .bt_send {
  margin: 0;
  width: 200px;
  height: auto;
  border-radius: 8px;
  font-weight: 500;
  border: none;
  color: #333;
  background: #ffee34;
  font-family: YakuHanJP, "Montserrat", "Noto Sans JP", "游ゴシック", YuGothic, "Lato", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-indent: initial;
  padding: 12px 8px;
  box-shadow: 2px 2px 0 0 #333;
}

.submit {
  margin: 48px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
@media screen and (max-width: 640px) {
  .submit {
    flex-direction: column;
  }
}
.submit button {
  margin-left: 16px;
}
@media screen and (max-width: 640px) {
  .submit button {
    margin: 16px 0 0;
  }
}
.submit button:first-child {
  margin: 0;
}

div.items > article a {
  color: #111;
  text-decoration: none !important;
  font-size: 16px;
}

div.item_view ul li a {
  color: #fff;
  padding: 5px 10px;
  line-height: 1.7em;
}

div.under ul li a {
  font-weight: 400;
  font-family: "Noto Serif JP", "Times New Roman", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  opacity: 1;
  border: 1px solid #333;
  color: #333 !important;
  padding: 10px;
}
div.under ul li a:hover {
  border: 1px solid #b0ddd9;
  background: #b0ddd9;
  color: #fff !important;
}

div.select > select {
  height: 100%;
}

div.search form input {
  padding: 10px 37px 10px 5px;
}

div.order ul li a {
  color: #111;
}

div.items > article p.price {
  color: red;
}

div.crumb {
  display: none;
}

div.item_view div.item_option {
  width: 100% !important;
}

div.item_option dl,
button.addcart {
  width: 50% !important;
}
@media screen and (max-width: 834px) {
  div.item_option dl,
button.addcart {
    margin: 0 auto;
  }
}

@media screen and (max-width: 834px) {
  .addcart {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
  }
}

div.item_view div.struct {
  display: block;
}

div.photo div.large {
  width: auto;
}

div.photo {
  margin-left: 0;
}

h2.title_h2 {
  background: none !important;
  border-top: none !important;
  border-bottom: 1px solid #CCCCCC;
  font-size: 20px !important;
  line-height: 1.3;
  margin: 65px 0 20px !important;
  padding: 10px !important;
}

h2.title_h2 span {
  border: none !important;
  padding: 0 !important;
}

ul.item_list li {
  margin-bottom: 10px !important;
}

ul.item_list li h3.title_h3 {
  font-size: 18px !important;
}

.btn_cart a {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #000000 !important;
  background-size: 30px auto !important;
  color: #FFFFFF !important;
  display: block !important;
  padding: 10px 10px 10px 50px !important;
  width: 100% !important;
  border: 1px solid #ffffff;
}

.btn_cart a:hover {
  background: url(../images/common/ico_cart_w.png) no-repeat 10px 12px #CCCCCC !important;
  background-size: 30px auto !important;
}

.sort_catalog {
  overflow: hidden;
}

.sort_catalog ul {
  display: flex;
}

.item_title,
.wishlist {
  margin: 0 !important;
}

.shop_cont h2.title_h2,
.item_info h2.title_h2 {
  border-top: 2px solid #CCCCCC;
}

.shop_cont a,
.item_info a {
  color: #CCCCCC;
}

.shop_cont a:hover,
.item_info a:hover {
  text-decoration: none;
}

.item_title h2 {
  border-top: 2px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
}

.shop_cont table {
  table-layout: auto;
}

.shopwrap .search {
  margin-top: 0;
}
.shopwrap .items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  margin-left: -2.9126213592%;
  margin-top: 50px;
  margin-bottom: 50px;
}
@media screen and (max-width: 834px) {
  .shopwrap .items {
    margin-left: -2.1097%;
  }
}
@media screen and (max-width: 640px) {
  .shopwrap .items {
    justify-content: space-between;
    margin-left: 0;
  }
}
.shopwrap .items article {
  position: relative;
  width: 21.359223301%;
  margin-left: 2.9126213592%;
  margin-bottom: 30px;
}
@media screen and (max-width: 834px) {
  .shopwrap .items article {
    width: 31.2236%;
    margin-left: 2.1097%;
    display: block;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 640px) {
  .shopwrap .items article {
    width: 48%;
    margin-left: 0;
  }
}
.shopwrap .items article .photo {
  display: block;
  width: 100%;
  height: auto;
}
.shopwrap .items article img {
  display: block !important;
  width: 100% !important;
}
.shopwrap .items article .price {
  width: 100%;
  text-align: center;
}/*# sourceMappingURL=common_style.css.map */