@charset "UTF-8";

/* ===============================================================================
Reset
=============================================================================== */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  display: block;
}

ol,ul {
  list-style: none;
}

blockquote,q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
*,
:before,
:after {
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
}

/* ===============================================================================
Body Setting
=============================================================================== */
html {
  font-size: 62.5%;
}
body {
  font-family: "futura", "FB Benton Sans Bold", "Koburina Gothic W6 JIS2004",sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  font-weight: bold;
  line-height: 2.5;
  font-size: 1.6rem;
  letter-spacing: .14rem;
  color: #213357;
}
.spOnly{
  display: none;
}
.center{
  text-align: center !important;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.4rem;
    line-height: 2;
  }
  .pcOnly{
    display: none;
  }
  .spOnly{
    display: block;
  }
}

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

a:hover {
  opacity: 0.5;
  text-decoration: none;
}
a[target=_blank]:after {
    font-family: "Hobonichi-Icons";
    content: "\e914";
    font-weight: normal;
    font-size: .8em;
    position: relative;
    top: -.2em;
}
img {
  vertical-align: top;
  max-width: 100%;
}
/* ===============================================================================
TopArea
=============================================================================== */
.top{
  background-image: url(../img/pre/bg-mv_4.jpg);
  background-size: cover;
  background-position: center;
  width: 100vw;
  height: 100vh;
  position: relative;
}
.top .txt{
  position: absolute;
  top: 88%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #ffffff;
  text-align: center;
  -webkit-animation: fadeIn 2.5s ease 1 normal;
          animation: fadeIn 2.5s ease 1 normal;
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
.yodogawa{
}
.yodogawa div{
  color: #7F4B63;
  background-color: #CCE0EC;
  text-align: center;
  margin: 0 auto;
  padding: 50px 0;
}
.yodogawa div p{
  max-width: 500px;
  margin: 0 auto;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 640px){
  .top {
    /* background-image: url(../img/pre/bg-mv_new_sp.jpg); */
    background-size: 100%;
    height: 48vw;
  }
  .yodogawa div{
    padding: 15px 0;
  }
  .yodogawa div p {
    font-size: 13px;
    padding: 0 10px;
    text-align: left;
  }
  .yodogawa br{
    display: none;
  }
  .yodogawa .sp-br{
    display: block;
  }
  .top .txt{
    width: 69%;
    top: inherit;
    bottom: -8%;
  }
}
/* ===============================================================================
ContentsArea
=============================================================================== */
.contents{
  margin: 0 0 100px;
  border-top: 14px solid #FFE780;
}
.contents h2{
  line-height: 5rem;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  text-align: center;
  padding-top: 15px;
  padding-bottom: 40px;
  color: #7F4B63;
  font-size: 2.0rem;
  letter-spacing: .08em;
}
.contents h2 span {
  font-size: 3.6rem;
}
.contents h2 span:not(.nohanasi){
  letter-spacing: 0;
}
.contents h2 span.nohanasi {
  letter-spacing: .08em;
}
.contents h2 .num{
  line-height: 1;
}
.contents h2 .sub{
  font-size: 2rem;
  letter-spacing: .15em;
  line-height: 1.7;
}
.contents .prof{
  max-width: 710px;
  margin: 0 auto 80px;
  padding: 50px 0 40px;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
  text-align: center;
}
.contents .prof .txt{
  max-width: 710px;
  color: #666666;
  padding: 30px 0 0;
}
.contents .conv dl {
  max-width: 560px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3em;
}
.conv dl dt {
  width: 12%;
}
.conv dl dt.hobo{
  letter-spacing: -.01rem;
}
.conv dl dd {
  width: 88%;
}
.contents p{
  position: relative;
  max-width: 540px;
  margin: 0 auto;
  padding-bottom: 65px;
  padding-left: 60px;
  color: #7F4B63;
  letter-spacing: 0.08em;
}
.contents p::before{
  content: '三國';
  position: absolute;
  left: 0;
  top: 0;
}
.contents p.me {
  color: #808080;
}
.contents p.me::before{
  content: '──';
  letter-spacing: 0;
}
.contents p.tuduku {
  padding: 0 0 70px;
  text-align: center;
}
.contents p.tuduku::before {
  content: none;
}
.contents p.img{
  max-width: 1024px;
  text-align: center;
  padding-bottom: 100px;
}
.contents p.img span{
  color: #666666;
  display: block;
  padding-top: 1.5em;
}
.contents p.img.padding_s{
  padding-bottom: 40px;
}
.contents .date{
  text-align: center;
  padding-bottom: 70px;
  color: #7F4B63;
  letter-spacing: 0.08em;
}
.contents .staff{
  text-align: center;
  color: #808080;
  font-size: 1.4rem;
  letter-spacing: 0.08em;
}
.yokokuNo {
  font-size: 4.2rem;
  color: #7F4B63;
  background-color: #FFE780;
  margin: auto;
  width: 79px;
  text-align: center;
  line-height: 1.4;
  letter-spacing: -0.00em;
}
.cnt__img {
  max-width: 1000px;
  margin: 0 auto 65px;
}
.cnt__img--6 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.cnt__img--6 > div {
  width: calc(33.3333% - 20px);
}
.cnt__img--6 > div:nth-of-type(n+4) {
  margin-top: 30px;
}
.cnt__img--4 > div {
  margin-top: 30px;
}
.cnt__img--4 > div:first-of-type {
  margin-top: 0;
}
.cnt__img__underTxt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.8;
  letter-spacing: 0.08em;
  text-align: center;
  color: #736357;
}
.ttlUnder {
  background-color: #FFE780;
  color: #7F4B63;
  text-align: center;
  padding: 60px 0 30px;
  margin-bottom: 65px;
}
.ttlUnder__img {
  max-width: 594px;
  margin: 0 auto 30px;
}
.ttlUnder__img img {
  height: 414px;
  width: auto;
}
.ttlUnder__txt {

}
.archive__txt {
  display: flex;
  flex-direction: column;
  text-align: center;
  letter-spacing: 0.08em;
}
.archive__txt__no {
  font-size: 2.4rem;
  letter-spacing: 0.08em;
}
.archive__txt__sub {
  font-size: 1.3rem;
  line-height: 1.5;
}
.archive__txt__ttl {
  font-size: 2.0rem;
  line-height: 1.4;
  padding-top: 2px;
}
.archive__txt__date {
  font-size: 1.4rem;
  padding-top: 10px;
}
@media screen and (max-width: 640px){
  .contents{
    border-width: 8px;
    margin: 0 0 80px;
  }
  .contents h2{
    padding: 12px 0 10px;
    font-size: 2.2rem;
    line-height: 1.4;
  }
  .contents h2 .num{
    font-size: 2.6rem;
    line-height: 1.6;
  }
  .contents h2 .sub{
    font-size: 1.4rem;
    line-height: 3;
  }
  .contents .prof{
    padding: 30px 0 20px;
    margin: 0 auto 40px;
  }
  .contents .prof .txt{
    padding: 20px 16px 0;
    text-align: left;
  }
  .contents .conv dl{
    display: block;
    padding: 0 16px;
    margin-bottom: 2em;
  }
  .conv dl dt{
    width: 100%;
  }
  .conv dl dd {
    width: 100%;
  }
  .contents p{
    padding: 0 10px 60px;
    font-size: 13px;
  }
  .contents p.tuduku {

  }
  .contents p.img{
    padding: 0 0 40px;
  }
  .contents p.img span{
    padding: 10px 16px 0;
    font-size: 1rem;
    line-height: 1.6;
    text-align: left;
  }
  .contents p.img.padding_s{
    padding-bottom: 10px;
  }
  .contents .date{
    font-size: 1.3rem;
  }
  .contents .staff{
    font-size: 12px;
  }
  .yokokuNo {
    font-size: 1.9rem;
    width: 39px;
    line-height: 1.5;
  }
  .contents p::before {
    left: 10px;
    top: -28px;
  }
  .contents h2 {
    font-size: 1.5rem;
  }
  .contents h2 span{
    font-size: 2.7rem;
  }
  .ttlUnder {
    text-align: left;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px 10px 15px;
    margin-bottom: 45px;
    font-size: 13px;
  }
  .ttlUnder__img {
    width: 43%;
    margin: 0 auto 15px;
  }
  .ttlUnder__img img {
    height: auto;
  }
  .ttlUnder__txt {
    max-width: 500px;
  }
  .ttlUnder__txt br {
    display: none;
  }
  .cnt__img {
    margin: -30px auto 60px;
  }
  .cnt__img--6 > div {
    width: calc(50% - 7.5px);
  }
  .cnt__img--6 > div:nth-of-type(n+3) {
    margin-top: 15px;
  }
  .cnt__img--6 > div:nth-of-type(n+4) {
    margin-top: 15px;
  }
  .cnt__img--4 > div {
    margin-top: 15px;
  }
  .cnt__img__underTxt {
    padding: 0 10px;
    margin-top: 5px;
    font-size: 12px;
    text-align: left;
  }
  .archive__txt__no {
    font-size: 21px;
  }
  .archive__txt__sub {
    font-size: 10px;
  }
  .archive__txt__ttl {
    font-size: 13px;
    padding-top: 3px;
  }
  .archive__txt__date {
    font-size: 10px;
  }
}
/* ===============================================================================
FooterArea
=============================================================================== */
footer{
  text-align: center;
}
footer .banner{
  padding: 45px 0;
}
footer .banner_vintage{
  max-width: 630px;
  padding: 30px 0;
  margin: 0 auto 100px;
  font-size: 2.6rem;
  line-height: 2;
  border-top: 2.62px solid #7F4B63;
  border-bottom: 2.62px solid #7F4B63;
}
footer .banner_vintage a img:nth-of-type(1) {
  max-width: 408px;
}
footer .banner_vintage a img:nth-of-type(2) {
  max-width: 600px;
  width: 100%;
  margin-top: 20px;
}
footer .banner_vintage div img{
  padding-right: 10px;
}
footer .banner_vintage div{
  padding-bottom: 20px;
}
footer a{
  color: #808080;
}
footer .yokoku_list{
  padding: 0 0 30px;
  background-color: #CCE0EC;
}
footer .yokoku_list ul{
  max-width: 902px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
}
footer .yokoku_list ul li{
  width: 33.333%;
}
footer .yokoku_list ul li .num{
  font-size: 2.4rem;
}
footer .yokoku_list ul li:last-of-type a{
  border-right: none !important;
}
footer .yokoku_list ul li.border_bottom{
  border-bottom: 2px solid #fff;
}

footer .yokoku_list ul li a{
  display: block;
  padding: 0 10px;
  margin-top: 30px;
  line-height: 1.875;
  pointer-events: none;
}
footer .yokoku_list ul li a.active{
  pointer-events: inherit;
  color: #DD5A24;
}
footer .yokoku_list ul li a img{
  opacity: .5;
}
footer .yokoku_list ul li a.active img{
  opacity: 1;
}
footer .yokoku_list .event_off{
  pointer-events: none;
}
footer .yokoku_list .color_off{
  opacity: .5;
}
footer .banner .link{
  max-width: 1000px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer li span {
  display: block;
  vertical-align: middle;
}
footer .bottom{
  background-color: #7F4B63;
  padding: 50px 0 100px;
}
footer .bottom a{
  color: #ffffff;
}
footer .inner {
  max-width: 630px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  position: relative;
}
footer .share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 120px;
}
footer .share_title {
  border-top: 1px solid #0a1464;
  border-bottom: 1px solid #0a1464;
  font-size: 1.2rem;
  font-weight: bold;
}
footer .share_title span {
  display: block;
  line-height: 1em;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
footer .share li {
  margin: 0 35px 0 0;
  line-height: 0;
}
footer .share li a {
  font-size: 3.8rem;
  display: block;
}
footer .bottom .menu{
  font-size: 1.2rem;
  padding-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .bottom .menu li::after{
  content: "／";
  display: inline;
  font-size: 1.2rem;
  color: #ffffff;
  padding: 0 5px;
}
footer .bottom .menu li:last-of-type:after{
  display: none;
}
footer .copyright {
  text-align: center;
  font-size: 1.2rem;
  color: #ffffff;
}
@media screen and (min-width: 641px){
  footer .yokoku_list ul li a.pcBorder_top{
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    margin-bottom: 30px;
  }
  footer .yokoku_list ul li a.pcBorder_bottom{
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  footer .hobo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 6px;
    right: 0;
  }
  footer .hobo a{
    font-size: 1.6rem;
  }
  footer .hobo li {
    margin: 0 0 0 35px;
  }
  footer .email {
    margin: 3px 0 0 0;
    font-size: 1.3rem;
  }
  footer .email span {
    display: inline-block;
    margin: -4px 5px 0 0;
    font-size: 3rem;
  }
  footer .ico_home {
    margin: 3px 0 0 0;
    font-size: 1.3rem;
  }
  footer .ico_home span {
    display: inline-block;
    margin: -4px 5px 0 0;
    font-size: 3rem;
  }
}
@media screen and (max-width: 768px){
  footer .banner .link{
    display: block;
    padding: 0 10px;
  }
  footer .banner .link a:first-of-type{
    display: block;
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 640px){
  footer .banner_vintage{
    font-size: 1.12rem;
    padding: 30px 0 15px;
  }
  footer .banner_vintage div{
    padding-bottom: 10px;
  }
  footer .banner_vintage div img{
    width: 265px;
    padding-right: 5px;
  }
  footer .yokoku_list ul li{
    width: 50%;
  }
  footer .yokoku_list{
    padding: 0;
  }
  footer .yokoku_list ul li a{
    padding: 0 10px;
    margin: 10px 0 20px;
    font-size: 1.1rem;
    height: 93%;
  }
  footer .yokoku_list ul li:nth-of-type(odd) a{
    border-right: 2px solid #fff;
  }
  footer .yokoku_list ul li.border_bottom_sp{
    border-bottom: 2px solid #fff;
  }
  footer .yokoku_list ul li .num{
    font-size: 1.5rem;
  }
  footer .banner{
    padding: 20px 0;
  }
  footer {
    text-align: center;
  }
  footer .bottom{
    padding: 25px 0 50px;
  }
  footer .share {
    max-width: 200px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  footer .share li {
    margin: 0;
  }
  footer .share li a{
    font-size: 4.5rem;
  }
  footer .hobo {
    max-width: 300px;
    position: relative;
    margin: 0 auto;
  }
  footer .hobo li {
    margin: 0 0 30px 0;
    display: block;
  }
  footer .email {
    font-size: 1.6rem;
  }
  footer .email span {
    display: inline-block;
    margin: 0 5px 0 0;
    font-size: 3rem;
    position: relative;
    top: -2px;
  }
  footer .ico_home span {
    margin: 0 9px 3px 0;
    display: inline-block;
    font-size: 3rem;
  }
  footer .bottom .menu{
    font-size: 1.1rem;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  footer .copyright{
    font-size: 1rem;
  }

  footer .banner_vintage {
    padding: 30px 10px;
    margin: 0 auto 80px;
    border-top: 1.33px solid #7F4B63;
    border-bottom: 1.33px solid #7F4B63;
  }
  footer .banner_vintage a img:nth-of-type(1) {
    width: 84%;
  }
}