:root {
  --transparent: rgba(0, 0, 0, 0);
  --ct-bg-color: #fff9f3;
  --main-color: #ea6930;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.header {
  background-image: url('../images/header-bg-min_1.jpg');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 40px;
}

.wrapper {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.header-container {
  background-color: var(--transparent);
}

.img {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  position: relative;
}

.header-ct {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Ktegaki, sans-serif;
  position: relative;
}

.header-ct2, .flex-block {
  flex-wrap: nowrap;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.img2 {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.hm-bg {
  z-index: 0;
  width: 120%;
  max-width: 120%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  left: -10%;
  right: auto;
}

.img-hm {
  margin-top: 15%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: relative;
}

.ct01 {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/ct01-bg-min.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  top: auto;
}

._01-container {
  background-color: var(--ct-bg-color);
  padding-bottom: 40px;
}

.ct01-h1 {
  z-index: 1;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  top: auto;
  bottom: auto;
}

.ct01-h1-sp {
  display: none;
}

.ct01-h1-block {
  background-color: var(--main-color);
  margin-left: auto;
  margin-right: auto;
}

.body {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.container-h1 {
  background-color: var(--ct-bg-color);
}

._01-text-block {
  background-color: var(--main-color);
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  position: relative;
}

.heading {
  color: #fff;
  font-family: Ktegaki, sans-serif;
  font-size: 4rem;
  line-height: 3rem;
}

.text-block {
  font-size: 3rem;
  font-weight: 700;
  line-height: 4rem;
}

.text-block2 {
  padding-bottom: 10px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 2.2rem;
}

.text-block3 {
  color: var(--main-color);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 2rem;
}

.mv-block {
  width: 100%;
  height: auto;
  border: 0 #000;
  margin: 20px;
  padding: 20px;
}

.youtube {
  border: 5px solid var(--main-color);
  border-radius: 5px;
}

.img3 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 40px 0;
  position: relative;
}

.ct01-h1-tri {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.ct02 {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/ct01-bg-min.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 20px;
  position: relative;
  top: auto;
}

._02-container {
  background-color: var(--ct-bg-color);
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
}

.h2 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 40px;
  position: relative;
}

.ct03 {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/ct01-bg-min.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  top: auto;
}

.ct02-h1-block {
  background-color: var(--main-color);
  margin-left: auto;
  margin-right: auto;
}

.ct02-main-block {
  background-color: var(--transparent);
  background-image: url('../images/ct01-bg-min.jpg');
  background-position: 50%;
  background-size: cover;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.heading2 {
  color: #fff;
  font-family: Ktegaki, sans-serif;
  font-size: 6.5rem;
}

.ct03-h1 {
  width: 100%;
  padding-top: 0;
}

._02-ct {
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 40px;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Ktegaki, sans-serif;
  position: relative;
}

.ct03-main-block {
  background-color: var(--transparent);
  background-image: url('../images/ct01-bg-min.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
}

.ct03-h1-block {
  background-color: var(--main-color);
  margin-left: auto;
  margin-right: auto;
}

.ct03-sp {
  width: 100%;
  padding-top: 0;
  display: none;
}

.text-block-4 {
  padding-top: 0;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 5rem;
}

.text-block-5 {
  color: var(--main-color);
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 5rem;
}

.img-ul {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px 40px;
  position: relative;
}

.ct2-cta, .cta {
  flex-wrap: nowrap;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.ct04 {
  z-index: 1;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/ct01-bg-min.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  top: auto;
}

._04-ct {
  background-color: var(--ct-bg-color);
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  align-items: center;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  font-family: Ktegaki, sans-serif;
  position: relative;
}

._04-container {
  background-color: var(--transparent);
  padding-bottom: 0;
}

.ct05 {
  background-image: url('../images/ct05-bg-min.jpg');
  background-position: 50% 0;
  background-size: cover;
  background-attachment: fixed;
  padding-bottom: 40px;
}

.ct05-cta {
  flex-wrap: nowrap;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 100px;
  position: relative;
}

.ct-05area {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  font-family: Ktegaki, sans-serif;
  position: relative;
}

.ct06 {
  background-image: url('../images/header-bg-min.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  padding-bottom: 40px;
}

.ct06-container {
  background-color: var(--ct-bg-color);
}

.ct-06area {
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Ktegaki, sans-serif;
  position: relative;
}

.ct6-h2 {
  width: 100%;
  background-color: var(--main-color);
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 40px;
}

.heading3 {
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 5rem;
  line-height: 4rem;
}

.ct6-info {
  width: 100%;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.ct6-text {
  text-align: left;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 2rem;
  line-height: 4rem;
}

.cta-link {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.cta1 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

@media screen and (max-width: 479px) {
  .header {
    background-position: 50% 100%;
    background-size: contain;
    padding-bottom: 40px;
  }

  .img {
    padding: 20px 10px 10px;
  }

  .img2 {
    width: 50%;
    padding: 10px;
  }

  .ct01 {
    background-color: #fff9f3;
    background-image: url('../images/ct01-bg-min.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  ._01-container {
    width: 95%;
    padding-bottom: 20px;
  }

  .ct01-h1 {
    display: none;
  }

  .ct01-h1-sp {
    display: block;
  }

  ._01-text-block {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .text-block {
    padding-bottom: 0;
    font-size: 1.4rem;
    line-height: 2rem;
  }

  .text-block2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1.5rem;
    line-height: 1rem;
  }

  .text-block3 {
    padding-top: 10px;
    font-size: .8rem;
  }

  .mv-block {
    margin: 0;
  }

  .img3 {
    padding: 20px 10px 0;
  }

  .ct01-h1-tri {
    margin-top: -.5em;
    padding-top: 0;
  }

  .tri {
    width: 20px;
  }

  .ct02 {
    background-color: #fff9f3;
    background-image: url('../images/ct01-bg-min.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  ._02-container {
    width: 95%;
  }

  .h2 {
    padding: 20px 10px 10px;
  }

  .ct03 {
    background-color: #fff9f3;
    background-image: url('../images/ct01-bg-min.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  .ct02-main-block {
    background-color: var(--transparent);
    background-image: url('../images/ct01-bg-min.jpg');
    background-position: 50%;
    background-size: cover;
    padding-top: 20px;
  }

  .heading2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 8vw;
  }

  .ct03-h1 {
    max-width: 100%;
    padding-top: 0;
    display: none;
    position: relative;
  }

  ._02-ct {
    border-bottom-left-radius: 20px;
    padding-bottom: 0;
  }

  .ct03-main-block {
    background-color: var(--transparent);
    background-image: url('../images/ct01-bg-min.jpg');
    background-position: 50%;
    background-size: cover;
    padding-top: 20px;
  }

  .ct03-sp {
    max-width: 100%;
    padding-top: 0;
    display: block;
    position: relative;
  }

  .text-block-4 {
    padding-top: 20px;
    padding-bottom: 0;
    font-size: 1.1rem;
    line-height: 2.4rem;
  }

  .text-block-5 {
    padding-top: 10px;
    font-size: 1.3rem;
    line-height: 1.8rem;
  }

  .img-ul {
    width: 90%;
    padding: 5px 10px 10px;
  }

  .ct04 {
    background-color: #fff9f3;
    background-image: url('../images/ct01-bg-min.jpg');
    background-position: 0 0;
    background-size: cover;
  }

  ._04-ct {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    margin-bottom: 20px;
    padding-top: 0;
  }

  ._04-container {
    width: 95%;
    padding-bottom: 0;
  }

  .ct05 {
    background-image: url('../images/ct05-bg-sp-min.jpg');
    background-position: 50% 0;
    background-size: cover;
    background-attachment: scroll;
    padding-bottom: 0;
    padding-left: 0;
  }

  .ct05-cta {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .ct-05area {
    padding-top: 10px;
  }

  .ct06 {
    background-position: 50% 0;
    background-size: contain;
    padding-bottom: 20px;
  }

  .ct-06area {
    padding-top: 0;
  }

  .ct6-h2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 10vw;
  }

  .ct6-info {
    padding: 20px 10px;
  }

  .ct6-text {
    letter-spacing: -1px;
    text-indent: 0;
    font-size: .9rem;
    font-weight: 400;
    line-height: 2.5rem;
  }

  .cta1 {
    width: 100%;
    padding: 10px;
  }
}


@font-face {
  font-family: 'Ktegaki';
  src: url('../fonts/KTEGAKI.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}