@charset "UTF-8";
/* reset CSS */
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

li {
  list-style: none;
}

/* reset CSS ここまで */
.pc-only {
  display: block !important;
}
@media screen and (max-width: 800px) {
  .pc-only {
    display: none !important;
  }
}

.sp-only {
  display: none !important;
}
@media screen and (max-width: 800px) {
  .sp-only {
    display: block !important;
  }
}

html {
  font-size: 62.5%;
}
@media screen and (max-width: 800px) {
  html {
    font-size: 2.54452926vw;
  }
}

img {
  max-width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 800px) {
  img {
    width: 100%;
  }
}

a {
  text-decoration: none;
  color: #000;
}
a:hover {
  opacity: 0.8;
}

.header {
  width: 100%;
  height: 80px;
  border-bottom: 1px solid #707070;
}
.header_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 0 20px;
  height: auto;
  max-width: 97.5rem;
  margin: 0 auto;
}
.header .logo_tfm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 160px;
  height: 80px;
}
.header .logo_tfm > img {
  width: 100%;
  height: auto;
}
.header .freq {
  width: 100%;
  max-width: 1170px;
  margin: 15px auto 5px;
  font-size: 1rem;
  text-align: right;
  line-height: 1.2;
  font-family: sans-serif;
}
@media screen and (max-width: 800px) {
  .header {
    height: 60px;
  }
  .header_container {
    background: none;
  }
  .header .logo_tfm {
    width: 105px;
    height: 70px;
  }
  .header .freq {
    display: none;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.main-content {
  padding: 0 20px;
}
@media screen and (max-width: 800px) {
  .main-content {
    padding: 0;
  }
}

.kv {
  width: 100%;
  max-width: 97.5rem;
  margin: 0 auto;
  padding: 6.2rem 0 5.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.kv .kv-img {
  width: 62.7%;
}
.kv .kv-credit {
  font-size: 1.4rem;
  text-align: right;
  margin-top: 0.8rem;
}
.kv .kv-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media screen and (max-width: 800px) {
  .kv {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    padding: 0;
  }
  .kv .kv-img {
    width: 92vw;
    margin: 7.2vw auto 0;
  }
  .kv .kv-credit {
    font-size: 3.2vw;
  }
  .kv .kv-ttl {
    width: 70vw;
    margin: 7.2vw auto 0;
  }
}

.sec {
  width: 100%;
  max-width: 85rem;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.sec .sec-ttl {
  margin: 0 auto;
}
@media screen and (max-width: 800px) {
  .sec {
    width: 100%;
    padding: 0;
  }
  .sec .sec-ttl {
    width: 92.4vw;
  }
}

.about .about-txt {
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.7;
  margin-top: 3.2rem;
}
.about .about-txt span {
  color: #df5f52;
  font-weight: 700;
}
@media screen and (max-width: 800px) {
  .about {
    margin-top: 14.3vw;
  }
  .about .about-txt {
    font-size: 1.6rem;
    margin-top: 2rem;
  }
}

.box-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 7rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.box-flex .item {
  width: 46%;
}
@media screen and (max-width: 800px) {
  .box-flex {
    display: block;
    margin-top: 0;
  }
  .box-flex .item {
    width: 33rem;
    margin: 0 auto;
  }
  .box-flex .item:not(:first-child) {
    margin: 8vw auto 0;
  }
}

.item-quo {
  position: relative;
}
.item-quo a {
  position: absolute;
  bottom: 16%;
  display: block;
  height: 4.3%;
}
.item-quo .follow {
  left: 36.6%;
  width: 25.5%;
}
.item-quo .repost {
  left: 66.5%;
  width: 13.7%;
}
@media screen and (max-width: 800px) {
  .item-quo a {
    bottom: 14.2%;
  }
  .item-quo .follow {
    left: 34.8%;
    width: 29.3%;
  }
  .item-quo .repost {
    left: 68.9%;
    width: 15.7%;
  }
}

.present {
  margin-top: 5.8rem;
}
.present .present-txt {
  font-size: 2.2rem;
  font-weight: bold;
  line-height: 1;
  color: #df5f52;
  margin-top: 5.4rem;
  text-align: center;
}
.present .box-flex {
  margin-top: 4.6rem;
}
@media screen and (max-width: 800px) {
  .present {
    margin-top: 14.3vw;
  }
  .present .present-txt {
    font-size: 2rem;
    line-height: 1.8;
    margin: 1.5rem auto 0;
  }
  .present .box-flex {
    margin-top: 6.5vw;
  }
  .present .box-flex .item {
    width: 92vw;
  }
}

.program {
  margin-top: 9rem;
}
.program .program-txt {
  margin-top: 3.6rem;
  color: #df5f52;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.68;
}
.program .box-flex {
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 4.2rem;
  row-gap: 4rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 5.5%;
}
.program .box-flex .item {
  position: relative;
  width: 43.7%;
}
.program .box-flex .item .item-img {
  max-width: 480px;
}
.program .box-flex .item .item-ttl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 1rem;
     -moz-column-gap: 1rem;
          column-gap: 1rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  color: #2f31a1;
  margin-top: 2rem;
}
.program .box-flex .item .item-ttl.txt-small {
  font-size: 1.7rem;
}
.program .box-flex .item .icon-link {
  width: 1.5rem;
}
.program .box-flex .item .item-txt {
  font-size: 1.6rem;
  line-height: 1.41;
  text-align: center;
  color: #2A2A2A;
  margin-top: 1rem;
}
.program .box-flex .item .item-btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 333px;
  max-width: 100%;
  height: 51px;
  margin: 0 auto;
  color: #fff;
  font-size: 2.5rem;
  font-weight: 700;
  background: #53bae8;
  border-radius: 25.5px;
  -webkit-box-shadow: 6px 6px 0px 0px rgb(50, 113, 142);
          box-shadow: 6px 6px 0px 0px rgb(50, 113, 142);
}
@media screen and (max-width: 800px) {
  .program {
    margin-top: 11.8vw;
  }
  .program .program-txt {
    line-height: 1.5;
    margin-top: 7.2vw;
    font-size: 3.733vw;
    text-align: center;
  }
  .program .box-flex {
    margin-top: 7.2vw;
  }
  .program .box-flex .item {
    width: 92vw;
    margin-top: 8.267vw;
    padding-bottom: 0;
  }
  .program .box-flex .item .item-ttl {
    margin-top: 4.6vw;
    font-size: 1.8rem;
    line-height: 1.23;
  }
  .program .box-flex .item .item-img {
    max-width: 100%;
    margin: 0 auto;
  }
  .program .box-flex .item .item-txt {
    margin-top: 2.5vw;
    font-size: 1.4rem;
    line-height: 1.437;
  }
  .program .box-flex .item .item-btn {
    position: relative;
    inset: inherit;
    width: 85.467vw;
    height: 9.733vw;
    margin-top: 4.8vw;
    border-radius: 4.867vw;
    font-size: 5.467vw;
    -webkit-box-shadow: 0.533vw 1.2vw 0 0 rgb(50, 113, 142);
            box-shadow: 0.533vw 1.2vw 0 0 rgb(50, 113, 142);
  }
}

.illustration {
  margin-top: 11rem;
}
.illustration .box-illust {
  margin-top: 5.37rem;
  border: solid 0.6rem #3660ac;
  padding: 1.1rem;
  position: relative;
}
.illustration .box-illust .box-illust-inner {
  border: dotted 0.2rem #3660ac;
}
.illustration .box-illust .illust-prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 2.3rem 2.52rem 1.3rem 2.65rem;
}
.illustration .box-illust .illust-prof .prof-img {
  width: 31.87%;
}
.illustration .box-illust .illust-prof .prof-text {
  width: 65%;
}
.illustration .box-illust .illust-prof .prof-text .ttl-sub {
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.46;
  margin-top: 1.5rem;
}
.illustration .box-illust .illust-prof .prof-text .ttl-main {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.76;
  margin-top: 0.52rem;
}
.illustration .box-illust .illust-prof .prof-text .ttl-main span {
  font-size: 1.6rem;
}
.illustration .box-illust .illust-prof .prof-text .txt-main {
  font-size: 1.3rem;
  line-height: 1.75;
  margin-top: 1rem;
  color: #2A2A2A;
}
.illustration .box-illust .illust-prof .prof-deco {
  position: absolute;
  top: -0.5rem;
  left: -2.5rem;
  width: 21.495rem;
}
@media screen and (max-width: 800px) {
  .illustration {
    margin-top: 13.6vw;
    width: 92vw;
  }
  .illustration .box-illust {
    margin-top: 3.2rem;
    padding: 2vw;
    border: 0.933vw solid #3660ac;
  }
  .illustration .box-illust .illust-prof {
    display: block;
    padding: 4vw 0 7.067vw;
  }
  .illustration .box-illust .illust-prof .prof-img {
    width: 71.067vw;
    margin: 0 auto;
  }
  .illustration .box-illust .illust-prof .prof-text {
    width: 78.267vw;
    margin: 0 auto;
  }
  .illustration .box-illust .illust-prof .prof-text .ttl-sub {
    font-size: 3.547vw;
    line-height: 1;
    font-weight: 400;
    margin-top: 3.333vw;
  }
  .illustration .box-illust .illust-prof .prof-text .ttl-main {
    font-size: 4.591vw;
    line-height: 1;
    margin-top: 0.76rem;
  }
  .illustration .box-illust .illust-prof .prof-text .ttl-main span {
    font-size: 1.2rem;
  }
  .illustration .box-illust .illust-prof .prof-text .txt-main {
    margin-top: 1.42rem;
    font-size: min(3.067vw, 20px);
    line-height: 1.73;
  }
  .illustration .box-illust .illust-prof .prof-deco {
    top: -1.4rem;
    left: -1.6rem;
    width: 19.55rem;
  }
}

.goods {
  margin-top: 11rem;
}
.goods .goods-txt {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.75;
  color: #df5f52;
  margin-top: 6rem;
  text-align: center;
}
.goods .img-wrapper {
  margin: 8rem auto 0;
}
.goods .btn-goods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 542px;
  height: 80px;
  color: #fff;
  font-size: 3.1rem;
  font-weight: 700;
  background-color: #df5f52;
  border-radius: 40px;
  -webkit-box-shadow: 6px 9px 0px 0px #a56c11;
          box-shadow: 6px 9px 0px 0px #a56c11;
  margin: 9rem auto 0;
}
@media screen and (max-width: 800px) {
  .goods {
    margin: 15vw auto 17.2vw;
  }
  .goods .goods-txt {
    font-size: 1.9rem;
    line-height: 1.76;
    margin-top: 6.667vw;
  }
  .goods .img-wrapper {
    margin: 7vw auto 0;
    width: 92vw;
  }
  .goods .btn-goods {
    width: 85.505vw;
    max-width: 100%;
    height: 10.667vw;
    margin: 9.7vw auto 0;
    font-size: 5.484vw;
    border-radius: 5.333vw;
    -webkit-box-shadow: 0.8vw 1.2vw 0px 0px #a56c11;
            box-shadow: 0.8vw 1.2vw 0px 0px #a56c11;
  }
}

.deco_btm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: end;
  max-height: 600px;
  overflow: hidden;
  margin-top: 19rem;
}
.deco_btm img {
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
@media screen and (max-width: 800px) {
  .deco_btm {
    display: block;
    max-height: inherit;
    margin-top: 10rem;
  }
  .deco_btm img {
    height: auto;
  }
}

.copyright {
  margin-top: 20px;
  padding: 0 5% 30px;
  font-size: 1.2rem;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .copyright {
    margin-top: 20px;
    font-size: 1rem;
    line-height: 1.6;
  }
}

.pagetop {
  position: fixed;
  padding: 2px 5px;
  bottom: 20px;
  right: 20px;
  cursor: pointer;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 7px;
  z-index: 100;
}
.pagetop > img {
  width: 30px;
  min-height: 0;
}
.pagetop > p {
  margin-top: 1px;
  font-size: 1.2rem;
}

.pc-only-adjust {
  display: block !important;
}
@media screen and (max-width: 976px) {
  .pc-only-adjust {
    display: none !important;
  }
}

.sp-only-adjust {
  display: none !important;
}
@media screen and (max-width: 976px) {
  .sp-only-adjust {
    display: block !important;
  }
}

.nav-area {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

.mainNav {
  width: auto;
  height: 70px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: "Quicksand", sans-serif;
  word-break: keep-all;
}
.mainNav_menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "Quicksand", sans-serif;
}
.mainNav_menu > li {
  padding-right: 30px;
}
.mainNav_sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.mainNav_sns > li {
  margin-left: 15px;
}
.mainNav_sns > li > a > img {
  width: 25px;
  height: 25px;
}
@media screen and (max-width: 800px) {
  .mainNav {
    width: 92vw;
  }
}

.btn {
  display: block;
  position: relative;
  width: 34rem;
  height: 5rem;
  border-radius: 4rem;
  background-color: #CE0C0C;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 5rem;
  text-align: center;
  color: #fff;
}
.btn::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 2rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0.5rem;
  height: 1rem;
  background: transparent url(../img/arrow-right.png) no-repeat center center/cover;
}
@media screen and (max-width: 800px) {
  .btn {
    font-size: 1.5rem;
  }
}

.spotify {
  margin-top: 6.4rem;
}
.spotify .ttl-spotify {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  max-width: 654px;
}
.spotify .spotify-iframe-wrapper {
  width: 580px;
  margin: 3.2rem auto 0;
}
@media screen and (max-width: 1240px) {
  .spotify .ttl-spotify {
    width: 63.5vw;
  }
  .spotify .spotify-iframe-wrapper {
    width: 614px;
  }
}
@media screen and (max-width: 800px) {
  .spotify {
    margin-top: 17.8vw;
  }
  .spotify .ttl-spotify {
    width: 87.733vw;
  }
  .spotify .spotify-iframe-wrapper {
    width: 88.133vw;
    margin: 8.133vw auto 0;
  }
}/*# sourceMappingURL=style.css.map */