@charset "UTF-8";
@import "reset.css";
@import "base.css";
.underlayer {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 80px;
}
@media screen and (max-width: 959px) {
  .underlayer {
    padding-right: 0;
    padding-left: 0;
    width: 90%;
  }
}
@media screen and (max-width: 599px) {
  .underlayer {
    margin-bottom: 60px;
  }
}

.breadcrumbs {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 40px;
  margin-right: 40px;
}
@media screen and (max-width: 959px) {
  .breadcrumbs {
    max-width: 960px;
    margin-left: 20px;
    margin-right: 20px;
    overflow-x: scroll;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  .breadcrumbs {
    margin-right: calc(50% - 50vw);
  }
}
.breadcrumbs > li {
  font-size: 12px;
}
@media screen and (max-width: 599px) {
  .breadcrumbs > li {
    font-size: 11px;
    white-space: nowrap;
  }
}
.breadcrumbs > li > a {
  border-bottom: solid 1px #492513;
}
.breadcrumbs > li > a:hover {
  border-bottom: none;
}
.breadcrumbs > li:last-child {
  font-weight: bold;
  border-bottom: none;
}
.breadcrumbs > li:not(:last-child)::after {
  content: "/";
  color: #D6D6D6;
  margin-right: 8px;
  margin-left: 8px;
}
@media screen and (max-width: 599px) {
  .breadcrumbs > li:last-child {
    margin-right: 20px;
  }
}

.c.rich-editor img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.c.rich-editor li {
  list-style-position: inside;
}
.c.rich-editor ul {
  margin: 0.5em 0;
  padding-left: 40px;
  list-style: initial;
}
.c.rich-editor ol {
  margin: 1em 0;
  padding-left: 40px;
  list-style: decimal;
}
.c.rich-editor a {
  cursor: pointer;
  color: #E96304;
  position: relative;
  display: inline;
  line-height: 1.7;
  word-break: break-all;
  margin-bottom: 3px;
  border-bottom: 1px solid #E96304;
}
.c.rich-editor a.external:after {
  display: inline-block;
  font-size: 0;
  content: url("/assets/images/svg/external-link-orange.svg");
  margin-left: 5px;
  width: 14px;
  height: 10px;
  text-decoration: underline;
}
.c.rich-editor a:hover {
  border-bottom: none;
}
.c.news-category.oshirase {
  color: #E96304;
}
.c.news-category.hanbai_jisseki {
  color: #ED85A2;
}
.c.news-category.press_release {
  color: #FA9C88;
}
.c.news-category.media {
  color: #9AC853;
}
.c.news-category.dounyu_dantainokoe {
  color: #189E6E;
}
.c.news-category.syashin_oshirase {
  color: #52C3F2;
}
.c.news-category.dounyu_jirei {
  color: #377EE9;
}
.c.news-category.sponsor {
  color: #A691F6;
}
.c.news-category.update {
  color: #FF5E5E;
}
.c.navlink {
  text-align: center;
  margin-bottom: 40px;
  color: #492513;
}
@media screen and (max-width: 599px) {
  .c.navlink {
    margin-bottom: 28px;
    flex-wrap: wrap;
    font-size: 14px;
  }
}
.c.navlink-list {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-right: solid 1px #E8E8E8;
  padding-right: 10px;
  padding-left: 10px;
}
@media screen and (max-width: 599px) {
  .c.navlink-list {
    width: 49%;
    margin-bottom: 10px;
  }
}
.c.navlink-list:last-child {
  border-right: none;
}
.c.navlink-list > a {
  display: inline-flex;
  align-items: center;
  font-weight: bold;
  padding: 10px 12px 10px 10px;
}
@media screen and (max-width: 599px) {
  .c.navlink-list > a {
    padding-left: 0;
    padding-right: 0;
  }
}
.c.navlink-list > a .navlink-arrow {
  position: relative;
  height: 10px;
  margin-right: 20px;
  margin-top: 4px;
}
.c.navlink-list > a .navlink-arrow::before, .c.navlink-list > a .navlink-arrow::after {
  content: "";
  width: 10px;
  height: 2px;
  display: inline-block;
  border-radius: 10px;
  background: #E96304;
  position: absolute;
  bottom: 6px;
}
.c.navlink-list > a .navlink-arrow::before {
  left: 8px;
  transform: rotate(45deg);
}
.c.navlink-list > a .navlink-arrow::after {
  right: -24px;
  transform: rotate(-45deg);
}
.c.pagetitle {
  padding-top: 64px;
  padding-bottom: 28px;
  display: block;
  text-align: center;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 40px;
}
@media screen and (max-width: 599px) {
  .c.pagetitle {
    padding-top: 44px;
    padding-bottom: 14px;
    font-size: 24px;
    margin-bottom: 24px;
  }
}
.c.pagetitle.orange {
  background: rgba(233, 99, 4, 0.1);
  color: #E96304;
}
.c.pagetitle.blue {
  color: #492513;
  background: rgba(24, 109, 188, 0.1);
}
.c.subpagetitle {
  color: #492513;
  font-size: 24px;
  font-weight: bold;
  border-bottom: 2px dashed #E8E8E8;
  padding-bottom: 12px;
  text-align: center;
  margin-bottom: 32px;
  padding-top: 20px;
}
@media screen and (max-width: 599px) {
  .c.subpagetitle {
    font-size: 20px;
    margin-bottom: 20px;
  }
}
.c.supplement {
  padding: 16px 20px 16px 20px;
  border-radius: 10px;
  color: #242121;
}
.c.supplement > .supplementtitle {
  margin-bottom: 6px;
}
.c.supplement.red {
  background: rgba(246, 47, 47, 0.05);
}
.c.supplement.red > .supplementtitle {
  color: #F72F2F;
}
.c.supplement.orange {
  background: rgba(233, 99, 4, 0.1);
}
.c.supplement.orange .supplementtitle {
  color: #E96304;
}
.c.link {
  color: #E96304;
  border-bottom: 1px solid #E96304;
  padding: 2px 2px 2px 2px;
  display: inline-block;
}
.c.link:hover {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.c.link.icon > img {
  width: 16px;
  vertical-align: text-bottom;
  fill: #E96304;
}
.c.circle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
  margin-right: 20px;
}
@media screen and (max-width: 959px) {
  .c.circle {
    margin-right: 12px;
  }
}
.c.circle .step {
  display: block;
  width: 100%;
  font-size: 12px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  line-height: 1;
}
.c.circle .number {
  display: block;
  width: 100%;
  font-size: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  line-height: 1;
}
.c.title-l {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 16px;
}
@media screen and (max-width: 959px) {
  .c.title-l {
    font-size: 20px;
  }
}
.c.title-l.orange {
  color: #E96304;
}
.c.title-l.brown {
  color: #492513;
}
.c.title-m {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  .c.title-m {
    font-size: 18px;
  }
}
.c.title-m.orange {
  color: #E96304;
}
.c.title-m.brown {
  color: #492513;
}
.c.title-s {
  font-weight: bold;
  margin-bottom: 8px;
}
.c.title-s.orange {
  color: #E96304;
}
.c.title-s.brown {
  color: #492513;
}
.c.subttl {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 18px;
  display: inline-block;
  -webkit-text-decoration: underline #FFE3C0;
  text-decoration: underline #FFE3C0;
  text-underline-offset: -0.2em;
  text-decoration-thickness: 10px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
@media screen and (max-width: 1199px) {
  .c.subttl {
    font-size: 20px;
  }
}
@media screen and (max-width: 959px) {
  .c.subttl {
    margin-top: 10px;
    margin-bottom: 12px;
    width: 100%;
  }
}
.c.form.label {
  color: #242121;
  margin-bottom: 6px;
}
.c.form.label > span {
  display: inline-block;
  background: #E96304;
  color: #fff;
  border-radius: 3px;
  padding: 1px 8px;
  font-size: 11px;
  vertical-align: text-bottom;
}
.c.form.explanation {
  font-size: 12px;
  color: #818181;
  margin-bottom: 6px;
}
.c.form.text {
  padding: 0 16px;
  border-radius: 6px;
  border: none;
  background: #F5F5F5;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.c.form.text.none {
  display: none;
}
.c.form.textarea {
  display: block;
  padding: 12px 16px;
  border-radius: 6px;
  border: none;
  background: #F5F5F5;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  resize: vertical;
  font-weight: 300;
  font-family: inherit;
}
.c.form.textarea.none {
  display: none;
}
.c.form.select {
  position: relative;
  width: 200px;
}
.c.form.select::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: 12px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #818181;
  border-right: 2px solid #818181;
  transform: rotate(135deg);
  pointer-events: none;
}
.c.form.select > select {
  color: #818181;
  height: 44px;
  width: 100%;
  padding: 0 16px;
  border-radius: 6px;
  border: none;
  background: #F5F5F5;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  cursor: pointer;
}
.c.form.select > select::-ms-expand {
  display: none;
}
.c.form.text::-moz-placeholder, .c.form.textarea::-moz-placeholder {
  color: #CBCBCB;
}
.c.form.text::placeholder, .c.form.textarea::placeholder {
  color: #CBCBCB;
}
.c.form.text:focus, .c.form.select > select:focus, .c.form.textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #E96304 inset;
}
.c.checkbox {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 599px) {
  .c.checkbox {
    display: block;
  }
}
.c.checkbox.wrap {
  padding: 10px;
  flex-wrap: wrap;
}
.c.checkbox input {
  position: absolute;
  white-space: nowrap;
  width: 1px;
  height: 1px;
  overflow: hidden;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  margin: -1px;
}
.c.checkbox input:checked + .checkbox-name::before {
  border: 1px solid #E96304;
  background-color: #E96304;
}
.c.checkbox input:checked + .checkbox-name::after {
  content: "";
  position: absolute;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  left: 7px;
  top: -1px;
  bottom: 0;
  margin: auto;
  width: 6px;
  height: 12px;
  transform: translateY(-1px) rotate(45deg);
}
.c.checkbox .checkbox-name {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  position: relative;
}
.c.checkbox .checkbox-name:hover::before {
  background: #FCEFE5;
}
.c.checkbox .checkbox-name::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 1px solid #d6d6d6;
  border-radius: 3px;
  margin-right: 6px;
  flex-shrink: 0;
}
.c.checkbox.link {
  color: #E96304;
  border-bottom: 1px solid #E96304;
  margin-right: 2px;
  white-space: nowrap;
}
.c.radio.box {
  box-sizing: border-box;
  transition: background-color 0.1s linear;
  position: relative;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 12px;
  padding: 9px 14px 9px 42px;
  border-radius: 6px;
  background: #fff;
  color: #000;
  border: 1px solid #E8E8E8;
  vertical-align: middle;
  cursor: pointer;
}
:checked + .c.radio.box {
  background-color: #FCEFE5;
  border: 1px solid #E96304;
  pointer-events: none;
}
.c.radio.box:hover {
  background-color: #F5F5F5;
}
.c.radio.box:after {
  transition: border-color 0.1s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 1px solid #E96304;
  background: #fff;
  border-radius: 50%;
  content: "";
}
.c.radio.box:before {
  transition: opacity 0.1s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #E96304;
  content: "";
  opacity: 0;
  z-index: 99;
}
input[type=radio]:checked + .c.radio.box:before {
  opacity: 1;
}
.c.check.box {
  box-sizing: border-box;
  transition: background-color 0.1s linear;
  position: relative;
  display: block;
  margin-right: 10px;
  margin-bottom: 12px;
  padding: 9px 14px 9px 42px;
  border-radius: 6px;
  background: #fff;
  color: #000;
  border: 1px solid #E8E8E8;
  vertical-align: middle;
  cursor: pointer;
}
:checked + .c.check.box {
  background-color: #FCEFE5;
  border: 1px solid #E96304;
  /* pointer-events: none; */
}
.c.check.box:hover {
  background-color: #F5F5F5;
}
.c.check.box:after {
  transition: border-color 0.1s linear;
  position: absolute;
  top: 50%;
  left: 15px;
  display: block;
  margin-top: -10px;
  width: 20px;
  height: 20px;
  border: 1px solid #E96304;
  background: #fff;
  border-radius: 50%;
  content: "";
}
.c.check.box:before {
  transition: opacity 0.1s linear;
  position: absolute;
  top: 50%;
  left: 20px;
  display: block;
  margin-top: -5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #E96304;
  content: "";
  opacity: 0;
  z-index: 99;
}
input[type=checkbox]{
  display: none;
}
input[type=checkbox]:checked + .c.check.box:before {
  opacity: 1;
}
.c.title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  line-height: 1.4;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .c.title {
    font-size: 28px;
  }
}
@media screen and (max-width: 959px) {
  .c.title {
    font-size: 24px;
  }
}
.c.title > span {
  margin-left: 4px;
  margin-right: 4px;
  font-size: 48px;
  color: #E96304;
}
@media screen and (max-width: 1199px) {
  .c.title > span {
    font-size: 40px;
  }
}
@media screen and (max-width: 959px) {
  .c.title > span {
    font-size: 32px;
    position: relative;
    top: 3px;
  }
}
.c.title.orange {
  color: #E96304;
  margin-bottom: 24px;
}
@media screen and (max-width: 1199px) {
  .c.title.orange {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 959px) {
  .c.title.orange {
    margin-bottom: 10px;
  }
}
.c.slash-bubble {
  display: inline-block;
  color: #E96304;
  position: relative;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  padding-left: 25px;
  padding-right: 25px;
}
.c.slash-bubble::before {
  content: "";
  width: 23px;
  height: 0px;
  border: 1px solid #E96304;
  position: absolute;
  left: 0;
  bottom: 60%;
  transform: rotate(65deg);
}
.c.slash-bubble::after {
  content: "";
  width: 23px;
  height: 0px;
  border: 1px solid #E96304;
  position: absolute;
  right: 0;
  bottom: 60%;
  transform: rotate(-65deg);
}
.c.balloon {
  position: relative;
  display: inline-flex;
  padding: 10px 15px;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  border-radius: 55px;
  border: 2px solid #E96304;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  line-height: 1.1;
  color: #E96304;
}
.c.balloon::before {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 3px solid transparent;
  border-top: 5px solid #fff;
  z-index: 2;
}
.c.balloon::after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top: 9px solid #E96304;
  z-index: 1;
}
.c.btn {
  transition: 0.15s;
  border-radius: 10px;
  box-shadow: 0px 4px 0px 0px rgba(73, 37, 19, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1.5;
  font-weight: bold;
  cursor: pointer;
}
.c.btn:hover {
  transform: translateY(4px);
  box-shadow: none;
  opacity: 0.9;
  transition: 0.15s;
}
.c.btn.arrow::after {
  content: "";
  background-image: url("/assets/images/svg/right-arrow-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 8px;
  height: 12px;
  margin-left: 12px;
}
.c.btn.bg-gradation {
  border: 2px solid #fff;
  color: #fff;
  background: linear-gradient(84.65deg, #E96304 2.93%, rgba(255, 106, 0, 0.7) 101.87%);
}
.c.btn.bg-orange {
  border: 2px solid #fff;
  color: #fff;
  fill: #E96304;
  background-color: #E96304;
}
.c.btn.bg-green {
  border: 2px solid #fff;
  color: #fff;
  background-color: #9AC853;
}
.c.btn.bg-blue {
  border: 2px solid #fff;
  color: #fff;
  background-color: #186DBC;
}
.c.btn.bg-white-bd-orange {
  border: 2px solid #E96304;
  color: #E96304;
  background-color: #fff;
}
.c.btn.bg-white-bd-blue {
  border: 2px solid #186DBC;
  color: #186DBC;
  background-color: #fff;
}
.c.b-btn {
  position: fixed;
  right: 0;
  top: 130px;
  display: flex;
  flex-direction: column;
  z-index: 99;
  font-size: 14px;
  letter-spacing: 1px;
  width: 43px;
}
@media screen and (max-width: 599px) {
  .c.b-btn {
    width: 100%;
    padding: 6px 20px;
    top: auto;
    bottom: 0;
    background: #fff;
    flex-direction: row-reverse;
    justify-content: center;
    border-top: 1px solid #E8E8E8;
  }
}
.c.b-btn-blue, .c.b-btn-wh {
  display: block;
  text-align: center;
  writing-mode: vertical-rl;
  padding: 20px 10px;
  border-radius: 6px 0px 0px 6px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.06);
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  .c.b-btn-blue, .c.b-btn-wh {
    writing-mode: horizontal-tb;
    padding: 8px 20px;
    width: 45%;
    max-width: 240px;
    border-radius: 6px;
  }
}
.c.b-btn-blue:hover, .c.b-btn-wh:hover {
  opacity: 0.9;
}
.c.b-btn-blue {
  background: #186DBC;
  color: #fff !important;
  margin-bottom: 4px;
}
@media screen and (max-width: 599px) {
  .c.b-btn-blue {
    margin-bottom: 0;
  }
}
.c.b-btn-wh {
  background: #fff;
  color: #186DBC !important;
  border: solid #186DBC;
  border-width: 2px 0 2px 2px;
}
@media screen and (max-width: 599px) {
  .c.b-btn-wh {
    border-width: 2px;
    margin-right: 12px;
  }
}
.c.b-cta {
  padding-top: 40px;
  padding-bottom: 2px;
}
.c.b-cta.blue {
  background: rgb(232, 241, 249);
}
.c.b-cta.pink {
  background: rgba(237, 133, 162, 0.2);
}
.c.b-cta-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
}
@media screen and (max-width: 959px) {
  .c.b-cta-wrap {
    display: block;
  }
}
.c.b-cta-paper {
  background: #fff;
  padding-top: 24px;
  padding-bottom: 32px;
  border-radius: 10px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  width: calc((100% - 64px) * 1 / 3);
}
@media screen and (max-width: 959px) {
  .c.b-cta-paper {
    width: 100%;
    margin-bottom: 24px;
  }
}
.c.b-cta-title > img {
  width: 40px;
  margin-bottom: 10px;
}
.c.b-cta-title-bold {
  font-size: 24px;
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  margin-bottom: 8px;
}
.c.b-cta-title-text {
  font-size: 14px;
  margin-bottom: 12px;
  height: 43px;
}
@media screen and (max-width: 959px) {
  .c.b-cta-title-text {
    height: auto;
  }
}
@media screen and (max-width: 959px) {
  .c.b-cta-way {
    display: inline-block;
  }
}
@media screen and (max-width: 959px) {
  .c.b-cta-way-chat {
    border: none;
    padding-right: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.c.b-cta-way-chat > .btn {
  width: 240px;
  height: 48px;
}
.c.b-cta-way-tel {
  display: inline-flex;
  font-family: Helvetica Neue, sans-serif;
  font-weight: 400;
  margin-bottom: 12px;
}
.c.b-cta-way-tel > img {
  width: 40px;
  margin-right: 10px;
}
.c.b-cta-way-tel-no {
  font-size: 22px;
  line-height: 1.2;
  font-weight: 400;
  text-decoration: none;
}
.c.b-cta-way-tel-time {
  font-size: 11px;
}
.c.b-cta-way-appl > .btn.blue.arrow::after {
  background-image: url("/assets/images/svg/right-arrow-blue.svg");
}
.c.b-cta-way-appl > .btn {
  width: 240px;
  height: 48px;
}

input[type=radio] {
  display: none;
}

input,
select,
textarea {
  font-size: 100%;
}

/* アコーディオン全体 */
.accordion {
  /* アコーディオンアイテム */
}
.accordion .accordion-item {
  /* アコーディオンのコンテンツ */
}
.accordion .accordion-item .accordion-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.accordion .accordion-item .accordion-title::-webkit-details-marker {
  display: none;
}
.accordion .accordion-item .accordion-title > span {
  transform: translateY(-25%) rotate(45deg);
  width: 8px;
  height: 8px;
  margin-left: 10px;
  border-bottom: 2px solid #818181;
  border-right: 2px solid #818181;
  padding: 4px;
  transition: 0.3s;
}
.accordion .accordion-item.is-active .accordion-title span {
  transform: rotate(225deg);
}
.accordion .accordion-item .accordion-content {
  background: #f5f5f5;
  overflow: auto;
  transition: 0.3s;
}
.accordion .accordion-item .accordion-content.is-close {
  height: 0px !important;
}
.accordion .accordion-item .accordion-text {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 48px;
  padding-right: 20px;
}
@media screen and (max-width: 599px) {
  .accordion .accordion-item .accordion-text {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}

.faq-block {
  border-bottom: 1px solid #e8e8e8;
  overflow: hidden;
}
.faq-question {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  padding: 20px 20px 20px 48px;
}
@media screen and (max-width: 959px) {
  .faq-question {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  .faq-question {
    padding: 16px 10px 16px 36px;
  }
}
.faq-question::before {
  color: #F4B181;
  content: "Q";
}
.faq-question::before, .faq-answer::before {
  position: absolute;
  left: 20px;
  font-size: 20px;
  font-weight: bold;
  font-family: Helvetica, sans-serif;
}
@media screen and (max-width: 599px) {
  .faq-question::before, .faq-answer::before {
    left: 10px;
  }
}
.faq-answer {
  color: #000;
  position: relative;
}
@media screen and (max-width: 959px) {
  .faq-answer {
    font-size: 14px;
  }
}
.faq-answer::before {
  color: rgba(24, 109, 188, 0.5);
  line-height: 1.2;
  content: "A";
}

.thanks {
  display: block;
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.thanks-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 32px;
  font-weight: bold;
  margin-bottom: 32px;
}
@media screen and (max-width: 599px) {
  .thanks-title {
    font-size: 24px;
  }
}
.thanks-title-image {
  margin-bottom: 32px;
}
.thanks-title-image > img {
  max-width: 140px;
}
@media screen and (max-width: 599px) {
  .thanks-title-image > img {
    max-width: 100px;
  }
}
.thanks > .text {
  max-width: 560px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
  padding-left: 12px;
  padding-right: 12px;
}

.b.banner {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  .b.banner {
    display: block;
    max-width: 480px;
  }
}
.b.banner > a {
  display: block;
}
@media screen and (max-width: 959px) {
  .b.banner > a {
    margin-bottom: 20px;
  }
}
.b.banner > a:hover {
  opacity: 0.8;
  transition: 0.15s;
}
.b.banner > a > img {
  height: 88px;
  width: auto;
}
@media screen and (max-width: 959px) {
  .b.banner > a > img {
    height: auto;
    width: 100%;
  }
}

.cta {
  background: linear-gradient(to right, rgb(225, 97, 7), rgba(255, 106, 0, 0.5));
  padding-top: 31px;
  padding-bottom: 54px;
}
@media screen and (max-width: 1199px) {
  .cta {
    padding-top: 30px;
    padding-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  .cta {
    padding-top: 33px;
  }
}
.cta .title {
  margin-bottom: 23px;
  color: #fff;
}
@media screen and (max-width: 1199px) {
  .cta .title {
    margin-bottom: 32px;
  }
}
@media screen and (max-width: 959px) {
  .cta .title {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  .cta .title {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cta .card-group {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  .cta .card-group {
    gap: 20px;
  }
}
@media screen and (max-width: 959px) {
  .cta .card-group {
    flex-direction: column;
    align-items: center;
    row-gap: 16px;
    max-width: 600px;
  }
}
.cta .card-group .card {
  width: calc((100% - 78px) / 3);
  padding: 30px 55px 40px 55px;
  background-color: #fff;
  border-radius: 10px;
  text-align: center;
  white-space: nowrap;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .cta .card-group .card {
    padding: 23px 20px 36px 20px;
  }
}
@media screen and (max-width: 959px) {
  .cta .card-group .card {
    width: 100%;
    padding-top: 24px;
    padding-bottom: 32px;
  }
}
.cta .card-group .card .cta-icon {
  width: 40px;
  height: 40px;
}
.cta .card-group .card .cta-text {
  margin-top: 20px;
  margin-bottom: 12px;
}
@media screen and (max-width: 1199px) {
  .cta .card-group .card .cta-text {
    margin-top: 26px;
  }
}
@media screen and (max-width: 959px) {
  .cta .card-group .card .cta-text {
    margin-top: 16px;
  }
}
.cta .card-group .card .cta-text > h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 7px;
}
@media screen and (max-width: 1199px) {
  .cta .card-group .card .cta-text > h3 {
    font-size: 20px;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 959px) {
  .cta .card-group .card .cta-text > h3 {
    font-size: 20px;
    margin-bottom: 12px;
  }
}
.cta .card-group .card .cta-text > p {
  font-size: 14px;
}
.cta .card-group .card .btn {
  width: 240px;
  height: 48px;
}

.doclist {
  line-height: 1.6;
  color: #242121;
}
.doclist ol, .doclist ul {
  padding-left: 1.5em;
}
.doclist li::marker {
  color: #E96304;
}
.doclist-block {
  margin-bottom: 40px;
}
.doclist-block-l > li {
  margin-bottom: 28px;
}
.doclist-block-m > li {
  margin-bottom: 20px;
}
.doclist-block-s > li {
  margin-bottom: 16px;
}
.doclist-block-list {
  list-style: disc;
}
.doclist-bold {
  font-weight: bold;
  margin-bottom: 12px;
}
.doclist-black {
  color: #242121;
}
.doclist-mb {
  margin-bottom: 16px;
}
.doclist-mb-l {
  margin-bottom: 24px;
}
.doclist-attention {
  color: #F62F2F;
}
.doclist-right {
  text-align: right;
}

footer .link-navigation {
  background-color: rgba(120, 51, 17, 0.08);
  padding-top: 23px;
  padding-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  footer .link-navigation {
    padding-top: 43px;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 959px) {
  footer .link-navigation {
    padding-top: 30px;
    padding-bottom: 32px;
  }
}
@media screen and (max-width: 599px) {
  footer .link-navigation {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
footer .link-navigation .content {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1199px) {
  footer .link-navigation .content {
    margin: 0 auto;
    flex-wrap: wrap;
    max-width: 757px;
  }
}
@media screen and (max-width: 959px) {
  footer .link-navigation .content {
    flex-direction: column;
    align-items: center;
    max-width: 600px;
  }
}
@media screen and (max-width: 599px) {
  footer .link-navigation .content {
    align-items: start;
  }
}
@media screen and (max-width: 959px) {
  footer .link-navigation .content .site-block {
    margin-bottom: 42px;
  }
}
@media screen and (max-width: 599px) {
  footer .link-navigation .content .site-block {
    margin-bottom: 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
footer .link-navigation .content .site-block .site-group {
  text-align: center;
  font-size: 0px;
}
@media screen and (max-width: 959px) {
  footer .link-navigation .content .site-block .site-group {
    text-align: start;
    display: flex;
  }
}
@media screen and (max-width: 374px) {
  footer .link-navigation .content .site-block .site-group {
    display: block;
    text-align: center;
  }
}
footer .link-navigation .content .site-block .site-group .logo {
  width: 200px;
  display: inline-block;
}
@media screen and (max-width: 959px) {
  footer .link-navigation .content .site-block .site-group .logo {
    width: 164px;
    margin-right: 11px;
  }
}
footer .link-navigation .content .site-block .site-group .text {
  white-space: nowrap;
}
footer .link-navigation .content .site-block .site-group .text .tokkyo-mark {
  display: inline-block;
  padding: 2px 10px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 14px;
  background-color: #E96304;
  font-weight: bold;
  font-size: 10px;
  color: white;
}
@media screen and (max-width: 959px) {
  footer .link-navigation .content .site-block .site-group .text .tokkyo-mark {
    margin-bottom: 6px;
  }
}
footer .link-navigation .content .site-block .site-group .text .phrase {
  font-size: 12px;
  line-height: 1.5;
  margin-bottom: 38px;
}
@media screen and (max-width: 959px) {
  footer .link-navigation .content .site-block .site-group .text .phrase {
    margin-bottom: 0px;
  }
}
footer .link-navigation .content .site-block .sns {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 14px;
}
@media screen and (max-width: 959px) {
  footer .link-navigation .content .site-block .sns {
    margin-top: 23px;
    gap: 20px;
  }
}
footer .link-navigation .content .site-block .sns > a {
  width: 28px;
  transition: opacity 0.15s;
}
@media screen and (max-width: 959px) {
  footer .link-navigation .content .site-block .sns > a {
    width: 36px;
  }
}
footer .link-navigation .content .site-block .sns > a:hover {
  opacity: 0.8;
  transition: opacity 0.15s;
}
footer .link-navigation .content .link-block {
  padding-top: 19px;
  display: flex;
  white-space: nowrap;
  font-size: 0px;
}
@media screen and (max-width: 1199px) {
  footer .link-navigation .content .link-block {
    flex-wrap: wrap;
    padding-top: 0px;
  }
}
@media screen and (max-width: 599px) {
  footer .link-navigation .content .link-block {
    display: block;
  }
}
footer .link-navigation .content .link-block .content-left {
  display: flex;
}
@media screen and (max-width: 1199px) {
  footer .link-navigation .content .link-block .content-left {
    display: block;
    margin-right: 60px;
  }
}
@media screen and (max-width: 959px) {
  footer .link-navigation .content .link-block .content-left {
    margin-right: 40px;
  }
}
footer .link-navigation .content .link-block .content-left .left-column {
  margin-right: 29px;
}
@media screen and (max-width: 1199px) {
  footer .link-navigation .content .link-block .content-left .left-column {
    margin-right: 0px;
  }
}
footer .link-navigation .content .link-block .content-left .center-column {
  margin-right: 104px;
}
@media screen and (max-width: 1199px) {
  footer .link-navigation .content .link-block .content-left .center-column {
    margin-right: 0px;
  }
}
footer .link-navigation .content .link-block .link-group {
  margin-bottom: 32px;
}
footer .link-navigation .content .link-block .link-group .title {
  display: inline-block;
  font-weight: bold;
  font-size: 12px;
  border-bottom: solid 1px #000;
  line-height: 1.5;
  margin-bottom: 14px;
}
@media screen and (max-width: 959px) {
  footer .link-navigation .content .link-block .link-group .title {
    margin-bottom: 18px;
  }
}
footer .link-navigation .content .link-block .link-group .link-list li {
  font-size: 14px;
  margin-bottom: 12px;
}
@media screen and (max-width: 959px) {
  footer .link-navigation .content .link-block .link-group .link-list li {
    margin-bottom: 16px;
  }
}
footer .link-navigation .content .link-block .link-group .link-list li > a:hover {
  color: #E96304;
  text-decoration: underline;
}
footer .link-navigation .content .banner-block {
  padding-top: 19px;
}
@media screen and (max-width: 1199px) {
  footer .link-navigation .content .banner-block {
    width: 100%;
    padding: 0px;
  }
}
@media screen and (max-width: 959px) {
  footer .link-navigation .content .banner-block {
    margin-bottom: 19px;
    position: relative;
  }
  footer .link-navigation .content .banner-block::after {
    content: "";
    position: absolute;
    bottom: -32px;
    left: 0;
    width: 100%;
    border-bottom: 1px solid #D6D6D6;
  }
}
footer .link-navigation .content .banner-block .banner-group {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (max-width: 1199px) {
  footer .link-navigation .content .banner-block .banner-group {
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 959px) {
  footer .link-navigation .content .banner-block .banner-group {
    align-items: center;
    flex-direction: column;
    row-gap: 10px;
  }
}
footer .link-navigation .content .banner-block .banner-group > a {
  transition: opacity 0.15s;
}
footer .link-navigation .content .banner-block .banner-group > a:nth-child(1) {
  width: 230px;
}
@media screen and (max-width: 1199px) {
  footer .link-navigation .content .banner-block .banner-group > a:nth-child(1) {
    width: 274px;
  }
}
@media screen and (max-width: 959px) {
  footer .link-navigation .content .banner-block .banner-group > a:nth-child(1) {
    width: 230px;
  }
}
footer .link-navigation .content .banner-block .banner-group > a:nth-child(2) {
  width: 230px;
}
@media screen and (max-width: 1199px) {
  footer .link-navigation .content .banner-block .banner-group > a:nth-child(2) {
    width: 202px;
  }
}
@media screen and (max-width: 959px) {
  footer .link-navigation .content .banner-block .banner-group > a:nth-child(2) {
    width: 230px;
  }
}
footer .link-navigation .content .banner-block .banner-group > a:nth-child(3) {
  width: 230px;
}
@media screen and (max-width: 1199px) {
  footer .link-navigation .content .banner-block .banner-group > a:nth-child(3) {
    width: 202px;
  }
}
@media screen and (max-width: 959px) {
  footer .link-navigation .content .banner-block .banner-group > a:nth-child(3) {
    width: 230px;
  }
}
footer .link-navigation .content .banner-block .banner-group > a:hover {
  opacity: 0.8;
  transition: opacity 0.15s;
}
footer .link-navigation .privacy-policy {
  margin-top: 45px;
  font-size: 14px;
}
@media screen and (max-width: 959px) {
  footer .link-navigation .privacy-policy {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 599px) {
  footer .link-navigation .privacy-policy {
    display: block;
  }
}
footer .link-navigation .privacy-policy .link-group {
  display: flex;
  justify-content: center;
  gap: 20px;
}
@media screen and (max-width: 959px) {
  footer .link-navigation .privacy-policy .link-group {
    flex-direction: column;
    row-gap: 20px;
  }
}
@media screen and (max-width: 599px) {
  footer .link-navigation .privacy-policy .link-group {
    align-items: start;
  }
}
footer .link-navigation .privacy-policy .link-group > a:hover {
  color: #E96304;
  text-decoration: underline;
}
footer .information {
  padding-top: 20px;
  padding-bottom: 42px;
}
footer .information .content {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media screen and (max-width: 959px) {
  footer .information .content {
    flex-direction: column;
    align-items: center;
  }
}
footer .information .content .company-logo {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  footer .information .content .company-logo {
    flex-direction: column;
    text-align: center;
  }
}
footer .information .content .company-logo .logo {
  margin-right: 13px;
  width: 160px;
}
footer .information .content .company-logo .info {
  font-size: 12px;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  footer .information .content .company-logo .info {
    margin-top: 6px;
    margin-bottom: 43px;
  }
}
footer .information .content .marks {
  display: flex;
}
footer .information .content .marks li:nth-child(1) {
  width: 58px;
  margin-right: 8px;
}
footer .information .content .marks li:nth-child(2) {
  width: 60px;
  margin-right: 5px;
}
footer .information .content .marks li:nth-child(3) {
  width: 60px;
}
footer .information .copyrights {
  text-align: center;
  font-family: "Helvetica";
  font-size: 14px;
  line-height: 16px;
}
@media screen and (max-width: 959px) {
  footer .information .copyrights {
    margin-top: 40px;
  }
}

.error-message {
  color: #F72F2F;
  margin-top: 5px;
  padding: 4px;
  display: none;
  font-size: 14px;
}
.error-message:before {
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  content: "!";
  border-radius: 50%;
  padding: 2px;
  width: 17px;
  height: 17px;
  background-color: #fff;
  margin-right: 5px;
  border: 2px solid #F72F2F;
  font-weight: bold;
}
.error-message.show {
  display: flex;
  align-items: center;
  width: 100%;
}
.error-message.show.privacy-checkbox {
  text-align: center;
  justify-content: center;
}

.form .c.form.text {
  width: 100%;
  height: 48px;
}
.form .c.form.select {
  max-width: 320px;
  width: 100%;
}
.form .c.form.textarea {
  width: 100%;
}
.form .c.title-m {
  margin-bottom: 24px;
}
.form-service {
  display: inline-flex;
  flex-direction: column;
}
.form-wrap {
  margin-bottom: 32px;
  border-bottom: 1px solid #e8e8e8;
}
.form-text {
  margin-bottom: 40px;
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  .form-text {
    margin-top: 40px;
  }
}
.form-box {
  margin-bottom: 32px;
}
@media screen and (max-width: 599px) {
  .form-box {
    margin-bottom: 24px;
  }
}
.form-box.others {
  margin-bottom: 12px;
}
.form-box.time {
  margin-bottom: 0px;
}
.form-box.none {
  display: none;
}
.form-check {
  text-align: center;
}
.form-submit {
  max-width: 280px;
  width: 100%;
  height: 60px;
  margin-bottom: 4px;
  font-size: 16px;
}
.form-submit[type=submit]:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.form-textbox-l {
  height: 120px;
}
.form-textbox-m {
  height: 80px;
}
.form-btn {
  width: 180px;
  height: 44px;
  margin-bottom: 4px;
}

#sincloBox[data-openflg=true] {
  z-index: 10000001;
}

#maintenance-attention {
  background: #F72F2F;
  display: flex;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 10000000;
  transition: all 0.4s ease;
  max-height: 100px;
}
#maintenance-attention .attention-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  max-width: 100%;
}
@media screen and (max-width: 599px) {
  #maintenance-attention .attention-link {
    flex-direction: column;
    align-items: start;
  }
}
#maintenance-attention .attention-link:hover {
  opacity: 0.8;
}
#maintenance-attention .attention-link .attention-title {
  flex-shrink: 0;
  font-weight: 600;
  font-size: 14px;
  color: #FFF;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  #maintenance-attention .attention-link .attention-title {
    margin-bottom: 2px;
  }
}
#maintenance-attention .attention-link .attention-title:before {
  content: "";
  background-image: url("/assets/images/svg/alert-mark.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

#maintenance-attention .attention-link .attention-line-bar {
  width: 22px;
  flex-shrink: 0;
  height: 0;
  border: 1px solid #fff;
  transform: rotate(90deg);
  margin-left: 14px;
  margin-right: 14px;
}
@media screen and (max-width: 599px) {
  #maintenance-attention .attention-link .attention-line-bar {
    display: none;
  }
}
#maintenance-attention .attention-link .attention-content {
  font-size: 0px;
  margin-right: 14px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  #maintenance-attention .attention-link .attention-content {
    width: 100%;
  }
}
#maintenance-attention .attention-link .attention-content .attention-text-group {
  font-size: 14px;
  line-height: 1.4;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
}
#maintenance-attention .attention-link .attention-content .attention-text-group .date {
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  #maintenance-attention .attention-link .attention-content {
    margin-bottom: 4px;
    margin-right: 0px;
  }
}
#maintenance-attention .maintenance-btn {
  flex-shrink: 0;
  background-color: #fff;
  border: 1px solid #F62F2F;
  color: #F62F2F;
  font-size: 12px;
  line-height: 1.4;
  padding: 2px 0px 2px 8px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  margin-left: auto;
}
#maintenance-attention .maintenance-btn:after {
  content: "";
  width: 15px;
  height: 12px;
  background-image: url("/assets/images/svg/right-arrow-red.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 6px;
}


#news-attention {
  background: #FEE6C1;
  display: flex;
  justify-content: center;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  z-index: 10000000;
  transition: all 0.4s ease;
  max-height: 100px;
}
#news-attention .attention-link {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  max-width: 70%;
}
@media screen and (max-width: 599px) {
  #news-attention .attention-link {
    flex-direction: column;
    align-items: start;
  }
}
#news-attention .attention-link:hover {
  opacity: 0.8;
}
#news-attention .attention-link .attention-title {
  flex-shrink: 0;
  font-weight: 600;
  font-size: 14px;
  color: #E96304;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  #news-attention .attention-link .attention-title {
    margin-bottom: 2px;
  }
}
#news-attention .attention-link .attention-title:before {
  content: "";
  background-image: url("");
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  margin-right: 10px;
}

#news-attention .attention-link .attention-line-bar {
  width: 22px;
  flex-shrink: 0;
  height: 0;
  border: 1px solid #E96304;
  transform: rotate(90deg);
  margin-left: 14px;
  margin-right: 14px;
}
@media screen and (max-width: 599px) {
  #news-attention .attention-link .attention-line-bar {
    display: none;
  }
}
#news-attention .attention-link .attention-content {
  font-size: 0px;
  margin-right: 14px;
  overflow: hidden;
}
@media screen and (max-width: 599px) {
  #news-attention .attention-link .attention-content {
    width: 100%;
  }
}
#news-attention .attention-link .attention-content .attention-text-group {
  font-size: 14px;
  line-height: 1.4;
  color: #242121;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-block;
  width: 100%;
}
#news-attention .attention-link .attention-content .attention-text-group .date {
  line-height: 1.2;
  font-weight: 400;
}
@media screen and (max-width: 599px) {
  #news-attention .attention-link .attention-content {
    margin-bottom: 4px;
    margin-right: 0px;
  }
}
#news-attention .maintenance-btn {
    /* border-radius: 4px; */
    display: flex;
    align-items: center;
    /* margin-left: auto; */
    position: relative;
    padding: 2px 15px 2px 2px;
    flex-shrink: 0;
    color: #E96304;
}
#news-attention .maintenance-btn:after {
  content: "";
  width: 15px;
  height: 12px;
  background-image: url("/assets/images/svg/right-arrow-orange.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 6px;
}

header {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999999;
}
header #navigation {
  width: 100%;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #E8E8E8;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.05);
  background-color: #FFF;
}
@media screen and (max-width: 1199px) {
  header #navigation {
    box-shadow: none;
  }
}
@media screen and (max-width: 599px) {
  header #navigation {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
header #navigation .content-left {
  display: flex;
  align-items: center;
}
header #navigation .content-left .logo {
  width: 128px;
}
@media screen and (max-width: 959px) {
  header #navigation .content-left .logo {
    height: 56px;
  }
}
header #navigation .content-left .link-list {
  display: flex;
  align-items: center;
  font-weight: bold;
  font-size: 14px;
}
@media screen and (max-width: 1439px) {
  header #navigation .content-left .link-list {
    font-size: 12px;
  }
}
@media screen and (max-width: 1199px) {
  header #navigation .content-left .link-list {
    display: none;
  }
}
header #navigation .content-left .link-list > li {
  margin-left: 20px;
  flex-shrink: 0;
}
header #navigation .content-left .link-list > li .nav-link {
  padding-bottom: 4px;
  position: relative;
  cursor: pointer;
}
header #navigation .content-left .link-list > li .nav-link::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 0 0;
  width: 100%;
  border-bottom: 1px solid #492513;
  z-index: -1;
  transition: transform 0.5s ease;
  transform: scaleX(0);
  transform-origin: bottom right;
}
header #navigation .content-left .link-list > li .nav-link:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
header #navigation .content-left .link-list > li .nav-link.menu {
  padding-right: 15px;
  display: inline-flex;
  line-height: 1;
}
header #navigation .content-left .link-list > li .nav-link.menu.is-hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
header #navigation .content-left .link-list > li .nav-link.menu::after {
  content: "";
  background-image: url("/assets/images/svg/bottom-arrow-brown.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 3px;
  right: 0;
  width: 10px;
  height: 15px;
}
header #navigation .content-right {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: #FFF;
  font-weight: bold;
  font-size: 14px;
  gap: 12px;
}
header #navigation .content-right > a {
  transition: 0.15s;
}
header #navigation .content-right > a:hover {
  transform: translateY(4px);
  box-shadow: none;
  opacity: 0.9;
  transition: 0.15s;
}
header #navigation .content-right .examination {
  padding: 8px 16px;
  background: #186DBC;
  box-shadow: 0px 4px 0px rgba(73, 37, 19, 0.2);
  border-radius: 8px;
}
@media screen and (max-width: 959px) {
  header #navigation .content-right .examination {
    display: none;
  }
}
header #navigation .content-right .introduction {
  padding: 8px 14px;
  background: #E96304;
  box-shadow: 0px 4px 0px rgba(73, 37, 19, 0.2);
  border-radius: 8px;
}
@media screen and (max-width: 959px) {
  header #navigation .content-right .introduction {
    display: none;
  }
}
header #navigation .content-right #hamburger {
  cursor: pointer;
  display: none;
  width: 44px;
  height: 44px;
  position: relative;
}
header #navigation .content-right #hamburger.open > span {
  position: absolute;
  top: 50%;
}
header #navigation .content-right #hamburger.open > span:first-child {
  transform: translateY(-50%) rotate(45deg);
}
header #navigation .content-right #hamburger.open > span:last-child {
  transform: translateY(-50%) rotate(-45deg);
}
header #navigation .content-right #hamburger.open > span:nth-child(2) {
  display: none;
}
header #navigation .content-right #hamburger > span {
  width: 24px;
  height: 0px;
  border: 1px solid #E96304;
  border-radius: 60px;
}
@media screen and (max-width: 1199px) {
  header #navigation .content-right #hamburger {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 6px;
    padding: 10px;
  }
}
header #hamburger-menu {
  background-color: #fff;
  overflow: scroll;
  position: absolute;
  width: 100%;
  transform: translateY(-200%);
  top: 100%;
  height: 0px;
  left: 0;
  box-sizing: border-box;
  transition: transform 0.3s;
  z-index: -1;
}
header #hamburger-menu.open {
  z-index: 0;
  transform: translateY(0%);
  transition: transform 0.3s;
}
header #hamburger-menu .space .content {
  width: 90%;
  max-width: 600px;
  margin-top: 36px;
  padding-bottom: 100px;
}
@media screen and (max-width: 959px) {
  header #hamburger-menu .space .content {
    margin-top: 20px;
  }
}
@media screen and (max-width: 599px) {
  header #hamburger-menu .space .content {
    max-width: 100%;
    width: 90%;
  }
}
header #hamburger-menu .space .content .top-button {
  display: none;
  color: #FFF;
  font-weight: bold;
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 959px) {
  header #hamburger-menu .space .content .top-button {
    display: block;
  }
}
@media screen and (max-width: 599px) {
  header #hamburger-menu .space .content .top-button {
    font-size: 14px;
  }
}
header #hamburger-menu .space .content .top-button > a {
  transition: 0.15s;
  width: 100%;
}
header #hamburger-menu .space .content .top-button > a:hover {
  transform: translateY(4px);
  box-shadow: none;
  opacity: 0.9;
  transition: 0.15s;
}
header #hamburger-menu .space .content .top-button .introduction {
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #E96304;
  box-shadow: 0px 4px 0px rgba(73, 37, 19, 0.2);
  border-radius: 8px;
}
@media screen and (max-width: 959px) {
  header #hamburger-menu .space .content .top-button .introduction {
    display: block;
  }
}
header #hamburger-menu .space .content .top-button .examination {
  margin-top: 16px;
  display: none;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #186DBC;
  box-shadow: 0px 4px 0px rgba(73, 37, 19, 0.2);
  border-radius: 8px;
}
@media screen and (max-width: 959px) {
  header #hamburger-menu .space .content .top-button .examination {
    display: block;
  }
}
header #hamburger-menu .space .content .menu-list {
  display: flex;
  flex-direction: column;
  row-gap: 22px;
}
header #hamburger-menu .space .content .menu-list > li {
  position: relative;
}
@media screen and (max-width: 959px) {
  header #hamburger-menu .space .content .menu-list > li {
    width: 100%;
  }
}
header #hamburger-menu .space .content .menu-list > li > a {
  display: flex;
  align-items: center;
  font-weight: bold;
  padding-top: 2px;
  padding-left: 4px;
  padding-bottom: 2px;
}
header #hamburger-menu .space .content .menu-list > li > a::after {
  background-image: url("/assets/images/svg/right-arrow-brown.svg");
  background-repeat: no-repeat;
  content: "";
  width: 8px;
  height: 10px;
  position: absolute;
  right: 0;
}
header #hamburger-menu .space .content .horizon {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 1px solid #E8E8E8;
  width: 100%;
  height: 0;
}
header #hamburger-menu .space .content .bottom-button {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
header #hamburger-menu .space .content .bottom-button .item .caption {
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  opacity: 0.5;
  margin-bottom: 2px;
}
header #hamburger-menu .space .content .bottom-button .item .btn {
  width: 100%;
  height: 52px;
}
header #hamburger-menu .space .content .bottom-button .item .button-group {
  display: flex;
  justify-content: center;
  gap: 18px;
}
header #hamburger-menu .space .content .bottom-button .item .button-group .btn {
  width: 50%;
}
header #hamburger-menu .space .content .bottom-button .item .button-group .btn:first-child::after {
  content: "";
  background-image: url("/assets/images/svg/right-arrow-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 12px;
  margin-left: 8px;
}
header #service-menu-item {
  background-color: #fff;
  height: 0px;
  transition: 0.4s;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
}
@media screen and (max-width: 959px) {
  header #service-menu-item {
    display: none;
  }
}
header #service-menu-item.open {
  height: 93px;
  transition: 0.4s;
  border-bottom: 1px solid #E8E8E8;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
}
header #service-menu-item .item-list {
  margin-top: 24px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
}
header #service-menu-item .item-list > li {
  padding: 12px 10px;
  font-size: 0px;
}
header #service-menu-item .item-list > li > a {
  font-size: 14px;
  font-weight: bold;
  position: relative;
  padding-bottom: 4px;
}
header #service-menu-item .item-list > li > a:before {
  content: "";
  position: absolute;
  top: 30%;
  left: -20px;
  border: 1px solid #E96304;
  border-radius: 10px;
  width: 10px;
  height: 0px;
}
header #service-menu-item .item-list > li > a::after {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 0 0;
  width: 100%;
  border-bottom: 1px solid #492513;
  transition: transform 0.5s ease;
  transform: scaleX(0);
  transform-origin: bottom right;
}
header #service-menu-item .item-list > li > a:hover::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
header #faq-menu-item {
  background-color: #fff;
  overflow: hidden;
  height: 0px;
  transition: 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
}
@media screen and (max-width: 959px) {
  header #faq-menu-item {
    display: none;
  }
}
header #faq-menu-item.open {
  height: 191px;
  transition: 0.4s;
  border-bottom: 1px solid #E8E8E8;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.1);
}
header #faq-menu-item .item-list {
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 140px;
}
header #faq-menu-item .item-list > li {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
  position: relative;
  padding-top: 28px;
  padding-bottom: 28px;
}
header #faq-menu-item .item-list > li:not(:last-child):after {
  content: "";
  border-right: 2px solid #E8E8E8;
  display: block;
  position: absolute;
  top: 0;
  right: -70px;
  width: 0px;
  height: 100%;
}
header #faq-menu-item .item-list > li > span {
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
}
header #faq-menu-item .item-list > li .btn {
  width: 240px;
  height: 52px;
}
header #faq-menu-item .item-list > li .button-group {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
}
header #faq-menu-item .item-list > li .button-group .btn {
  width: 140px;
}
header #faq-menu-item .item-list > li .button-group .btn:first-child::after {
  content: "";
  background-image: url("/assets/images/svg/right-arrow-blue.svg");
}

.modal {
  z-index: 10000001;
  position: fixed;
  overflow: scroll;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: rgba(73, 37, 19, 0.6);
  display: none;
}
.modal.open {
  display: block;
}
.modal .modal-wrapper {
  max-width: 640px;
  width: 90%;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.06), 0px 6px 12px rgba(0, 0, 0, 0.08);
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  padding-bottom: 22px;
  margin-top: 100px;
  margin-bottom: 120px;
}
@media screen and (max-width: 959px) {
  .modal .modal-wrapper {
    margin-top: 60px;
  }
}
.modal .modal-wrapper .modal-title {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 20px;
  padding-left: 20px;
  height: 74px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  font-family: "Zen Maru Gothic", sans-serif;
  border-radius: 10px 10px 0px 0px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  .modal .modal-wrapper .modal-title {
    align-items: start;
    height: auto;
    font-size: 20px;
  }
}
.modal .modal-wrapper .switch-modal {
  max-width: 580px;
  width: 90%;
  background: #F5F5F5;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  justify-content: center;
  padding-top: 22px;
  padding-bottom: 22px;
  margin-top: 40px;
}
@media screen and (max-width: 959px) {
  .modal .modal-wrapper .switch-modal {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.modal .modal-wrapper .switch-modal .modal-slash-bubble {
  color: #242121;
  font-weight: 300;
  font-size: 14px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  padding-left: 22px;
  padding-right: 22px;
}
@media screen and (max-width: 374px) {
  .modal .modal-wrapper .switch-modal .modal-slash-bubble {
    font-size: 12px;
  }
}
.modal .modal-wrapper .switch-modal .modal-slash-bubble::before {
  content: "";
  width: 17px;
  height: 0px;
  border-top: 1px solid #242121;
  position: absolute;
  top: 45%;
  left: 0;
  transform: rotate(50deg);
}
.modal .modal-wrapper .switch-modal .modal-slash-bubble::after {
  content: "";
  width: 17px;
  height: 0px;
  border-top: 1px solid #242121;
  position: absolute;
  top: 45%;
  right: 0;
  transform: rotate(-50deg);
}
.modal .modal-wrapper .switch-modal .btn {
  font-weight: bold;
  font-size: 14px;
  width: 90%;
  padding: 13px 10px;
  text-align: center;
}
.modal .modal-wrapper .switch-modal .btn.arrow::after {
  margin-left: 8px;
}
.modal .modal-wrapper .switch-modal .btn.examination {
  max-width: 355px;
}
.modal .modal-wrapper .switch-modal .btn.examination.arrow::after {
  background-image: url("/assets/images/svg/right-arrow-blue.svg");
}
.modal .modal-wrapper .switch-modal .btn.introduction {
  max-width: 285px;
}
.modal .modal-wrapper .switch-modal .btn.introduction.arrow::after {
  background-image: url("/assets/images/svg/right-arrow-orange.svg");
}
.modal .modal-wrapper .close-wrapper {
  position: absolute;
  top: 0;
  right: -40px;
}
@media screen and (max-width: 959px) {
  .modal .modal-wrapper .close-wrapper {
    top: -40px;
    right: 0px;
  }
}
.modal .modal-wrapper .close-wrapper .cross {
  cursor: pointer;
  position: relative;
  display: block;
  width: 34px;
  height: 34px;
}
.modal .modal-wrapper .close-wrapper .cross:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 60px;
  transform: rotate(45deg);
}
.modal .modal-wrapper .close-wrapper .cross:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0%;
  width: 100%;
  border: 1px solid #fff;
  border-radius: 60px;
  transform: rotate(-45deg);
}
.modal.examination-modal .modal-title {
  background: #E8F1F9;
  border-radius: 10px 10px 0px 0px;
}
.modal.examination-modal .modal-content {
  position: relative;
  padding-top: 40px;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 959px) {
  .modal.examination-modal .modal-content {
    padding-top: 20px;
  }
}
.modal.examination-modal .modal-content::after {
  position: absolute;
  top: 60%;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  border: 1px dashed #E8E8E8;
  width: 90%;
  height: 0px;
}
@media screen and (max-width: 959px) {
  .modal.examination-modal .modal-content::after {
    top: 57%;
  }
}
.modal.examination-modal .modal-content .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 470px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  .modal.examination-modal .modal-content .content {
    flex-direction: column;
  }
}
.modal.examination-modal .modal-content .content:first-child {
  margin-bottom: 64px;
}
@media screen and (max-width: 959px) {
  .modal.examination-modal .modal-content .content:first-child {
    margin-bottom: 48px;
  }
}
.modal.examination-modal .modal-content .content .site-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 959px) {
  .modal.examination-modal .modal-content .content .site-block {
    margin-bottom: 16px;
  }
}
.modal.examination-modal .modal-content .content .site-block .logo {
  width: 160px;
  margin-bottom: 5px;
}
@media screen and (max-width: 959px) {
  .modal.examination-modal .modal-content .content .site-block .logo {
    width: 140px;
  }
}
.modal.examination-modal .modal-content .content .site-block .logo:hover {
  opacity: 1;
  transition: initial;
}
.modal.examination-modal .modal-content .content .site-block .text {
  font-size: 12px;
  text-align: center;
}
.modal.examination-modal .modal-content .content .button-block {
  width: 100%;
  max-width: 270px;
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 16px;
}
@media screen and (max-width: 959px) {
  .modal.examination-modal .modal-content .content .button-block {
    row-gap: 14px;
  }
}
.modal.examination-modal .modal-content .content .button-block .login {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  height: 48px;
  color: #fff;
  border: none;
}
.modal.examination-modal .modal-content .content .button-block .login::before {
  content: "";
  background-image: url("/assets/images/svg/internal-link.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 16px;
  width: 20px;
  height: 20px;
}
.modal.examination-modal .modal-content .content .button-block .old-login {
  display: inline-block;
  text-decoration: underline;
  color: #186DBC;
  font-size: 14px;
}
.modal.examination-modal .modal-content .content .button-block .old-login:hover {
  text-decoration: none;
}
.modal.examination-modal .modal-content .content .button-block .examination {
  width: 100%;
  padding: 8px;
  font-weight: bold;
  font-size: 14px;
}
.modal.introduction-modal .modal-title {
  background-color: rgba(233, 99, 4, 0.2);
}
.modal.introduction-modal .modal-content {
  position: relative;
  padding-top: 40px;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  .modal.introduction-modal .modal-content {
    padding-top: 24px;
    flex-direction: column;
    gap: 48px;
  }
}
.modal.introduction-modal .modal-content::after {
  position: absolute;
  top: 24px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  border: 1px dashed #E8E8E8;
  width: 0px;
  height: 215px;
}
@media screen and (max-width: 959px) {
  .modal.introduction-modal .modal-content::after {
    width: 90%;
    height: 0px;
    top: calc(50% + 12px);
  }
}
.modal.introduction-modal .modal-content .content {
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-left: 20px;
  padding-right: 20px;
}
.modal.introduction-modal .modal-content .content .icon {
  display: flex;
  align-items: end;
  height: 37px;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  .modal.introduction-modal .modal-content .content .icon {
    margin-bottom: 12px;
  }
}
.modal.introduction-modal .modal-content .content .icon > img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modal.introduction-modal .modal-content .content > h3 {
  font-weight: bold;
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 16px;
  margin-bottom: 16px;
}
@media screen and (max-width: 959px) {
  .modal.introduction-modal .modal-content .content > h3 {
    margin-bottom: 12px;
  }
}
.modal.introduction-modal .modal-content .content .btn {
  width: 240px;
  height: 48px;
  margin-bottom: 14px;
}
@media screen and (max-width: 959px) {
  .modal.introduction-modal .modal-content .content .btn {
    margin-bottom: 16px;
  }
}
.modal.introduction-modal .modal-content .content .btn.input:after {
  background-image: url("/assets/images/svg/right-arrow-orange.svg");
}
.modal.introduction-modal .modal-content .content .link {
  text-decoration: underline;
}
.modal.introduction-modal .modal-content .content .link:hover {
  text-decoration: none;
}

#error_404 .to-top-page {
  width: 200px;
  height: 48px;
  color: #fff;
}
#error_404 .notfound {
  display: flex;
  margin-top: 80px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  max-width: 800px;
}
@media screen and (max-width: 959px) {
  #error_404 .notfound {
    display: block;
    margin-top: 60px;
    text-align: center;
  }
}
#error_404 .notfound-img {
  margin-right: 40px;
}
@media screen and (max-width: 959px) {
  #error_404 .notfound-img {
    margin-right: 0;
    margin-bottom: 20px;
  }
}
#error_404 .notfound-img > img {
  width: 340px;
}
@media screen and (max-width: 959px) {
  #error_404 .notfound-img > img {
    max-width: 340px;
    width: 100%;
  }
}
#error_404 .notfound-text {
  margin-top: 12px;
  margin-bottom: 24px;
}
@media screen and (max-width: 959px) {
  #error_404 .notfound-text {
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }
}

#album-system .c.circle {
  background: #ED85A2;
}
#album-system .c.subttl.album {
  -webkit-text-decoration: underline rgba(237, 133, 162, 0.3);
  text-decoration: underline rgba(237, 133, 162, 0.3);
  text-decoration-thickness: 10px;
}
@media screen and (max-width: 959px) {
  #album-system .c.subttl.album {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 599px) {
  #album-system #sincloBanner {
    bottom: 60px !important;
  }
}
@media screen and (max-width: 374px) {
  #album-system #sincloBanner {
    bottom: 60px !important;
  }
}
#album-system .balloon {
  margin-bottom: 12px;
}
#album-system .slash-bubble.album {
  font-size: 28px;
  text-align: center;
  margin-bottom: 120px;
  padding-left: 30px;
  padding-right: 30px;
}
@media screen and (max-width: 959px) {
  #album-system .slash-bubble.album {
    font-size: 22px;
  }
}
#album-system .slash-bubble.album::before, #album-system .slash-bubble.album::after {
  width: 32px;
}
#album-system .slash-bubble.campaign {
  font-size: 20px;
  color: #F62F2F;
  font-family: "Hiragino Kaku Gothic Pro";
  padding-left: 24px;
  padding-right: 24px;
  margin-bottom: 32px;
}
#album-system .slash-bubble.campaign::before, #album-system .slash-bubble.campaign::after {
  border-color: #F62F2F;
}
#album-system .album-mv {
  background: rgba(237, 133, 162, 0.1);
  background-image: url("/assets/images/bg_tri_pink_01.png"), url("/assets/images/bg_tri_pink_02.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 20% auto, auto 100%;
  background-position: left 0 top 0, right 0 bottom 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 959px) {
  #album-system .album-mv {
    padding-top: 80px;
    padding-bottom: 60px;
    height: 400px;
    flex-direction: column;
    background-size: 20% auto, auto 100%;
    background-position: left 0 top 0, right -60px bottom 0;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  #album-system .album-mv {
    padding-top: 40px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
#album-system .album-mv-box {
  max-width: 410px;
  margin-right: 30px;
  margin-left: 40px;
}
@media screen and (max-width: 959px) {
  #album-system .album-mv-box {
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    padding: 0 20px;
    max-width: 480px;
  }
}
#album-system .album-mv-box-catch {
  font-size: 40px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  #album-system .album-mv-box-catch {
    font-size: 28px;
  }
}
#album-system .album-mv-box-text-01 {
  padding-bottom: 6px;
  line-height: 2;
  display: inline;
  background: linear-gradient(transparent 96%, #492513 0%);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}
#album-system .album-mv-box-text-01 > br {
  display: none;
}
@media screen and (max-width: 599px) {
  #album-system .album-mv-box-text-01 > br {
    display: block;
  }
}
@media screen and (max-width: 959px) {
  #album-system .album-mv-box-text-01 {
    font-size: 14px;
  }
}
#album-system .album-mv-box-text-01 > span {
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  #album-system .album-mv-box-text-01 > span {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  #album-system .album-mv-box-text-02 {
    font-size: 14px;
  }
}
#album-system .album-mv-img {
  position: relative;
  padding-top: 100px;
  padding-bottom: 80px;
  padding-right: 20px;
  margin-right: 40px;
}
@media screen and (max-width: 959px) {
  #album-system .album-mv-img {
    max-width: 480px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: 0;
  }
}
#album-system .album-mv-img-main {
  max-width: 510px;
}
#album-system .album-mv-img-star {
  position: absolute;
  transform: rotate(12deg);
  top: 20px;
  right: -20px;
  background-image: url("/assets/images/star.png");
  width: 120px;
  height: 120px;
  z-index: -1;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  padding-top: 30px;
  filter: drop-shadow(0px 4px 6px rgba(83, 34, 0, 0.1));
}
@media screen and (max-width: 959px) {
  #album-system .album-mv-img-star {
    top: -20px;
    right: -80px;
    transform: rotate(20deg);
  }
}
@media screen and (max-width: 599px) {
  #album-system .album-mv-img-star {
    display: none;
  }
}
#album-system .album-block {
  margin-bottom: 60px;
}
@media screen and (max-width: 959px) {
  #album-system .album-block {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  #album-system .album-block {
    margin-bottom: 40px;
  }
}
#album-system .album-block-cnt {
  margin-bottom: 40px;
}
#album-system .album-title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  #album-system .album-title {
    margin-bottom: 32px;
  }
}
#album-system .album-point {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#album-system .album-point-box {
  display: flex;
  width: calc((100% - 24px) / 2);
  margin-bottom: 48px;
}
@media screen and (max-width: 959px) {
  #album-system .album-point-box {
    width: 100%;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 959px) {
  #album-system .album-point-box:last-of-type {
    margin-bottom: 0;
  }
}
#album-system .album-point-text {
  flex: 1;
}
#album-system .album-flow-ms {
  display: none;
}
@media screen and (max-width: 959px) {
  #album-system .album-flow-l {
    display: none;
  }
  #album-system .album-flow-ms {
    display: block;
  }
}
#album-system .album-table {
  overflow-x: scroll;
}
@media screen and (max-width: 599px) {
  #album-system .album-table {
    margin-right: calc(50% - 50vw);
  }
}
#album-system .album-table-wrap {
  color: #242121;
  width: 100%;
}
@media screen and (max-width: 599px) {
  #album-system .album-table-wrap {
    width: 300px;
  }
}
#album-system .album-table-default {
  background: #818181;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  #album-system .album-table-default {
    min-width: 160px;
  }
}
#album-system .album-table-orange {
  background: #E96304;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 599px) {
  #album-system .album-table-orange {
    min-width: 200px;
  }
}
#album-system .album-table-blue {
  background: #52C3F2;
  color: #fff;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  #album-system .album-table-blue {
    min-width: 160px;
  }
}
#album-system .album-table-gray {
  background: #F5F5F5;
  font-weight: bold;
}
#album-system .album-table-total {
  min-width: 300px;
}
@media screen and (max-width: 959px) {
  #album-system .album-table-total {
    min-width: auto;
  }
}
@media screen and (max-width: 599px) {
  #album-system .album-table-total {
    min-width: 280px;
  }
}
#album-system .album-table-postage {
  color: #F62F2F;
  font-size: 14px;
}
#album-system .album-type {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 959px) {
  #album-system .album-type {
    display: block;
    max-width: 400px;
  }
}
#album-system .album-type-cnt {
  text-align: center;
  width: calc((100% - 32px) / 3);
}
@media screen and (max-width: 959px) {
  #album-system .album-type-cnt {
    width: 100%;
    margin-bottom: 24px;
  }
}
#album-system .album-type-img {
  filter: drop-shadow(0px 4px 6px rgba(233, 99, 4, 0.2));
}
#album-system .album-type-img > img {
  border-radius: 10px;
}
#album-system .album-balloon {
  margin-bottom: 20px;
  position: relative;
  display: inline-flex;
  padding-left: 22px;
  padding-right: 22px;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 55px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  background: rgba(233, 99, 4, 0.15);
}
#album-system .album-balloon::after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 6px solid transparent;
  border-top: 9px solid rgba(233, 99, 4, 0.15);
  z-index: 1;
}
#album-system .album-pay {
  background: linear-gradient(85deg, rgba(233, 99, 4, 0.05), rgba(255, 106, 0, 0.1) 100%);
  padding-top: 60px;
  padding-bottom: 2px;
  position: relative;
  margin-bottom: 60px;
}
@media screen and (max-width: 959px) {
  #album-system .album-pay {
    padding-top: 40px;
    margin-bottom: 40px;
  }
}
#album-system .album-pay::after {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 14px solid rgba(233, 99, 4, 0.07);
  z-index: 1;
}
#album-system .album-pay-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
}
@media screen and (max-width: 959px) {
  #album-system .album-pay-box {
    display: block;
  }
}
#album-system .album-pay-box-cnt {
  width: calc((100% - 40px) / 2);
}
@media screen and (max-width: 959px) {
  #album-system .album-pay-box-cnt {
    width: 100%;
    margin-bottom: 24px;
  }
}
#album-system .album-pay-box-title {
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px dashed #E96304;
  padding-bottom: 10px;
  margin-bottom: 16px;
}
#album-system .album-pay-sample {
  text-align: center;
}
#album-system .album-pay-sample-wrap {
  background: #fff;
  text-align: center;
  border-radius: 20px;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}
#album-system .album-pay-sample-wrap > img {
  max-width: 280px;
  margin-top: -100px;
  border: 2px solid #E96304;
  border-radius: 10px;
  margin-bottom: 20px;
}
#album-system .album-pay-sample-text {
  font-weight: bold;
  margin-bottom: 16px;
}
#album-system .album-pay-sample-text-detail {
  display: inline-flex;
  margin-bottom: 16px;
}
@media screen and (max-width: 959px) {
  #album-system .album-pay-sample-text-detail {
    display: block;
    max-width: 210px;
  }
}
#album-system .album-pay-sample-text-detail-cnt > span {
  font-weight: bold;
  color: #E96304;
}
#album-system .album-pay-sample-text-detail-cnt.border {
  border-right: 1px solid #D6D6D6;
  padding-right: 16px;
  margin-right: 16px;
}
@media screen and (max-width: 959px) {
  #album-system .album-pay-sample-text-detail-cnt.border {
    border: none;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 4px;
  }
}
#album-system .album-campaign {
  text-align: center;
}
#album-system .album-campaign-box {
  border: 4px dashed rgba(233, 99, 4, 0.2);
  border-radius: 20px;
  padding-top: 32px;
  padding-bottom: 24px;
  padding-left: 20px;
  padding-right: 20px;
}
#album-system .album-campaign-text {
  font-weight: bold;
}
#album-system .album-campaign-text > span {
  display: inline-block;
  font-size: 20px;
  color: #E96304;
  padding: 4px 10px;
  background: rgba(233, 99, 4, 0.1);
  border-radius: 40px;
  vertical-align: middle;
  margin: 10px 6px 16px;
}
@media screen and (max-width: 959px) {
  #album-system .album-br {
    display: none;
  }
}
#album-system .album-txtsm {
  text-align: left;
  display: inline-block;
  color: #818181;
  font-size: 14px;
}
#album-system table,
#album-system td,
#album-system th {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
}
#album-system td,
#album-system th {
  padding: 12px;
  height: 56px;
  width: 25%;
  border: 1px solid #E8E8E8;
}

#contact .contact-wrap {
  height: 100vh;
  background-image: url("/assets/images/bg_contact.jpeg");
}
#contact #sincloBox {
  width: auto !important;
  bottom: 50% !important;
  right: 50% !important;
  transform: translateX(50%) translateY(50%);
}

#faq .faq-none {
  margin-top: 15px;
  text-align: center;
  display: none;
}
#faq .faq-none > img {
  max-width: 150px;
  width: 100%;
  margin-top: 32px;
}
#faq .faq-form {
  text-align: center;
  margin-bottom: 32px;
}
@media screen and (max-width: 599px) {
  #faq .faq-form {
    margin-bottom: 20px;
  }
}
#faq .faq .input-wrapper {
  position: relative;
}
#faq .faq .input-wrapper .cross-wrapper {
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  z-index: 2;
}
#faq .faq .input-wrapper .cross-wrapper .cross {
  cursor: pointer;
  position: relative;
  top: 50%;
  right: 0px;
  display: none;
  width: 18px;
  height: 18px;
}
#faq .faq .input-wrapper .cross-wrapper .cross.focus {
  display: flex;
}
#faq .faq .input-wrapper .cross-wrapper .cross:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 0;
  border: 1px solid #818181;
  transform: rotate(45deg);
  z-index: 1;
}
#faq .faq .input-wrapper .cross-wrapper .cross:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 100%;
  height: 0%;
  border: 1px solid #818181;
  transform: rotate(-45deg);
  z-index: 1;
}
#faq .faq .c.search {
  position: relative;
  display: inline-block;
  max-width: 600px;
  width: 100%;
}
#faq .faq .c.search:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/assets/images/svg/search.svg") no-repeat center center/auto 100%;
  display: inline-block;
  position: absolute;
  top: 17px;
  left: 16px;
  z-index: 2;
}
@media screen and (max-width: 599px) {
  #faq .faq .c.search:before {
    width: 18px;
    height: 18px;
    top: 14px;
  }
}
#faq .faq .c.search.text {
  height: 56px;
  padding-left: 40px;
  padding-right: 28px;
  border-radius: 6px;
  border: none;
  background: #F5F5F5;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
#faq .faq .c.search.text::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
@media screen and (max-width: 599px) {
  #faq .faq .c.search.text {
    height: 48px;
  }
}
#faq .faq .c.search.text:focus {
  outline: 0;
  box-shadow: 0 0 0 1px #E96304 inset;
}
#faq .faq .c.link {
  margin-top: 6px;
}
#faq .faq .c.navlink {
  margin-bottom: 48px;
}
@media screen and (max-width: 599px) {
  #faq .faq .c.navlink-list:nth-child(1) {
    width: 100%;
    border-right: none;
  }
}
@media screen and (max-width: 599px) {
  #faq .faq .c.navlink-list:nth-child(3) {
    border-right: none;
  }
}
#faq .faq-category {
  margin-top: 60px;
}
@media screen and (max-width: 599px) {
  #faq .faq-category {
    margin-top: 40px;
  }
}
#faq .faq-size {
  display: block;
  max-width: 600px;
  width: 100%;
  margin-top: 20px;
  margin-bottom: 20px;
}
#faq .faq-list > li {
  list-style: disc;
  margin-left: 22px;
}

#home main .top-view {
  height: 720px;
  position: relative;
}
@media screen and (max-width: 1500px) {
  #home main .top-view {
    height: 580px;
  }
}
@media screen and (max-width: 1199px) {
  #home main .top-view {
    height: 460px;
  }
}
@media screen and (max-width: 959px) {
  #home main .top-view {
    height: 440px;
  }
}
@media screen and (max-width: 599px) {
  #home main .top-view {
    height: 250px;
  }
}
#home main .top-view .filter {
  display: block;
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(84deg, rgba(73, 37, 19, 0.4) 3.14%, rgba(73, 37, 19, 0.1) 88%);
  z-index: 60;
}
#home main .top-view .none-view {
  background-color: rgba(233, 99, 4, 0.8);
  width: 100%;
  height: 100%;
}
#home main .top-view #fade-list {
  height: 100%;
  overflow: hidden;
  position: relative;
}
#home main .top-view #fade-list .fade-item {
  width: 100%;
  height: 100%;
  opacity: 0;
  transform: scale(1);
  transition: opacity 2s linear, transform 10s linear;
  position: relative;
}
#home main .top-view #fade-list .fade-item:not(:first-child) {
  position: absolute;
  top: 0;
  left: 0;
}
#home main .top-view #fade-list .fade-item.show {
  opacity: 1;
}
#home main .top-view #fade-list .fade-item.zoom {
  transform: scale(1.2);
}
#home main .top-view #fade-list .fade-item > img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
#home main .top-view .text-content {
  position: absolute;
  top: 118px;
  left: 0px;
  margin-left: 60px;
  z-index: 99;
}
@media screen and (max-width: 1199px) {
  #home main .top-view .text-content {
    top: 100px;
    margin-left: 42px;
  }
}
@media screen and (max-width: 959px) {
  #home main .top-view .text-content {
    top: 210px;
    margin-left: 180px;
  }
}
@media screen and (max-width: 599px) {
  #home main .top-view .text-content {
    top: 133px;
    margin-left: 20px;
  }
}
#home main .top-view .text-content > h1 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 1.4;
  margin-bottom: 21px;
  color: #FFFFFF;
}
@media screen and (max-width: 1199px) {
  #home main .top-view .text-content > h1 {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 959px) {
  #home main .top-view .text-content > h1 {
    font-size: 32px;
    margin-bottom: 0px;
    line-height: 1.2;
  }
}
@media screen and (max-width: 599px) {
  #home main .top-view .text-content > h1 {
    font-size: 24px;
  }
}
#home main .top-view .text-content > p {
  color: #fff;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  #home main .top-view .text-content > p {
    display: none;
  }
}
#home main .top-content {
  padding-bottom: 33px;
}
@media screen and (max-width: 1199px) {
  #home main .top-content {
    padding-bottom: 24px;
  }
}
@media screen and (max-width: 959px) {
  #home main .top-content {
    padding-bottom: 16px;
  }
}
#home main .top-content .login-content {
  background-color: #fff;
  position: relative;
  margin-top: -102px;
  margin-bottom: 16px;
  background: #FFFFFF;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.06), 0px 6px 12px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
  justify-content: center;
  align-items: end;
  text-align: center;
  z-index: 90;
}
@media screen and (max-width: 1199px) {
  #home main .top-content .login-content {
    margin-top: -68px;
  }
}
@media screen and (max-width: 959px) {
  #home main .top-content .login-content {
    background: none;
    box-shadow: none;
    max-width: 600px;
    height: 100%;
    margin-top: -84px;
    padding-top: 0px;
    padding-bottom: 0px;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media screen and (max-width: 599px) {
  #home main .top-content .login-content {
    margin-top: -25px;
  }
}
#home main .top-content .login-content .content-left .link-group {
  width: 500px;
  font-size: 0px;
  margin-right: -10px;
}
#home main .top-content .login-content .content-left .link-group-title {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  #home main .top-content .login-content .content-left .link-group-title {
    margin-bottom: 14px;
    font-size: 16px;
  }
}
#home main .top-content .login-content .content-left .link-group .button-group {
  display: flex;
  gap: 20px;
  font-weight: bold;
  font-size: 16px;
  justify-content: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  #home main .top-content .login-content .content-left .link-group .button-group {
    max-width: 470px;
    gap: 10px;
  }
}
@media screen and (max-width: 959px) {
  #home main .top-content .login-content .content-left .link-group .button-group {
    flex-direction: column;
    align-items: center;
    row-gap: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 599px) {
  #home main .top-content .login-content .content-left .link-group .button-group {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
#home main .top-content .login-content .content-left .link-group .button-group .subheading {
  display: inline-block;
  font-weight: 300;
  font-size: 14px;
  margin-bottom: 4px;
}
#home main .top-content .login-content .content-left .link-group .button-group .input {
  width: 100%;
}
#home main .top-content .login-content .content-left .link-group .button-group .input .btn {
  max-width: 240px;
  width: 100%;
  height: 56px;
  margin: 0 auto;
}
#home main .top-content .login-content .content-left .link-group .button-group .input .btn::before {
  content: "";
  background-image: url("/assets/images/svg/board.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 6px;
  width: 20px;
  height: 20px;
}
@media screen and (max-width: 1199px) {
  #home main .top-content .login-content .content-left .link-group .button-group .input .btn {
    max-width: 230px;
  }
}
@media screen and (max-width: 959px) {
  #home main .top-content .login-content .content-left .link-group .button-group .input .btn {
    max-width: 312px;
  }
}
@media screen and (max-width: 599px) {
  #home main .top-content .login-content .content-left .link-group .button-group .input .btn {
    max-width: 320px;
  }
}
#home main .top-content .login-content .content-left .link-group .button-group .login {
  width: 100%;
}
#home main .top-content .login-content .content-left .link-group .button-group .login .btn {
  width: 100%;
  max-width: 240px;
  height: 56px;
  margin: 0 auto;
}
@media screen and (max-width: 1199px) {
  #home main .top-content .login-content .content-left .link-group .button-group .login .btn {
    max-width: 230px;
  }
}
@media screen and (max-width: 959px) {
  #home main .top-content .login-content .content-left .link-group .button-group .login .btn {
    max-width: 312px;
  }
}
@media screen and (max-width: 599px) {
  #home main .top-content .login-content .content-left .link-group .button-group .login .btn {
    max-width: 320px;
  }
}
#home main .top-content .login-content .content-left .link-group .button-group .login .btn::before {
  content: "";
  background-image: url("/assets/images/svg/internal-link.svg");
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 6px;
  width: 20px;
  height: 20px;
}
#home main .top-content .login-content .content-left .link-group .link {
  display: block;
  text-decoration: underline;
  color: #186DBC;
  font-size: 14px;
}
#home main .top-content .login-content .content-left .link-group .link:first-of-type {
  margin-bottom: 10px;
}
@media screen and (max-width: 959px) {
  #home main .top-content .login-content .content-left .link-group .link:first-of-type {
    margin-bottom: 12px;
  }
}
#home main .top-content .login-content .content-left .link-group .link:last-of-type {
  margin-bottom: 4px;
}
#home main .top-content .login-content .content-left .link-group .link:hover {
  text-decoration: none;
}
#home main .top-content .login-content .content-right {
  margin-left: 10px;
  text-align: end;
  position: relative;
  margin-top: -60px;
}
@media screen and (max-width: 959px) {
  #home main .top-content .login-content .content-right {
    margin-left: 0px;
    margin-bottom: 20px;
    margin-top: 0;
  }
}
#home main .top-content .login-content .content-right .device {
  width: 424px;
  overflow: visible;
  margin-bottom: 2px;
}
@media screen and (max-width: 1199px) {
  #home main .top-content .login-content .content-right .device {
    width: 400px;
    margin-left: -65px;
  }
}
@media screen and (max-width: 599px) {
  #home main .top-content .login-content .content-right .device {
    width: 290px;
    margin-left: 0px;
  }
}
#home main .top-content .login-content .content-right .mark-list > li.star {
  position: absolute;
  top: -12%;
  right: 0;
  width: 106px;
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  #home main .top-content .login-content .content-right .mark-list > li.star {
    width: 87px;
  }
}
@media screen and (max-width: 959px) {
  #home main .top-content .login-content .content-right .mark-list > li.star {
    width: 104px;
    top: -16%;
    right: 37px;
  }
}
@media screen and (max-width: 599px) {
  #home main .top-content .login-content .content-right .mark-list > li.star {
    width: 86px;
    right: 55px;
  }
}
#home main .top-content .login-content .content-right .mark-list > li.star .register-number {
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  position: absolute;
  top: 22%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1199px) {
  #home main .top-content .login-content .content-right .mark-list > li.star .register-number {
    font-size: 10px;
  }
}
@media screen and (max-width: 959px) {
  #home main .top-content .login-content .content-right .mark-list > li.star .register-number {
    font-size: 12px;
  }
}
@media screen and (max-width: 599px) {
  #home main .top-content .login-content .content-right .mark-list > li.star .register-number {
    font-size: 10px;
  }
}
#home main .top-content .login-content .content-right .mark-list > li.star .register-number > span {
  font-family: Helvetica;
  font-weight: bold;
  font-size: 24px;
  line-height: 1.2;
  position: relative;
}
@media screen and (max-width: 1199px) {
  #home main .top-content .login-content .content-right .mark-list > li.star .register-number > span {
    font-size: 20px;
  }
}
@media screen and (max-width: 959px) {
  #home main .top-content .login-content .content-right .mark-list > li.star .register-number > span {
    font-size: 24px;
  }
}
@media screen and (max-width: 599px) {
  #home main .top-content .login-content .content-right .mark-list > li.star .register-number > span {
    font-size: 20px;
  }
}
#home main .top-content .login-content .content-right .mark-list > li.star .register-number > span::after {
  position: absolute;
  font-family: "Hiragino Kaku Gothic Pro";
  font-size: 10px;
  font-weight: 300;
  line-height: 1.5;
  content: "※";
  top: -10%;
}
#home main .top-content .login-content .content-right .mark-list > li.circle {
  position: absolute;
  top: -10%;
  right: -20%;
  width: 100px;
}
@media screen and (max-width: 1199px) {
  #home main .top-content .login-content .content-right .mark-list > li.circle {
    width: 77px;
  }
}
@media screen and (max-width: 959px) {
  #home main .top-content .login-content .content-right .mark-list > li.circle {
    width: 100px;
    top: -16%;
    right: -13%;
  }
}
@media screen and (max-width: 599px) {
  #home main .top-content .login-content .content-right .mark-list > li.circle {
    width: 82px;
    right: -10px;
  }
}
#home main .top-content .login-content .content-right .mark-list > li.circle .patent {
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1199px) {
  #home main .top-content .login-content .content-right .mark-list > li.circle .patent {
    font-size: 13px;
    top: 13%;
  }
}
@media screen and (max-width: 959px) {
  #home main .top-content .login-content .content-right .mark-list > li.circle .patent {
    font-size: 15px;
  }
}
@media screen and (max-width: 599px) {
  #home main .top-content .login-content .content-right .mark-list > li.circle .patent {
    font-size: 12px;
  }
}
#home main .top-content .login-content .content-right .mark-list > li.circle .horizon {
  width: 95%;
  height: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #fff;
}
@media screen and (max-width: 1199px) {
  #home main .top-content .login-content .content-right .mark-list > li.circle .horizon {
    margin-bottom: 1px;
  }
}
@media screen and (max-width: 959px) {
  #home main .top-content .login-content .content-right .mark-list > li.circle .horizon {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 599px) {
  #home main .top-content .login-content .content-right .mark-list > li.circle .horizon {
    margin-top: 5px;
    margin-bottom: 2px;
  }
}
#home main .top-content .login-content .content-right .mark-list > li.circle .patent-number {
  font-size: 9px;
  font-weight: 300;
}
@media screen and (max-width: 1199px) {
  #home main .top-content .login-content .content-right .mark-list > li.circle .patent-number {
    font-size: 10px;
    transform: scale(0.7);
  }
}
@media screen and (max-width: 959px) {
  #home main .top-content .login-content .content-right .mark-list > li.circle .patent-number {
    font-size: 11px;
    transform: scale(1);
  }
}
@media screen and (max-width: 599px) {
  #home main .top-content .login-content .content-right .mark-list > li.circle .patent-number {
    font-size: 10px;
    transform: scale(0.8);
  }
}
#home main .top-content .top-announcement {
  margin-top: 30px;
  padding-bottom: 21px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1px solid #E8E8E8;
  font-size: 14px;
  color: #E96304;
}
@media screen and (max-width: 959px) {
  #home main .top-content .top-announcement {
    max-width: 600px;
    align-items: start;
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 24px;
  }
}
@media screen and (max-width: 599px) {
  #home main .top-content .top-announcement {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#home main .top-content .top-announcement .content {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 959px) {
  #home main .top-content .top-announcement .content {
    flex-direction: column;
    align-items: start;
  }
}
#home main .top-content .top-announcement .content .announcement-title {
  font-weight: bold;
  flex-shrink: 0;
}
@media screen and (max-width: 959px) {
  #home main .top-content .top-announcement .content .announcement-title {
    margin-bottom: 12px;
  }
}
#home main .top-content .top-announcement .content .line-bar {
  width: 22px;
  height: 0;
  border: 1px solid #E96304;
  transform: rotate(90deg);
  margin-left: 19px;
  margin-right: 19px;
  flex-shrink: 0;
}
@media screen and (max-width: 959px) {
  #home main .top-content .top-announcement .content .line-bar {
    display: none;
  }
}
#home main .top-content .top-announcement .content .announcement-content {
  display: flex;
  align-items: start;
  margin-right: 10px;
}
#home main .top-content .top-announcement .content .announcement-content .date {
  color: #818181;
  margin-right: 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.2;
  font-family: Helvetica Neue;
}
#home main .top-content .top-announcement .content .announcement-content .announcement-link-wrapper {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  color: #000;
}
#home main .top-content .top-announcement .content .announcement-content .announcement-link-wrapper .announcement-link {
  line-height: 1.4;
  margin-right: 19px;
  color: #242121;
}
@media screen and (max-width: 959px) {
  #home main .top-content .top-announcement .content .announcement-content .announcement-link-wrapper .announcement-link {
    margin-right: 0px;
  }
}
@media screen and (max-width: 599px) {
  #home main .top-content .top-announcement .content .announcement-content .announcement-link-wrapper .announcement-link {
    width: 100%;
  }
}
#home main .top-content .top-announcement .content .announcement-content .announcement-link-wrapper .announcement-link:hover {
  color: #E96304;
  text-decoration: underline;
}
#home main .top-content .top-announcement .index-link {
  position: relative;
  padding: 2px 15px 2px 2px;
  flex-shrink: 0;
}
@media screen and (max-width: 599px) {
  #home main .top-content .top-announcement .index-link {
    margin-left: -60px;
  }
}
#home main .top-content .top-announcement .index-link:hover {
  border-bottom: 1px solid #E96304;
  padding-bottom: 1px;
}
#home main .top-content .top-announcement .index-link::after {
  content: "";
  background-image: url("/assets/images/svg/right-arrow-orange.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  right: 0;
  width: 8px;
  height: 10px;
}
#home main .main-user {
  text-align: center;
  margin-top: 36px;
}
@media screen and (max-width: 959px) {
  #home main .main-user {
    margin-top: 42px;
  }
}
#home main .main-user .main-user-slash-bubble {
  display: inline-block;
  text-align: center;
  position: relative;
  font-size: 14px;
  font-weight: bold;
  padding-right: 25px;
  padding-left: 25px;
  margin-bottom: 20px;
}
@media screen and (max-width: 959px) {
  #home main .main-user .main-user-slash-bubble {
    max-width: 344px;
  }
}
@media screen and (max-width: 599px) {
  #home main .main-user .main-user-slash-bubble {
    width: 90%;
  }
}
#home main .main-user .main-user-slash-bubble::before {
  content: "";
  width: 23px;
  height: 0px;
  border: 1px solid #E96304;
  position: absolute;
  bottom: 60%;
  left: 0;
  transform: rotate(65deg);
}
@media screen and (max-width: 959px) {
  #home main .main-user .main-user-slash-bubble::before {
    width: 43px;
    transform: rotate(80deg);
    bottom: 50%;
    left: -15px;
  }
}
#home main .main-user .main-user-slash-bubble::after {
  content: "";
  width: 23px;
  height: 0px;
  border: 1px solid #E96304;
  position: absolute;
  bottom: 60%;
  right: 0;
  transform: rotate(-65deg);
}
@media screen and (max-width: 959px) {
  #home main .main-user .main-user-slash-bubble::after {
    width: 43px;
    transform: rotate(-80deg);
    bottom: 50%;
    right: -15px;
  }
}
#home main .main-user .loop-group {
  display: flex;
  overflow: hidden;
  flex-direction: column;
  gap: 20px;
}
#home main .main-user .loop-group .slider {
  display: flex;
}
#home main .main-user .loop-group .slider .loop {
  display: flex;
  align-items: center;
}
#home main .main-user .loop-group .slider .loop > li {
  display: flex;
  align-items: center;
  margin-right: 50px;
  white-space: nowrap;
  font-size: 10px;
}
#home main .main-user .loop-group .slider .loop > li .image {
  display: inline-block;
  height: 40px;
  margin-right: 8px;
}
#home main .main-user .loop-group .slider .loop > li .image > img {
  width: auto;
  height: 100%;
}
#home .overview {
  background-color: rgba(253, 240, 220, 0.6);
  background-image: url("/assets/images/overview-background-1.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top;
  padding-top: 60px;
  padding-bottom: 414px;
}
@media screen and (max-width: 1199px) {
  #home .overview {
    padding-bottom: 282px;
  }
}
@media screen and (max-width: 959px) {
  #home .overview {
    padding-top: 42px;
    padding-bottom: 576px;
  }
}
@media screen and (max-width: 599px) {
  #home .overview {
    padding-top: 31px;
    padding-bottom: 562px;
  }
}
#home .overview .content {
  max-width: 600px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 1199px) {
  #home .overview .content {
    max-width: 480px;
  }
}
@media screen and (max-width: 959px) {
  #home .overview .content {
    max-width: 600px;
  }
}
@media screen and (max-width: 1199px) {
  #home .overview .content .title > br {
    display: none;
  }
}
#home .overview .content > p {
  margin-top: 20px;
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  #home .overview .content > p {
    letter-spacing: normal;
    margin-top: 10px;
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 599px) {
  #home .overview .content > p {
    margin-top: 12px;
    margin-bottom: 20px;
  }
}
#home .overview .content .overview-slash-bubble {
  position: relative;
  font-size: 14px;
  margin-top: 38px;
  font-weight: 300;
  font-family: "Hiragino Kaku Gothic Pro";
  line-height: 1.5;
  color: #492513;
  padding-right: 25px;
  padding-left: 25px;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  #home .overview .content .overview-slash-bubble {
    margin-top: 14px;
  }
}
@media screen and (max-width: 959px) {
  #home .overview .content .overview-slash-bubble {
    text-align: center;
    max-width: 300px;
    margin-top: 0px;
    white-space: normal;
    padding-right: 24px;
    padding-left: 24px;
  }
}
#home .overview .content .overview-slash-bubble::before {
  content: "";
  width: 23px;
  height: 0px;
  border: 1px solid #E96304;
  position: absolute;
  bottom: 40%;
  left: 0;
  transform: rotate(65deg);
}
@media screen and (max-width: 959px) {
  #home .overview .content .overview-slash-bubble::before {
    width: 45px;
    bottom: 50%;
    left: -10px;
  }
}
#home .overview .content .overview-slash-bubble::after {
  content: "";
  width: 23px;
  height: 0px;
  border: 1px solid #E96304;
  position: absolute;
  bottom: 40%;
  right: 0;
  transform: rotate(-65deg);
}
@media screen and (max-width: 959px) {
  #home .overview .content .overview-slash-bubble::after {
    width: 45px;
    bottom: 50%;
    right: -10px;
  }
}
#home .overview .content .overview-slash-bubble .gold {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  color: #C69330;
}
#home .overview .content .overview-slash-bubble .gold > .annotation {
  margin-left: 2px;
  margin-right: 3px;
  vertical-align: text-top;
}
#home .overview .content .award {
  max-width: 550px;
  margin-top: 10px;
}
@media screen and (max-width: 1199px) {
  #home .overview .content .award {
    max-width: 541px;
  }
}
@media screen and (max-width: 959px) {
  #home .overview .content .award {
    max-width: 545px;
  }
}
@media screen and (max-width: 599px) {
  #home .overview .content .award {
    max-width: 366px;
  }
}
#home .overview .annotation {
  margin-top: 13px;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 959px) {
  #home .overview .annotation {
    max-width: 351px;
    margin-top: 21px;
  }
}
@media screen and (max-width: 599px) {
  #home .overview .annotation {
    max-width: 351px;
    margin-top: 17px;
  }
}
#home .overview .picture {
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  #home .overview .picture {
    display: flex;
  }
}
#home .overview .picture .left-picture-list {
  position: absolute;
  top: 55px;
  left: -420px;
  z-index: 1;
}
@media screen and (max-width: 1439px) {
  #home .overview .picture .left-picture-list {
    left: -280px;
  }
}
@media screen and (max-width: 1199px) {
  #home .overview .picture .left-picture-list {
    left: -240px;
  }
}
@media screen and (max-width: 959px) {
  #home .overview .picture .left-picture-list {
    position: relative;
    top: 44px;
    left: 195px;
  }
}
@media screen and (max-width: 599px) {
  #home .overview .picture .left-picture-list {
    top: 34px;
    left: 150px;
  }
}
#home .overview .picture .left-picture-list > li {
  position: relative;
}
#home .overview .picture .left-picture-list > li:nth-child(1) {
  width: 253px;
  height: auto;
}
@media screen and (max-width: 1439px) {
  #home .overview .picture .left-picture-list > li:nth-child(1) {
    width: 174px;
  }
}
@media screen and (max-width: 959px) {
  #home .overview .picture .left-picture-list > li:nth-child(1) {
    width: 201px;
  }
}
@media screen and (max-width: 599px) {
  #home .overview .picture .left-picture-list > li:nth-child(1) {
    width: 150px;
  }
}
#home .overview .picture .left-picture-list > li:nth-child(2) {
  position: absolute;
  top: 80.5%;
  left: 35.6%;
  width: 228px;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  #home .overview .picture .left-picture-list > li:nth-child(2) {
    width: 157px;
  }
}
@media screen and (max-width: 959px) {
  #home .overview .picture .left-picture-list > li:nth-child(2) {
    position: relative;
    width: 181px;
    top: 0;
    left: 45px;
  }
}
@media screen and (max-width: 599px) {
  #home .overview .picture .left-picture-list > li:nth-child(2) {
    width: 136px;
    left: 34px;
  }
}
#home .overview .picture .left-picture-list > li:nth-child(3) {
  position: absolute;
  top: 154%;
  left: 15.8%;
  width: 192px;
  height: auto;
  z-index: -2;
}
@media screen and (max-width: 1439px) {
  #home .overview .picture .left-picture-list > li:nth-child(3) {
    width: 132px;
  }
}
@media screen and (max-width: 959px) {
  #home .overview .picture .left-picture-list > li:nth-child(3) {
    position: relative;
    width: 153px;
    top: -7.6px;
    left: 0;
  }
}
@media screen and (max-width: 599px) {
  #home .overview .picture .left-picture-list > li:nth-child(3) {
    width: 114px;
    left: -2px;
  }
}
#home .overview .picture .right-picture-list {
  position: absolute;
  top: 55px;
  right: -420px;
  z-index: 2;
}
@media screen and (max-width: 1439px) {
  #home .overview .picture .right-picture-list {
    right: -280px;
  }
}
@media screen and (max-width: 1199px) {
  #home .overview .picture .right-picture-list {
    right: -240px;
  }
}
@media screen and (max-width: 959px) {
  #home .overview .picture .right-picture-list {
    position: relative;
    top: 0;
    left: -175px;
  }
}
@media screen and (max-width: 599px) {
  #home .overview .picture .right-picture-list {
    left: -130px;
  }
}
#home .overview .picture .right-picture-list > li {
  position: relative;
}
#home .overview .picture .right-picture-list > li:nth-child(1) {
  width: 239px;
  height: auto;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  #home .overview .picture .right-picture-list > li:nth-child(1) {
    width: 164px;
  }
}
@media screen and (max-width: 959px) {
  #home .overview .picture .right-picture-list > li:nth-child(1) {
    width: 190px;
  }
}
@media screen and (max-width: 599px) {
  #home .overview .picture .right-picture-list > li:nth-child(1) {
    width: 142px;
  }
}
#home .overview .picture .right-picture-list > li:nth-child(2) {
  position: absolute;
  top: 82.4%;
  left: -31.8%;
  width: 215px;
  height: auto;
  z-index: -2;
}
@media screen and (max-width: 1439px) {
  #home .overview .picture .right-picture-list > li:nth-child(2) {
    width: 148px;
  }
}
@media screen and (max-width: 959px) {
  #home .overview .picture .right-picture-list > li:nth-child(2) {
    position: relative;
    width: 171px;
    top: -16px;
    left: -43px;
  }
}
@media screen and (max-width: 599px) {
  #home .overview .picture .right-picture-list > li:nth-child(2) {
    width: 128px;
    top: -10px;
    left: -32px;
  }
}
#home .overview .picture .right-picture-list > li:nth-child(3) {
  position: absolute;
  top: 149%;
  left: 13.4%;
  width: 167px;
  height: auto;
  z-index: -1;
}
@media screen and (max-width: 1439px) {
  #home .overview .picture .right-picture-list > li:nth-child(3) {
    width: 115px;
  }
}
@media screen and (max-width: 959px) {
  #home .overview .picture .right-picture-list > li:nth-child(3) {
    position: relative;
    width: 158px;
    top: -39px;
    left: 32px;
  }
}
@media screen and (max-width: 599px) {
  #home .overview .picture .right-picture-list > li:nth-child(3) {
    width: 119px;
    top: -30px;
    left: 24px;
  }
}
#home .overview .picture .right-picture-list > li:nth-child(4) {
  position: absolute;
  top: 204%;
  left: -10%;
  width: 183px;
  height: auto;
  z-index: -2;
}
@media screen and (max-width: 1439px) {
  #home .overview .picture .right-picture-list > li:nth-child(4) {
    width: 126px;
  }
}
@media screen and (max-width: 959px) {
  #home .overview .picture .right-picture-list > li:nth-child(4) {
    position: relative;
    width: 145px;
    top: -66px;
    left: -41px;
  }
}
@media screen and (max-width: 599px) {
  #home .overview .picture .right-picture-list > li:nth-child(4) {
    width: 109px;
    top: -50px;
    left: -31px;
  }
}
#home .feature {
  position: relative;
  padding-top: 131px;
  padding-bottom: 92px;
}
@media screen and (max-width: 1199px) {
  #home .feature {
    padding-top: 0px;
    padding-bottom: 60px;
  }
}
#home .feature .achievment {
  position: relative;
  margin-top: -485px;
  margin-bottom: 75px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 86px 35px 60px;
  background: #FFFFFF;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
}
@media screen and (max-width: 1199px) {
  #home .feature .achievment {
    margin-top: -233px;
    margin-bottom: 60px;
    padding-top: 32px;
    padding-bottom: 30px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media screen and (max-width: 959px) {
  #home .feature .achievment {
    margin-top: -544px;
    padding: 24px 20px 41px;
    max-width: 600px;
  }
}
@media screen and (max-width: 599px) {
  #home .feature .achievment {
    margin-top: -530px;
    margin-bottom: 50px;
    padding-bottom: 33px;
  }
}
#home .feature .achievment .container {
  display: flex;
  align-items: end;
  justify-content: center;
  gap: 60px;
}
@media screen and (max-width: 1199px) {
  #home .feature .achievment .container {
    gap: 40px;
  }
}
@media screen and (max-width: 959px) {
  #home .feature .achievment .container {
    flex-direction: column;
    align-items: center;
  }
}
#home .feature .achievment .container .left-column .text {
  max-width: 500px;
}
@media screen and (max-width: 1199px) {
  #home .feature .achievment .container .left-column .text {
    max-width: 400px;
  }
}
@media screen and (max-width: 959px) {
  #home .feature .achievment .container .left-column .text {
    max-width: 520px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
  }
}
#home .feature .achievment .container .left-column .text .balloon {
  margin-bottom: 19px;
}
@media screen and (max-width: 1199px) {
  #home .feature .achievment .container .left-column .text .balloon {
    margin-bottom: 17px;
  }
}
@media screen and (max-width: 959px) {
  #home .feature .achievment .container .left-column .text .balloon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 19px;
    font-size: 14px;
  }
}
#home .feature .achievment .container .left-column .text .title {
  text-align: start;
  margin-bottom: 16px;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  #home .feature .achievment .container .left-column .text .title {
    margin-bottom: 14px;
    white-space: normal;
  }
  #home .feature .achievment .container .left-column .text .title > br {
    display: none;
  }
}
@media screen and (max-width: 959px) {
  #home .feature .achievment .container .left-column .text .title {
    text-align: center;
    margin-bottom: 12px;
  }
}
#home .feature .achievment .container .left-column .text > p {
  line-height: 1.6;
  letter-spacing: 0.02em;
  padding-right: 5px;
  padding-left: 5px;
}
#home .feature .achievment .container .left-column .image-content {
  display: flex;
  gap: 13px;
  margin-top: 25px;
}
@media screen and (max-width: 1199px) {
  #home .feature .achievment .container .left-column .image-content {
    gap: 0px;
    margin-top: 20px;
    margin-left: -21px;
  }
}
@media screen and (max-width: 959px) {
  #home .feature .achievment .container .left-column .image-content {
    flex-direction: column;
    align-items: center;
    margin-top: 26px;
    margin-left: 0px;
  }
}
#home .feature .achievment .container .left-column .image-content .content-left {
  width: 234px;
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  #home .feature .achievment .container .left-column .image-content .content-left {
    width: 226px;
  }
}
@media screen and (max-width: 959px) {
  #home .feature .achievment .container .left-column .image-content .content-left {
    width: 274px;
  }
}
@media screen and (max-width: 959px) {
  #home .feature .achievment .container .left-column .image-content .content-right {
    margin-top: 18px;
  }
}
#home .feature .achievment .container .left-column .image-content .content-right .medal-list {
  display: flex;
  gap: 13px;
}
@media screen and (max-width: 1199px) {
  #home .feature .achievment .container .left-column .image-content .content-right .medal-list {
    width: 223px;
    gap: 11px;
  }
}
@media screen and (max-width: 959px) {
  #home .feature .achievment .container .left-column .image-content .content-right .medal-list {
    width: 253px;
    gap: 12px;
  }
}
#home .feature .achievment .container .left-column .image-content .content-right .medal-list > li {
  position: relative;
  width: 122px;
}
#home .feature .achievment .container .left-column .image-content .content-right .medal-list > li.medal-orange {
  color: #E96304;
}
#home .feature .achievment .container .left-column .image-content .content-right .medal-list > li.medal-blue {
  color: #186DBC;
}
#home .feature .achievment .container .left-column .image-content .content-right .medal-list > li div {
  width: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex-shrink: 0;
  gap: 3.33px;
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  top: 20%;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1199px) {
  #home .feature .achievment .container .left-column .image-content .content-right .medal-list > li div {
    font-size: 13px;
    top: 15%;
  }
}
@media screen and (max-width: 959px) {
  #home .feature .achievment .container .left-column .image-content .content-right .medal-list > li div {
    top: 20%;
  }
}
#home .feature .achievment .container .left-column .image-content .content-right .medal-list > li div > span {
  display: flex;
  align-items: flex-end;
  padding: 0px;
  gap: 2.9px;
  font-family: "Helvetica";
  font-weight: bold;
  font-size: 30px;
  line-height: 0.9;
}
#home .feature .achievment .container .left-column .image-content .content-right .medal-list > li div > span > small {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.5;
}
@media screen and (max-width: 1199px) {
  #home .feature .achievment .container .left-column .image-content .content-right .medal-list > li div > span > small {
    font-size: 13px;
  }
}
#home .feature .achievment .container .left-column .image-content .content-right .annotation {
  margin-top: 10px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  #home .feature .achievment .container .left-column .image-content .content-right .annotation {
    display: none;
  }
}
#home .feature .achievment .container .right-column {
  position: relative;
  max-width: 480px;
}
@media screen and (max-width: 1199px) {
  #home .feature .achievment .container .right-column {
    width: 380px;
  }
}
@media screen and (max-width: 959px) {
  #home .feature .achievment .container .right-column {
    max-width: 314px;
    width: 100%;
    margin-top: 20px;
    margin-left: 0px;
  }
}
@media screen and (max-width: 374px) {
  #home .feature .achievment .container .right-column {
    min-width: 280px;
  }
}
#home .feature .achievment .container .right-column .year {
  display: flex;
  justify-content: space-between;
  line-height: 1.2;
  font-family: Helvetica;
  font-weight: bold;
  margin-top: 5px;
  padding-left: 4%;
  padding-right: 4%;
}
@media screen and (max-width: 1199px) {
  #home .feature .achievment .container .right-column .year {
    line-height: 1.1;
    font-size: 13px;
  }
}
@media screen and (max-width: 959px) {
  #home .feature .achievment .container .right-column .year {
    font-size: 12px;
  }
}
#home .feature .achievment .container .right-column .year .head-year {
  color: #492513;
  opacity: 0.5;
}
#home .feature .achievment .container .right-column .year .latest-year {
  color: #E96304;
  opacity: 1;
}
#home .feature .achievment .container .right-column .sing {
  position: absolute;
  top: -45px;
  right: -17px;
  width: 114px;
  height: auto;
}
@media screen and (max-width: 1199px) {
  #home .feature .achievment .container .right-column .sing {
    top: -55px;
    right: -25px;
  }
}
@media screen and (max-width: 959px) {
  #home .feature .achievment .container .right-column .sing {
    top: -15px;
    right: -5px;
    width: 60px;
  }
}
#home .feature .achievment .container .right-column .sing .achievment-slash-bubble {
  padding-left: 24px;
  padding-right: 24px;
  position: absolute;
  transform: rotate(20.11deg);
  top: -10px;
  left: 0;
  font-family: "Zen Maru Gothic", sans-serif;
  color: #E96304;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
}
@media screen and (max-width: 1199px) {
  #home .feature .achievment .container .right-column .sing .achievment-slash-bubble {
    width: 133px;
    transform: rotate(-15deg);
    top: -12px;
    left: -40px;
    font-size: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media screen and (max-width: 959px) {
  #home .feature .achievment .container .right-column .sing .achievment-slash-bubble {
    min-width: 100px;
    white-space: nowrap;
    transform: rotate(-15deg) scale(0.8);
  }
}
@media screen and (max-width: 599px) {
  #home .feature .achievment .container .right-column .sing .achievment-slash-bubble {
    left: -70px;
    padding-right: 5px;
  }
}
#home .feature .achievment .container .right-column .sing .achievment-slash-bubble::before {
  content: "";
  width: 15px;
  height: 0px;
  border: 1px solid #E96304;
  position: absolute;
  top: 50%;
  left: 5%;
  transform: rotate(50deg);
}
@media screen and (max-width: 1199px) {
  #home .feature .achievment .container .right-column .sing .achievment-slash-bubble::before {
    top: 40%;
    left: -5px;
  }
}
#home .feature .achievment .container .right-column .sing .achievment-slash-bubble::after {
  content: "";
  width: 15px;
  height: 0px;
  border: 1px solid #E96304;
  position: absolute;
  top: 50%;
  right: 5%;
  transform: rotate(-50deg);
}
@media screen and (max-width: 1199px) {
  #home .feature .achievment .container .right-column .sing .achievment-slash-bubble::after {
    top: 40%;
    right: -5px;
  }
}
@media screen and (max-width: 959px) {
  #home .feature .achievment .container .right-column .sing .achievment-slash-bubble::after {
    right: -10px;
  }
}
#home .feature .achievment .container .right-column .text {
  position: absolute;
  top: -50px;
}
@media screen and (max-width: 1199px) {
  #home .feature .achievment .container .right-column .text {
    top: -70px;
  }
}
@media screen and (max-width: 959px) {
  #home .feature .achievment .container .right-column .text {
    top: -25px;
  }
}
#home .feature .achievment .container .right-column .text > span {
  display: block;
  font-weight: bold;
  font-size: 16px;
  color: #492513;
  margin-bottom: 21px;
}
@media screen and (max-width: 959px) {
  #home .feature .achievment .container .right-column .text > span {
    font-size: 10px;
    margin-bottom: 13px;
  }
}
#home .feature .achievment .container .right-column .text .number {
  color: #E96304;
  font-family: "Helvetica";
  font-style: normal;
  font-weight: bold;
  font-size: 64px;
  line-height: 0.49;
  position: relative;
  z-index: 0;
  text-align: center;
}
@media screen and (max-width: 959px) {
  #home .feature .achievment .container .right-column .text .number {
    width: 157px;
    font-size: 40px;
  }
}
#home .feature .achievment .container .right-column .text .number::after {
  content: "";
  width: 100%;
  height: 15px;
  background-color: #FFE3C0;
  position: absolute;
  left: 0%;
  bottom: 0%;
  z-index: -1;
}
@media screen and (max-width: 959px) {
  #home .feature .achievment .container .right-column .text .number::after {
    height: 9px;
  }
}
#home .feature .achievment .container .right-column .text .number > small {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.5;
}
@media screen and (max-width: 959px) {
  #home .feature .achievment .container .right-column .text .number > small {
    font-size: 16px;
  }
}
#home .feature .achievment .container .right-column .text .supplement {
  display: inline-flex;
  align-items: center;
  position: relative;
  background: #fff;
  border-radius: 60px 100px 60px 0px;
  overflow: hidden;
  margin-top: 10px;
  z-index: 0;
}
@media screen and (max-width: 1199px) {
  #home .feature .achievment .container .right-column .text .supplement {
    margin-top: 15px;
  }
}
@media screen and (max-width: 374px) {
  #home .feature .achievment .container .right-column .text .supplement {
    margin-top: 5px;
  }
}
#home .feature .achievment .container .right-column .text .supplement .metaphor-logo {
  width: 65px;
  flex-shrink: 0;
  margin-right: 4px;
}
@media screen and (max-width: 1199px) {
  #home .feature .achievment .container .right-column .text .supplement .metaphor-logo {
    width: 64px;
    margin-right: 5px;
  }
}
@media screen and (max-width: 959px) {
  #home .feature .achievment .container .right-column .text .supplement .metaphor-logo {
    width: 39px;
    margin-right: 3px;
  }
}
#home .feature .achievment .container .right-column .text .supplement > p {
  font-size: 12px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  #home .feature .achievment .container .right-column .text .supplement > p {
    font-size: 10px;
  }
}
#home .feature .achievment .container .right-column .text .supplement > p > span {
  font-size: 16px;
  color: #E96304;
}
@media screen and (max-width: 959px) {
  #home .feature .achievment .container .right-column .text .supplement > p > span {
    font-size: 14px;
  }
}
#home .feature .title-content {
  text-align: center;
}
@media screen and (max-width: 959px) {
  #home .feature .title-content {
    margin-left: auto;
    margin-right: auto;
    max-width: 269px;
    font-size: 0px;
  }
  #home .feature .title-content .slash-bubble {
    font-size: 14px;
  }
}
#home .feature .title-content .title {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 959px) {
  #home .feature .title-content .title {
    margin-top: 9px;
    display: block;
  }
}
@media screen and (max-width: 1199px) {
  #home .feature .content {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 959px) {
  #home .feature .content {
    max-width: 477px;
  }
}
#home .feature .content .feature-list {
  position: relative;
  margin-top: 43px;
  display: flex;
  justify-content: space-between;
  gap: 61px 44px;
  flex-wrap: wrap;
  padding-top: 23px;
  padding-bottom: 23px;
}
@media screen and (max-width: 1199px) {
  #home .feature .content .feature-list {
    margin-top: 37px;
    gap: 54px 44px;
  }
}
@media screen and (max-width: 959px) {
  #home .feature .content .feature-list {
    margin-top: 6px;
    flex-direction: column;
    row-gap: 20px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 599px) {
  #home .feature .content .feature-list {
    margin-top: 4px;
  }
}
#home .feature .content .feature-list::before {
  content: "";
  border-right: 2px dashed #E8E8E8;
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 0px;
  height: 100%;
}
@media screen and (max-width: 959px) {
  #home .feature .content .feature-list::before {
    content: none;
  }
}
#home .feature .content .feature-list::after {
  content: "";
  border-top: 2px dashed #E8E8E8;
  display: block;
  position: absolute;
  top: 50%;
  width: 100%;
  height: 0;
}
@media screen and (max-width: 959px) {
  #home .feature .content .feature-list::after {
    content: none;
  }
}
#home .feature .content .feature-list .white-box {
  content: "";
  width: 40px;
  height: 40px;
  background-color: #FFF;
  position: absolute;
  top: calc(50% - 6px);
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: 2;
}
@media screen and (max-width: 959px) {
  #home .feature .content .feature-list .white-box {
    display: none;
  }
}
#home .feature .content .feature-list > li {
  display: flex;
  width: calc(50% - 22px);
  position: relative;
  padding-top: 32px;
}
@media screen and (max-width: 1199px) {
  #home .feature .content .feature-list > li {
    padding-top: 43px;
  }
}
@media screen and (max-width: 959px) {
  #home .feature .content .feature-list > li {
    padding-top: 46px;
    flex-direction: column;
    width: 100%;
  }
}
#home .feature .content .feature-list > li .image-content {
  position: relative;
  width: 254px;
  margin-right: 26px;
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  #home .feature .content .feature-list > li .image-content {
    width: 196px;
    margin-right: 20px;
  }
}
@media screen and (max-width: 959px) {
  #home .feature .content .feature-list > li .image-content {
    padding-left: 17px;
    width: 100%;
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  #home .feature .content .feature-list > li .image-content {
    padding-left: 0;
  }
}
#home .feature .content .feature-list > li .image-content .circle {
  white-space: nowrap;
  position: absolute;
  top: -32px;
  text-align: center;
  color: #E96304;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  line-height: 1.3;
  font-size: 13px;
  width: 85px;
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid rgba(233, 99, 4, 0.5);
  box-shadow: 0px 3.33333px 6.66667px rgba(233, 99, 4, 0.2);
  z-index: 2;
}
@media screen and (max-width: 1199px) {
  #home .feature .content .feature-list > li .image-content .circle {
    top: -43px;
  }
}
@media screen and (max-width: 959px) {
  #home .feature .content .feature-list > li .image-content .circle {
    top: -46px;
    left: 0px;
    width: 91px;
    height: 91px;
    top: -46px;
    line-height: 1.4;
  }
}
#home .feature .content .feature-list > li .image-content .image {
  position: absolute;
  right: 0;
  width: 220px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.08);
  border-radius: 10px;
}
#home .feature .content .feature-list > li .image-content .image > img {
  border-radius: 10px;
}
@media screen and (max-width: 1199px) {
  #home .feature .content .feature-list > li .image-content .image {
    width: 180px;
  }
}
@media screen and (max-width: 959px) {
  #home .feature .content .feature-list > li .image-content .image {
    position: relative;
    width: 94%;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 959px) {
  #home .feature .content .feature-list > li .text {
    padding-left: 17px;
    text-align: center;
  }
}
@media screen and (max-width: 599px) {
  #home .feature .content .feature-list > li .text {
    padding-left: 0px;
  }
}
#home .feature .content .feature-list > li .text > h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 24px;
  margin-bottom: 18px;
  display: inline-block;
  -webkit-text-decoration: underline #FFE3C0;
  text-decoration: underline #FFE3C0;
  text-underline-offset: -0.2em;
  text-decoration-thickness: 10px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}
@media screen and (max-width: 1199px) {
  #home .feature .content .feature-list > li .text > h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 959px) {
  #home .feature .content .feature-list > li .text > h3 {
    margin-top: 10px;
    margin-bottom: 12px;
    width: 100%;
  }
}
@media screen and (max-width: 599px) {
  #home .feature .content .feature-list > li .text > h3 {
    text-align: center;
  }
}
#home .feature .content .feature-list > li .text > p {
  letter-spacing: 0.02em;
  line-height: 1.6;
}
@media screen and (max-width: 959px) {
  #home .feature .content .feature-list > li .text > p {
    text-align: left;
  }
}
#home .feature .content .feature-list > li .text > a {
  display: inline-block;
  padding: 0px 16px 2px 2px;
  margin-top: 12px;
  color: #52C3F2;
  font-size: 14px;
  border-bottom: 1px solid #52C3F2;
  position: relative;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  #home .feature .content .feature-list > li .text > a {
    margin-top: 14px;
  }
}
@media screen and (max-width: 599px) {
  #home .feature .content .feature-list > li .text > a {
    margin-top: 9px;
  }
}
#home .feature .content .feature-list > li .text > a:hover {
  border: none;
  margin-bottom: 1px;
}
#home .feature .content .feature-list > li .text > a::after {
  content: "";
  background-image: url("/assets/images/svg/bottom-arrow-blue.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 11px;
  height: 8px;
}
#home .member-merit {
  background-color: rgba(120, 51, 17, 0.08);
  padding-top: 68px;
  padding-bottom: 62px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  #home .member-merit {
    padding-top: 50px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 959px) {
  #home .member-merit {
    padding-top: 43px;
  }
}
@media screen and (max-width: 599px) {
  #home .member-merit {
    padding-bottom: 40px;
  }
}
#home .member-merit .title-content {
  text-align: center;
}
#home .member-merit .title-content .title {
  margin-top: 16px;
}
@media screen and (max-width: 959px) {
  #home .member-merit .title-content .title {
    margin-top: 10px;
  }
}
#home .member-merit .title-content::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 15px solid #FFF;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
@media screen and (max-width: 1199px) {
  #home .member-merit .content {
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 959px) {
  #home .member-merit .content {
    max-width: 600px;
  }
}
#home .member-merit .content .merit-list {
  background-color: #fff;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.06);
  border-radius: 16px;
  margin-top: 36px;
  padding: 40px 78px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px 48px;
}
@media screen and (max-width: 1199px) {
  #home .member-merit .content .merit-list {
    margin-top: 34px;
    padding: 40px 100px 62px 100px;
    row-gap: 40px;
    -moz-column-gap: 47px;
    column-gap: 47px;
  }
}
@media screen and (max-width: 959px) {
  #home .member-merit .content .merit-list {
    flex-direction: column;
    margin-top: 24px;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 0px;
    padding-right: 0px;
    align-items: center;
    row-gap: 40px;
  }
}
@media screen and (max-width: 599px) {
  #home .member-merit .content .merit-list {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
#home .member-merit .content .merit-list > li {
  width: calc((100% - 96px) / 3);
  display: flex;
}
@media screen and (max-width: 1199px) {
  #home .member-merit .content .merit-list > li {
    width: calc((100% - 47px) / 2);
  }
}
@media screen and (max-width: 959px) {
  #home .member-merit .content .merit-list > li {
    width: 100%;
    justify-content: center;
    max-width: 400px;
  }
}
#home .member-merit .content .merit-list > li .btn {
  width: 180px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
}
#home .member-merit .content .merit-list > li .merit-slash-bubble {
  color: #E96304;
  letter-spacing: 0.02em;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  white-space: nowrap;
  padding-left: 20px;
  padding-right: 20px;
}
@media screen and (max-width: 599px) {
  #home .member-merit .content .merit-list > li .merit-slash-bubble {
    font-size: 10px;
  }
}
#home .member-merit .content .merit-list > li .merit-slash-bubble::before {
  content: "";
  width: 15px;
  height: 0px;
  border: 1px solid #E96304;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(50deg);
}
#home .member-merit .content .merit-list > li .merit-slash-bubble::after {
  content: "";
  width: 15px;
  height: 0px;
  border: 1px solid #E96304;
  position: absolute;
  top: 50%;
  right: 0;
  transform: rotate(-50deg);
}
#home .member-merit .content .merit-list > li:last-child {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  #home .member-merit .content .merit-list > li:last-child {
    justify-content: end;
  }
}
@media screen and (max-width: 959px) {
  #home .member-merit .content .merit-list > li:last-child {
    padding-top: 10px;
  }
}
#home .member-merit .content .merit-list > li .circle {
  width: 64px;
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  border-radius: 50%;
  margin-right: 12px;
}
#home .member-merit .content .merit-list > li .circle > img {
  width: 28px;
}
#home .member-merit .content .merit-list > li .circle.favorite {
  background-color: rgba(237, 133, 162, 0.2);
}
#home .member-merit .content .merit-list > li .circle.transfer {
  background-color: rgba(233, 99, 4, 0.2);
}
#home .member-merit .content .merit-list > li .circle.clip {
  background-color: rgba(154, 200, 83, 0.2);
}
#home .member-merit .content .merit-list > li .circle.save-exhibition-room {
  background-color: rgba(230, 31, 31, 0.2);
}
#home .member-merit .content .merit-list > li .circle.manage-mypage {
  background-color: rgba(82, 195, 242, 0.2);
}
#home .member-merit .content .merit-list > li .text > h3 {
  margin-bottom: 8px;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.02em;
}
#home .member-merit .content .merit-list > li .text > p {
  font-size: 14px;
  line-height: 1.6;
  letter-spacing: 0.02em;
}
#home .member-merit .content .merit-list > li .text > small {
  margin-top: 4px;
  font-size: 12px;
}
#home .how-to-order {
  padding-top: 55px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  #home .how-to-order {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
#home .how-to-order .btn {
  width: 180px;
  height: 48px;
}
#home .how-to-order .balloon {
  margin-bottom: 28px;
}
@media screen and (max-width: 1199px) {
  #home .how-to-order .balloon {
    margin-bottom: 19px;
  }
}
@media screen and (max-width: 374px) {
  #home .how-to-order .balloon {
    font-size: 14px;
  }
}
#home .how-to-order .order-list {
  margin-top: 31px;
  margin-bottom: 3px;
  display: flex;
  justify-content: space-between;
  gap: 74px;
}
@media screen and (max-width: 1199px) {
  #home .how-to-order .order-list {
    margin-bottom: 22px;
    gap: 40px;
  }
}
@media screen and (max-width: 959px) {
  #home .how-to-order .order-list {
    max-width: 600px;
    margin-bottom: 0px;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 599px) {
  #home .how-to-order .order-list {
    flex-direction: column;
    align-items: center;
    row-gap: 32px;
  }
}
#home .how-to-order .order-list > li {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  #home .how-to-order .order-list > li {
    padding-bottom: 48px;
  }
}
@media screen and (max-width: 959px) {
  #home .how-to-order .order-list > li {
    padding-bottom: 0px;
    width: calc(50% - 20px);
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 599px) {
  #home .how-to-order .order-list > li {
    width: 100%;
    margin-bottom: 0px;
  }
  #home .how-to-order .order-list > li:last-child {
    margin-bottom: 32px;
  }
}
#home .how-to-order .order-list > li:not(:last-child)::after {
  content: "";
  border-right: 2px dashed #E8E8E8;
  display: block;
  position: absolute;
  right: -37px;
  width: 0px;
  height: calc(100% - 48px);
}
@media screen and (max-width: 1199px) {
  #home .how-to-order .order-list > li:not(:last-child)::after {
    right: -20px;
    height: 100%;
  }
}
@media screen and (max-width: 959px) {
  #home .how-to-order .order-list > li:not(:last-child)::after {
    content: none;
  }
}
#home .how-to-order .order-list > li .circle {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background: #52C3F2;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  color: #fff;
  text-align: center;
}
#home .how-to-order .order-list > li .circle .step {
  display: block;
  width: 100%;
  font-size: 12px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  line-height: 1;
}
#home .how-to-order .order-list > li .circle .number {
  display: block;
  width: 100%;
  font-size: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  line-height: 1;
}
#home .how-to-order .order-list > li .caption {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 24px;
  color: #E96304;
  margin-top: 20px;
}
@media screen and (max-width: 1199px) {
  #home .how-to-order .order-list > li .caption {
    font-size: 20px;
  }
}
@media screen and (max-width: 599px) {
  #home .how-to-order .order-list > li .caption {
    font-size: 24px;
    margin-top: 10px;
  }
}
#home .how-to-order .order-list > li .image {
  margin-top: 20px;
  width: 242px;
  height: 242px;
}
@media screen and (max-width: 1199px) {
  #home .how-to-order .order-list > li .image {
    width: 180px;
    height: 180px;
  }
}
@media screen and (max-width: 959px) {
  #home .how-to-order .order-list > li .image {
    width: 200px;
    height: 200px;
  }
}
@media screen and (max-width: 599px) {
  #home .how-to-order .order-list > li .image {
    margin-top: 10px;
    width: 260px;
    height: 260px;
  }
}
#home .how-to-order .order-list > li .description {
  letter-spacing: 0.02em;
  line-height: 1.6;
  margin-top: 15px;
}
@media screen and (max-width: 1199px) {
  #home .how-to-order .order-list > li .description {
    margin-top: 10px;
  }
}
@media screen and (max-width: 599px) {
  #home .how-to-order .order-list > li .description {
    margin-top: 0px;
  }
}
#home .how-to-order .order-list > li .description > span {
  display: block;
  color: #E96304;
}
#home .company {
  padding-top: 50px;
  padding-bottom: 55px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  #home .company {
    padding-top: 40px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 959px) {
  #home .company {
    padding-bottom: 40px;
  }
}
#home .company::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-image: url("/assets/images/company_img_01.jpg");
  mix-blend-mode: soft-light;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: -1;
}
#home .company::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(163, 163, 163, 0.12);
  z-index: -2;
}
#home .company .content {
  display: flex;
}
@media screen and (max-width: 1199px) {
  #home .company .content {
    margin-top: 50px;
    justify-content: center;
  }
}
@media screen and (max-width: 959px) {
  #home .company .content {
    flex-direction: column;
    align-items: center;
    margin-top: 27px;
  }
}
#home .company .content .content-left {
  position: relative;
  width: 639px;
  height: 385px;
  padding-right: 174px;
  margin-right: 77px;
}
@media screen and (max-width: 1199px) {
  #home .company .content .content-left {
    width: 468px;
    height: 289px;
    padding-right: 146px;
    margin-right: 50px;
  }
}
@media screen and (max-width: 959px) {
  #home .company .content .content-left {
    max-width: 460px;
    width: 100%;
    height: 280px;
    padding-right: 142px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 599px) {
  #home .company .content .content-left {
    padding-right: 36px;
  }
}
@media screen and (max-width: 374px) {
  #home .company .content .content-left {
    width: 100%;
    height: 250px;
    padding-right: 0px;
  }
}
#home .company .content .content-left-img01 {
  width: 465px;
  height: 287px;
  -o-object-fit: cover;
  object-fit: cover;
  filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.12));
}
#home .company .content .content-left-img01 > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  #home .company .content .content-left-img01 {
    width: 321px;
    height: 198px;
  }
}
@media screen and (max-width: 374px) {
  #home .company .content .content-left-img01 {
    width: 280px;
    height: 173px;
  }
}
#home .company .content .content-left-img02 {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 337px;
  height: 208px;
  filter: drop-shadow(0px 6px 12px rgba(0, 0, 0, 0.12));
}
#home .company .content .content-left-img02 > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
@media screen and (max-width: 1199px) {
  #home .company .content .content-left-img02 {
    width: 259px;
    height: 161px;
  }
}
@media screen and (max-width: 959px) {
  #home .company .content .content-left-img02 {
    width: 240px;
    height: 148px;
  }
}
@media screen and (max-width: 374px) {
  #home .company .content .content-left-img02 {
    width: 210px;
    height: 130px;
  }
}
#home .company .content .content-right {
  margin-top: 46px;
}
@media screen and (max-width: 1199px) {
  #home .company .content .content-right {
    margin-top: -12px;
    margin-bottom: 0px;
    max-width: 404px;
  }
}
@media screen and (max-width: 959px) {
  #home .company .content .content-right {
    margin-top: 8px;
    max-width: 600px;
  }
}
@media screen and (max-width: 599px) {
  #home .company .content .content-right {
    margin-top: 17px;
  }
}
#home .company .content .content-right .company-logo {
  display: block;
  width: 160px;
  height: auto;
  margin-bottom: 10px;
}
@media screen and (max-width: 1199px) {
  #home .company .content .content-right .company-logo {
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 959px) {
  #home .company .content .content-right .company-logo {
    margin-bottom: 24px;
  }
}
@media screen and (max-width: 599px) {
  #home .company .content .content-right .company-logo {
    margin-bottom: 26px;
  }
}
#home .company .content .content-right > h3 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  #home .company .content .content-right > h3 {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 959px) {
  #home .company .content .content-right > h3 {
    display: none;
  }
}
#home .company .content .content-right > h4 {
  font-family: "Zen Maru Gothic", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
  color: #E96304;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 1199px) {
  #home .company .content .content-right > h4 {
    font-size: 20px;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 959px) {
  #home .company .content .content-right > h4 {
    margin-bottom: 16px;
  }
}
#home .company .content .content-right > h4::after {
  content: "";
  position: absolute;
  top: -18px;
  left: -17px;
  background-image: url("/assets/images/svg/goodgood.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 36px;
  opacity: 0.15;
}
#home .company .content .content-right .external-link {
  margin-top: 24px;
}
@media screen and (max-width: 1199px) {
  #home .company .content .content-right .external-link {
    margin-top: 14px;
  }
}
@media screen and (max-width: 959px) {
  #home .company .content .content-right .external-link {
    margin-top: 16px;
  }
}
@media screen and (max-width: 599px) {
  #home .company .content .content-right .external-link {
    margin-top: 20px;
  }
}
#home .company .content .content-right .external-link > a {
  font-weight: bold;
  font-size: 14px;
  position: relative;
  padding: 4px 22px 4px 2px;
  margin-right: 24px;
  white-space: nowrap;
}
#home .company .content .content-right .external-link > a::before {
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 0 0;
  width: 100%;
  border-bottom: 1px solid #492513;
  z-index: -1;
  transition: transform 0.5s ease;
  transform: scaleX(0);
  transform-origin: bottom right;
}
#home .company .content .content-right .external-link > a:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
#home .company .content .content-right .external-link > a::after {
  content: "";
  background-image: url("/assets/images/svg/external-link.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  width: 16px;
  height: 16px;
}
#home .movie {
  padding-top: 70px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  #home .movie {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 959px) {
  #home .movie {
    padding-top: 48px;
    max-width: 460px;
  }
}
#home .movie:before {
  content: "";
  width: 100%;
  border: 1px dashed #E8E8E8;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media screen and (max-width: 959px) {
  #home .movie:before {
    content: none;
  }
}
#home .movie .movie-list {
  margin-top: 60px;
  margin-bottom: 60px;
  display: flex;
  /* justify-content: center; */
  /* flex-wrap: wrap; */
  gap: 45px;
}
@media screen and (max-width: 1199px) {
  #home .movie .movie-list {
    margin-top: 46px;
    gap: 20px;
  }
}
@media screen and (max-width: 959px) {
  #home .movie .movie-list {
    flex-direction: column;
    margin-top: 40px;
    row-gap: 22px;
  }
}
#home .movie .movie-list > li {
  width: calc((100% - 90px) / 3);
  text-align: center;
}
@media screen and (max-width: 1199px) {
  #home .movie .movie-list > li {
    width: calc((100% - 40px) / 3);
  }
}
@media screen and (max-width: 959px) {
  #home .movie .movie-list > li {
    width: 100%;
  }
}
#home .movie .movie-list > li .movie-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1199px) {
  #home .movie .movie-list > li .movie-title {
    font-size: 16px;
  }
}
#home .movie .movie-list > li .movie-title .number {
  color: #E96304;
  font-size: 24px;
  font-family: "Zen Maru Gothic", sans-serif;
}
#home .movie .movie-list > li .movie-title .edition {
  font-size: 16px;
}
#home .movie .movie-list > li .movie-content {
  margin-top: 16px;
  position: relative;
  width: 100%;
  padding-top: 56%;
}
#home .movie .movie-list > li .movie-content > iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#home .home-news {
  padding-top: 48px;
  padding-bottom: 80px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  #home .home-news {
    padding-bottom: 60px;
    padding-right: 52px;
    padding-left: 52px;
  }
}
@media screen and (max-width: 959px) {
  #home .home-news {
    padding-top: 38px;
    max-width: 600px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
#home .home-news:before {
  content: none;
  width: 100%;
  border: 1px dashed #E8E8E8;
  position: absolute;
  top: 0;
}
@media screen and (max-width: 959px) {
  #home .home-news:before {
    content: "";
  }
}
#home .home-news .btn {
  width: 180px;
  height: 48px;
  margin-left: auto;
  margin-right: auto;
}
#home .home-news .news-list {
  margin-top: 32px;
  margin-bottom: 60px;
}
@media screen and (max-width: 1199px) {
  #home .home-news .news-list {
    margin-top: 38px;
  }
}
@media screen and (max-width: 959px) {
  #home .home-news .news-list {
    margin-top: 20px;
    margin-bottom: 46px;
  }
}
@media screen and (max-width: 599px) {
  #home .home-news .news-list {
    margin-bottom: 28px;
  }
}
#home .home-news .news-list > li {
  padding-left: 6px;
  padding-right: 6px;
}
#home .home-news .news-list > li > a {
  position: relative;
  padding: 10px 12px;
  border-bottom: 1px solid #E8E8E8;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  #home .home-news .news-list > li > a {
    align-items: start;
    padding: 16px 6px;
  }
}
#home .home-news .news-list > li > a::before {
  transform: scaleX(0);
  transform-origin: bottom right;
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 0 0;
  background: rgba(233, 99, 4, 0.1);
  z-index: -1;
  transition: transform 0.5s ease;
}
#home .home-news .news-list > li > a:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
#home .home-news .news-list > li > a .image {
  flex-shrink: 0;
  width: 134px;
  height: 83px;
  display: flex;
  justify-content: center;
}
#home .home-news .news-list > li > a .image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}
@media screen and (max-width: 599px) {
  #home .home-news .news-list > li > a .image {
    width: 110px;
    height: 70px;
  }
}
#home .home-news .news-list > li > a .news-text {
  margin-left: 20px;
}
@media screen and (max-width: 959px) {
  #home .home-news .news-list > li > a .news-text {
    margin-left: 14px;
  }
}
#home .home-news .news-list > li > a .news-text .caption {
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  #home .home-news .news-list > li > a .news-text .caption {
    margin-bottom: 4px;
  }
}
#home .home-news .news-list > li > a .news-text .caption .date {
  color: #818181;
  font-weight: 300;
  margin-right: 10px;
}
#home .home-news .news-list > li > a .news-text .description {
  font-weight: bold;
  color: #242121;
  margin-right: 24px;
}
@media screen and (max-width: 959px) {
  #home .home-news .news-list > li > a .news-text .description {
    font-size: 14px;
  }
}
@media screen and (max-width: 599px) {
  #home .home-news .news-list > li > a .news-text .description {
    margin-right: 0;
  }
}
#home .home-news .news-list > li > a::after {
  content: "";
  background-image: url("/assets/images/svg/right-arrow-gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  width: 8px;
  height: 15px;
}
@media screen and (max-width: 959px) {
  #home .home-news .news-list > li > a::after {
    content: none;
  }
}

#introduction .c.circle {
  background: #ED85A2;
}
@media screen and (max-width: 959px) {
  #introduction .c.subttl > br {
    display: none;
  }
}
@media screen and (max-width: 599px) {
  #introduction #sincloBanner {
    bottom: 60px !important;
  }
}
@media screen and (max-width: 374px) {
  #introduction #sincloBanner {
    bottom: 60px !important;
  }
}
#introduction .balloon {
  margin-bottom: 12px;
}
#introduction .slash-bubble.brown {
  color: #492513;
  display: inline-block;
  margin-bottom: 14px;
  margin-left: 10px;
}
@media screen and (max-width: 599px) {
  #introduction .slash-bubble.brown {
    font-size: 14px;
    margin-left: 0;
  }
}
#introduction .slash-bubble.brown::before, #introduction .slash-bubble.brown::after {
  border: 1px solid #492513;
}
#introduction .intr-mv {
  background: rgb(232, 241, 249);
  background-image: url("/assets/images/bg_tri_blue_01.png"), url("/assets/images/bg_tri_blue_02.png");
  background-repeat: no-repeat, no-repeat;
  background-size: 20% auto, auto 100%;
  background-position: left 0 top 0, right 0 bottom 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}
@media screen and (max-width: 959px) {
  #introduction .intr-mv {
    padding-top: 80px;
    padding-bottom: 60px;
    height: 560px;
    flex-direction: column;
    background-size: 20% auto, auto 100%;
    background-position: left 0 top 0, right -60px bottom 0;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  #introduction .intr-mv {
    padding-top: 60px;
    padding-bottom: 40px;
    margin-bottom: 40px;
  }
}
#introduction .intr-mv-box {
  max-width: 500px;
  margin-right: 40px;
  margin-left: 40px;
}
@media screen and (max-width: 959px) {
  #introduction .intr-mv-box {
    text-align: center;
    margin-right: 0;
    margin-left: 0;
    padding: 0 20px;
    max-width: 520px;
  }
}
#introduction .intr-mv-box-catch {
  font-size: 40px;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 20px;
  margin-top: 20px;
}
@media screen and (max-width: 599px) {
  #introduction .intr-mv-box-catch {
    font-size: 28px;
  }
}
#introduction .intr-mv-box-text-01 {
  padding-bottom: 10px;
  display: inline;
  background: linear-gradient(transparent 96%, #492513 0%);
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
}
@media screen and (max-width: 959px) {
  #introduction .intr-mv-box-text-01 {
    font-size: 14px;
  }
}
#introduction .intr-mv-box-text-01 > span {
  font-size: 20px;
}
@media screen and (max-width: 959px) {
  #introduction .intr-mv-box-text-01 > span {
    font-size: 16px;
  }
}
@media screen and (max-width: 959px) {
  #introduction .intr-mv-box-text-02 {
    font-size: 14px;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 599px) {
  #introduction .intr-mv-box-text-02 {
    margin-bottom: 8px;
  }
}
#introduction .intr-mv-img {
  position: relative;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 36px;
  margin-right: 40px;
}
@media screen and (max-width: 959px) {
  #introduction .intr-mv-img {
    max-width: 480px;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
    margin-right: 0;
  }
}
#introduction .intr-mv-img-main {
  max-width: 510px;
}
#introduction .intr-mv-img-mock {
  max-width: 310px;
  margin-bottom: 12px;
  margin-right: 20px;
}
@media screen and (max-width: 599px) {
  #introduction .intr-mv-img-mock {
    margin-right: 30px;
  }
}
#introduction .intr-mv-img-box {
  display: flex;
  justify-content: center;
}
#introduction .intr-mv-img-box-no {
  display: flex;
}
#introduction .intr-mv-img-box-no:first-of-type {
  margin-right: 10px;
}
@media screen and (max-width: 959px) {
  #introduction .intr-mv-img-box-no:first-of-type {
    margin-right: 4px;
  }
}
#introduction .intr-mv-img-box-no > img {
  width: 32px;
}
#introduction .intr-mv-img-box-no-text {
  font-weight: bold;
  display: flex;
  font-size: 14px;
  line-height: 1.2;
  align-items: center;
  justify-content: center;
  margin-left: -6px;
  margin-right: -6px;
}
@media screen and (max-width: 959px) {
  #introduction .intr-mv-img-box-no-text {
    font-size: 12px;
    margin-left: -10px;
    margin-right: -10px;
  }
}
#introduction .intr-mv-img-box-no-text > .count {
  display: inline-block;
  font-size: 26px;
  font-family: Helvetica Neue, sans-serif;
  margin-right: 6px;
  margin-left: 6px;
  margin-bottom: 4px;
}
@media screen and (max-width: 959px) {
  #introduction .intr-mv-img-box-no-text > .count {
    font-size: 20px;
    margin-right: 2px;
    margin-left: 2px;
    margin-bottom: 2px;
  }
}
#introduction .intr-mv-img-box-no-text > .nowrap {
  white-space: nowrap;
}
#introduction .intr-mv-img-star {
  position: absolute;
  top: 32px;
  right: 16px;
  background-image: url("/assets/images/star_orange.png");
  width: 94px;
  height: 94px;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  display: inline-block;
  text-align: center;
  padding-top: 16px;
  filter: drop-shadow(0px 4px 6px rgba(83, 34, 0, 0.1));
}
@media screen and (max-width: 959px) {
  #introduction .intr-mv-img-star {
    top: 12px;
    right: 56px;
  }
}
@media screen and (max-width: 599px) {
  #introduction .intr-mv-img-star {
    right: 20px;
  }
}
@media screen and (max-width: 374px) {
  #introduction .intr-mv-img-star {
    right: 0px;
  }
}
#introduction .intr-mv-img-star > .yen {
  font-size: 14px;
}
#introduction .intr-mv-img-star > .no {
  font-size: 24px;
  line-height: 1;
  font-family: Helvetica Neue, sans-serif;
}
#introduction .intr-block {
  margin-bottom: 60px;
}
@media screen and (max-width: 959px) {
  #introduction .intr-block {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media screen and (max-width: 959px) and (max-width: 599px) {
  #introduction .intr-block {
    margin-bottom: 40px;
  }
}
#introduction .intr-block-cnt {
  margin-bottom: 40px;
}
#introduction .intr-title {
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 959px) {
  #introduction .intr-title {
    margin-bottom: 32px;
  }
}
#introduction .intr-title-text {
  margin-top: 16px;
}
#introduction .intr-theme {
  position: relative;
}
#introduction .intr-theme-wrap {
  display: flex;
  align-items: center;
  position: relative;
  text-align: center;
  margin-top: 60px;
}
@media screen and (max-width: 959px) {
  #introduction .intr-theme-wrap {
    display: block;
    margin-top: 40px;
  }
}
#introduction .intr-theme-label {
  display: inline-block;
  text-align: center;
  color: #FFF;
  padding: 4px 0;
  width: 80px;
  border-radius: 3px;
  position: absolute;
  top: -16px;
  left: -12px;
  font-family: Helvetica Neue, sans-serif;
  font-weight: 400;
}
#introduction .intr-theme-label::before {
  content: "";
  position: absolute;
  display: block;
  z-index: 1;
  border-style: solid;
  border-width: 11px 11px 0 0;
  transform: scale(-1, 1);
  bottom: -6px;
  right: 0;
  margin-left: -10px;
  border-radius: 3px;
}
#introduction .intr-theme-label.before {
  background: #899BB0;
}
#introduction .intr-theme-label.before::before {
  border-color: #899BB0 transparent;
}
#introduction .intr-theme-label.after {
  background: linear-gradient(84.65deg, #E96304 2.93%, rgba(255, 106, 0, 0.7) 101.87%), #fff;
}
#introduction .intr-theme-label.after::before {
  border-color: #FD9043 transparent;
}
#introduction .intr-theme-before, #introduction .intr-theme-after {
  height: 460px;
  padding-top: 32px;
  border-radius: 20px;
  position: relative;
}
@media screen and (max-width: 959px) {
  #introduction .intr-theme-before, #introduction .intr-theme-after {
    height: 100%;
    padding-bottom: 32px;
  }
}
#introduction .intr-theme-before {
  background: rgba(137, 155, 176, 0.1);
  color: #242121;
  max-width: 385px;
  width: 100%;
}
@media screen and (max-width: 959px) {
  #introduction .intr-theme-before {
    max-width: 100%;
    margin-bottom: 32px;
  }
}
#introduction .intr-theme-before-title {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  #introduction .intr-theme-before-title {
    font-size: 18px;
  }
}
#introduction .intr-theme-before-img {
  width: 100%;
  max-width: 290px;
}
#introduction .intr-theme-arrow {
  position: absolute;
  z-index: 1;
  width: 66px;
  top: 60%;
  left: 39%;
}
@media screen and (max-width: 959px) {
  #introduction .intr-theme-arrow {
    top: 57%;
    left: 50%;
    transform: translate(-50%) rotate(90deg);
  }
}
@media screen and (max-width: 599px) {
  #introduction .intr-theme-arrow {
    top: 50%;
    display: none;
  }
}
#introduction .intr-theme-after {
  border: 2px solid #E96304;
  margin-left: 20px;
  width: 550px;
}
@media screen and (max-width: 959px) {
  #introduction .intr-theme-after {
    width: 100%;
    margin-left: 0px;
  }
}
#introduction .intr-theme-after-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  #introduction .intr-theme-after-title {
    font-size: 20px;
  }
}
#introduction .intr-theme-after-img {
  max-width: 460px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  #introduction .intr-theme-after-img.mssize {
    display: none;
  }
}
#introduction .intr-theme-after-img.ssize {
  display: none;
}
@media screen and (max-width: 599px) {
  #introduction .intr-theme-after-img.ssize {
    display: block;
    background: linear-gradient(85deg, rgba(233, 99, 4, 0.05), rgba(255, 106, 0, 0.1) 100%);
    width: 90%;
    border-radius: 10px;
  }
  #introduction .intr-theme-after-img.ssize > img {
    max-width: 240px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
#introduction .intr-theme-cmnt {
  padding-left: 22px;
  padding-right: 22px;
  margin-top: 20px;
  display: flex;
}
#introduction .intr-theme-cmnt.before {
  align-items: end;
}
#introduction .intr-theme-cmnt.after {
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 599px) {
  #introduction .intr-theme-cmnt {
    align-items: center;
  }
}
#introduction .intr-theme-cmnt > img {
  width: 62px;
  margin-right: 6px;
}
@media screen and (max-width: 599px) {
  #introduction .intr-theme-cmnt > img {
    width: 50px;
  }
}
#introduction .intr-theme-cmnt-text {
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  text-align: left;
  display: inline-block;
}
@media screen and (max-width: 959px) {
  #introduction .intr-theme-cmnt-text {
    padding-bottom: 0;
  }
}
#introduction .intr-theme-cmnt-text.before {
  color: #899BB0;
}
#introduction .intr-theme-cmnt-text.after {
  font-size: 20px;
  color: #E96304;
}
@media screen and (max-width: 599px) {
  #introduction .intr-theme-cmnt-text.after {
    font-size: 16px;
  }
}
#introduction .intr-theme-cmnt-text.after > span {
  display: inline-block;
  -webkit-text-decoration: underline #FFE3C0;
  text-decoration: underline #FFE3C0;
  text-underline-offset: -0.2em;
  text-decoration-thickness: 10px;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
  padding-top: 10px;
}
#introduction .intr-point {
  background: rgba(120, 51, 17, 0.08);
}
#introduction .intr-point::before {
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border: 12px solid transparent;
  border-top: 14px solid #fff;
  z-index: 1;
}
#introduction .intr-point-wrap {
  padding-top: 60px;
  padding-bottom: 40px;
}
#introduction .intr-point-cnt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 48px;
}
@media screen and (max-width: 959px) {
  #introduction .intr-point-cnt {
    display: block;
    width: 100%;
  }
}
#introduction .intr-point-detail {
  width: calc((100% - 100px) * 1 / 3);
  text-align: center;
}
@media screen and (max-width: 959px) {
  #introduction .intr-point-detail {
    max-width: 460px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
  }
}
#introduction .intr-point-detail:nth-of-type(4) {
  margin-left: 17.5%;
}
@media screen and (max-width: 959px) {
  #introduction .intr-point-detail:nth-of-type(4) {
    margin-left: auto;
  }
}
#introduction .intr-point-detail:nth-of-type(5) {
  margin-right: 17.5%;
}
@media screen and (max-width: 959px) {
  #introduction .intr-point-detail:nth-of-type(5) {
    margin-right: auto;
    margin-bottom: 0;
  }
}
#introduction .intr-point-detail:nth-of-type(n+4) {
  margin-top: 40px;
}
#introduction .intr-point-detail > img {
  margin-bottom: 16px;
  filter: drop-shadow(0px 5px 10px rgba(0, 0, 0, 0.06));
}
@media screen and (max-width: 599px) {
  #introduction .intr-point-detail > img {
    margin-bottom: 10px;
  }
}
#introduction .intr-point-detail-text {
  text-align: left;
  display: inline-block;
}
#introduction .intr-company-logo {
  margin-top: -30px;
  margin-bottom: 60px;
  display: flex;
  overflow: hidden;
  gap: 30px;
  flex-direction: column;
}
@media screen and (max-width: 599px) {
  #introduction .intr-company-logo {
    margin-bottom: 40px;
  }
}
#introduction .intr-company-logo .slider {
  display: flex;
}
#introduction .intr-company-logo .slider .loop {
  display: flex;
  align-items: center;
}
#introduction .intr-company-logo .slider .loop > li {
  display: flex;
  align-items: center;
  margin-right: 50px;
  white-space: nowrap;
  font-size: 10px;
}
#introduction .intr-company-logo .slider .loop > li .image {
  display: inline-block;
  height: 49px;
  margin-right: 8px;
}
#introduction .intr-company-logo .slider .loop > li .image > img {
  width: auto;
  height: 100%;
}
@media screen and (max-width: 959px) {
  #introduction .intr-company-logo .slider .loop > li .image {
    height: 44px;
  }
}
#introduction .intr-company-detail {
  display: flex;
  justify-content: center;
  font-weight: bold;
  text-align: center;
  align-items: center;
}
#introduction .intr-company-detail > img {
  width: 48px;
}
@media screen and (max-width: 599px) {
  #introduction .intr-company-detail > img {
    width: 70px;
  }
}
@media screen and (max-width: 959px) {
  #introduction .intr-company-detail-text {
    margin-left: -10px;
    margin-right: -10px;
  }
}
@media screen and (max-width: 599px) {
  #introduction .intr-company-detail-text > br {
    display: none;
  }
}
#introduction .intr-company-detail-text > span {
  font-family: Helvetica Neue, sans-serif;
  color: #E96304;
  font-size: 24px;
  margin-right: 2px;
}
#introduction .intr-company-industry {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#introduction .intr-company-industry-name {
  display: inline-block;
  padding: 6px 20px;
  background: rgba(233, 99, 4, 0.1);
  font-weight: bold;
  margin-bottom: 20px;
}
#introduction .intr-company-industry-name:not(:last-of-type) {
  margin-right: 20px;
}
#introduction .intr-faq {
  padding-top: 60px;
  border-top: 2px dashed #E8E8E8;
}
@media screen and (max-width: 599px) {
  #introduction .intr-br {
    display: none;
  }
}

#link .link {
  color: #242121;
}
#link .link-url {
  margin-bottom: 48px;
  margin-top: 12px;
}
#link .link-url-text {
  display: inline-flex;
}
#link .link-url > span {
  font-weight: bold;
}
#link .link-url-name {
  display: inline-block;
  background: rgba(233, 99, 4, 0.1);
  padding: 1px 4px;
  font-weight: bold;
}
#link .link-banner {
  display: flex;
  flex-wrap: wrap;
}
#link .link-banner-block {
  display: flex;
}
#link .link-size {
  margin-bottom: 48px;
  margin-right: 40px;
}
@media screen and (max-width: 599px) {
  #link .link-size {
    margin-right: 0;
  }
}
@media screen and (max-width: 599px) {
  #link .link-size:nth-of-type(n+3) {
    margin-right: 20px;
  }
}
#link .link-size:nth-of-type(1) > img {
  max-width: 468px;
  width: 100%;
}
#link .link-size:nth-of-type(2) > img {
  max-width: 405px;
  width: 100%;
}
#link .link-size:nth-of-type(3) > img {
  max-width: 280px;
  width: 100%;
}
#link .link-size:nth-of-type(4) > img {
  max-width: 160px;
  width: 100%;
}
#link .link-size:nth-of-type(5) > img {
  max-width: 130px;
  width: 100%;
}
#link .link-size-text {
  margin-bottom: 6px;
}
#link .link-size-text > span {
  font-weight: bold;
}
#link .link-download {
  margin-bottom: 20px;
  font-size: 14px;
}
#link .link-download > a {
  color: #E96304;
}

#maintenance .maintenance {
  margin-bottom: 48px;
}
@media screen and (max-width: 599px) {
  #maintenance .maintenance {
    margin-bottom: 40px;
  }
}
#maintenance .maintenance-data {
  color: #818181;
  font-size: 14px;
  margin-bottom: 10px;
}
#maintenance .maintenance-data > span {
  margin-right: 8px;
}
#maintenance .maintenance-ttl {
  font-size: 20px;
  font-weight: bold;
  color: #242121;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  #maintenance .maintenance-ttl {
    font-size: 18px;
  }
}
#maintenance .maintenance-text {
  color: #242121;
}
#maintenance .maintenance-non {
  text-align: center;
}
#maintenance .maintenance-non > img {
  max-width: 150px;
  width: 100%;
  margin-top: 32px;
}

#news_detail .detail {
  max-width: 800px;
}
#news_detail .detail-non {
  text-align: center;
}
#news_detail .detail-non > img {
  max-width: 150px;
  width: 100%;
  margin-top: 32px;
}
#news_detail .detail-caption {
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  #news_detail .detail-caption {
    font-size: 12px;
    margin-bottom: 4px;
  }
}
#news_detail .detail-caption .date {
  color: #818181;
  font-weight: 300;
  margin-right: 10px;
}
#news_detail .detail-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 24px;
  color: #000;
}
@media screen and (max-width: 599px) {
  #news_detail .detail-title {
    font-size: 20px;
  }
}
#news_detail .detail-image {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 32px;
}
#news_detail .detail-image > img {
  border-radius: 10px;
}
#news_detail .detail-text {
  margin-bottom: 80px;
  word-wrap: break-word;
  color: #000;
}
#news_detail .detail-link {
  color: #E96304;
  text-decoration: underline;
}
#news_detail .detail-link:hover {
  text-decoration: none;
}
#news_detail .detail-btn {
  display: flex;
  justify-content: space-between;
  margin-bottom: 4px;
}
#news_detail .detail-btn-prev, #news_detail .detail-btn-next {
  width: 100%;
  max-width: 120px;
  height: 48px;
}
@media screen and (max-width: 599px) {
  #news_detail .detail-btn-prev, #news_detail .detail-btn-next {
    font-size: 0;
    max-width: 48px;
  }
}
#news_detail .detail-btn-prev::before, #news_detail .detail-btn-prev::after, #news_detail .detail-btn-next::before, #news_detail .detail-btn-next::after {
  background-repeat: no-repeat;
  background-size: contain;
  width: 9px;
  height: 12px;
}
#news_detail .detail-btn-prev::before {
  content: "";
  background-image: url("/assets/images/svg/right-arrow-orange.svg");
  transform: rotateY(180deg);
  margin-right: 12px;
}
@media screen and (max-width: 599px) {
  #news_detail .detail-btn-prev::before {
    margin-right: 3px;
  }
}
#news_detail .detail-btn-next::after {
  content: "";
  background-image: url("/assets/images/svg/right-arrow-orange.svg");
  margin-left: 12px;
}
@media screen and (max-width: 599px) {
  #news_detail .detail-btn-next::after {
    margin-left: 3px;
  }
}
#news_detail .detail-btn-dammy {
  opacity: 0;
}
#news_detail .detail-btn-dammy:hover {
  cursor: default;
  box-shadow: 0px 4px 0px 0px rgba(73, 37, 19, 0.4);
  transform: none;
  opacity: 0;
  transition: initial;
}
#news_detail .detail-btn-list {
  width: 100%;
  max-width: 160px;
  height: 48px;
  border: none;
}
@media screen and (max-width: 599px) {
  #news_detail .detail-btn-list {
    max-width: 140px;
    font-size: 14px;
  }
}

#news .news-non {
  text-align: center;
}
#news .news-non > img {
  max-width: 150px;
  width: 100%;
  margin-top: 32px;
}
#news .news-list {
  margin-top: 32px;
  margin-bottom: 60px;
}
#news .news-list > li {
  position: relative;
}
#news .news-list > li::after {
  content: "";
  width: 100%;
  height: 1px;
  display: inline-block;
  background-color: #E8E8E8;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
#news .news-list > li:last-child::after {
  content: none;
}
#news .news-list > li > a {
  position: relative;
  padding: 30px 12px 30px 12px;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  #news .news-list > li > a {
    padding: 16px 8px;
  }
}
#news .news-list > li > a::before {
  transform: scaleX(0);
  transform-origin: bottom right;
  content: "";
  display: block;
  position: absolute;
  inset: 0 0 0 0;
  background: rgba(233, 99, 4, 0.1);
  z-index: -1;
  transition: transform 0.5s ease;
}
#news .news-list > li > a:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
#news .news-list > li > a .image {
  flex-shrink: 0;
  width: 160px;
  height: 99px;
  border-radius: 6px;
  display: flex;
  justify-content: center;
}
#news .news-list > li > a .image > img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 6px;
}
@media screen and (max-width: 599px) {
  #news .news-list > li > a .image {
    width: 110px;
    height: 70px;
  }
}
#news .news-list > li > a::after {
  content: "";
  background-image: url("/assets/images/svg/right-arrow-gray.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 12px;
  width: 8px;
  height: 15px;
}
@media screen and (max-width: 599px) {
  #news .news-list > li > a::after {
    display: none;
  }
}
#news .news-text {
  margin-left: 20px;
  width: 100%;
}
@media screen and (max-width: 599px) {
  #news .news-text {
    margin-left: 10px;
  }
}
#news .news-text .description {
  font-weight: 600;
  color: #242121;
  font-size: 20px;
  margin-bottom: 8px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media screen and (max-width: 959px) {
  #news .news-text .description {
    font-size: 18px;
  }
}
@media screen and (max-width: 599px) {
  #news .news-text .description {
    font-size: 14px;
    margin-bottom: 0;
  }
}
#news .news-text .description-text {
  color: #818181;
  font-size: 14px;
  -webkit-line-clamp: 1;
}
@media screen and (max-width: 599px) {
  #news .news-text .description-text {
    display: none !important;
  }
}
#news .news-text .description,
#news .news-text .description-text {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  margin-right: 32px;
}
@media screen and (max-width: 599px) {
  #news .news-text .description,
  #news .news-text .description-text {
    margin-right: 0;
  }
}
#news .news-caption {
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 600;
}
@media screen and (max-width: 599px) {
  #news .news-caption {
    font-size: 12px;
    margin-bottom: 4px;
  }
}
#news .news-caption .date {
  color: #818181;
  font-weight: 300;
  margin-right: 10px;
}
#news .news-pagenaiton {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  justify-content: center;
  padding-bottom: 80px;
}
@media screen and (max-width: 1199px) {
  #news .news-pagenaiton {
    padding-bottom: 60px;
  }
}
#news .news-pagenaiton > a {
  border-radius: 10px;
  margin-right: 8px;
  cursor: pointer;
}
@media screen and (max-width: 599px) {
  #news .news-pagenaiton > a {
    margin-right: 4px;
  }
}
#news .news-pagenaiton > a:last-child {
  margin-right: none;
}
#news .news-pagenaiton .page,
#news .news-pagenaiton .add,
#news .news-pagenaiton .prev,
#news .news-pagenaiton .next {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 40px;
  height: 48px;
  font-size: 14px;
  color: #E96304;
  font-weight: bold;
  transition: all 0.15s linear;
}
@media screen and (max-width: 599px) {
  #news .news-pagenaiton .page,
  #news .news-pagenaiton .add,
  #news .news-pagenaiton .prev,
  #news .news-pagenaiton .next {
    width: 36px;
    height: 40px;
  }
}
#news .news-pagenaiton .page {
  background: #fff;
  border: solid 2px #E96304;
}
#news .news-pagenaiton .page:hover {
  background: #E96304;
  color: #fff;
}
#news .news-pagenaiton .add {
  pointer-events: none;
}
#news .news-pagenaiton .active {
  background: #E96304;
  color: #fff;
  pointer-events: none;
}
#news .news-pagenaiton > .prev > span, #news .news-pagenaiton > .next > span {
  position: relative;
  display: inline-block;
  padding: 0 0 0 16px;
}
#news .news-pagenaiton > .prev > span::before, #news .news-pagenaiton > .prev > span::after, #news .news-pagenaiton > .next > span::before, #news .news-pagenaiton > .next > span::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#news .news-pagenaiton > .prev > span::before, #news .news-pagenaiton > .next > span::before {
  width: 10px;
  height: 10px;
  border-top: 2px solid #E96304;
  border-right: 2px solid #E96304;
}
#news .news-pagenaiton > .prev > span::before:hover, #news .news-pagenaiton > .next > span::before:hover {
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
}
#news .news-pagenaiton > .prev > span {
  transform: rotate(-135deg);
}
#news .news-pagenaiton > .prev > span::before {
  left: -2px;
}
#news .news-pagenaiton > .next > span {
  transform: rotate(45deg);
}
#news .news-pagenaiton > .next > span::before {
  left: 2px;
}

#order .c.circle {
  background: #52C3F2;
}
#order .order-attention {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border-radius: 10px;
  background: #52C3F2;
  color: #fff;
  margin-bottom: 40px;
  max-width: 680px;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (max-width: 599px) {
  #order .order-attention {
    padding-left: 16px;
    padding-right: 16px;
  }
}
#order .order-block {
  margin-bottom: 60px;
}
@media screen and (max-width: 959px) {
  #order .order-block {
    margin-bottom: 48px;
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }
}
#order .order-title {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 24px;
}
@media screen and (max-width: 959px) {
  #order .order-title {
    font-size: 20px;
  }
}
#order .order-title-text {
  flex: 1;
}
#order .order-detail {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 959px) {
  #order .order-detail {
    display: block;
  }
}
#order .order-detail-img {
  background: rgba(233, 99, 4, 0.07);
  border-radius: 10px;
  width: 100%;
  margin-right: 32px;
  text-align: center;
}
@media screen and (max-width: 959px) {
  #order .order-detail-img {
    max-width: 680px;
    margin-bottom: 24px;
  }
}
#order .order-detail-img > img {
  max-width: 480px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 29px;
  padding-left: 29px;
}
@media screen and (max-width: 959px) {
  #order .order-detail-img > img {
    padding-right: 16px;
    padding-left: 16px;
  }
}
#order .order-detail-text {
  width: 100%;
}
#order .order-detail-text-bold {
  font-weight: bold;
}
#order .order-detail-text-main {
  margin-bottom: 32px;
  color: #242121;
}
@media screen and (max-width: 959px) {
  #order .order-detail-text-main {
    margin-bottom: 24px;
  }
}
#order .order-detail-text-member {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 16px;
  border: 1px solid #E96304;
  border-radius: 10px;
}
#order .order-detail-text-member-badge {
  text-align: center;
  margin-top: -12px;
}
#order .order-detail-text-member-badge .slash-bubble {
  background: #fff;
}
#order .order-detail-text-member-cnt {
  margin-top: 10px;
}

#payment .pay {
  color: #242121;
}
@media screen and (max-width: 599px) {
  #payment .pay .c.navlink-list:nth-child(2) {
    border-right: none;
  }
}
#payment .pay .c.subpagetitle.pay {
  padding-top: 4px;
}
#payment .pay-block {
  margin-bottom: 60px;
}
@media screen and (max-width: 959px) {
  #payment .pay-block {
    margin-bottom: 40px;
  }
}
#payment .pay-cnt {
  margin-bottom: 32px;
}
#payment .pay-line {
  padding-bottom: 32px;
  border-bottom: 1px solid #E8E8E8;
}
#payment .pay-title {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 599px) {
  #payment .pay-title {
    flex-direction: column-reverse;
    align-items: baseline;
  }
}
#payment .pay-title-recommend {
  display: flex;
  align-items: center;
  margin-left: 8px;
  margin-bottom: 10px;
}
@media screen and (max-width: 599px) {
  #payment .pay-title-recommend {
    margin-left: -10px;
  }
}
#payment .pay-title-recommend > img {
  width: 56px;
  transform: rotate(10deg);
}
#payment .pay-title-recommend-balloon {
  margin-left: 6px;
  padding: 6px 10px;
  min-width: 120px;
  max-width: 100%;
  border-radius: 6px;
  position: relative;
  background: #FFF;
  border: 2px solid #E96304;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #E96304;
  white-space: nowrap;
}
#payment .pay-title-recommend-balloon::before, #payment .pay-title-recommend-balloon::after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
#payment .pay-title-recommend-balloon::before {
  content: "";
  border-color: rgba(255, 255, 255, 0);
  border-right-color: #FFF;
  border-width: 5px;
  margin-top: -5px;
  z-index: 2;
}
#payment .pay-title-recommend-balloon::after {
  content: "";
  border-color: rgba(233, 99, 4, 0);
  border-right-color: #E96304;
  border-width: 8px;
  margin-top: -8px;
}
#payment .pay-credit {
  border: 1px solid #E8E8E8;
  display: inline-block;
  padding: 16px;
  margin-bottom: 24px;
}
#payment .pay-credit > img {
  max-width: 400px;
  display: block;
  margin-bottom: 10px;
}
#payment .pay-credit > span {
  font-size: 12px;
}
#payment .pay-commission {
  margin-top: 20px;
  margin-bottom: 24px;
}
#payment .pay-commission-bold {
  margin-top: 12px;
  font-weight: bold;
}
#payment .pay-text {
  margin-top: 24px;
  margin-bottom: 24px;
}
#payment .pay-text-orange {
  color: #E96304;
}
#payment .pay-attention {
  color: #F62F2F;
}
#payment .pay-banner:hover {
  opacity: 0.9;
}
#payment .pay-banner > img {
  max-width: 468px;
}
#payment .pay-bold {
  font-weight: bold;
}
#payment .pay-link {
  margin-top: 10px;
}
#payment .pay-wrap {
  overflow-x: scroll;
}
@media screen and (max-width: 599px) {
  #payment .pay-wrap {
    margin-right: calc(50% - 50vw);
  }
}
@media screen and (max-width: 599px) {
  #payment .pay-table {
    width: 300px;
    margin-right: 40px;
  }
}
#payment .pay-table-null {
  border: none;
}
#payment .pay-table-orange {
  background: #E96304;
  color: #fff;
  font-weight: bold;
}
#payment .pay-table-blue {
  background: #52C3F2;
  color: #fff;
  font-weight: bold;
}
#payment .pay-table-gray {
  background: #F5F5F5;
  font-weight: bold;
}
#payment .pay-table-total {
  min-width: 300px;
}
@media screen and (max-width: 959px) {
  #payment .pay-table-total {
    min-width: auto;
  }
}
@media screen and (max-width: 599px) {
  #payment .pay-table-total {
    min-width: 240px;
  }
}
#payment .pay-table-postage {
  color: #F62F2F;
  font-size: 14px;
}
#payment .pay-combined {
  text-align: center;
  padding-top: 20px;
}
#payment .pay-combined .badge {
  display: inline-block;
  margin-bottom: 8px;
}
#payment .pay-list > li {
  margin-bottom: 10px;
}
#payment table, #payment td, #payment th {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
}
#payment td, #payment th {
  padding: 12px;
  height: 56px;
  width: 25%;
  border: 1px solid #E8E8E8;
}
@media screen and (max-width: 959px) {
  #payment td, #payment th {
    padding: 10px;
  }
}
@media screen and (max-width: 599px) {
  #payment td, #payment th {
    padding: 6px;
    min-width: 160px;
    font-size: 14px;
  }
}

#size .size-attention {
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #E96304;
  border-radius: 10px;
  margin-bottom: 24px;
}
@media screen and (max-width: 599px) {
  #size .size-attention {
    padding-left: 16px;
    padding-right: 16px;
  }
}
#size .size-attention-small {
  font-size: 12px;
  color: #818181;
}
#size .size-block {
  display: flex;
  justify-content: space-around;
  margin-bottom: 20px;
}
@media screen and (max-width: 599px) {
  #size .size-block {
    display: block;
  }
}
#size .size-list {
  width: 50%;
  color: #242121;
}
@media screen and (max-width: 599px) {
  #size .size-list {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
  }
}
#size .size-list-ttl1 {
  background: #818181;
  color: #fff;
  width: 50%;
  font-weight: bold;
}
#size .size-list-ttl2 {
  background: #52C3F2;
  color: #fff;
  width: 50%;
  font-weight: bold;
}
#size .size-list-ttl3 {
  background: #E96304;
  color: #fff;
  width: 30%;
  font-weight: bold;
}
#size .size-list-gray1 {
  background: #F5F5F5;
}
#size .size-list-gray2 {
  background: #E8E8E8;
}
#size .size-list-gray1.type, #size .size-list-gray2.type {
  min-width: 60px;
  font-weight: bold;
}
#size .size-list-size1 {
  background: rgba(82, 195, 242, 0.1);
}
#size .size-list-size2 {
  background: rgba(82, 195, 242, 0.2);
}
#size .size-list-ratio1 {
  background: rgba(233, 99, 4, 0.1);
}
#size .size-list-ratio2 {
  background: rgba(233, 99, 4, 0.2);
}
#size .size-list table,
#size .size-list td,
#size .size-list th {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: center;
}
#size .size-list td,
#size .size-list th {
  height: 56px;
  padding: 5px;
}
@media screen and (max-width: 599px) {
  #size .size-list td,
  #size .size-list th {
    height: 50px;
    font-size: 14px;
  }
}
#size .size-image {
  width: 380px;
}
@media screen and (max-width: 959px) {
  #size .size-image {
    padding-left: 20px;
  }
}
@media screen and (max-width: 599px) {
  #size .size-image {
    width: 100%;
    padding: 0;
    margin-left: auto;
    margin-right: auto;
  }
}
#size .size-image > img {
  margin-bottom: 10px;
}
#size .size-hv-text {
  margin-bottom: 16px;
}
#size .c.supplement {
  margin-bottom: 32px;
}/*# sourceMappingURL=style.css.map */