@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 {
  width: 100%;
  vertical-align: bottom;
}

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;
  width: 90%;
  height: auto;
  max-width: 1170px;
  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: 140px;
  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;
}

.kv {
  width: 100%;
  max-width: 127.4rem;
  margin: 0 auto;
  padding: 3.6rem 0 3.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.kv .kv-img {
  width: 52%;
}
.kv .kv-text {
  width: 48%;
  padding: 0 5.35% 0 2.75%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}
.kv .kv-text .kv-txt-main {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.66;
  margin-top: 2.1rem;
  color: #525DF0;
}
.kv .kv-text .kv-txt-sub {
  font-size: 1.6rem;
  line-height: 1.75;
  margin-top: 2.7rem;
  color: #2A2A2A;
}
@media screen and (max-width: 1290px) {
  .kv .kv-text .kv-txt-main {
    font-size: 1.39vw;
    margin-top: 1.63vw;
  }
  .kv .kv-text .kv-txt-sub {
    font-size: 1.24vw;
    margin-top: 2.09vw;
  }
}
@media screen and (max-width: 800px) {
  .kv {
    display: block;
    padding: 0;
  }
  .kv .kv-img {
    width: 36.55rem;
    margin: .65rem auto 0;
  }
  .kv .kv-text {
    width: 100%;
    padding: 0;
  }
  .kv .kv-text .kv-ttl {
    width: 33.2rem;
    margin: 0 auto;
  }
  .kv .kv-text .kv-txt-main {
    font-size: 1.8rem;
    margin-top: 1.5rem;
  }
  .kv .kv-text .kv-txt-sub {
    font-size: 1.6rem;
    margin-top: 2.1rem;
  }
  .kv .kv-text .kv-txt-sub.p-2 {
    margin-top: 2.8rem;
  }
}

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

.present {
  margin-top: 2.4rem;
}
.present .present-txt {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1;
  color: #525DF0;
  margin-top: 4.4rem;
  text-align: center;
}
@media screen and (max-width: 800px) {
  .present {
    margin-top: 4.76rem;
  }
  .present .present-txt {
    font-size: 2rem;
    line-height: 1.6;
    margin-top: 1.48rem;
  }
}

.program {
  margin-top: 9.35rem;
}
.program .box-flex {
  margin-top: 3.56rem;
}
.program .box-flex .item:nth-child(3), .program .box-flex .item:nth-child(4) {
  margin-top: 5.9rem;
}
.program .box-flex .item .item-img {
  -webkit-box-shadow: 0 1rem 0.6rem rgba(0, 0, 0, 0.16);
          box-shadow: 0 1rem 0.6rem rgba(0, 0, 0, 0.16);
}
.program .box-flex .item .item-ttl {
  font-size: 2.1rem;
  font-weight: bold;
  line-height: 1.52;
  color: #525DF0;
  margin-top: 1rem;
}
.program .box-flex .item .item-txt {
  font-size: 1.6rem;
  line-height: 1.375;
  color: #2A2A2A;
  margin-top: 1rem;
}
@media screen and (max-width: 800px) {
  .program {
    margin-top: 4.9rem;
  }
  .program .box-flex {
    margin-top: 1.43rem;
  }
  .program .box-flex .item {
    margin-top: 3rem;
  }
  .program .box-flex .item:first-child {
    margin-top: 0;
  }
  .program .box-flex .item:nth-child(2), .program .box-flex .item:nth-child(3), .program .box-flex .item:nth-child(4) {
    margin-top: 3rem;
  }
  .program .box-flex .item .item-ttl {
    font-size: 1.8rem;
    line-height: 1.3;
  }
  .program .box-flex .item .item-txt {
    font-size: 1.4rem;
    line-height: 1.57;
  }
}

.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: 47%;
}
@media screen and (max-width: 800px) {
  .box-flex {
    display: block;
    margin-top: 0;
  }
  .box-flex .item {
    width: 33rem;
    margin: 2.85rem auto 0;
  }
}

.illustration {
  margin-top: 11rem;
}
.illustration .box-illust {
  margin-top: 5.37rem;
  border: solid .5rem #525DF0;
  padding: 1.1rem;
  position: relative;
}
.illustration .box-illust .box-illust-inner {
  border: solid .2rem #525DF0;
}
.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: 4.8rem 2.52rem 2.27rem 3.65rem;
}
.illustration .box-illust .illust-prof .prof-img {
  width: 30.87%;
}
.illustration .box-illust .illust-prof .prof-text {
  width: 65%;
}
.illustration .box-illust .illust-prof .prof-text .ttl-sub {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.46;
  margin-top: 1.5rem;
  color: #051696;
}
.illustration .box-illust .illust-prof .prof-text .ttl-main {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.45;
  margin-top: .52rem;
  color: #051696;
}
.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.4rem;
  line-height: 2;
  margin-top: 1.95rem;
  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: 11rem;
  }
  .illustration .box-illust {
    margin-top: 3.2rem;
    padding: .9rem;
  }
  .illustration .box-illust .illust-prof {
    display: block;
    padding: 5rem 0;
  }
  .illustration .box-illust .illust-prof .prof-img {
    width: 20rem;
    margin: 0 auto;
  }
  .illustration .box-illust .illust-prof .prof-text {
    width: 26rem;
    margin: 0 auto;
  }
  .illustration .box-illust .illust-prof .prof-text .ttl-sub {
    font-size: 1.2rem;
    line-height: 1.5;
    margin-top: 2.5rem;
  }
  .illustration .box-illust .illust-prof .prof-text .ttl-main {
    font-size: 1.6rem;
    line-height: 1.5;
    margin-top: .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;
  }
  .illustration .box-illust .illust-prof .prof-deco {
    top: -1.4rem;
    left: -1.6rem;
    width: 19.55rem;
  }
}

.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: 90%;
  }
}

.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: 11rem;
}
.spotify .ttl-spotify {
  width: 78.8rem;
  margin: 0 auto;
}
.spotify .spotify-iframe-wrapper {
  width: 614px;
  margin: 4rem 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: 3.6rem;
  }
  .spotify .ttl-spotify {
    width: 100%;
  }
  .spotify .spotify-iframe-wrapper {
    width: 100%;
  }
}

.special {
  max-width: 192rem;
  background: transparent url(../img/bg_special.jpg) no-repeat center center/cover;
  padding: 5.5rem 4rem 8rem;
  margin-top: 11rem;
}
.special .special-ttl {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: calc(35 / 28);
  color: #848CFF;
  text-align: center;
  margin-top: 1.5rem;
}
.special .box-flex {
  max-width: 116rem;
  margin: 2rem auto 0;
}
.special .box-flex .item {
  width: 48%;
  text-align: center;
}
.special .box-flex .item .item-txt {
  font-size: 1.6rem;
  line-height: calc(28 / 16);
  color: #fff;
}
.special .btn-special {
  margin: 4.6rem auto 0;
}
@media screen and (max-width: 1240px) {
  .special .special-ttl {
    font-size: 2.125vw;
  }
  .special .box-flex .item .item-img {
    margin-top: 1rem;
  }
  .special .box-flex .item .item-txt {
    font-size: 1.29vw;
  }
}
@media screen and (max-width: 800px) {
  .special {
    padding: 2.5rem 1.9rem 4rem;
    width: 100%;
    margin-top: 8rem;
  }
  .special .special-ttl {
    font-size: 1.65rem;
    line-height: calc(26 / 18);
  }
  .special .box-flex {
    max-width: 116rem;
    margin: 2rem auto 0;
  }
  .special .box-flex .item {
    width: 100%;
    margin-top: 0;
  }
  .special .box-flex .item:first-child .item-img {
    margin-top: 2rem;
  }
  .special .box-flex .item .item-txt {
    font-size: 1.6rem;
    margin-top: 1rem;
  }
  .special .btn-special {
    margin: 3rem auto 0;
  }
}

.goods {
  margin-top: 10rem;
}
.goods .goods-txt {
  font-size: 3.2rem;
  font-weight: bold;
  line-height: calc(42 / 32);
  color: #525DF0;
  margin-top: 4.6rem;
  text-align: center;
}
.goods .img-wrapper {
  margin-top: 4.4rem;
}
.goods .btn-goods {
  width: 48rem;
  background-color: #050D7D;
  margin: 7.2rem auto 0;
}
@media screen and (max-width: 800px) {
  .goods {
    margin-top: 7rem;
  }
  .goods .goods-txt {
    font-size: 2rem;
    line-height: 1.6;
    margin-top: 2rem;
  }
  .goods .img-wrapper {
    margin-top: 1rem;
  }
  .goods .btn-goods {
    width: 36rem;
    margin: 2.5rem auto 0;
  }
}

/*# sourceMappingURL=style.css.map */