@charset "UTF-8";

/*! sanitize.css v8.0.0 | CC0 License | github.com/csstools/sanitize.css */

*, :before, :after {
  background-repeat: no-repeat;
  box-sizing: border-box
}

:before, :after {
  text-decoration: inherit;
  vertical-align: inherit
}

html {
  cursor: default;
  line-height: 1.15;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  word-break: break-word;
}

body {
  margin: 0;
}

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

hr {
  height: 0;
  overflow: visible
}

main {
  display: block
}

nav ol, nav ul {
  list-style: none
}

pre {
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted
}

b, strong {
  font-weight: bolder
}

code, kbd, samp {
  font-size: 1em
}

small {
  font-size: 80%
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle
}

audio, video {
  display: inline-block
}

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

img {
  border-style: none;
  max-width: 100%;
}

svg:not([fill]) {
  fill: currentColor
}

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

table {
  border-collapse: collapse
}

button, input, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit
}

button, input, select {
  margin: 0
}

button {
  overflow: visible;
  text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: button
}

fieldset {
  padding: .35em .75em .625em
}

input {
  overflow: visible
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

select {
  text-transform: none
}

textarea {
  margin: 0;
  overflow: auto;
  resize: vertical
}

[type=checkbox], [type=radio] {
  padding: 0
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: .54
}

::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

::-moz-focus-inner {
  border-style: none;
  padding: 0
}

:-moz-focusring {
  outline: 1px dotted ButtonText
}

:-moz-ui-invalid {
  box-shadow: none
}

details {
  display: block
}

dialog {
  background-color: white;
  border: solid;
  color: black;
  display: block;
  height: -moz-fit-content;
  height: -webkit-fit-content;
  height: fit-content;
  left: 0;
  margin: auto;
  padding: 1em;
  position: absolute;
  right: 0;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  width: fit-content
}

dialog:not([open]) {
  display: none
}

summary {
  display: list-item
}

canvas {
  display: inline-block
}

template {
  display: none
}

a, area, button, input, label, select, summary, textarea, [tabindex] {
  touch-action: manipulation
}

[hidden] {
  display: none
}

[aria-busy=true] {
  cursor: progress
}

[aria-controls] {
  cursor: pointer
}

[aria-disabled=true], [disabled] {
  cursor: not-allowed
}

[aria-hidden=false][hidden]:not(:focus) {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute
}

html {
  font-size: 62.5%;
  font-family: 'A1 Gothic L',sans-serif;
  width: 100%;
  animation: fadeIn 2s ease 0s 1 normal;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  font-size: 1.6rem;
}
body::before {
    background:url(/store/haramaki/2021_winter/look_book/img/bg.jpg) no-repeat top center;
    background-size: cover;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: -1;
    animation: fadeIn 4s ease 0s 1 normal;
    -webkit-animation: fadeIn 4s ease 0s 1 normal;
}
@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}
body#article::before {
  background:url(../img/bg.jpg) no-repeat top center;
  background-size: cover;
  animation: fadeIn 1s ease 0s 1 normal;
  -webkit-animation: fadeIn 1s ease 0s 1 normal;
}
html, body {
  min-width: 100%;
  height: 100%
}

h1, h2, h3, h4, h5, h6, div, span, p, ul, ol, li, dd, small, a {
  margin: 0;
  padding: 0;
  line-height: 2;
  letter-spacing: .07em;
  list-style-type: none;
  word-break: normal;
  position: relative;
  font-weight: 400;
  z-index: 2
}

a{
  text-decoration: none;
}

a:hover {
  opacity: .7;
}
a:hover .btn{
  opacity: .7;
}
a[target=_blank]:after {
  font-family: "Hobonichi-Icons";
  content: "\e914";
  font-weight: normal;
  font-size: .8em;
  position: relative;
  top: -.2em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 400
}

.spOnly{
    display: none;
}
.hide{
  opacity: 0;
}
.bg {
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
}
.bg-bk {
  background-color: rgba(0,0,0,.8);
}
.bg-w {
  background-color: rgba(255,255,255,.85);
}
.bg-red {
  background-color: rgba(172,67,66,.75);
}
.bg-green {
  background-color: rgba(44,53,53,.75);
}
.mainVisual {
  width: 100vw;
  height: 100vh;
  background-position:center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.mainVisual h1.slider-title {
  background:url(../img/main_ttl.png) no-repeat top center;
  background-size: cover;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  text-indent: -1000vw;
}
#article {
  font-family: 'Koburina Gothic W3 JIS2004',sans-serif;
}
#article h2, #article h3{
  font-family: 'Koburina Gothic W6 JIS2004',sans-serif;
}
#article .mainVisual h1 {
  position: absolute;
  top: calc((100vh - 730.14px)/2);
}
#article.mambo .mainVisual h1 {
  top: calc((100vh - 730.52px)/2);
}
#article .mainVisual .main_ttl {
  max-width: 800px;
  width: 93.33vw;
  position: absolute;
  bottom: 0;
}
#yodogawa {
  padding: 80px 0;
}
#yodogawa h2 {
  max-width: 526px;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 70px;
}
#yodogawa .txt {
  color: #fff;
  font-family: 'Shuei MaruGo B',sans-serif;
  font-size: 1.8rem;
  max-width: 526px;
  width: 80%;
  margin: 0 auto;
}
#prof {
  max-width: 800px;
  width: 93.33vw;
  margin: 0 auto;
  padding: 50px 0;
  color: #fff;
}
#prof h2, .txt {
  max-width: 430px;
  width: 85.71%;
  margin: 0 auto;
}
#prof h2, #prof h3{
  font-size: 1.6rem;
  padding-bottom: 1em;
}
#prof h3 {
  padding-bottom: .5em;  
}
#prof .txt {
  font-size: 1.3rem;
}
#prof .member {
  border-top: 1px solid;
  border-bottom: 1px solid;
  margin-top: 1em;
  padding: 1em 0;
}
#contents {
  max-width: 800px;
  width: 93.33vw;
  margin: 0 auto;
  padding: 50px 0;
}
.conv h3 {
  font-size: 2.1rem;
  padding-bottom: 2em;
  text-align: center;
}
.conv dl {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 1em;
  display: flex;
}
.conv dl dt {
  width: 20%;
  margin-bottom: 1em;
  font-size: 1.5rem;
  text-align: right;
  font-family: "Koburina Gothic W6 JIS2004", sans-serif;
}
.conv dl dd {
  width: 80%;
  padding-left: 2em;
  margin-bottom: 1em;
  font-size: 1.5rem;
}
.conv__img {
  max-width: 600px;
  margin:0 auto 2em;
  text-align: center;
}
.conv__img .caption {
  text-align: center;
  margin: .5em auto 0;
  font-size: 1.3rem;
  line-height: 1.75;
}
.txt a, .conv a {
  color: #ff5000;
}
.index {
  max-width: 800px;
  width: 93.33vw;
  margin: 0 auto;
  background-color: rgba(0, 0, 0, .5);
  padding: 30px 0;
}
.prenav {
  width: 100%;
  max-width: 600px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.prenav li {
  min-width: 50px;
}
.prenav li a {
  color: #ff5000;
  font-size: 1.5rem;
}
.news {
  max-width: 800px;
  width: 93.33vw;
  margin: 0 auto;
  padding: 50px 0;
}
.news a {
  max-width: 300px;
  width: 64.38%;
  margin: 0 auto;
  display: block;
}
.news a .caption{
  color: #000;
  font-size: 1.4rem;
  padding-top: .5em;
  letter-spacing: .05em;
  word-break: keep-all;
}
.banner {
  padding: 45px 0;
}
.banner a {
  max-width: 400px;
  width: 80%;
  margin: 0 auto;
  display: block;
}
.banner a img {
  width: 100%;
}
.banner a.off {
  pointer-events: none;
}
.banner a.off::after{
  content: '';
  position: absolute;
  top: 11%;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0,0,0,.65);
  display: block;
  width: 100%;
  height: 0;
  padding-top: 66.35%;
}

.staff {
  width: 95%;
  max-width: 600px;
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.info {
  padding: 0 0 59px;
  background-color: rgba(0, 0, 0, .75);
  text-align: center;
}

.info__ttl {
  margin-bottom: 60px;
  background-color: #000;
  line-height: 56px;
  height: 60px;
}
#article .info {
  background-color: rgba(0, 0, 0, .05);
}
footer {
  background-color: #fff;
  padding: 20px 0 35px
}

footer .share__ttl {
    text-align: center;
    margin-bottom: 22px;
}

footer .share {
  width: 95%;
  max-width: 250px;
  margin: 0 auto 27px;
  display: flex;
  justify-content: space-between
}

footer .footer__btn{
    border-top: 1px solid;
    text-align: center;
    padding-top: 30px;
}

footer .footer__btn div{
    margin-bottom: 29px;
}

footer .footer__links-store {
  display: flex;
  justify-content: center;
  margin-bottom: 23px
}

footer .footer__links-store a {
  text-decoration: none;
  font-size: 1.2rem;
  font-family: '小塚ゴシック Pro','Kozuka Gothic Pro',sans-serif;
  color: #000
}

footer .footer__links-store a:after {
  content: "／";
  display: inline;
  font-size: 1.3rem
}

footer .footer__links-store li:last-child a:after {
  content: none
}

footer small {
  display: block;
  text-align: center
}

@media(max-width:768px) {
  body::before {
    background:url(/store/haramaki/2021_winter/look_book/img/bg_sp.jpg) no-repeat top center;
    background-size: cover;
    font-size: 1.4rem;
  }
  body#article::before {
    background:url(../img/bg_sp.jpg) no-repeat top center;
    background-size: cover;
  }
  img {
    width: 100%;
  }
  .pcOnly{
      display: none;
  }
  .spOnly{
      display: block;
  }
  .bg {
    background-size: cover;
    background-position: center center;
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
  }
  .mainVisual h1.slider-title {
    background:url(../img/main_ttl_sp.png) no-repeat center center;
    background-size: contain;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
  }
  #article .mainVisual {
    height: auto;
    display: block;
  }
  #article .mainVisual h1, #article.mambo .mainVisual h1{
    position: relative;
    width: 73.33vw;
    margin: 0 auto;
    top: auto;
    padding: 20px 0;
  }
  #article .mainVisual .main_ttl {
    position: relative;
    margin: 0 auto;
  }
  #prof {
    padding: 25px 0;
  }
  #prof h2, #prof h3{
    font-size: 1.4rem;
  }
  #prof .txt {
    font-size: 1.15rem;
  }
  #contents {
    padding: 25px 0 5px;
  }
  .conv {
    width: 85.71%;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .conv h3 {
    font-size: 1.575rem;
    line-height: 1.65;
    text-align: left;
  }
  .conv dl {
    margin: 0 auto 1em;
    display: flex;
    flex-wrap: wrap;
  }
  .conv dl dt {
    width: 100%;
    margin-bottom: 0;
    font-size: 1.3rem;
    text-align: left;
  }
  .conv dl dd {
    width: 100%;
    padding-left: 0;
    margin-bottom: 1em;
    font-size: 1.3rem;
  }
  .conv__img .caption {
    font-size: 1.05rem;
  }
  .conv .end {
    display: block;
    text-align: center;
  }
  .index {
    padding: 15px 0;
  }
  .prenav {
    width: 85.71%;
  }
  .prenav li a {
    font-size: 1.15rem;
  }
  .news {
    padding: 25px 0;
  }
  .news a .caption{
    font-size: 1.05rem;
  }
  #yodogawa {
    padding: 40px 0;
  }
  #yodogawa h2 {
    padding-bottom: 40px;
  }
  #yodogawa .txt {
    font-size: 1.4rem;
  }
  .banner {
    padding: 30px 0;
  }
  .staff{
    width: 66%;
  }
  footer {
    padding: 8px 0 35px
  }
  footer .share {
    width: 50%;
    max-width: 85%;
    margin: 0 auto 18px;
    display: flex;
    justify-content: space-between
  }
  footer .share__ttl img{
    width: 22%;
  }
  footer .share__item {
    width: 40px
  }
  footer .share__item img {
    width: 40px;
  }
  footer .share__ttl{
    margin-bottom: 15px;
  }
  footer .footer__btn{
    padding-top: 23px;
  }
  footer .footer__btn img{
      width: 50%;
      margin: 0 auto;
  }
  footer .footer__btn div {
    margin-bottom: 20px;
  }
  footer .footer__links-store {
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
    flex-direction: column;
    align-items: center
  }
  footer .footer__links-store a {
    text-decoration: none;
    font-size: 1rem;
    color: #000
  }
  footer .footer__links-store li{
    line-height: 1;

  }
  footer .footer__links-store a:after {
    content: "";
    display: inline;
    font-size: 1.3rem
  }
  footer .footer__links-store li:last-child a:after {
    content: none
  }
  footer small {
    display: block;
    text-align: center
  }
  footer small img {
    height: 9px;
    width: auto
  }
  .info {
    padding: 0 0 42px;
  }
  .info__ttl {
    margin-bottom: 40px;
    line-height: 41px;
    height: 45px;
  }
  .info__ttl img {
    height: 15px;
    width: auto
  }
  .info div img{
      width: 80.2%;
      margin: 0 auto;
  }
}