@charset "UTF-8";
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, 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:after, blockquote:before, q:after, q:before {
  content: "";
  content: none
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent
}

ins {
  text-decoration: none
}

ins, mark {
  background-color: #ff9;
  color: #000
}

mark {
  font-style: italic;
  font-weight: 700
}

del {
  text-decoration: line-through
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0
}

input, select {
  vertical-align: middle
}

.flex {
  display: -ms-flexbox;
  display: flex
}

.flex--center {
  -ms-flex-pack: center;
  justify-content: center
}

.flex--between {
  -ms-flex-pack: justify;
  justify-content: space-between
}

.flex--vertical-center {
  -ms-flex-align: center;
  align-items: center
}

.unvisible {
  visibility: hidden
}

.center {
  text-align: center
}

.inline-block {
  display: inline-block
}

@media (min-width:768px) {
  .is-pc-disabled {
    display: none!important
  }
}

@media (max-width:767px) {
  .is-sp-disabled {
    display: none!important
  }
}

.indent-half {
  margin-left: -.5em
}

.pl50 {
  padding-left: 50px
}

.pl40 {
  padding-left: 40px
}

.pl30 {
  padding-left: 30px
}

.pl20 {
  padding-left: 20px
}

.pl10 {
  padding-left: 10px
}

.pr50 {
  padding-right: 50px
}

.pr40 {
  padding-right: 40px
}

.pr30 {
  padding-right: 30px
}

.pr20 {
  padding-right: 20px
}

.pr10 {
  padding-right: 10px
}

.pb0 {
  padding-bottom: 0
}

.pb50 {
  padding-bottom: 50px
}

.imgAdjst, .pb20 {
  padding-bottom: 20px
}

.clrfx:after, .clrfx:before {
  content: " ";
  display: table;
  clear: both
}

.clrfx {
  *zoom: 1
}

.fl {
  float: left
}

.fr {
  float: right
}

.dn {
  display: none
}

.tac {
  text-align: center
}

.tar {
  text-align: right;
  padding-right: 20px
}

.ml_05 {
  margin-left: -.5em
}

.hoverOp:hover {
  opacity: .6
}

.hoverColor {
  transition: .16s
}

.hoverColor:hover {
  color: #203868
}

.hideImg {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background-position: 50%;
  background-repeat: no-repeat
}

@media (max-width:767px) {
  .fl, .fr {
    float: none
  }
  .pl10, .pl20, .pl30, .pl40, .pl50 {
    padding-left: 0
  }
  .pr10, .pr20, .pr30, .pr40, .pr50 {
    padding-right: 0
  }
  .imgAdjst {
    padding-bottom: 0
  }
}

html {
  font-size: 62.5%;
  width: 100%
}

body {
  color: #333;
  font-size: 1.6rem;
  font-family: Shuei KakuGo Gin B, Hiragino Kaku Gothic Pro, メイリオ, Meiryo, Osaka, ＭＳ\ Ｐゴシック, MS PGothic, sans-serif;
  font-weight: 700;
  line-height: 180%;
}

body:before{
  content:"";
  display:block;
  position:fixed;
  top:0;
  left:0;
  z-index:-1;
  width:100%;
  height:100vh;
  background-image: url(../img/teaser/common/bg@2x.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
}
@media (max-width:767px) {
  body:before {
    background: none
  }
}

* {
  box-sizing: border-box
}

img {
  max-width: 100%;
  line-height: 1
}

a {
  color: #b70e16;
  text-decoration: none
}

a.arrow:before {
  content: "▶";
  display: inline-block;
  margin-right: 2px
}

a[target=_blank]:after {
  font-family: Hobonichi-Icons;
  content: "\e914";
  font-weight: 400;
  font-size: .8em;
  position: relative;
  top: -.2em
}

.hover-color, .item__description a {
  transition: .16s
}

.hover-color:hover, .item__description a:hover {
  color: #203868
}

.hover-opacity {
  transition: .16s
}

.hover-opacity:hover {
  opacity: .5
}

ul {
  list-style: none
}

.clearfix {
  overflow: hidden
}

@media (max-width:767px) {
  .sp-w90 {
    width: 90%
  }
}

@media (max-width:767px) {
  .sp-w80, .sp-w90 {
    margin-left: auto;
    margin-right: auto
  }
  .sp-w80 {
    width: 80%
  }
}

.wrapper {
  position: relative;
  max-width: 950px;
  margin: 0 auto;
  background-color: hsla(0, 0%, 100%, 1);
  box-shadow: 0 0 6px rgba(0, 0, 0, .6);
  z-index: 10
}

.header {
  padding-bottom: 30px;
  text-align: center
}

@media (max-width:767px) {
  .header {
    padding-bottom: 20px;
    background-image: url(../img/teaser/common/bg_sp@2x.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom;
  }
}

.header__hobonichi {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 30px;
  background-color: #a8bac0
}

@media (max-width:767px) {
  .header__hobonichi {
    height: 35px
  }
  .header__hobonichi img {
    width: 160px;
    display: block
  }
}

.header__title {
  margin-top: 40px
}

.header__title img {
  display: block;
  margin: 0 auto
}

@media (max-width:767px) {
  .header__title {
    width: 90%;
    margin: 20px auto 0
  }
}

.header__date {
  margin-top: 34px
}

@media (max-width:767px) {
  .header__date {
    margin-top: 20px
  }
  .header__date img {
    width: 160px
  }
}

.header__yodogawa {
  margin-top: 30px;
  transform: rotate(.05deg)
}

@media (max-width:767px) {
  .header__yodogawa {
    width: 95%;
    margin: 20px auto 0;
    text-align: left;
    line-height: 1.7
  }
  .header__yodogawa br {
    display: none
  }
}

@media (max-width:767px) {
  .main {
    margin-top: 0;
    padding-top: 10px
  }
}

.main__content {
  margin-top: 100px;
  text-align: center
}

@media (max-width:767px) {
  .main__content {
    margin-top: 20px
  }
}

.item__yodogawa {
    text-align: center;
    margin-top: 70px;
    margin-bottom: 70px;
    transform: rotate(.05deg)
}

#pre3 .item__yodogawa p {
  max-width: 400px;
  width: 90%;
  text-align: left;
  margin: 0 auto 1em;
}

#pre3 .item__yodogawa .image {
  margin: 60px auto;
}

.line {
    text-align: center;
}
  
.main__content .staff {
  margin-top: 100px;
  font-size: 1.2rem;
  color: #203868;
  line-height: 1.6;
  transform: rotate(.05deg)
}

@media (max-width:767px) {
  .item__yodogawa {
    width: 90%;
    margin: 30px auto;
    text-align: left;
    line-height: 1.7;
  }
  
  .item__yodogawa br {
      display: none;
  }

  #pre3 .item__yodogawa {
    width: 100%;
  } 

  #pre3 .item__yodogawa .image {
    margin: 30px auto;
  }

  .main__content .staff {
    width: 95%;
    margin: 0 auto;
    text-align: left
  }
  .main__content .staff br {
      display: none;
  }
}

.main__content .model-credit {
  margin-top: 1em;
  font-size: 1.3rem;
  transform: rotate(.05deg)
}

.slide {
  position: relative
}

@media (max-width:767px) {
  .slide .slide-content {
    margin-top: 10px
  }
}

.slide .swiper-container {
  line-height: 1
}

.slide .swiper-button-next, .slide .swiper-button-prev {
  width: 25px;
  height: 50px;
  background-size: 25px 50px
}

@media (max-width:767px) {
  .slide .swiper-button-next, .slide .swiper-button-prev {
    width: 15px;
    height: 30px;
    background-size: 15px 30px
  }
}

.slide .swiper-button-prev {
  left: 0;
  background-image: url(../img/teaser/common/btn_prev@2x.png)
}

.slide .swiper-button-next {
  right: 0;
  background-image: url(../img/teaser/common/btn_next@2x.png)
}

.slide .swiper-pagination {
  position: static;
  min-height: 16px;
  margin-top: 5px
}

.slide .swiper-pagination-bullet {
  width: 10px;
  height: 10px
}

.slide .swiper-pagination-bullet-active {
  background-color: #b70e16
}

.slide-head {
  position: absolute;
  top: 0;
  right: 40px;
  z-index: 100;
  transform: rotate(.05deg)
}

.slide-head--left {
  right: auto;
  left: 20px
}

@media (max-width:767px) {
  .slide-head {
    position: static;
    width: 90%;
    margin: 0 auto
  }
}

.slide-head__preview {
  display: inline-block
}

@media (min-width:768px) {
  .slide-head__preview {
    margin-left: -18px
  }
  .slide-head__preview img {
    margin-bottom: -18px
  }
  .slide-head__preview:after {
    margin-left: 18px;
    box-shadow: 0 0 12px rgba(20, 27, 73, .8)
  }
}

.slide-head__preview img {
  opacity: 0;
  transform: translateY(5px);
  transition: .5s cubic-bezier(.445, .05, .55, .95) .8s
}

.slide-head__preview:after {
  content: "";
  display: block;
  width: 0;
  height: 5px;
  background-color: #fff;
  transition: .7s cubic-bezier(.445, .05, .55, .95)
}

.show .slide-head__preview img {
  opacity: 1;
  transform: translateY(0)
}

.show .slide-head__preview:after {
  width: 94px
}

@media (max-width:767px) {
  .show .slide-head__preview:after {
    width: 100%
  }
}

@media (max-width:767px) {
  .slide-head__preview {
    line-height: 1.2
  }
  .slide-head__preview img {
    width: 62px
  }
  .slide-head__preview:after {
    height: 3px;
    background-color: #333
  }
}

.slide-head__title {
  margin-top: 20px;
  color: #fff;
  font-size: 3.7rem;
  line-height: 1.2;
  opacity: 0;
  transform: translateY(5px);
  transition: .5s cubic-bezier(.445, .05, .55, .95) .8s
}

@media (min-width:768px) {
  .slide-head__title {
    text-shadow: 0 0 12px rgba(20, 27, 73, .8)
  }
}

@media (max-width:767px) {
  .slide-head__title {
    margin-top: 10px;
    color: #333;
    font-size: 2rem;
    line-height: 1.3
  }
}

.show .slide-head__title {
  opacity: 1;
  transform: translateY(0)
}

.profile {
  float: left;
  margin-top: 15px;
  margin-left: 15px;
  font-size: 1.3rem
}

@media (max-width:767px) {
  .profile {
    float: none;
    text-align: center;
    margin-right: 0
  }
}

.recipe {
  float: right;
  margin-top: 100px;
  margin-right: 50px
}

@media (max-width:767px) {
  .recipe {
    float: none;
    text-align: center;
    margin-right: 0;
    margin-top: 1em;
  }
}

.conv {
  padding: 70px 0;
}

.conv dl {
  max-width: 580px;
  width: 90%;
  margin: 0 auto 40px;
  display: -ms-flexbox;
  display: flex;
}

.conv dt {
  width: 120px;
  margin-right: 30px;
  text-align: right;
}

.conv dd {
  width: 100%;
}

.conv .mikuni {
  color: #d8000a;
}

.conv .kosaka {
  color: #001476;
}

.conv .image {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width:640px) {

  .conv {
    padding: 30px 0;
  }
  .conv .image {
    text-align: center;
    margin-bottom: 2em;
  }
  .conv dl {
    margin: 0 auto 2em;
    padding-left: 0;
    display: block;
    font-size: 1.5rem;
  }
  .conv dt {
    width: auto;
    text-align: left;
  }
}

.items {
  margin-top: 100px
}

.items+.line {
  margin-top: 80px
}

@media (max-width:767px) {
  .items, .items+.line {
    margin-top: 40px
  }
}

.item {
  display: -ms-flexbox;
  display: flex;
  transform: rotate(.05deg)
}

@media (max-width:767px) {
  .item {
    display: block;
    text-align: center
  }
}

.item--center {
  -ms-flex-align: center;
  align-items: center
}

.item__image {
  width: 53%;
  text-align: center;
  padding-left: 20px;
  transform: translateY(10px);
  opacity: 0;
  transition: .7s cubic-bezier(.445, .05, .55, .95)
}

#pre4 .item__image {
  width: 50%;
}

.show .item__image {
  opacity: 1;
  transform: translateY(0)
}

@media (max-width:767px) {
  .item__image {
    width: auto;
    padding-left: 2%;
    padding-right: 2%
  }
  #pre4 .item__image {
    width: auto;
  }
}

.item__info {
  position: relative
}

.item__info dl {
  margin: 1em auto 0;
  display: -ms-flexbox;
  display: flex;
  transform: translateX(10px);
  opacity: 0;
  transition: .7s cubic-bezier(.445, .05, .55, .95) .2s;
}

.item__info dt {
  font-size: 3rem;
}

.show .item__info dl {
  opacity: 1;
  transform: translateX(0);
}

@media (max-width:767px) {
  .item__info {
    margin-top: 0!important
  }
  .item__info dl {
    transform: translateY(10px);
    width: 64%;
  }
  .item__info dt {
    font-size: 2rem;
  }
  .show .item__info dl {
    transform: translateY(0);
  }

}

.item__capture {
  position: absolute;
  top: -40px;
  right: -30px;
  opacity: 0;
  transition: .7s cubic-bezier(.445, .05, .55, .95) .3s
}

@media (min-width:768px) {
  .item__capture {
    transform: translateX(10px)
  }
}

@media (max-width:767px) {
  .item__capture {
    position: static;
    margin-top: 10px;
    margin-bottom: -30px;
    transform: translateY(10px)
  }
}

.show .item__capture {
  opacity: 1;
  transform: translate(0)
}

.item__name {
  font-size: 3.8rem;
  opacity: 0;
  transition: .7s cubic-bezier(.445, .05, .55, .95) .2s;
  line-height: 1.4;
}

#pre3 .item__name .fs_3 {
  font-size: 3rem;
}

#pre3 .item__name .fs_1 {
  font-size: 1.2rem;
  vertical-align: middle;
}

#pre4 .item__name {
  font-size: 3.5rem;
}

.item__name--medium {
  font-size: 2.8rem
}

@media (min-width:768px) {
  .item__name {
    transform: translateX(10px)
  }
}

@media (max-width:767px) {
  .item__name {
    transform: translateY(10px);
    margin-top: 5px;
    line-height: 1.4
  }
  .item__name--medium {
    font-size: 2.6rem
  }
  #pre3 .item__name {
    font-size: 3.4rem;
  }
  #pre4 .item__name {
    font-size: 2.4rem;
  }
}

.show .item__name {
  opacity: 1
}

@media (min-width:768px) {
  .show .item__name {
    transform: translateX(0)
  }
}

@media (max-width:767px) {
  .show .item__name {
    transform: translateY(0)
  }
}

.item__name br+.item__price {
  display: block;
  margin-top: 8px;
  margin-left: 0
}

.item__name+.item__name {
  margin-top: 1em
}

.item__name:nth-of-type(2) {
  transition-delay: .3s
}

.item__name:nth-of-type(3) {
  transition-delay: .4s
}

.item__price {
  margin-left: 30px;
  font-size: 1.8rem
}

.item__price small {
  margin-left: .5em;
  font-size: 1.2rem;
  /* vertical-align: bottom; */
}

#pre3 .item__price small {
  vertical-align: text-bottom;
}

.text_r {
  text-align: right;
  display: block;
  margin-top: -2em !important;
}

.text_r2 {
  text-align: right;
  display: block;
}

@media (max-width:767px) {
  .item__price {
    display: block;
    margin-left: 0;
  }
  .item__price small {
    vertical-align: 2px
  }
  #pre3 .item__name .fs_3 {
    font-size: 2.5rem;
  }
  .text_r {
    margin-top: 0 !important;
    text-align: center;
  }
  .text_r2 {
    text-align: center;
  }
}

.item__description {
  margin-top: 30px;
  opacity: 0;
  transition: .7s cubic-bezier(.445, .05, .55, .95) .3s
}

.item__description.name2 {
  transition-delay: .4s
}

.item__description.name3 {
  transition-delay: .5s
}

@media (min-width:768px) {
  .item__description {
    transform: translateX(10px)
  }
}

@media (max-width:767px) {
  .item__description {
    transform: translateY(10px)
  }
}

.show .item__description {
  opacity: 1
}

@media (min-width:768px) {
  .show .item__description {
    transform: translateX(0)
  }
}

@media (max-width:767px) {
  .show .item__description {
    transform: translateY(0)
  }
}

@media (max-width:767px) {
  .item__description {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: left
  }
  .item__description br {
    display: none
  }
}

.item+.item {
  margin-top: 140px
}

@media (max-width:767px) {
  .item+.item {
    margin-top: 70px
  }
}

.open-schedule {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 40px;
  margin-top: 70px;
  background-color: #9cadb5
}

.open-schedule__head {
  text-align: center;
  margin-bottom: 20px;
  transform: rotate(.05deg)
}

@media (max-width:767px) {
  .open-schedule__head {
    width: 80%;
    margin-left: auto;
    margin-right: auto
  }
}

.open-schedule p {
  font-size: 2.8rem;
  line-height: 1.9em;
  color: #fff;
  transform: rotate(.05deg)
}

.open-schedule p i {
  font-family: Gill Sans, Gill Sans MT, Calibri, sans-serif;
  letter-spacing: .02em;
  font-weight: 400
}

.open-schedule p em {
  font-style: normal;
  font-size: 3.5rem
}

.open-schedule__next {
  font-size: 3rem!important;
  margin-top: 1em;
  text-align: center
}

@media (max-width:767px) {
  .open-schedule {
    height: auto;
    margin-top: 50px;
    padding-top: 35px;
    padding-bottom: 25px
  }
  .open-schedule p {
    margin-top: 20px;
    text-align: center;
    font-size: 2.3rem;
    line-height: 1.7
  }
  .open-schedule p i {
    font-size: 2.5rem
  }
  .open-schedule p em {
    font-size: 2.7rem
  }
  .open-schedule__next {
    margin-top: 2em!important;
    margin-bottom: 1em;
    font-size: 2.8rem!important;
    line-height: 1.4!important
  }
}

.schedule {
  margin-top: 60px;
  text-align: center
}

@media (max-width:767px) {
  .schedule {
    margin-top: 40px
  }
}

.schedule__title {
  font-size: 3rem;
  color: #333;
  transform: rotate(.05deg)
}

@media (max-width:767px) {
  .schedule__title {
    margin-bottom: 0
  }
}

.schedule a {
  color: #333
}

.schedule-items {
    max-width: 630px;
    margin: 0 auto;
}
.schedule-item {
  display: inline-block;
  width: 270px;
  margin-top: 45px;
  margin-bottom: 45px;
  margin-left: 20px;
  margin-right: 20px;
  vertical-align: top
}
.margin-l {
    margin-left: -.5em;
}
@media (max-width:767px) {
  .schedule-item {
    display: block;
    width: 100%;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0
  }
  .schedule-item:nth-child(odd) .schedule-item__image {
    border-right: 1px solid #fff
  }
  .schedule-item:nth-child(2n) .schedule-item__image {
    border-left: 1px solid #fff
  }
  .margin-l {
    margin-left: 0;
  }
}

.schedule-item__header {
  position: relative
}

.schedule-item__title {
  margin-top: 10px;
  text-align: center;
  white-space: nowrap;
  transform: rotate(.05deg)
}

@media (max-width:767px) {
  .schedule-item__title {
    padding-left: 5%;
    padding-right: 5%;
    text-align: left;
    white-space: normal
  }
}

.footer {
  margin-top: 70px;
  padding-bottom: 80px;
  text-align: center
}

@media (max-width:767px) {
  .footer {
    margin-top: 90px;
    padding-bottom: 70px
  }
}

.footer__links li {
  display: inline-block;
  margin-left: 55px;
  margin-right: 55px;
  vertical-align: bottom
}

@media (max-width:767px) {
  .footer__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-align: end;
    align-items: flex-end
  }
  .footer__links li {
    display: block;
    margin-left: 0;
    margin-right: 0
  }
}

.footer__copyright {
  margin-top: 120px
}

@media (max-width:767px) {
  .footer__copyright {
    margin-top: 30px
  }
}

.lightbox {
  max-height: 90vh!important;
  padding: 20px;
  background-color: #fff;
  overflow-y: scroll
}

.lightbox__title {
  font-size: 3rem
}

.lightbox__title rt {
  font-size: 1.1rem;
  transform: translateY(-2px)
}

.lightbox__content>* {
  margin-top: 1em;
  transform: rotate(.05deg)
}

.lightbox__content small {
  display: block;
  font-size: 1.3rem;
  line-height: 1.5
}

@media (max-width:767px) {
  .lightbox__content.no-br br {
    display: none
  }
}

.lightbox__close {
  margin-top: 2em;
  text-align: center;
  cursor: pointer
}

.lightbox__close a {
  color: #333
}

.lightbox h4 {
  margin-top: 1em
}

.lity {
  background-color: hsla(0, 0%, 100%, .7)!important
}

@media (max-width:767px) {
  .lity-content {
    width: 90%!important;
    margin-left: auto;
    margin-right: auto
  }
}

.lity-close {
  display: none!important
}