/*============================================================
  RESET
============================================================*/
/*
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%;
    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;
}

/*--- overwrite ---*/
*,
*::before,
*::after {
  box-sizing: border-box;
}
img {
  max-width: 100%;
  vertical-align: bottom;
}


/*============================================================
  COMMON
============================================================*/
html,
body {
  color: #404040;
  font-family: YakuHanJPs, YakuHanJP, zen-kaku-gothic-new, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  font-feature-settings: "palt";
  font-size: 18px;
  letter-spacing: -0.015em;
  line-height: 2.33;
}
body {
/*
  background: #fcfbfb url(/ikukyu/library/images/bg_body.png) center top repeat;
  background-size: 223px;
*/
  background-color: #fcfbfb
}
article {
  width: 100vw;
  min-width: 960px;
  height: auto;
  overflow: hidden;
}

.forSP,
.sp {
  display: none !important;
}
.forNarrow {
  display: block !important;
}
@media (min-width: 1025px) {
  .forNarrow {
    display: none !important;
  }
}

h2 {
  font-size: 2.33rem;
  line-height: 1.48;
}
h3 {
  font-size: 1.77rem;
  line-height: 1.48;
}
small {
  font-size: 80%;
  line-height: 1.625;
}
em {
  color: #3464c0;
  font-weight: bold;
  font-style: normal;
}
.txt_color {
  color: #3464c0;
}
/*
.txt_midashi-go,
.txt_zen-kakugo {
  font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
  font-style: normal;
}
 */
.txt_indent1 {
  padding-left: 1em;
  text-indent: -1em;
}

.replace-img {
  overflow: hidden;
  white-space: nowrap;
  text-indent: 1000%;
}

.mt0 { margin-top: 0 !important;}

.nv_btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 340px;
  min-height: 70px;
  border-radius: 35px;
  background: #f46802 url(/ikukyu/library/images/common/icn_arrow1.png) right 30px center no-repeat;
  background-size: 9px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition-duration: 0.2s;
}
.nv_btn:hover {
  background-color: #f97c17;
  background-position: right 24px center;
}
.nv_btn.nv_modal {
  padding-right: 4px;
  background-image: url(/ikukyu/library/images/common/icn_modal_wh.png);
  background-size: 21px;
}
.nv_btn.nv_modal:hover {
  background-position: right 30px center;
}
.nv_btn.nv_disable {
  background: #bbb;
  font-size: 110%;
  font-weight: 500;
  pointer-events: none;
}

.acc-trigger {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 35px 7px 35px;
  min-width: 380px;
  min-height: 70px;
  border-radius: 35px;
  background: #f46802 url(/ikukyu/library/images/common/icn_arrow2.png) 30px center no-repeat;
  background-size: 16px;
  box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.12);
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition-duration: 0.2s;
}
.acc-trigger span:nth-child(2) { display: none;}
.acc-trigger.__open { background-image: url(/ikukyu/library/images/common/icn_arrow3.png);}
.acc-trigger.__open span:nth-child(1) { display: none;}
.acc-trigger.__open span:nth-child(2) { display: inline-block;}
.acc-trigger:hover {
  background-color: #f97c17;
  background-position: left 30px bottom 25px;
}
.acc-trigger.__open:hover {
  background-position: left 30px bottom 35px;
}

.nv_btn-dl {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 86px 7px 60px;
  min-width: 300px;
  min-height: 70px;
  border-radius: 35px;
  background: #f46802 url(/ikukyu/library/images/common/icn_dl_wh.png) right 50px center no-repeat;
  background-size: 22px;
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition-duration: 0.2s;
  box-shadow: 0 0 12px 6px rgba(0, 0, 0, 0.12)
}
.nv_btn-dl:hover {
  background-color: #f97c17;
  background-position: right 50px center;
}

.nv_btn-blank {
  background-image: url(/ikukyu/library/images/common/icn_blank_wh.png);
  background-size: 17px;
}
.nv_btn-blank:hover {
  background-position: right 30px center;
}

.nv_txt-dl {
  display: inline-flex;
  margin-top: 20px;
  padding: 0 30px 0 0;
  background: url(/ikukyu/library/images/common/icn_dl_bk.png) right center no-repeat;
  background-size: 18px;
  border-bottom: 1px solid #404040;
  color: #404040;
  font-size: 1.11rem;
  text-decoration: none;
}
.nv_txt-dl:hover {
  color: #f46802;
  border-bottom-color: #f46802;
  background-image: url(/ikukyu/library/images/common/icn_dl_or.png);
}

.nv_movie {
  position: relative;
}
.nv_movie a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(/ikukyu/library/images/common/btn_play.png) center center no-repeat;
  background-size: 86px;
  transition: 0.3s;
}
.nv_movie a:hover {
/*  background-size: 96px;*/
  transform: scale(1.1);
}


/*============================================================
  MENU
============================================================*/
.menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  pointer-events: none;
}

.menu .btn-menu {
  position: fixed;
  top: 40px;
  right: 40px;
  display: block;
  margin: 0;
  padding-top: 14px;
  width: 38px;
  height: 30px;
  font-size: 0;
  line-height: 1;
  pointer-events: auto;
}
.menu .btn-menu span {
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  cursor: pointer;
  transition: 0.3s;
}
.menu .btn-menu:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
}
.menu .btn-menu:after {
  content: '';
  position: absolute;
  top: 28px;
  left: 0;
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #fff;
  transition: 0.3s;
}
.menu.__open .btn-menu span {
  opacity: 0;
}
.menu.__open .btn-menu:before {
  top: 15px;
  transform: rotate(-45deg);
  background-color: #404040;
}
.menu.__open .btn-menu:after {
  top: 15px;
  transform: rotate(45deg);
  background-color: #404040;
}

.lower .menu .btn-menu.__wh span,
.lower .menu .btn-menu.__wh:before,
.lower .menu .btn-menu.__wh:after { background-color: #fff;}

.menu .btn-menu.__bk span,
.menu .btn-menu.__bk:before,
.menu .btn-menu.__bk:after,
.lower .menu .btn-menu.__wh.__bk span,
.lower .menu .btn-menu.__wh.__bk:before,
.lower .menu .btn-menu.__wh.__bk:after,
.lower .menu.__open .btn-menu.__wh span,
.lower .menu.__open .btn-menu.__wh:before,
.lower .menu.__open .btn-menu.__wh:after,
.lower .menu.__open .btn-menu.__wh.__bk span,
.lower .menu.__open .btn-menu.__wh.__bk:before,
.lower .menu.__open .btn-menu.__wh.__bk:after,
.lower .menu .btn-menu span,
.lower .menu .btn-menu:before,
.lower .menu .btn-menu:after { background-color: #404040;}

.menu .btn-menu:hover span,
.menu .btn-menu:hover:before,
.menu .btn-menu:hover:after,
.lower .menu .btn-menu.__wh.__bk:hover span,
.lower .menu .btn-menu.__wh.__bk:hover:before,
.lower .menu .btn-menu.__wh.__bk:hover:after,
.lower .menu.__open .btn-menu.__wh:hover span,
.lower .menu.__open .btn-menu.__wh:hover:before,
.lower .menu.__open .btn-menu.__wh:hover:after,
.lower .menu.__open .btn-menu.__wh.__bk:hover span,
.lower .menu.__open .btn-menu.__wh.__bk:hover:before,
.lower .menu.__open .btn-menu.__wh.__bk:hover:after,
.lower .menu .btn-menu:hover span,
.lower .menu .btn-menu:hover:before,
.lower .menu .btn-menu:hover:after {
  background-color: #3464c0;
}

.corporate-logo {
  position: absolute;
  top: 30px;
  left: 40px;
  width: 128px;
  z-index: 2;
}

.menu #menu {
  position: absolute;
  top: -100vh;
  left: 0;
  padding: 145px 0 100px;
  width: 100vw;
  height: 100vh;
  overflow: auto;
  background-color: #fff;
  background-image: url(/ikukyu/library/images/common/txt_ikukyu-pjt.png);
  background-position: left bottom;
  background-repeat: no-repeat;
  background-size: 1252px;
  font-family: YakuHanJPs, YakuHanJP, soleil, zen-kaku-gothic-new, "游ゴシック体", YuGothic, "Yu Gothic Medium", sans-serif;
  line-height: 1.5;
  transition: 0.4s;
  pointer-events: none;
}
.menu.__open #menu {
  top: 0;
  pointer-events: auto;
}

.menu div nav {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: auto;
  width: 100%;
  max-width: 940px;
}
.menu nav ul.content {
  display: flex;
  flex-direction: column;
}
.menu nav ul.content:nth-child(1) {
  width: 580px;
}
.menu nav ul.content:nth-child(2) {
  width: calc(100% - 580px);
}
.menu nav ul.content li {
  padding-top: 15px;
  color: #404040;
  font-size: 30px;
  font-weight: 700;
}
.menu nav ul.content > li + li {
  margin-top: 50px;
}
.menu nav ul.content .nv1 { background: url(/ikukyu/library/images/common/txt_01top.png) left top no-repeat; background-size: 50px;}
.menu nav ul.content .nv2 { background: url(/ikukyu/library/images/common/txt_02movie.png) left top no-repeat; background-size: 69px;}
.menu nav ul.content .nv3 { background: url(/ikukyu/library/images/common/txt_03research.png) left top no-repeat; background-size: 96px;}
.menu nav ul.content .nv4 { background: url(/ikukyu/library/images/common/txt_04project.png) left top no-repeat; background-size: 82px;}
.menu nav ul.content .nv5 { background: url(/ikukyu/library/images/common/txt_05interviews.png) left top no-repeat; background-size: 105px;}
.menu nav ul.content .nv6 { background: url(/ikukyu/library/images/common/txt_06topics.png) left top no-repeat; background-size: 75px;}
.menu nav ul.content .nv7 { background: url(/ikukyu/library/images/common/txt_07discussion.png) left top no-repeat; background-size: 104px; margin-top: auto;}
.menu nav ul.content .nv7 { margin-top: 78px;}
.menu nav ul.content a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
  transition: 0.2s;
}
.menu nav ul.content a:hover {
  color: #3464c0;
}

.menu nav ul.content li ul {
  margin-top: 22px;
  border-top: 1px solid #404040;
}
.menu nav ul.content li ul li {
  padding: 18px 0 18px;
  border-bottom: 1px solid #404040;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: -0.05em;
}
.menu nav ul.content li ul li a {
  display: block;
  padding-right: 20px;
  background: url(../images/common/icn_blank_bk.png) right bottom no-repeat;
  background-size: 17px;
}
.menu nav ul.content li ul li a b {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 16px;
  letter-spacing: 0;
}
.menu nav ul.content li a span {
  font-weight: 500;
  letter-spacing: 0.04em;
}


.menu .sns {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 50px;
  margin-left: 580px;
  padding-left: 160px;
  width: 328px;
  background: url(/ikukyu/library/images/common/txt_share-us.png) 68px center no-repeat;
  background-size: 75px;
  list-style:none;
}
.menu .sns:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 50px;
  height: 1px;
  background-color: #404040;
}
.menu .sns li {
  margin: 0 20px 0 0;
  padding: 0;
  line-height: 1;
}
.sns a:hover {
  opacity: 0.7;
}

.menu ul li a.coming {
  pointer-events: none;
  opacity: 0.6;
  filter: grayscale(1);
  background: none !important;
}

.menu ul li a.coming + span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 4px auto 0 0;
  width: 240px;
  height: 40px;
  background-color: #a0a0a0;
  color: #fff;
  font-family: soleil, sans-serif;
  font-size: 16px;
  font-weight: normal;
}


/*============================================================
  SLIDER
============================================================*/
/* slick customize */
.slide-dots {
  position: absolute;
  left: 0;
  bottom: -16px;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
  line-height: 1;
}
.slide-dots li {
  display: inline-block;
  margin: 0 10px 0;
  padding: 0;
  width: 12px;
  height: 12px;
  border: 1px solid #3464c0;
  border-radius: 50%;
}
.slide-dots li button {
  display: none;
}
/*
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
}
*/
.slide-dots li.slick-active {
  background: #3464c0;
}


/*============================================================
  FOOTER
============================================================*/
footer {
  margin-top: 185px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 30%);
  text-align: center;
}

/**/
footer .pnv {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 120px;
  max-width: 1160px;
  min-width: 960px;
}
footer .pnv a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 49%;
  max-width: 570px;
  height: 220px;
  border: 1px solid #f46802;
  border-radius: 30px;
  color: #404040;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.47;
  text-decoration: none;
  transition: 0.3s;
}
footer .pnv a:nth-child(even) {
  margin-left: 20px;
}
footer .pnv a:nth-child(n+3) {
  margin-top: 20px;
}
footer .pnv a:after {
  content: '';
  display: inline-block;
  position: absolute;
  transition: 0.3s;
  pointer-events: none;
}
footer .pnv a small {
  display: block;
  font-size: 1.33rem;
  font-weight: bold;
  line-height: 1.44;
}

footer .pnv a.movie {
  /* background: #fff url(/ikukyu/library/images/common/illust_father.png) right 50px bottom -25px no-repeat;
  background-size: 152px; */
}
footer .pnv a.movie p {
  text-align: left;
  padding-left: 38px;
  padding-bottom: 20px;
  width: 100%;
  line-height: 1.4;
  font-size: ;
}
footer .pnv a.movie p span {
  font-size: 90%;
  font-weight: 500;
  letter-spacing: 0.04em;
}
footer .pnv a.movie p img {
  width: 67px;
  margin-left: 4px;
  margin-bottom: 10px;
}
footer .pnv a.movie {
  position: relative;
  display: flex;
  border: none;
  border-radius: 30px;
}
footer .pnv a.movie figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  transition: .3s;
}
footer .pnv a.movie figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: .5s;
}
footer .pnv a.movie:hover figure img {
  transform: scale(1.1);
  opacity: 0;
}
footer .pnv a.movie p {
  position: relative;
  color: #fff;
}

footer .pnv a.research {
  padding-right: 30px;
  background: #fff url(/ikukyu/library/images/common/bg_pnv_research.png) right bottom no-repeat;
  background-size: 138px;
}
footer .pnv a.research p {
  font-size: 2.15rem;
  line-height: 1.1;
}
footer .pnv a.research p img {
  width: 102px;
}
footer .pnv a.research p span {
  display: block;
  font-size: 2.87rem;
}
footer .pnv a.research small {
  margin-top: 14px;
  font-size: 1rem;
  font-weight: normal;
}

footer .pnv a.coming {
  opacity: 0.6;
  filter: grayscale(1);
}
footer .pnv a.coming small {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1em auto 0;
  width: 230px;
  height: 40px;
  background-color: #888;
  color: #fff;
  font-family: soleil, sans-serif;
  font-size: 50%;
  font-weight: normal;
}

footer .pnv a.project {
  background: #fff url(/ikukyu/library/images/common/bg_pnv_project.png) right 18px bottom no-repeat;
  background-size: 228px;
}
footer .pnv a.project p {
  text-align: left;
  padding-left: 38px;
  width: 100%;
}

footer .pnv a.interview {
  background:
    url(/ikukyu/library/images/common/bg_pnv_interview1.png) left bottom no-repeat,
    url(/ikukyu/library/images/common/bg_pnv_interview2.png) right bottom no-repeat,
    #fff;
  background-size: 120px;
}
footer .pnv a.interview p {
  letter-spacing: -0.1em;
}
footer .pnv a.interview p small {
  letter-spacing: 0;
}

footer .pnv a:hover {
  background-color: #f46802 !important;
  color: #fff;
}
footer .pnv a .txt_color {
  transition: 0.3s;
}
footer .pnv a:hover .txt_color {
  color: #fff;
}
footer .pnv a:hover:after {
  opacity: 0;
}
@media (min-width:961px) and (max-width:1200px) {
  footer .pnv {
    padding: 0 20px;
  }
  footer .pnv a {
    font-size: 2.5vw;
  }
  footer .pnv a small {
    font-size: 80%;
    background-color: #fff;
  }
}
@media (max-width:960px) {
  footer .pnv {
    padding: 0 20px;
  }
  footer .pnv a {
    font-size: 24px;
  }
  footer .pnv a small {
    font-size: 80%;
    background-color: #fff;
  }
}

footer .pnv a.discussion {
  position: relative;
  display: flex;
/*
  width: 650px;
  max-width: 650px;
  height: 200px;
*/
  border: none;
  border-radius: 30px;
}
footer .pnv a.discussion figure {
  position: absolute;
  top: 0;
  left: 0;
/*  width: 650px;*/
/*  height: 200px;*/
  width: 100%;
  height: 100%;
  border-radius: 30px;
  overflow: hidden;
  transition: .3s;
}
footer .pnv a.discussion figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: .5s;
}
footer .pnv a.discussion:hover figure img {
  transform: scale(1.1);
  opacity: 0;
}
footer .pnv a.discussion p {
  position: relative;
  color: #fff;
}


/**/
footer .msg {
  margin-bottom: 20px;
  font-size: 1.11rem;
  font-feature-settings: 'pkna';
  line-height: 2;
}
footer .msg img {
  margin-top: 30px;
  width: 430px;
}

/**/
footer .footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  /* margin-top: 85px; */
  margin-top: 20px;
  padding: 50px 20px 35px;
  background-color: #eee;
}
footer .footer div:nth-child(1) {
  padding: 10px 40px 10px 0;
  width: 50%;
  border-right: 1px solid #404040;
  text-align: right;
}
footer .footer div:nth-child(1) img {
  width: 128px;
}
footer .footer div:nth-child(2) {
  display: flex;
  align-items: center;
  padding-left: 138px;
  padding-bottom: 14px;
  width: 50%;
  background: url(/ikukyu/library/images/common/txt_share-us.png) 40px center no-repeat;
  background-size: 75px;
  text-align: left;
}
footer .footer div:nth-child(2) nav a {
  margin-right: 14px;
}
footer .pagetop {
  position: absolute;
  top: calc(50% - 75px);
  right: 40px;
  padding-top: 72px;
  background: url(/ikukyu/library/images/common/nv_arrow-top.png) no-repeat;
  background-position: left 5px;
  background-size: 8px;
  cursor: pointer;
  transition-duration: 0.2s;
}
footer .pagetop:hover {
  background-position: left top;
}
/*
footer .pagetop {
  position: fixed;
  bottom: 45px;
  right: 40px;
}
*/
footer .pagetop img {
  width: 12px;
}
footer .copyright {
  margin-top: 45px;
  font-size: 0.77rem;
}


/*============================================================
  SCROLL ANIMATION
============================================================*/
/**/
.__delay1, .__delay1::after { transition-delay: 0.3s; animation-delay: 0.3s}
.__delay2, .__delay2::after { transition-delay: 0.6s; animation-delay: 0.6s}
.__delay3, .__delay3::after { transition-delay: 0.9s; animation-delay: 0.9s}
.__delay4, .__delay4::after { transition-delay: 1.2s; animation-delay: 1.2s}
.__delay5, .__delay5::after { transition-delay: 1.5s; animation-delay: 1.5s}
.__delay6, .__delay6::after { transition-delay: 1.8s; animation-delay: 1.8s}
.__delay7, .__delay7::after { transition-delay: 2.1s; animation-delay: 2.1s}
.__delay8, .__delay8::after { transition-delay: 2.4s; animation-delay: 2.4s}

.__scale {
  transform: scale(0);
}
.__scale.__show {
  transform: scale(1);
  transition-duration: 0.3s;
}

.__fade {
  opacity: 0;
}
.__fade.__show {
  opacity: 1;
  transition-duration: 0.5s;
}

.__fadeUp {
  opacity: 0;
  transform: translateY(15px);
}
.__fadeUp.__show {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.6s;
}

.__fadeDown {
  opacity: 0;
  transform: translateY(-15px);
}
.__fadeDown.__show {
  opacity: 1;
  transform: translateY(0);
  transition-duration: 0.6s;
}

.__stretchX {
  transform: scaleX(0);
  transform-origin: left;
}
.__stretchX.__show {
  transform: scaleX(1);
  transition-duration: 0.6s;
}


/**/
/* .frame {
  opacity: 0;
  transform: scale(0);
  transition-duration: 0.3s;
}
.frame.__show {
  opacity: 1;
  transform: scale(1);
} */


/**/
@keyframes shoulderShow {
  0% {
    top: 5px;
    left: 5px;
    opacity: 0;
  }
  50% {
    top: 5px;
    left: 5px;
    opacity: 1;
  }
  100% {
    top: -10px;
    left: -10px;
    opacity: 1;
  }
}

/* .frame .shoulder {
  opacity: 0;
}
.frame .shoulder.__show {
  animation: shoulderShow 1s 0.3s forwards;
} */

/**/
@keyframes scaleUpBounce {
  0% {
    transform: scale(0);
  }
  90% {
    transform: scale(1.2);
  }
  100% {
    transform: scale(1);
  }
}

/* .balloon p img {
  transform: scale(0);
  transform-origin: right bottom;
}
.balloon p.__show img {
  animation-name: scaleUpBounce;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
} */

/* .num,
.__scaleUpBounce {
  transform: scale(0);
}
.num.__show,
.__scaleUpBounce.__show {
  animation-name: scaleUpBounce;
  animation-duration: 0.5s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
} */




/*============================================================
  MODAL
============================================================*/
.mfp-fade.mfp-bg {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-bg.mfp-ready {
    opacity: 0.8;
}
.mfp-fade.mfp-bg.mfp-removing {
    opacity: 0;
}

.mfp-fade.mfp-wrap .mfp-content {
    opacity: 0;
    -webkit-transition: all 0.15s ease-out;
    -moz-transition: all 0.15s ease-out;
    transition: all 0.15s ease-out;
}
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
    opacity: 1;
}
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
    opacity: 0;
}




/*============================================================
  パンくずリスト
============================================================*/
.breadcrumbs {
  display: flex;
  align-items: center;
  margin-top: 100px !important;
  padding: 0 25px !important;
  line-height: 1.5;
}
.breadcrumbs li {
  display: inline-flex;
  align-items: center;
  margin: 0 10px 0 0;
  padding: 0;
  font-size: 0.81rem;
  font-weight: 400;
}
.breadcrumbs li + li::before {
  content: '＞';
  display: inline-block;
  margin: 0 10px 0 0;
  padding: 0;
  color: inherit;
  font-size: 80%;
  line-height: 1.5;
}
.breadcrumbs li a {
  color: inherit;
  text-decoration: none;
}
.breadcrumbs li a:hover {
  color: #3464c0;
}
