@charset "UTF-8";
/*---------------------------------------
共通
------------------------------------------*/
.top_h2 {
  font-size: 34px;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  font-weight: 900;
  color: #BA93C2;
  line-height: 1.5; }

@media only screen and (max-width: 750px) {
  .top_h2 {
    font-size: 18px;
    font-family: 'Noto Serif JP', serif;
    text-align: center;
    font-weight: 900;
    color: #BA93C2; } }
.bg_purple {
  background: #FBF9FE; }

/*-----------------------------------------------
sec-fv
----------------------------------------------------*/
.secFv {
  height: 700px;
  background: url(../images/page/top/fv_bg_pc.png);
  background-size: 1920px;
  background-position: center;
  background-repeat: no-repeat; }

@media only screen and (max-width: 750px) {
  .secFv {
    position: relative;
    background: none;
    height: auto; }
    .secFv .secIn {
      width: 100%;
      height: auto;
      background: none;
      position: relative; } }
/*-----------------------------------------------
news_sec
----------------------------------------------------*/
.news_sec {
  background: #BA93C2;
  padding: 30px 0 30px 0; }
  .news_sec h2 {
    font-weight: 800;
    font-size: 20px;
    color: #BA93C2; }
  .news_sec .news_box {
    background: #fff;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    width: 900px; }
  .news_sec .news_box_in {
    width: 90%;
    margin: auto;
    padding: 20px 0 20px 0; }
  .news_sec .line {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    padding: 5px 0 5px 0;
    font-weight: bold; }
  .news_sec .day {
    display: block;
    width: 10%; }
  .news_sec .cat {
    width: 15%; }
  .news_sec .cat a {
    color: #64B4B4; }
  .news_sec .title {
    display: block;
    width: 78%; }

@media only screen and (max-width: 750px) {
  .news_sec {
    background: #BA93C2;
    padding: 30px 0 30px 0; }
    .news_sec h2 {
      font-weight: 800;
      font-size: 20px;
      color: #BA93C2; }
    .news_sec .news_box {
      width: 100%;
      background: #fff;
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px; }
    .news_sec .news_box_in {
      width: 90%;
      margin: auto;
      padding: 20px 0 20px 0; }
    .news_sec .line {
      display: block;
      border-bottom: 1px solid #ccc;
      padding: 5px 0 5px 0;
      font-weight: bold; }
    .news_sec .day {
      display: block;
      width: 100%; }
    .news_sec .title {
      display: block;
      width: 100%; } }
/*-----------------------------------------------
intro_sec
----------------------------------------------------*/
.intro_sec {
  background: url("../images/page/top/intro_pc.png");
  background-size: 1920px;
  background-position: center;
  background-repeat: no-repeat;
  height: 524px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
  .intro_sec .intro_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    justify-content: flex-end; }
  .intro_sec .col_r {
    width: 623px;
    background-color: rgba(255, 255, 255, 0.65); }
  .intro_sec .col_r_in {
    width: 90%;
    margin: auto;
    padding: 20px 0 20px 0; }
  .intro_sec .line {
    color: #a98eb7;
    margin-bottom: 30px;
    font-family: 'Noto Serif JP', serif;
    font-weight: 800; }
  .intro_sec .line .text01 {
    font-size: 14px;
    padding-right: 10px; }
  .intro_sec .line .text02 {
    font-size: 30px; }
  .intro_sec .textBox {
    margin-bottom: 30px; }

@media only screen and (max-width: 750px) {
  .intro_sec {
    background: url("../images/page/top/intro_mb.png");
    background-size: 100%;
    background-position: top;
    background-repeat: no-repeat;
    height: auto;
    display: block;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding-top: 200px; }
    .intro_sec .intro_flBox {
      display: block; }
    .intro_sec .col_r {
      width: 100%;
      background-color: rgba(255, 255, 255, 0.65); }
    .intro_sec .col_r_in {
      width: 90%;
      margin: auto;
      padding: 20px 0 20px 0; }
    .intro_sec .line {
      color: #a98eb7;
      margin-bottom: 10px;
      font-family: 'Noto Serif JP', serif;
      font-weight: 800; }
    .intro_sec .line .text01 {
      font-size: 11px;
      padding-right: 10px; }
    .intro_sec .line .text02 {
      font-size: 23px; }
    .intro_sec .textBox {
      margin-bottom: 30px;
      font-size: 10px; } }
/*-----------------------------------------------
secManga01
----------------------------------------------------*/
.secManga {
  font-size: 18px;
  padding: 60px 0 60px 0; }
  .secManga h2 {
    text-align: left;
    padding-top: 0;
    margin-top: 0;
    margin-bottom: 60px; }
  .secManga .flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
  .secManga .col_img {
    width: 267px; }
  .secManga .col_img img {
    width: 100%; }
  .secManga .col_text {
    width: 570px;
    font-size: 18px; }

.sec_manga_reverse .col_img {
  order: 2; }
.sec_manga_reverse .col_img {
  order: 1; }

@media only screen and (max-width: 750px) {
  .secManga {
    font-size: 13.5px;
    padding: 30px 0 30px 0; }
    .secManga h2 {
      text-align: center;
      padding-top: 0;
      margin-top: 0;
      margin-bottom: 30px; }
    .secManga .flBox {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; }
    .secManga .col_img {
      width: 100%;
      margin-bottom: 20px; }
    .secManga .col_img img {
      width: 100%; }
    .secManga .col_text {
      width: 100%;
      font-size: 13.5px; }

  .sec_manga_reverse .col_img {
    order: 1; }
  .sec_manga_reverse .col_text {
    order: 2; } }
/*-----------------------------------------------
secThanks
----------------------------------------------------*/
.secThanks {
  padding: 60px 0 60px 0;
  font-size: 18px; }
  .secThanks h2 {
    margin: 0 auto 60px auto; }
  .secThanks .thanks_in {
    width: 710px;
    margin: auto; }
  .secThanks .thanks_box {
    background: #fef9fb;
    border: solid 3px #ff968c;
    padding: 30px 30px 10px 30px;
    margin-bottom: 60px; }
  .secThanks .ta_r {
    text-align: right;
    font-size: 12px; }
  .secThanks h3 {
    font-weight: 800;
    font-size: 20px;
    margin-bottom: 10px; }
  .secThanks .add_h2 {
    width: 363px;
    margin: 0 auto 60px auto; }

@media only screen and (max-width: 766px) {
  .secThanks {
    font-size: 13.5px;
    padding: 30px 0 30px 0; }
    .secThanks .thanks_in {
      width: 100%;
      margin: auto; }
    .secThanks h2 {
      margin: 0 auto 30px auto; }
    .secThanks h3 {
      font-weight: 800;
      font-size: 16px;
      margin-bottom: 10px; }
    .secThanks .add_h2 {
      width: 60%;
      margin: 0 auto 30px auto; } }
/*-----------------------------------------------
3つのこだわり
----------------------------------------------------*/
.kodawari_h2box {
  background: #ba93c2;
  color: #fff !important;
  height: 200px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }

.kodawari_h2box .top_h2 {
  color: #fff !important;
  line-height: 1; }

.com_sec .secIn_l {
  width: 950px;
  height: 486px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin: auto; }
.com_sec .secIn_r {
  width: 950px;
  height: 486px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  margin: auto; }
.com_sec h3 {
  margin: auto;
  font-weight: bold;
  color: #BA93C2;
  font-size: 25px;
  line-height: 1.5;
  margin-bottom: 20px; }
.com_sec .text {
  font-size: 18px; }
.com_sec .num {
  font-weight: 900;
  color: #BA93C2;
  font-family: 'Noto Serif JP', serif;
  font-size: 37px;
  line-height: 1; }

.com01_sec {
  background: url(../images/page/top/com01_pc.png);
  background-size: 1920px;
  background-position: center;
  background-repeat: no-repeat; }

.com02_sec {
  background: url(../images/page/top/com02_pc.png);
  background-size: 1920px;
  background-position: center;
  background-repeat: no-repeat; }

.com03_sec {
  background: url(../images/page/top/com03_pc.png);
  background-size: 1920px;
  background-position: center;
  background-repeat: no-repeat; }

.com_textBox {
  width: 576px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  background: #fff; }

.com_textBox_in {
  width: 490px;
  margin: auto;
  padding: 30px 0 30px 0; }

@media only screen and (max-width: 750px) {
  .kodawari_h2box {
    margin-bottom: 60px;
    background: #ba93c2;
    color: #fff !important;
    height: 100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center; }

  .com_sec {
    height: auto;
    padding-top: 180px;
    margin-bottom: 0; }
    .com_sec h3 {
      margin: auto;
      font-weight: bold;
      color: #BA93C2;
      font-size: 20px;
      line-height: 1.5;
      margin-bottom: 20px; }
    .com_sec .secIn_l {
      width: 90%;
      height: auto;
      display: block; }
    .com_sec .secIn_r {
      width: 90%;
      height: auto;
      display: block; }
    .com_sec .text {
      font-size: 13px; }
    .com_sec .num {
      font-weight: 900;
      color: #BA93C2;
      font-family: 'Noto Serif JP', serif;
      font-size: 30px;
      line-height: 1; }

  .com01_sec {
    background: url(../images/page/top/com01_mb.png) #FBF9FE;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 30px; }

  .com02_sec {
    background: url(../images/page/top/com02_mb.png) #FBF9FE;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 30px; }

  .com03_sec {
    background: url(../images/page/top/com03_mb.png) #FBF9FE;
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    padding-bottom: 30px; }

  .com_textBox {
    width: 90%;
    font-size: 13px;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    background: #fff;
    float: none;
    margin: auto; }

  .com_textBox_in {
    width: 90%;
    margin: auto;
    padding: 30px 0 30px 0; } }
/*-----------------------------------------------
secFeature
----------------------------------------------------*/
.secFeature_new {
  padding: 60px 0 60px 0; }
  .secFeature_new h2 {
    margin-bottom: 60px; }
  .secFeature_new .features_box {
    width: 1021px;
    margin: auto;
    border: 2px solid #BA93C2;
    padding: 30px 0 30px 0;
    text-align: center;
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    margin-bottom: 60px; }
  .secFeature_new h3 {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin: 0 0 20px 0; }
  .secFeature_new .features_box_in {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
  .secFeature_new .col img {
    width: 240px; }
  .secFeature_new .col {
    width: 32%; }
  .secFeature_new .text {
    text-align: center;
    font-weight: bold;
    font-size: 22px; }
  .secFeature_new .line01 {
    font-weight: bold;
    font-size: 30px;
    color: #BA93C2;
    text-align: center;
    margin-bottom: 30px; }
  .secFeature_new .line02 {
    font-size: 22px;
    text-align: center; }

@media only screen and (max-width: 1021px) {
  .secFeature_new {
    width: 90%;
    margin: auto;
    padding: 60px 0 60px 0; }
    .secFeature_new h2 {
      margin-bottom: 60px; }
    .secFeature_new .features_box {
      width: 90%;
      margin: auto;
      border: 2px solid #BA93C2;
      padding: 30px 0 30px 0;
      text-align: center;
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      margin-bottom: 60px; }
    .secFeature_new h3 {
      font-weight: bold;
      font-size: 30px;
      text-align: center;
      margin: 0 0 20px 0; }
    .secFeature_new .features_box_in {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-around; } }
@media only screen and (max-width: 750px) {
  .secFeature_new {
    padding: 60px 0 60px 0; }
    .secFeature_new h2 {
      margin-bottom: 60px; }
    .secFeature_new .features_box {
      width: 100%;
      margin: auto;
      border: 2px solid #BA93C2;
      padding: 30px 0 30px 0;
      text-align: center;
      border-radius: 15px;
      -webkit-border-radius: 15px;
      -moz-border-radius: 15px;
      margin-bottom: 30px; }
    .secFeature_new h3 {
      font-weight: bold;
      font-size: 20px;
      text-align: center;
      margin: 0 0 20px 0; }
    .secFeature_new .features_box_in {
      display: block;
      width: 90%;
      margin: auto; }
    .secFeature_new .col {
      width: 100%;
      display: flex;
      justify-content: space-between;
      margin-bottom: 30px; }
    .secFeature_new .col img {
      width: 52%; }
    .secFeature_new .text {
      text-align: left;
      font-weight: bold;
      font-size: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      width: 46%; }
    .secFeature_new .line01 {
      font-weight: bold;
      font-size: 20px;
      color: #BA93C2;
      text-align: center;
      margin-bottom: 30px; }
    .secFeature_new .line02 {
      font-size: 13px;
      text-align: left; } }
.secFeature {
  padding: 60px 0 60px 0; }
  .secFeature h2 {
    margin: 0 auto 60px auto; }
  .secFeature .flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px; }
  .secFeature h3 {
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 30px;
    line-height: 1.5; }
  .secFeature .col_img {
    width: 392px; }
  .secFeature .col_text {
    width: 460px;
    font-size: 18px; }
  .secFeature .reverse .col_img {
    order: 2; }
  .secFeature .reverse .col_text {
    order: 1; }

.secFeature.reverse {
  background: #FBF9FE; }

@media only screen and (max-width: 750px) {
  .secFeature {
    background: #FBF9FE;
    padding: 30px 0 30px 0; }
    .secFeature h2 {
      margin: 0 auto 60px auto; }
    .secFeature .flBox {
      display: block;
      margin-bottom: 30px; }
    .secFeature h3 {
      font-weight: 800;
      font-size: 16px;
      margin-bottom: 20px; }
    .secFeature .col_img {
      width: 80%;
      margin: 0 auto 20px auto; }
    .secFeature .col_img img {
      width: 100%; }
    .secFeature .col_text {
      width: 100%;
      font-size: 13.5px; }
    .secFeature .reverse .col_img {
      order: 1; }
    .secFeature .reverse .col_text {
      order: 2; } }
/*-----------------------------------------------
secObi01
----------------------------------------------------*/
.secObi01 {
  height: 300px;
  background: url(../images/page/top/obi_01.png);
  background-size: 1920px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }

@media only screen and (max-width: 750px) {
  .secObi01 {
    height: auto;
    background: none; } }
/*-----------------------------------------------
secObi02
----------------------------------------------------*/
.secObi02 {
  height: 300px;
  background: url(../images/page/top/obi_02.png);
  background-size: 1920px;
  background-position: center;
  background-repeat: no-repeat;
  position: relative; }

@media only screen and (max-width: 750px) {
  .secObi02 {
    height: auto;
    background: none; } }
/*-----------------------------------------------
secaccess
----------------------------------------------------*/
.access_sec {
  background: #fbf9fe; }
  .access_sec .secIn {
    padding: 60px 0 60px 0; }
  .access_sec .access_flBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 30px; }
  .access_sec .access_flBox .col_l {
    width: 55%; }
  .access_sec .access_flBox .col_r {
    width: 42%; }
  .access_sec .access_flBox .line01 {
    font-weight: 800;
    font-size: 25px;
    margin-bottom: 20px; }
  .access_sec .access_flBox .line02 {
    font-size: 16px;
    padding: 5px 0 5px 0; }
  .access_sec .access_flBox .cal {
    width: 460px; }
  .access_sec iframe {
    width: 100%;
    height: 466px; }

@media only screen and (max-width: 750px) {
  .access_sec {
    background: #fbf9fe; }
    .access_sec .secIn {
      padding: 60px 0 60px 0; }
    .access_sec .access_flBox {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
      margin-bottom: 30px; }
    .access_sec .access_flBox .col_l {
      width: 100%; }
    .access_sec .access_flBox .col_r {
      width: 100%; }
    .access_sec .access_flBox .line01 {
      font-weight: 800;
      font-size: 18px;
      margin-bottom: 20px; }
    .access_sec .access_flBox .line02 {
      font-size: 12px;
      padding: 5px 0 5px 0; }
    .access_sec .access_flBox .cal {
      width: 100%; }
    .access_sec iframe {
      width: 100%;
      height: 330px; } }
/*-----------------------------------------------
secText
----------------------------------------------------*/
.secText {
  padding: 60px 0 60px 0; }
  .secText .image {
    width: 499px;
    margin: 30px auto 30px auto; }

@media only screen and (max-width: 750px) {
  .secText {
    padding: 60px 0 60px 0;
    font-size: 13.5px; }
    .secText .image {
      width: 293px;
      margin: 30px auto 30px auto; } }
/*-----------------------------------------------
blog_sec
----------------------------------------------------*/
.movie_sec {
  background: #BA93C2; }

.blog01_sec {
  background: #ff7bac; }

.blog02_sec {
  background: #fff; }

.blog02_sec h2 {
  color: #BA93C2 !important; }
