@charset "UTF-8";
* {
  min-height: 0%;
  box-sizing: border-box;
}

body {
  font-family: 'A1 Mincho';
  font-size: 16px;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 2;
  color: #000;
  background-color: #fff;
}

a {
  text-decoration: none;
  color: #020665;
}

a:hover {
  opacity: .8;
}

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

.pc {
  display: block;
}

.pc-inline {
  display: inline-block;
}

.sp {
  display: none;
}

header {
  position: fixed;
  top: 0;
  left: 0;
  font-size: 13px;
  width: 100%;
  background-color: #444;
  z-index: 2;
  display: none;
  font-family: 'Shuei KakuGo Kin M';
}

header .header-inner {
  display: flex;
  justify-content: space-between;
  max-width: 1230px;
  padding: 5px 30px;
  margin: auto;
}

header .header-left h1 img {
  width: 300px;
  vertical-align: middle;
}

header .header-right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
}

header .header-right a {
  display: flex;
  align-items: center;
  margin-right: 50px;
  color: #fff;
}

header .header-right a span {
  padding-left: 10px;
}

header .header-right a:nth-of-type(1) img {
  width: 21.538px;
}

header .header-right a:nth-of-type(2) img {
  width: 16px;
}

header .header-right a:nth-of-type(3) {
  margin-right: 0;
}

header .header-right a:nth-of-type(3) img {
  width: 29px;
}

.loading {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  font-family: "JKHandwriting Regular";
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  font-size: 30px;
}

.loading.loaded {
  display: none;
}

.mv {
  position: relative;
}

.mv .mv-logo {
  position: absolute;
  top: 60px;
  left: 0;
  width: 320px;
  z-index: 1;
}

.mv-under {
  padding: 50px 30px 150px;
}

.mv-under .yodogawa {
  text-align: center;
}

.mv-under .yodogawa-bnr {
  display: block;
  margin: 50px auto 0;
  max-width: 460px;
}

.desc {
  max-width: 660px;
  margin: auto;
  padding: 0 30px 50px;
}

.desc > p:nth-of-type(1) {
  font-size: 24px;
  margin-bottom: 10px;
}

.desc .desc-kakomi {
  background-color: #D9D9D9;
  padding: 20px;
  margin-top: 30px;
  text-align: center;
}

.desc .desc-kakomi p:nth-of-type(1) {
  margin-bottom: 5px;
}

.desc .desc-kakomi p:nth-of-type(2) {
  font-size: 15px;
}

.desc a {
  text-decoration: underline;
}

.item {
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 60px 30px;
}

.item .item-left {
  width: 402px;
}

.item .item-left .swiper {
  position: relative;
  padding-bottom: 40px;
  text-align: center;
  overflow: hidden;
}

.item .item-left .swiper-pagination-bullet {
  background: #fff;
  width: 10px;
  height: 10px;
  margin: 0 5px;
}

.item .item-left .swiper-pagination-bullet-active {
  background: #020665;
}

.item .item-left .item-ttl {
  display: none;
}

.item .item-left .item-desc {
  display: none;
}

.item .item-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 60px;
}

.item .item-ttl {
  font-size: 24px;
}

.item .item-desc {
  padding: 20px 0 60px;
}

.item .priceWrap {
  padding-bottom: 20px;
}

.item .cart_btn {
  font-family: 'Shuei KakuGo Kin M';
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #444;
  color: #fff;
  width: 240px;
  height: 50px;
  margin: 0 auto 5px;
  font-size: 16px;
}

.item .cart_btn img {
  width: 29px;
  margin-right: 10px;
}

.item .cart_btn .sale {
  display: block;
}

.item .cart_btn .soldout {
  display: none;
}

.item .cart_btn.sold {
  background-color: #D9D9D9;
  color: #444;
  pointer-events: none;
}

.item .cart_btn.sold img {
  display: none;
}

.item .cart_btn.sold .sale {
  display: none;
}

.item .cart_btn.sold .soldout {
  display: block;
}

.item .cart_btn.sold + .shipping {
  display: none;
}

.item .cart_btn.sold + .shipping + .stock {
  display: none;
}

.item .cart_btn.before {
  pointer-events: none;
}

.item .cart_btn.before span {
  font-size: 12px;
}

.item .beforeMsg {
  font-size: 10px;
  line-height: 1.8;
  font-family: 'Shuei KakuGo Kin M';
}

.item .shipping,
.item .stock {
  font-family: 'Shuei KakuGo Kin M';
  font-size: 12px;
  line-height: 1.5;
}

.item--purple {
  background-color: #EEE5E8;
}

.item--wisteria {
  background-color: #EEEEE5;
}

.item--pufestoonrple {
  background-color: #D3D3DD;
}

.item--keito {
  background-color: #F5F5F5;
}

.item--keito .swiper-slide img {
  width: 245px;
}

.info {
  max-width: 890px;
  margin: auto;
  padding: 80px 30px 150px;
}

.info > div {
  margin-top: 60px;
}

.info > div > div:nth-of-type(1) {
  font-size: 20px;
  margin-bottom: 15px;
}

.info > div > div:nth-of-type(2) {
  font-size: 14px;
}

.info > div > div:nth-of-type(2) p.li {
  position: relative;
  padding-left: 1rem;
}

.info > div > div:nth-of-type(2) p.li::before {
  content: '・';
  position: absolute;
  left: 0;
}

.info > div:nth-of-type(1) {
  margin-top: 0;
}

.recommend {
  padding: 0 30px 80px;
}

.recommend .recommend-header {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  margin-bottom: 20px;
}

.recommend .recommend-header img {
  width: 209px;
  margin-right: 22px;
}

.recommend .recommend-header p {
  font-family: 'Shuei KakuGo Kin M';
  font-size: 14px;
  color: #8B0909;
}

.recommend a {
  display: block;
  max-width: 376px;
  margin: 0 auto;
}

.recommend .recommend-btn {
  font-family: 'Shuei KakuGo Kin M';
  color: #444;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 240px;
  width: 100%;
  height: 40px;
  margin: 20px auto 0;
  border: 1px solid #444;
  font-size: 16px;
}

.sec.bnr {
  background-color: #F8FFDE;
}

.sec.bnr .bnr-inner {
  max-width: 960px;
  margin: auto;
  padding: 80px 30px;
}

.sec.bnr .bnr-inner .bnr {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.sec.bnr .bnr-inner .bnr a {
  width: calc(50% - 15px);
  margin-top: 30px;
}

.sec.bnr .bnr-inner .bnr a:nth-of-type(1), .sec.bnr .bnr-inner .bnr a:nth-of-type(2) {
  margin-top: 0;
}

.sec.bnr .bnr-inner .bnr a img {
  border-radius: 6px;
}

footer {
  font-family: 'Shuei KakuGo Kin M';
  position: relative;
  background-color: #444;
  color: #fff;
}

footer a {
  color: #fff;
}

footer .footer__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding: 100px 20px;
}

footer .footer__left,
footer .footer__right {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 13.65px;
  line-height: 27.3px;
  letter-spacing: 0.1em;
}

footer .footer__left {
  width: 195.7812px;
}

footer .footer__left img.twitter {
  width: 35.53px;
}

footer .footer__left img.facebook {
  width: 35.5264px;
}

footer .footer__left img.line {
  width: 37.3942px;
}

footer .footer__right {
  width: 800px;
  margin: 0 0 5px 100px;
  align-items: flex-end;
}

footer .footer__right > a {
  display: flex;
  align-items: center;
}

footer .footer__right > a span.imgWrap {
  display: flex;
  align-items: center;
}

footer .footer__right > a span:not(.imgWrap) {
  display: inline-block;
  margin-left: 10px;
}

footer .footer__right img.kansou {
  width: 25.2491px;
}

footer .footer__right img.home {
  width: 42px;
}

footer .footer__right img.mail {
  width: 23.2297px;
}

footer .footer__right img.toStore {
  width: 22.9539px;
}

footer .footer__bottom {
  width: 100%;
  margin-top: 60px;
  font-size: 12px;
  line-height: 36.49px;
  text-align: center;
}

footer .footer__bottom__copy {
  display: block;
  width: 100px;
  margin: 10px auto 0;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
}

@media (max-width: 1140px) {
  footer .footer__right {
    width: 700px;
    margin-left: 50px;
  }
}

@media (max-width: 1070px) {
  header .header-left h1 img {
    width: 290px;
  }
}

@media (max-width: 990px) {
  footer br.sp {
    display: block;
  }
  footer .hobonichi.pc {
    display: none;
  }
  footer .hobonichi.sp {
    display: block;
  }
  footer .footer__inner {
    padding: 50px 10px;
    align-items: flex-end;
    flex-direction: row;
  }
  footer .footer__left,
  footer .footer__right {
    font-size: 13px;
  }
  footer .footer__left {
    width: 100%;
    justify-content: center;
  }
  footer .footer__left a:nth-of-type(2) {
    margin: 0 55px;
  }
  footer .footer__left span {
    width: 100%;
    padding-bottom: 8px;
    text-align: center;
  }
  footer .footer__right {
    flex-direction: column;
    align-items: initial;
    width: 50%;
    margin: 40px 0 0;
  }
  footer .footer__right a {
    margin: 12px 0;
  }
  footer .footer__right a:first-of-type {
    margin-top: 0;
  }
  footer .footer__right a:last-of-type {
    margin-bottom: 0;
  }
  footer .footer__right a span.imgWrap {
    display: inline-block;
    width: 32px;
    text-align: right;
  }
  footer .footer__right a span.imgWrap img {
    vertical-align: middle;
  }
  footer .footer__right img.kansou {
    width: 20.7px;
  }
  footer .footer__right img.home {
    width: 31.8px;
  }
  footer .footer__right img.mail {
    width: 23.2297px;
  }
  footer .footer__right img.toStore {
    width: 22.9539px;
  }
  footer .footer__bottom {
    width: calc(50% - 10px);
    margin: 10px 0 6px 10px;
    line-height: 17px;
    text-align: left;
  }
  footer .footer__bottom__copy {
    margin-top: 40px;
  }
  footer .footer__bottom__links a {
    margin-top: 10px;
  }
  footer .footer__bottom__links a:first-of-type {
    margin-top: 0;
  }
  footer .hobonichi {
    font-size: 12px;
    margin-top: 50px;
  }
}

@media (max-width: 910px) {
  header .header-right a {
    margin-right: 15px;
  }
  header .header-right a:nth-of-type(3) {
    margin-right: 0;
  }
}

@media (max-width: 910px) and (min-width: 769px) {
  header .header-right a {
    font-size: 11px;
  }
}

@media (max-width: 900px) {
  .item {
    justify-content: space-between;
  }
  .item .item-left {
    width: calc(50% - 30px);
  }
  .item .item-right {
    width: 50%;
    padding-left: 0;
  }
  .item .item-ttl {
    font-size: 20px;
  }
  .item .item-desc {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .pc {
    display: none;
  }
  .pc-inline {
    display: none;
  }
  .sp {
    display: block;
  }
  header .header-inner {
    padding: 9.5px 20px;
    align-items: center;
  }
  header .header-left {
    transform: translateY(3px);
  }
  header .header-left h1 {
    line-height: 1;
    padding-right: 15px;
  }
  header .header-left h1 img {
    max-width: 230px;
    width: 100%;
  }
  header .header-right {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    width: auto;
  }
  header .header-right a {
    display: flex;
    align-items: center;
    height: 40px;
    color: #020665;
    background-color: #fff;
    font-size: 12px;
    margin: 0;
    padding: 0 10px;
    border-top: 2px solid #fff;
  }
  header .header-right a p {
    display: flex;
    justify-content: center;
    width: 30px;
  }
  header .header-right a:nth-of-type(1) p {
    padding-left: 4px;
  }
  header .header-right a:nth-of-type(2) p {
    padding-left: 4px;
  }
  header .header-right a:nth-of-type(2) img {
    width: 12px;
  }
  header .icon-animation {
    width: 30px;
    height: 20px;
    position: relative;
    cursor: pointer;
  }
  header .type-1 span {
    transition: all 0.3s;
    transform: rotate(0deg);
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    height: 1px;
    width: 100%;
    background-color: #fff;
  }
  header .type-1 .top {
    transform: translateY(-10px);
  }
  header .type-1 .bottom {
    transform: translateY(10px);
  }
  header .type-1.is-open .middle {
    background: rgba(255, 255, 255, 0);
  }
  header .type-1.is-open .top {
    transform: rotate(-45deg) translateY(0px);
  }
  header .type-1.is-open .bottom {
    transform: rotate(45deg) translateY(0px);
  }
  .mv .mv-logo {
    width: 182px;
  }
  .mv-under {
    padding: 20px 15px 50px;
  }
  .mv-under .yodogawa {
    text-align: left;
  }
  .mv-under .yodogawa-bnr {
    margin-top: 15px;
  }
  .desc {
    padding: 0 15px 30px;
  }
  .desc > p:nth-of-type(1) {
    font-size: 20px;
  }
  .desc .desc-kakomi {
    padding: 10px 15px;
    margin-top: 15px;
  }
  .desc .desc-kakomi p:nth-of-type(1) {
    font-size: 16px;
  }
  .desc .desc-kakomi p:nth-of-type(2) {
    font-size: 12px;
    text-align: left;
  }
  .item {
    display: block;
    padding: 50px 15px;
  }
  .item .item-left {
    width: 100%;
    text-align: left;
  }
  .item .item-left .swiper {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
  .item .item-left .item-ttl {
    display: block;
  }
  .item .item-left .item-desc {
    display: block;
  }
  .item .item-right {
    width: 100%;
  }
  .item .item-ttl {
    display: none;
    font-size: 20px;
  }
  .item .item-desc {
    display: none;
    font-size: 14px;
    padding: 5px 0 15px;
  }
  .item .shipping,
  .item .stock {
    line-height: 1.6;
  }
  .info {
    padding: 50px 15px;
  }
  .info > div {
    margin-top: 50px;
  }
  .info > div > div:nth-of-type(1) {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .info > div:nth-of-type(1) {
    margin-top: 0;
  }
  .recommend {
    padding: 0 15px 50px;
  }
  .recommend .recommend-header {
    display: block;
    margin: 0 auto 10px;
    max-width: 376px;
  }
  .recommend .recommend-header img {
    margin: 0 0 12px 0;
  }
  .recommend .recommend-header p {
    padding-left: 10px;
  }
  .sec.bnr .bnr-inner {
    padding: 50px 15px;
  }
  .sec.bnr .bnr-inner .bnr a {
    width: 100%;
    margin-top: 10px !important;
  }
}
