@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: "A1 Gothic R", sans-serif;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
   -ms-text-size-adjust: 100%;
       text-size-adjust: 100%;
  line-height: 2.2;
  font-size: 1.5rem;
}
#bg {
  width: 100%;
  height: 100vh;
  background-color: #fff;
  background-repeat: no-repeat;
  position: fixed;
  z-index: -1;
  background-image: url(../img/yokoku/bg.jpg);
  background-position: center center;
  background-size: cover;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.4rem;
  }
}

a {
  text-decoration: none;
  color: #00b8ee;
}

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%;
}

@media screen and (min-width: 641px) {
  .spOnly {
    display: none;
  }
}

@media screen and (max-width: 640px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
}
/* ===============================================================================
HeaderArea
=============================================================================== */
header{
  text-align: center;
  height: 120px;
  padding-top: 40px;
}
@media screen and (max-width: 640px) {
  header{
    height: 75px;
    padding-top: 27px;
  }
  header img{
    width: 54.687%;
  }
}
/* ===============================================================================
ContentsArea
=============================================================================== */
main{
  max-width: 820px;
  margin: 0 auto;
  background-color: #FFFFFF;
}
.mv{
  width: 689px;
  margin: 0 auto;
  position: relative;
  padding-top: 15px;
}
.mv h1{
  background-image: url(../img/yokoku/mv_pc@2x.png);
  width: 689px;
  height: 775px;
  background-size: contain;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
}
.mv .badge{
  position: absolute;
  bottom: -17px;
  right: -13px;
}
.yodogawa{
  text-align: center;
  padding: 45px 20px 67px 0px;
}
.ttl{
  height: 100px;
  text-align: center;
  background-color: #323f47;
}
.ttl h2{
  padding-top: 36px;
}
main .wrapper{
  max-width: 420px;
  width: 90%;
  margin: 0 auto;
  padding: 60px 0 90px;
}
main h3{
  font-family: "A1 Gothic M", sans-serif;
  font-size: 2.2rem;
  position: relative;
  margin: 70px 0 12px 26px;
}
main h3::before{
  content: "";
  position: absolute;
  background: #3e6559;
  width: 19px;
  height: 19px;
  border-radius: 50%;
  top: 50%;
  left: -20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.yokoku{
  border-top: 5px solid #3e6559;
  font-size: 1.3rem;
  padding: 50px 0 40px;
}
.yokoku div{
  max-width: 330px;
  width: 90%;
  margin: 0 auto;
}
.image{
  max-width: 550px;
  width: 90%;
  text-align: center;
  margin: -40px auto 100px;
}
.caption{
  display: block;
  text-align: right;
  font-size: 1.1rem;
  padding-right: 1em;
}
.caption2{
  padding-right: 0;
}
@media screen and (max-width: 640px) {
  .mv{
    width: 100%;
    padding-top: 0;
  }
  .mv h1{
    background-image: url(../img/yokoku/mv_sp.png);
    width: 96.875%;
    height: 0;
    padding-top: 112.741%;
  }
  .mv .badge{
    width: 32%;
    bottom: -11px;
    right: 2%;
  }
  .yodogawa{
    width: 88.125%;
    margin: 0 auto;
    padding: 29px 0 80px 0px;
  }
  .ttl{
    height: 50px;
  }
  .ttl h2{
    margin: 0 auto;
    padding-top: 16px;
  }
  .ttl01 h2{
    width: 83.4375%;
  }
  .ttl02 h2{
    width: 70.156%;
  }
  main .wrapper{
    padding: 15px 0 45px;
  }
  main h3{
    font-size: 1.8rem;
    margin: 45px 0 15px 5%;
  }
  main h3::before{
    width: 15px;
    height: 15px;
    top: 50%;
    left: -5.5%;
  }
  .caption {
    padding-right: .5em;
  }
  .caption2 {
    padding-right: 0;
  }
  .image{
    margin: -20px auto 45px;
  }
}
/* ===============================================================================
FooterArea
=============================================================================== */
.footer div{
  line-height: 2;
}
.footer .inner{
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding-top: 40px;
}
.footer .share__list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
}
.footer .share__list h5 {
  margin-right: .5em;
}
.footer .share__list ul li i {
  font-size: 2.4rem;
}
.footer h5, .footer a, .footer small {
  color: #fff;
  text-decoration: none;
  font-family: Koburina Gothic W6 JIS2004,sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}
.footer .share__list ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
}
.footer .share__list ul li {
  margin: 0 .2em;
}
.footer .share__list ul:after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  margin: 0 -6px 0 15px;
  position: relative;
  top: 3px;
}
.footer .contact__list ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
}
.footer .contact__list ul li:after {
  content: '';
  display: inline-block;
  width: 28px;
  height: 28px;
  border-left: 1px solid #fff;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  margin: 0 -6px 0 15px;
  position: relative;
  top: 13px;
}
.footer .footer__menu ul {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
}
.footer .footer__menu ul li {
  margin: 0 .5em;
}
.footer .footer__menu ul li:first-child:before {
  margin: 0 .5em 0 0;
}
.footer .footer__menu ul li:first-child:before, .footer .footer__menu ul li:after {
  content: '｜';
  margin: 0 0 0 .5em;
  color: #fff;
  font-size: 1.8rem;
  font-family: Koburina Gothic W6 JIS2004,sans-serif;
}
.footer small {
  text-align: center;
  padding: 65px 0 100px;
  display: block;
}
@media screen and (max-width: 768px) {
  .footer .inner{
    width: 90%;
    margin: 0 auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
    padding-top: 30px;
  }
  .footer .share__list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .footer .share__list h5 {
    margin-right: 0;
  }
  .footer .share__list ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin-top: 10px;
  }
  .footer .share__list ul li {
    margin: 0 .5em;
  }
  .footer .contact__list {
    margin-top: 20px;
  }
  .footer .contact__list ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .footer .footer__menu {
    margin-top: 20px;
  }
  .footer .footer__menu ul {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
            justify-content: center;
  }
  .footer .footer__menu ul li {
    margin: 0 .5em;
  }
  .footer small {
    text-align: center;
    padding: 40px 0 50px;
    display: block;
  }
  .footer .share__list ul:after,
  .footer .contact__list ul li:after{
    display: none;
  }
  .footer .footer__menu ul li:first-child:before,
  .footer .footer__menu ul li:after{
    display: none;
  }
}