@charset "utf-8";


body {
  margin: 0;
  padding: 0;
}
#bg {
  background-repeat: repeat;
  background-size: 40px;
  background-color: #c8e0e5;
}


/* ヘッダー
_____________________________________________*/
.header {
  background-color: #f9fcff !important;
  border-bottom: 4px solid #e95383;  
  background-position: bottom left;
  box-shadow: none !important;
  padding-top: 8px !important;
  padding-bottom: 1px !important;
}
.header .header__inner {
  max-width: 1200px !important;
}
.header .header__logo {
  width: 200px !important;
  margin-top: 8px !important;
  margin-bottom: 2px;
}

div.menu3bar ul {/*ヘッダーメニュー*/
  margin: 0 0 5px 0;
  padding: 0;
  list-style: none;
}
div.menu3bar > ul {
  position: fixed;
  z-index:2;
  top: 0;
  right: -100%;

  max-width: 70%;
  max-height: 100%;

  text-align: left;
  overflow: auto;
  font-size: 80%;
  line-height: 160%;

  -webkit-overflow-scrolling: touch;

  -webkit-transition: right .3s ease-in-out;
  transition: right .3s ease-in-out;
}
div.menu3bar > ul > li {
  background-color: #fff;
  margin: 0;
}
div.wrap ul li {background-color: #e95383;}
div.wrap ul li a,
div.wrap ul li a:link,
div.wrap ul li a:visited {
  display: block;
  color: #fff;
  border: 1px solid #fff;
  font-size: 16px;
  padding: 12px 15px 10px;
}
div.wrap ul li a:hover,
div.wrap ul li a:active {
  transition: none !important;
  background-color: #fff;
  border: 1px solid #000;
  color: #e95383;
}
div.menu3bar_on > ul {
    right: 0;
}

/*pc用スタイル（例）*/
@media only screen and (min-width: 980px) {
  .header .header__logo {
    height: 60px;
  }
  div.wrap ul {
    height: 60px;
    display: flex;
    display: -webkit-flex;
    justify-content: flex-end;
    align-items: flex-end;
    margin-bottom: 20px;
  }
  div.wrap ul li:first-child {
    border-left: 1px solid #f9fcff;
  }
  div.wrap ul li:last-child {
    border-right: 1px solid #f9fcff;
  }
  div.wrap ul li {
    border-left: 4px solid #f9fcff;
  }
  div.menu3bar > ul {
    position: static;
    max-width: none;
    overflow: visible;
  }
}
span.menu3bar {/*三本線メニューのアイコン*/
  cursor: pointer;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 1;
  width: 50px;
  height: 50px;
  background: url(../images/icon_menu_white.svg) no-repeat center #e95383;
  background-size: 31px 31px;  
}
span.menu3bar:before {top: 20%;}
span.menu3bar:after {top: 60%;}
/*pc用スタイル*/
@media only screen and (min-width: 980px) {
  span.menu3bar {
      display: none;
  }
}
@media screen and (max-width: 979px) {
  .header {
    padding-bottom: 14px !important;
  }
  .header .header__logo {
    width: 150px !important;
    margin-top: 0 !important;
  }
  div.wrap ul li:last-child {
    border-bottom: none;
  }
}


/* フッター
_____________________________________________*/
.footer {
  background-color: #f9fcff !important;
  border-top: #e95383 solid 2px !important;
}
.footer .footer__links {
  float:none;
  display: flex;
  max-width: 1200px !important;
  justify-content:space-between;
}
.footer__links__logo ul {
  display: flex;
}
.footer .footer__links__logo a {
  display: block;
  margin-right: 20px;
  margin-top:-20px;
}
.footer .footer__links__logo .shinko_logo {
  width: 230px !important;
}
.footer .footer__links__nav {
  float:none;
}
.footer .footer__links__nav ul {
  float: none;
  display: flex;
}
.footer .footer__links__nav_socials-item {
  margin-right: 20px !important;
}
.footer img {
  max-width: none;
}
@media screen and (max-width: 768px) {
  .footer .footer__links {
    display: block;
  }
  .footer .footer__links__logo a {
    margin-top:0px;
  }
  .footer .footer__links__logo .shinko_logo {
    width: 180px !important;
  }
  .footer .footer__links__logo .disney_logo {
    width: 110px !important;
  }
    .footer__links__logo ul {
    justify-content: center;
  }
  .footer .footer__links__nav ul {
    justify-content: center;
  }
}


/* コンテンツ
_____________________________________________*/
iframe.pv {
  width: 750px;
  height: 422px;
}
h2 {
  font-weight: bold;
  font-size: 24px;
  line-height: 1.6;
}
h3 {  
  padding: 1.1rem 1rem 0.7rem;
  color: #fff;
  background: #379fb5;
  -webkit-box-shadow: 5px 5px 0 #1e7588;
  box-shadow: 5px 5px 0 #1e7588;
  font-size: 22px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.2;  
}
h3 span.point{
  color: #f5ff6a;
}
.catch_copy {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
  line-height: 150%;
}
.container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-left: 1px solid #7e7e7e;;
  border-right: 1px solid #7e7e7e;
  padding-top: 20px;
}
.container.headline {
  padding-bottom: 20px;
}
.container.headline__title {
  font-size: 26px;
  font-weight: bold;
  line-height: 1.5;
  margin: 20px auto 5px;
  padding: 0 40px;
}
.container.headline__title a,
.container.headline__title a:visited {
  color: #000;
  text-decoration:underline;
}
.container.headline__title a:hover{
  color: #ad377e;
  text-decoration:underline;
}
.container.headline__text {
  font-size: 16px;
  line-height: 2;
}
.news-post__body {
  padding: 24px 5.10204%;
}
.news-post__body .section {
  margin-bottom: 60px;
}
.news-post__contents .point {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}
.news-post__contents .point li {
    width: 48%;
    margin-bottom: 20px;
}
.news-post__contents .point li .ttl {
  display: block;
  font-size: 20px;
  color: #0d6985;
  font-weight: bold;
  margin-bottom: 10px;
}
.news-post__body .section .txt {
  font-size: 20px;
  padding: 10px 20px 20px;
  line-height: 150%;
}
.news-post__body .section .txt2 {
  padding: 10px 20px 20px;
  line-height: 150%;
}
@media (max-width: 990px) {
  .container{
    margin-left: 10px;
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) {
  h3 {
    font-size: 18px;  
  }
  h3 span.block {
    display: block;
  }
  h3 span.point{
  font-size: 16px;
  }
  .container{
    margin-left: 5.33333%;
    margin-right: 5.33333%;
  }
  .container.headline__title {
    font-size: 18px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 0 20px;
  }
  .container.headline__text {
    font-size: 16px;
  }
  .catch_copy {
    font-size: 20px;
  }
  .news-post__contents .point {
      display: block;
  }
  .news-post__contents .point li {
      width: 100%;
      margin-bottom: 50px;
  }
  .news-post__body .section .txt {
    font-size: 16px;
  }
}

iframe {/* Youtube */

    display: block;
    margin: 0 auto;
}
.instagram-list {/* Instagram */
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.instagram-list li {
  margin: 0 1% 60px;
  width: 29%;
  text-align: center;
}
@media (max-width: 1200px) {
  .instagram-list li {
    margin: 0 1% 60px;
    width: 49%;
  }  
}
@media (max-width: 990px) {
  iframe.pv {
    width: 90%;
    height: 400px;
  }
}
@media screen and (max-width: 768px) {
  iframe.pv {
    width: 90%;
    height: 300px;
  }
  .instagram-list {
    display: block;
  }
  .instagram-list li {
    width: 100%;
  }  
}




/* 使い方
_____________________________________________*/
.subjects_menu {
  display: flex;
  justify-content: center;
  margin: 0 auto;
  padding: 30px 0 0;
  width: 90%;
}
.subjects_menu li a {
  display: block;
  text-align: center;
  padding: 10px 30px 8px;
  margin: 0 6px;
  font-size: 20px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}
.subjects_menu li a:link,
.subjects_menu li a:visited,
.subjects_menu li a:hover,
.subjects_menu li a:active {
  color: #fff;
}
.subjects_menu li a.on {
   background-color:#379fb5;
   border:solid 1px #379fb5;
}
.subjects_menu li a.off {
   background-color:#fff;
   border:solid 1px #379fb5;
   border-bottom:solid 1px #fff;
   color: #379fb5;
}
@media screen and (max-width: 768px) {
.subjects_menu li a {
  padding: 10px 10px 8px;
}
}
.subjects {
  border-top: 5px solid;
}
h2 {
padding: 1rem 2rem;
border-left: 10px solid;
margin-bottom: 15px;
}



/* ラインナップ
_____________________________________________*/
.cover_list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.cover_list li {
  margin: 0 2% 0px;
  width: 28%;
  text-align: center;
}
.cover_list li .lineup_ttl_txt {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 7px;
  white-space: nowrap;
}
.cover_list li img {
  border: #905DA2 1px solid;
}

.button_solid012 a {
    background: #eee;
    font-size: 20px;
    font-weight: bold;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 400px;
    padding: 10px 25px;
    font-family: "Noto Sans Japanese";
    color: #379fb5;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
}
.button_solid012 a:hover {
    background: #379fb5;
    color: #FFF;
}
.button_solid012 a:after {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #379fb5;
    border-right: 3px solid #379fb5;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button_solid012 a:hover:after {
    border-color: #FFF;
}
@media print,screen and (max-width: 768px) {
  .cover_list li .lineup_ttl_txt {
    font-size: 13px;
  }
  .cover_list li {/*表紙カバーリスト*/
    width: 45%;
  }
  .button_solid012 a {
    font-size: 14px;
  }
}
