@charset "UTF-8";
@font-face {
  font-family: 'dripicons';
  src: url("../fonts/dripicons-v2.woff") format("woff"), url("../fonts/dripicons-v2.ttf") format("truetype");
}

/*CONDENSEicon*/
@font-face {
  font-family: 'CONDENSEicon';
  src: url("../fonts/CONDENSEicon.eot");
}

@font-face {
  font-family: 'CONDENSEdesignicon';
  src: url("../fonts/CONDENSEdesignicon.eot");
}

@font-face {
  font-family: 'CONDENSEicon';
  src: url("../fonts/CONDENSEicon.woff") format("woff"), url("../fonts/CONDENSEicon.otf") format("opentype");
}

@font-face {
  font-family: 'CONDENSEdesignicon';
  src: url("../fonts/CONDENSEdesignicon.woff") format("woff"), url("../fonts/CONDENSEdesignicon.otf") format("opentype");
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-weight: inherit;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

ul, ol, li {
  list-style: none;
}

body, html {
  color: #333;
  font-size: 10px;
  font-size: calc(100vw / 37.5);
  letter-spacing: 0.01em;
}

@media screen and (min-width: 750px) {
  body, html {
    font-size: 16px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a:link, a:visited, a:hover {
  color: inherit;
  text-decoration: none;
}

.pbPage .content, .pbPage .pbAreaWrapper1 {
  margin-top: 0;
  width: auto;
}

.pbMainArea, .main-content {
  width: auto;
  float: none;
}

.pbPage {
  width: auto !important;
}

body {
  min-width: auto;
  background-color: #fff7db;
}

body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.page-copyright_inner {
  width: 100%;
}

.page-copyright .page-copyright_inner p {
  max-width: 750px;
  margin: 0 auto 0 auto;
  padding-right: 2%;
  padding-bottom: 4rem;
  background-color: #fff;
  font-size: 1.2rem;
  text-align: right;
  line-height: 1.6;
}

.bousai_wrapper {
  width: 100%;
  max-width: 750px;
  margin: 0 auto;
  padding-top: 6rem;
  overflow: hidden;
}

.bousai_wrapper.acco-wrap .acco-btn {
  position: relative;
}

.bousai_wrapper.acco-wrap .acco-btn::after {
  display: block;
  position: absolute;
  right: 8%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  content: "ï";
}

.bousai_wrapper.acco-wrap .acco-btn.open::after {
  content: "ñ";
}

.bousai_wrapper.acco-wrap .acco-inner {
  display: none;
}

.bousai_wrapper .inner {
  padding-left: 2.6%;
  padding-right: 2.6%;
}

.bousai_wrapper .cmn-txt {
  font-size: 1.3rem;
  line-height: 1.92;
}

.bousai_wrapper .btn_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  word-spacing: 100%;
  height: 6.5rem;
  border: 2px solid #009944;
  border-bottom-width: 7px;
  border-radius: 3rem;
  background-color: #fff;
  color: #009944;
  font-size: 1.4rem;
  font-weight: bold;
  text-align: center;
}

.bousai_wrapper .btn_body::after {
  display: block;
  position: absolute;
  right: 8%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #009944;
  font-family: "CONDENSEicon";
  content: "ú";
}

.bousai_wrapper .pageKv {
  position: relative;
  height: calc(100vw * 562 / 750);
  max-height: calc(562 * 750px / 750);
  background-color: #fff;
  background-image: url(/library/stories/common/img/bg_page_kv.png);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}

.bousai_wrapper .pageKv_body {
  position: absolute;
  top: 4rem;
  left: 0;
  width: 100%;
}

.bousai_wrapper .pageKv_ttl {
  color: #fff;
  font-size: 4.1rem;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  line-height: 1.07;
  text-align: center;
}

.bousai_wrapper .pageKv_ttl_head {
  margin-bottom: 1rem;
  text-align: center;
}

.bousai_wrapper .pageKv_ttl_head img {
  width: 20.5rem;
}

.bousai_wrapper .pageKv_ttl b {
  color: #feff85;
}

.bousai_wrapper.page {
  background-image: url(/library/stories/common/img/bg_page.png);
  background-position: left top;
  background-size: 100% auto;
}

.bousai_wrapper.page .topFooter_area {
  display: none;
}

.bousai_wrapper .breadcrumb {
  padding: .7rem 2.6%;
  background-color: #eee;
}

.bousai_wrapper .breadcrumb_item {
  display: inline;
  margin-right: 1.5rem;
  font-size: 1.3rem;
  line-height: 1.9;
  vertical-align: top;
}
.bousai_wrapper .breadcrumb_item img{
  width: 1.5rem;
  vertical-align: middle;
  margin-bottom: 2px;
}

.bousai_wrapper .breadcrumb_item::after {
  margin-left: 1.5rem;
  content: "＞";
}

.bousai_wrapper .breadcrumb_item:last-child::after {
  display: none;
}

.bousai_wrapper .breadcrumb_item a {
  color: #009944;
  text-decoration: underline;
}

.bousai_wrapper .pageSec_ttl {
  margin-bottom: 30px;
  font-size: 2.8rem;
  font-family: fot-tsukubrdgothic-std, sans-serif;
  font-weight: 700;
  text-align: center;
}

.bousai_wrapper .pageSec_ttl b {
  color: #009944;
}

.bousai_wrapper .pageSec_ttl_head {
  display: block;
  margin-bottom: 1.5rem;
  text-align: center;
}

.bousai_wrapper .pageHeader {
  padding: 20px 0 50px;
  background-color: #fff;
}

.bousai_wrapper .pageHeader_lead {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.875;
  text-align: center;
}

.bousai_wrapper .pageHeader_txt {
  font-size: 1.3rem;
  line-height: 1.92;
  text-align: center;
}

.bousai_wrapper .modal {
  display: none;
}

.bousai_wrapper .header {
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5000;
  overflow: hidden;
  pointer-events: none;
}

@media screen and (min-width: 750px) {
  .bousai_wrapper .header {
    right: calc((100% - 750px) / 2);
    width: 750px;
  }
}

.bousai_wrapper .header_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  width: 100%;
  height: 6rem;
  background-color: #fff;
  pointer-events: all;
}

.bousai_wrapper .header_inner .site_logo {
  width: 40%;
  max-width: 250px;
}

.bousai_wrapper .header_inner .corp_logo {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 13.3vw;
  max-width: 80px;
}

.bousai_wrapper .gNav {
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.bousai_wrapper .gNav_toggle {
  position: absolute;
  right: 0;
  top: 0;
  width: 6rem;
  height: 6rem;
  background-color: #ffe156;
  pointer-events: all;
}

.bousai_wrapper .gNav_toggle_body {
  position: absolute;
  left: 50%;
  top: 38.33%;
  width: 45%;
  height: 2px;
  background-color: #121212;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.bousai_wrapper .gNav_toggle_body::before, .bousai_wrapper .gNav_toggle_body::after {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: inherit;
  background-color: #121212;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  content: "";
}

.bousai_wrapper .gNav_toggle_body::before {
  top: -0.8rem;
}

.bousai_wrapper .gNav_toggle_body::after {
  bottom: -0.8rem;
}

.bousai_wrapper .gNav_toggle_txt {
  position: absolute;
  left: 0;
  bottom: 1em;
  width: 100%;
  color: #121212;
  font-size: 0.8rem;
  text-align: center;
}

.bousai_wrapper .gNav_inner {
  position: absolute;
  right: 0;
  top: 6rem;
  width: 100%;
  height: calc(100vh - 6rem);
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  z-index: 5000;
  overflow: scroll;
  pointer-events: all;
  padding-bottom: 120px;
}

.bousai_wrapper .gNav_inner::-webkit-scrollbar {
  visibility: hidden;
  width: 0;
}

.bousai_wrapper .gNav_inner::-webkit-scrollbar-corner {
  visibility: hidden;
}

.bousai_wrapper .gNav_item {
  border-bottom: 1px solid #fff;
}

.gNav_child .bousai_wrapper .gNav_item:last-child {
  border-bottom: none;
}

.bousai_wrapper .gNav_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 6rem;
  padding-left: 3rem;
  padding-right: 6rem;
  background-color: rgba(0, 153, 68, 0.9);
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.23;
}

.bousai_wrapper .gNav_body::after {
  display: block;
  position: absolute;
  right: 8%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-family: "CONDENSEicon";
  content: "ú";
}

.bousai_wrapper .gNav_child {
  display: none;
  border-top: 1px solid #fff;
}

.bousai_wrapper .gNav_child .gNav_item {
  border-bottom-color: #009944;
}

.bousai_wrapper .gNav_child .gNav_item:last-child {
  border-bottom: none;
}

.bousai_wrapper .gNav_child .gNav_body {
  background-color: rgba(255, 255, 255, 0.9);
  color: #009944;
  font-weight: normal;
}

.oepn + .bousai_wrapper .gNav_child {
  display: block;
}

.bousai_wrapper .gNav.open .gNav_toggle_body {
  background-color: transparent;
}

.bousai_wrapper .gNav.open .gNav_toggle_body::before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.bousai_wrapper .gNav.open .gNav_toggle_body::after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bousai_wrapper .gNav.open .gNav_toggle_txt {
  color: transparent;
}

.bousai_wrapper .gNav.open .gNav_toggle_txt::after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  color: #121212;
  text-align: center;
  content: "閉じる";
}

.bousai_wrapper .gNav.open .gNav_inner {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.bousai_wrapper .btn_totop {
  position: fixed;
  right: 4%;
  bottom: 8%;
  width: 4.6rem;
  height: 4.6rem;
  z-index: 1000;
}

.bousai_wrapper .btn_totop_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #ffe400;
  -webkit-box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
}

.bousai_wrapper .btn_totop_body::after {
  display: block;
  color: #009944;
  font-size: 2rem;
  font-family: "dripicons";
  content: "n";
}

.bousai_wrapper .footer_inner {
  position: relative;
  z-index: 1;
}

.bousai_wrapper .footer_inner::after {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: url(/library/stories/common/img/img_footer.png);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% auto;
  z-index: -1;
  pointer-events: none;
  content: "";
}

.bousai_wrapper .footer_logo {
  padding: 2.5rem 0;
  border-top: 0.5rem solid #009944;
  background-color: #fff;
  text-align: center;
}

.bousai_wrapper .footer_logo img {
  width: 11.7rem;
}

/*---------------------------------------
kv遅延表示
----------------------------------------*/

[class$="Kv"] div,
[class$="Kv"] h1{
  opacity: 0;
  transition: all .8s ease;
}

[class$="Kv"] .is_active{
  opacity: 1;
}

.topSec_ttl,
.pageSec_ttl,
.sonaeIdea_ttl,
.commentHeader_ttl,
.columnHeader_ttl,
.showAbout_ttl,
.profileHeader_ttl,
.showHeader_ttl,
.sonaepageHeader_ttl,
.cocoroList_ttl,
.checkseatBtn_read{
  opacity: 0;
  transition: all .8s ease;
}
.sonaeIdea_ttl.is_active,
.topSec_ttl.is_active,
.pageSec_ttl.is_active,
.commentHeader_ttl.is_active,
.showAbout_ttl.is_active,
.profileHeader_ttl.is_active,
.columnHeader_ttl.is_active,
.showHeader_ttl.is_active,
.sonaepageHeader_ttl.is_active,
.cocoroList_ttl.is_active,
.checkseatBtn_read.is_active{
  opacity: 1;
}

/*---------------------------------------
フッター修正
----------------------------------------*/
.bousai_wrapper .footer{
  background: #fff;
}
.bousai_wrapper .footer_img01{
  text-align: center;
  padding: 23px 0 0;
  width: 48%;
  margin: 0 auto 3%;
}
.bousai_wrapper .footer_img01 img{
  transform:translateX(5%);
}
.bousai_wrapper .footer_img02{
  margin-bottom: 1%;
}
.bousai_wrapper .footer_img03{
  margin: 0 3% 0 auto;
  width: 29.3%;
  padding-bottom: 2%;
}
.bousai_wrapper .page-copyright{
  background: #fff;
  text-align: right;
  padding: 2% 0;
}
.bousai_wrapper .page-copyright p{
  text-align: right;
  margin-right:2% ;
}

/*---------------------------------------
iframe の高さ調整
----------------------------------------*/
#fb_area_basic .fb_area_in iframe{
  height: 520px;
}
.fb_area iframe{
  height: 400px;
}


@media screen and (min-width: 750px) {
  #fb_area_basic .fb_area_in iframe{
    height: 455px;
  }
}
/*---------------------------------------
MW追記
----------------------------------------*/
@media screen and (max-width: 749px) {
  .theme-single-column .pbAreaWrapper1  {
    width: auto;
  }
}
.page-copyright {
  padding: 0;
  width: auto;
}