
/*==================================================
  ## font import
==================================================*/
@import url(//fonts.googleapis.com/css?family=Cardo:400,700&display=swap);
@import url(//fonts.googleapis.com/earlyaccess/kokoro.css);
/*==================================================
  ## reset
==================================================*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  cursor: default;
  font: 14px / 1.5 sans-serif;
  text-rendering: optimizeLegibility;
}
*, :after, :before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}
:after, :before {
  text-decoration: inherit;
  vertical-align: inherit;
}
* {
  padding: 0;
  margin: 0;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
hr {
  overflow: visible;
}
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}
summary {
  display: list-item;
}
small {
  font-size: 80%;
}
[hidden], template {
  display: none;
}
abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active, a:hover {
  outline-width: 0;
}
code, kbd, pre, samp {
  font-family: monospace, monospace;
}
b, strong {
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
mark {
  background-color: #ff0;
  color: #000;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -.25em;
}
sup {
  top: -.5em;
}
img {
  border-style: none;
  max-width: 100%;
  vertical-align: bottom;
}
svg:not(:root) {
  overflow: hidden;
}
audio, canvas, progress, video {
  display: inline-block;
}
ul, ol {
  list-style: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}


/*==================================================
  ## base
==================================================*/
body {
  min-width: 1100px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  text-rendering: auto;
  word-break: break-all;
  font-family: 'Cardo', "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

a {
  color: #1d3b7d;
  text-decoration: none;
}

table {
  width: 100%;
}

/*==================================================
  ## Layout
==================================================*/

/* flex
--------------------------------- */
.l-flex {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content:         space-between;
}
.l-flex-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap:         wrap;
}
.l-flex-center {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content:         center;
  -webkit-align-items: center;
  align-items:         center;
}

/* l-container
--------------------------------- */
.l-container {
  max-width: 815px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}
.l-container2 {
  max-width: 307px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
}

/*  switch PC／SP
--------------------------------------------------*/
@media screen and (max-width: 768px) {
  .u-lg {
    display: none !important;
  }
}
@media screen and (min-width: 769px) {
  .u-sm {
    display: none !important;
  }
}

/*==================================================
  contents
==================================================*/

.l-content {
  width: 100%;
  padding-left: 300px;
}
.pagetop {
  position: fixed;
  right: 20px;
  bottom: 20px;
  z-index: 11;
  transition: all .2s;
  opacity: 0;
}
.is-pagetop-show {
  opacity: 1;
}

/*==================================================
  ##module
==================================================*/

/*  font  -------*/
.m-wf-kokoro {
  font-family: 'Kokoro', "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-style: normal;
  font-weight: 400;
}
.m-wf-yugothic {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}
.m-fc-blue {
  color: #224286;
}

/* bg  -------*/
.m-bg-blue {
  background: #b9dff3;
}

/*  m-page-ttl  -------*/
.m-page-ttl {
  color: #5b7dac;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
  letter-spacing: 0.1em;
  padding: 50px 0 20px;
}
.m-page-ttl-en {
  color: #1d3b7d;
  font-size: 34px;
  font-weight: normal;
  display: block;
}


@media screen and (max-width: 768px) {

  body {
    min-width: 100%;
  }

  .l-content {
    width: 100%;
    padding: 0;
  }
  .pagetop {
    position: fixed;
    right: 10px;
    bottom: 20px;
    z-index: 11;
    transition: all .2s;
    width: 50px;
  }

}


/*==================================================
  header
==================================================*/
.l-header {
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  width: 300px;
  height: 100vh;
  margin: 0 auto;
}
.l-header-logo {
  text-align: center;
  margin: 3vh auto 2vh;;
  max-width: 245px;
}
.l-header-nav-list-item {
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}
.l-header-nav-list-item a {
  display: inline-block;
  padding: 2vh;
  color: #224286;
}
.l-header-nav-list-item-en {
  display: block;
  color: #c0cdeb;
  font-size: 26px;
  font-weight: normal;
  transition: all .2s;
}
.l-header-nav-list-item a:hover .l-header-nav-list-item-en,
.l-header-nav-list-item.is-current .l-header-nav-list-item-en {
  color: #224286;
}

@media screen and (max-width: 768px) {

  .l-header {
    width: 100%;
    height: 50px;
    background: none;
    z-index: 11;
  }
  .l-header-spmenu {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    z-index: 100;
  }
  .l-header-logo {
    max-width: 300px;
    width: 70%;
    margin-top: 1vh;
  }
  .l-header-spmenu-block {
    text-align: center;
    width: 100%;
    position: absolute;
    top: 43%;
    transform: translateY(-50%);
  }
  .l-header-nav-list-item {
    font-size: 13px;
  }

  .l-header-menuBtn {
    width: 50px;
    height: 50px;
    display:block;
    background: rgba(9, 42, 99, 0.85);
    position:absolute;
    right: 0;
    top: 0;
    z-index: 101;
  }
  .l-header-menuBtn i {
    display:block;
    width: 27px;
    height: 3px;
    background:#fff;
    transition:background 0.5s;
    position:relative;
    left: 11.5px;
    top: 24px;
  }
  .l-header-menuBtn i:before,
  .l-header-menuBtn i:after{
    content:"";
    display:block;
    width: 27px;
    height: 3px;
    background:#fff;
    position:absolute;
    transform:rotate(0deg);
    transition:all 0.3s;
    line-height:1;
  }
  .l-header-menuBtn i:before{
    transform:translateY(9px);
  }
  .l-header-menuBtn i:after{
    transform:translateY(-9px);
  }
  .is-open .l-header-menuBtn i{
    background:transparent;
  }
  .is-open .l-header-menuBtn i:before,
  .is-open .l-header-menuBtn i:after{
    background:#fff;
  }
  .is-open .l-header-menuBtn i:after{
    transform:translateY(0px) rotate(45deg);
  }
  .is-open .l-header-menuBtn i:before{
    transform:translateY(0px) rotate(-45deg);
  }

}

/*==================================================
  l-footer
==================================================*/

/*  l-footer
--------------------------------------------------*/
.l-footer {
  background: #2b333c;
}
.copyright {
  text-align: center;
  color: #eee;
  line-height: 1.2;
  padding: 15px 5px;
}

/*  l-cmn-information
--------------------------------------------------*/
.l-cmn-information {
  padding: 40px 0 20px;
}
.l-cmn-information_in {
  width: 90%;
  margin: auto;
}
.l-cmn-information-block {
  width: 340px;
}
.l-cmn-information-ttl {
  text-align: center;
  margin: 0 auto 10px;
}
.l-cmn-news-ttl {
  max-width: 140px;
}
.l-cmn-twitter-ttl {
  max-width: 166px;
}
.l-cmn-information-btn {
  text-align: center;
  width: 180px;
  margin: 20px auto 0;
  padding: 5px;
  display: block;
  color: #c0cdeb;
  border: 1px solid #fff;
  border-radius: 30px;
  transition: all .2s;
}
.l-cmn-information-btn:hover {
  color: #2b333c;
  background: #fff;
}

/* l-news  ---------------*/
.l-cmn-news-cont {
  background: #fff;
  border-radius: 10px;
  padding: 20px;
  height: 400px;
  overflow-y: auto;
}
.l-cmn-news-info {
  margin-bottom: 15px;
}
.l-cmn-news-info-date {
  color: #1d3b7d;
  font-weight: bold;
}
.l-cmn-news-info a {
  color: #000;
}
.l-cmn-news-info a:hover .l-cmn-news-info-txt {
  text-decoration: underline;
}


@media screen and (max-width: 768px) {

  /*  l-cmn-information
  --------------------------------------------------*/
  .l-cmn-information {
    padding: 0 0 20px;
  }
  .l-cmn-information_in {
    width: 100%;
    display: block;
  }
  .l-cmn-information-block {
    padding-top: 30px;
    width: 100%;
  }
  .l-cmn-information-btn {
    width: 80%;
  }
  .l-cmn-twitter {
    text-align: center;
  }

  .copyright {
    font-size: 12px;
  }

}

/*==================================================
  top contents
==================================================*/

/*  l-mv
--------------------------------------------------*/
.l-mv {
  position: relative;
}
.l-mv img {
  width: 100%;
}
.l-mv-btn-form {
  display: block;
  position: absolute;
  right: 10%;
  bottom: -50px;
  transition: all .2s;
}
.l-mv-btn-form:hover {
  opacity: 0.8;
}


/*  l-start
--------------------------------------------------*/
.l-start-ttl {
  background: #fff;
  text-align: center;
  padding: 20px;
}
.l-start-txt-wrap {
  background: #1d3b7d;
  text-align: center;
  padding: 20px 10px;
}
.l-start-txt-img {
  display: inline-block;
  margin: 20px;
}
.l-start-txt-img-01 {
  max-width: 650px;
  width: 100%;
}
.l-start-txt-img-02,
.l-start-txt-img-03 {
  max-width: 650px;
  width: 100%;
}

@media screen and (max-width: 768px) {

  .l-mv-btn-form {
    display: block;
    position: absolute;
    right: 7%;
    bottom: -9%;
    transition: all .2s;
    width: 30%;
  }
  .l-start-ttl {
    padding: 15px;
    width: 80%;
    margin: auto;
  }
  .l-start-txt-img {
    margin: 15px auto;
  }

}


/*==================================================
  character contents
==================================================*/

/*  l-character
--------------------------------------------------*/
.l-character-thumbnail {
  text-align: center;
  margin: auto;
}
.l-character-thumbnail-item {
  width: 60px;
  height: auto;
  padding: 5px;
  position: relative;
}<!-- 
.js-l-character-thumbnail-item {
  cursor: pointer;
}
.l-character-thumbnail-item.thumbnail-current::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url("../images/icon_chara_circle.png") no-repeat center center / 100% 100%;
  animation: rotate-anime 8s linear infinite;
}
@keyframes rotate-anime {
  0%  {transform: rotate(0);}
  100%  {transform: rotate(360deg);}
}
.l-character-slide > .slick-list {
  padding: 130px 0 160px;
}
.l-character-slide-item {
  display: none;
  position: relative;
  outline: none;
  padding: 0 20px;
}
.slick-initialized .l-character-slide-item {
  display: block;
}
.l-character-slide-item-img {
  width: 310px;
  text-align: center;
  position: absolute;
  left: 0;
  top: -105px;
}
.l-character-slide-item-img img {
  width: 304px;
  display: block;
  margin: auto;
}
.l-character-slide-item-box {
  background: #f1f9fd;
  border: 5px solid #fff;
  border-radius: 10px;
  padding: 30px 50px 30px 320px;
  min-height: 300px;
}
.l-character-slide-item-ttl {
  color: #224286;
  font-size: 60px;
  line-height: 1;
}
.l-character-slide-item-ttl-en {
  font-size: 20px;
  display: block;
  margin-left: 8px;
}
.l-character-slide-item-txt {
  color: #676767;
  font-size: 16px;
  line-height: 1.8;
  padding: 20px 0;
}
.l-character .l-character-slide-item-cv-img {
  display: inline-block;
  width: 70px;
}
.l-character-slide-item-cv-name {
  color: #224286;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  position: relative;
  top: 2px;
}
.l-character-slide-item-cv-name-label {
  color: #fff;
  font-size: 12px;
  font-weight: normal;
  background: #224286;
  display: inline-block;
  padding: 0px 10px;
  margin: 0 10px;
  position: relative;
  top: -2px;
}

.l-character-slide .slick-arrow {
  -webkit-appearance: none;
  border: none;
  background: none;
  text-indent: -10000px;
  cursor: pointer;
  opacity: 0.6;
  outline: none;
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
}
.l-character-slide .slick-prev {
  left: -20px;
  border-width: 16.5px 24px 16.5px 0;
  border-color: transparent #ffffff transparent transparent;
}
.l-character-slide .slick-next {
  right: -20px;
  border-width: 16.5px 0 16.5px 24px;
  border-color: transparent transparent transparent #ffffff;
}
.l-character-slide .slick-disabled {
  display: none!important;
}


@media screen and (max-width: 768px) {

  .l-character_in {
    padding: 0;
  }
  .l-character-slide {
    padding: 0;
  }
  .l-character-slide > .slick-list {
    padding: 180px 0 20px;
  }
  .l-character-slide-item-img {
    top: -160px;
    left: 50%;
    transform: translateX(-50%);
  }
  .l-character-slide-item-box {
    padding: 400px 20px 20px;
  }
  .l-character-slide .slick-arrow {
    display: none!important;
  }

}


/*==================================================
  story contents
==================================================*/

.l-story-cont {
  padding-bottom: 60px;
}
.l-story-block {
  background: rgba(255, 255, 255, .8);
  padding: 55px 61px;
}
.l-story-block-ttl {
  color: #2b333c;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.05em;
}
.l-story-block p {
  font-size: 16px;
  margin-top: 30px;
  text-indent: 1em;
  letter-spacing: 0.05em;
  line-height: 2;
  text-align: justify;
  text-justify: inter-ideograph;
}


@media screen and (max-width: 768px) {

  .l-story-cont {
    padding-bottom: 40px;
  }
  .l-story-block {
    background: rgba(255, 255, 255, 1);
    padding: 30px 20px;
  }
  .l-story-block-ttl {
    text-align: center;
    font-size: 4.5vw;
  }
  .l-story-block p {
    font-size: 14px;
    margin-top: 20px;
  }

}

/*==================================================
  news
==================================================*/

/*  news list
--------------------------------------------------*/
.l-news-cont {
  max-width: 855px;
  padding-bottom: 50px;
}
.l-news-list-box {
  padding: 0 40px 0 0;
  margin-top: 30px;
  letter-spacing: 0.05em;
}
.l-news-list-box-date {
  color: #fff;
  background: #1d3b7d;
  font-size: 12px;
  line-height: 1.2;
  padding: 2px 15px;
  margin-bottom: 5px;
  display: inline-block;
}
.l-news-list-box a {
  display: block;
  transition: .2s;
  position: relative;
  left: 20px;
}
.l-news-list-box a:hover {
  left: 0px;
}
.l-news-list-box a:hover .l-news-list-box-txt {
  background: #1d3b7d;
  color: #fff;
}
.l-news-list-box-txt {
  color: #000;
  background: #fff;
  padding: 25px 30px;
  transition: .2s;
}
.l-news-list-box-ttl {
  font-size: 20px;
  font-weight: bold;
}

/*  pagenavi
--------------------------------------------------*/
.pagenavi {
  padding: 40px 0;
  text-align: center;
}
.pagenavi > a,
.pagenavi > span {
  display: inline-block;
  width: 24px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  margin: 0 4px;
  background: #e0f1fa;
  color: #1d3b7d;
  border-radius: 50%;
}
.pagenavi .current {
  background: #1d3b7d;
  color: #ffffff;
}
.pagenavi .prev,
.pagenavi .next {
  color: #e0f1fa;
  background: none;
  margin: 0 6px;
}


@media screen and (max-width: 768px) {

  .l-news-list-box {
    padding: 0;
    margin-top: 20px;
  }
  .l-news-list-box a {
    left: auto;
  }
  .l-news-list-box-txt {
    padding: 15px 20px;
  }
  .l-news-list-box-ttl {
    font-size: 15px;
  }

  .pagenavi > a,
  .pagenavi > span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 0 2px;
  }
  .pagenavi .prev,
  .pagenavi .next {
    margin: 0;
    font-size: 22px;
    vertical-align: middle;
  }

}

@media screen and (max-width: 340px) {
  .pagenavi > a,
  .pagenavi > span {
    width: 24px;
    height: 24px;
    line-height: 24px;
    margin: 0;
  }
  .pagenavi .prev,
  .pagenavi .next {
    margin: 0;
    font-size: 18px;
  }

}

/*  l-news-detail
--------------------------------------------------*/
.l-news-article {
  background: #fff;
  padding: 40px;
}
.l-news-article-date {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
.l-news-article-ttl {
  font-size: 22px;
  font-weight: bold;
  text-align: justify;
  text-justify: inter-ideograph;
}
.l-news-article-cont p {
  color: #2b333c;
  font-size: 16px;
  line-height: 2;
  margin-top: 30px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.l-news-article-cont a {
  font-weight: bold;
  line-height: 1.4;
  display: inline-block;
}
.l-news-article-cont a:hover {
  text-decoration: underline;
}

/*  newstop
--------------------------------------------------*/
.newstop {
  padding: 40px 0;
  text-align: center;
  font-weight: bold;
}
.newstop .arw {
  margin-right: 5px;
}

@media screen and (max-width: 768px) {

  .l-news-article {
    padding: 20px;
  }
  .l-news-article-date {
    font-size: 13px;
  }
  .l-news-article-ttl {
    font-size: 16px;
  }
  .l-news-article-cont p {
    font-size: 15px;
    line-height: 1.8;
    margin-top: 20px;
  }

  .newstop {
    font-size: 18px;
  }

}

/*==================================================
  event
==================================================*/

.l-event-cont {
  padding-bottom: 60px;
}
.l-event-block {
  background: rgba(255, 255, 255, .8);
  padding: 55px 61px;
  overflow: auto;
}
.l-event-goods-top{
}
.l-event-goods-top .l-event-ttl {
  color: #2b333c;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
}
.l-event-goods-top .l-event-subttl{
  color: #2b333c;
  font-size: 20px;
  letter-spacing: 0.05em;
  text-align: center;
}
.l-event-goods-top .l-event-heading {
  font-size: 24px;
  border-bottom: 2px solid #c0cdeb;
  margin-top: 40px;
}
.l-event-goods-top .l-event-des{
  margin-top: 20px;
}
.l-event-goods-top .l-event-des p{
  font-size: 18px;
  line-height: 150%;
}
.l-event-goods-top .l-event-des .l-event-time {
  margin-top: 10px;
}
.l-event-goods-top .l-event-des p .blue{
  color: #FFF;
  background-color: #224286;
  font-weight: bold;
  padding: 5px 10px;
  line-height: 2.8em;
}
.l-event-goods-top .l-event-des p .big{
  font-size: 26px;
  font-weight: bold;
  padding: 5px 0;
}
.l-event-goods-top .l-event-des p .big-time{
  font-size: 20px;
  font-weight: bold;
  padding: 5px 0;
}
.l-event-goods-top .l-event-des .l-event-attention {
  color: #6B2944;
  font-size: 16px;
}


/*  goods area
--------------------------------------------------*/
.l-event-goods-cont{
  width: 670px;
  margin-top: 40px;
}
.goods-area {
  width: 300px;
  height:  430px;
  margin: 20px 10px;
  background: #FFF;
  float: left;
  border-radius: 10px;
  text-align: center;
}
.goods-area .goods-name {
  height: 44px;
  font-size: 20px;
  font-weight: bold;
  color: #FFF;
  background-color: #224286;
  border-radius: 10px 10px 0 0;
  padding: 10px 20px;
}
.goods-area .price{
  font-size: 20px;
  font-weight: bold;
}
.goods-area .option{
  font-size: 16px;
}
.goods-area .option-penlight {
  font-size: 14px;
  color: #6B2944;
}
.goods-area img{
  width: 80%;
  height: auto;
}

@media screen and (max-width: 768px) {

.l-event-block {
  padding: 55px 6%;
}

.goods-area {
  width: 96%;
  height: auto;
  float: none;
  margin: 30px auto;
  padding-bottom: 8%;
}
.l-event-goods-cont{
  width: auto;
  margin-top: 0;
}
.goods-area .option{
  padding: 0 5px;
}


}

/*  LightBox area
--------------------------------------------------*/

.accordion_img {
  vertical-align: bottom;
  width: 100％;
}
.w_1200{
  margin: 0 auto;
  max-width: 650px;
  overflow: hidden;
  text-align: center;
}
@media screen and (max-width: 768px) {
.accordion_img {
    width: 100%;
    margin: 0%;

}
}

dl {
    margin: 0;
}
.accordionlist dt{
    display:block;
}
.accordionlist dt:first-child{
    border-top: none !important;
}
.accordionlist dt .title{
    padding: 0px;
}
.accordionlist dd{
    display:none;
  padding:0 0 0px 0px;
}