@media screen and (min-width: 960px) {
  .pc {
    display: block;
  }
}
@media screen and (max-width: 960px) and (min-width: 540px) {
  .pc {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .pc {
    display: none;
  }
}

@media screen and (min-width: 960px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 960px) and (min-width: 540px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .sp {
    display: block;
  }
}

html {
  background-color: #F0DBD1;
}

section {
  margin: 0 auto;
}

.js-fade {
  line-height: 1;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: ease-in-out 1s;
  transition: ease-in-out 1s;
  opacity: 0;
}
.js-fade.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-fade.delay {
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.js-fade.delay.show {
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.js-fade.delay.--it02 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js-fade.delay.--it03 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.js-fade.delay.--it04 {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}

.saiji-main {
  max-width: 750px;
  margin: 0 auto;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 400;
  background-color: #fff;
  -webkit-box-shadow: 0 6px 16px 0px rgba(212, 76, 44, 0.4);
          box-shadow: 0 6px 16px 0px rgba(212, 76, 44, 0.4);
}

.inner {
  width: calc(100% - 40px);
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .inner {
    width: calc(100% - 20px);
  }
}

.c-saiji__text {
  margin: 10px auto 100px;
  max-width: 750px;
}
@media screen and (max-width: 959px) {
  .c-saiji__text {
    max-width: 540px;
    margin: 10px auto 60px;
  }
}
.c-saiji__text.--mg {
  margin-bottom: 0;
}

.c-heading {
  position: relative;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 52px;
  text-align: center;
  display: table;
  color: #D7000F;
  margin: 0 auto 40px;
  padding: 20px 40px;
  padding-left: 80px;
  border: 3px solid #D7000F;
  background-color: #fff;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 960px) and (min-width: 540px) {
  .c-heading {
    font-size: 52px;
  }
}
@media screen and (max-width: 540px) {
  .c-heading {
    padding: 16px;
    padding-left: 55px;
    font-size: 36px;
  }
}
.c-heading:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 3px solid #D4B987;
  display: block;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.c-heading:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 20px;
  margin: auto 0;
  display: inline-block;
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 540px) {
  .c-heading:before {
    left: 10px;
    width: 40px;
    height: 40px;
  }
}
.c-heading.--present:before {
  background: url("../img/common/nav-01.svg") no-repeat center/contain;
}
@media screen and (max-width: 540px) {
  .c-heading.--present:before {
    left: 10px;
    bottom: 10px;
  }
}
@media screen and (max-width: 360px) {
  .c-heading.--pickup {
    font-size: 30px;
  }
}
.c-heading.--pickup:before {
  background: url("../img/common/nav-02.svg") no-repeat center/contain;
}
@media screen and (max-width: 540px) {
  .c-heading.--special {
    text-indent: 0;
    padding-left: 50px;
  }
}
@media screen and (max-width: 360px) {
  .c-heading.--special {
    font-size: 32px;
  }
}
.c-heading.--special:before {
  background: url("../img/common/nav-03.svg") no-repeat center/contain;
}
.c-heading.--voice:before {
  background: url("../img/common/nav-04.svg") no-repeat center/contain;
}
@media screen and (max-width: 360px) {
  .c-heading.--faq {
    font-size: 32px;
  }
}
.c-heading.--faq:before {
  background: url("../img/common/nav-05.svg") no-repeat center/contain;
}
.c-heading.--access:before {
  background: url("../img/common/nav-06.svg") no-repeat center/contain;
}

.c-heading__h3 {
  position: relative;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  margin: 0 auto 40px;
  padding: 4px 4px;
  letter-spacing: 0.1em;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  margin-inline: auto;
}
@media screen and (max-width: 540px) {
  .c-heading__h3 {
    font-size: 32px;
    margin: 0 auto 30px;
  }
}
.c-heading__h3.--gofuku {
  color: #005BAB;
  max-width: 100px;
  border-bottom: double 7px #005BAB;
}
.c-heading__h3.--other {
  color: #E4007F;
  max-width: 140px;
  border-bottom: double 7px #E4007F;
}

.c-heading__h4 {
  position: relative;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  text-align: center;
  margin: 0 auto 40px;
  padding: 4px 4px 20px;
  display: block;
  text-align: center;
  margin-inline: auto;
}
@media screen and (max-width: 540px) {
  .c-heading__h4 {
    font-size: 32px;
    margin: 0 auto 30px;
  }
}
.c-heading__h4.--maker {
  color: #005BAB;
}
.c-heading__h4.--maker:after {
  background-color: #005BAB;
}
.c-heading__h4.--furoshikiya {
  color: #D44C2C;
}
.c-heading__h4.--furoshikiya:after {
  background-color: #D44C2C;
}
.c-heading__h4.--fashion {
  color: #E4007F;
  margin-top: 60px;
}
.c-heading__h4.--fashion:after {
  background-color: #E4007F;
}
.c-heading__h4.--jewel {
  color: #AE6EAB;
  margin-top: 60px;
}
.c-heading__h4.--jewel:after {
  background-color: #AE6EAB;
}
.c-heading__h4.--health {
  color: #00913A;
  margin-top: 60px;
}
.c-heading__h4.--health:after {
  background-color: #00913A;
}
.c-heading__h4:after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  bottom: 0;
  display: inline-block;
  width: 30px;
  height: 1px;
}

.c-icon__imgWrap {
  position: absolute;
  z-index: 0;
}
.c-icon__imgWrap.--left {
  left: 20px;
}
@media screen and (max-width: 540px) {
  .c-icon__imgWrap.--left {
    left: 10px;
  }
}
.c-icon__imgWrap.--right {
  right: 20px;
}
@media screen and (max-width: 540px) {
  .c-icon__imgWrap.--right {
    right: 10px;
  }
}
.c-icon__imgWrap.--info {
  top: 20px;
}
.c-icon__imgWrap.--nav {
  top: -30px;
}
.c-icon__imgWrap.--present {
  top: -10px;
}
.c-icon__imgWrap.--pickup {
  top: -25px;
}
@media screen and (max-width: 540px) {
  .c-icon__imgWrap.--pickup {
    top: -10px;
  }
}
.c-icon__imgWrap.--special {
  top: 20px;
}
@media screen and (max-width: 540px) {
  .c-icon__imgWrap.--special {
    top: -50px;
  }
}
.c-icon__imgWrap.--furoshikiya {
  top: -20px;
}
.c-icon__imgWrap.--other {
  top: -10px;
}
.c-icon__imgWrap.--voice {
  top: -10px;
}
@media screen and (max-width: 540px) {
  .c-icon__imgWrap.--voice {
    top: -20px;
  }
}
.c-icon__imgWrap.--faq {
  top: 20px;
}
@media screen and (max-width: 540px) {
  .c-icon__imgWrap.--faq {
    top: -40px;
  }
}
.c-icon__imgWrap.--access {
  top: -30px;
}
.c-icon__imgWrap .c-icon__img {
  display: block;
  width: 60px;
  height: 100%;
}
.c-icon__imgWrap .c-icon__img.--reverse {
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.c-icon__imgWrap .c-icon__img.--flower02 {
  width: 72px;
}
@media screen and (max-width: 540px) {
  .c-icon__imgWrap .c-icon__img.--flower02 {
    width: 14vw;
  }
}
.c-icon__imgWrap .c-icon__img.--kumo {
  width: 185px;
}
@media screen and (max-width: 540px) {
  .c-icon__imgWrap .c-icon__img.--kumo {
    width: 120px;
  }
}
.c-icon__imgWrap .c-icon__img.--bird {
  width: 82px;
}
.c-icon__imgWrap .c-icon__img.--kumo02 {
  width: 205px;
}
@media screen and (max-width: 540px) {
  .c-icon__imgWrap .c-icon__img.--kumo02 {
    width: 160px;
  }
}
.c-icon__imgWrap .c-icon__img.--flower03 {
  width: 90px;
}
@media screen and (max-width: 540px) {
  .c-icon__imgWrap .c-icon__img.--flower03 {
    width: 70px;
  }
}

.l-fixed {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 999;
}
@media screen and (max-width: 959px) {
  .l-fixed {
    left: 0;
    right: 0;
    bottom: 10px;
    margin: 0 auto;
  }
}

.l-fixed__pickup {
  position: relative;
  color: #FFF100;
  font-size: 16px;
  display: block;
  margin: 20px auto 10px;
}
@media screen and (max-width: 959px) {
  .l-fixed__pickup {
    margin: 0 auto 5px;
  }
}
.l-fixed__pickup:before, .l-fixed__pickup:after {
  content: "";
  display: block;
}

.l-fixed__link {
  position: relative;
  display: block;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
  margin: 0 auto;
  text-align: center;
  width: 200px;
  height: 200px;
  padding: 16px;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  background-color: #005BAB;
  border-radius: 100px;
  font-size: 24px;
  line-height: 1.3;
}
@media screen and (max-width: 959px) {
  .l-fixed__link {
    width: calc(100% - 20px);
    max-width: 540px;
    height: 80px;
    padding: 10px;
  }
}
.l-fixed__link:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 91%;
  height: 91%;
  border: 1px solid #005BAB;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media screen and (max-width: 959px) {
  .l-fixed__link:before {
    border-radius: 100px;
  }
}
.l-fixed__link:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #fff;
  -webkit-mask: url("../img/common/icon-arrow02.svg") no-repeat center/cover;
          mask: url("../img/common/icon-arrow02.svg") no-repeat center/cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 60px;
  height: 10px;
  bottom: 30px;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 960px) {
  .l-fixed__link:after {
    left: 0;
  }
}
@media screen and (max-width: 959px) {
  .l-fixed__link:after {
    width: 40px;
    height: 7px;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto 0;
  }
}
@media screen and (min-width: 960px) {
  .l-fixed__link:hover:before {
    -webkit-transform: translate(-50%, -50%) scale(1);
            transform: translate(-50%, -50%) scale(1);
    border-color: #fff;
  }
}
@media screen and (max-width: 959px) {
  .l-fixed__link:hover:before {
    border-radius: 100px;
  }
}
@media screen and (max-width: 959px) {
  .l-fixed__link:hover {
    color: #005BAB;
    background-color: #fff;
  }
  .l-fixed__link:hover .l-fixed__pickup {
    color: #005BAB;
  }
  .l-fixed__link:hover:after {
    background-color: #005BAB;
  }
}

.c-button {
  padding: 60px 0;
}
@media screen and (max-width: 959px) {
  .c-button {
    padding: 40px 0;
  }
}

.c-button__pickup {
  position: relative;
  color: #FFF100;
  font-size: 18px;
  display: block;
  margin: 0 auto 5px;
}
@media screen and (max-width: 959px) {
  .c-button__pickup {
    font-size: 16px;
  }
}
.c-button__pickup:before, .c-button__pickup:after {
  content: "";
  display: block;
}

.c-button__link {
  position: relative;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 0 auto;
  text-align: center;
  width: calc(100% - 40px);
  max-width: 540px;
  height: 100px;
  padding: 16px;
  font-size: 28px;
  line-height: 1.3;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  background-color: #005BAB;
  border: 1px solid #005BAB;
  border-radius: 100px;
}
@media screen and (max-width: 959px) {
  .c-button__link {
    width: calc(100% - 20px);
    height: 80px;
    padding: 10px;
    font-size: 24px;
  }
}
.c-button__link:after {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #fff;
  -webkit-mask: url("../img/common/icon-arrow02.svg") no-repeat center/cover;
          mask: url("../img/common/icon-arrow02.svg") no-repeat center/cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 60px;
  height: 10px;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto 0;
}
@media screen and (max-width: 959px) {
  .c-button__link:after {
    width: 40px;
    height: 7px;
    top: 0;
    right: 20px;
    bottom: 0;
    margin: auto 0;
  }
}
.c-button__link:hover {
  color: #005BAB;
  background-color: #fff;
}
.c-button__link:hover .c-button__pickup {
  color: #005BAB;
}
.c-button__link:hover:after {
  background-color: #005BAB;
}

.l-header {
  position: relative;
  z-index: 10;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
  background-color: #fff;
}
@media screen and (max-width: 540px) {
  .l-header {
    padding: 10px 0;
  }
}

.l-header__link {
  display: inline-block;
}

.l-header__img {
  display: block;
  margin: 0 auto;
  max-width: 200px;
}
@media screen and (max-width: 540px) {
  .l-header__img {
    max-width: 160px;
  }
}

.saiji-top__img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 750px;
}

.saiji-info {
  position: relative;
  margin: 0 auto;
  padding: 40px 0 0;
}

.saiji-indo__wrap {
  padding: 40px 20px;
  border-radius: 30px;
  background-color: #F7F5F0;
}
@media screen and (max-width: 540px) {
  .saiji-indo__wrap {
    border-radius: 20px;
  }
}

.saiji-info__list {
  max-width: 580px;
  margin: 0 auto;
}

.saiji-info__item:nth-child(n+2) {
  margin-top: 40px;
}
@media screen and (max-width: 540px) {
  .saiji-info__item:nth-child(n+2) {
    margin-top: 30px;
  }
}

.saiji-info__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
@media screen and (max-width: 540px) {
  .saiji-info__dl {
    display: block;
  }
}
.saiji-info__dl.--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.saiji-info__dl.--block {
  display: block;
}

.saiji-info__dt {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  background-color: #231815;
  color: #fff;
  font-size: 20px;
  padding: 10px 20px;
  border-radius: 10px;
  display: inline-block;
  margin-right: 20px;
  white-space: nowrap;
}
@media screen and (max-width: 540px) {
  .saiji-info__dt {
    padding: 6px 20px;
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.saiji-info__dd.--mg10 {
  margin-top: 10px;
}
.saiji-info__dd .big {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
}
@media screen and (max-width: 540px) {
  .saiji-info__dd .big {
    font-size: 28px;
  }
}
.saiji-info__dd .big2 {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
}
@media screen and (max-width: 540px) {
  .saiji-info__dd .big2 {
    font-size: 18px;
  }
}
.saiji-info__dd .md {
  font-size: 20px;
}
@media screen and (max-width: 540px) {
  .saiji-info__dd .md {
    font-size: 16px;
  }
}
.saiji-info__dd .sat {
  color: #005BAB;
}
.saiji-info__dd .sun {
  color: #D7000F;
}

.saiji-info__schedule-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 540px) {
  .saiji-info__schedule-list {
    display: block;
  }
}

.saiji-info__schedule-item {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 540px) {
  .saiji-info__schedule-item {
    font-size: 18px;
  }
}
@media screen and (min-width: 541px) {
  .saiji-info__schedule-item:nth-child(n+2) {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 2px solid #231815;
  }
}
@media screen and (max-width: 540px) {
  .saiji-info__schedule-item:nth-child(n+2) {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 2px solid #231815;
  }
}

.saiji-info__text {
  font-size: 20px;
  text-align: left;
  line-height: 1.66;
}
@media screen and (max-width: 540px) {
  .saiji-info__text {
    font-size: 18px;
  }
}

.saiji-info__link {
  display: block;
}

.saiji-nav {
  position: relative;
  background-color: #f0dbd1;
  padding: 30px 0;
}

.saiji-nav__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 2fr;
  grid-template-rows: 2fr;
  gap: 20px;
}

.saiji-nav__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.saiji-nav__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.saiji-nav__list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (max-width: 959px) {
  .saiji-nav__list {
    gap: 10px;
  }
}

.saiji-nav__item {
  width: 100%;
}

.saiji-nav__link {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 20px 10px;
  color: #D7000F;
  border: 3px solid #fff;
  font-size: 18px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 540px) {
  .saiji-nav__link {
    font-size: 16px;
    padding: 10px 0;
  }
}
.saiji-nav__link:hover {
  border: 3px solid #D44C2C;
}

.saiji-nav__text {
  vertical-align: middle;
  height: 38px;
  place-content: center;
  place-items: center;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 540px) {
  .saiji-nav__text {
    font-size: 14px;
  }
}

.saiji-nav__img {
  width: 50px;
  margin: 0 auto 10px;
  display: block;
}
@media screen and (max-width: 540px) {
  .saiji-nav__img {
    width: 40px;
  }
}

.saiji-present {
  position: relative;
  padding: 80px 0;
  background-color: #F7F5F0;
  background-image: url("../img/common/bg-present.png");
  background-repeat: repeat;
  background-size: 60px 60px;
}
@media screen and (max-width: 540px) {
  .saiji-present {
    padding: 60px 0;
  }
}

.saiji-present__heading {
  font-family: "Zen Maru Gothic", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  text-align: center;
  color: #231815;
  display: block;
  width: 500px;
  position: relative;
  margin: 80px auto 20px;
  font-size: 54px;
}
@media screen and (max-width: 540px) {
  .saiji-present__heading {
    width: calc(100% - 20px);
    max-width: 300px;
    font-size: 32px;
    margin: 60px auto 20px;
  }
}
.saiji-present__heading:before, .saiji-present__heading:after {
  content: "";
  position: absolute;
  display: inline-block;
  background: url("../img/common/icon-head.svg") no-repeat center/contain;
  width: 48px;
  height: 60px;
  bottom: 0;
}
@media screen and (max-width: 540px) {
  .saiji-present__heading:before, .saiji-present__heading:after {
    width: 28px;
    height: 40px;
  }
}
.saiji-present__heading:before {
  left: 0;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.saiji-present__heading:after {
  right: 0;
}

.saiji-present__headImg {
  max-width: 486px;
  display: block;
  margin: 0px auto 30px;
}

.saiji-present__list {
  display: block;
  margin: 0 auto;
  /*&:nth-last-child(n + 2) {
    margin-bottom: 100px;
    @include spTab {
      margin-bottom: 60px;
    }
  }*/
}
@media screen and (max-width: 959px) {
  .saiji-present__list {
    max-width: 540px;
  }
}
.saiji-present__list.--kaiin .saiji-present__img {
  border: 3px solid #E4007F;
}

.saiji-present__item:nth-child(n+2) {
  margin-top: 20px;
}
@media screen and (min-width: 541px) {
  .saiji-present__item.--flex {
    width: calc((100% - 25px) / 2);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .saiji-present__item.--flex.--mg {
    margin-top: 0;
    margin-left: 20px;
  }
}

.saiji-present__webItem {
  max-width: 900px;
  margin: 0 auto 30px;
}

.saiji-present__imgWrap.--web {
  display: block;
}
.saiji-present__imgWrap.--web .saiji-present__img {
  padding: 0;
  background-color: inherit;
  border-color: #fff;
}

.saiji-present__img {
  overflow: hidden;
  border-radius: 30px;
  padding: 10px;
  background-color: #fff;
  border: 3px solid #EA6C00;
}
@media screen and (max-width: 540px) {
  .saiji-present__img {
    border-radius: 20px;
  }
}

.saiji-present__text {
  font-size: 16px;
  margin-top: 10px;
}
@media screen and (max-width: 959px) {
  .saiji-present__text {
    max-width: 540px;
    margin: 10px auto 0;
  }
}
@media screen and (max-width: 540px) {
  .saiji-present__text {
    font-size: 14px;
  }
}
.saiji-present__text.--right {
  text-align: right;
}
.saiji-present__text.--w100 {
  width: 100%;
  max-width: inherit;
}

.saiji-pickup {
  position: relative;
  padding: 80px 0;
  background-size: 60px 60px;
  background-repeat: repeat;
  background-image: repeating-conic-gradient(from 0deg, #D1E5E2 0deg 90deg, rgba(209, 229, 226, 0.8) 90deg 180deg);
}
@media screen and (max-width: 540px) {
  .saiji-pickup {
    padding: 60px 0;
  }
}

.saiji-pickup__headImg {
  max-width: 389px;
  display: block;
  margin: 0px auto 30px;
}
@media screen and (max-width: 540px) {
  .saiji-pickup__headImg {
    max-width: 340px;
  }
}

@media screen and (max-width: 540px) {
  .saiji-pickup__wrap {
    max-width: 540px;
  }
}

.saiji-pickup__list {
  display: block;
  margin: 0 auto;
}
@media screen and (max-width: 959px) {
  .saiji-pickup__list {
    max-width: 540px;
  }
}

@media screen and (min-width: 960px) {
  .saiji-pickup__item:nth-child(n+3) {
    margin-top: 20px;
  }
}
@media screen and (max-width: 959px) {
  .saiji-pickup__item:nth-child(n+2) {
    margin-top: 20px;
  }
}
@media screen and (min-width: 541px) {
  .saiji-pickup__item.--flex {
    width: calc((100% - 25px) / 2);
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .saiji-pickup__item.--flex.--mg {
    margin-left: 20px;
  }
}

.saiji-pickup__img {
  overflow: hidden;
  border-radius: 30px;
  padding: 10px;
  background-color: #fff;
  border: 3px solid #D4B987;
}
@media screen and (max-width: 540px) {
  .saiji-pickup__img {
    border-radius: 20px;
  }
}
.saiji-pickup__img.--noboder {
  background-color: none;
  border: none;
  padding: 0;
}
@media screen and (max-width: 540px) {
  .saiji-pickup__img.--noboder {
    border-radius: 10px;
  }
}
.saiji-pickup__img.--noradius {
  border-radius: 0;
}

.saiji-pickup__text {
  font-size: 16px;
  margin-top: 10px;
}
@media screen and (max-width: 540px) {
  .saiji-pickup__text {
    font-size: 14px;
  }
}
.saiji-pickup__text.--right {
  text-align: right;
}

.saiji-special {
  padding: 80px 0;
  background: url("../img/common/bg-special.png");
  background-repeat: repeat;
  background-size: 90px 89px;
  position: relative;
}
.saiji-special:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
@media screen and (max-width: 540px) {
  .saiji-special {
    padding: 60px 0;
  }
}

.saiji-special__wrap {
  display: block;
  margin: 0 auto;
  max-width: 900px;
}

.saiji-furoshikiya {
  position: relative;
  padding: 80px 0;
  background-color: #fbe2cc;
  background-image: url("../img/common/bg-furoshikiya.png");
  background-repeat: repeat;
  background-size: 81px 55px;
}
@media screen and (max-width: 540px) {
  .saiji-furoshikiya {
    padding: 60px 0;
  }
}

.saiji-furoshikiya__headImg {
  max-width: 486px;
  display: block;
  margin: 0px auto 30px;
}
@media screen and (max-width: 540px) {
  .saiji-furoshikiya__headImg {
    width: calc(100% - 40px);
  }
}

.saiji-furoshikiya__list {
  display: block;
  margin: 0 auto;
  max-width: 720px;
}
@media screen and (max-width: 959px) {
  .saiji-furoshikiya__list {
    max-width: 540px;
  }
}

.saiji-furoshikiya__text {
  font-size: 14px;
  margin-top: 10px;
}

.saiji-other {
  position: relative;
  padding: 80px 0;
  background-color: #fcebf3;
  background-image: url("../img/common/bg-other.png");
  background-repeat: repeat;
  background-size: 54px 93px;
}
@media screen and (max-width: 540px) {
  .saiji-other {
    padding: 60px 0;
  }
}

.saiji-other__head {
  font-size: 28px;
  text-align: center;
  margin: 0 auto 30px;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  --r: 20px;
  padding-inline: calc(var(--r) + 50px);
  line-height: 1.8;
  clip-path: polygon(0 0, 100% 0, calc(100% - var(--r)) 50%, 100% 100%, 0 100%, var(--r) 50%);
  background: #fff;
  color: #E4007F;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.saiji-other__text {
  text-align: center;
  font-size: 18px;
  line-height: 1.66;
}
@media screen and (max-width: 540px) {
  .saiji-other__text {
    font-size: 16px;
  }
}

.saiji-other__list {
  display: block;
  margin: 0 auto;
  max-width: 720px;
}
@media screen and (max-width: 959px) {
  .saiji-other__list {
    max-width: 540px;
  }
}
.saiji-other__list.--list02 {
  max-width: 900px;
}

.saiji-other__item:nth-child(n+2) {
  margin-top: 20px;
}
.saiji-other__item.--flex {
  width: calc((100% - 5px) / 2);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 0;
}

.saiji-other__img {
  overflow: hidden;
  border-radius: 30px;
  padding: 10px;
  background-color: #fff;
  border: 3px solid #D4B987;
}
@media screen and (max-width: 540px) {
  .saiji-other__img {
    border-radius: 20px;
  }
}
.saiji-other__img.--fashion {
  border: 3px solid #E4007F;
}
.saiji-other__img.--noboder {
  background-color: none;
  border: none;
  padding: 0;
}
@media screen and (max-width: 540px) {
  .saiji-other__img.--noboder {
    border-radius: 10px;
  }
}
.saiji-other__img.--noradius {
  border-radius: 0;
}

.saiji-voice {
  position: relative;
  padding: 80px 0;
  background-color: #F7F5F0;
}
@media screen and (max-width: 540px) {
  .saiji-voice {
    padding: 60px 0;
  }
}

.saiji-voice__wrap {
  width: 100%;
  max-width: inherit;
}

.saiji-voice__item {
  background-color: #fff;
  border-radius: 30px;
  padding: 20px;
}
@media screen and (max-width: 540px) {
  .saiji-voice__item {
    border-radius: 20px;
  }
}

.saiji-voice__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.saiji-voice__img {
  width: 70px;
  height: 70px;
}

.saiji-voice__name {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  display: inline-block;
  margin-left: 20px;
}

.saiji-voice__text {
  margin-top: 16px;
  line-height: 1.46;
}
.saiji-voice__text .pickup {
  color: #D7000F;
}

.splide__arrow {
  position: relative;
  background-color: rgba(215, 0, 15, 0.4) !important;
}
.splide__arrow:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #fff;
  -webkit-mask: url("../img/common/icon-arrow03.svg") no-repeat center/cover;
          mask: url("../img/common/icon-arrow03.svg") no-repeat center/cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 10px;
  height: 18px;
  top: 7px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.splide__arrow.prev:before {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.saiji-faq {
  position: relative;
  padding: 80px 0;
}

.saiji-faq__list {
  border-radius: 30px;
  margin: 0 auto;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
  background-color: #fff;
}
@media screen and (min-width: 541px) {
  .saiji-faq__list {
    border-radius: 20px;
    width: 100%;
    padding: 40px 40px 0;
  }
}

.saiji-faq__row {
  border-top: 1px solid #B5B8B5;
}
.saiji-faq__row:last-child {
  border-bottom: 1px solid #B5B8B5;
}

.saiji-faq__term {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 30px 10px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 500;
}
@media screen and (max-width: 540px) {
  .saiji-faq__term {
    padding: 20px 10px;
  }
}
.saiji-faq__term:hover {
  color: #D7000F;
}
.saiji-faq__term:nth-child(n+2) {
  border-top: 0;
}
.saiji-faq__term:before, .saiji-faq__term:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  width: 20px;
  height: 1px;
  display: block;
  background-color: #231815;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.saiji-faq__term:before {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
.saiji-faq__term.is-open {
  color: #D7000F;
}
.saiji-faq__term.is-open:before {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}
.saiji-faq__term .saiji-faq__q {
  margin-right: 10px;
  color: #D7000F;
}
.saiji-faq__term .saiji-faq__text {
  width: calc(100% - 70px);
}
.saiji-faq__term .saiji-faq__text:first-child {
  text-indent: -18px;
}

.saiji-faq__detail {
  margin: 0;
  display: none;
  padding-bottom: 30px;
  padding-left: 12px;
}
@media screen and (max-width: 540px) {
  .saiji-faq__detail {
    padding-bottom: 20px;
  }
}
.saiji-faq__detail .saiji-faq__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.saiji-faq__detail .saiji-faq__a {
  margin-right: 10px;
  color: #D7000F;
}
.saiji-faq__detail .saiji-faq__text:first-child {
  text-indent: -12px;
}
.saiji-faq__detail .saiji-faq__text:first-child {
  margin-top: 0;
}
.saiji-faq__detail .saiji-faq__text:last-child {
  margin-bottom: 0;
}

.saiji-access {
  position: relative;
  background-color: #F7F5F0;
  padding: 80px 0;
}
@media screen and (max-width: 540px) {
  .saiji-access {
    padding: 60px 0;
  }
}
.saiji-access iframe {
  width: 100%;
  height: 400px;
}

.saiji-access__text {
  margin-top: 16px;
  line-height: 1.66;
}

.saiji-koukoku__link {
  margin: 0 auto;
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 959px) {
  .saiji-koukoku__link {
    max-width: 540px;
  }
}
.saiji-koukoku__link:hover {
  opacity: 0.7;
}

.saiji-koukoku__img {
  overflow: hidden;
  border-radius: 30px;
  padding: 10px;
  background-color: #fff;
  border: 3px solid #EA6C00;
}
@media screen and (max-width: 540px) {
  .saiji-koukoku__img {
    border-radius: 20px;
  }
}

.saiji-koukoku__text {
  max-width: 720px;
  font-size: 14px;
  margin: 10px auto 0;
}
@media screen and (max-width: 959px) {
  .saiji-koukoku__text {
    max-width: 540px;
  }
}

.saiji-group {
  padding: 80px 0;
}
@media screen and (max-width: 540px) {
  .saiji-group {
    padding: 60px 0;
  }
}

.saiji-group__heading {
  font-family: "Noto Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  text-align: center;
  color: #D7000F;
}

.saiji-group__maruyama {
  display: block;
  margin: 30px auto 0;
}

.saiji-group__link02 {
  width: 246px;
  display: block;
  margin: 0 auto;
}

.saiji-group__wrap {
  padding: 40px 0;
  background-color: #fff;
}

.saiji-group__list {
  display: -ms-grid;
  display: grid;
  gap: 20px;
  -ms-grid-columns: 1fr 20px 1fr 20px 1fr;
  grid-template-columns: repeat(3, 1fr);
  -ms-grid-rows: 2fr;
  grid-template-rows: 2fr;
}

.saiji-group__list > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}

.saiji-group__list > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}

.saiji-group__list > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (max-width: 540px) {
  .saiji-group__list {
    -ms-grid-columns: 1fr 20px 1fr;
    grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: 3fr;
    grid-template-rows: 3fr;
    gap: 20px;
  }
  .saiji-group__list > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .saiji-group__list > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}

.saiji-group__item {
  background-color: #fff;
}

.saiji-group__link {
  border: 1px solid #B5B8B5;
  padding: 20px 10px;
  display: block;
  border-radius: 16px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.saiji-group__link:hover {
  border: 1px solid #D44C2C;
}

.l-pageTop {
  position: fixed;
  right: 0;
  bottom: 40%;
  z-index: 99;
  -webkit-transform: translateX(100px);
          transform: translateX(100px);
}
@media screen and (max-width: 540px) {
  .l-pageTop {
    bottom: 20%;
  }
}
.l-pageTop.RightMove {
  -webkit-animation: RightAnime 0.5s forwards;
          animation: RightAnime 0.5s forwards;
}
.l-pageTop.LeftMove {
  -webkit-animation: LeftAnime 0.5s forwards;
          animation: LeftAnime 0.5s forwards;
}
@-webkit-keyframes LeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@keyframes LeftAnime {
  from {
    opacity: 0;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes RightAnime {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}
@keyframes RightAnime {
  from {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    opacity: 1;
    -webkit-transform: translateX(100px);
            transform: translateX(100px);
  }
}

.l-pageTop__link {
  position: relative;
  padding: 25px 10px 5px;
  background-color: #B5B8B5;
  color: #fff;
  font-size: 14px;
  width: 60px;
  height: 60px;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.l-pageTop__link:before {
  content: "";
  position: absolute;
  display: inline-block;
  background-color: #fff;
  -webkit-mask: url("../img/common/icon-arrow01.svg") no-repeat center/cover;
          mask: url("../img/common/icon-arrow01.svg") no-repeat center/cover;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 24px;
  height: 12px;
  top: 10px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.l-pageTop__link:hover {
  background-color: #555;
}

.l-footer {
  background-color: #B5B8B5;
  color: #fff;
  text-align: center;
  padding: 20px 0;
  font-size: 12px;
}
@media screen and (max-width: 959px) {
  .l-footer {
    padding-bottom: 100px;
  }
}