@charset "UTF-8";
/* CSS Document */
div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label, small {
  font-size: 16px;
  line-height: 1.8;
  text-decoration: none;
  font-family: "Zen Old Mincho", serif;
  font-weight: 300;
  font-style: normal;
  list-style: none;
  color: #222;
  letter-spacing: .02em;
}
a {
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
body {
  margin: 0 auto;
  position: relative;
  display: flex;
  flex-flow: column;
}
main {
  flex: 1;
  position: relative;
  background-color: #F7F5EF;
}
img {
  vertical-align: top;
  width: 100%;
}
a:hover, a:focus {
  opacity: .7;
  text-decoration: none;
  color: #222;
}
::-webkit-selection {
  color: #fff;
  background: #222;
}
::-moz-selection {
  color: #fff;
  background: #222;
}
::selection {
  color: #fff;
  background: #222;
  text-shadow: none;
}
.common-1000-width {
  max-width: 1100px;
  margin: 0 auto;
  width: calc(100% - 10px);
}
.common-100-margin {
  margin-top: 100px;
}
.pc_none {
  display: none
}
@media screen and (max-width: 941px) {
  div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label, small {
    font-size: 14px;
    line-height: 1.6
  }
  .common-100-margin {
    margin-top: 60px;
  }
  .pc_none {
    display: block !important
  }
}
/* キービジュアル
* --------------------------------------- */
.keyvisual-area__group {
  padding: 32px;
  box-sizing: border-box;
  height: 100svh;
  position: relative;
}
.keyvisual-area__group::after {
  content: "";
  width: 100%;
  height: 100svh;
  background-image: url("../img/sandstorm.png");
  background-size: 500px 500px;
  background-repeat: repeat;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1000;
}
.keyvisual-area__inner {
  background-color: #E6B9C8;
  position: relative;
  height: 94svh;
  background-image:
    url("../img/keyvisual-bg_top_left.svg"), url("../img/keyvisual-bg_top_right.svg"), url("../img/keyvisual-bg_bottom_left.svg"), url("../img/keyvisual-bg_bottom_right.svg"), url("../img/keyvisual-bg_top.svg"), url("../img/keyvisual-bg_bottom.svg"), url("../img/keyvisual-bg_left.svg"), url("../img/keyvisual-bg_rigth.svg");
  background-position:
    left top, right top, left bottom, right bottom, top, bottom, left, right;
  background-size:
    77px auto, 77px auto, 77px auto, 77px auto, 77px auto, 77px auto, 77px auto, 77px auto;
  background-repeat:
    no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-x, repeat-y, repeat-y
}
.keyvisual-item__logo {
  max-width: 220px;
  margin: 0 auto;
  padding-top: 125px;
}
.keyvisual-item__title {}
.keyvisual-item__title ._limit {
  max-width: 300px;
  margin: 0 auto 16px;
}
.keyvisual-item__title ._title {
  font-size: 70px;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 8px;
}
.keyvisual-item__title ._en {
  font-size: 16px;
  letter-spacing: .1em;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
.keyvisual-item__title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 100%
}
.keyvisual-left_top__image {
  width: 423px;
  position: absolute;
  left: 5%;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.keyvisual-left_top__image ._left {
  width: 56%;
}
.keyvisual-left_top__image ._right {
  width: 26%;
}
.keyvisual-right_top__image {
  width: 423px;
  position: absolute;
  right: 5%;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.keyvisual-right_top__image ._left {
  width: 26%;
}
.keyvisual-right_top__image ._right {
  width: 56%;
}
.keyvisual-left_bottom__image {
  width: 657px;
  position: absolute;
  left: 8%;
  bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.keyvisual-left_bottom__image ._left {
  width: 53%;
}
.keyvisual-left_bottom__image ._right {
  width: 29%;
}
.keyvisual-right_bottom__image {
  width: 657px;
  position: absolute;
  right: 8%;
  bottom: 100px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.keyvisual-right_bottom__image ._left {
  width: 29%;
}
.keyvisual-right_bottom__image ._right {
  width: 53%;
}
@media screen and (max-width: 1650px) {
  .keyvisual-left_top__image {
    width: 280px;
  }
  .keyvisual-right_top__image {
    width: 280px;
  }
  .keyvisual-left_bottom__image {
    width: 360px;
  }
  .keyvisual-right_bottom__image {
    width: 360px;
  }
}
@media screen and (max-height: 731px) {
  .keyvisual-item__logo {
    padding-top: 55px;
    max-width: 150px;
  }
  .keyvisual-item__title ._title {
    font-size: 40px;
  }
  .keyvisual-item__title ._limit {
    max-width: 200px;
    margin: 0 auto 0px;
  }
  .keyvisual-right_bottom__image {
    width: 240px;
    bottom: 50px;
  }
  .keyvisual-left_bottom__image {
    width: 240px;
    bottom: 50px;
  }
  .keyvisual-area__inner {
    height: 88svh;
  }
  .keyvisual-item__title ._en {
    font-size: 11px;
  }
  .keyvisual-left_top__image {
    width: 200px;
  }
  .keyvisual-right_top__image {
    width: 200px;
  }
}
@media screen and (max-width: 1100px) {
  .keyvisual-item__title ._title {
    font-size: 55px;
  }
  .keyvisual-item__title ._limit {
    max-width: 230px;
  }
  .keyvisual-item__logo {
    max-width: 180px;
  }
}
@media screen and (max-width: 941px) {
  .keyvisual-left_top__image ._left {
    display: none;
  }
  .keyvisual-right_top__image ._right {
    display: none;
  }
  .keyvisual-left_bottom__image ._left {
    display: none;
  }
  .keyvisual-right_bottom__image ._right {
    display: none;
  }
  .keyvisual-left_top__image {
    width: 65px;
    left: 28px;
    top: 10px;
  }
  .keyvisual-left_top__image ._right {
    width: 100%;
  }
  .keyvisual-right_top__image ._left {
    width: 100%;
  }
  .keyvisual-right_top__image {
    width: 65px;
    right: 28px;
    top: 10px;
  }
  .keyvisual-left_bottom__image {
    width: 90px;
    bottom: 45px;
  }
  .keyvisual-left_bottom__image ._right {
    width: 100%;
  }
  .keyvisual-right_bottom__image {
    width: 90px;
    bottom: 45px;
  }
  .keyvisual-right_bottom__image ._left {
    width: 100%;
  }
  .keyvisual-item__title ._title {
    font-size: 35px;
  }
  .keyvisual-item__title ._limit {
    max-width: 195px;
    margin: 0 auto 16px;
  }
  .keyvisual-item__title ._en {
    font-size: 12px;
  }
  .keyvisual-item__logo {
    max-width: 110px;
    padding-top: 50px;
  }
  .keyvisual-area__group {
    padding: 6px;
  }
  .keyvisual-area__inner {
    height: 99svh;
    background-size:
      40px auto, 40px auto, 40px auto, 40px auto, 40px auto, 40px auto, 40px auto, 40px auto;
  }
}
@media screen and (max-width: 321px) {
  .keyvisual-item__title ._title {
    font-size: 29px;
  }
  .keyvisual-item__title ._limit {
    max-width: 150px;
  }
  .keyvisual-item__title ._en {
    font-size: 9px;
  }
}
/* 
* --------------------------------------- */
.content-area__group {
  background-color: #F7F5EF;
  background-image: url("../img/sandstorm.png");
  background-position: left;
  background-size: 500px 500px;
  background-repeat: repeat;
  overflow-x: hidden;
}
@media screen and (max-width: 768px) {
  .content-area__group {
    background-size: 200px 200px;
  }
}
/* 
* --------------------------------------- */
.calendar-area__group {
  padding-top: 100px;
  box-sizing: border-box;
}
.NewYear-area__group {
  padding-top: 100px;
  box-sizing: border-box;
}
.calendar-image__wrap .no-save {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
}
.content-frame__area {
  position: relative;
  background-image:
    url("../img/frame-pink_left_top.png"), url("../img/frame-pink_right_top.png"), url("../img/frame-pink_left_bottom.png"), url("../img/frame-pink_right_bottom.png"), url("../img/frame_line_top.jpg"), url("../img/frame_line_bottom.jpg"), url("../img/frame_line_right.jpg"), url("../img/frame_line_left.jpg");
  background-position: top left, top right, bottom left, bottom right, top, bottom, left, right;
  background-size: 38px auto, 38px auto, 38px auto, 38px auto, 13px 33px, 13px 33px, 33px 13px, 33px 13px;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, repeat-x, repeat-x, repeat-y, repeat-y;
  padding: 38px;
  box-sizing: border-box;
}
.content-frame__area._yellow {
  background-image:
    url("../img/frame-yellow_left_top.png"), url("../img/frame-yellow_right_top.png"), url("../img/frame-yellow_left_bottom.png"), url("../img/frame-yellow_right_bottom.png"), url("../img/frame_line_top.jpg"), url("../img/frame_line_bottom.jpg"), url("../img/frame_line_right.jpg"), url("../img/frame_line_left.jpg");
}
.content-frame__wrap {
  background-color: #E6B9C8;
  background-image: url("../img/pattern-pink.svg");
  background-repeat: repeat;
}
.content-frame__wrap._yellow {
  background-color: #E7F581;
  background-image: url("../img/pattern-yellow.svg");
}
.content-frame__inner {
  padding: 80px 0;
  max-width: 800px;
  margin: 0 auto;
  width: calc(100% - 30px);
}
.content-main_title {
  display: flex;
  gap: 0 4px;
  align-items: center;
  justify-content: center;
  margin-bottom: 46px;
  position: relative;
}
.content-main_title span {
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background: #fff;
  border: solid 1px #222;
  font-size: 38px;
  text-align: center;
  line-height: 70px;
  position: relative;
}
.content-main_title span::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  width: 60px;
  height: 60px;
  border: solid 1px #222;
  border-radius: 50%;
}
.content-main_title::after {
  content: '';
  display: inline-block;
  width: 237px;
  height: 78px;
  background-image: url(../img/title-deco_pink_right.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  right: -26%;
}
.content-main_title._yellow::after {
  background-image: url(../img/title-deco_yellow_right.svg);
}
.content-read__text {
  text-align: center;
  max-width: 550px;
  margin: 0 auto;
  position: relative;
}
.content-read__text::after {
  content: '';
  display: inline-block;
  width: 237px;
  height: 78px;
  background-image: url(../img/title-deco_pink_left.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: -55%;
}
.content-read__text._yellow::after {
  background-image: url(../img/title-deco_yellow_left.svg);
}
.calendar-image__wrap {
  margin-top: 32px;
}

.content-period__box {
  background-color: #222222;
}
.content-period__box:nth-child(1) {
  margin-bottom: 10px;
}
.content-period__box {
  background-image: url(../img//btn-deco_bottom_right.svg), url(../img/btn-deco_bottom_left.svg), url(../img/btn-deco_top_right.svg), url(../img/btn-deco_top_left.svg);
  background-position: top left, top right, bottom left, bottom right;
  background-size: 30px auto, 30px auto, 30px auto, 30px auto;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  padding: 25px 20px;
  box-sizing: border-box;
  text-align: center;
}
.content-period__block {
  display: flex;
  align-items: baseline;
  gap: 0 3px;
  justify-content: center;
}
.content-period__block span {
  display: inline-block;
  color: #fff;
}
.content-period__block span._numbers {
  font-size: 26px;
}
.content-period__block span._month {
  font-size: 22px;
}
.content-period__block span._kara {
  font-size: 24px;
}
.content-period__block span._day {
  display: inline-block;
  width: 23px;
  height: 23px;
  border-radius: 50%;
  border: solid 1px #fff;
  font-size: 15px;
  text-align: center;
  line-height: 21px;
  transform: translateY(-0.2em);
}
.content-period__box h2 {
  border: solid 1px #fff;
  display: inline-block;
  color: #fff;
  line-height: 1.4;
  padding: 3px 14px;
  margin-bottom: 10px;
}
.content-period__box p {
  color: #fff;
  font-size: 14px;
  margin-top: 4px;
}
.common-title__wrap {
  margin-bottom: 16px;
  padding-bottom: 24px;
  position: relative;
}
.common-title__wrap h2 {
  font-size: 30px;
  text-align: center;
}
.common-title__wrap::after {
  content: '';
  display: inline-block;
  width: 80px;
  height: 9px;
  background-image: url(../img/title-deco.svg);
  background-size: contain;
  vertical-align: middle;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
.terms-items__text {
  font-size: 18px;
  margin-bottom: 16px;
  text-align: center;
}
.terms-items__box {
  position: relative;
  padding-top: 14px;
  margin-bottom: 16px
}
.terms-items__box:last-child {
  margin-bottom: 0;
}
.terms-items__inner {
  background-color: #FFFFFF;
  border: solid 1px #222;
  padding: 32px 24px 24px 24px
}
.terms-items__inner ._tag {
  font-size: 14px;
  color: #fff;
  background-color: #222;
  display: inline-block;
  padding: 2px 16px;
  position: absolute;
  top: 0;
  left: 24px;
}
.terms-items__inner p {
  margin-bottom: 4px;
}
.terms-items__inner p strong {
  color: #D50B0B;
  font-weight: 500;
}
.terms-items__inner ._links a {
  font-size: 14px;
  text-decoration: underline;
  position: relative;
  padding-right: 14px;
  display: inline-block;
}
.terms-items__inner ._links a:hover {
  text-decoration: none;
}
.terms-items__inner ._links a::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../img/icon-arrow.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.terms-items__inner ._note {
  display: block;
  font-size: 14px;
}
.flow-items__inner {
  background-color: #fff;
  border: solid 1px #222;
  padding: 32px;
  box-sizing: border-box;
}
.flow-items__box {
  position: relative;
  padding-top: 24px;
  margin-bottom: 16px;
}
.flow-items__box ._icon {
  width: 46px;
  height: auto;
  position: absolute;
  top: 0;
  left: 30px;
}
.flow-items__title {
  display: flex;
  gap: 0 10px;
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: 1px dashed black;
}
.flow-items__title span {
  display: block;
  font-size: 18px;
}
.flow-items__title h3 {
  font-size: 18px;
}
.flow-items__text p {
  margin-bottom: 10px;
}
.flow-items__note li {
  padding-left: 20px;
  position: relative;
  font-size: 13px;
  line-height: 1.5;
}
.flow-items__note li::before {
  content: "※";
  font-size: 13px;
  position: absolute;
  left: 0;
  line-height: 1.5;
}
.flow-items__links {
  margin-top: 10px;
}
.flow-items__links ._links a {
  font-size: 14px;
  text-decoration: underline;
  position: relative;
  padding-right: 14px;
  display: inline-block;
}
.flow-items__links ._links a:hover {
  text-decoration: none;
}
.flow-items__links ._links a::after {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  background-image: url(../img/icon-arrow.svg);
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.flow-items__end {
  text-align: center;
  font-size: 14px;
}
.caution-items__box {
  margin-bottom: 16px;
  border: solid 1px #222
}
.caution-items__box:last-child {
  margin-bottom: 0;
}
.caution-items__box h3 {
  color: #fff;
  background-color: #222;
  text-align: center;
  font-size: 18px;
  padding: 7px 10px
}
.caution-items__lists li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 15px;
  box-sizing: border-box;
}
.caution-items__lists li a {
  text-decoration: underline;
  display: inline-block;
}
.caution-items__lists li:last-child {
  margin-bottom: 0;
}
.caution-items__lists li::before {
  position: absolute;
  content: "";
  width: 5px;
  height: 5px;
  background: #222;
  border-radius: 50%;
  top: 13px;
  left: 0;
}
.caution-items__note {
  margin-top: 10px;
}
.caution-items__note li {
  padding-left: 15px;
  position: relative;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 5px;
}
.caution-items__note li:last-child {
  margin-bottom: 0;
}
.caution-items__note li::before {
  content: "※";
  font-size: 13px;
  position: absolute;
  left: 0;
  line-height: 1.5;
}
.caution-items__text {
  background-color: #fff;
  padding: 20px;
  box-sizing: border-box;
}
.common-btn__wrap {
  max-width: 700px;
  margin: 60px auto 0;
}
.common-btn__wrap a {
  position: relative;
  min-height: 108px;
  background-color: #222222;
  margin: 0 25px;
  padding: 35px 15px;
  box-sizing: border-box;
}
.common-btn__wrap a:hover {
  opacity: 1;
  margin: 0;
}
.common-btn__wrap a._tabindex {
  cursor: not-allowed;
  opacity: 1;
  margin: 0;
  background-color: #393939;
}
.common-btn__wrap a::after {
  content: '';
  display: inline-block;
  width: 25px;
  height: 100%;
  background-image: url("../img/btn-deco_left.svg");
  background-size: cover;
  background-position: left;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  left: -25px;
  top: 0;
}
.common-btn__wrap a::before {
  content: '';
  display: inline-block;
  width: 25px;
  height: 100%;
  background-image: url(../img/btn-deco_right.svg);
  background-size: cover;
  background-position: right;
  vertical-align: middle;
  background-repeat: no-repeat;
  position: absolute;
  right: -25px;
  top: 0;
}
.common-btn__wrap a._tabindex::after {
  background-image: url("../img/btn-deco_left_tabindex.svg");
}
.common-btn__wrap a._tabindex::before {
  background-image: url("../img/btn-deco_right_tabindex.svg");
}
.common-btn__wrap a span {
  font-size: 21px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 10px;
}
.common-btn__wrap a span::after {
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("../img/icon-btn.svg");
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.common-btn__wrap a._tabindex span::after {
  display: none
}
@media screen and (max-width: 1100px) {
  .content-frame__area::after {
    width: 150px;
    height: 50px;
    background-size: contain;
    top: 7.2%;
    left: -15px;
  }
  .content-frame__area::before {
    width: 150px;
    height: 50px;
    background-size: contain;
    top: 1.2%;
    right: -15px;
  }
  .content-period__block span._numbers {
    font-size: 23px;
  }
  .content-period__block span._day {
    width: 25px;
    height: 25px;
    font-size: 16px;
    line-height: 23px;
  }
  .content-period__area._yellow {
    margin-top: 100px;
  }
  .content-main_title::after {
    right: -15%;
  }
  .content-read__text::after {
    left: -44%;
  }
}
@media screen and (max-width: 881px) {
  .content-read__text {
    max-width: 450px;
  }
  .content-read__text::after {
    left: -60%;
  }
}
@media screen and (max-width: 768px) {
  .content-read__text {
    max-width: 100%;
  }
  .calendar-area__group {
    padding-top: 60px;
  }
  .NewYear-area__group {
    padding-top: 60px;
  }
  .content-frame__area {
    background-size: 25px auto, 25px auto, 25px auto, 25px auto, 13px 21px, 13px 21px, 21px 13px, 21px 13px;
    padding: 25px;
  }
  .content-main_title span {
    width: 45px;
    height: 45px;
    font-size: 23px;
    line-height: 45px;
  }
  .content-main_title span::after {
    width: 38px;
    height: 38px;
  }
  .content-frame__inner {
    padding: 100px 0 60px;
  }
  .content-frame__area::before {
    right: 0;
    top: 1.5%;
  }
  .content-main_title {
    ;
    margin-bottom: 32px;
  }
  .content-read__text {
    text-align: left;
  }
  .calendar-image__wrap {
    margin-top: 100px;
  }
  .content-frame__area::after {
    top: 7.8%;
    left: 0;
  }
 
  .content-period__block span._numbers {
    font-size: 19px;
  }
  .content-period__block span._month {
    font-size: 18px;
  }
  .content-period__block span._day {
    width: 16px;
    height: 16px;
    font-size: 11px;
    line-height: 15px;
    transform: translateY(0.1em);
  }
  .content-period__block {
    gap: 0 2px;
    flex-wrap: wrap;
    max-width: 240px;
    margin: 0 auto;
    align-items: center;
  }
  .content-period__block span._kara {
    font-size: 20px;
  }
  .content-period__box h2 {
    padding: 2px 15px;
    font-size: 13px;
  }
  .content-period__box {
    background-size: 25px auto, 25px auto, 25px auto, 25px auto;
    padding: 25px 20px;
  }
  .content-period__box p {
    font-size: 11px;
    text-align: left;
    max-width: 260px;
    margin: 4px auto 0;
  }
  .common-title__wrap h2 {
    font-size: 22px;
  }
  .common-title__wrap::after {
    width: 65px;
    height: 7px;
    background-repeat: no-repeat;
  }
  .common-title__wrap {
    margin-bottom: 16px;
    padding-bottom: 16px;
  }
  .terms-items__text {
    font-size: 17px;
  }
  .terms-items__inner ._tag {
    font-size: 14px;
    padding: 3px 16px;
    top: 0;
    left: 0;
  }
  .terms-items__box {
    padding-top: 28px;
  }
  .terms-items__inner {
    padding: 16px;
  }
  .terms-items__inner p {
    margin-bottom: 10px;
  }
  .flow-items__box ._icon {
    width: 30px;
    left: 16px;
  }
  .flow-items__inner {
    padding: 16px;
  }
  .flow-items__box {
    margin-bottom: 10px;
    padding-top: 15px;
  }
  .flow-items__title h3 {
    font-size: 16px;
  }
  .flow-items__title span {
    font-size: 16px;
  }
  .flow-items__title {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
  .flow-items__text p {
    line-height: 1.6;
  }
  .flow-items__note li {
    padding-left: 14px;
  }
  .flow-items__note li::before {
    font-size: 11px;
    top: 2px;
  }
  .flow-items__note li:not(:last-child) {
    margin-bottom: 5px;
  }
  .caution-items__box h3 {
    font-size: 16px;
    padding: 9px 10px;
  }
  .caution-items__text {
    padding: 16px;
  }
  .caution-items__lists li::before {
    width: 3px;
    height: 3px;
    top: 12px;
  }
  .caution-items__lists li {
    margin-bottom: 6px;
    padding-left: 10px;
  }
  .caution-items__note li::before {
    font-size: 11px;
    top: 2px;
  }
  .common-btn__wrap a span {
    font-size: 15px;
  }
  .common-btn__wrap a span::after {
    width: 11px;
    height: 11px;
  }
  .common-btn__wrap a {
    min-height: 75px;
    margin: 0 17px;
    padding: 27px 0px;
  }
  .common-btn__wrap a::before {
    width: 17px;
    right: -17px;
    top: 0;
  }
  .common-btn__wrap a::after {
    width: 17px;
    left: -17px;
  }
  .common-btn__wrap {
    max-width: 300px;
    margin: 46px auto 0;
  }
  .content-area__group {
    background-size: 300px 300px;
    background-size: contain;
  }
  .content-main_title::after {
    width: 142px;
    height: 48px;
    background-size: contain;
    right: -38px;
    top: -74px;
  }
  .content-read__text::after {
    width: 142px;
    height: 48px;
    background-size: contain;
    bottom: -72px;
    left: -6%;
  }
}
@media screen and (max-width: 426px) {
  .content-frame__inner {
    padding: 100px 0 60px;
  }
  .content-read__text::after {
    bottom: -73px;
    left: -14%;
  }
}
/* フッター
* --------------------------------------- */
.footer-area__group {
  padding: 100px 20px;
  box-sizing: border-box;
  background-color: #F7F5EF;
  background-image: url(../img/sandstorm.png);
  background-position: left;
  background-size: 500px 500px;
  background-repeat: repeat;
}
.footer-area__group small {
  text-align: center;
  display: block;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .footer-area__group {
    padding: 60px 20px;
    background-size: 200px 200px;
  }
  .footer-area__group small {
    font-size: 12px;
  }
}
/* アニメーション
* --------------------------------------- */
.fade-up {
  opacity: 0;
  transform: translateY(40px);
  filter: blur(5px);
  transition: opacity 0.8s ease-out, transform 0.8s ease-out, filter 0.6s ease-out;
}
.fade-up.is-active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}
.fade-up:nth-child(1) {
  transition-delay: 0s;
}
.fade-up:nth-child(2) {
  transition-delay: 0.2s;
}
.fade-up:nth-child(3) {
  transition-delay: 0.4s;
}