@charset "UTF-8";

/* ====================================
	共通スタイル
 ==================================== */
main[data-footer-type] {
  padding-bottom: 0;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.btn-arrow a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 1em;
  line-height: inherit;
  font-weight: 500;
  background-image: url(images/arrow-gray.svg);
  background-repeat: no-repeat;
  background-position: left 0 center;
  background-size: auto .75em;
  text-decoration: none;
}

/* マージン */
.ma {
  margin-left: auto;
  margin-right: auto;
}

/* ヘッダー */
#header {
  height: 100px;
  background: transparent linear-gradient(180deg, #EBFCFF 0%, #FFF0F0 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  position: relative;
}

.header-container .img {
  width: 50%;
  margin-top: 0.6rem;
}

.header-container {
  font-weight: 700;
  font-size: 1.6rem;
  display: flex;
  justify-content: space-between;
  height: 100px;
  align-items: center;
  position: relative;
}

.header-container .header-left {
  position: relative;
  z-index: 1;
}

.header-container:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -100px;
  background: url(images/header_bg.png) no-repeat;
  height: 100px;
  width: 100%;
}

/* メインビジュアル */
#mainVisual {
  background: transparent linear-gradient(180deg, #EBFCFF 0%, #FFFFFF 51%, #FFF0F0 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  position: relative;
}

/* メインビジュアル */
#mainVisual .visual {
  background: url(images/mainvisual_bg.png) no-repeat;
  background-size: 100%;

}

#mainVisual .mv-flex-item .mv-left .mv-text {
  padding: 2% 8%;
  position: relative;
  font-weight: 500;
}

#mainVisual .mv-flex-item .mv-left .mv-text-outer::after {
  content: "";
  display: inline-block;
  position: absolute;
  border-top: 3px solid #fff;
  bottom: -10%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 93%;
}

#mainVisual .mv-flex-item .mv-left .mv-text-outer::before {
  content: "";
  display: inline-block;
  position: absolute;
  border-bottom: 3px solid #fff;
  top: -8%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 93%;
}

#mainVisual .mv-flex-item .mv-left .mv-text::after {
  content: "";
  display: block;
  position: absolute;
  border-right: 3px solid #fff;
  right: 0;
  top: 4%;
  height: 93%;
}

#mainVisual .mv-flex-item .mv-left .mv-text::before {
  content: "";
  display: block;
  position: absolute;
  border-left: 3px solid #fff;
  left: 0;
  top: 4%;
  height: 93%;
}

/* メインセクション */
h3.main-title {
  font-weight: 700;
  font-size: 2.4rem;
  margin-top: 3rem;
  margin-bottom: 1.5rem;
}

h3.main-title .num {
  font-style: italic;
  font-family: Helvetica;
  font-size: 2rem;
}

/* メインリストメニュー */
ul.menu-list li .list-img {
  position: relative;
  min-height: 0%;
  /* IE対応 */
  width: 100%;
  margin-top: auto;
}

ul.menu-list li .list-img .img {
  border: 1px solid #EFEFEF;
}

ul.menu-list .list-item {
  display: flex;
  flex-direction: column;
  margin-top: 6rem;
  padding-right: 3rem;
}

ul.menu-list li .list-title {
  line-height: 1.4;
  font-weight: 700;
}

ul.menu-list li .list-img .img:after {
  position: absolute;
  content: "";
  display: block;
  top: 8%;
  left: 5%;
  background: transparent linear-gradient(100deg, #EBFCFF 0%, #FFF0F0 100%) 0% 0% no-repeat padding-box;
  opacity: 1;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  z-index: -1;
}

ul.menu-list li .list-num {
  font-weight: 700;
  background-color: #000;
  border: 2px solid #000;
  display: inline-block;
  font-style: italic;
  font-family: Helvetica;
  color: #fff;
}

ul.menu-list li .new {
  font-weight: 700;
  background-color: #fff;
  border: 2px solid #000;
  padding: 0 1.2rem;
  display: inline-block;
  color: #000;
  font-style: italic;
  font-family: Helvetica;
}

ul.menu-list li a:hover .btn-manga {
  text-decoration: none;
}

ul.menu-list li .btn-manga {
  font-weight: 700;
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #fff;
  display: inline-block;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

ul.menu-list li .btn-manga::after {
  content: '';
  display: block;
  background-image: url(images/menu-arrow.svg);
  background-repeat: no-repeat;
  position: absolute;
  transform: translate(0, -50%);
}

/* 人物紹介 */
#Intro .intro-outer {
  background-color: #FFF7F7;
}

#Intro .intro-container .intro-item .text-container .name.marker {
  display: inline;
  background: linear-gradient(transparent 60%, #fff 60%);
}

#Intro .intro-container .intro-item .text-container .text {
  text-align: left;
}

#Intro .intro-container .intro-item .img {
  width: 40%;
}

#Intro .intro-container .intro-item img {
  border-radius: 50%;
  border: solid 3.5px #FD9191;
}

#Intro .intro-text::after {
  content: '';
  width: 30px;
  height: 3px;
  background-color: #FD9191;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

#Intro .intro-text {
  text-align: center;
  padding-bottom: 2rem;
  font-weight: 700;
  position: relative;
  top: -3.5rem;
}

#Intro .name {
  font-weight: 700;
}

/* navコンテナ */
ul.nav-container li a:hover .nav-num,
ul.nav-container li a:hover .nav-title {
  text-decoration: none;
}

/* 動画を見るボタン */
.popup-container {
  text-align: center;
}

.popup-movie {
  display: inline-block;
  text-align: center;
  font-weight: 700;
}

.popup-movie a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.2em 4.2em 1.2em 3.2em;
  font-size: 2rem;
  line-height: inherit;
  background-color: #FFCBCB;
  background-image: url(images/arrow.svg);
  background-repeat: no-repeat;
  background-position: right 1.5em center;
  background-size: auto 1.5em;
  box-shadow: 0 0 5px rgb(0 0 0 / 20%);
  color: #000;
  text-decoration: none;
  margin-top: 2.4em;
}


/* 製品セクション */

.product-section {
  background-color: #FFF7F7;
}

.prod-img {
  width: 48%;
  position: absolute;
  top: -6rem;
  left: 50%;
  transform: translate(-50%, 0);
}

.prod-item {
  position: relative;
  background-color: #fff;
  padding: 0 2rem 2.4rem;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2)
}

.prod-item a:hover {
  text-decoration: none;
}

.prod-item a:hover .prod-name {
  text-decoration: underline;
}

.prod-info {
  color: #a0a0a0;
}

.prod-text-container {
  text-align: center;
}

#products .title {
  text-align: center;
}

.product-title {
  text-align: center;
  padding-right: 1%;
  position: relative;
  padding: 1.6rem 4.8rem 3rem 3.4rem;
  background: #fff;
  display: inline-block;
  z-index: 2;
}

.product-title:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 3px solid #FFCBCB;
}

/* アバウトコンテナ */
#about .title {
  text-align: center;
}

#about .text-container {
  line-height: 1.8;
}

.about-title {
  text-align: center;
  padding-right: 1%;
  position: relative;
  padding: 1.6rem 4.8rem 3rem 3.4rem;
  background: #fff;
  display: inline-block;
  z-index: 2;
}

.about-title .p-text {
  color: #FD9191;
}

.about-title:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: '';
  border: 3px solid #FFCBCB;
}

#about .title:before {
  margin-right: 1rem;
}

#about .title:after {
  margin-left: 1rem;
}

#about .about-area {
  position: relative;
  background-color: #FFF7F7;
}

#about .about-area .inner-flex .inner-item .name {
  font-size: 1.2rem;
}

#about .about-area .inner-flex .inner-item {
  text-align: center;
}

#about .about-area .inner-flex .inner-item:last-of-type {
  margin-left: 1rem;
}

#about .about-area .inner-flex.col4 .inner-item:last-of-type {
  margin-left: 0;
}

#about .about-text {
  font-size: 2rem;
  text-align: center;
  padding-bottom: 2rem;
  font-weight: 700;
  position: relative;
  top: -3.5rem;
}

#about .about-text::after {
  content: '';
  width: 30px;
  height: 3px;
  background-color: #FD9191;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}

/* ====================================
	1023px以下専用スタイル
===================================== */
@media only screen and (max-width: 1023px) {


  /* ヘッダー */
  #header {
    height: 50px;
  }

  .header-container {
    height: 50px;
    position: relative;
  }


  .header-container:before {
    content: "";
    position: absolute;
    top: 5px;
    left: -32px;
    background: url(images/header_bg.png) no-repeat;
    background-size: 190px;
    height: 50px;
    width: 100%;
  }

  .header-container .header-left {
    display: flex;
    align-items: center;
    z-index: 1;
  }

  .header-container .img {
    width: 28%;
    margin-top: 0.6rem;
    position: relative;
    top: -0.4rem;
  }

  .header-container .header-text {
    font-size: 1.2rem;
    margin-right: 0.2rem;
    width: 62%;
  }

  /* メインビジュアル */
  #mainVisual {
    height: 76rem;
  }

  #mainVisual .visual {
    height: 30%;
    padding-top: 2.4%;
    background: url(images/mainvisual_bg.png)no-repeat;
    background-size: 100%;
  }

  #mainVisual .mv-title {
    padding-top: 0;
  }

  #mainVisual .mv-flex-item .mv-right {
    width: 52rem;
  }

  #mainVisual .mv-flex-item .mv-left {
    width: 52rem;
  }

  #mainVisual .mv-flex-item .mv-left .mv-text {
    font-size: 1.6rem;
    line-height: 1.7;
    margin-top: 1.4rem;
  }

  #mainVisual .mv-flex-item .mv-left .mv-text-outer::after {
    border-top: 2px solid #FFCBCB;
  }

  #mainVisual .mv-flex-item .mv-left .mv-text-outer::before {
    border-bottom: 2px solid #FFCBCB;
  }

  #mainVisual .mv-flex-item .mv-left .mv-text::after {
    border-right: 2px solid #FFCBCB;
  }

  #mainVisual .mv-flex-item .mv-left .mv-text::before {
    border-left: 2px solid #FFCBCB;
  }

  /* メインリストメニュー */
  ul.menu-list li .list-img {
    width: 100%;
    padding-top: 1rem;
  }

  ul.menu-list li {
    width: 100%;
    position: relative;
  }

  .menu-list.fix-bottom-img .list-item {
    margin-top: 6rem;
    padding-right: 4%;
  }

  ul.menu-list li .list-num {
    padding: 0 0.8rem;
  }

  ul.menu-list li .btn-manga::after {
    width: 11%;
    height: 6px;
    background-size: 14px;
    right: 12%;
    top: 45%;
  }

  /* 人物紹介 */
  #Intro {
    margin-top: 12rem;
  }

  #Intro .intro-text {
    font-size: 1.6rem;
  }

  #Intro .text {
    font-size: 1.4rem;
  }

  #Intro .name {
    font-size: 1.6rem;
  }

  #Intro .intro-outer {
    padding: 2rem 2rem;
  }

  #Intro .intro-container .intro-item .text-container {
    width: 80%;
    margin-left: 2rem;
  }

  #Intro .intro-container .intro-item .text-container .text {
    margin-top: 2rem;
  }

  /* メインセクション */
  h3.main-title {
    font-size: 1.4rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
  }

  h3.main-title .num {
    font-size: 1.2rem;
  }

  /* アバウトコンテナ */
  #about .about-area {
    padding: 0 4% 5rem;
  }


  #about.sub-section {
    margin-top: 12rem;
  }

  #about .about02 {
    margin-top: 12rem;
  }

  #about .about-area .inner-flex {
    display: flex;
    justify-content: flex-start;
  }

  #about .about-area .inner-flex .inner-item.icon {
    width: 30%;
  }

  #about .about-area .inner-flex .inner-item.step {
    width: 30%;
  }

  #about .about-area .inner-flex .inner-item.gamen {
    width: 45%;
  }

  #about .about-area .inner-flex.col4 .inner-item .name {
    margin-top: .5rem;
    font-size: 1.1rem;
  }

  #about .about-area .inner-flex.col4 .inner-item .ttl {
    font-size: 1.3rem;
  }

  #about .about-left-item .img-container {
    margin-top: 3rem;
  }

  #about .flex-container {
    margin-top: 4rem;
  }

  .about-title {
    top: -2.2rem;
    left: 1.4%;
    font-size: 1.6rem;
    padding: 1rem 2.8rem 2.4rem 1.4rem;
  }

  .about-title:before {
    border: 2px solid #FFCBCB;
  }

  .about-title .p-text {
    font-size: 1.8rem;
  }

  .btn-arrow a {
    font-size: 1.6rem;
  }

  /* アバウトコンテナ 個別スタイル*/
  #about .oxford-flex-container .about-left-item .img-container {
    width: 80%;
    max-width: 450px;
  }

  /* 動画を見るボタン */
  .popup-movie a {
    font-size: 1.5rem;
    padding: 1em 3.5em 1em 2em;
    background-size: auto 1.2em;
    background-position: right 1.2em center;
  }


  /* 製品スタイル */
  #products.product-section {
    margin-top: 8rem;
    padding-bottom: 6rem;
  }

  .prod-name {
    font-size: 1.6rem;
  }

  .prod-info {
    margin-top: 1rem;
    font-size: 1.2rem;
  }

  .prod-text {
    font-size: 1.3rem;
    margin-top: 1rem;
  }

  .prod-img {
    width: 15rem;
    position: absolute;
    top: -8rem;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .prod-text-container {
    padding-top: 7rem;
  }

  #products.product-section .flex-container .prod-item {
    width: 100%;
    margin-top: 10rem;
    max-width: 360px;
    margin-left: auto;
    margin-right: auto;
  }

  .product-title {
    top: -2.5rem;
    left: 1.4%;
    font-size: 1.6rem;
    padding: 1rem 3rem 2.4rem 1.6rem;
  }

  .product-title:before {
    position: absolute;
    top: -7px;
    left: -7px;
    width: 100%;
    height: 100%;
    content: '';
    border: 2px solid #FFCBCB;
  }
}

/* ====================================
	568px以上1023以下専用スタイル
===================================== */
@media screen and (min-width: 568px) and (max-width: 1023px) {


  /* メインビジュアル */
  #mainVisual {
    height: 38.8vw;
  }

  #mainVisual .img {
    width: 90%;
  }

  #mainVisual .mv-flex-item {
    display: flex;
    justify-content: space-between;
  }

  #mainVisual .mv-flex-item .mv-right {
    width: 48.3vw;
    padding-right: 2%;
  }

  #mainVisual .mv-flex-item .mv-left {
    width: 49.3vw;
    padding-right: 2%;
    padding-top: 1%;
  }

  #mainVisual .mv-flex-item .mv-left .mv-text {
    line-height: 1.8;
  }

  #mainVisual .mv-flex-item .mv-left .mv-text-outer {
    position: relative;
    bottom: 25px;
    margin-left: 8%;
  }

  #mainVisual .mv-flex-item .mv-left .mv-text-outer::after {
    border-top: 3px solid #fff;
  }

  #mainVisual .mv-flex-item .mv-left .mv-text-outer::before {
    border-bottom: 3px solid #fff;
  }

  #mainVisual .mv-flex-item .mv-left .mv-text::after {
    border-right: 3px solid #fff;
  }

  #mainVisual .mv-flex-item .mv-left .mv-text::before {
    border-left: 3px solid #fff;
  }

  /* メインリストメニュー */
  ul.menu-list li .list-img {
    width: 100%;
  }

  ul.menu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  ul.menu-list li.list-item {
    width: 48%;
    position: relative;
    margin-top: 10rem;
  }

  .menu-list.fix-bottom-img .list-item {
    margin-top: 7rem;
    padding-right: 2.4%;
  }

  /* 動画を見るボタン */



  #products.product-section {
    margin-top: 10rem;
    padding-bottom: 6rem;
  }
}

/* ====================================
	568px以上767以下専用スタイル
===================================== */
@media screen and (min-width: 568px) and (max-width: 767px) {

  .mts {
    margin-top: 2em;
  }

  h3.main-title {
    font-size: 1.4rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
  }

  /* メインリストメニュー */
  ul.menu-list li .list-num {
    font-size: 1.3rem;
  }

  ul.menu-list li .new {
    font-size: 1.3rem;
  }

  ul.menu-list li .list-title {
    font-size: 1.8rem;
  }

  #mainVisual .mv-flex-item .mv-left .mv-text {
    font-size: 1.9vw;
    padding: 2% 5%;
  }

  .menu-list.fix-bottom-img .list-item:nth-of-type(n+3) {
    margin-top: 8rem;

  }

  ul.menu-list li .btn-manga {
    font-size: 1.2rem;
    padding: 0.8rem 3.4rem 0.8rem 1.6rem;
    bottom: -4.2rem;
    right: -2.2%;
  }

  /* 人物紹介 */
  #Intro {
    margin-top: 14rem;
    background-color: #FFF7F7;
  }

  #Intro .intro-container {
    margin-top: 2rem;
  }

  #Intro .intro-outer {
    padding: 2rem 6rem 5rem;
  }

  #Intro .intro-text {
    top: -3.3rem;
  }

  #Intro .intro-container .intro-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  #Intro .intro-container .intro-item .img {
    width: 40%;
  }

  #Intro .intro-container .intro-item .text-container {
    width: 80%;
    margin-left: 2rem;
  }

  #Intro .intro-container .intro-item:nth-of-type(n+2) {
    margin-top: 4rem;
  }

  /* navコンテナ */
  #nav {
    background-color: #FFF7F7;
  }

  ul.nav-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #FFF7F7;
    /* position: relative; */
    margin-top: 6rem;
    padding: 3rem 6%;
  }


  ul.nav-container li {
    font-size: 1.4rem;
    font-weight: 500;
  }

  ul.nav-container li a:hover {
    cursor: pointer;
    text-decoration: none;
  }

  ul.nav-container .nav-back .nav-img::before {
    content: '';
    display: block;
    width: 30%;
    height: 22px;
    background-image: url(images/pink-arrow-left_sp.svg);
    background-repeat: no-repeat;
    position: absolute;
    background-size: 100%;
    left: -42%;
    top: 50%;
    transform: translate(0, -50%);
  }

  ul.nav-container .nav-next .nav-img::after {
    content: '';
    display: block;
    width: 30%;
    height: 22px;
    background-image: url(images/pink-arrow-right_sp.svg);
    background-repeat: no-repeat;
    position: absolute;
    background-size: 100%;
    right: -42%;
    top: 50%;
    transform: translate(0, -50%);
  }


  ul.nav-container li .img {
    width: 100%;
  }

  ul.nav-container.col3 li.nav-back {
    width: 50%;
    order: 1;
  }

  ul.nav-container.col3 li.nav-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 3;
    margin-top: 4rem;
  }

  ul.nav-container.col3 li.nav-next {
    width: 50%;
    position: relative;
    order: 2;
  }

  ul.nav-container.col3 li.nav-top .nav-title {
    position: relative;
    text-align: center;
    padding-bottom: 1rem;
  }

  ul.nav-container.col3 li.nav-top .nav-title::after {
    content: '';
    width: 85%;
    height: 2px;
    background-color: #FFCBCB;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }

  ul.nav-container.col3 li .nav-num {
    font-size: 1.2rem;
    font-style: italic;
    font-family: Helvetica;
    font-weight: 700;
    color: #FD9191;
  }

  ul.nav-container.col3 li .nav-title {
    font-size: 1.5rem;
    font-weight: 700;
  }


  ul.nav-container.col3 li .inner-flex {
    display: flex;
    align-items: center;
  }

  ul.nav-container.col3 li.nav-back .inner-flex {
    display: flex;
    flex-direction: column-reverse;
  }

  ul.nav-container.col3 li.nav-next .inner-flex {
    display: flex;
    flex-direction: column;
  }

  ul.nav-container.col3 li.nav-back .inner-flex .nav-text,
  ul.nav-container.col3 li.nav-next .inner-flex .nav-text {
    width: 72%;
    padding: .6rem 0 0;
  }

  ul.nav-container.col3 li.nav-back .inner-flex .nav-img,
  ul.nav-container.col3 li.nav-next .inner-flex .nav-img {
    width: 72%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }

  ul.nav-container.col3 li.nav-back .inner-flex .nav-img,
  ul.nav-container.col3 li.nav-next .inner-flex .nav-img {
    width: 72%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    position: relative;
  }

  /* アバウトコンテナ */
  #about .text-container {
    font-size: 1.4rem;
  }

  #about .text-container .bold {
    font-size: 1.5rem;
  }

  #about .about02 {
    margin-top: 12rem;
  }

  #about .about-area .inner-flex.col4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 480px;
  }

  #about .about-area .inner-flex.col4 .inner-item {
    width: 49%;
    margin-top: 1em;
  }

  #about .about-area .inner-flex.col4 .inner-item:nth-of-type(-n+2) {
    margin-top: 4rem;
  }

  #about .about-right-item .img-container {
    margin-top: 3rem;
  }

  #about .about-right-item .img-container.men {
    width: 70%;
  }

  #about .about-right-item .img-container.gamen {
    width: 70%;
  }


  #about .about-left-item {
    margin-top: 1rem;
  }

  #about .about-area .inner-flex .inner-item.step {
    width: 25%;
  }

  #about .about-area .inner-flex .inner-item.icon {
    width: 30%;
  }

  #about .about-area .inner-flex .inner-item.icon.large {
    width: 36%;
  }

  #about .about-area .inner-flex .inner-item.gamen {
    width: 45%;
  }

  #about .about-left-item .img-container {
    margin-top: 5rem;
  }

  #about .about-left-item .text-container {
    margin-bottom: 3rem;
  }

  #about .oxford-flex-container .about-left-item .img-container {
    width: 70%;
    max-width: 450px;
  }

  #about .about-area .inner-flex {
    justify-content: center;
  }

  /* 製品スタイル */
  #products.product-section {
    margin-top: 18rem;
    padding-bottom: 8rem;
  }
}

/* ====================================
	768px以上1023以下専用スタイル
===================================== */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .outer-base-width.w-adj {
    padding-left: 4%;
    padding-right: 4%;
  }

  .sp-small {
    display: none;
  }

  /* メインビジュアル */
  #mainVisual .mv-flex-item .mv-left .mv-text {
    font-size: 1.8vw;
  }

  /* メインリストメニュー */
  ul.menu-list li .list-num {
    font-size: 1.5rem;
  }

  ul.menu-list li .new {
    font-size: 1.5rem;
  }

  ul.menu-list li .list-title {
    font-size: 2.4rem;
  }

  ul.menu-list li .btn-manga {
    font-size: 1.6rem;
    padding: 1.1rem 6rem 1.1rem 3rem;
    bottom: -5.6rem;
    right: -2.2%;
  }

  ul.menu-list li .btn-manga::after {
    width: 11%;
    height: 10px;
    background-size: 21px;
    right: 16%;
    top: 48%;
  }

  .menu-list.fix-bottom-img .list-item:nth-of-type(n+3) {
    margin-top: 10rem;
  }

  ul.menu-list li .btn-manga {
    font-size: 1.6rem;
    padding: 1rem 6rem 1rem 3rem;
    bottom: -5.4rem;
    right: -2.2%;
  }

  /* 人物紹介 */
  #Intro {
    margin-top: 18rem;
  }

  #Intro .intro-text {
    font-size: 2rem;
  }

  #Intro .name {
    font-size: 1.8rem;
  }


  #Intro .intro-container .intro-item .text-container {
    margin-top: 1rem;
  }

  #Intro .intro-outer {
    padding: 2rem 2rem;
  }

  #Intro .intro-container {
    display: flex;
    justify-content: space-between;
  }

  #Intro .intro-container .intro-item {
    width: 33%;
    text-align: center;
  }

  /* 製品スタイル */
  article .pc {
    display: none;
  }

  #products.product-section {
    margin-top: 17rem;
    padding-bottom: 6rem;
  }

  #products.product-section .flex-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #products.product-section .flex-container .prod-item {
    width: 30%;
    padding: 0 1.6rem 2.4rem;
  }

  .product-title {
    font-size: 1.8rem;
  }

  .prod-name {
    font-size: 2rem;
  }

  .prod-info {
    margin-top: 1rem;
    font-size: 1.2rem;
  }

  .prod-text {
    font-size: 1.4rem;
    margin-top: 1rem;
    min-height: 5rem;
    max-width: 220px;
  }

  /* アバウトコンテナ */
  .about-flex-container {
    display: flex;
    justify-content: space-between;
  }

  .about-flex-container .about-right-item {
    width: 42%;
    display: flex;

  }

  .about-flex-container .about-left-item {
    width: 52%;
  }

  /* アバウトコンテナ */
  .about-container {
    position: relative;
  }

  #about .about-area {
    padding: 0 3rem 5rem;
  }

  #about .text-container {
    font-size: 1.6rem;
  }

  #about .text-container .bold {
    font-size: 1.8rem;
  }

  .about-container .about-right-item {
    position: absolute;
    top: 0;
    right: 0;
    width: 42%;
  }

  #about .about-right-item .img-container.gamen {
    width: 90%;
  }

  #about .about-right-item .img-container.men {
    width: 95%;
  }

  .about-container .about-text-item {
    width: 54%;
  }

  .about-container .about-left-item {
    width: 54%;
  }

  #about .about-area .inner-flex.col4 {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
  }

  #about .about-area .inner-flex.col4 .inner-item {
    width: 22%;
  }

  #about .about-area .inner-flex.col4 .inner-item .name {
    margin-top: .5rem;
    font-size: 1.2rem;
  }

  /* アバウトコンテナ 個別スタイル*/
  .oxford-flex-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .oxford-flex-container .about-right-item {
    width: 52%;
    padding-left: 2rem;
  }

  .oxford-flex-container .about-left-item {
    width: 30rem;
  }

  /* navコンテナ */


  ul.nav-container.col3 li.nav-back::before {
    content: '';
    display: block;
    width: 20%;
    height: 22px;
    background-image: url(images/pink-arrow-left.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: -3rem;
    top: 50%;
    transform: translate(0, -50%);
  }

  ul.nav-container.col3 li.nav-next::after {
    content: '';
    display: block;
    width: 20%;
    height: 22px;
    background-image: url(images/pink-arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: -3rem;
    top: 50%;
    transform: translate(0, -50%);
  }

  /* navコンテナ */

  ul.nav-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    background-color: #FFF7F7;
    position: relative;
    margin-top: 10rem;
  }

  ul.nav-container li {
    font-size: 1.4rem;
    font-weight: 500;
  }

  ul.nav-container li .img {
    width: 100%;
  }

  ul.nav-container.col3 li.nav-back {
    position: relative;
    width: 33.3%;
    text-align: right;
  }

  ul.nav-container.col3 li.nav-top {
    width: 33.3%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  ul.nav-container.col3 li.nav-next {
    width: 33.3%;
    text-align: left;
    position: relative;
  }

  ul.nav-container.col3 li .nav-num {
    font-size: 2.2rem;
    font-style: italic;
    font-family: Helvetica;
    font-weight: 700;
    color: #FD9191;
  }

  ul.nav-container.col3 li .nav-title {
    font-size: 1.6rem;
    font-weight: 700;
  }

  ul.nav-container.col3 li .inner-flex {
    display: flex;
    align-items: center;
  }

  ul.nav-container.col3 li.nav-back .inner-flex {
    display: flex;
    justify-content: flex-start;
  }

  ul.nav-container.col3 li.nav-next .inner-flex {
    display: flex;
    justify-content: flex-end;
  }

  ul.nav-container.col3 li.nav-back .inner-flex .nav-text,
  ul.nav-container.col3 li.nav-next .inner-flex .nav-text {
    width: 55%;
    padding: 8.5% 0;
  }

  ul.nav-container.col3 li.nav-back .inner-flex .nav-img,
  ul.nav-container.col3 li.nav-next .inner-flex .nav-img {
    width: 40%;
    position: absolute;
    bottom: 8%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }

  ul.nav-container.col3 li.nav-next .inner-flex .nav-img {
    right: 62%;
  }

  ul.nav-container.col3 li.nav-back .inner-flex .nav-img {
    left: 62%;
  }

  ul.nav-container.col3 li.nav-top .nav-title {
    border-bottom: 2px solid #FFCBCB;
    padding: 0 1rem 1rem 1rem;
  }

  /* 個別スタイル */
  .flex-container.has-movie {
    display: flex;
    align-items: flex-end;
  }

  #about .flex-container.has-movie .about-right-item .img-container.men.has-cap {
    padding-bottom: 3rem;
  }

  .flex-container.has-movie .about-right-item {
    width: 42%;
    order: 2;
  }

  .flex-container.has-movie .about-left-item {
    width: 54%;
  }

  .flex-container.has-movie .about-text-item.w100 {
    width: 100%;
  }

  #about .about-area .flex-container.has-movie .inner-flex {
    display: flex;
    justify-content: center;
  }
}

/* ====================================
	567px以下専用スタイル
===================================== */
@media only screen and (max-width: 567px) {
  .sp-large {
    display: none;
  }

  article .pc {
    display: none;
  }

  .mts {
    margin-top: 2em;
  }

  .sub-section .caption {
    font-size: 1.1rem;
  }

  /* ヘッダー */
  .header-container:before {
    top: 7px;
    left: -16px;
    background-size: 170px;
  }

  h3.main-title {
    font-size: 1.4rem;
    margin-top: .8rem;
    margin-bottom: 3rem;
  }

  /* メインビジュアル */
  #mainVisual .visual {
    height: 30%;
    padding-top: 7%;
    background-size: 240%;
  }

  #mainVisual {
    height: 139vw;
  }

  #mainVisual .img {
    width: 63vw;
  }

  #mainVisual .mv-flex-item {
    display: flex;
    flex-direction: column;
  }

  #mainVisual .mv-flex-item .mv-right {
    width: 85vw;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translate(-50%, 0px);
  }

  #mainVisual .mv-flex-item .mv-left {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0px);
  }

  #mainVisual .mv-flex-item .mv-left .mv-text {
    font-size: 3.7vw;
    font-weight: 500;
    line-height: 1.7;
    margin-top: 1.4rem;
    padding: 2% 6%;
  }

  #mainVisual .mv-flex-item .mv-left .mv-text-outer {
    position: relative;
    width: 88vw;
    margin: 0px 2%;
    margin-left: auto;
    margin-right: auto;
  }

  ul.menu-list li .btn-manga {
    font-size: 1.1rem;
    padding: 0.8rem 3.4rem 0.8rem 1.6rem;
    bottom: -4.2rem;
    right: -2.2%;
  }

  /* メインリストメニュー */
  .menu-list.fix-bottom-img .list-item:first-of-type {
    margin-top: 5rem;
  }

  .menu-list.fix-bottom-img .list-item {
    margin-top: 6.5rem;
  }

  ul.menu-list li .list-num {
    font-size: 1.1rem;
  }

  ul.menu-list li .new {
    font-size: 1.1rem;
  }

  ul.menu-list li .list-title {
    font-size: 1.8rem;
  }

  ul.menu-list li .new {
    padding: 0 1rem;
  }

  /* navコンテナ */
  #nav {
    background-color: #FFF7F7;
  }

  ul.nav-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #FFF7F7;
    /* position: relative; */
    margin-top: 6rem;
    padding: 3rem 6%;
  }

  ul.nav-container li {
    font-size: 1.4rem;
    font-weight: 500;
  }

  ul.nav-container li a:hover {
    cursor: pointer;
    text-decoration: none;
  }

  ul.nav-container .nav-back .nav-img::before {
    content: '';
    display: block;
    width: 30%;
    height: 22px;
    background-image: url(images/pink-arrow-left_sp.svg);
    background-repeat: no-repeat;
    position: absolute;
    background-size: 100%;
    left: -42%;
    top: 50%;
    transform: translate(0, -50%);
  }

  ul.nav-container .nav-next .nav-img::after {
    content: '';
    display: block;
    width: 30%;
    height: 22px;
    background-image: url(images/pink-arrow-right_sp.svg);
    background-repeat: no-repeat;
    position: absolute;
    background-size: 100%;
    right: -42%;
    top: 50%;
    transform: translate(0, -50%);
  }


  ul.nav-container li .img {
    width: 100%;
  }

  ul.nav-container.col3 li.nav-back {
    width: 50%;
    order: 1;
  }

  ul.nav-container.col3 li.nav-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 3;
    margin-top: 4rem;
  }

  ul.nav-container.col3 li.nav-next {
    width: 50%;
    position: relative;
    order: 2;
  }

  ul.nav-container.col3 li.nav-top .nav-title {
    position: relative;
    text-align: center;
    padding-bottom: 1rem;
  }

  ul.nav-container.col3 li.nav-top .nav-title::after {
    content: '';
    width: 85%;
    height: 2px;
    background-color: #FFCBCB;
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
  }

  ul.nav-container.col3 li .nav-num {
    font-size: 1.2rem;
    font-style: italic;
    font-family: Helvetica;
    font-weight: 700;
    color: #FD9191;
  }

  ul.nav-container.col3 li .nav-title {
    font-size: 1.5rem;
    font-weight: 700;
  }

  ul.nav-container.col3 li .inner-flex {
    display: flex;
    align-items: center;
  }

  ul.nav-container.col3 li.nav-back .inner-flex {
    display: flex;
    flex-direction: column-reverse;
  }

  ul.nav-container.col3 li.nav-next .inner-flex {
    display: flex;
    flex-direction: column;
  }

  ul.nav-container.col3 li.nav-back .inner-flex .nav-text,
  ul.nav-container.col3 li.nav-next .inner-flex .nav-text {
    width: 72%;
    padding: .6rem 0 0;
  }

  ul.nav-container.col3 li.nav-back .inner-flex .nav-img,
  ul.nav-container.col3 li.nav-next .inner-flex .nav-img {
    width: 72%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }

  ul.nav-container.col3 li.nav-back .inner-flex .nav-img,
  ul.nav-container.col3 li.nav-next .inner-flex .nav-img {
    width: 72%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    position: relative;
  }

  /* アバウトコンテナ */
  #about.sub-section {
    margin-top: 8rem;
  }

  #about .about02 {
    margin-top: 8rem;
  }

  .about-title {
    top: -2rem;
    left: 1.4%;
    font-size: 1.4rem;
    padding: 0.8rem 2rem 2.2rem 1.2rem;
  }

  #about .about-area .inner-flex .inner-item.icon {
    width: 48%;
  }

  #about .about-area .inner-flex .inner-item.icon.large {
    width: 40%;
  }

  #about .about-area .inner-flex .inner-item.step {
    width: 36%;
  }

  #about .about-area .inner-flex .inner-item.gamen {
    width: 58%;
  }

  #about .about-left-item .text-container {
    margin-bottom: 3rem;
  }

  #about .about-left-item .img-container {
    margin-top: 4rem;
  }

  #about .about-right-item .img-container {
    margin-top: 3rem;
  }

  #about .about-right-item .img-container.gamen {
    width: 80%;
  }

  #about .about-right-item .img-container.men {
    width: 80%;
  }

  #about .about-right-item .img-container.gamen {
    width: 80%;
  }

  #about .text-container {
    font-size: 1.4rem;
  }

  #about .text-container .bold {
    font-size: 1.5rem;
  }

  #about .about-area .inner-flex {
    justify-content: center;
  }

  #about .about-area .inner-flex.col4 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 420px;
  }

  #about .about-area .inner-flex.col4 .inner-item {
    width: 49%;
    margin-top: 1em;
  }

  #about .about-area .inner-flex.col4 .inner-item:nth-of-type(-n+2) {
    margin-top: 4rem;
  }

  .btn-arrow a {
    font-size: 1.4rem;
  }



  /* 人物紹介 */
  #Intro {
    margin-top: 12rem;
    background-color: #FFF7F7;
  }

  #Intro .intro-container {
    margin-top: 2rem;
  }

  #Intro .intro-container .intro-item:nth-of-type(n+2) {
    margin-top: 3rem;
  }

  #Intro .intro-text {
    top: -3.3rem;
  }

  #Intro .intro-outer {
    padding: 2rem 0rem 5rem;
    max-width: 540px;
  }

  #Intro .intro-container .intro-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }

  /* 製品スタイル */
  .product-title {
    top: -3.4rem;
  }

  #products.product-section {
    margin-top: 14rem;
    padding-bottom: 8rem;
  }
}

/* ====================================
	1024px以上印刷専用スタイル
===================================== */
@media print,
screen and (min-width: 1024px) {
  article .sp {
    display: none;
  }

  .sp-small {
    display: none;
  }

  .mts {
    margin-top: 4em;
  }

  .outer-base-width.w-adj {
    padding-left: 4%;
    padding-right: 4%;
  }

  .outer-base-width.w-adj .base-width {
    max-width: 1080px;
  }

  /* メインビジュアル */
  #mainVisual .img {
    width: 92%;
  }

  #mainVisual .mv-flex-item {
    display: flex;
    justify-content: space-between;
    padding-top: 1vw;
  }

  #mainVisual .mv-flex-item .mv-right {
    width: 49.3vw;
    padding-right: 2%;
    margin-top: 1vw;
  }

  #mainVisual .mv-flex-item .mv-left {
    width: 47.3vw;
    padding-left: 2%;
    margin-top: 2.2vw;

  }

  #mainVisual .mv-flex-item .mv-left .mv-text {
    font-size: 1.5vw;
    line-height: 1.8;
  }

  #mainVisual .mv-flex-item .mv-left .mv-text-outer {
    position: relative;
    margin-left: 4rem;
  }

  /* メインリストメニュー */
  ul.menu-list li .list-img {
    width: 100%;
  }

  ul.menu-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  ul.menu-list li.list-item {
    width: 48%;
    position: relative;
    margin-top: 10rem;
  }

  ul.menu-list.fix-bottom-img .list-item:nth-of-type(n+3) {
    margin-top: 14rem;
  }

  ul.menu-list li .list-text {
    margin-bottom: 2rem;
  }

  ul.menu-list li .list-num {
    font-size: 2rem;
    padding: 0 1rem;
  }

  ul.menu-list li .new {
    font-size: 2rem;
  }

  ul.menu-list li .list-title {
    font-size: 3.2rem;
  }

  ul.menu-list li .btn-manga {
    font-size: 1.8rem;
    padding: 1.3rem 7rem 1.3rem 4rem;
    bottom: -6.5rem;
    right: -2.2%;
  }

  ul.menu-list li .btn-manga::after {
    width: 10%;
    height: 10px;
    background-size: 22px;
    right: 17%;
    top: 45%;
  }

  /* 人物紹介 */
  #Intro {
    padding-top: 22rem;
  }

  #Intro .intro-text {
    font-size: 2rem;
  }

  #Intro .name {
    font-size: 1.8rem;
  }

  #Intro .intro-container .intro-item .text-container {
    margin-top: 1rem;
  }

  #Intro .intro-outer {
    padding: 2rem 6rem 5rem;
  }

  #Intro .intro-container {
    display: flex;
    justify-content: space-between;
  }

  #Intro .intro-container .intro-item {
    width: 30%;
    text-align: center;
  }

  /* アバウトコンテナ */
  #about .about-area {
    padding: 0rem 6rem 5rem;
  }

  #about ul.star li {
    text-indent: -1.6em;
  }

  #about ul.star {
    padding-left: 1.6em;
  }

  #about .about-area .inner-flex {
    display: flex;
    justify-content: flex-start;
  }

  #about .about-area .inner-flex .inner-item.icon {
    width: 30%;
  }

  #about .about-area .inner-flex .inner-item.step {
    width: 30%;
  }


  #about .about-area .inner-flex .inner-item.gamen {
    width: 45%;
  }

  #about .about-area .inner-flex.col4 {
    display: flex;
    justify-content: space-between;
    margin-top: 3rem;
  }


  #about .about-area .inner-flex.col4 .inner-item {
    width: 22%;
  }

  #about .about-area .inner-flex.col4 .inner-item .name {
    margin-top: .5rem;
    font-size: 1.2rem;
  }

  #about .about-area .inner-flex.col4 .inner-item .ttl {
    font-size: 1.6rem;
  }


  #about .about-title {
    top: -3.4rem;
    margin-left: 1.4rem;
  }

  .about-title {
    font-size: 1.8rem;
  }

  #about.sub-section {
    margin-top: 13rem;
  }

  #about.sub-section.vol03 {
    margin-top: 8rem;
  }


  #about .about02 {
    margin-top: 13rem;
  }

  #about .about-left-item .img-container {
    width: 100%;
  }

  #about .about-right-item .img-container.gamen {
    width: 90%;
  }

  #about .about-right-item .img-container.men {
    width: 95%;
  }

  #about .text-container {
    margin-bottom: 3rem;
    font-size: 1.8rem;
  }

  #about .text-container .bold {
    font-size: 2.2rem;
  }

  .about-container {
    position: relative;
  }

  .about-container .about-right-item {
    position: absolute;
    top: 0;
    right: 0;
    width: 44%;
  }


  .about-container .about-text-item {
    width: 52%;
  }

  .about-container .about-left-item {
    width: 52%;
  }


  .about-flex-container {
    display: flex;
    justify-content: space-between;
  }

  .about-flex-container .about-right-item {
    width: 42%;
    display: flex;

  }

  .about-flex-container .about-left-item {
    width: 52%;
  }

  .btn-arrow a {
    font-size: 1.8rem;
  }

  /* アバウトコンテナ 個別スタイル*/
  .oxford-flex-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .oxford-flex-container .about-right-item {
    width: 52%;
    padding-left: 2rem;
  }

  .oxford-flex-container .about-left-item {
    width: 30rem;
  }

  /* フレックスコンテナ */
  .flex-container {
    display: flex;
    flex-wrap: wrap;
  }

  /* フレックスコンテナ：ハーフ */
  .flex-container.half {
    justify-content: space-between;
  }

  .flex-container.half>.flex-item {
    width: 48%;
  }

  /* 動画を見るボタン */
  .popup-movie a {
    font-size: 2rem;
  }



  /* 製品スタイル */
  #products.product-section {
    margin-top: 21rem;
    padding-bottom: 16rem;
  }

  #products.product-section .flex-container {
    justify-content: space-between;
  }

  #products.product-section .flex-container .prod-item {
    width: 30%;
    margin-top: 15rem;
  }

  .product-title {
    top: -3.4rem;
    font-size: 1.8rem;
  }

  .prod-name {
    font-size: 2rem;
  }

  .prod-info {
    margin-top: 1rem;
    font-size: 1.2rem;
  }

  .prod-text {
    font-size: 1.4rem;
    margin-top: 1rem;
    min-height: 5rem;
  }

  .prod-img {
    width: 21rem;
    position: absolute;
    top: -11rem;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .prod-text-container {
    margin-top: 9rem;
  }

  /* navコンテナ */
  ul.nav-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    background-color: #FFF7F7;
    position: relative;
    margin-top: 12rem;
  }

  ul.nav-container li {
    font-size: 1.4rem;
    font-weight: 500;
  }

  ul.nav-container.col3 li.nav-back::before {
    content: '';
    display: block;
    width: 20%;
    height: 22px;
    background-image: url(images/pink-arrow-left.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    left: -10%;
    top: 50%;
    transform: translate(0, -50%);
  }

  ul.nav-container.col3 li.nav-next::after {
    content: '';
    display: block;
    width: 20%;
    height: 22px;
    background-image: url(images/pink-arrow-right.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: -10%;
    top: 50%;
    transform: translate(0, -50%);
  }

  ul.nav-container li .img {
    width: 100%;
  }

  ul.nav-container.col3 li.nav-back {
    position: relative;
    width: 33.3%;
    text-align: right;
  }

  ul.nav-container.col3 li.nav-top {
    width: 33.3%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  ul.nav-container.col3 li.nav-next {
    width: 33.3%;
    text-align: left;
    position: relative;
  }

  ul.nav-container.col3 li .nav-num {
    font-size: 2.4rem;
    font-style: italic;
    font-family: Helvetica;
    font-weight: 700;
    color: #FD9191;
  }

  ul.nav-container.col3 li .nav-title {
    font-size: 1.8rem;
    font-weight: 700;
  }


  ul.nav-container.col3 li .inner-flex {
    display: flex;
    align-items: center;
  }

  ul.nav-container.col3 li.nav-back .inner-flex {
    display: flex;
    justify-content: flex-start;
  }

  ul.nav-container.col3 li.nav-next .inner-flex {
    display: flex;
    justify-content: flex-end;
  }

  ul.nav-container.col3 li.nav-back .inner-flex .nav-text,
  ul.nav-container.col3 li.nav-next .inner-flex .nav-text {
    width: 55%;
    padding: 8.5% 0;
  }


  ul.nav-container.col3 li.nav-back .inner-flex .nav-img,
  ul.nav-container.col3 li.nav-next .inner-flex .nav-img {
    width: 38%;
    position: absolute;
    bottom: 8%;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }

  ul.nav-container.col3 li.nav-next .inner-flex .nav-img {
    right: 62%;
  }

  ul.nav-container.col3 li.nav-back .inner-flex .nav-img {
    left: 62%;
  }

  ul.nav-container.col3 li.nav-top .nav-title {
    border-bottom: 3px solid #FFCBCB;
    padding: 0 1rem 1rem 1rem;
  }

  /* 個別スタイル */
  .flex-container.has-movie {
    display: flex;
    align-items: flex-end;
  }

  #about .flex-container.has-movie .about-right-item .img-container.men.has-cap {
    padding-bottom: 3rem;
  }

  .flex-container.has-movie .about-right-item {
    width: 44%;
    order: 2;
  }

  .flex-container.has-movie .about-left-item {
    width: 52%;
  }

  .flex-container.has-movie .about-text-item.w100 {
    width: 100%;
  }

  #about .about-area .flex-container.has-movie .inner-flex {
    display: flex;
    justify-content: center;
  }

}

/* ====================================
	1024px以上1199px以下専用スタイル
===================================== */
@media print,
screen and (min-width: 1024px) and (max-width: 1199px) {
  #mainVisual {
    height: 39.2vw;
  }
}

/* ====================================
	1200px以上専用スタイル
===================================== */
@media screen and (min-width: 1200px) {
  #mainVisual {
    position: relative;
    height: 47.9rem;
  }

  #mainVisual .mv-flex-item .mv-left .mv-text-outer {
    margin-left: 4rem;
  }

  #mainVisual .mv-flex-item .mv-left .mv-text {
    font-size: 1.8rem;
    margin-top: 1rem;
    line-height: 1.9;
  }

  #mainVisual .mv-flex-item {
    padding-top: 1em;
  }

  #mainVisual .mv-flex-item .mv-right {
    width: 60rem;
    padding-right: 2%;
    margin-top: 1rem;
  }

  #mainVisual .mv-flex-item .mv-left {
    width: 57rem;
    padding-left: 2%;
    margin-top: 3rem;
  }
}