@charset "UTF-8";
/*
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; }

html, body {
  font-family: "NotoSansCJKjp", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%; }

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 400;
  src: local("Noto Sans CJK JP Regular"), url("/assets/common/fonts/NotoSansCJKjp-Regular.woff") format("woff"), url("/assets/common/fonts/NotoSansCJKjp-Regular.otf") format("opentype"); }

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 700;
  src: local("Noto Sans CJK JP Bold"), url("/assets/common/fonts/NotoSansCJKjp-Bold.woff") format("woff"), url("/assets/common/fonts/NotoSansCJKjp-Bold.otf") format("opentype"); }

@font-face {
  font-family: "NotoSansCJKjp";
  font-style: normal;
  font-weight: 900;
  src: local("Noto Sans CJK JP Black"), url("/assets/common/fonts/NotoSansCJKjp-Black.woff") format("woff"), url("/assets/common/fonts/NotoSansCJKjp-Black.otf") format("opentype"); }

.sp-obj {
  display: block; }
  @media screen and (min-width: 751px) {
    .sp-obj {
      display: none; } }

.pc-obj {
  display: none; }
  @media screen and (min-width: 751px) {
    .pc-obj {
      display: block; } }

.thumbs {
  width: 100%;
  position: relative; }

.thumbs::before {
  content: "";
  display: block;
  padding-top: 100%; }

.thumbs a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.fCard {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

.fCard__img {
  border-radius: 30px;
  overflow: hidden; }

.fCard__right-section {
  position: relative; }

.fCard__ttl {
  color: #401708;
  word-wrap: break-word; }

.fCard__txt {
  word-wrap: break-word; }

.fCard__btn-link {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }
  .fCard__btn-link:hover .fCard__moreBtn span {
    background-color: #b41d23; }

.fCard__moreBtn {
  width: 100%;
  text-align: right;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end; }
  @media screen and (min-width: 751px) {
    .fCard__moreBtn {
      -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
      align-self: flex-end; } }
  .fCard__moreBtn span {
    display: inline-block;
    text-decoration: none;
    font-size: 1rem;
    color: #fff;
    padding: 3% 10% 3% 8%;
    background-color: #d1121a;
    border-radius: 50px;
    position: relative; }
    @media screen and (min-width: 751px) {
      .fCard__moreBtn span {
        padding: 8px 32px 8px 23px; } }
    .fCard__moreBtn span:after {
      content: '';
      width: 4px;
      height: 4px;
      border: 0px;
      border-top: solid 1px #fff;
      border-right: solid 1px #fff;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 50%;
      right: 8%;
      margin-top: -3px; }
      @media screen and (min-width: 751px) {
        .fCard__moreBtn span:after {
          width: 6px;
          height: 6px;
          right: 13px;
          margin-top: -3.5px; } }
    .fCard__moreBtn span:hover {
      background-color: #b41d23; }

@media screen and (min-width: 751px) {
  .fCard__l-talk {
    padding-top: 8px; } }

.fCard__moviettl {
  font-size: 1.6rem;
  line-height: 2.9rem; }
  @media screen and (min-width: 751px) {
    .fCard__moviettl {
      font-size: 2rem;
      line-height: 4.2rem; } }

.fCard__talkttl {
  font-size: 1.2rem;
  line-height: 1.8rem; }
  @media screen and (min-width: 751px) {
    .fCard__talkttl {
      font-size: 1.4rem;
      line-height: 2.1rem; } }

.fCard__themeImgttl {
  font-size: 1.5rem;
  line-height: 2.9rem; }
  @media screen and (min-width: 751px) {
    .fCard__themeImgttl {
      font-size: 1.8rem;
      line-height: 4.2rem; } }

.fCard__themeImgtxt {
  font-size: 1.2rem;
  line-height: 1.7rem; }
  @media screen and (min-width: 751px) {
    .fCard__themeImgtxt {
      font-size: 1.4rem;
      line-height: 2.1rem; } }

.fCard__movietxt {
  font-size: 1.1rem;
  line-height: 1.5rem; }
  @media screen and (min-width: 751px) {
    .fCard__movietxt {
      font-size: 1.4rem;
      line-height: 1.9rem; } }

.view-more-btn {
  text-align: center; }
  .view-more-btn a {
    display: inline-block;
    width: 59.7%;
    color: #fff;
    font-size: 1.4rem;
    background-color: #d1121a;
    border-radius: 50px;
    text-decoration: none;
    position: relative;
    padding: 5% 0; }
    @media screen and (min-width: 751px) {
      .view-more-btn a {
        width: 266px;
        font-size: 2rem;
        line-height: 5.9rem;
        padding: 0; } }
    .view-more-btn a:after {
      content: '';
      width: 7px;
      height: 7px;
      border: 0px;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg);
      position: absolute;
      top: 50%;
      right: 8%;
      margin-top: -3px; }
    .view-more-btn a:hover {
      background-color: #b41d23; }

html {
  font-size: 62.5%; }

html, body {
  width: 100%; }

section, header, footer, nav, div, ul, ol, li, a, p, span, h1, h2, h3, h4, h5, h6, dl, dt, dd {
  box-sizing: border-box;
  padding: 0;
  margin: 0; }

ul {
  list-style-type: none; }

.clearfix:after {
  content: " ";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

@media screen and (min-width: 751px) {
  .page-top {
    width: 100%;
    padding-right: 30px;
    text-align: right;
    line-height: 0;
    background-color: #fff6c5; } }

.modal_item {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin: 0 auto; }
  @media screen and (min-width: 751px) {
    .modal_item {
      width: 761px;
      height: 464px; } }

.modal_movie {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0; }

#mdOverlay {
  width: 100%;
  height: 120%;
  background-color: rgba(247, 176, 169, 0.9);
  position: fixed;
  z-index: 98;
  top: 0;
  display: none; }
  @media screen and (min-width: 751px) {
    #mdOverlay {
      min-width: 980px; } }

#md-slideWrap {
  width: 90%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 99;
  opacity: 0; }
  @media screen and (min-width: 751px) {
    #md-slideWrap {
      width: 980px; } }

.md-slide {
  position: relative;
  overflow: hidden;
  width: 100%; }
  @media screen and (min-width: 751px) {
    .md-slide {
      width: 761px;
      height: 464px; } }

.md-photo {
  border-radius: 30px;
  overflow: hidden;
  position: relative; }
  @media screen and (min-width: 751px) {
    .md-photo {
      width: 761px;
      height: 464px; } }
  .md-photo img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    /*min-width: 100%;*/
    /*min-height: 100%;*/
    /*max-width: 120%;*/
    /*width: auto;*/
    /*height: auto;*/
    height:100%;
    border-radius: 15px;
  }

.md-photo::before {
  content: "";
  display: block;
  padding-top: 60.97%; }

#md-prev, #md-next {
  width: 12.4%;
  max-width: 93px;
  position: absolute;
  z-index: 99; }
  @media screen and (min-width: 751px) {
    #md-prev, #md-next {
      width: 62px;
      height: 62px; } }
  #md-prev img, #md-next img {
    width: 100%;
    height: auto; }

#md-txt {
  margin: 0 auto;
  position: absolute;
  text-align: center;
  text-decoration: underline;
  font-weight: 700;
  color: #401708;
  word-wrap: break-word;
  font-size: 1.4rem;
  line-height: 2.2rem;
  width: 50%; }
  @media screen and (min-width: 751px) {
    #md-txt {
      width: 600px;
      font-size: 2.4rem;
      line-height: 3.6rem; } }

#md-prev {
  width: 100%;
  left: 0; }
  @media screen and (min-width: 751px) {
    #md-prev {
      width: 64px; } }

#md-next {
  width: 100%;
  right: 0; }
  @media screen and (min-width: 751px) {
    #md-next {
      width: 64px; } }

#md-prev a,
#md-next a {
  display: inline-block;
  width: 100%;
  height: 100%;
  position: relative; }
  @media screen and (min-width: 751px) {
    #md-prev a,
    #md-next a {
      width: 64px;
      height: 64px; } }

#md-close {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  z-index: 99;
  padding: 1.25rem 0.6rem 1.25rem 0; }
  @media screen and (min-width: 751px) {
    #md-close {
      padding: 2.2rem 2.4rem 2.2rem 0; } }

.md-close-trigger,
.md-close-trigger span {
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box; }

.md-close-trigger {
  position: relative;
  width: 27px;
  height: 21px; }
  @media screen and (min-width: 751px) {
    .md-close-trigger {
      width: 35px;
      height: 26px; } }

.md-close-trigger span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #401708;
  border-radius: 10px; }
  @media screen and (min-width: 751px) {
    .md-close-trigger span {
      height: 4px; } }

.md-close-trigger span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg); }
  @media screen and (min-width: 751px) {
    .md-close-trigger span:nth-of-type(1) {
      -webkit-transform: translateY(11px) rotate(-45deg);
      -ms-transform: translateY(11px) rotate(-45deg);
      transform: translateY(11px) rotate(-45deg); } }

.md-close-trigger span:nth-of-type(2) {
  bottom: 0;
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg); }
  @media screen and (min-width: 751px) {
    .md-close-trigger span:nth-of-type(2) {
      -webkit-transform: translateY(-11px) rotate(45deg);
      -ms-transform: translateY(-11px) rotate(45deg);
      transform: translateY(-11px) rotate(45deg); } }

.md-close-trigger:hover span:nth-of-type(1) {
  top: 0;
  -webkit-transform: translateY(9px) rotate(135deg);
  -ms-transform: translateY(9px) rotate(135deg);
  transform: translateY(9px) rotate(135deg); }
  @media screen and (min-width: 751px) {
    .md-close-trigger:hover span:nth-of-type(1) {
      -webkit-transform: translateY(11px) rotate(135deg);
      -ms-transform: translateY(11px) rotate(135deg);
      transform: translateY(11px) rotate(135deg); } }

.md-close-trigger:hover span:nth-of-type(2) {
  bottom: 0;
  -webkit-transform: translateY(-9px) rotate(-135deg);
  -ms-transform: translateY(-9px) rotate(-135deg);
  transform: translateY(-9px) rotate(-135deg); }
  @media screen and (min-width: 751px) {
    .md-close-trigger:hover span:nth-of-type(2) {
      -webkit-transform: translateY(-11px) rotate(-135deg);
      -ms-transform: translateY(-11px) rotate(-135deg);
      transform: translateY(-11px) rotate(-135deg); } }

.header {
  width: 100%;
  position: fixed;
  z-index: 10; }
  @media screen and (min-width: 751px) {
    .header {
      min-width: 980px; } }

.header__container {
  position: absolute;
  right: 0;
  background-color: #fff;
  width: 100%; }
  @media screen and (min-width: 751px) {
    .header__container {
      min-width: 980px;
      height: 70px;
      margin: 0 auto; } }

.header__menu {
  text-align: right;
  padding: 1.25rem 0.6rem 1.25rem 0; }
  @media screen and (min-width: 751px) {
    .header__menu {
      padding: 2.2rem 2.4rem 2.2rem 0; } }

.header__menu-trigger,
.header__menu-trigger span {
  display: inline-block;
  -webkit-transition: all .3s;
  transition: all .3s;
  box-sizing: border-box; }

.header__menu-trigger {
  position: relative;
  width: 27px;
  height: 21px; }
  @media screen and (min-width: 751px) {
    .header__menu-trigger {
      width: 35px;
      height: 26px; } }

.header__menu-trigger span {
  position: absolute;
  right: 0;
  width: 100%;
  height: 3px;
  background-color: #000;
  border-radius: 10px; }
  @media screen and (min-width: 751px) {
    .header__menu-trigger span {
      height: 4px; } }

.header__menu-trigger span:nth-of-type(1) {
  top: 0; }

.header__menu-trigger span:nth-of-type(2) {
  top: 9px; }
  @media screen and (min-width: 751px) {
    .header__menu-trigger span:nth-of-type(2) {
      top: 11px; } }

.header__menu-trigger span:nth-of-type(3) {
  bottom: 0; }

.header__menu-trigger.active span {
  background-color: #fff; }

.header__menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(9px) rotate(-45deg);
  -ms-transform: translateY(9px) rotate(-45deg);
  transform: translateY(9px) rotate(-45deg); }
  @media screen and (min-width: 751px) {
    .header__menu-trigger.active span:nth-of-type(1) {
      -webkit-transform: translateY(11px) rotate(-45deg);
      -ms-transform: translateY(11px) rotate(-45deg);
      transform: translateY(11px) rotate(-45deg); } }

.header__menu-trigger.active span:nth-of-type(2) {
  opacity: 0; }

.header__menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-9px) rotate(45deg);
  -ms-transform: translateY(-9px) rotate(45deg);
  transform: translateY(-9px) rotate(45deg); }
  @media screen and (min-width: 751px) {
    .header__menu-trigger.active span:nth-of-type(3) {
      -webkit-transform: translateY(-11px) rotate(45deg);
      -ms-transform: translateY(-11px) rotate(45deg);
      transform: translateY(-11px) rotate(45deg); } }

.header__menu-trigger {
  position: relative;
  z-index: 25; }

.nav {
  width: 100%;
  height: 120%;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.3);
  position: relative;
  opacity: 0;
  margin: auto;
  display: none;
  z-index: 20; }

.nav__redArea {
  width: 75.2%;
  height: 100vh;
  background-color: #e60012;
  float: right;
  padding-top: 50%;
  opacity: 0;
  position: relative; }
  @media screen and (min-width: 751px) {
    .nav__redArea {
      width: 564px; } }

.nav__contWrap {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 10%; }
  @media screen and (min-width: 751px) {
    .nav__contWrap {
      padding-left: 108px; } }

.nav__contWrap .nav__sns-notice {
  margin-top:12%;
}

@media screen and (min-width: 751px) {
  .nav__contWrap .nav__sns-notice {
    margin-top: 50px;
  }
}

.nav__contWrap .nav__sns-notice p {
  font-size: 1.1rem;
  letter-spacing: .25rem;
}
@media screen and (min-width: 751px) {
  .nav__contWrap .nav__sns-notice p {
    font-size: 1.5rem;
    letter-spacing: .25rem;
  }
}

.nav__g-nav li {
  margin-bottom: 7.7%;
  font-size: 1.5rem;
  line-height: 1.75rem; }
  @media screen and (min-width: 751px) {
    .nav__g-nav li {
      margin-bottom: 10px;
      font-size: 2.4rem;
      line-height: 5.7rem; } }

.nav__g-nav a {
  position: relative;
  color: #fff;
  text-decoration: none;
  -webkit-transition: color .15s;
  transition: color .15s; }
  .nav__g-nav a:hover {
    color: #b41d23; }

.nav__line {
  width: 8.9%;
  border: none;
  border-top: 2px solid rgba(255, 255, 255, 0.4);
  margin: 12% auto 0 0; }
  @media screen and (min-width: 751px) {
    .nav__line {
      width: 70px;
      border-top: 3px solid rgba(255, 255, 255, 0.4);
      margin: 40px auto 0 0; } }

.nav__sns {
  margin-top: 6.8%; }
  @media screen and (min-width: 751px) {
    .nav__sns {
      margin-top: 25px; }
    }

  .nav__sns li {
    display: inline-block;
    margin-right: 10.6%; }
    @media screen and (min-width: 751px) {
      .nav__sns li {
        margin-right: 36px; } }
    .nav__sns li img {
      width: 100%;
      height: auto; }

.nav__sns li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 9%; }
  @media screen and (min-width: 751px) {
    .nav__sns li {
      width: 40px; } }
  .nav__sns li a {
    display: inline-block; }
  .nav__sns li img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1; }
    @media screen and (min-width: 751px) {
      .nav__sns li img {
        width: 40px; } }

.main {
  width: 100%;
  overflow: hidden;
  padding-top: 47px;
  background-color: #fffcea; }
  @media screen and (min-width: 751px) {
    .main {
      padding-top: 70px;
      overflow: visible;
      min-width: 980px;
      max-width: 2000px;
      margin: 0 auto; } }

.btn-wrap {
  margin-bottom: 13%; }
  @media screen and (min-width: 751px) {
    .btn-wrap {
      margin-bottom: 60px; } }

.sns {
  width: 100%; }
  @media screen and (min-width: 751px) {
    .sns {
      width: 820px;
      margin: 0 auto;
      padding: 60px 0;
      position: relative;
      border-top: 2px dotted rgba(64, 23, 8, 0.5); } }

.sns__l-container {
  width: 100%;
  margin: 0 auto; }

.sns__ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.7rem;
  color: #401708;
  text-align: center; }
  @media screen and (min-width: 751px) {
    .sns__ttl {
      font-size: 1.9rem;
      line-height: 3.2rem;
      position: absolute;
      top: 78px;
      left: 155px; } }
  .sns__ttl:before, .sns__ttl:after {
    display: block;
    content: "";
    display: inline-block;
    width: 5%;
    height: 2px;
    background-color: #401708; }
    @media screen and (min-width: 751px) {
      .sns__ttl:before, .sns__ttl:after {
        display: none; } }
  .sns__ttl:before {
    -ms-transform: rotate(60deg);
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg); }
  .sns__ttl:after {
    -ms-transform: rotate(-60deg);
    -webkit-transform: rotate(-60deg);
    transform: rotate(-60deg); }

.sns__iconWrap {
  width: 100%;
  margin: 5% auto 10%;
  text-align: center; }
  @media screen and (min-width: 751px) {
    .sns__iconWrap {
      width: 160px;
      margin: 0 auto; } }
  @media screen and (min-width: 751px) {
    .sns__iconWrap .fb-icon {
      float: left; } }
  @media screen and (min-width: 751px) {
    .sns__iconWrap .tw-icon {
      float: right; } }
  @media screen and (min-width: 751px) {
    .sns__iconWrap .line-icon {
      display: none; } }

.sns__icon {
  display: inline-block;
  width: 16.4%;
  margin: 0 3%; }
  @media screen and (min-width: 751px) {
    .sns__icon {
      width: 62px; } }
  .sns__icon a {
    display: inline-block;
    width: 100%; }
    .sns__icon a img {
      width: 100%; }

.btnWrap {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media screen and (min-width: 751px) {
    .btnWrap {
      width: 909px;
      margin: 0 auto;
      border-radius: 25px;
      overflow: hidden; } }
  .btnWrap li {
    width: 33.33%;
    background-color: #fffcea; }
    .btnWrap li a {
      display: inline-block;
      width: 100%;
      height: 100%;
      text-decoration: none;
      color: #fff;
      padding: 20% 0;
      background-color: #d1121a; }
      @media screen and (min-width: 751px) {
        .btnWrap li a {
          padding: 25px 0; } }
      .btnWrap li a:hover {
        background-color: #b41d23; }
      .btnWrap li a span {
        font-size: 1.4rem;
        display: inline-block; }
        @media screen and (min-width: 751px) {
          .btnWrap li a span {
            font-size: 1.6rem; } }

.pre-btn a,
.next-btn a {
  width: 100%;
  display: inline-block;
  text-decoration: none;
  font-size: 1rem;
  color: #fff;
  background-color: #d1121a;
  position: relative; }

.pre-btn a:after,
.next-btn a:after {
  content: '';
  width: 10px;
  height: 10px;
  border: 0px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-top: -5px; }
  @media screen and (min-width: 751px) {
    .pre-btn a:after,
    .next-btn a:after {
      border-top: solid 2px #fff;
      border-right: solid 2px #fff; } }

.pre-btn span,
.next-btn span {
  visibility: hidden; }

.pre-btn a:after {
  -ms-transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  left: 50%; }

.next-btn a:after {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.back-btn-txt {
  text-align: center; }
  .back-btn-txt span {
    width: 100%;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    box-sizing: border-box; }

.link {
  background-size: 100%;
  text-align: center; }
  @media screen and (min-width: 751px) {
    .link {
      background-size: auto; } }
  .link .link__ttl {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 2.3rem;
    color: #401708;
    margin-bottom: 9%; }
    @media screen and (min-width: 751px) {
      .link .link__ttl {
        font-size: 3.9rem;
        font-weight: 700;
        line-height: 7.5rem;
        color: #401708;
        margin-bottom: 10px; } }

.link {
  width: 100%;
  margin: 0 auto;
  padding-top: 20%;
  background-image: url("/assets/common/img/link-topbg-sp.png");
  background-repeat: no-repeat; }
  @media screen and (min-width: 751px) {
    .link {
      padding-top: 150px;
      background-image: url("/assets/common/img/link-topbg-pc.png");
      background-position: 50% 0; } }

.link__l-bg {
  width: 100%;
  background-color: #fff6c5;
  padding-bottom: 8.93%; }
  @media screen and (min-width: 751px) {
    .link__l-bg {
      padding-bottom: 90px; } }

.link__l-container {
  width: 100%; }
  @media screen and (min-width: 751px) {
    .link__l-container {
      width: 980px;
      margin: 0 auto; } }

.link__bannerWrap {
  width: 90%;
  margin: 0 auto; }
  @media screen and (min-width: 751px) {
    .link__bannerWrap {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.link__banner {
  margin-bottom: 5%; }
  @media screen and (min-width: 751px) {
    .link__banner {
      width: 32.9%;
      /*max-width: 240px;*/
      margin-right: 6px;
      margin-bottom: 6px; }
      .link__banner:nth-child(3n) {
        margin-right: 0; } }
  .link__banner a {
    display: inline-block;
    width: 100%; }
    @media screen and (min-width: 751px) {
      .link__banner a {
        width: 100%; } }
    .link__banner a img {
      width: 100%; }
    .link__banner a:hover {
      background-color: #000; }
      .link__banner a:hover img {
        opacity: 0.8; }


/**********************************
 *SP footer.
 ***********************************/
footer {
  height: 161px;
}

#footer_logoArea .footer_contents .txt_ttl1 {
  letter-spacing: 0.1rem;
}

#footer_logoArea .footer_contents .txt_ttl2 {
  letter-spacing: 0.3rem;
  margin-left: 5px;
}

#footer_logoArea {
  height: 121px;
  background-color: #252525;
}

#footer_logoArea .footer_contents {
  margin:0 auto;
  position:relative;
  width:100%;
  height:100%;
}

#footer_logoArea .txt {
  color: #fff;
  padding-top: 38px;
  font-size: 15px;
  text-align: center;
}

#footer_logoArea .img {
  text-align: center;
  padding-top: 14px;
}

#footer_logoArea .img img {
  width: 110px;
}

#footer_copyArea {
  height: 40px;
  background-color: #000;
  text-align: center;
}

#footer_copyArea .txt {
  display:none;
}

#footer_copyArea .img {
  padding-top: 15px;
}
#footer_copyArea .img img {
  width:266px;
}

@media screen and (min-width: 751px) {

  footer {
    margin:0 auto!important;
    height: 150px;
    min-width: 980px;
    max-width: 2000px;
  }

  #footer_logoArea {
    height: 102px;
    background-color: #252525;
  }

  #footer_logoArea .footer_contents {
    margin: 0 auto;
    position: relative;
    width: 460px;
    height: 100%;
    display:flex;
    justify-content: center;
  }

  #footer_logoArea .txt {
    color: #fff;
    padding-top: 43px;
    font-size: 16px;
    text-align: center;
    /*float: left;*/
    display:inline;
  }

  #footer_logoArea .img {
    text-align: center;
    padding-top: 32px;
    margin-left: 50px;
    /*float: left;*/
    display:inline;
  }

  #footer_logoArea .img img {
    width: 157px;
    height: 37px;
  }

  #footer_copyArea {
    height: 48px;
    background-color: #000;
    text-align: center;
  }

  #footer_copyArea .txt {
    display:block;
    font-size: 1.0rem;
    padding-top: 20px;
    color: #fff;
    letter-spacing: 0.1rem;
  }

  #footer_copyArea .img {
    display:none;
  }
}