@charset "utf-8";

@media screen and (max-width: 1240px) {
  #under,
  h1,
  h2 {
    font-size: 1.3vw;
  }
}

/*----------------*/
body {
  color: #011e41;
}

h1 {
  margin: 0;
  padding: 0;
}

h2 {
  display: none;
  margin: 0;
  padding: 0;
}

#under,
h1,
h2 {
  font-size: 16px;
}

#under h2 {
  display: block;
}

.col-sm-12 {
  padding: 0;
}

#under dl {
  margin-bottom: 0;
}

.ns_container {
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
}

.nav.nav-tabs {
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

.breadcrumb {
  margin-bottom: 0;
}

@media screen and (-webkit-min-device-pixel-ratio: 0) and (min-resolution: .001dpcm) {
  img {
    image-rendering: -webkit-optimize-contrast;
  }
}

/*------- 共通 ---------*/
.standBox {
  text-align: center;
}

.registerBox a:hover {
  opacity: 0.7;
}

.cap {
  font-size: 0.8em;
}

p {
  line-height: 1.6;
  margin: 0;
}

.en p {
  line-height: 1.4;
}

.switch_pc {
  display: block !important;
}

.switch_sp {
  display: none !important;
}

.switch_pc7 {
  display: block !important;
}

.switch_sp7 {
  display: none !important;
}

.spBox {
  display: inline-block;
}

.area_noteBox {
  font-size: 0.9em;
  text-align: center;
}

.area_noteBox a {
  color: #3479bd;
}


/*------- ナビゲーション ---------*/
.navBox_inner {
  max-width: 1010px;
  width: auto;
  margin: 0 auto;
  padding: 20px 3% 0 3%;
  white-space: nowrap;
}

.nav_menu * {
  box-sizing: border-box;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}

.nav_menu {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  flex-basis: 80%;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: 7%;
}

.jp .nav_menu {
  font-size: 1em;
}

.nav_menu li {
  flex-basis: 16.6%;
  list-style: outside none none;
  margin: 0;
  overflow: hidden;
}

.nav_menu a {
  padding: 0.8em 0;
  color: #000;
  position: relative;
  display: inline-block;
  letter-spacing: 1px;
  margin: 0;
  text-decoration: none;
  font-weight: bold;
  width: 100%;
}

.nav_menu a.current,
.nav_menu a:hover {
  color: #d73526;
}

.navBox.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
}

.navBox.is-fixed .navBox_inner {
  padding: 10px 3%;
}

/*-- ナビゲーション --*/
.navBox {
  background-color: #f1f1f1;
}

.navBox .nav_menu {
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
}

/*------- 共通 ---------*/
.flBox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flBox.fl-container {
  justify-content: space-between;
}

.flBox .box_2col {
  flex-basis: 48%;
}

.flBox .box_3col {
  flex-basis: 30%;
}

.flBox .box_4col {
  flex-basis: 25%;
}

.area {
  padding-top: 100px;
}

#slideArea02.area {
  padding-top: 100px;
}

.area:first-child {
  padding-top: 40px;
}

.under_wrap {
  width: 90%;
  max-width: 980px;
  margin: 0 auto;
}

.areattl {
  font-family: 'Barlow', sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  padding-bottom: 20px;
  text-align: center;
  position: relative;
}

.areattl.ttl-en {
  font-size: 38px;
}

.areattl::before {
  background-color: #011e41;
  /* 線の色 */
  border-radius: 5px;
  /* 線の両端を丸く */
  bottom: 0;
  /* 線の位置 */
  content: "";
  height: 5px;
  /* 線の高さ */
  left: 50%;
  /* 線の中央寄せ */
  position: absolute;
  transform: translateX(-50%);
  /* 線の中央寄せ */
  width: 60px;
  /* 線の長さ */
}

.sttl {
  font-size: 28px;
  text-align: center;
  margin-bottom: 45px;
  font-weight: bold;
}

.unitArea .sttl {
  color: #011e41;
  position: relative;
  padding: 0 40px;
  font-size: 24px;
  padding: 4px;
  border-bottom: 2px dotted #011e41;
  display: block;
}

.under_wrap-inner {
  padding: 0 10%;
}

.vh_center {
  display: flex;
  /* 子要素をflexboxで揃える */
  flex-direction: column;
  /* 子要素をflexboxにより縦方向に揃える */
  justify-content: center;
  /* 子要素をflexboxにより中央に配置する */
  align-items: center;
  /* 子要素をflexboxにより中央に配置する */
  width: 100%;
  /* 見た目用 */
  height: 100%;
  /* 見た目用 */
}

/*ボタンアニメ*/
.btn_a {
  /*アニメーションの起点とするためrelativeを指定*/
  position: relative;
  overflow: hidden;
  /*ボタンの形状*/
  background-color: #d73526;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  outline: none;
  border-radius: 6px;
  width: 100%;
  box-shadow: 0 3px 10px rgb(0 0 0 / 16%);
  /*アニメーションの指定*/
  transition: ease .2s;
}

.btn_a a {
  padding: 10px 30px;
  position: relative;
  z-index: 3;
  /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  color: #fff;
  display: block;
  font-weight: bold;
  border-radius: 6px;
  font-size: 20px;
  letter-spacing: .04em;
}

.btn_a a:hover {
  color: #fff;
  text-decoration: none;
}

/*== 背景が流れる（左から右） */
.bgleft:before {
  content: '';
  /*絶対配置で位置を指定*/
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  /*色や形状*/
  background: #011e41;
  /*背景色*/
  width: 100%;
  height: 100%;
  /*アニメーション*/
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
}

/*hoverした際の形状*/
.bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}

.btn_a a:before {
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 13px;
  height: 13px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
}


/*------ mainVisual ----------*/
#mainVisual {
  padding: 0;
  background-color: #D73526;
  background: linear-gradient(to right, #D73526 0%, #D73526 50%, #00A3DC 50%, #00A3DC 100%);
}

#mainVisual .under_wrap {
  width: 100%;
  height: 29.296875vw;
  max-height: 300px;
  max-width: 980px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

#mainVisual .under_wrap .topBox {
  height: 100%;
  background-image: url(/sites/default/files/contents/letsgo-laura/image/mainVisual_pc.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
}

#mainVisual .under_wrap .btnBox {
  position: absolute;
  right: 5%;
  bottom: 5%;
}

#mainVisual .under_wrap .btnBox a {
  display: block;
  position: relative;
  display: block;
  width: 18vw;
  max-width: 200px;
  padding: 15px 0;
  background-color: #011e41;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #fff;
  text-decoration: none;
  text-align: center;
  box-shadow: 5px 5px 0 #bfdbfe;
}

#mainVisual .under_wrap .btnBox a:hover {
  background-color: #c51100;
  box-shadow: 0 0 0;
  transform: translate(5px, 5px);
}

#mainVisual .under_wrap .btnBox a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 27px;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  box-sizing: border-box;
}

#mainVisual .under_wrap .btnBox a:hover:after {
  border-left-color: #c51100;
}

@media screen and (max-width: 768px) {
  #mainVisual .under_wrap {
    height: 35.677vw;
    max-height: 274px;
    max-width: 100%;
  }

  #mainVisual .under_wrap .topBox {
    background-image: url(/sites/default/files/contents/letsgo-laura/image/mainVisual_sp.png);
  }

  #mainVisual .under_wrap .btnBox a::before {
    right: 10px;
  }

  #mainVisual .under_wrap .btnBox a:after {
    right: 16px;
  }

  #mainVisual .under_wrap .btnBox a {
    width: 30vw;
    max-width: 170px;
    font-size: 14px;
    box-shadow: 3px 3px 0 #bfdbfe;
  }
}

@media screen and (max-width: 425px) {
  #mainVisual .under_wrap {
    height: 35.677vw;
    max-height: 274px;
    max-width: 100%;
  }

  #mainVisual .under_wrap .btnBox {
    position: absolute;
    right: 2%;
    bottom: 5%;
  }

  #mainVisual .under_wrap .btnBox .btn {
    padding: 0;
  }

  #mainVisual .under_wrap .btnBox a {
    width: 32vw;
    font-size: 3.2vw;
    padding: 10px 5% 10px 0;
  }

  #mainVisual .under_wrap .btnBox a::after {
    right: 8%;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
}



/*-- バナー --*/
.bnrArea {
  margin-top: 40px;
}

.bnrArea .btnBox a {
  width: 40%;
  max-width: 440px;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0.05em;
  background: #011e41;
  border-radius: 3px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  padding: 10px 25px;
  color: #fff;
  transition: 0.3s ease-in-out;
  text-decoration: none;
  box-shadow: 5px 5px 0 #bfdbfe;
  border-radius: 50px;
}

.bnrArea .btnBox a:hover {
  background-color: #c51100;
  box-shadow: 0 0 0;
  transform: translate(5px, 5px);
}

.bnrArea .btnBox a:after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 25px;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 6px solid transparent;
  border-right: 0 solid transparent;
  border-left: 8px solid #011e41;
  border-bottom: 6px solid transparent;
  box-sizing: border-box;
}

.bnrArea .btnBox a::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 17px;
  width: 26px;
  height: 26px;
  margin: auto;
  border-radius: 20px;
  background-color: #fff;
}

.bnrArea .btnBox a:hover:after {
  border-left-color: #c51100;
}

/*----- area01 ---------*/
#area01 .area01 {
  flex-basis: 37%;
}

#area01 .area02 {
  flex-basis: 70%;
}

#area01 .box_movie {
  position: relative;
  padding-top: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

#area01 .box_movie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#area01 .about .txtBox {
  flex-basis: 69%;
  font-size: 16px;
}

#area01 .about .txtBox .catch {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #011e41;
  line-height: 1.2;
  text-align: center;
  border-bottom: 5px double #011F41;
  border-top: 5px double #011F41;
  padding: 12px 0 10px 0;
  margin-bottom: 15px;
}

#area01 .about .txtBox p {
  margin-bottom: 0.5em;
}

#area01 .about .infoBox {
  flex-basis: 27%;
  /*box-shadow: 0px 0px 15px -10px #161616;*/
  text-align: center;
  padding: 0;
  font-size: 14px;
  background-color: #ffffffc2;
  /*border-radius: 20px;*/
}

#area01 .about .wrapper {
  border: 1px solid #011e41;
  border-bottom: none;
}

#area01 .about .wrapper ul {
  margin-bottom: 0;
}

#area01 .about .infoBox .ttl {
  font-size: 16px;
  font-weight: normal;
  background-color: #011e41;
  color: #fff;
  padding: 10px 0;
  margin-bottom: 10px;
}

#area01 .about .infoBox .cateBox .wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid #011e41;
  margin-bottom: 10px;
}

#area01 .about .infoBox .cateBox .wrap:last-child {
  margin-bottom: 0;
}

#area01 .about .infoBox .cateTtl {
  width: 50%;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 10px;
}

#area01 .about .infoBox .catedetail {
  width: 50%;
  padding-bottom: 5px;
  margin-bottom: 5px;
}

#area01 .about .infoBox .catedetail:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

/*----- area05 (スライド)---------*/
.sliderArea,
.laura_sliderArea {
  position: relative;
  width: 70%;
  margin: 0 auto 100px auto;
}

.swiper-container {
  overflow: hidden;
  width: calc(100% - 100px);
  margin: 0 auto;
}


/*--　slidearea02 area05b（スライダー２）用　--*/

#area05b .areattl rt {
  padding-bottom: 5px;
}

#slideArea02 .mvlinkBox {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
 #slideArea02 .mvlinkArea .ttl{
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 30px;
 }
#slideArea02 .mvlinkArea .ttl .logoBox{
display: inline-block;
    width: 100px;
    vertical-align: top;
    padding: 0 10px;
    box-sizing: content-box;
    line-height: 0;
 }
#slideArea02 .mvlinkArea .linkBox {
  width: 30%;
  aspect-ratio: 16 / 9;
}
 #slideArea02 .mvlinkArea .linkBox iframe {
  width: 100%;
  height: 100%;
}
#slideArea02 .mvlinkArea .linkBox .noteBox {
  padding: 10px;
  margin-top: 10px;
  color: #fff;
  text-align: center;
}

#slideArea02 .mvlinkArea .linkBox a {
  color: #fff;
}

#slideArea02 .mvlinkArea .linkBox a:hover {
  color: #fff;
  opacity: 0.7;
  text-decoration: none;
}

#slideArea02 .mvlinkArea .linkBox .cateBox {
  display: inline-block;
}

#slideArea02 .mvlinkArea .linkBox.box01 .noteBox {
  background-color: #11A6EA;
}

#slideArea02 .mvlinkArea .linkBox.box02 .noteBox {
  background-color: #FD5821;
}

#slideArea02 .mvlinkArea .linkBox.box03 .noteBox {
  background-color: #C8DC00;
}

.exBox {
  margin-top: 150px;
  padding: 40px;
}

.exBox .ttl {
  font-family: 'Barlow', sans-serif;
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.exBox .codeBox {
  width: 40%;
  min-width: 320px;
  margin: 0 auto;
  background-color: #11A6EA;
  color: #fff;
  padding: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.exBox .codeBox .numBox {
  font-size: 32px;
  font-weight: 700;
  margin-top: 20px;
}


.swiper-button-next02,
.swiper-button-prev02 {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next02.swiper-button-disabled,
.swiper-button-prev02.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-next02.swiper-button-hidden,
.swiper-button-prev02.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none
}

.swiper-navigation-disabled .swiper-button-next02,
.swiper-navigation-disabled .swiper-button-prev02 {
  display: none !important
}

.swiper-button-next02:after,
.swiper-button-prev02:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1
}

.swiper-button-prev02,
.swiper-rtl .swiper-button-next02 {
  left: 10px;
  right: auto
}

.swiper-button-prev02:after,
.swiper-rtl .swiper-button-next02:after {
  content: 'prev'
}

.swiper-button-next02,
.swiper-rtl .swiper-button-prev02 {
  right: 10px;
  left: auto
}

.swiper-button-next02:after,
.swiper-rtl .swiper-button-prev02:after {
  content: 'next'
}

.swiper-pagination02 {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10
}

/*--------//　スライダー２用　--------*/


.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: -60px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next,
.swiper-button-prev02,
.swiper-rtl .swiper-button-next02 {
  left: 0;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev,
.swiper-button-next02,
.swiper-rtl .swiper-button-prev02 {
  right: 0;
}

.swiper-button-next,
.swiper-button-prev {
  color: #011E41;
}

.swiper-pagination-bullet-active {
  background-color: #011E41;
}

.modal-slide.modaal-image .modaal-container {
  width: 100%;
}

.modaal-gallery-item.is_active {
  padding: 20px;
}

.modaal-close {
  right: 60px;
  top: 15%;
}

.modal-slide.modaal-image .modaal-inner-wrapper {
  padding-left: 60px;
  padding-right: 60px;
}

.modaal-wrapper .modaal-close {
  background-color: #006fbf;
}

.modaal-close:after,
.modaal-close:before {
  background: #fff;
}

.modal-slide .modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 80%;
  height: 80%;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
}

.modal-slide .modaal-close {
  right: 8%;
  top: 70px;
  bottom: 0;
}


/*----- area04---------*/
#area04 {
  background-color: #f0f8ff;
  margin-top: 100px;
  padding-bottom: 100px;
}

#area04 .ttlBox {
  margin-bottom: 40px;
  padding-bottom: 20px;
  text-align: center;
}

#area04 .ttlBox .ttl {
  color: #011e41;
  font-size: 20px;
}

#area04 .listBox .list {
  width: 33%;
  text-align: center;
}

#area04 .listBox .sttl {
  background-color: #fff;
  color: #011e41;
  border: 1px solid #011e41;
  border-radius: 10px;
  font-size:18px;
  width: 80%;
  margin: 0 auto;
  padding: 10px 0;
}

@media screen and (max-width: 768px) {
#area04 .listBox .sttl {
  font-size: 16px;
}
}


#area04 .listBox .list img {
  margin-top: 30px;
}

#area04 .listBox .list.box01 img {
  width: 50%;
}

#area04 .listBox .list.box02 img {
  width: 46%;
}

#area04 .listBox .list.box03 img {
  width: 47%;
}

#area04 .txtBox {
  margin-top: 40px;
  text-align: center;
}

#area04 .bnrArea {
  margin-top: 60px;
}


/*----- area06 ---------*/
#area06 {
  padding-bottom: 120px;
}

#area06 .areattl {
  font-size: 20px;
  margin-bottom: 40px;
  padding: 10px 0;
  text-align: center;
  color: #011e41;
  border-top: 2px solid #011e41;
  border-bottom: 2px solid #011e41;
}

#area06 .areattl::before {
  content: none;
}

#area06 .areattl .sttl {
  display: block;
  margin-top: 5px;
  margin-bottom: 0;
  font-family: 'Barlow', sans-serif;
  font-size: 15px;
  font-weight: 400;
}

#area06 .listBox {
  padding: 0 2%;
}

#area06 .listBox .list {
  width: 16%;
  text-align: center;
}

#area06 .listBox .list .nBox {
  margin-top: 10px;
}

#area06 .listBox .list.box03 {
  width: 28%;
}

#area06 .listBox .list.box04 {
  width: 20%;
}


/*----- area02 ---------*/
#area02 {
  background-color: #f0f8ff;
  padding-bottom: 100px;
}

#area02 .areattl .ttl-info {
  display: block;
  font-size: 0.6em;
  background-color: #f1f1f1;
  padding: 10px;
  margin-top: 12px;
}

#area02 .ttl_list li {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 100%;
}

#area02 .box_img {
  width: 80%;
  margin: 2vw auto 0 auto;
}

#area02 .txtBox {
  margin-top: 4vw;
  text-align: center;
}

#area02 .txtBox .ttl a {
  width: 30%;
  margin: 0 auto;
  font-size: 25px;
  background-color: #e3b016;
  color: #fff;
  padding: 5px 10px;
  display: block;
  margin-bottom: 4vw;
}

.jp #area02 .txtBox .ttl a {
  font-size: 18px;
}

#area02 .txtBox .ttl a:hover {
  text-decoration: none;
  opacity: 0.5;
}

#area02 .txtBox .ttl span {
  font-size: 0.7em;
  display: inline-block;
  margin-left: 1em;
}

#area02 .booksList ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#area02 .booksList li {
  width: min(11vw, 115px);
}


/* 768px以下用：landscape用の記述 */
@media screen and (max-width: 768px) {
  #area02 .booksList li {
    width: 20vw;
    margin-bottom: 20px;
  }
}


#area02 .unitArea {
  margin-bottom: 50px;
  text-align: center;
}

#area02 .unitArea:last-child {
  margin-bottom: 0;
}

#area02 .unitArea .sttl .sttl-info {
  display: inline-block;
  font-size: 0.6em;
  background-color: #f1f1f1;
  padding: 5px 10px;
  margin-left: 20px;
  color: #5f2f83;
  vertical-align: text-top;
}



/*----- area07 ---------*/


/*----- area08 ---------*/
#area08 {
  background-color: #f0f8ff;
  margin-top: 90px;
  padding-bottom: 120px;
}

#area08 .areattl {
  line-height: 1.4;
}

#area08 .areattl .ft {
  font-style: italic;
}

#area08 .phBox {
  width: 300px;
  margin: 0 auto;
}

#area08 .txtBox {
  text-align: center;
  margin-top: 30px;
}


/*==================================================
挙動
===================================*/

/*========= 左から ===============*/

.fadeLeft {
  animation-name: fadeLeftAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeLeftAnime {
  from {
    opacity: 0;
    transform: translateX(-1000px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}


/*========= 右から ===============*/
.fadeRight {
  animation-name: fadeRightAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeRightAnime {
  from {
    opacity: 0;
    transform: translateX(1000px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* その場で */
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeInAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/

.fadeInTrigger {
  opacity: 0;
}

/* FadeUP Delay */
.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*========= 流れるテキスト ===============*/

/*全共通*/

.slide-in {
  overflow: hidden;
  display: inline-block;
}

.slide-in_inner {
  display: inline-block;
}

/*左右のアニメーション*/
.leftAnime {
  opacity: 0;
  /*事前に透過0にして消しておく*/
}

.slideAnimeLeftRight {
  animation-name: slideTextX100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes slideTextX100 {
  from {
    transform: translateX(-100%);
    /*要素を左の枠外に移動*/
    opacity: 0;
  }

  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}

.slideAnimeRightLeft {
  animation-name: slideTextX-100;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
  opacity: 0;
}


@keyframes slideTextX-100 {
  from {
    transform: translateX(100%);
    /*要素を右の枠外に移動*/
    opacity: 0;
  }

  to {
    transform: translateX(0);
    /*要素を元の位置に移動*/
    opacity: 1;
  }
}





/* 768px以下用：タブレット／*/
@media screen and (max-width: 768px) {

  #mainVisual .catch {
    font-size: 20px;
  }

  .under_wrap {
    max-width: 100%;
    width: 90%;
  }

  .navBox .nav_menu {
    padding: 0;
    max-width: 100%;
  }

  .area {
    padding-top: 60px;
  }

  .areattl {
    margin-bottom: 20px;
    font-size: 28px;
  }

  .area_noteBox {
    padding-top: 20px;
  }

  #area01 .flBox {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #area01 .area01 {
    flex-basis: 100%;
    margin-bottom: 20px;
  }

  #area01 .about .txtBox .catch {
    font-size: 24px;
    line-height: 1.4;
  }

  #area01 .about .txtBox {
    flex-basis: 66%;
    font-size: 16px;
  }

  #area01 .about .infoBox {
    flex-basis: 32%;
    margin: 0;
    box-sizing: border-box;
  }

  #area01 .area02 {
    flex-basis: 100%;
  }

  #area02 .unitArea,
  #area02 .unitArea.unit02,
  #area02 .unitArea.unit03 {
    width: 660px;
    margin: 0 auto 60px auto;
  }
  #area02{
    padding-bottom: 5vw;
  }
  
  #area02 .booksList li:nth-child(4n) {
    margin-right: 0;
  }

  #area02 .txtBox .ttl a {
    width: 50%;
    font-size: 20px;
  }

  .jp #area02 .txtBox .ttl a {
    font-size: 16px;
  }

  .ttl {
    font-size: 30px;
    margin-bottom: 15px;
  }

  #area01 .ttl,
  #mainVisual .catch .copy {
    font-size: 25px;
  }

  #area01 .ttl {
    margin-top: 0;
    margin-bottom: 30px;
  }

  /*------ mainVisual ----------*/
  #mainVisual {
    padding: 0;
  }

  #mainVisual .under_wrap {
    width: 100%;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }


  /*----- area05 (スライド)---------*/
  /*#area05{height:900px;}*/
  #area05 .under_wrap {
    width: 100%;
  }

  .modal-slide.modaal-image .modaal-inner-wrapper {
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 25vw;
  }

  .modal-slide .modaal-close {
    /*right: 45%;
top: 13vw;
*/
    top: 26vw;
    right: 4vw;
  }

  .switch_pc {
    display: none !important;
  }

  .switch_sp {
    display: block !important;
  }

  .spBox {
    display: block;
  }

}

/* 767px以下用：タブレット／*/
@media screen and (max-width: 767px) {

  .switch_pc7 {
    display: none !important;
  }

  .switch_sp7 {
    display: block !important;
  }

}


/* 480px以下用：landscape用の記述 */
@media screen and (max-width: 480px) {
  .navBox .nav_menu {
    padding: 0;
  }

  .under_wrap {
    width: 90%;
    margin: 0 auto;
  }

  .flBox {
    display: block;
  }

  .nav_menu {
    justify-content: flex-start;
  }

  .nav_menu li {
    flex-basis: 30%;
    border-right: 1px solid #ffffff6b;
    border-bottom: 1px solid #ffffff6b;
  }

  .nav_menu li#nav04,
  .nav_menu li#nav05 {
    flex-basis: 37%;
  }

  .navBox {
    background-color: #f1f1f1;
  }

  .nav_menu a {
    font-size: 4vw;
    padding: 2vw 0;
    font-weight: bold;
  }

  .en .nav_menu a {
    font-size: 4vw;
  }

  .areattl {
    font-size: 7vw;
    margin-bottom: 30px;
  }

  .areattl.ttl-en {
    font-size: 8vw;
  }

  .sttl {
    font-size: 7vw;
  }

  .btn_a {
    font-size: 5vw;
  }

  .sspBox {
    display: inline-block;
  }


  /*-- バナー --*/
  .bnrArea {
    margin-top: 5vw;
  }

  .bnrArea .btnBox a {
    width: 98%;
    max-width: 98%;
    display: block;
    text-align: center;
    letter-spacing: 0.05em;
    font-size: 5vw;
    box-shadow: 2px 5px 0 inherit;
    border-radius: 50px;
    padding: 15px 0;
  }

  .bnrArea .btnBox a:hover {
    background-color: #c51100;
    box-shadow: 0 0 0;
    transform: translate(5px, 5px);
  }

  .bnrArea .btnBox a:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 27px;
    width: 0;
    height: 0;
    margin: auto;
    border-top: 4px solid transparent;
    border-right: 0 solid transparent;
    border-left: 6px solid #011e41;
    border-bottom: 4px solid transparent;
    box-sizing: border-box;
  }

  .bnrArea .btnBox a::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    width: 22px;
    height: 22px;
    margin: auto;
    border-radius: 20px;
    background-color: #fff;
  }


  /*----- area01 ---------*/
  #area01 .about .ttl-eninfoBox {
    font-size: 16px;
    width: 90%;
    margin: 20px auto;
  }

  #area01 .flBox {
    padding-bottom: 20px;
  }

  #area01 .about .infoBox .ttl {
    font-size: 14px;
  }

  #area01 .about .txtBox .catch {
    font-size: 5vw;
    line-height: 1.8;
    text-align: center;
  }

  #area01 .about .infoBox {
    margin: 20px auto 0 auto;
    width: 90%;
    font-size: 14px;
  }

  #area01 .about .infoBox .cateTtl {
    font-size: 14px;
    padding-bottom: 4px;
  }

  #area01 .about .infoBox .catedetail {
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
  }

  #area01 .about .infoBox .catedetail:last-child {
    border-bottom: none;
  }





  /*----- area05 (スライド)---------*/
  #slideArea {
    height: 360vw;
    padding-top: 15vw;
    margin-bottom: 0;
  }

  .modaal-gallery-item.is_active {
    padding: 5px;
  }

  .modal-slide .modaal-close {
    width: 30px;
    height: 30px;
  }

  .modal-slide .modaal-close:after,
  .modal-slide .modaal-close:before {
    top: 25%;
    left: 45%;
    width: 2px;
    height: 16px;
  }

  .swiper-container {
    overflow: hidden;
    width: calc(100% - 40px);
    margin: 0 auto;
  }

  .swiper-button-next,
  .swiper-button-prev,
  .swiper-button-next02,
  .swiper-button-prev02 {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44* 0);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px -(var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .swiper-button-next:after,
  .swiper-button-prev:after,
  .swiper-button-next02:after,
  .swiper-button-prev02:after {
    font-family: swiper-icons;
    font-size: 6vw;
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
  }

  /*
.modal-slide .modaal-close {
top: 23vw;
}*/
  .modal-slide .modaal-outer-wrapper {
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
  }


  /*----- area02 ---------*/
  #area02 {
    height: 100%;
    padding-bottom: 10vw;
  }

  #area02 .unitArea,
  #area02 .unitArea.unit02,
  #area02 .unitArea.unit03 {
    width: 100%;
    font-size: 6vw;
  }

  #area02 .booksList ul {
    justify-content: space-between;
  }

  #area02 .booksList li {
    flex-basis: 47%;
    margin-right: 0;
    text-align: center;
    margin-bottom: 30px;
  }

  #area02 .unitArea,
  #area02 .unitArea.unit02,
  #area02 .unitArea.unit03 {
    margin-bottom: 0;
  }

  #area02 .unitArea .sttl {
    margin-bottom: 25px;
  }

  #area02 .unitArea .sttl .sttl-info {
    margin-left: 0;
  }

  #area02 .unitArea .sttl .spBlock {
    display: block;
  }


  /*----- area04---------*/
  #area04 {
    margin-top: 30vw;
    padding-bottom: 20vw;
  }

  #area04 .ttlBox {
    margin-bottom: 20px;
    padding-bottom: 0;
    text-align: center;
  }

  #area04 .ttlBox .ttl {
    font-size: 16px;
  }

  #area04 .listBox {
    display: flex;
    flex-wrap: wrap;
  }

  #area04 .listBox .list {
    width: 48%;
    margin-bottom: 10vw;
  }

  #area04 .listBox .list:last-child {
    margin-bottom: 0;
  }

  #area04 .listBox .sttl {
    font-size: 3.5vw;
    white-space: nowrap;
    width: 100%;
  }

  #area04 .listBox .list img {
    margin-top: 30px;
  }

  #area04 .listBox .list.box01 img,
  #area04 .listBox .list.box02 img,
  #area04 .listBox .list.box03 img {
    width: 80%;
  }

  #area04 .txtBox {
    margin-top: 10vw;
    text-align: left;
  }

  #area04 .bnrArea {
    margin-top: 10vw;
  }



  /*----- area06 ---------*/
  #area06 {
    padding: 22vw 0 10vw 0;
  }

  #area06 .listArea .flBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  #area06 .listBox {
    padding: 0;
  }

  #area06 .areattl {
    font-size: 18px;
    padding-top: 15px;
  }

  #area06 .areattl .sttl {
    font-size: 20px;
  }

  #area06 .listBox .list,
  #area06 .listBox .list.box03,
  #area06 .listBox .list.box04 {
    width: 48%;
    margin-bottom: 10vw;
  }

  #area06 .listBox .list img {
    width: 60%;
    margin: 0 auto;
  }

  #area06 .listBox .list.box03 img {
    width: 90%;
  }

  #area06 .listBox .list.box04 img {
    width: 64%;
  }

  #area06 .listBox .list .nBox {
    margin-top: 20px;
    font-size: 18px;
  }



  /*----- area07 ---------*/


  /*----- area08 ---------*/
  #area08 {
    padding: 12vw 0;
  }

  #area08 .phBox {
    width: 90%;
    margin: 0 auto;
  }

  #area08 .txtBox {
    text-align: left;
    margin-top: 30px;
  }

}


@media screen and (min-width:768px) and (max-width:1023px) {
  .nav_menu li {
    flex-basis: 15%;
  }

  .nav_menu li#nav053,
  .nav_menu li#nav05 {
    flex-basis: 21%;
  }

  #area06 .listBox li {
    font-size: 18px;
  }

  .bnrArea .btnBox a {
    font-size: min(5.33vw, 20px);
  }
}


/* 768px以下用：landscape用の記述 */
@media screen and (max-width: 768px) {
  #slideArea {
    height: 95vw;
  }

  #slideArea02 .laura_sliderArea {
    margin-bottom: 30vw;
  }

  #slideArea02 .laura_sliderArea .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -2vw;
  }

  #slideArea02 .mvlinkArea .linkBox .noteBox {
    font-size: 13px;
  }

  .exBox {
    width: 60%;
    margin: 0 auto;
    margin-top: 30vw;
    padding: 20px;
  }

  .exBox .ttl {
    font-size: 3vw;
    margin-bottom: 10px;
    padding-bottom: 20px;
  }

  .exBox .codeBox {
    width: 100%;
    min-width: auto;
    padding: 20px 0;
    font-size: 2.5vw;
    font-weight: 500;
  }

  .exBox .bnrArea .btnBox a {
    width: 75%;
  }

}

/* 425px以下用：landscape用の記述 */
@media screen and (max-width: 425px) {
  #slideArea {
    height: 165vw;
  }

  .sliderArea,
  .laura_sliderArea {
    width: 100%;
    margin-bottom: 0;
  }

  #slideArea02 .laura_sliderArea .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: -6vw;
  }

  #slideArea02 .listArea {
    margin-top: 80px;
  }

  #slideArea02 .listArea .ttlBox .ttl {
    font-size: 5vw;
    margin-bottom: 0;
  }


  #slideArea02 .listBox .sttl {
    border-radius: 10px;
    font-size: 18px;
    width: 90%;
    padding: 10px;
  }

  #slideArea02 .listBox .list img {
    margin-top: 30px;
  }

  #slideArea02 .listBox .list.box01 img,
  #slideArea02 .listBox .list.box02 img,
  #slideArea02 .listBox .list.box03 img {
    width: 60%;
  }

  #slideArea02 .listArea .txtBox {
    margin-top: 40px;
    text-align: center;
  }

  #slideArea02 .mvlinkBox {
    width: 100%;
    display: block;
  }

  #slideArea02 .mvlinkArea .ttl{
    font-size: 20px;
    margin-bottom: 30px;
  }
  #slideArea02 .mvlinkArea .ttl .logoBox{
      display: inline-block;
      width:25%;
      padding: 0 5px;
  }
  #slideArea02 .mvlinkArea .linkBox {
    width: 100%;
    margin: 0 auto 20px auto;
  }

  #slideArea02 .mvlinkArea .linkBox .noteBox {
    font-size: 16px;
    padding: 10px;
    margin-top: 0;
  }

  #slideArea02 .mvlinkArea .linkBox a {
    color: #fff;
  }

  #slideArea02 .mvlinkArea .linkBox a:hover {
    color: #fff;
    opacity: 0.7;
    text-decoration: none;
  }

  .exBox {
    width: 100%;
    padding: 0 20px;
  }

  .exBox .ttl {
    font-size: 6vw;
  }

  .exBox .codeBox {
    width: 100%;
    font-size: 4.5vw;
  }

  .exBox .bnrArea .btnBox a {
    width: 100%;
  }
}

/* 375px以下用：landscape用の記述 */
@media screen and (max-width: 375px) {

  /*----- area02 ---------*/
  #area02 {
    /*height: 420vw;*/
    height: 100%;
  }
}

/* 320px以下用：landscape用の記述 */
@media screen and (max-width: 320px) {
  #slideArea {
    height: 165vw;
  }

  /*----- area02 ---------*/
  #area02 {
    /*height: 400vw;*/
    height: 100%;
  }
}

/*================
.btn_float
================*/

.btn_float {
  position: fixed;
  right: 0;
  top: 10%;
  width: 16vw;
  height: 16vw;
  opacity: 0;
  z-index: -1;
  transition: 0.3s;
}
.btn_float.fixed {
  opacity: 1;
  z-index: 10;
}

  
.btn_float.is-hidden {
  visibility: hidden;
  opacity: 0;
}

@media screen and (max-width: 769px) {
  .btn_float {
    top: auto;
    bottom: 0;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: auto;
    opacity: 0;
    z-index: 10;
    transition: 0.3s;
  }
  .btn_float a{
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #11A6EA;
  }
  .btn_float a img{
    width: 50%;
    margin: 0 auto;
  }
}

@media screen and (max-width: 480px) {
  .btn_float a img{
    width: 100%;
    margin: 0 auto;
  }
}


