@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden], template {
  display: none;
}

a {
  background-color: transparent;
}

a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: 700;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -.5em;
}

sub {
  bottom: -.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

input[type=checkbox], input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: 700;
}

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

td, th {
  padding: 0;
}

html {
  font-size: 62.5%;
  width: 100%;
}

body {
  position: relative;
  right: 0;
  width: 100%;
  font-size: 1.8rem;
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
  letter-spacing: 0.025em;
  line-height: 2;
  color: #fff;
  background-color: #231815;
}

html, body {
  min-width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, div, p, ul, li {
  margin: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: normal;
}

ul, li {
  list-style: none;
}

.pc {
  display: block;
}

.sp {
  display: none;
}

@media screen and (max-width: 480px) {
  body {
    font-size: 1.6rem;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  br {
    display: none;
  }
  br.br {
    display: block;
  }
}

.slide {
  background-color: #000;
  width: 100%;
  height: 600px;
  position: relative;
}

.header {
  width: 100%;
  height: 600px;
  position: absolute;
  left: 0;
  top: 0;
}

.title {
  position: absolute;
  left: 50%;
  bottom: 70px;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
}

.yokoku {
  position: absolute;
  right: 17px;
  top: 26px;
}

.btn_more {
  display: block;
  width: 50px;
  height: 50px;
  position: absolute;
  right: 17px;
  bottom: 17px;
}

.slide_00, .slide_01, .slide_02, .slide_03, .slide_04 {
  width: 100%;
  height: 100%;
  background-color: #828282;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-blend-mode: normal;
  position: fixed;
  left: 0;
  top: 0;
  transition: opacity 2s;
  opacity: 0;
}

.slide_00.active, .slide_01.active, .slide_02.active, .slide_03.active, .slide_04.active {
  opacity: 1;
}

.slide_00.multi, .slide_01.multi, .slide_02.multi, .slide_03.multi, .slide_04.multi {
  background-blend-mode: multiply;
}

.slide_cover {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  top: 0;
}

.slide_00 {
  background-image: url("../images/slide_00.jpg");
}

.slide_01 {
  background-image: url("../images/slide_01.jpg");
}

.slide_02 {
  background-image: url("../images/slide_02.jpg");
}

.slide_03 {
  background-image: url("../images/slide_03.jpg");
}

.slide_04 {
  background-image: url("../images/slide_04.jpg");
}

.profile {
  background-image: url("../images/bg_profile.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0 80px;
  position: relative;
}

.profile__title {
  margin-bottom: 40px;
  text-align: center;
}

.profile__container {
  width: 670px;
  margin: 0 auto;
  display: table;
}

.profile__hoshino {
  display: table-cell;
}

.profile__hoshino-text {
  display: none;
  width: 670px;
  margin: 0 auto;
  padding: 30px;
  background-color: #231815;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

.profile__hoshino-close {
  color: #fff;
  font-size: 6rem;
  position: absolute;
  right: 20px;
  top: 0;
  line-height: 1;
}

.profile__tobichi {
  display: table-cell;
}

.yodogawa {
  background-color: #231815;
  padding: 55px 0;
  position: relative;
}

.text {
  width: 370px;
  margin: 0 auto;
  padding: 30px 0;
}

.text a {
  color: #fff;
  text-decoration: underline;
}

.text a:hover {
  text-decoration: none;
}

.text-img {
  text-align: center;
  padding: 25px 0;
}

.how__title {
  background-image: url("../images/title_how_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  text-align: center;
  position: relative;
}

.how__title object {
  margin-top: 50px;
}

.how__contents {
  background-color: #231815;
  padding: 50px 0;
  position: relative;
}

.about {
  position: relative;
  padding: 110px 0;
}

.about__contents {
  width: 750px;
  background-color: #fff;
  margin: 0 auto;
  padding-bottom: 60px;
}

.about__title {
  padding: 80px 0 70px;
  text-align: center;
}

.about__text {
  color: #231815;
  width: 450px;
  margin: 0 auto;
  padding: 0;
}

.about__text a {
  color: #231815;
  text-decoration: underline;
}

.about__text a:hover {
  text-decoration: none;
}

.footer {
  text-align: center;
  position: relative;
}

.footer__info {
  width: 100%;
  height: 370px;
  background-color: #231815;
}

.footer__info__sns {
  display: block;
  padding-top: 90px;
}

.footer__info__sns li {
  display: inline-block;
}

.footer__info__sns li.share {
  position: relative;
  bottom: 5px;
  margin-right: 18px;
}

.footer__info__sns li.fb {
  margin-right: 13px;
}

.footer__info__sns li.tw {
  margin-right: 25px;
}

.footer__info__sns li a {
  display: block;
}

.footer__info small {
  display: block;
  color: #fff;
  padding-top: 52px;
  font-size: 1.2rem;
}

.about__print {
  color: #231815;
  background-color: #fff;
  padding-bottom: 142px;
}

.about__print__title {
  font-size: 4rem;
  line-height: 1.5;
  padding: 65px 0;
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
  font-weight: bold;
  text-align: center;
}

.about__print__slide {
  width: 650px;
  margin: 0 auto;
}

.about__print__slide li {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin-right: 42px;
}

.about__print__slide li:nth-child(2n) {
  margin-right: 0;
}

.about__print__slide-title {
  text-align: left;
  height: 115px;
  font-size: 1.5rem;
  padding-left: 1.8rem;
  text-indent: -1.7rem;
}

.about__print__price {
  font-family: "秀英丸ゴシック B", "Shuei MaruGo B", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
  font-weight: bold;
}

.about__print__price dl {
  width: 520px;
  margin: 0 auto 65px;
}

.about__print__price dl dt {
  display: inline-block;
  width: 110px;
  font-size: 2.4rem;
}

.about__print__price dl dd {
  display: inline-block;
  width: 400px;
  margin: 0;
  font-size: 2.4rem;
}

.about__print__price dl span.small {
  font-size: 1.4rem;
}

.about__print__text {
  width: 440px;
  margin: 0 auto;
  border-left: 3px solid #A0C8D2;
  padding-left: 34px;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  .slide_00 {
    background-image: url("../images/slide_00@2x.jpg");
  }
  .slide_01 {
    background-image: url("../images/slide_01@2x.jpg");
  }
  .slide_02 {
    background-image: url("../images/slide_02@2x.jpg");
  }
  .slide_03 {
    background-image: url("../images/slide_03@2x.jpg");
  }
  .slide_04 {
    background-image: url("../images/slide_04@2x.jpg");
  }
  .profile {
    background-image: url("../images/bg_profile@2x.jpg");
  }
  .how__title {
    background-image: url("../images/title_how_bg@2x.jpg");
  }
}

@media screen and (max-width: 480px) {
  .slide {
    width: 100%;
    height: 100%;
  }
  .slide_00, .slide_01, .slide_02, .slide_03, .slide_04 {
    width: 100%;
  }
  .header {
    height: 100%;
  }
  .title {
    top: 40px;
    width: 68.75%;
  }
  .title object {
    width: 100%;
  }
  .yokoku {
    position: absolute;
    left: 50%;
    bottom: 20px;
    top: auto;
    -webkit-transform: translate(-50%);
        -ms-transform: translate(-50%);
            transform: translate(-50%);
    width: 69.6875%;
  }
  .yokoku object {
    width: 100%;
    height: 100%;
  }
  .slide_00 {
    background-image: url("../images/slide_00_sp.jpg");
  }
  .slide_01 {
    background-image: url("../images/slide_01_sp.jpg");
  }
  .slide_02 {
    background-image: url("../images/slide_02_sp.jpg");
  }
  .slide_03 {
    background-image: url("../images/slide_03_sp.jpg");
  }
  .slide_04 {
    background-image: url("../images/slide_04_sp.jpg");
  }
  .profile {
    padding: 30px 0 0;
    position: relative;
  }
  .profile__container {
    width: calc(100% - 30px);
  }
  .profile__container img {
    width: 100%;
    height: auto;
  }
  .profile__hoshino-text {
    width: calc(100% - 30px);
    padding-bottom: 30px;
  }
  .profile__title {
    margin-bottom: 0;
    text-align: center;
  }
  .profile__title object {
    width: 78.125%;
    height: auto;
  }
  .yodogawa {
    border-top: 1px solid #ccc;
    padding: 30px 0;
  }
  .text {
    width: calc(100% - 30px);
    padding: 0;
  }
  .text-img {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 25px 0;
  }
  .text-img img {
    width: 100%;
    height: auto;
  }
  .how__title {
    height: 120px;
  }
  .how__title object {
    margin-top: 10px;
    width: 80%;
    height: auto;
  }
  .how__contents {
    padding: 30px 0 60px;
  }
  .about {
    position: relative;
    padding: 0;
  }
  .about__contents {
    width: 100%;
    margin: 0 auto;
    padding-bottom: 60px;
  }
  .about__title {
    padding: 30px 0;
    width: 100%;
  }
  .about__title object {
    width: 80%;
    height: auto;
  }
  .about__text {
    width: calc(100% - 30px);
    margin: 0 auto;
    padding: 0;
  }
  .footer {
    text-align: center;
  }
  .footer__img {
    background-size: 100% auto;
    width: 100%;
    height: 100%;
    min-height: 100px;
  }
  .footer__info {
    width: 100%;
    height: 300px;
    background-color: #3E3A39;
    display: block;
  }
  .footer__info__sns {
    display: block;
    text-align: center;
    padding: 26px 0;
  }
  .footer__info small {
    display: block;
    text-align: center;
    padding-right: 0;
  }

  .about__print {
    background-color: #fff;
    padding-bottom: 30px;
    width: calc(100% - 20px);
    margin: 0 auto;
  }
  .about__print__title {
    width: calc(100% - 30px);
    margin: 0 auto;
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 30px 0;
    font-family: "秀英丸ゴシック B", "Shuei MaruGo B", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
    font-weight: bold;
    text-align: center;
  }
  .about__print__slide {
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .about__print__slide li {
    display: block;
    vertical-align: top;
    width: calc(100% - 30px);
    margin: 0 auto;
  }
  .about__print__slide li:nth-child(2n) {
    margin-right: 0;
  }
  .about__print__slide-img img {
    width: 100%;
  }
  .about__print__slide-title {
    width: calc(100% - 30px);
    text-align: left;
    height: calc(3em + 20px);
    font-size: 1.3rem;
    padding-left: 1.8rem;
    text-indent: -1.7rem;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0px;
  }
  .about__print__price {
    font-family: "秀英丸ゴシック B", "Shuei MaruGo B", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", Meiryo, Arial, sans-serif;
    font-weight: bold;
  }
  .about__print__price dl {
    width: calc(100% - 30px);
    margin: 0 auto 30px;
  }
  .about__print__price dl dt {
    display: inline-block;
    width: 20%;
    font-size: 1.6rem;
    vertical-align: top;
  }
  .about__print__price dl dd {
    display: inline-block;
    width: 77%;
    margin: 0;
    font-size: 1.6rem;
    vertical-align: top;
  }
  .about__print__price dl span.small {
    font-size: 1.4rem;
  }
  .about__print__text {
    width: calc(100% - 30px);
    margin: 0 auto;
    border-left: none;
    padding-left: 0;
    font-size: 1.3rem;
    line-height: 2;
  }
}
