html, body,
h1, h2, h3, h4, h5, h6,
a, p, span,
em, small, strong,
sub, sup,
mark, del, ins, strike,
abbr, dfn,
blockquote, q, cite,
code, pre,
ol, ul, li, dl, dt, dd,
div, section, article,
main, aside, nav,
header, hgroup, footer,
img, figure, figcaption,
address, time,
audio, video,
canvas, iframe,
details, summary,
fieldset, form, label, legend,
table, caption,
tbody, tfoot, thead,
tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
}

html {
    font-size: 62.5%;
}

body {
    /*font-size: 1.6rem;*/
    line-height: 1.4;
    font-family: Midashi Go MB31;
    color: #424242
}

* {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

a,
a:visited {
    color: inherit;
    text-decoration: none;
}

a:hover {
  opacity: 0.5;
  transition: 0.5s;
  color: #FEEBAE;
}

a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: 1em; /* フォントサイズちょっと小さく */
  position: static; /* ちょっと上付きにするための指定 */
  top: -.2em; /* ちょっと上付きにする */
}
/*a[href] {
  transition: opcity .16s;
}
a[href]:hover {
  opacity: .5;
}*/

article,
aside,
footer,
header,
nav,
section,
main {
    display: block;
}

* {
    box-sizing: border-box;
}

*:before,
*:after {
    box-sizing: inherit;
}

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

ol,
ul {
    list-style: none;
}

video {
    max-width: 100%;
}

img {
    border-style: none;
    vertical-align: bottom;
    width: 100%;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
}

[hidden] {
    display: none !important;
}

[disabled] {
    cursor: nost-allowed;
}

:focus:not(:focus-visible) {
    outline: none;
}

.sr-only {
    position: absolute;
    clip: rect(1px, 1px, 1px, 1px);
    left: -9999px;
    top: -9999px;
}
/*--------------------------- */
br {
  display: block;
}
.br-pcsp {
  display: block;
}
.br-sp {
  display: none;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.mb30 {
  margin-bottom: 30px;
}
.mb20 {
  margin-bottom: 20px;
}
body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(../images/bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.container {
  width: 650px;
  margin: auto;
  padding: 55px 0 0;
  background-color: #FFF;
  filter: drop-shadow(2px 0px 4px gray);
}
.heading {
  max-width: 544px;
  height: auto;
  position: relative;
  margin: 0 auto 25px;
}
.heading2 {
  position: absolute;
  top: -30px;
  left: 0;
  font-size: 120%;
  line-height: 1.6;
  letter-spacing : 0.96px;
}
.heading2 span {
  display: block;
  background: linear-gradient(transparent 60%, #FFF100 0%);
}
/*.heading2 .one {
  width: 170px;
}
.heading2 .two {
  width:210px;
}*/
.yodogawa {
  text-align: center;
}
.heading3 {
  margin: 0 auto 50px;
  font-size: 180%;
  letter-spacing : 1.44px;
}
.txt {
  margin: 50px auto 53px;
  font-size: 150%;
  line-height: 1.8;
}
.time {
  width: 506px;
  margin: 0 auto;
  padding: 15px 0;
  background: #424242;
  letter-spacing : 1.44px;
}
.time-head, .time-foot, .time-foot2 {
  color: #FFF;
  line-height: 1.6;
}
.time-head {
  text-align: center;
  font-size: 140%;
}
.time-foot {
  text-align: center;
  font-size: 160%;
}
.time-foot2 {
  text-align: center;
  font-size: 120%;
  padding-top: 15px;
}
.content {
/*  width: 360px;*/
/*  margin: 35px auto 95px;*/
}
.wrap-box {
  /*width: 420px;*/
  width: 441px;
  margin: auto;
}
.wrap-box.mb50 {
  margin-bottom: 50px;
}
.bg-img {
  background-image: url(../images/bg02.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center top;
  padding: 10% 15% 20%;
}
.bg-img2 {
  margin-top: -30px;
}
.bg-img3 {
  margin-top: -43px;
/*  padding: 20%;*/
}
.hr-img {
  background-image: url(../images/bg04.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 100%;
  height: 10px;
  border: none;
}
.heading4 {
  font-size: 200%;
  line-height: 1.8;
  color: #424242
}
.content-ttl {
  font-size: 180%;
  margin: 0 0 15px !important;
}
.content-list {
  font-size: 150%;
  display: flex;
  line-height: 2;
}
.form-box-link {
  margin-bottom: 25px;
}
.form-box {
  background-color: #1BA2DE;
  padding: 10px 15px;
  margin-top: 40px;
  margin-bottom: 40px;
  border-radius: 10px 10px;
  width: 255px;
}
.form-box:hover {
  opacity: 0.5;
  transition: 0.5s;
}
.form-btn {
  font-size: 180%;
  color: #fff;
}
.form-btn:before {
  content: "";
  display: inline-block;
  background-image: url(../images/bg05.svg);
  width: 22px;
  height: 15px;
  vertical-align: baseline;
  margin-right: 5px;
}

.contetn-oshirase {
  position: relative;
}
.contetn-oshirase p {
  transform: rotate(-5deg);
  -moz-transform: rotate(-5deg);
  -webkit-transform: rotate(-5deg);
  font-size: 150%;
  color: #424242;
  position: absolute;
  top: 0;
  left: 4px;
}
.contetn-oshirase.middle p {
  left: 20px;
}
.contetn-oshirase:after {
  content: "";
  display: inline-block;
  background-image: url(../images/bg03.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 280px;
  height: 100px;
}
/*.heading4 {
  width: 294px;
  margin: 0 0 20px;
}*/
.main-txt {
  margin: 0 0 25px;
  font-size: 150%;
  line-height: 1.8;
}
.main-txt .sale {
  color: red;
}
.main-box {
  padding: 15px 0;
}
.footer {
  width: calc(100% - 40px);
  margin: 30px auto 0;
}
.footer__list {
  display: flex;
  justify-content: space-around;
}
.footer__list .contactus {
  width: 123px;
}
.footer__list .twitter, .footer__list .facebook, .footer__list .line {
  width: 40px;
}
.footer__list .site {
  width: 200px;
}
.copy {
  text-align: center;
  margin: 55px auto 0;
  padding: 0 0 55px;
  font-size: 120%;
  letter-spacing : 0.48px;
}
.link {
  color: #1BA2DE !important;
}
.link:hover {
  color: #FEEBAE !important;
}
.lato {
  display: inline !important;
  font-family: 'Lato', sans-serif;
}
.fontbig {
  font-size: 20px;
}

.add-to-01 {
  font-size: 1.2rem;
  display: inline-block;
}
.add-to-02 {
  width: 506px;
  margin: 10px auto 80px;
  font-size: 1.2rem;
  line-height: 1.8;
  text-align: center;
}
.add-to-03 {
  margin-top: 8px;
  font-size: 1.2rem;
}
.add-to-04 {
  margin-top: 50px;
}
.add-to-05 {
  margin-bottom: 15px;
}
@media screen and (max-width: 600px) {
  br {
    display: none;
  }
  .br-pcsp {
    display: block;
  }
  .br-sp {
    display: block;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  .container {
    width: calc(100% - 30px);
  }
  .wrap-box {
    width: 100%;
  }
  .bg-img {
    padding: 0 0 15%;
/*    height: 710px;*/
  }
  .bg-img2 {
    margin-top: -23px;
/*    height: 850px;*/
  }
  .bg-img3 {
    margin-top: -23px;
  }
  .heading {
    max-width: calc(100% - 20px);
  }
  .heading2 {
    font-size: 9px;
    top: -40px;
    left: 20px;
  }
  .heading2 .one {
    width: 150px;
  }
  .heading2 .two {
    width:180px;
  }
  .yodogawa {
    width: calc(100% - 20px);
    margin: auto;
  }
  .heading3 {
    font-size: 160%;
    line-height: 1.8;
    letter-spacing : 1.12px;
    margin: 0 auto 30px;
  }
  .heading4 {
    font-size: 20px;
  }
  .heading4.mb30 {
    margin-bottom: 20px;
  }
  .txt {
    text-align: left;
    margin: 30px auto 18px;
  }
  .time {
    width: calc(100% - 20px);
    padding: 12px 20px;
  }
  .time-head, .time-foot {
    text-align: left;
  }
  .time-head {
    font-size: 16px;
  }
  .time-foot {
    font-size: 14px;
  }
  .add-to-02 {
    width: calc(100% - 20px);
    text-align: left;
  }
  .add-to-04 {
    margin-top: 40px;
  }
  .content {
    width: calc(100% - 26px);
    margin: 0 auto 40px;
  }
  .main-txt {
    margin: 0 0 11px;
    font-size: 15px;
    line-height: 2;
  }
  .contetn-oshirase p {
    font-size: 13px;
    position: absolute;
    top: 50px;
    left: 35px;
  }
  .contetn-oshirase.middle p {
    left: 50px;
  }
  .contetn-oshirase:after {
    width: 280px;
    height: 90px;
    margin-top: 50px;
    margin-left: 10px;
  }
  .content-ttl {
    font-size: 14px;
    margin: 0 !important;
  }
  .content-list {
    font-size: 12px;
  }
  .contactus {
    width: 140px;
    margin: 0 auto 30px;
  }
  .site {
    width: 244px;
    margin: auto;
  }
  .footer__list {
    margin: 0 auto 30px;
  }
  .footer__list .twitter img {
    vertical-align: text-top;
  }
  .footer__list .line img {
    vertical-align: text-top;
  }
  .copy {
    font-size: 9px;
    margin: 30px auto 0;
    padding: 0 0 30px;
  }
  .heading4 {
    width: calc(100% - 26px);
    margin: 0 auto 10px;
  }
}
@media screen and (max-width: 321px) {
  .heading3 {
    font-size: 130%;
  }
  .txt {
    font-size: 130%;
  }
  .main-txt {
    font-size: 11px;
  }
  .heading4 {
    font-size: 15px;
  }
  .content-ttl {
    font-size: 13px;
  }
  .content-list {
    font-size: 10px;
  }
  .contetn-oshirase:after {
    width: 210px;
  }
  .contetn-oshirase p {
    font-size: 11px;
    left: 15px;
  }
  .contetn-oshirase.middle p {
    left: 30px;
  }
}