@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@500;700&display=swap");

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 500;
}

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;
}

table {
  font-size: inherit;
  font: 100%;
}

pre, code, kbd, samp, tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%;
}

select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
  border-radius: 0;
}

select, input, button, textarea {
  font: 99% arial, helvetica, clean, sans-serif;
  border-radius: 0;
  border: none;
  outline: none;
}

input[type=text],
input[type=email],
input[type=tel],
input[type=submit],
input[type=button],
textarea {
  -webkit-appearance: none;
}

:focus {
  outline: none;
}

@-ms-viewport {
  width: device-width;
}
picture {
  display: block;
}

html {
  font-size: 62.5%;
  -webkit-tap-highlight-color: transparent;
}
html[data-fontsize=small] {
  font-size: 56.25%;
}
html[data-fontsize=medium] {
  font-size: 62.5%;
}
html[data-fontsize=large] {
  font-size: 68%;
}
@media print {
  html html {
    background-image: none;
    background-color: #fff;
  }
}

body {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  -webkit-text-size-adjust: 100%;
}
@media print {
  body {
    _zoom: 80%;
    -webkit-print-color-adjust: exact;
  }
}

a,
a:before,
a:after,
button,
button:before,
button:after,
.u-transition,
.u-transition_before:before,
.u-transition_after:after {
  -webkit-transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}

a img {
  transition: all 0.3s;
}

a,
input,
button {
  touch-action: manipulation;
  -webkit-touch-callout: none;
}

a,
button {
  cursor: pointer;
}

a {
  color: #682a17;
  text-decoration: none;
  display: block;
  backface-visibility: hidden;
}

button {
  cursor: pointer;
  background: none;
  outline: none;
}

img {
  overflow: hidden;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  border: none;
  outline: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

li {
  list-style: none;
}

*,
:before,
:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

::-moz-selection {
  color: #fff;
  background: #628496;
}

::selection {
  color: #fff;
  background: #628496;
}

h1, h2, h3, h4 {
  font-weight: normal;
}

.u-font_gothic,
.u-font_gothicBefore:before,
.u-font_gothicAfter:after {
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}

.u-font_jun,
.u-font_junBefore:before,
.u-font_junAfter:after {
  font-family: a-otf-jun-pro, sans-serif;
  font-weight: 400;
}
.u-font_shuei,
.u-font_shueiBefore:before,
.u-font_shueiAfter:after {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 400;
}

@media screen and (min-width: 769px) {
  .u-show_sp {
    display: none !important;
  }
}
@media print {
  .u-show_sp {
    display: none !important;
  }
}

@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-hide_sp {
    display: none !important;
  }
}

@media screen and (min-width: 376px) {
  .u-show_se {
    display: none !important;
  }
}

.home .u-show_home {
  display: block;
}
.products .u-show_home {
  display: none;
}
.home .u-hide_home {
  display: none;
}
.products .u-hide_home {
  display: block;
}

.u-inner {
  max-width: 980px;
  margin: 0 auto;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-inner {
    width: 86%;
  }
}

.u-heading {
  font-size: 2.5rem;
  color: #bc985a;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-heading {
    font-size: 1.8rem;
  }
}
.u-heading_ttlimg {
  display: block;
}
.u-heading_ttl {
  display: block;
}
.u-heading_cap {
  padding: 0.3em 1em;
  font-size: 2rem;
  margin-bottom: 8px;
  display: inline-block;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-heading_cap {
    font-size: 1.2rem;
  }
}

.u-lead {
  position: relative;
  padding-left: 1.2em;
}
.u-lead a {
  color: #682a17;
  text-decoration: underline;
}
.u-lead:before {
  display: block;
  content: '';
  position: absolute;
  width: 5px;
  height: 1.5em;
  background: #eedfa3;
  left: 0;
  top: .2em;
}

.u-txt {
  font-size: 1.8rem;
  line-height: 1.8;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-txt {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.u-txt_18 {
  font-size: 1.8rem;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-txt_18 {
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1px) and (max-width: 375px) {
  .u-txt_18 {
    font-size: 1.4rem;
  }
}
.u-txt_14 {
  font-size: 1.4rem;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-txt_14 {
    font-size: 1.2rem;
  }
}
.u-txt_12 {
  font-size: 1.2rem;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-txt_12 {
    font-size: 1rem;
  }
}
.u-txt-inner {
  max-width: 600px;
  margin: auto;
  line-height: 1.8;
}

.u-txt_sm {
  font-size: 1.4rem;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-txt_sm {
    font-size: 1.1rem;
  }
}
.u-ooheading {
  font-size: 4rem;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-ooheading {
    font-size: 2rem;
    letter-spacing: 0em;
  }
}
.u-ooheading2 {
  font-size: 2.8rem;
  background: #fff;
  margin: 20px auto 0;
  color: #fa4843;
  font-weight: bold;
  line-height: 1;
  padding: .3em .8em .4em;
  border-radius: 30px;
  letter-spacing: 0.01em;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-ooheading2 {
    font-size: 1.8rem;
    padding: .5em .8em .5em;
  }
}
.u-font_bold {
  text-shadow: 0.2px 0.2px 0, 0.2px -0.2px 0px, -0.2px 0.2px 0, -0.2px -0.2px 0px, 0.2px 0px 0px, 0px 0.2px 0px, -0.2px 0px 0px, 0px -0.2px 0px;
}
.u-font_bolder {
  text-shadow: 0.3px 0.3px 0, 0.3px -0.3px 0px, -0.3px 0.3px 0, -0.3px -0.3px 0px, 0.3px 0px 0px, 0px 0.3px 0px, -0.3px 0px 0px, 0px -0.3px 0px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-font_bolder {
    text-shadow: 0.1px 0.1px 0, 0.1px -0.1px 0px, -0.1px 0.1px 0, -0.1px -0.1px 0px, 0.1px 0px 0px, 0px 0.1px 0px, -0.1px 0px 0px, 0px -0.1px 0px;
  }
  .u-font_bold {
    text-shadow: 0.05px 0.05px 0, 0.05px -0.05px 0px, -0.05px 0.05px 0, -0.05px -0.05px 0px, 0.05px 0px 0px, 0px 0.05px 0px, -0.05px 0px 0px, 0px -0.05px 0px;
  }
}
.u-txt_center {
  text-align: center;
}
.u-txt_left {
  text-align: center;
}
sup {
  font-size: 75%;
  vertical-align: top;
}

.u-img {
  text-align: center;
}
.u-border {
  display: block;
  border: 1px solid rgba(0,0,0,.3);
  margin: 50px auto;
}

.u-list_dot {
  padding-left: 1em;
}
.u-list_dot li {
  display: block;
  position: relative;
}
.u-list_dot li:before {
  display: block;
  position: absolute;
  content: '・';
  left: -1em;
  color: #682a17;
}
.u-list_dot_dp li:before {
  color: #fa4843;
}

.u-batsu {
  display: block;
  position: relative;
  width: 1em;
  height: 1em;
}
.u-batsu:before, .u-batsu:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 1em;
  background: #fa4843;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-batsu:before, .u-batsu:after {
    height: 0.6em;
  }
}
.u-batsu:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.u-batsu:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.u-batsu_s {
  border: 1px solid;
}
.u-plus {
  display: block;
  position: relative;
  width: 0.8em;
  height: 0.8em;
}
.u-plus:before, .u-plus:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 0.5em;
  background: #b59c66;
}
.u-plus:before {
  transform: translate(-50%, -50%) rotate(0deg);
}
.u-plus:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.u-plus_s {
  border: 1px solid;
  background: #fff;
}

.u-arrow {
  background: url(../images/common/ico_arrow.png) no-repeat;
  background-size: 100% auto;
  width: 6px;
  height: 10px;
  display: inline-block;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-arrow {
    width: 4px;
    height: 7px;
  }
}

.u-tab {
  width: 18px;
  height: 15px;
  background: url(../images/common/btn_tab.png) no-repeat;
  background-size: 100% auto;
  display: inline-block;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-tab {
    width: 12px;
    height: 9px;
  }
}

.u-col_w {
  color: #fff;
}
.u-col_pink {
  color: #fa4843;
}
.u-txt-bg {
    color: #fff;
    position: relative;
    width: 1.2em;
    display: inline-block;
    text-align: center;
    line-height: 2;
    text-align: center;
    margin-right: 5px;
}
.u-txt-bg_in {
    position: relative;
    z-index: 1;
    vertical-align: text-bottom;
    font-size: 0.7em;
    line-height: 28px;
}
.u-txt-bg:before {
    background: #fa4843;
    width: 1.2em;
    height: 1.2em;
    display: block;
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    z-index: 0;
}
.u-txt-bg_nomal:before {
  background: #682a17;
}
.u-box {
  max-width: 602px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 5%;
}
.u-content {
  width: 96%;
  margin-right: auto;
  margin-left: auto;
}
.u-flex {
  display: flex;
  justify-content: space-between;
  width: 96%;
  margin-right: auto;
  margin-left: auto;
}
.u-flex_alcenter {
  align-items: center;
}
.u-flex_rev {
  flex-direction: row-reverse;
}
.u-flex_50 {
  width: 50%;
  position: relative;
}
.u-flex_44 {
  width: 44%;
  position: relative;
}
.u-flex_53 {
  width: 53%;
  position: relative;
  display: block;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-flex {
    width: 94%;
  }
  .u-flex_spnone .u-flex_50 {
    width: 100%;
  }
  .u-flex_spnone {
    flex-wrap: wrap;
  }
  .u-flex_sprev {
    flex-direction: column-reverse;
    flex-wrap: wrap;
  }
  .u-flex_44 {
    width: 100%;
  }
  .u-flex_53 {
    width: 100%;
    margin-top: 15px;
  }
  .u-flex_sprev .u-flex_53 {
    margin-top: 5px;
  }
  .u-txt-bg_in {
    line-height: 23px;
  }
}

.u-lists_kome {
  padding-left: 1.2em;
  font-size: 1.8rem;
  line-height: 1.8;
}
.u-lists_kome li {
  position: relative;
}
.u-lists_kome li:before {
  content: "※";
  display: block;
  position: absolute;
  left: -1.2em;
  color: #682a17;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-lists_kome {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}

.u-mtop-5 {
  margin-top: 5px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-mtop-5 {
    margin-top: 5px;
  }
}

.u-mtop-10 {
  margin-top: 10px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-mtop-10 {
    margin-top: 5px;
  }
}

.u-mtop-20 {
  margin-top: 20px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-mtop-20 {
    margin-top: 10px;
  }
}

.u-mtop-30 {
  margin-top: 30px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-mtop-30 {
    margin-top: 20px;
  }
}

.u-mtop-40 {
  margin-top: 40px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-mtop-40 {
    margin-top: 30px;
  }
}

.u-mtop-50 {
  margin-top: 50px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-mtop-50 {
    margin-top: 40px;
  }
}

.u-mtop-100 {
  margin-top: 100px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-mtop-100 {
    margin-top: 60px;
  }
}

.u-bounce {
  animation: anm-bounce 4s infinite ease;
}
.u-bounce--delay_0 {
  animation-delay: 0s;
}
.u-bounce--delay_1 {
  animation-delay: 0.5s;
}
.u-bounce--delay_2 {
  animation-delay: 1s;
}

@keyframes anm-bounce {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(0, -5%);
  }
  100% {
    transform: translate(0, 0);
  }
}


.u-hoverButton {
  position: relative;
  display: block;
  max-width: 360px;
  width: 100%;
  background-color: #f18481;
  padding: 18px 0;
  border-radius: 80px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transform-style: flat;
  transition: all .3s ease-out;
  text-transform: capitalize;
  color: #fff;
  font-size: 2.1rem;
  line-height: 1;
  border: 5px solid #f18481;
  box-sizing: border-box;
}
.u-hoverButton_map:after {
  display: block;
  content: '';
  position: absolute;
  width: 14px;
  height: 20px;
  margin: auto;
  background: url(../images/ico_pin.svg) no-repeat;
  background-size: 100% auto;
  bottom: 0;
  top: 0;
  right: 5%;
  transition: all .3s ease-out;
}
.u-hoverButton_arrow:after {
  display: block;
  content: '';
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 10px solid #ffffff;
  border-right: 0;
  right: 5%;
  top: 0;
  bottom: 0;
  margin: auto;
  transition: all .3s ease-out;
}
.u-hoverButton_dl:after {
  display: block;
  content: '';
  position: absolute;
  width: 20px;
  height: 21px;
  margin: auto;
  background: url(../images/ico_dl.svg) no-repeat;
  background-size: 100% auto;
  bottom: 0;
  top: 0;
  right: 12%;
  transition: all .3s ease-out;
}
.u-hoverButton_onlineshop:after {
  display: block;
  content: '';
  position: absolute;
  width: 16px;
  height: 15px;
  margin: auto;
  background: url(../images/ico_cart_w.svg) no-repeat;
  background-size: 100% auto;
  bottom: 0;
  top: 0;
  right: 5%;
  transition: all .3s ease-out;
}
.u-hoverButton_sm {
  font-size: 1.1rem;
  margin-left: -1em;
  display: block;
  line-height: 2;
}
@media screen and (min-width: 1px) and (min-width: 769px) {
.u-hoverButton:hover {
  background-color: #fff;
  color: #f18481;
}
.u-hoverButton_arrow:hover:after {
  border-left-color: #f18481;
  right: 3%;
}
.u-hoverButton_dl:hover:after {
  background: url(../images/ico_dl_p.svg) no-repeat;
  background-size: 100% auto;
  bottom: -10px;
}
.u-hoverButton_map:hover:after {
  background: url(../images/ico_pin_bl.svg) no-repeat;
  background-size: 100% auto;
  top: -10px;
}
.u-hoverButton_onlineshop:hover:after {
  background: url(../images/ico_cart.svg) no-repeat;
  background-size: 100% auto;
  right: 5%;
}

}
@media screen and (min-width: 1px) and (max-width: 768px) {
.u-hoverButton {
  max-width: 265px;
  padding: 18px 0;
  border-radius: 40px;
  font-size: 1.5rem;
}
.u-hoverButton_sm {
  font-size: 1rem;
  margin-left: -1em;
}
.u-hoverButton_arrow:after {
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 8px solid #ffffff;
}
.u-hoverButton_map:after {
  width: 9px;
  height: 13px;
}
.u-hoverButton_dl:after {
  width: 10px;
  height: 11px;
  right: 12%;
}
.u-hoverButton_onlineshop:after {
  width: 14px;
  height: 13px;
  right: 4%;
}
}

.u-curtButton {
  width: 69px;
  height: 69px;
  border-radius: 50%;
  background: #682a17;
  position: relative;
  transition: all .3s ease-out;
}
.u-curtButton span {
  display: block;
  width: 32px;
  height: 30px;
  position: absolute;
  bottom: -3px;
  top: 0;
  left: -2px;
  right: 0;
  margin: auto;
  z-index: 1;
}

@media screen and (min-width: 1px) and (min-width: 769px) {
.u-curtButton:hover img {
  transform: scale(1.15, 1.15);
}
}
@media screen and (min-width: 1px) and (max-width: 768px) {
.u-curtButton {
  width: 35px;
  height: 35px;
}
.u-curtButton span {
  width: 16px;
  height: 15px;
  left: -2px;
}
.u-curtButton span img {
  vertical-align: top;
}

}


a .u-hoverImg {
  overflow: hidden;
}
a .u-hoverImg > img {
  transition: 0.3s all;
}
@media screen and (min-width: 769px) {
  a:hover .u-hoverImg > img {
    transform: scale(1.05, 1.05);
    transition: 0.3s all;
    opacity: 1;
  }
}


.slick-slide,
.slick-slider .slick-track,
.slick-slider .slick-list
{
  transform: translate3d(0, 0, 0);
  transform: translateZ(0);
  perspective: 1000;
  backface-visibility: hidden;
}
.slick-slide {
  height: auto!important;
  -webkit-backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
}
.slick-slide img {
  width: 100%;
}
.slick-arrow {
  text-indent: -9999px;
}
.slick-prev {
  position: relative;
  display: inline-block;
  padding: 0px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 5%;
  width: 15px;
  height: 17px;
  margin: auto;
  z-index: 1;
  transform: translate(0, 0);
  transition: all .3s ease-out;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .slick-prev {
    width: 15px;
    height: 17px;
    left: 5%;
  }
}
.slick-prev:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 16px solid #f18481;
  border-left: 0;
  opacity: 1;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .slick-prev:before {
    width: 7.5px;
    height: 8.5px;
    bottom: 0;
    margin: auto;
  }
  .slick-prev:before {
    border-top: 3.5px solid transparent;
    border-bottom: 3.5px solid transparent;
    border-right: 8.5px solid #f18481;
  }
}
.slick-next {
  position: relative;
  display: inline-block;
  padding: 0px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 5%;
  width: 15px;
  height: 17px;
  margin: auto;
  z-index: 1;
  transform: translate(0, 0);
  transition: all .3s ease-out;
}
.slick-next:before {
  display: block;
  position: absolute;
  transform: rotate(-180deg);
  top: 0;
  right: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 16px solid #f18481;
  border-left: 0;
  opacity: 1;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .slick-next:before {
    width: 7.5px;
    height: 8.5px;
    bottom: 0;
    margin: auto;
  }
  .slick-next:before {
    border-top: 3.5px solid transparent;
    border-bottom: 3.5px solid transparent;
    border-right: 8.5px solid #f18481;
  }
}
.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 100%;
  bottom: -40px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .slick-dots {
    bottom: -20px;
  }
}
.slick-dots li button {
  text-indent: -9999px;
}
.slick-dots li button:before {
  background: url("../images/common/btn_flower.png") no-repeat;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  opacity: 1;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .slick-dots li button:before {
    width: 12px;
    height: 12px;
  }
}
.slick-dots li {
  width: 18px;
  height: 18px;
  margin: 0 5px;
  background: none;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 5px;
  }
}
.slick-dots li.slick-active button:before {
  background: url("../images/common/btn_flower-on.png") no-repeat;
  background-size: contain;
  opacity: 1;
}

@media screen and (min-width: 1px) and (min-width: 769px) {
.slick-prev:hover:before {
  transform: scale(1.2, 1.2);
}
.slick-next:hover:before {
  transform: scale(1.2, 1.2) rotate(-180deg);
}
}

/* scroll FadeIn　未使用
//* -------------------------------------------------- */
/* SCROLL fade 使用
//* -------------------------------------------------- */
.js-scrollClass {
  opacity: 0;
}
.is-state_scroll {
  animation-name: fadeUpAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeUpAnime {
  from {
    opacity: 0;
    /*transform: translateY(40px);*/
  }
  to {
    transform: translateX(0);
    transform: translateY(0);
    transform: rotate(0);
    transform: scale(1, 1);
    opacity: 1;
  }
}
.delay-time02 {
  animation-delay: 0.4s;
}
.delay-time03 {
  animation-delay: 0.6s;
}
.delay-time04 {
  animation-delay: 1s;
}
.delay-time06 {
  animation-delay: 1.3s;
}
.delay-time08 {
  animation-delay: 1.6s;
}
.delay-time10 {
  animation-delay: 1.9s;
}
.delay-time12 {
  animation-delay: 2.2s;
}

.delay-01 {
  animation-delay: 0.7s;
}
.delay-02 {
  animation-delay: 0.9s;
}
.delay-03 {
  animation-delay: 1.1s;
}
.delay-04 {
  animation-delay: 1.3s;
}

.delay-A01 {
  animation-delay: 0.1s;
}
.delay-A02 {
  animation-delay: 0.2s;
}
.delay-A03 {
  animation-delay: 0.3s;
}
.delay-A04 {
  animation-delay: 0.4s;
}
.delay-A05 {
  animation-delay: 0.5s;
}
.delay-A06 {
  animation-delay: 0.6s;
}

/* SCROLL fade 使用
//* -------------------------------------------------- */
.anime_op {
  opacity: 0;
  transition: all 1s;
}
.motion_z1 {
  transform: scale(0.8, 0.8);
  transition: all 0.5s;
}
.motion_Y10 {
  transform: translateY(10px);
  transition: all 0.5s;
}
.motion_Y40 {
  transform: translateY(40px);
  transition: all 0.5s;
}
.motion_X-200 {
  transform: translateX(-200px);
}
.motion_X200 {
  transform: translateX(200px);
}
.motion_filter {
  filter: blur(6px);
}
.is_animed {
  transform: translateX(0);
  transform: translateY(0);
  transform: rotate(0);
  transform: scale(1, 1);
  filter: blur(0);
  opacity: 1;
}

/* movie
//* -------------------------------------------------- */
.video-area {
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}

.video {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  /*縦横幅指定*/
  width: 177.77777778vh; /* 16:9 の幅→16 ÷ 9＝ 177.77% */
  height: 56.25vw; /* 16:9の幅 → 9 ÷ 16 = 56.25% */
  min-height: 100%;
  min-width: 100%;
}


/* modal
//* -------------------------------------------------- */
.u-modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 9999;
}
.u-modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(255, 255, 255, 0.8);
}
.u-modal-content {
  overflow: scroll;
  scrollbar-width: none;
  position: relative;
  margin: auto;
  height: 100%;
  padding: 74px 0;
  width: 75%;
  max-width: 1010px;
}
.u-modal-content::-webkit-scrollbar{
  display: none;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-modal-content {
    width: 90%;
    padding: 40px 0 100px;
  }
}
.u-modal-inner {
  /*transform: translate(-50%, -50%);*/
  /*overflow: scroll;*/
  /*height: 80%;*/
  width: 100%;
  padding: 5% 7%;
  box-sizing: border-box;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: #ffdb5c;
  border-radius: 45px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
.u-modal-inner {
  padding: 30px 5%;
  border-radius: 20px;
}
}
.u-modal-accordionarea {
  background: #fff;
  border: 6px solid #f18481;
  border-top: none;
  padding: 2% 0;
}
@media screen and (min-width: 1px) and (min-width: 769px) {
.u-modal-accordionarea a:hover {
  opacity: .7;
}
}
@media screen and (min-width: 1px) and (max-width: 768px) {
.u-modal-accordionarea {
  border: 3px solid #f18481;
  padding: 4% 0;
}
}
.u-modal-lists {
  font-size: 1.8rem;
  letter-spacing: 0.01em;
  margin-bottom: 50px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-modal-lists {
    margin-bottom: 35px;
    font-size: 1.5rem;
  }
}
.u-modal-btn_b {
  position: fixed;
  top: 8%;
  left: calc(50% + 40.286vw);
}
@media screen and (min-width: 1px) and (min-width: 1400px) {
  .u-modal-btn_b {
    left: calc(50% + 530px);
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-modal-btn_b {
    top: 1%;
    left: inherit;
    right: 0;
  }
}
.u-modal-btn_b a {
  width: 40px;
  height: 40px;
  display: block;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-modal-btn_b a {
    width: 36px;
    height: 36px;
  }
}
.u-modal-btn_b .u-batsu {
  width: 40px;
  height: 40px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-modal-btn_b .u-batsu {
    width: 36px;
    height: 36px;
  }
}
.u-modal-btn_b .u-batsu:before, .u-modal-btn_b .u-batsu:after {
  height: 36px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .u-modal-btn_b .u-batsu:before, .u-modal-btn_b .u-batsu:after {
    height: 26px;
  }
}

.u-modal-btn_close {
  border-radius: 50px;
  background: #fff;
  color: #fa4843;
  font-size: 1.6rem;
  max-width: 300px;
  margin: 60px auto 0;
  text-align: center;
  line-height: 1;
  padding: 18px;
  position: relative;
  text-indent: 1em;
  border: 5px solid #fff;
  box-sizing: border-box;
  transition: all .3s;
}
.u-modal-btn_close .u-batsu {
  position: absolute;
  bottom: 0;
  top: 0;
  margin: auto;
  left: 34%;
  width: 1.5em;
  height: 1.5em;
}
.u-modal-btn_close .u-batsu:before, .u-modal-btn_close .u-batsu:after {
  background: #fa4843;
  height: 100%;
}

@media screen and (min-width: 1px) and (min-width: 769px) {
.u-modal-btn_close:hover {
  cursor: pointer;
  background: #fbebea;
}
}
@media screen and (min-width: 1px) and (max-width: 768px) {
.u-modal-btn_close {
  font-size: 1.5rem;
  margin: 40px auto 0;
  padding: 20px 0;
  width: 80%;
}
.u-modal-btn_close .u-batsu {
  left: 30%;
  width: 1.6em;
  height: 1.6em;
}
}
.u-modal-content .tab-lists li:before {
  background: #000;
}
.u-modal-content .c-freeDial {
  color: #000;
}
.u-modal-arrow {
  width: 80px;
  margin: 20px auto 0;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
.u-modal-arrow {
  width: 45px;
  margin: 15px auto 0;
}
}
/* accordion
//* -------------------------------------------------- */
.js-accordiontab {
  position: relative;
  cursor: pointer;
  font-weight: normal;
  transition: all .5s ease;
}
.js-accordiontab::before,
.js-accordiontab::after{
  position: absolute;
  content:'';
  width: 23px;
  height: 2px;
  background-color: #fff;
  transition: all .5s ease;
}
.js-accordiontab::before{
  top:48%;
  right: 2%;
  transform: rotate(0deg);
}
.js-accordiontab::after{    
  top:48%;
  right: 2%;
  transform: rotate(90deg);
}
.js-accordiontab.close::before{
  transform: rotate(-45deg);
}
.js-accordiontab.close::after{
  transform: rotate(45deg);
}
.js-accordionarea {
  display: none;
}

.u-accordiontab {
  background: #f18481;
  color: #fff;
  padding: 7px 10px;
  font-size: 2.2rem;
  display: flex;
  align-items: center;
}
.u-accordiontab_bgw {
  background: #fff;
  color: #f18481;
  border-radius: 30px;
  padding: 3px 8px 3px 10px;
  font-size: 1.4rem;
  font-weight: 600;
  margin-right: 0.5em;
}
.u-accordiontab_sm {
  font-size: 1.6rem;
  margin-left: 0.5em;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
.js-accordiontab::before,
.js-accordiontab::after{
  width: 20px;
  height: 1.5px;
  right: 4%;
}
/*.u-accordiontab {
  border-radius: 20px;
  padding: 3px 5px;
  font-size: 1.3rem;
}
.u-accordiontab_bgw {
  border-radius: 20px;
  width: 120%;
  padding: 2px 4px 2px 5px;
  margin-right: 5px;
  font-size: 10px; transform: scale(0.8); transform-origin: left center;
}
.u-accordiontab_mid {
  width: 50%;
  margin-left: -5%;
}
.u-accordiontab_sm {
  margin-left: 5px;
  width: 63%;
  font-size: 10px; transform: scale(0.7); transform-origin: left center;
}*/


.u-accordiontab {
  padding: 6px 12px;
  font-size: 1.5rem;
  display: block;
}
.u-accordiontab_bgw {
  border-radius: 20px;
  width: auto;
  padding: 2px 6px;
  margin-right: 5px;
  font-size: 10px;
}
.u-accordiontab_midWrap {
  display: flex;
  align-items: center;
  width: 100%;
  margin-top: 2px;
  font-size: 1.5rem;
}
.u-accordiontab_mid {
  width: auto;
  margin-left: 0;
}
.u-accordiontab_sm {
  margin-left: 5px;
  width: auto;
  font-size: 10px;
}
}


.g-body {
  background: #faca36;
  color: #682a17;
}
@media print {
  .g-body {
    min-width: 990px;
    background-image: none;
    background-color: #fff;
  }
}
.g-body.js-navopen, .g-body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.g-wrapper {
  overflow: hidden;
  position: relative;
  display: block;
  -webkit-background-size: 100% auto;
  line-height: 1.65;
  font-family: a-otf-ud-shin-go-pr6n, "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  animation: fade 1s ease forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* header
//* -------------------------------------------------- */
.g-header-sp {
  text-align: center;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 999;
}
.g-header-sidemenu {
  height: 100vh;
  position: fixed;
  right: -100%;
  transition: all 0.6s;
  top: 0;
  width: 545px;
  z-index: 2;
  background-color: #ffdb5c;
  text-align: left;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-header-sidemenu {
    min-width: auto;
    width: 74.4vw;
  }
}
.g-header-sidemenu-inner {
  height: 100vh;
  overflow: scroll;
  padding: 80px 18%;
  position: relative;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-header-sidemenu-inner {
    padding: 50px 9%;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-header-sidemenu-lists {
    padding-bottom: 100px;
  }
}
.g-header-sidemenu-lists li {
  padding: 10px 0;
  color: #fff;
  opacity: 0;
  position: relative;
  display: block;
}
.js-navopen .g-header-sidemenu-lists li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.7s;
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-header-sidemenu-lists li {
    padding: 8px 0;
  }
}
.g-header-sidemenu-lists_jp {
  font-size: 1.9rem;
  display: block;
  color: #682a17;
  position: relative;
  text-indent: 1.1em;
}
.g-header-sidemenu-lists_jp:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  margin: auto;
  height: .7em;
  background-color: #fff;
  width: .7em;
  border-radius: 50%;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-header-sidemenu-lists_jp {
    margin-top: 2px;
    font-size: 1.4rem;
  }
}
.g-header-sidemenu-items {
  margin-top: 10px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-header-sidemenu-items {
    font-size: 1rem;
  }
}
.g-header-sidemenu-items li {
  padding: 5px 0;
  position: relative;
}
.g-header-sidemenu-items li a {
  font-size: 1.9rem;
  color: #682a17;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
  .g-header-sidemenu-items li {
    padding: 5px 0;
  }
  .g-header-sidemenu-items li a {
  font-size: 1rem;
  }
}
.g-header-hamburger {
  cursor: pointer;
  height: 74px;
  position: fixed;
  right: 1.5%;
  top: 20px;
  width: 74px;
  text-align: center;
  letter-spacing: 0;
  z-index: 1;
  transition: all 0.6s;
  cursor: pointer;
  background: #fff;
  border: 5px solid #f18481;
  border-radius: 50%;
}
.g-header-hamburger span:before {
  display: block;
  content: '';
  position: absolute;
  top: 26px;
  left: 0;
  right: 0;
  margin: auto;
  height: 4px;
  background-color: #f18481;
  width: 26px;
  border-radius: 30px;
  z-index: 1;
  transition: .3s;
}
.g-header-hamburger span:after {
  display: block;
  content: '';
  position: absolute;
  top: 36px;
  left: 0;
  right: 0;
  margin: auto;
  height: 4px;
  background-color: #f18481;
  width: 24px;
  border-radius: 30px;
  z-index: 1;
  transition: .3s;
}
@media screen and (min-width: 769px) {
  .g-header-hamburger:hover span:before,
  .g-header-hamburger:hover span:after {
    transform: scale(1.3, 1.3);
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
.g-header-hamburger {
  height: 38px;
  right: 2%;
  top: 1%;
  width: 38px;
  border: 3px solid #f18481;
}
.g-header-hamburger span:before {
  top: 13px;
  height: 2px;
  width: 13px;
  border-radius: 30px;
}
.g-header-hamburger span:after {
  top: 18px;
  height: 2px;
  width: 13px;
  border-radius: 30px;
}
}

.g-header-close {
  position: absolute;
  top: 1%;
  right: 3%;
  width: 50px;
  height: 50px;
  transition: .3s;
}
.g-header-close span {
  background-color: #fa4843;
  height: 2px;
  left: 15px;
  position: absolute;
  transition: all 0.6s;
  width: 33px;
}
.g-header-close-linetop {
  top: 26px;
  transform: rotate(45deg);
}
.g-header-close-linebottom {
  top: 26px;
  transform: rotate(-45deg);
}
.g-header-overlay {
  background-color: rgba(255,255,255,1);
  cursor: pointer;
  height: 100vh;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  transition: all 0.6s;
  visibility: hidden;
  width: 100vw;
  z-index: 1;
}
@media screen and (min-width: 769px) {
  .g-header-close:hover {
    cursor: pointer;
    transform: scale(1.1, 1.1);
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
.g-header-close {
  top: 0%;
  right: 9%;
  width: 22px;
  height: 22px;
}
.g-header-close span {
  height: 2px;
  left: 9px;
  width: 28px;
}
}

.g-header-shop {
  cursor: pointer;
  height: 74px;
  position: fixed;
  right: 1.5%;
  top: 125px;
  width: 74px;
  text-align: center;
  letter-spacing: 0;
  z-index: 1;
  transition: all 0.3s;
  background: #fff;
  border: 5px solid #f18481;
  border-radius: 50%;
}
.g-header-shop a {
  display: block;
  height: 74px;
  width: 74px;
}
.g-header-shop a span {
  display: block;
  width: 33px;
  height: 29px;
  position: absolute;
  bottom: -3px;
  top: 0;
  left: -2px;
  right: 0;
  margin: auto;
  z-index: 1;
}

.js-navopen .g-header-sidemenu {
  right: 0;
}
.js-navopen .g-header-overlay {
  opacity: 0.8;
  visibility: visible;
}

.g-header-sidemenu-lists_be {
  margin-bottom: 40px;
}

.g-header-sidemenu .g-header-sidemenu-lists_btn01 {
  margin-bottom: 10px;
}
.g-header-sidemenu .g-header-sidemenu-lists_btn02 {
  margin-top: 0;
  padding-top: 0;
}
.g-header-sidemenu .u-hoverButton {
  max-width: 260px;
  font-size: 1.5rem;
  margin: 0 auto;
}
.g-header-sidemenu .u-hoverButton_in {
  border-color: #c7ae4c;
}

@media screen and (min-width: 769px) {
  .g-header-shop a:hover img {
    transform: scale(1.2, 1.2);
  }
}
@media screen and (min-width: 1px) and (max-width: 768px) {
.g-header-shop {
  height: 38px;
  right: 2%;
  top: 54px;
  width: 38px;
  border: 3px solid #f18481;
}
.g-header-shop a {
  height: 40px;
  width: 40px;
}
.g-header-shop a span {
  width: 17px;
  height: 16px;
  bottom: -3px;
  left: -2px;
}
.g-header-shop a span img {
  vertical-align: top;
}
.g-header-sidemenu-lists_be {
  margin-bottom: 30px;
}
.g-header-sidemenu .u-hoverButton {
  max-width: 260px;
  width: 100%;
  font-size: 1.4rem;
}
.g-header-sidemenu .u-hoverButton_in {
  border-color: #c7ae4c;
}
}

.g-header-characters {
  position: relative;
  top: 0;
  z-index: 1;
  right: 645px;
}
.g-header-characters {
  position: relative;
  top: 0;
  z-index: 1;
  right: -545px;
  transition: all 0.6s;
}
.js-navopen .g-header-characters {
  right: 545px;
}
.g-header-characters_usagi {
  position: absolute;
  top: 13px;
  width: 281px;
  opacity: 0;
  left: -500px;
}
.js-navopen .g-header-characters_usagi {
  animation: navusagi 0.5s ease forwards;
  animation-delay: 0.5s;
  display: block;
}
@keyframes navusagi {
  0% {
    opacity: 0;
    left: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    left: -235px;
  }
  100% {
    opacity: 1;
    left: -185px;
  }
}
.g-header-characters_chiikawa {
  position: absolute;
  top: 216px;
  width: 206px;
  opacity: 0;
  left: -500px;
}
.js-navopen .g-header-characters_chiikawa {
  animation: navchiikawa 0.6s ease forwards;
  animation-delay: 0.3s;
  display: block;
}
@keyframes navchiikawa {
  0% {
    opacity: 0;
    left: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    left: -170px;
  }
  100% {
    opacity: 1;
    left: -120px;
  }
}
.g-header-characters_hachiware {
  width: 240px;
  position: absolute;
  top: 418px;
  left: -132px;
}
.js-navopen .g-header-characters_hachiware {
  animation: navhachiware 0.5s ease forwards;
  animation-delay: 0.1s;
  display: block;
}
@keyframes navhachiware {
  0% {
    opacity: 0;
    left: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    left: -180px;
  }
  100% {
    opacity: 1;
    left: -132px;
  }
}

@media screen and (min-width: 1px) and (max-width: 768px) {
.g-header-characters {
  right: 645px;
}
.g-header-characters {
  right: -545px;
}
.js-navopen .g-header-characters {
  right: 74.4vw;
}
.g-header-characters_usagi {
  top: 6.667vw;
  width: 37.467vw;
  left: -500px;
}
@keyframes navusagi {
  0% {
    opacity: 0;
    left: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    left: -28.733vw;
  }
  100% {
    opacity: 1;
    left: -25.733vw;
  }
}
.g-header-characters_chiikawa {
  top: 32.867vw;
  width: 27.467vw;
  left: -500px;
}
@keyframes navchiikawa {
  0% {
    opacity: 0;
    left: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    left: -17.8vw;
  }
  100% {
    opacity: 1;
    left: -16.8vw;
  }
}
.g-header-characters_hachiware {
  width: 32vw;
  top: 58.333vw;
  left: -132px;
}
@keyframes navhachiware {
  0% {
    opacity: 0;
    left: 0;
  }
  50% {
    opacity: 1;
  }
  80% {
    opacity: 1;
    left: -20.467vw;
  }
  100% {
    opacity: 1;
    left: -19.467vw;
  }
}

}

/* footer
//* -------------------------------------------------- */
.g-footer {
  padding: 30px 0 40px;
  font-size: 1.2rem;
  position: relative;
  background: #faca36;
  margin-bottom: 144px;
}
.g-footer-copy {
  width: fit-content;
  margin: 0 auto;
}
.g-footer-copy img {
  width: 37px;
  margin-right: 10px;
}
.g-footer-cap {
  text-align: center;
  margin-top: 5px;
}
.g-footer-pagetop {
  position: absolute;
  bottom: 20px;
  right: 2%;
  line-height: 1;
  font-size: 2.2rem;
  transition: all 0.35s cubic-bezier(0.75, 0, 0.35, 1);
}
.g-footer-pagetop a {
  position: relative;
  display: block;
  color: #fa4843;
  transition: all .3s ease-out;
}
.g-footer-pagetop a:before {
  display: block;
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1.3em;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 9px solid transparent;
  border-left: 9px solid transparent;
  border-bottom: 16px solid #ffffff;
  border-top: 0;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
.g-footer {
  padding: 20px 0 40px;
  margin-bottom: 100px;
}
.g-footer-copy {
  font-size: 1rem;
  margin: 10px auto 0;
}
.g-footer-cap {
  margin-top: 5px;
  font-size: 1rem;
}
.g-footer-pagetop {
  bottom: 10px;
  right: 3%;
  font-size: 1.1rem;
}
.g-footer-pagetop a:before {
  left: -1.3em;
  border-right: 4.5px solid transparent;
  border-left: 4.5px solid transparent;
  border-bottom: 8px solid #ffffff;
}

}
@media screen and (min-width: 1px) and (min-width: 769px) {
.g-footer-pagetop:hover {
  bottom: 30px;
  transform: scale(1.1, 1.1);
}
}





.g-loading {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background: rgba(255,255,255,0.9);
  line-height: 1.65;
  font-family: a-otf-ud-shin-go-pr6n, "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
}
.g-loading .u-modal {
  display: block;
  animation: loadingfade 1s ease forwards;
  animation-delay: 0.5s;
  opacity: 0;
}
@keyframes loadingfade {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.announcement_ttl {
  max-width: 688px;
  margin: 0 auto;
}
.u-modal-inner_B .u-hoverButton {
  max-width: 414px;
  background-color: #ffdb5c;
  color: #fa4843;
  border-color: #ffdb5c;
  margin: 30px auto 0;
  padding: 8px 0 9px;
}
.u-modal-inner_B .u-hoverButton_onlineshop:after {
  width: 25px;
  height: 24px;
  background: url(../images/ico_cart_r.svg) no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 1px) and (min-width: 769px) {
.u-modal-inner_B .u-hoverButton_onlineshop:hover {
  background-color: #fff;
  color: #ffdb5c;
}
.u-modal-inner_B .u-hoverButton_onlineshop:hover:after {
  background: url(../images/ico_cart_y.svg) no-repeat;
  background-size: 100% auto;
}
}
.u-modal-inner_B .u-modal-lists {
  max-width: 600px;
  margin: 20px auto 0;
}
.u-modal-inner_B .u-lists_kome li:before {
  color: #fa4843;
}
.modal_announcement .u-modal-btn_b {
  top: 4%;
  left: calc(50% + 28.286vw);
}
.modal_announcement .u-modal-btn_b a {
  width: 66px;
  height: 66px;
  background: #fff;
  border-radius: 50%;
  border: 6px solid #f18481;
}
.modal_announcement .u-modal-btn_b .u-batsu {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
}
.modal_announcement .u-modal-btn_b .u-batsu:before, .modal_announcement .u-modal-btn_b .u-batsu:after {
  height: 28px;
}
@media screen and (min-width: 1px) and (max-width: 768px) {
.u-modal-inner_B .u-hoverButton {
  width: 90%;
  margin: 20px auto 0;
  padding: 5px 0 7px;
}
.u-modal-inner_B .u-hoverButton_onlineshop:after {
  width: 16px;
  height: 15px;
}
.u-modal-inner_B .u-modal-lists {
  width: 90%;
}
.modal_announcement .u-modal-btn_b {
  top: 2%;
  left: inherit;
  right: 2%;
}
.modal_announcement .u-modal-btn_b a {
  width: 45px;
  height: 45px;
  border: 3px solid #f18481;
}
.modal_announcement .u-modal-btn_b .u-batsu:before, .modal_announcement .u-modal-btn_b .u-batsu:after {
    height: 22px;
}
.modal_announcement .u-modal-btn_b .u-batsu {
    width: 26px;
    height: 26px;
}
}






