@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,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%;
  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;
  box-sizing: border-box;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

button {
  border: none;
}
/* ===============================================================================
Body Setting
=============================================================================== */
html {
  font-size: 62.5%;
}
.spOnly{
  display: none;
}
@media screen and (max-width: 768px) {
  br{
    display: none;
  }
  .sp-br{
    display: block;
  }
  .pcOnly{
    display: none;
  }
  .spOnly{
    display: block;
  }
}
img {
  vertical-align: top;
  max-width: 100%;
}
nav[role="breadcrumb"]{
  color: #ffffff;
  font-weight: bold;
}
nav[role="breadcrumb"] a{
  color: #ffffff;
}
/* ===============================================================================
Main
=============================================================================== */
main a{
  transition: opacity 0.3s;
}
main a:hover{
  opacity: 0.4;
}
main a[target=_blank]{
  color: #0000ff;
  display: inline;
}
main a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: .8em;
  position: relative;
  top: -.2em;
}
.center{
  text-align: center;
}
#bg {
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  background-repeat: no-repeat;
  position: fixed;
  z-index: -3;
  top: 0;
  left: 0;
  background-image: url(../img/bg.jpg);
  background-position: center 56px;
  background-size: cover;
}
#container {
  font-family: "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%;
  overflow: hidden;
}
.top{
  width: 100%;
  height: calc(100vh - 162px);
  height: calc(var(--vh, 1vh) * 100 - 162px);
  position: relative;
  opacity: 0;
  transition: all 1s ease-out;
}
.top.active{
  opacity: 1;
}
.top h1{
  background-image: url(../img/ttl_top.png);
  width: 405px;
  height: 223px;
  background-size: contain;
  position: absolute;
  top: 15vw;
  right: 0;
  left: 0;
  margin: 0 auto;
  overflow: hidden;
  text-indent: -9999px;
}
.yodogawa{
  background-color: rgba(255, 255, 255, 0.9);
  text-align: center;
  padding: 80px 0;
  font-size: 1.6rem;
  line-height: 2.25;
  color: #1a1a1a;
}
.banner{
  background-color: rgba(255, 255, 255, 1);
  padding: 100px 0;
}
.banner .inner{
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.banner .inner > div{
  width: 480px;
  padding: 25px 0 30px;
  text-align: center;
}
.banner .inner > div > img{
  max-width: 425px;
  width: 88.541%;
  margin: 0 auto;
}
.banner .inner h2{
  padding: 30px 0 27px;
}
.banner .inner .anohito h2 img{
  width: 225px;
  margin: 0 auto;
}
.banner .inner .watashi h2 img{
  width: 220px;
  margin: 0 auto;
}
.banner .inner .txt{
  width: 18em;
  margin: 0 auto;
  padding-bottom: 35px;
  text-align: left;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 2;
}
.banner .inner .anohito{
  background-image: linear-gradient(
    45deg,
    #cf0000 30%,
    #c30000 30%,
    #c30000 50%,
    #cf0000 50%,
    #cf0000 80%,
    #c30000 80%,
    #c30000
  );
  background-repeat: repeat;
  background-size: 40px 40px;
}
.banner .inner .watashi{
  background-image: linear-gradient(
    45deg,
    #008000 30%,
    #007900 30%,
    #007900 50%,
    #008000 50%,
    #008000 80%,
    #007900 80%,
    #007900
  );
  background-repeat: repeat;
  background-size: 40px 40px;
}
.banner .inner .btn img{
  width: 132px;
  margin: 0 auto;
}

.border-bottom{
  width: 100%;
  border-bottom: #ffe100 15px solid;
  position: relative;
}
.border-bottom::before{
  content: "";
  display: block;
  background: url(../img/border_obj.png) no-repeat;
  background-size: contain;
  width: 61px;
  height: 31px;
  position: absolute;
  top: -18px;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .banner a{
    display: block;
  }
}
@media screen and (max-width: 768px) {
  #bg{
    background-image: url(../img/bg_sp.jpg);
    background-position: center 56px;
    background-size: cover;
  }
  .top{
    height: calc(100vh - 114px);
    height: calc(var(--vh, 1vh) * 100 - 114px);
  }
  .top h1{
    width: 82.8125%;
    height: 0;
    padding-top: 44.993%;
    top: 36vw;
  }
  .yodogawa{
    text-align: left;
    padding: 35px 20px 30px;
    font-size: 1.5rem;
    line-height: 2.33;
  }
  .banner{
    padding: 30px 0 40px;
  }
  .banner .inner{
    display: block;
    padding: 0 20px;
  }
  .banner .inner > div{
    width: 100%;
    padding: 22px 16px 26px;
  }
  .banner .inner .anohito{
    margin-bottom: 20px;
  }
  .banner .inner h2{
    padding: 17px 0;
  }
  .banner .inner .anohito h2 img{
    width: 160px;
  }
  .banner .inner .watashi h2 img{
    width: 140px;
  }
  .banner .inner .txt{
    width: 100%;
    padding-bottom: 15px;
  }
  .banner .inner .btn img{
    width: 150px;
  }
  .border-bottom{
    border-bottom: #ffe100 10px solid;
  }
  .border-bottom::before{
    width: 42px;
    height: 21px;
    top: -12px;
  }
}
/* ===============================================================================
Footer share
=============================================================================== */
main > footer {
  padding: 45px 0;
  background-color: #ffffff;
  letter-spacing: 0;
  font-family: "-apple-system","Helvetica Neue","Hiragino Kaku Gothic ProN",meiryo,"M+ 1p",sans-serif;
}
main > footer > a {
  color: #000000;
}
.device-pc main > footer > a {
  font-size: 16px;
  font-weight: 700;
  display: table;
  margin: 0 auto;
  margin-top: 37.5px;
}
.device-pc main > footer > ul.magazine-share {
  display: flex;
  flex-wrap: wrap;
  width: 600px;
  margin: 60px auto 35px;
  padding: 20px 0 35px;
  border: 1px #ccc solid;
  justify-content: center;
}
.device-pc main > footer > ul.magazine-share:before {
  font-size: 12px;
  font-weight: 700;
  line-height: 2.33;
  display: block;
  width: 100%;
  margin-bottom: 12.5px;
  content: "この記事をシェアする";
  text-align: center;
  color: #666;
}
.device-pc main > footer > ul.magazine-share li a {
  display: block;
  width: 30px;
  height: 30px;
  cursor: pointer;
}
.device-pc main > footer > ul.magazine-share li a img {
  display: block;
  width: 100%;
}
.device-pc main > footer > ul.magazine-share li + li {
  margin-left: 40px;
}
.device-pc main > footer > p {
  text-align: center;
  font-size: 12px;
}

.device-sp main > footer {
  margin: 0 auto;
  padding: 15px 20px 40px;
}
.device-sp main > footer > a {
  font-size: 16px;
  font-weight: 700;
  display: table;
  margin: 50px auto 0;
}
.device-sp main > footer > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 50px 0 40px;
  padding: 20px 0 25px;
  border: 1px #ccc solid;
  justify-content: center;
}
.device-sp main > footer > ul:before {
  font-size: 12px;
  font-weight: 700;
  line-height: 2.33;
  display: block;
  width: 100%;
  margin-bottom: 10px;
  content: "この記事をシェアする";
  text-align: center;
  color: #666;
}
.device-sp main > footer > ul li + li {
  margin-left: 40px;
}
.device-sp main > footer > ul li a {
  width: 30px;
  height: 30px;
  cursor: pointer;
  display: inline-block;
}
.device-sp main > footer > p {
  text-align: center;
  font-size: 12px;
}