@charset "UTF-8";
/*---------------------------------------

responsive

---------------------------------------*/
/*---------------------------------------

all

---------------------------------------*/
img {
  width: 100%;
  height: auto;
}

body {
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Helvetica Neue", Arial, "Hiragino Sans", Meiryo, sans-serif;
}

.sponly {
  display: block;
}

@media (min-width: 600px) {
  .sponly {
    display: none;
  }
}

.mdless {
  display: block;
}

@media (min-width: 768px) {
  .mdless {
    display: none;
  }
}

.lgless {
  display: block;
}

@media (min-width: 1024px) {
  .lgless {
    display: none;
  }
}

.xlless {
  display: block;
}

@media (min-width: 1280px) {
  .xlless {
    display: none;
  }
}

.xxlless {
  display: block;
}

@media (min-width: 1500px) {
  .xxlless {
    display: none;
  }
}

.smmore {
  display: none;
}

@media (min-width: 600px) {
  .smmore {
    display: block;
  }
}

.mdmore {
  display: none;
}

@media (min-width: 768px) {
  .mdmore {
    display: block;
  }
}

.lgmore {
  display: none;
}

@media (min-width: 1024px) {
  .lgmore {
    display: block;
  }
}

.xlmore {
  display: none;
}

@media (min-width: 1280px) {
  .xlmore {
    display: block;
  }
}

.xxlmore {
  display: none;
}

@media (min-width: 1500px) {
  .xxlmore {
    display: block;
  }
}

/*---------------------------------------

main

---------------------------------------*/
.wrapper {
  background: url(../img/sales_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom center;
  min-width: 100vw;
  overflow: hidden;
  text-align: center;
  position: relative;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wrapper::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(25%, #fff), color-stop(25%, transparent), color-stop(75%, transparent), color-stop(75%, #fff), to(#fff)), -webkit-gradient(linear, left bottom, left top, color-stop(25%, #fff), color-stop(25%, transparent), color-stop(75%, transparent), color-stop(75%, #fff), to(#fff));
  background-image: linear-gradient(0deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff), linear-gradient(0deg, #fff 25%, transparent 25%, transparent 75%, #fff 75%, #fff);
  background-size: 2px 2px;
  top: 0;
  left: 0;
  z-index: 0;
  opacity: 0.5;
}

.inner {
  color: #3F1006;
  position: relative;
  z-index: 1;
  padding: 40px 0 20px;
}

.top__text {
  font-family: 'Shippori Mincho B1', serif;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 500;
  margin-top: 1em;
  color: #fff;
  text-shadow: 0 2px 10px rgba(22, 13, 139, 0.5), 0 2px 20px rgba(22, 13, 139, 0.5);
}

@media (min-width: 600px) {
  .top__text {
    line-height: 1.75;
    font-size: 22px;
  }
}

@media (min-width: 1024px) {
  .top__text {
    font-size: 28px;
  }
}

.top__logo {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding: 20px 18vw 8px;
}

.top__logo--box {
  width: 35%;
  margin: 0;
  position: relative;
  z-index: 2;
}

.top__logo--box img {
  -webkit-filter: drop-shadow(0 0 5px white);
          filter: drop-shadow(0 0 5px white);
}

.top__logo--box.-l {
  width: 38%;
}

.top__logo--kakeru {
  display: block;
  width: 50px;
  /*枠の大きさ*/
  height: 50px;
  /*枠の大きさ*/
  position: relative;
  margin-right: -10px;
}

.top__logo--kakeru::before {
  content: "";
  display: block;
  width: 100%;
  /*バツ線の長さ*/
  height: 2px;
  /*バツ線の太さ*/
  background: #3F1006;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  position: absolute;
  top: calc(14% - 5px);
  left: 14%;
}

.top__logo--kakeru::after {
  content: "";
  display: block;
  width: 100%;
  /*バツ線の長さ*/
  height: 2px;
  /*バツ線の太さ*/
  background: #3F1006;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  position: absolute;
  top: calc(14% - 5px);
  left: 14%;
}

.top__logo--kakeru::after {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  left: auto;
  right: 14%;
}

.top__title {
  font-size: 18px;
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 500;
  letter-spacing: .3em;
  text-shadow: 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff;
  padding: .25em 1em;
}

@media (min-width: 1024px) {
  .top__title {
    font-size: 24px;
  }
}

.top__return {
  position: absolute;
  width: 60px;
  top: 58%;
  right: 3%;
  -webkit-transform: rotate(8deg);
          transform: rotate(8deg);
}

@media (min-width: 1024px) {
  .top__return {
    width: 100px;
    right: 20%;
    top: 56%;
  }
}

.main__text {
  font-family: 'Shippori Mincho B1', serif;
  font-size: clamp(18px, 6.5vw, 32px);
  text-shadow: 0 0 4px #fff, 0 0 6px #fff, 0 0 8px #fff;
  line-height: 1.5;
  font-weight: 700;
  margin-top: 1em;
  letter-spacing: .1em;
  display: inline-block;
  padding: .1em .6em .15em;
  color: #3F1006;
}

.bottom__text {
  font-family: 'Shippori Mincho B1', serif;
  font-size: clamp(15px, 4vw, 24px);
  color: #3F1006;
  text-align: center;
  line-height: 1.5;
  font-weight: 600;
  padding: 1em 0;
  letter-spacing: .08em;
  position: relative;
  z-index: 1;
  text-shadow: 0 0 6px #f0dcc9, 0 0 8px #f0dcc9, 0 0 10px #f0dcc9;
}

/*---------------------------------------

countdown

---------------------------------------*/
.time-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 40px;
}

@media (min-width: 1024px) {
  .time-container {
    margin-top: 20px;
  }
}

.time {
  position: relative;
  width: 25%;
  height: 100%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: calc(50% - 50vw + 10px);
  margin-right: calc(50% - 50vw + 10px);
}

@media (min-width: 1024px) {
  .time {
    margin-left: 0;
    margin-right: 0;
  }
}

.time-num {
  font-size: 80px;
  font-family: 'Inconsolata', monospace;
  letter-spacing: -.03em;
  line-height: 1;
  text-shadow: 0 0 4px rgba(1, 5, 29, 0.25), 0 0 6px #8b3909;
}

@media (min-width: 600px) {
  .time-num {
    font-size: 120px;
  }
}

@media (min-width: 768px) {
  .time-num {
    font-size: 160px;
  }
}

@media (min-width: 1024px) {
  .time-num {
    font-size: 200px;
  }
}

.time-word {
  text-shadow: 0 0 4px rgba(1, 5, 29, 0.5);
  margin-top: -.5em;
  font-size: 10px;
  letter-spacing: .25em;
  text-indent: .25em;
}

@media (min-width: 1024px) {
  .time-word {
    letter-spacing: 1em;
    text-indent: 1em;
    margin-top: -1em;
    font-size: 14px;
  }
}

/*---------------------------------------

scroll

---------------------------------------*/
/*スクロールダウン全体の場所*/
.scrolldown4 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 1%;
  right: 50%;
  /*矢印の動き1秒かけて永遠にループ*/
  -webkit-animation: arrowmove 1s ease-in-out infinite;
          animation: arrowmove 1s ease-in-out infinite;
}

/*下からの距離が変化して全体が下→上→下に動く*/
@-webkit-keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}
@keyframes arrowmove {
  0% {
    bottom: 1%;
  }
  50% {
    bottom: 3%;
  }
  100% {
    bottom: 1%;
  }
}

/*Scrollテキストの描写*/
.scrolldown4 span {
  /*描画位置*/
  position: absolute;
  left: -20px;
  bottom: 10px;
  /*テキストの形状*/
  color: #eee;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* 矢印の描写 */
.scrolldown4:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: -6px;
  /*矢印の形状*/
  width: 1px;
  height: 20px;
  background: #eee;
  -webkit-transform: skewX(-31deg);
          transform: skewX(-31deg);
}

.scrolldown4:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  right: 0;
  /*矢印の形状*/
  width: 1px;
  height: 50px;
  background: #eee;
}

/*---------------------------------------

archive

---------------------------------------*/
.archive {
  background: #CEB195;
  padding: 20px 16px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .archive {
    padding: 40px;
  }
}

.archive__inner {
  background: #F4EAD9;
  -webkit-box-shadow: 0 0 20px rgba(63, 16, 6, 0.15), 0 0 40px rgba(63, 16, 6, 0.1);
          box-shadow: 0 0 20px rgba(63, 16, 6, 0.15), 0 0 40px rgba(63, 16, 6, 0.1);
  padding: 25px 16px;
  position: relative;
  z-index: 2;
  border-top: 4px solid #456727;
  max-width: 1000px;
  margin: 0 auto;
}

@media (min-width: 600px) {
  .archive__inner {
    padding: 30px 40px;
  }
}

@media (min-width: 768px) {
  .archive__inner {
    padding: 40px 50px;
  }
}

@media (min-width: 1024px) {
  .archive__inner {
    padding: 60px 160px;
  }
}

.archive__inner:not(:nth-child(1)) {
  margin-top: 40px;
}

.archive__inner.-btnone {
  border-top: none;
}

.archive__title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #30302D;
  letter-spacing: 1px;
  margin-top: 40px;
  line-height: 1.5;
}

.archive__title.-brown {
  color: #8b3909;
  margin-top: 20px;
}

.archive__title.-return {
  margin-top: 60px;
  position: relative;
  -webkit-transform: translateX(-1em);
          transform: translateX(-1em);
}

@media (min-width: 1024px) {
  .archive__title.-return {
    -webkit-transform: none;
            transform: none;
  }
}

.archive__title.-return::after {
  position: absolute;
  background-image: url(../img/return.svg);
  background-repeat: no-repeat;
  width: 72px;
  height: 72px;
  content: "";
  top: 0;
  right: 0;
  -webkit-transform: rotate(7deg) translate(5%, -30%);
          transform: rotate(7deg) translate(5%, -30%);
}

@media (min-width: 1024px) {
  .archive__title.-return::after {
    width: 88px;
    height: 88px;
    right: 15%;
  }
}

.archive__title.-green {
  font-size: 24px;
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 800;
  letter-spacing: .3em;
  text-align: center;
  color: #456727;
  margin-top: 20px;
}

@media (min-width: 1024px) {
  .archive__title.-green {
    font-size: 40px;
  }
}

.archive__title--caption {
  text-align: center;
  margin-top: 1em;
}

@media (min-width: 1024px) {
  .archive__title--caption {
    font-size: 18px;
  }
}

@media (min-width: 1024px) {
  .archive__title {
    font-size: 32px;
    margin-top: 80px;
  }
}

.archive__image {
  margin: 1em 0;
}

.archive__image.-md {
  margin: 1em;
}

.archive__text {
  margin: 1.25em 0;
  line-height: 1.5;
  letter-spacing: .5px;
  font-size: 15px;
}

@media (min-width: 1024px) {
  .archive__text {
    font-size: 18px;
    letter-spacing: 1px;
    line-height: 1.75;
  }
}

.archive__text.-bold {
  font-weight: 600;
}

.archive__text.-lsnr {
  letter-spacing: -0.2px;
}

.archive__text .-brown {
  color: #8b3909;
}

.archive__text .-bold {
  font-weight: 600;
}

.archive__text .-xl {
  font-size: 125%;
}

.archive__ul {
  border-bottom: 1px solid #000;
}

.archive__hr {
  width: 45px;
  margin: 20px auto 30px auto;
  padding: 0;
  height: 0;
  border: 0;
  border-top: 3px solid #456727;
  border-radius: 1.5px;
}

.archive__box {
  font-size: 15px;
}

@media (min-width: 1024px) {
  .archive__box {
    font-size: 18px;
  }
}

.archive__item {
  margin: .5em 0;
  padding-left: 1.5em;
  padding-bottom: 0.5em;
  line-height: 1.5;
  position: relative;
  border-bottom: 1px solid #000;
}

.archive__item::before {
  position: absolute;
  content: "";
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
  background: #8b3909;
  top: .35em;
  left: 0;
}

.archive__caption {
  font-size: 14px;
  color: #666666;
}

.archive__bg {
  position: absolute;
  z-index: 1;
}

.archive__bg:nth-child(odd) {
  left: 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 1024px) {
  .archive__bg:nth-child(odd) {
    -webkit-transform: translateX(10%);
            transform: translateX(10%);
  }
}

.archive__bg:nth-child(even) {
  right: 0;
  -webkit-transform: translateX(50%);
          transform: translateX(50%);
}

@media (min-width: 1024px) {
  .archive__bg:nth-child(even) {
    -webkit-transform: translateX(-10%);
            transform: translateX(-10%);
  }
}

.archive__bg:nth-child(1) {
  top: 2%;
}

.archive__bg:nth-child(2) {
  top: 2%;
}

.archive__bg:nth-child(3) {
  top: 10%;
}

.archive__bg:nth-child(4) {
  top: 18%;
}

.archive__bg:nth-child(5) {
  top: 26%;
}

.archive__bg:nth-child(6) {
  top: 34%;
}

.archive__bg:nth-child(7) {
  top: 42%;
}

.archive__bg:nth-child(8) {
  top: 50%;
}

.archive__bg:nth-child(9) {
  top: 58%;
}

.archive__bg:nth-child(10) {
  top: 66%;
}

.archive__bg:nth-child(11) {
  top: 74%;
}

.archive__bg:nth-child(12) {
  top: 82%;
}

.archive__bg:nth-child(13) {
  top: 90%;
}

.archive__bg:nth-child(14) {
  top: 98%;
}

.archive02 {
  background: #F4EAD9;
  padding: 20px 16px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .archive02 {
    padding: 40px;
  }
}

.archive02 .archive__inner {
  background: #F4EAD9;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 25px 16px;
  position: relative;
  z-index: 2;
  border-top: none;
  max-width: 1000px;
  margin: 0 auto;
}

@media (min-width: 600px) {
  .archive02 .archive__inner {
    padding: 30px 40px;
  }
}

@media (min-width: 768px) {
  .archive02 .archive__inner {
    padding: 40px 50px;
  }
}

@media (min-width: 1024px) {
  .archive02 .archive__inner {
    padding: 60px 160px;
  }
}

.archive02 .archive__inner:not(:nth-child(1)) {
  margin-top: 40px;
}

.archive02 .archive__inner.-btnone {
  border-top: none;
}

.archive02 .archive__inner.-mtnone {
  margin-top: 0;
}

.archive02 .archive__image.-logo {
  width: 80%;
  max-width: 200px;
  margin: 0 auto;
}

@media (min-width: 1024px) {
  .archive02 .archive__image.-logo {
    max-width: 320px;
  }
}

.archive02 .archive__logotitle {
  font-size: 18px;
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 500;
  letter-spacing: .3em;
  text-align: center;
  color: #456727;
  padding: .5em 1em .25em;
}

@media (min-width: 1024px) {
  .archive02 .archive__logotitle {
    font-size: 24px;
  }
}

.archive02 .archive__subtitle {
  font-size: 18px;
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 500;
  letter-spacing: .1em;
  text-align: center;
  color: #456727;
  padding: .5em 1em;
  margin-top: 40px;
  border-top: 1px solid #456727;
  border-bottom: 1px solid #456727;
}

@media (min-width: 1024px) {
  .archive02 .archive__subtitle {
    font-size: 24px;
    width: 40%;
    margin: 0 auto;
  }
}

@media (min-width: 1500px) {
  .archive02 .archive__subtitle {
    width: 30%;
  }
}

/*---------------------------------------

lecturer

---------------------------------------*/
.lecturer {
  position: relative;
  text-align: center;
  background: #f5f0ec;
  padding: 40px 25px;
}

.lecturer::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2em;
  background: -webkit-gradient(linear, left bottom, left top, from(#f5f0ec), to(#F4EAD9));
  background: linear-gradient(to top, #f5f0ec, #F4EAD9);
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}

.lecturer__title {
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 600;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #30302D;
  letter-spacing: 1px;
  margin-top: 20px;
  line-height: 1.5;
}

.lecturer__title.-brown {
  color: #8b3909;
}

@media (min-width: 1024px) {
  .lecturer__title {
    font-size: 32px;
    margin-top: 80px;
  }
}

@media (min-width: 1024px) {
  .lecturer__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px;
    margin: 0 auto;
  }
}

.lecturer__box {
  margin-top: 40px;
}

@media (min-width: 1024px) {
  .lecturer__box {
    width: 50%;
  }
}

.lecturer__propaty {
  width: 80%;
  margin: 0 auto;
  padding: .5em 0;
  line-height: 1.25;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}

.lecturer__name {
  font-size: 24px;
  font-weight: 700;
  margin: 1em;
}

.lecturer__image {
  margin: 0 auto;
  max-width: 240px;
}

@media (min-width: 1024px) {
  .lecturer__image {
    max-width: 320px;
  }
}

.lecturer__textbox {
  text-align: left;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 2em;
}

@media (min-width: 1024px) {
  .lecturer__textbox {
    width: 50%;
    font-size: 16px;
    margin-top: 0;
  }
}

.lecturer__textbox p {
  margin: 1em;
}

/*---------------------------------------

contents

---------------------------------------*/
.contents {
  background: #CEB195;
  padding: 20px 16px;
  width: 100%;
  overflow: hidden;
  position: relative;
}

@media (min-width: 768px) {
  .contents {
    padding: 40px;
  }
}

.contents__title {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: #3F1006;
  letter-spacing: 1px;
  margin-top: 40px;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .contents__title {
    font-size: 32px;
  }
}

.contents__subtitle {
  font-size: 18px;
  font-weight: 500;
  letter-spacing: .5em;
  margin: 40px 0 0;
  color: #3F1006;
}

@media (min-width: 1024px) {
  .contents__subtitle {
    font-size: 22px;
  }
}

.contents__subtitle span {
  background: #f5f0ec;
  padding: .25em 1em;
  display: inline-block;
}

@media (min-width: 1024px) {
  .contents__subtitle span {
    padding-bottom: 0.35em;
    margin-left: calc(40px + 1%);
  }
}

@media (min-width: 1024px) {
  .contents__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 0 40px;
    width: 100%;
    margin: 0 auto;
  }
}

.contents__box:not(:nth-child(2)) {
  margin-top: 40px;
}

@media (min-width: 1024px) {
  .contents__box:not(:nth-child(2)) {
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .contents__box {
    width: 23%;
    margin: 0 1%;
  }
}

.contents__lesson--title {
  font-size: 18px;
  margin: 1em 0;
}

.contents__lesson--title span {
  display: block;
  font-size: 15vw;
  color: #CEB195;
  text-shadow: 1px 1px 0 #3F1006, -1px -1px 0 #3F1006, -1px 1px 0 #3F1006, 1px -1px 0 #3F1006, 0px 1px 0 #3F1006, -1px 0 #3F1006, -1px 0 0 #3F1006, 1px 0 0 #3F1006;
}

@media (min-width: 1024px) {
  .contents__lesson--title span {
    font-size: 48px;
  }
}

@media (min-width: 1280px) {
  .contents__lesson--title span {
    font-size: 64px;
  }
}

@media (min-width: 1500px) {
  .contents__lesson--title span {
    font-size: 80px;
  }
}

.contents__listbox {
  padding: 25px 10px;
  border: 1px solid #3F1006;
  margin-top: 25px;
}

.contents__list {
  position: relative;
  color: #3F1006;
  padding-left: 1em;
  margin: 0.5em 0;
  font-size: 15px;
}

.contents__list::before {
  position: absolute;
  content: "";
  background: #3F1006;
  width: .4em;
  height: .4em;
  border-radius: 50%;
  font-size: 24px;
  top: .2em;
  left: 0;
}

/*---------------------------------------

voice

---------------------------------------*/
.voice {
  position: relative;
  text-align: center;
  background: #f5f0ec;
  padding: 40px 25px;
}

.voice::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 2em;
  background: -webkit-gradient(linear, left bottom, left top, from(#f5f0ec), to(#F4EAD9));
  background: linear-gradient(to top, #f5f0ec, #F4EAD9);
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}

.voice__title {
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 600;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #8b3909;
  letter-spacing: 1px;
  margin-top: 20px;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .voice__title {
    font-size: 32px;
    margin-top: 80px;
  }
}

.voice__box {
  padding: 25px 15px;
  border: 1px solid #8b3909;
  margin-top: 25px;
  text-align: left;
  position: relative;
}

@media (min-width: 1024px) {
  .voice__box {
    max-width: 1000px;
    margin: 40px auto;
    padding: 35px 60px 45px;
  }
}

.voice__box::after {
  position: absolute;
  content: "";
  border-top: 1.25em solid #8b3909;
  border-right: 1.25em solid #8b3909;
  border-bottom: 1.25em solid transparent;
  border-left: 1.25em solid transparent;
  top: 0;
  right: 0;
}

.voice__name {
  font-weight: 500;
  margin: 1em 0;
  font-size: 18px;
  padding-bottom: 0.75em;
  border-bottom: 1px dotted #8b3909;
}

.voice__text {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .voice__text {
    font-size: 16px;
  }
}

/*---------------------------------------

notice

---------------------------------------*/
.notice {
  background: #F4EAD9;
  text-align: center;
  padding: 20px;
}

@media (min-width: 1024px) {
  .notice {
    padding: 80px;
  }
}

.notice__inner {
  padding: 60px 0;
  position: relative;
}

.notice__inner::before {
  position: absolute;
  content: "";
  width: 80%;
  height: 20px;
  background: url(../img/flower.svg);
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.notice__inner::after {
  position: absolute;
  content: "";
  width: 80%;
  height: 20px;
  background: url(../img/flower.svg);
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.notice__title {
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 600;
  font-size: 1.5em;
  color: #3F1006;
}

@media (min-width: 1024px) {
  .notice__title {
    font-size: 2em;
  }
}

.notice__main {
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 700;
  font-size: 1.25em;
  color: #30302D;
  margin-top: 1em;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .notice__main {
    font-size: 2.25em;
  }
}

/*---------------------------------------

cta

---------------------------------------*/
.cta {
  background: linear-gradient(45deg, #f0dcc9, #CEB195);
  text-align: center;
  padding: 20px 0 30px;
}

@media (min-width: 1024px) {
  .cta {
    padding: 80px;
  }
}

@media (min-width: 1024px) {
  .cta__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1000px;
    margin: 0 auto;
  }
}

.cta__image {
  margin: 0 auto;
  width: 40%;
  max-width: 320px;
}

@media (min-width: 1024px) {
  .cta__image {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 30%;
  }
}

.cta__title {
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 600;
  font-size: 1.5em;
  color: #30302D;
}

@media (min-width: 1024px) {
  .cta__title {
    font-size: 2.15em;
    margin-bottom: 1em;
  }
}

@media (min-width: 1024px) {
  .cta__textbox {
    width: 60%;
  }
}

.cta__text {
  color: #8b3909;
  font-weight: 500;
  margin: 1em 0;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .cta__text {
    margin: 1em;
    font-size: 24px;
  }
}

.cta__text span {
  display: inline-block;
  padding: .25em .5em;
  border: 1px solid #8b3909;
  letter-spacing: 2px;
}

@media (min-width: 1024px) {
  .cta__text span {
    font-family: 'Shippori Mincho B1', serif;
    font-weight: 600;
    padding: .25em 1em;
    font-size: 24px;
  }
}

.cta__caption {
  text-align: center;
  margin-top: 1em;
  font-size: 14px;
}

@media (min-width: 1024px) {
  .cta__caption {
    font-size: 16px;
  }
}

.cta__pricebox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.cta__price {
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 600;
  font-size: 14px;
  position: relative;
  padding: 0 1em;
}

@media (min-width: 1024px) {
  .cta__price {
    font-size: 20px;
  }
}

.cta__price span {
  font-size: 150%;
}

.cta__price.-line::after {
  position: absolute;
  width: 80%;
  height: 1px;
  content: "";
  background: #000;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.cta__price.-arrow span {
  font-size: 250%;
  color: #3F1006;
}

.cta__price.-arrow::before {
  position: absolute;
  content: "";
  border-top: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 16px solid #8b3909;
  top: 50%;
  left: -4%;
  -webkit-transform: translateY(-20%);
          transform: translateY(-20%);
}

.cta__button {
  max-width: 640px;
  margin: 0 auto;
  margin-top: 1.5em;
  padding: 10px 25px;
}

.cta__button--link {
  background: linear-gradient(120deg, #35B402, #456727);
  color: #ffffff;
  letter-spacing: 1px;
  -webkit-box-shadow: 0 2px 6px rgba(139, 57, 9, 0.5);
          box-shadow: 0 2px 6px rgba(139, 57, 9, 0.5);
  padding: 1em 2em;
  display: block;
  border-radius: 2em;
}

@media (min-width: 1024px) {
  .cta__button--link {
    font-size: 20px;
    letter-spacing: 1px;
  }
}

.message {
  background: #F4EAD9;
  text-align: center;
  padding: 20px 10px;
}

@media (min-width: 1024px) {
  .message {
    padding: 80px;
  }
}

.message__title {
  font-family: 'Shippori Mincho B1', serif;
  font-weight: 600;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  color: #8b3909;
  letter-spacing: 1px;
  margin-top: 20px;
  line-height: 1.5;
}

@media (min-width: 1024px) {
  .message__title {
    font-size: 32px;
    margin-top: 80px;
  }
}

.message__inner {
  padding: 20px 0 60px;
  position: relative;
  max-width: 640px;
  margin: 0 auto;
}

/*---------------------------------------

footer

---------------------------------------*/
.footer {
  background: #456727;
  padding: 1em 2em;
  font-size: 12px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  gap: 1em;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (min-width: 1024px) {
  .footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer__pp--img {
  width: 40px;
  height: auto;
}
/*# sourceMappingURL=style.css.map */