@charset "UTF-8";
abbr,
address,
article,
aside,
audio,
b,
blockquote,
body,
canvas,
caption,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
p,
pre,
q,
samp,
section,
small,
span,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}
body {
    line-height: 1
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}
nav ul {
    list-style: none
}
blockquote,
q {
    quotes: none
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}
a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}
ins {
    text-decoration: none
}
ins,
mark {
    background-color: #ff9;
    color: #000
}
mark {
    font-style: italic;
    font-weight: 700
}
del {
    text-decoration: line-through
}
abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}
table {
    border-collapse: collapse;
    border-spacing: 0
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}
input,
select {
    vertical-align: middle
}
html {
    font-size: 62.5%;
    width: 100%
}
body {
    font-size: 1.6rem;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Segoe UI, YuGothic, Yu Gothic Medium, Hiragino Sans, Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
    line-height: 200%;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
* {
    box-sizing: border-box
}
img {
    max-width: 100%;
    vertical-align: top
}
a[href] {
    color: #323232;
    text-decoration: none
}
@media(min-width:768px) {
    a[href] {
        transition: 0.16s
    }
    a[href]:hover {
        opacity: .5
    }
}
a[target=_blank]:after {
    font-family: Hobonichi-Icons;
    content: "\e914";
    font-weight: 400;
    font-size: 0.8em;
    position: relative;
    top: -0.2em
}
.container {
    background-color: #ffc63f
}
.koburina-w6 {
    font-family: Koburina Gothic W6 JIS2004, sans-serif;
    font-weight: 400
}
.koburina-w3 {
    font-family: Koburina Gothic W3 JIS2004, sans-serif
}
.koburina-w1 {
    font-family: Koburina Gothic W1 JIS2004, sans-serif
}
.flex {
    display: -ms-flexbox;
    display: flex
}
.flex--center {
    -ms-flex-pack: center;
    justify-content: center
}
.flex--between {
    -ms-flex-pack: justify;
    justify-content: space-between
}
.flex--vertical-center {
    -ms-flex-align: center;
    align-items: center
}
.tac {
    text-align: center
}
.tal {
    text-align: left
}
.inline-block {
    display: inline-block
}
@media(min-width:768px) {
    .is-pc-disabled {
        display: none !important
    }
}
@media(max-width:767px) {
    .is-sp-disabled {
        display: none !important
    }
}
/*.indent-half {
    margin-left: -0.5em
}*/
.indent-half-after {
    letter-spacing: -0.5em
}
.hover-op {
    cursor: pointer
}
@media(min-width:768px) {
    .hover-op {
        transition: 0.16s
    }
    .hover-op:hover {
        opacity: .5
    }
}
.youtube {
    position: relative;
    width: 100%;
    padding-top: 56.25%
}
.youtube iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important
}
.inner {
    max-width: 1000px;
    margin: 0 auto
}
.inner--flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start
}
@media(max-width:767px) {
    .inner--flex {
        display: block
    }
}
.inner .left {
    width: 60%
}
@media(max-width:767px) {
    .inner .left {
        width: 100%
    }
}
.inner .right {
    width: 40%
}
@media(max-width:767px) {
    .inner .right {
        width: 100%
    }
}
.footer {
    max-width: 720px;
    padding-top: 70px;
    margin: 0 auto;
    padding-bottom: 55px
}
.footer__links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    list-style: none;
    line-height: 1
}
.footer__links img {
    height: 25px
}
.footer__text-links {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 25px;
    list-style: none;
    font-size: 1.2rem;
    line-height: 1;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.footer__text-links li+li:before {
    content: "／"
}
.footer__copyright {
    margin-top: 35px;
    text-align: center;
    line-height: 1
}
@media(max-width:767px) {
    .footer {
        padding-top: 25px;
        padding-bottom: 20px
    }
    .footer__links {
        display: block;
        text-align: center
    }
    .footer__links li {
        display: inline-block;
        margin: 10px
    }
    .footer__text-links {
        display: block;
        text-align: center;
        margin-top: 0
    }
    .footer__text-links li {
        margin-top: 20px
    }
    .footer__text-links li+li:before {
        display: none
    }
    .footer__copyright {
        margin-top: 25px
    }
}
.header {
    padding-top: 30px
}
@media(max-width:767px) {
    .header {
        padding-top: 15px
    }
    .header__logo {
        width: 80%
    }
    .header__hobonichi {
        width: 18%
    }
}
.header__top {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 880px;
    margin: 0 auto;
    z-index: 1
}
@media(max-width:767px) {
    .header__top {
        padding-left: 2.5%;
        padding-right: 2.5%
    }
}
.header__visual {
    margin-top: -23px
}
@media(max-width:767px) {
    .header__visual {
        margin-top: -3vw
    }
}
.yodogawa {
    position: relative;
    padding: 90px 0 80px;
    text-align: center;
    font-size: 1.8rem;
    line-height: 2.2;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.yodogawa:after {
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    bottom: 50px;
    left: 52%;
    margin-left: 200px;
    background-image: url('../images/teaser/badge_onsale.svg');
    background-size: 100% 100%
}
.yodogawa .strong {
    font-weight: 700;
    color: #FF0000
}
.yodogawa .strong a {
    color: #FF0000;
}
@media(max-width:767px) {
    .yodogawa {
        font-size: 1.6rem;
        line-height: 2;
        text-align: left;
        padding: 20px 5%
    }
    .yodogawa:after {
        display: none;
    }
    .yodogawa .strong {
        display: block;
        text-align: center
    }
}
.main {
    background-color: #fff
}
.main__title {
    position: relative;
    margin-left: 200px;
    margin-bottom: 40px;
    font-size: 3.2rem;
    color: #39804a;
    letter-spacing: 0.1em;
    line-height: 1.3;
}
.main__title:before {
    content: "";
    position: absolute;
    top: -30px;
    left: -90px;
    width: 73px;
    height: 69px;
    background-image: url('../images/teaser/balloon_01_green@2x.png');
    background-size: 100% 100%
}
.main__title--02:before {
    background-image: url('../images/teaser/balloon_02_green@2x.png')
}
@media(max-width:767px) {
    .main__title {
        font-size: 2.2rem;
        margin-left: 0;
        margin-bottom: 15px;
        padding: 0 5%
    }
}
.main__sub-title {
    margin-top: 7px;
    margin-bottom: 15px;
    margin-left: 200px;
    line-height: 1.5;
    font-size: 2rem;
    font-weight: 700;
    letter-spacing: 0.1em
}
@media(max-width:767px) {
    .main__sub-title {
        font-size: 1.8rem;
        margin-left: 0;
        padding: 0 5%
    }
}
.main__content {
    max-width: 800px;
    margin: 0 auto;
    padding: 100px 0 60px
}
.main__content h4 {
    margin-top: 70px;
    margin-left: 200px;
    color: #39804a;
    font-size: 2rem;
    line-height: 2;
    font-family: Koburina Gothic W6 JIS2004, sans-serif;
    font-feature-settings: "palt";
}
.main__content p {
    margin-left: 200px;
    margin-bottom: 24px;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.main__content a {
    text-decoration: underline
}
.main__content .img {
    margin: 45px auto;
    text-align: center;
}
.main__content .img2 {
    margin: 15px auto 45px;
    text-align: center;
}
.main__content .img3 {
    margin: 45px auto 15px;
    text-align: center;
}
.main__content .update {
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 1;
    text-align: center;
    margin-left: 0;
    font-size: 1.2rem;
    letter-spacing: 0.2em
}
.main__content .navigation {
    text-align: center
}
@media(max-width:767px) {
    .main__content {
        padding-top: 30px;
        padding-bottom: 20px
    }
    .main__content h4 {
        font-size: 1.8rem;
        margin-left: 0;
        padding: 0 5%
    }
    .main__content p {
        font-size: 1.5rem;
        margin-left: 0;
        line-height: 2;
        padding: 0 5%
    }
    .main__content .navigation img {
        width: 36px
    }
}
.product {
    padding: 60px 0;
    background-color: hsla(26, 17%, 57%, 0.2)
}
@media(max-width:767px) {
    .product {
        position: relative;
        padding: 20px 0 30px
    }
    .product:after {
        content: "";
        position: absolute;
        top: -20px;
        right: 5px;
        width: 80px;
        height: 80px;
        background-image: url('../images/teaser/badge_onsale.svg');
        background-size: 100% 100%
    }
}
.product__container {
    max-width: 620px;
    margin: 0 auto 68px;
}
.product__name {
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    text-align: center
}
.product__name:after {
    content: "";
    display: block;
    width: 7em;
    height: 1px;
    background-color: #000;
    margin: 0 auto
}
@media(max-width:767px) {
    .product__name {
        font-size: 2rem
    }
}
.product__image {
    margin-top: 10px
}
@media(max-width:767px) {
    .product__image {
        padding-left: 5%;
        padding-right: 5%
    }
}
.product__info {
    position: relative;
    margin-top: 30px;
    text-align: center;
    /*margin-left: 40px*/
}
.product__info .inner {
    width: 337px;
    text-align: left;
    margin: auto;
}
@media(max-width:767px) {
    .product__info {
        margin-top: 15px;
        margin-left: 0;
        padding: 0 5%
    }
    .product__info:after {
        display: none
    }
    .product__info .inner {
        width: 100%;
    }
}
.product__price span {
    font-size: 1.2rem
}
@media(max-width:767px) {
    .product__price {
        text-align: center
    }
}
.product__spec {
    font-size: 1.2rem;
    line-height: 2;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.product__btn {
    margin-top: 55px;
    text-align: center
}
@media(max-width:767px) {
    .product__btn {
        margin-top: 20px;
        padding-left: 5%;
        padding-right: 5%
    }
}
.ttl-01 {
  font-size: 24px;
  line-height: 1.8;
  padding-bottom: 60px;
  font-family: Koburina Gothic W6 JIS2004, sans-serif;
  font-feature-settings: "palt";
}
.comment-01 {
  width: 462px;
  margin: 45px auto !important;
}
.onsale {
  color: #FF0000;
  font-size: 22px;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
}
.onsale a {
    color: #FF0000;
}
.onsale.top {
    margin: 100px auto 20px;
}
.onsale.bottom {
    margin: 0 auto 95px;
}
@media(max-width:767px) {
    .comment-01 {
        width: 100%;
    }
    .ttl-01 {
        font-size: 22px;
        padding-bottom: 30px;
    }
    .onsale {
        font-size: 18px;
    }
    .onsale.top {
        margin: 60px auto 20px;
    }
    .onsale.bottom {
        margin: 0 auto 35px;
    }
]