/* FONT size
---------------------------------------------------------------------
[ px ]	[ % ]
10px 	72  %		19px 	136 %
11px 	79  %		20px 	143 %
12px 	86 %		21px 	150 %
13px 	93 %		22px 	158 %
14px 	100 %		23px 	165 %
15px 	108 %		24px 	172 %
16px 	115 %		25px 	179 %
17px 	122 %		26px 	186 %
18px 	129 %
---------------------------------------------------------------------*/
img {
  width: 100%; }

@keyframes scroll {
  0% {
    top: -100%; }
  40% {
    top: 0; }
  70% {
    top: 0; }
  100% {
    top: 100%; } }
@keyframes blur_in {
  0% {
    filter: blur(10px);
    transform: scale(1.05);
    opacity: 0; }
  100% {
    filter: blur(0);
    transform: scale(1);
    opacity: 1.0; } }
@keyframes blur {
  0% {
    filter: blur(10px);
    opacity: 0; }
  100% {
    filter: blur(0);
    opacity: 1; } }
@keyframes sc {
  0% {
    transform: scale(1.05); }
  100% {
    transform: scale(1); } }
.blur,
.blur_in {
  opacity: 0; }

.blur_in.on {
  animation: blur_in 1s ease-out forwards; }

.blur.on {
  animation: blur 1s ease-out forwards; }

/* ++++++++++++++++++++++++++++++++++++++++++++++    PC    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* 801px ~ */
@media screen and (min-width: 801px), print {
  #top {
    position: relative;
    overflow: hidden; }

  .bg_tit {
    font-family: 'Bodoni Moda', serif;
    font-weight: 400;
    font-size: 100px;
    color: #9bd2d9;
    line-height: 1;
    letter-spacing: 5px; }

  .eng_tit {
    font-family: 'Bodoni Moda', serif;
    font-weight: 400;
    font-size: 14px; }

  section {
    position: relative; }

  section h2 img {
    display: block; }

  .btnArea {
    margin-top: 80px; }

  .btn {
    font-family: 'Bodoni Moda', serif;
    font-weight: 400;
    color: #1687bc;
    font-size: 15px;
    line-height: 1;
    padding: 5px 70px 5px 10px;
    border: 1px solid #008db8;
    position: relative; }

  .btn:after {
    content: '';
    display: block;
    position: absolute;
    background: url("../common/img/arrow.png") no-repeat center;
    background-size: cover;
    width: 37px;
    height: 8px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition: 0.4s; }

  .btn:hover:after {
    right: 13px; }

  /* main
  --------------------*/
  #mainArea {
    position: relative;
    /*padding-top: 81px;
    height: 750px;*/
    box-sizing: border-box; }

  #mainArea #mainimg {
    width: 100%;
    position: relative;
    z-index: -1;
    overflow: hidden; }

  #mainArea #mainimg li img {
    width: 100%;
    height: 100%; }

  #mainArea #mainimg li.swiper-slide-active img {
    animation: sc 3s ease-out forwards; }

  #mainArea h1 {
    position: absolute;
    right: -5px;
    bottom: -40px;
    width: 608px;
    transition: 2.5s; }

  #mainArea h1 .inner {
    position: relative; }

  #mainArea h1 .inner .base {
    display: block;
    position: absolute;
    width: 608px;
    height: 208px; }

  #mainArea h1 .inner .word {
    display: block;
    float: left;
    height: 104px;
    width: auto; }

  #mainArea #scroll {
    position: absolute;
    left: calc(50% - 520px);
    bottom: -30px; }

  #mainArea #scroll span {
    display: block;
    position: relative;
    height: 125px;
    width: 8px;
    padding-left: 5px;
    overflow: hidden; }

  #mainArea #scroll span img {
    display: block; }

  #mainArea #scroll span:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #fff;
    left: 0;
    top: 0;
    animation: scroll 2.5s ease-out infinite; }

  /* about
  --------------------*/
  #about {
    padding-top: 240px;
    padding-bottom: 40px; }

  #about:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100% - 75px);
    background-color: #c2e1e6;
    z-index: -2;
    top: 0;
    left: 0; }

  #about .bg_tit {
    position: absolute;
    right: -10px;
    top: 160px;
    line-height: 1;
    z-index: -1; }

  #about .txt_box {
    float: right;
    width: 460px; }

  #about .txt_box .eng_tit {
    margin-bottom: 70px; }

  #about .txt_box h2 {
    width: 292px;
    margin-bottom: 50px; }

  #about .txt_box .lead {
    font-size: 15px;
    line-height: 3;
    letter-spacing: 3px;
    font-feature-settings: "palt"; }

  #about .img_box {
    width: 475px;
    float: left;
    position: relative; }

  #about .img_box:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 26px;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 14px, #b6e5c3 14px, #b6e5c3 20px); }

  /* strength
  --------------------*/
  #strength {
    margin-top: 230px;
    padding-bottom: 80px;
    background-color: #c2e1e6;
    padding-top: 110px; }

  #strength .bg_tit {
    position: absolute;
    top: -60px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center; }

  #strength > .txt_box {
    position: absolute;
    text-align: center;
    top: 10px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 227px; }

  #strength > .txt_box h2 {
    margin-top: 40px; }

  #strength ul.menu_box {
    max-width: 1226px;
    margin: 0 auto;
    padding: 0 30px; }

  #strength ul.menu_box li {
    width: calc(100% / 3);
    box-sizing: border-box;
    padding: 0 30px;
    float: left; }

  #strength ul.menu_box li:nth-of-type(2) {
    margin-top: 120px; }

  #strength ul.menu_box li .txt_box {
    margin-top: 40px;
    position: relative; }

  #strength ul.menu_box li .txt_box .num {
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0; }

  #strength ul.menu_box li .txt_box .txt {
    width: 289px;
    max-width: 100%;
    float: left; }

  #strength .btnArea {
    text-align: center; }

  /* People
  --------------------*/
  #people {
    padding-top: 260px; }

  #people .wrap {
    position: relative; }

  #people .bg_tit {
    color: #e8e8e8;
    position: absolute;
    top: -70px;
    left: 0;
    z-index: -1; }

  #people h2 {
    width: 227px;
    margin-top: 20px; }

  #people .btnArea {
    margin-top: 40px; }

  #people .menu_box {
    margin-top: 90px;
    position: relative; }

  #people .menu_box:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    top: 100px;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 14px, #b6e5c3 14px, #b6e5c3 20px);
    z-index: -1; }

  #people .menu_box .wrap {
    display: flex;
    justify-content: center; }

  #people .menu_box .wrap ul li {
    width: 184px;
    float: left;
    margin-right: 30px; }

  #people .menu_box .wrap ul li:nth-of-type(2n) {
    margin-top: 50px; }

  #people .menu_box .wrap ul li:nth-of-type(3) {
    margin-top: -50px; }

  #people .menu_box .wrap ul li:last-of-type {
    margin-right: 0; }

  #people .menu_box .wrap ul li .prof_box {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.5; }

  #people .menu_box .wrap ul li .prof_box .sub {
    display: block;
    font-size: 14px;
    font-feature-settings: "palt"; }

  /* movie
  --------------------*/
  #movie {
    position: relative;
    padding-top: 260px;
    padding-bottom: 100px;
    max-width: 1400px;
    margin: 0 auto; }
    #movie .wrap {
      width: 100%;
      min-width: 1040px;
      display: flex;
      align-items: center;
      gap: 60px; }
    #movie .sec_box {
      position: relative; }
      #movie .sec_box .bg_tit {
        position: absolute;
        top: 30px;
        left: 0;
        color: #e8e8e8; }
      #movie .sec_box .txt_box {
        padding-top: 100px; }
        #movie .sec_box .txt_box h2 {
          margin-top: 40px;
          width: calc(526px/2); }
    #movie .img_box {
      top: 250px;
      z-index: -2;
      width: 72%; }
      #movie .img_box::after {
        content: '';
        display: block;
        position: absolute;
        width: calc(100% - 25px);
        height: 25px;
        top: -25px;
        left: 0;
        background-image: repeating-linear-gradient(-45deg, transparent, transparent 14px, #b6e5c3 14px, #b6e5c3 20px); }

  /* message
  --------------------*/
  #message {
    position: relative;
    padding-top: 260px;
    padding-bottom: 100px;
    max-width: 1400px;
    margin: 0 auto; }

  #message .bg_tit {
    color: #e8e8e8;
    position: absolute;
    top: 250px;
    left: -5px;
    z-index: -1; }

  #message .txt_box {
    margin-top: 60px; }

  #message .txt_box h2 {
    margin-top: 40px;
    width: 512px; }

  #message .txt_box .prof {
    margin-top: 40px;
    font-size: 20px; }

  #message .txt_box .prof .sub {
    display: block;
    font-size: 16px; }

  #message .img_box {
    position: absolute;
    right: 0;
    top: 250px;
    z-index: -2;
    width: 60%;
    height: 510px;
    max-width: 920px;
    background: url("../img/message.jpg") no-repeat top center;
    background-size: cover; }

  #message .img_box:after {
    content: '';
    display: block;
    position: absolute;
    width: calc(100% - 25px);
    height: 25px;
    top: -25px;
    right: 0;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 14px, #b6e5c3 14px, #b6e5c3 20px); }

  /* about satsumasendai
  --------------------*/
  #aboutsendai {
    margin-top: 200px;
    padding: 140px 0 120px;
    overflow: hidden;
    position: relative; }

  #aboutsendai:before {
    content: '';
    display: block;
    position: absolute;
    background: url("../img/aboutsatsuma.jpg") no-repeat top center;
    background-size: cover;
    width: 100%;
    height: calc(100% - 70px);
    top: 45px;
    left: 0;
    transition: 3s;
    filter: blur(5px); }

  #aboutsendai.anime_on:before {
    filter: blur(0); }

  #aboutsendai:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 25px;
    bottom: 0;
    right: 0;
    background-image: repeating-linear-gradient(-45deg, #fff, #fff 14px, #b6e5c3 14px, #b6e5c3 20px); }

  #aboutsendai .bg_tit {
    font-size: 75px;
    letter-spacing: 4px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center; }

  #aboutsendai .txt_box {
    width: 810px;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 40px 0 25px; }

  #aboutsendai .txt_box h2 {
    width: 322px;
    margin: 0 auto; }

  #aboutsendai .txt_box h2 img {
    display: block; }

  #aboutsendai .txt_box .btnArea {
    text-align: center;
    margin-top: 30px; }

  #aboutsendai .txt_box .btn {
    color: #fff;
    border: 1px solid #fff; }

  #aboutsendai .txt_box .btn:after {
    content: '';
    display: block;
    position: absolute;
    background: url("../common/img/arrow_w.png") no-repeat center;
    background-size: cover; }

  #aboutsendai .bg {
    display: block;
    position: absolute;
    top: 140px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 810px;
    height: 145px;
    background-color: #2ea7b7;
    mix-blend-mode: multiply; }

  /* other
  --------------------*/
  #other {
    background: url("../img/other.jpg") no-repeat bottom center;
    background-size: cover;
    margin-top: 160px;
    padding: 170px 0 190px;
    position: relative;
    overflow: hidden; }

  #other .menu_box li {
    width: 328px;
    float: left;
    margin-right: 28px;
    text-align: center; }

  #other .menu_box li:nth-of-type(3n) {
    margin-right: 0; }

  #other .menu_box li a {
    background-color: #fff;
    display: block;
    padding: 20px 0 30px; }

  #other .menu_box li a h3 {
    width: 102px;
    margin: 0 auto; }

  /* footer
  --------------------*/
  .btm_lead {
    position: absolute;
    width: 446px;
    top: -35px;
    left: 0;
    right: 0;
    margin: 0 auto; }

  footer {
    position: relative;
    padding-top: 170px; } }
/* ++++++++++++++++++++++++++++++++++++++++++++++    sp    ++++++++++++++++++++++++++++++++++++++++++++++  */
/* ~ 800px */
@media only screen and (max-width: 800px) {
  #top {
    position: relative;
    overflow: hidden; }

  .bg_tit {
    font-family: 'Bodoni Moda', serif;
    font-weight: 400;
    font-size: 75px;
    color: #9bd2d9;
    line-height: 1; }

  .eng_tit {
    font-family: 'Bodoni Moda', serif;
    font-weight: 400;
    font-size: 12px; }

  section {
    position: relative; }

  section h2 {
    letter-spacing: 3px; }

  .btnArea {
    margin-top: 40px; }

  .btn {
    font-family: 'Bodoni Moda', serif;
    font-weight: 400;
    color: #1687bc;
    font-size: 14px;
    line-height: 1;
    padding: 5px 70px 5px 10px;
    border: 1px solid #008db8;
    position: relative; }

  .btn:after {
    content: '';
    display: block;
    position: absolute;
    background: url("../common/img/arrow.png") no-repeat center;
    background-size: cover;
    width: 37px;
    height: 8px;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    transition: 0.4s; }

  .btn:hover:after {
    right: 13px; }

  /* main
  --------------------*/
  #mainArea {
    position: relative;
    /*padding-top: 55px;*/
    /*		background: url("../img/main.jpg") no-repeat top center;
    		background-size: cover;*/
    box-sizing: border-box; }

  #mainArea #mainimg {
    width: 100%;
    position: relative;
    z-index: -1;
    overflow: hidden; }

  #mainArea #mainimg li.swiper-slide-active img {
    animation: sc 3s ease-out forwards; }

  #mainArea h1 {
    position: absolute;
    right: -3px;
    bottom: -5vw;
    max-width: 608px;
    width: 81vw;
    height: 27.37vw;
    transition: 2.5s; }

  #mainArea h1 .inner {
    position: relative; }

  #mainArea h1 .inner .base {
    /*display: block;
    position: absolute;
    width: 80vw;
    height: 27.37vw;*/ }

  #mainArea h1 .inner .cbox:after {
    display: none; }

  #mainArea h1 .inner .word {
    display: block;
    float: left;
    height: 13.685vw;
    max-height: 208px;
    width: auto; }

  #mainArea #scroll {
    position: absolute;
    left: 20px;
    height: 125px;
    top: 0;
    bottom: 0;
    margin: auto 0; }

  #mainArea #scroll span {
    display: block;
    position: relative;
    height: 125px;
    width: 8px;
    padding-left: 5px;
    overflow: hidden; }

  #mainArea #scroll span img {
    display: block; }

  #mainArea #scroll span:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    height: 100%;
    background-color: #fff;
    left: 0;
    top: 0;
    animation: scroll 2.5s ease-out infinite; }

  /* about
  --------------------*/
  #about {
    padding-top: 120px;
    padding-bottom: 40px; }

  #about:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100% - 80px);
    background-color: #c2e1e6;
    z-index: -2;
    top: 0;
    left: 0; }

  #about .bg_tit {
    position: absolute;
    left: -5px;
    top: 80px;
    line-height: 1;
    z-index: -1; }

  #about .txt_box {
    margin-bottom: 30px; }

  #about .txt_box .eng_tit {
    margin-bottom: 70px; }

  #about .txt_box h2 {
    max-width: 292px;
    width: 80%;
    margin-bottom: 30px; }

  #about .txt_box .lead {
    line-height: 2.3;
    letter-spacing: 2px;
    font-feature-settings: "palt"; }

  #about .img_box {
    max-width: 475px;
    width: 100%;
    position: relative; }

  #about .img_box:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 20px;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 14px, #b6e5c3 14px, #b6e5c3 20px); }

  /* strength
  --------------------*/
  #strength {
    margin-top: 120px;
    padding-bottom: 80px;
    background-color: #c2e1e6;
    padding-top: 110px; }

  #strength .bg_tit {
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
    margin: 0 auto;
    text-align: center; }

  #strength > .txt_box {
    position: absolute;
    text-align: center;
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 227px; }

  #strength ul.menu_box {
    margin: 0 auto;
    padding: 0 5%; }

  #strength ul.menu_box li {
    float: left; }

  #strength ul.menu_box li + li {
    margin-top: 60px; }

  #strength ul.menu_box li .txt_box {
    margin-top: 30px;
    position: relative; }

  #strength ul.menu_box li .txt_box .num {
    line-height: 1;
    position: absolute;
    right: 0;
    top: 0; }

  #strength ul.menu_box li .txt_box .txt {
    max-width: 289px;
    width: 70%;
    float: left; }

  #strength .btnArea {
    text-align: center; }

  /* People
  --------------------*/
  #people {
    padding-top: 150px; }

  #people .wrap {
    position: relative; }

  #people .bg_tit {
    color: #e8e8e8;
    position: absolute;
    top: -50px;
    left: 0;
    z-index: -1; }

  #people h2 {
    width: 227px;
    margin-top: 20px; }

  #people .btnArea {
    margin-top: 40px; }

  #people .menu_box {
    margin-top: 90px;
    position: relative; }

  #people .menu_box:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100px;
    left: 0;
    top: 100px;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 14px, #b6e5c3 14px, #b6e5c3 20px);
    z-index: -1; }

  #people .menu_box .wrap ul li {
    width: calc(50% - 15px);
    float: left;
    margin-right: 30px; }

  #people .menu_box .wrap ul li:nth-of-type(2n) {
    margin-top: 50px;
    margin-right: 0; }

  #people .menu_box .wrap ul li:nth-of-type(2n+1):not(:first-of-type) {
    /*margin-top: 50px;*/ }

  #people .menu_box .wrap ul li:last-of-type {
    margin-right: 0; }

  #people .menu_box .wrap ul li .prof_box {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.5; }

  #people .menu_box .wrap ul li .prof_box .sub {
    display: block;
    font-size: 12px;
    font-feature-settings: "palt"; }

  /* movie
  --------------------*/
  #movie {
    position: relative;
    padding-top: 150px;
    padding-bottom: 100px;
    margin: 0 auto; }
    #movie .wrap {
      padding: 0; }
    #movie .sec_box {
      position: relative; }
      #movie .sec_box .bg_tit {
        position: absolute;
        top: 0;
        left: 0;
        color: #e8e8e8; }
      #movie .sec_box .txt_box {
        padding: 50px 5% 0; }
        #movie .sec_box .txt_box h2 {
          max-width: calc(526px/2);
          width: 78%; }
      #movie .sec_box .img_box {
        width: 100%;
        margin-top: 60px; }
        #movie .sec_box .img_box::after {
          content: '';
          display: block;
          position: absolute;
          width: calc(100% - 25px);
          height: 20px;
          top: -20px;
          left: 0;
          background-image: repeating-linear-gradient(-45deg, transparent, transparent 14px, #b6e5c3 14px, #b6e5c3 20px); }
      #movie .sec_box .btnArea {
        padding: 0 5%; }

  /* message
  --------------------*/
  #message {
    position: relative;
    padding-top: 150px;
    padding-bottom: 100px; }

  #message .bg_tit {
    color: #e8e8e8;
    position: absolute;
    top: 100px;
    left: -5px;
    z-index: -1; }

  #message .txt_box {
    /*margin-top: 80px;*/ }

  #message .txt_box h2 {
    margin-top: 40px;
    max-width: 512px;
    width: 70%; }

  #message .txt_box .prof {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.5; }

  #message .txt_box .prof .sub {
    font-size: 12px;
    display: block;
    margin-bottom: 5px; }

  #message .img_box {
    width: 100%;
    max-width: 920px;
    position: relative;
    margin-top: 60px; }

  #message .img_box:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 20px;
    top: -20px;
    right: 0;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 14px, #b6e5c3 14px, #b6e5c3 20px); }

  /* about satsumasendai
  --------------------*/
  #aboutsendai {
    background: url("../img/aboutsatsuma.jpg") no-repeat top center;
    background-size: cover;
    margin-top: 80px;
    padding: 70px 0 60px; }

  #aboutsendai:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 20px;
    bottom: -20px;
    right: 0;
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 14px, #b6e5c3 14px, #b6e5c3 20px); }

  #aboutsendai .bg_tit {
    font-size: 50px;
    position: absolute;
    top: -80px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center; }

  #aboutsendai .txt_box {
    max-width: 810px;
    width: 90%;
    position: relative;
    margin: 0 auto;
    z-index: 2;
    padding: 30px 0 40px; }

  #aboutsendai .txt_box h2 {
    max-width: 322px;
    width: 90%;
    margin: 0 auto; }

  #aboutsendai .txt_box .btnArea {
    text-align: center;
    margin-top: 40px; }

  #aboutsendai .txt_box .btn {
    color: #fff;
    border: 1px solid #fff; }

  #aboutsendai .txt_box .btn:after {
    content: '';
    display: block;
    position: absolute;
    background: url("../common/img/arrow_w.png") no-repeat center;
    background-size: cover; }

  #aboutsendai .bg {
    display: block;
    position: absolute;
    top: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 810px;
    width: 90%;
    height: 173px;
    background-color: #2ea7b7;
    mix-blend-mode: multiply; }

  /* other
  --------------------*/
  #other {
    background: url("../img/other.jpg") no-repeat top center;
    background-size: cover;
    margin-top: 120px;
    padding: 80px 0; }

  #other .menu_box li {
    max-width: 328px;
    text-align: center;
    margin: 0 auto; }

  #other .menu_box li + li {
    margin-top: 20px; }

  #other .menu_box li a {
    background-color: #fff;
    display: block;
    padding: 20px 0 30px; }

  #other .menu_box li a h3 {
    width: 102px;
    margin: 0 auto; }

  /* footer
  --------------------*/
  .btm_lead {
    position: absolute;
    max-width: 446px;
    width: 80%;
    top: -6vw;
    left: 0;
    right: 0;
    margin: 0 auto; }

  footer {
    position: relative;
    padding-top: 40vw; } }
