@charset "UTF-8";
/*------------------------------------------------------------
	Reset
------------------------------------------------------------*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, 
nav, section, a,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, hgroup, menu, nav, section, main {
  display: block;
}

html {
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: 100%;
}

header{
    border-bottom: #666 1px solid;
}

body, table,
input, textarea, select, option,
h1, h2, h3, h4, h5, h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
}

table,
input, textarea, select, option {
  line-height: 1.1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

:focus {
  outline: 0;
}

::selection {
  background: #4d4d4d;
  color: #fff;
}

ul:before, ul:after,
ol:before, ol:after, dl:before, dl:after {
  content: "";
  display: block;
}

div:after, ul:after, ol:after, dl:after {
  clear: both;
}

div, ul, ol, dl {
  zoom: 1;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

a:hover {
  text-decoration: none;
}

a,
a img {
  color: #D54381;
  transition: 0.3s ease-in-out;
  text-decoration: none;
}

a:hover,
a:hover img {
  opacity: 0.80;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  text-decoration: none;
}

.cls-1 {
  opacity: 1 !important;
}

@media screen and (max-width: 767px) {
  .pc_only {
    display: none !important;
  }
}

.sp_only {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_only {
    display: block;
  }
}

.sp_only_inline {
  display: none;
}

@media screen and (max-width: 767px) {
  .sp_only_inline {
    display: inline-block;
  }
}

.ico_none {
  display: none !important;
}

/*------------------------------------------------------------
color
------------------------------------------------------------*/
.grad {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.2));
}

/*------------------------------------------------------------
font
------------------------------------------------------------*/
.txt_16 {
  font-size: 1.6rem;
}

.txt_18 {
  font-size: 1.8rem;
}

.txt_20 {
  font-size: 2rem;
}

.txt_24 {
  font-size: 2.4rem;
}

.txt_32 {
  font-size: 3.2rem;
}

.txt_bold {
  font-weight: bold;
}

.txt_underline {
  text-decoration: underline;
}

.txt_red {
  color: #000;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.3;
}

.mincyo {
  font-family: "Hiragino Mincho ProN", "Noto Serif JP", 游明朝, "Yu Mincho", YuMincho, HGS明朝E, メイリオ, Meiryo, serif;
  font-size: 2rem;
}

/*------------------------------------------------------------
margin
------------------------------------------------------------*/
.no-p-top {
  padding: 0 20px !important;
}

@media screen and (max-width: 767px) {
  .no-p-top {
    padding: 0 10px !important;
  }
}

@media screen and (max-width: 767px) {
  .no-p {
    padding: 0 !important;
  }
}

.u-mt30 {
  margin-top: 50px;
}

@media screen and (max-width: 767px) {
  .u-mt30 {
    margin-top: 30px;
  }
}

.u-mb50 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .u-mb50 {
    margin-bottom: 30px;
  }
}

.u-mb80 {
  margin-bottom: 80px !important;
}

@media screen and (max-width: 767px) {
  .u-mb80 {
    margin-bottom: 50px;
  }
}

.u-pbn {
  padding-bottom: 0 !important;
}

.u-p30 {
  padding: 30px;
}

.u-mt300 {
  margin-top: 300px !important;
}

@media screen and (max-width: 767px) {
  .u-mt300 {
    margin-top: 0;
  }
}

/*------------------------------------------------------------
Common
------------------------------------------------------------*/
ul.list {
  list-style: disc;
  margin-left: 30px;
}

@media screen and (max-width: 767px) {
  ul.list {
    margin-left: 20px;
  }
}

/*------------------------------------------------------------
Icon
------------------------------------------------------------*/
i.arrow {
  width: 20px;
  height: 20px;
  background: url("images/ico_arrow.svg") no-repeat center center;
  background-size: 20px 20px;
  margin-right: 10px;
  vertical-align: -3px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  i.arrow {
    width: 15px;
    height: 15px;
    background-size: 15px 15px;
    margin-right: 7px;
  }
}

/*------------------------------------------------------------
Flex
------------------------------------------------------------*/
ul.col {
  display: flex;
  flex-flow: row wrap;
}

ul.col li {
  flex: 0 0 50%;
  width: 50%;
  /* before Android4.3 iOS6:Safari */
  max-width: 50%;
  /* IE11*/
  height: auto;
}

@media screen and (max-width: 767px) {
  ul.col li {
    flex: 0 0 100%;
    width: 100%;
    /* before Android4.3 iOS6:Safari */
    max-width: 100%;
    /* IE11*/
  }
}

ul.col2 li {
  flex: 0 0 48%;
  width: 48%;
  /* before Android4.3 iOS6:Safari */
  max-width: 48%;
  /* IE11*/
  height: auto;
  margin-right: 4%;
  margin-bottom: 5%;
}

ul.col2 li:nth-child(2n) {
  margin-right: 0;
}

ul.col2_3 {
  align-items: center;
}

ul.col2_3 li:first-child {
  flex-basis: 190px;
  margin-right: 30px;
}

ul.col3 li {
  flex: 0 0 30%;
  width: 30%;
  /* before Android4.3 iOS6:Safari */
  max-width: 30%;
  /* IE11*/
  height: auto;
  margin-right: 5%;
  margin-bottom: 5%;
}

ul.col3 li:nth-child(3n) {
  margin-right: 0;
}

ul.col4 li {
  flex: 0 0 22.75%;
  width: 22.75%;
  /* before Android4.3 iOS6:Safari */
  max-width: 22.75%;
  /* IE11*/
  height: auto;
  margin-right: 3%;
  margin-bottom: 5%;
}

ul.col4 li:nth-child(4n) {
  margin-right: 0;
}

ul.scale_col li p {
  margin: 5px 0;
}

ul.scale_col li a {
  display: block;
}

ul.scale_col li a .photo {
  overflow: hidden;
}

ul.scale_col li a .photo img {
  transition: all .3s ease-out;
  width: 100%;
  height: auto;
}

ul.scale_col li a:hover .photo img {
  transform: scale(1.2);
  transition: all .3s ease-out;
}

@media screen and (max-width: 767px) {
  ul.col_sp_full li {
    flex: 0 0 100%;
    width: 100%;
    /* before Android4.3 iOS6:Safari */
    max-width: 100%;
    /* IE11*/
  }
}

@media screen and (max-width: 767px) {
  ul.col_sp_harf li {
    flex: 0 0 49%;
    width: 49%;
    /* before Android4.3 iOS6:Safari */
    max-width: 49%;
    /* IE11*/
    margin-right: 2%;
  }
  ul.col_sp_harf li:nth-child(2n) {
    margin-right: 0;
  }
}

/*------------------------------------------------------------
Table
------------------------------------------------------------*/
table.trans {
  width: 100%;
  border-top: 1px solid #FFF;
  border-left: 1px solid #FFF;
  margin: 30px auto;
  border-collapse: collapse;
  border-spacing: 0;
}

table.trans tr td {
  border-right: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  padding: 20px 3px;
  text-align: center;
  font-weight: bold;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  table.trans tr td {
    font-size: 1.2rem;
  }
}

table.trans tr:first-child td {
  background: rgba(255, 255, 255, 0.1);
}

table.trans_length tr:first-child td {
  background: transparent !important;
}

table.trans_length tr td:first-child {
  background: rgba(255, 255, 255, 0.1);
}

/*------------------------------------------------------------
Other
------------------------------------------------------------*/
#pageTitle {
  border-top: 1px solid #cfcfcf;
  margin-top: 95px;
}

@media screen and (max-width: 767px) {
  #pageTitle {
    margin-top: 58px;
  }
}

#breadcrumb {
  padding: 30px 0;
}

@media screen and (max-width: 767px) {
  #breadcrumb {
    padding: 0 10px;
  }
}

#breadcrumb div {
  padding: 0 100px;
}

@media screen and (max-width: 767px) {
  #breadcrumb div {
    padding: 0 10px;
  }
}

.layer1 {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.2) 20%, rgba(0, 0, 0, 0.2));
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}

.layer2 {
  background: rgba(0, 0, 0, 0.4);
  min-width: 100%;
  min-height: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

ul.disc li {
  padding-left: 18px;
  position: relative;
  margin: 8px 0;
}

ul.disc li::before {
  display: block;
  content: '';
  width: 8px;
  border-radius: 6px;
  background-color: #D54381;
  height: 8px;
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
}

.video_wrapper {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
}

.video_wrapper .video {
  position: relative;
  line-height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.video_wrapper .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
}

@media screen and (max-width: 767px) {
  .pc-only {
    display: none !important;
  }
  img {
    max-width: 100%;
    height: auto;
  }
}


.bread {
  margin: 0 auto;
  background: #FFF;
  padding: 10px 20px;
  font-size: 1.2rem;
}

.bread a {
  color: #707070;
}

.bread a:hover {
  color: #333;
}

h1 {
  font-size: 3.2rem;
  letter-spacing: 0.05rem;
  margin-top: 40px;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.4rem;
  }
}

h1 span {
  display: block;
  font-size: 2rem;
}

@media screen and (max-width: 767px) {
  h1 span {
    font-size: 1.8rem;
  }
}

h2 {
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  font-size: 2.4rem;
  letter-spacing: 0.05rem;
  padding: 20px 0 0;
  border-bottom: 3px solid #000;
  line-height: 1.3;
  margin-bottom: 20px;
}

h2 span {
  font-size: 1rem;
  margin-left: 20px;
  vertical-align: 4px;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  #main_book {
    padding: 0 15px;
  }
}

#main_book li:first-child {
  text-align: center;
  width: 45%;
  max-width: 45%;
  margin-right: 5%;
}

@media screen and (max-width: 767px) {
  #main_book li:first-child {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
}

#main_book li:first-child img {
  max-height: 400px;
}

@media screen and (max-width: 767px) {
  #main_book li:first-child img {
    max-height: 250px;
  }
}

.book_data {
  margin-top: 30px;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  .book_data {
    margin: 10px 0 30px;
  }
}

.book_data p.book_artist {
  font-size: 1.8rem;
}

.book_data p span {
  color: #002C83;
  font-size: 1.2rem;
  font-weight: bold;
  margin-right: 5px;
}

.txt01 {
  width: 310px;
  height: auto;
}

.txt02 {
  width: 320px;
  height: auto;
}

.circle {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background: #333;
  display: inline-block;
  position: relative;
}

.circle img {
  height: 15px;
  width: auto;
  position: absolute;
  margin: auto !important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#right_sns {
  position: fixed;
  right: 30px;
  bottom: 30px;
  z-index: 99;
}

@media screen and (max-width: 767px) {
  #right_sns {
    right: 10px;
    bottom: 20px;
  }
}

#right_sns a {
  background: #FFF;
  display: block;
  border: 1px solid #666;
  margin-bottom: 5px;
}

#right_sns a img {
  height: 20px;
}

#right_sns a.circle {
  height: 48px;
  width: 48px;
}

.open_book {
  border: 1px solid #333;
  padding: 15px;
  margin: 30px 0;
}

@media screen and (max-width: 767px) {
  .open_book {
    padding: 10px;
    margin: 10px 0;
  }
}

.open_book img {
  width: 26px;
  margin-right: 5px;
}

.bnr {
  margin-top: 80px;
}

@media screen and (max-width: 767px) {
  .bnr {
    margin-top: 0;
  }
}

.bnr a.btn02 {
  margin: 0 auto;
}

/*==========================================================
footer
==========================================================*/
footer {
  color: #FFF;
  background: #000;
  padding: 20px 10px;
  text-align: center;
  margin: 0 auto;
}

footer img.logo {
  width: 124px;
  height: auto;
  margin-bottom: 10px;
}

footer .copy {
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  footer .copy {
    font-size: 1rem;
  }
}

.page_footer {
  text-align: center;
}

.page_footer .btn02 {
  margin: 30px auto;
}

/*------------------------------------------------------------
レイアウト
------------------------------------------------------------*/
/*
------------------------------------------------------------*/
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック体", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-feature-settings: "palt";
  letter-spacing: 0.05rem;
  font-size: 1.5rem;
  line-height: 1.8;
  color: #333;
  /* background-color: #666; */
}

@media screen and (max-width: 767px) {
  body {
    font-size: 1.2rem;
  }
}

/*
body,html{
  min-width:1030px;
  @include sp {
    min-width:auto;
  }
}
*/
/* 全体コンテナ
------------------------------------------------------------*/
.container {
  margin: 0 auto;
  padding: 80px 20px;
  background-color: #FFF;
  zoom: 1;
}

.container:after {
  display: block;
  content: "";
  clear: both;
}

@media screen and (max-width: 767px) {
  .container {
    width: auto;
    padding: 30px 10px;
  }
}

.container__wide {
  width: 100%;
  max-width: 100%;
  padding: 40px 0;
}

@media screen and (max-width: 767px) {
  .container__wide {
    padding: 30px 0;
  }
}

.container__nminmargin {
  margin: 0 auto;
  background-color: #FFF;
}

/* コンテンツ枠
------------------------------------------------------------*/
.wrapper {
  max-width: 800px;
  padding: 40px 0;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .wrapper {
    width: auto;
    padding: 30px 0;
  }
}

/* サイド
------------------------------------------------------------*/
.sidebar {
  width: 280px;
  float: right;
}

@media screen and (max-width: 767px) {
  .sidebar {
    display: none;
  }
}

/* Othre
------------------------------------------------------------*/
.left {
  float: left;
}

.right {
  float: right;
}

.bg_gray {
  background-image: url(../images/bg_gray.png);
  background-repeat: repeat-x;
}

@media screen and (max-width: 767px) {
  .bg_gray {
    background: #FFF;
  }
}

@media screen and (max-width: 767px) {
  .bg_gray_sp {
    background-image: url(../images/bg_gray_sp.png);
    background-repeat: repeat-x;
    margin: 0 15px;
  }
}


.btn01 {
  position: relative;
  display: block;
  padding: 15px 0;
  max-width: 240px;
  color: #002C83;
}

@media screen and (max-width: 767px) {
  .btn01 {
    padding: 10px 5px 10px 10px;
    margin: 15px auto;
    font-size: 1.4rem;
    text-align: center;
  }
}

.btn01 img {
  width: 14px;
  margin-left: 7px;
  margin-top: 6px;
}

.btn02 {
  font-size: 1.4rem;
  position: relative;
  display: block;
  padding: 12px 5px;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 100px;
  max-width: 240px;
  margin: 30px 0;
  background-color: #D54381;
}

@media screen and (max-width: 767px) {
  .btn02 {
    margin: 20px auto 30px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .btn02 {
    margin: 20px auto 30px;
    font-size: 1.6rem;
  }
}

a.entry {
  display: block;
  margin: 50px auto;
  background: #000;
  color: #FFF;
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  padding: 17px;
  max-width: 320px;
  border-radius: 50px;
}

a.entry:hover {
  background: #A3041B;
}

/*------------------------------------------------------------
見出し
------------------------------------------------------------*/
.c-title1 {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  .c-title1 {
    font-size: 2rem;
  }
}

.c-title1 span {
  font-size: 1.1rem;
  color: #002C83;
  display: block;
  margin-bottom: 5px;
}

.c-title2 {
  color: #002C83;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 30px;
  line-height: 1.5;
}

.c-title2 span {
  color: #333;
  font-size: 1.1rem;
  display: block;
  margin-bottom: 5px;
}

.c-title3 {
  color: #002C83;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 10px 0 5px;
}

.c-title3__1 {
  font-size: 1.2rem;
  font-weight: normal;
}

.c-title4 {
  color: #002C83;
  font-size: 1.2rem;
  padding: 10px 0 5px;
}

.title5 {
  text-align: center;
  color: #002C83;
  font-size: 3.6rem;
  line-height: 1.5;
}

.title5 span {
  color: #D54381;
  display: block;
  font-size: 1.4rem;
  font-weight: normal;
}

/*------------------------------------------------------------ */
