@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,
sub,
sup,
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%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

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

blockquote,
q {
    quotes: none;
}

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

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

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

button {
    border: none;
}


/* ===============================================================================
Body Setting
=============================================================================== */

html {
    font-size: 62.5%;
}

body {
    font-family: "Shuei MaruGo B", sans-serif;
    -webkit-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    text-size-adjust: 100%;
    line-height: 2;
    font-size: 1.6rem;
    color: #000;
}
#contain {
    overflow: hidden;
}
#bg {
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    background-image: url(../img/bg_pc.jpg);
    background-position: center top;
    background-size: cover;
}

.wrapper {
    max-width: 880px;
    width: 90%;
    margin: 30px auto;
}

.indent {
    text-indent: -1em;
    padding-left: 1em;
}

@media screen and (max-width: 640px) {
    body {
        font-size: 1.4rem;
        line-height: 1.85;
        letter-spacing: 0;
    }
    #bg {
        background-image: url(../img/bg_sp.jpg);
    }
    .wrapper {
        margin: 2px auto 50px;
        border-radius: 22px;
    }
}

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

a:hover {
    opacity: 0.5;
}

.hb-open-in-new {
    font-size: .8em;
    position: relative;
    top: -.2em;
}

img {
    vertical-align: top;
    max-width: 100%;
}

@media screen and (min-width: 641px) {
    .spOnly {
        display: none;
    }
}

@media screen and (max-width: 640px) {
    .pcOnly {
        display: none;
    }
    .spOnly {
        display: block;
    }
    br:not(.sp-br) {
        display: none;
    }
}


/* ===============================================================================
ContentsArea
=============================================================================== */

header {
    background: url(../img/bg_header.svg) repeat-x;
    position: fixed;
    width: 100%;
    height: 58px;
    z-index: 1;
}
header .hobo {
    position: absolute;
    left: 40px;
    top: 0;
}
header .hb-hobo-logo {
    font-size: 44px;
}
header ul {
    display: flex;
    gap: 20px;
    position: absolute;
    top: 10px;
    right: 40px;
    list-style: none;
    font-size: 1.3rem;
}
header li {
    position: relative;
    padding-left: 25px;
}
header li a:before {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    content: '';
    background: url(../img/icon_help.svg) no-repeat;
    background-size: contain;
    width: 20px;
    height: 20px;
}
header li.account a:before {
    background: url(../img/icon_account.svg) no-repeat;
    background-size: contain;
}
header li.cart a:before {
    background: url(../img/icon_cart.svg) no-repeat;
    background-size: contain;
}
.header__hamburger {
    width: 20px;
    height: 16px;
    position: absolute;
    top: 8px;
    right: 10px;
    padding: 0;
}
.hamburger {
  background-color: transparent;
  border-color: transparent;
  z-index: 9999;
}
.hamburger span {
  width: 100%;
  height: 2px;
  background-color: #000;
  position: relative;
  transition: ease .4s;
  display: block;
}

.hamburger span:nth-child(1) {
  top: 0;
}

.hamburger span:nth-child(2) {
  margin: 6px 0;
}

.hamburger span:nth-child(3) {
  top: 0;
}

.header__nav.active {
  transform: translateX(0);
}
.hamburger.active span:nth-child(1) {
  top: 3px;
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;

}
.hamburger.active span:nth-child(3) {
  top: -13px;
  transform: rotate(-45deg);
} 
@media screen and (min-width: 640px) {
    .hamburger {
        display: none;
    }
}
@media screen and (max-width: 640px) {
    .header__nav {
        position: absolute;
        right: 0;
        left: 0;
        top: 0;
        width: 100%;
        height: calc(50px + 12em);
        transform: translateX(100%);
        background-color: rgba(255,255,255,1);
        transition: ease .4s;
    }
    header .hobo {
        left: 10px;
        top: 3px;
    }
    .hobo .hb-hobo-logo {
        font-size: 2.8rem;
    }
    header {
        height: 42px;
        height: 43px;
        background-size: 44px 43px;
    }
    header ul {
        display: block;
        top: 50px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        font-size: 1.4rem;
    }
    header li {
        padding-bottom: 1.5em;
    }
}

.mv {
    max-width: 960px;
    margin: 0 auto;
    padding-top: 125px;
    padding-left: 30px;
}

.yodogawa {
    font-family: "Shuei MaruGo L", sans-serif;
    max-width: 320px;
    width: 84%;
    margin: 75px auto 95px;
}

main {
    max-width: 960px;
    margin: 0 auto;
}
.items {
    display: flex;
    gap: 25px 10px;
    flex-wrap: wrap;
}
.items > div {
    background-color: rgba(251, 163, 7, .15);
    border-radius: 16px;
    text-align: center;
    max-width: 475px;
    position: relative;
    padding: 25px 0;
    width: calc(50% - 5px);
}
.items .copy {
    font-family: "Talking", sans-serif;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    font-size: 2.5rem;
    line-height: 1.48;
    position: absolute;
    top: 26px;
    left: 26px;
    text-align: left;
}
.items h2 {
    font-size: 1.8rem;
    line-height: 1.5;
    padding-top: 15px;
}
.items h2 span.pre {
    display: block;
    font-size: 1.4rem;
    color: #e05442;
}
.items .il03 h2 {
    padding-top: 0;
    margin-top: -0.7em;
}
.items .img_item {
    width: 420px;
    margin: 0 auto;
}
.items .btn {
    background: #fff;
    border: 2px solid;
    border-radius: 10px;
    display: inline-block;
    width: 200px;
    text-align: center;
    margin-top: 15px;
    padding-right: 15px;
    font-size: 1.748rem;
}
.items .btn a {
    display: block;
    position: relative;
}
.items .btn a::after {
    position: absolute;
    top: 10px;
    right: 3px;
    display: block;
    content: '';
    background: url(../img/icon_right.svg) no-repeat;
    background-size: contain;
    width: 8px;
    height: 16px;
}
.items .soldout{
    color: #ff0000;
    font-size: 1.4rem;
    opacity: 0;
}
.items .sold .soldout{
    opacity: 1;
}
.items p.delighter {
    position: absolute;
}
.items .il01 p {
    bottom: 90px;
    left: -75px;
}
.items .il02 p {
    top: -95px;
    right: -33px;
}
.items .il03 p {
    bottom: -115px;
    right: -128px;
}

/* main .yodogawa div p.delighter.started {
  -webkit-animation: shake .4s 2;
          animation: shake .4s 2;
} */

.items p.delighter.started {
    -webkit-animation: shake .7s;
    animation: shake .7s;
}

@-webkit-keyframes shake {
    10%,
    20% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

@keyframes shake {
    10%,
    20% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }
    40%,
    60%,
    80% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg);
    }
    100% {
        -webkit-transform: rotate(0);
        transform: rotate(0);
    }
}

.banner {
    display: flex;
    gap: 20px;
    max-width: 900px;
    margin: 240px auto 70px;
}
.banner a {
    display: block;
    width: 50%;
}

.info {
    background: rgba(255,255,255,.3);
    display: flex;
    justify-content: space-between;
    padding: 28px 90px;
    font-size: 1.4rem;
}
.info dl {
    line-height: 1.71;
}
.info dl:first-of-type {
    border-right: 1px solid;
    padding-right: 80px;
}
.info  dd {
    font-family: "Shuei MaruGo L", sans-serif;
}
.info  dd small {
    font-size: 1.2rem;
}
.toTop {
    font-family: "Shuei MaruGo L", sans-serif;
    text-align: center;
    margin: 100px auto;
}
.toTop a {
    position: relative;    
}
.toTop a::before {
    position: absolute;
    top: 5px;
    left: -25px;
    display: block;
    content: '';
    background: url(../img/icon_up.svg) no-repeat;
    background-size: contain;
    width: 16px;
    height: 8px;
}

@media screen and (max-width: 820px) {
    .items {
        display: block;
    }
    .items > div {
        max-width: initial;
        width: 90%;
        margin: 0 auto 5vw;
        padding: 0 0 10px 0;
    }
}
@media screen and (max-width: 640px) {
    .mv {
        padding: 90px 6.66vw 0;
    }
    .yodogawa {
        margin: 40px auto 80px;
    }
    .items .img_item {
        width: 100%;
    }
    .items .copy {
        font-size: 1.6rem;
    }
    .items h2 {
        font-size: 1.4rem;
    }
    .items h2 span.pre {
        font-size: 1.2rem;
    }
    .items .value {
        font-size: 1.2rem;
    }
    .items .btn {
        width: 145px;
        padding: 0.5em 0.6em 0.4em 0;
    }
    .items .btn a {
        font-size: 1.3rem;
    }
    .items .btn a::after {
        top: 6px;
        right: 2px;
        width: 6px;
        height: 12px;
    }
    .items .soldout {
        font-size: 1.2rem;
    }    
}
@media screen and (max-width: 820px) {
    .items {
        display: block;
    }
    .items > div {
        max-width: initial;
        width: 84%;
        margin: 0 auto 5vw;
        padding: 0 0 10px 0;
    }
    .mv {
        padding: 90px 6.66vw 0;
    }
    .yodogawa {
        margin: 40px auto 80px;
    }
    .items .img_item {
        width: 90%;
    }
    .items .copy {
        font-size: 1.632rem;
    }
    .items h2 {
        font-size: 1.4rem;
    }
    .items .il03 h2 {
        padding-top: 10px;
        margin-top: 0;
    }
    .items .value {
        font-size: 1.2rem;
    }
    .items .btn {
        width: 145px;
        padding: 0.3em 0.6em 0.3em 0;
    }
    .items .btn a {
        font-size: 1.3rem;
    }
    .items .btn a::after {
        top: 6px;
        right: 0;
        width: 6px;
        height: 12px;
    }
    .items .soldout {
        font-size: 1.2rem;
    }  
    .items .il01 p {
        top: -50px;
        bottom: auto;
        left: auto;
        right: -10px;
    }
    .items .il02 p {
        top: auto;
        right: auto;
        bottom: -15px;
        left: -6.5vw;
    } 
    .items .il03 p {
        bottom: -80px;
        right: -8vw;
    } 
    .banner {
        display: block;
        margin: 125px auto 65px;
    }
    .banner a {
        width: 74.666vw;
        margin: 0 auto 10px;
    }
    .info {
        display: block;
        width: 74.666vw;
        margin: 0 auto;
        padding: 8.533vw 6.666vw;
        font-size: 1.2rem;
    }
    .info dl {
        padding-top: 1em;
    }
    .info dl:first-of-type {
        border-right: none;
        border-bottom: 1px solid;
        padding: 0 0 1em 0;
        margin-bottom: 1em;
    }
    .toTop {
        font-size: 1.2rem;
        margin: 60px auto 100px;
    }
    .toTop a::before {
        top: 3px;
        left: -17px;
        width: 11px;
        height: 6px;
    }
}
/* ===============================================================================
FooterArea
=============================================================================== */

footer {
    font-family: "Shuei MaruGo L", sans-serif;
    font-size: 1.2rem;
    background-color: rgba(199,238,97,1);
    padding: 60px 0;
}

footer .inner {
    max-width: 960px;
    width: 90%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
    display: flex;
    justify-content: space-between;
}
footer ul {
    list-style: none;
    display: flex;
    padding-right: 15px;
    padding-bottom: 15px;
    flex-wrap: wrap;
}
footer ul.share li {
    font-size: 1.3rem;
    line-height: 28px;
}
footer ul.share > ul li {
    margin: 0 2px;
}
footer ul.share > ul li.share_line {
    margin-right: 15px;
}
footer ul.share > ul::before, footer ul.share > ul::after{
    content: "|";
}
footer ul.share > li::after {
    content: "|";
    margin: 0 15px;
}
footer ul.share > ul li.share_title {
    margin: 0 10px;
}
footer ul.link {
    font-size: 1.2rem;
}
footer ul.link li::after {
    content: "／";
    margin: 0px 0.25em;
}
footer ul.link li:last-of-type:after{
    content: none;
}
footer .hobo {
    text-align: right;
    margin-top: -1em;
}
footer .hobo a {
    font-size: 4rem;
    line-height: 0;
}
footer .copyright {
    margin-top: .5em;
}

@media screen and (max-width: 640px) {
    footer {
        padding: 10px 0;
    }
    footer .inner {
        display: block;
    }
    footer ul.share > ul::before, footer ul.share > ul::after, footer ul.share > li::after{
        content: none;
    }
    footer ul.share > ul li.share_title {
        margin: 0 10px 0 0;
    }
    footer ul {
        padding-bottom: 15px;
        justify-content: center;
    }
    footer .share {
        width: 85%;
        justify-content: space-between;
        margin: 0 auto 10px auto;
    }
    footer .share li {
        margin: 0 20px 0 0;
    }
    footer .share li:last-of-type {
        margin: 0;
    }
    footer .hobo {
        margin: 0 auto 30px;
        text-align: center;
    }
    footer .hobo .hb-hobo-logo {
        font-size: 4rem;
    }
    footer .hobo li {
        margin: 0 20px 0 4%;
        display: block;
    }
    footer .hobo li:last-of-type {
        margin: 0;
    }
    footer .copyright {
        padding: 50px 0 0 0;
        font-size: 1.2rem;
    }
}