@charset "UTF-8";
/* =====================
  Reset
===================== */
@import url("https://rsms.me/inter/inter.css");
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

li {
  list-style: none; }

div, li, h1, h2, h3, h4, h5, h6, header, footer, section {
  box-sizing: border-box; }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/* =====================
  Value
===================== */
/* =====================
  Base
===================== */
html {
  font-size: 62.5%;
  /* font-size 1rem = 10px */
  height: 100%;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  box-sizing: border-box;
  background-color: #FFEFEF; }

*,
*:before,
*:after {
  box-sizing: inherit; }

body {
  width: 100%;
  color: #002BBA;
  background-color: #FFEFEF;
  font-size: 1vw;
  /* must */
  font-kerning: normal;
  font-family: sans-serif;
  font-weight: 400;
  line-height: 1.8;
  letter-spacing: 0rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* animation */
  -webkit-animation-duration: 0.1s;
  -webkit-animation-name: fontfix;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-timing-function: linear;
  -webkit-animation-delay: 0.1s; }

@-webkit-keyframes fontfix {
  from {
    opacity: 1; }
  to {
    opacity: 1; } }

h1, h2, h3, h4, h5, h6, ul, ol, dl, blockquote, p, address, hr, table, fieldset, figure, pre {
  margin-top: 0;
  margin-bottom: 0; }

h1, h2, h3, h4, h5, h6 {
  color: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-size: calc(1.4rem + 0.2vw);
  /* base-size */
  line-height: 1.5;
  -webkit-font-feature-settings: 'palt' 1;
  /* for Android 4.4 */
  font-feature-settings: 'palt' 1; }

p, div, table, tr, td, ul, ol, li, section, article {
  font-size: calc(1.5rem + 0.2vw);
  /* base-size */ }

ul, ol, li {
  padding-left: 1rem;
  list-style: none;
  margin: 0;
  padding: 0; }

li > ul, li > ol {
  margin-bottom: 0;
  /* ネストされたリストのマージンをリセット */ }

dd {
  margin-left: 0;
  /* `dt`と`dd`の左端を揃え */ }

table {
  width: 100%; }

th {
  text-align: left; }

a {
  text-decoration: underline;
  color: #002BBA; }
  a:hover {
    text-decoration: none;
    color: #0841ff; }

img {
  width: 100%;
  height: auto;
  vertical-align: middle; }

::-moz-selection {
  background: #d5d3d2; }

::selection {
  background: #d5d3d2; }

/* =====================
  font-face
===================== */
/* Inter */
html {
  font-family: 'Inter', sans-serif; }

@supports (font-variation-settings: normal) {
  html {
    font-family: 'Inter var', sans-serif; } }

/* =====================
  font-family
===================== */
.sans {
  font-family: sans-serif; }

.serif {
  font-family: serif; }

.en {
  font-family: sans-serif; }

/* =====================
  Common
===================== */
.modal_btn {
  cursor: pointer; }

.modal_box {
  display: none;
  position: relative;
  z-index: 30; }

.modal__open__bg {
  position: fixed;
  background-color: #fff;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .96;
  overflow: auto; }

.modal__open {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 6rem;
  overflow: auto; }

.modal__pic {
  width: 80%;
  max-width: 1400px;
  margin-bottom: 2rem; }

@media (max-width: 959px) {
  .modal__open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20rem 1rem;
    overflow: auto; }
  .modal__pic {
    width: 100%;
    max-width: 1400px; } }

@media (max-width: 559px) {
  .modal__open {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 14rem 1rem;
    overflow: auto; }
  .modal__pic {
    width: 100%;
    max-width: 1400px; } }

body.no-scroll {
  overflow: hidden; }

.modal_close {
  display: inline-block;
  font-size: 100px;
  text-align: center;
  position: fixed;
  top: 24px;
  right: 24px;
  z-index: 50;
  cursor: pointer;
  line-height: .2;
  font-weight: 100;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif; }

@media (max-width: 969px) {
  .modal_close {
    display: inline-block;
    font-size: 60px;
    text-align: center;
    position: fixed;
    top: 2rem;
    right: 2rem;
    z-index: 50; } }

.modal_close:hover {
  z-index: 50; }

/* 開閉用ボタンがクリックされた時のスタイル */
.open .modal {
  cursor: url(../images/cross.svg), auto;
  -webkit-transition: all 0s;
  transition: all 0s;
  visibility: visible;
  opacity: 1; }

/* =====================
  Header
===================== */
/*  header
------------------------*/
.header {
  width: auto;
  height: auto;
  padding: 0; }

.header_box {
  width: auto;
  height: auto;
  margin: 0 auto;
  padding-top: 0;
  padding-bottom: 30px;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 90; }

.header_logo {
  width: 50vw;
  max-width: 400px; }

/*  togle_open
------------------------*/
.toggle_open {
  background-color: #002BBA;
  width: 64px;
  height: 64px;
  cursor: pointer; }

.ico_open {
  position: relative;
  cursor: pointer;
  width: 30px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%); }

.ico_open_line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  margin-bottom: 7px; }

.ico_open_line:last-child {
  margin-bottom: 0rem; }

/* =====================
  Menu_open
===================== */
/*  full
------------------------*/
.full {
  width: 100vw;
  height: 100%;
  z-index: 91;
  background-color: #FCF4F0;
  position: fixed;
  overflow: scroll;
  padding-bottom: 100vh; }

/*  toggle_close
------------------------*/
.toggle_close {
  background-color: #002BBA;
  width: 64px;
  height: 64px;
  cursor: pointer; }

.ico_close {
  position: relative;
  cursor: pointer;
  width: 30px;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%); }

.ico_close_l {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  transform: rotate(20deg); }

.ico_close_r {
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  transform: rotate(-20deg); }

/*  gnavi
------------------------*/
#gnavi {
  margin: 100px 5% 50px 5%; }

.gnavi {
  margin-bottom: 200px; }

.gnavi_ico {
  width: 20px;
  fill: #002BBA; }

.gnav_text {
  display: inline; }

#gnavi .gnavi ul li {
  font-size: 22px;
  line-height: 1.3;
  border-bottom: 1px #002BBA solid;
  padding-bottom: 4px;
  display: compact;
  margin-bottom: 20px; }

#gnavi .gnavi ul li a {
  color: #002BBA;
  text-decoration: none; }

.subnavi ul li {
  font-size: 16px;
  margin-bottom: 15px; }

.subnavi ul li a {
  color: #002BBA;
  border-bottom: 1px solid;
  padding-bottom: 4px;
  text-decoration: none; }

.subnavi ul li a.pink {
  color: #B822FA;
  border-bottom: 1px #B822FA solid;
  padding-bottom: 4px;
  text-decoration: none; }

#gnavi .gnavi ul.tag_nav_box li.tag_nav {
  font-size: 18px;
  line-height: 1.3;
  border-bottom: 1px #002BBA solid;
  padding-bottom: 3px;
  margin-bottom: 12px;
  margin-right: 20px;
  display: inline-block; }

/*  gnavi_footer
------------------------*/
#gnavi_footer {
  padding: 10vh 0 4vh 0;
  width: 96%;
  justify-content: space-between;
  position: fixed;
  bottom: 0;
  text-align: right; }

.gnavi_sns ul li {
  font-size: clamp(2vw, 15px, 5vw);
  display: inline;
  margin-right: 2vw;
  text-transform: uppercase; }

.gnavi_sns ul li a {
  font-size: clamp(2vw, 15px, 5vw);
  border-bottom: 1px #002BBA solid;
  padding-bottom: 0.3vw;
  text-decoration: none;
  color: #000; }

.copyright a {
  font-size: clamp(2vw, 15px, 5vw);
  padding-bottom: 0.3vw;
  text-decoration: none;
  color: #000; }

/*  header_sns
------------------------*/
.header_sns {
  display: block;
  margin-top: 26px;
  margin-left: 24px;
  position: absolute; }

.header_sns ul li {
  display: inline;
  margin-right: 20px; }

.header_sns ul li a {
  text-decoration: none; }

/*  nav_open
------------------------*/
/* 開閉用ボタンに設定するスタイル */
.menu {
  overflow: scroll;
  opacity: 0;
  -webkit-transition: all 0s;
  transition: all 0s;
  display: none; }

/* 開閉用ボタンがクリックされた時のスタイル */
.open .menu {
  opacity: 1;
  -webkit-transition: all 0s;
  transition: all 0s;
  display: block; }

/* =====================
  Nav
===================== */
.sec_gnav {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: none;
  z-index: 80;
  opacity: 1;
  transition: .3s; }

.nav_gnav {
  position: fixed;
  width: 41rem;
  height: 100vh;
  background-color: #FFEFEF;
  z-index: 80;
  box-shadow: 0 0px 20px 0 rgba(0, 0, 0, 0.3); }

@media (max-width: 559px) {
  .sec_gnav {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: none;
    z-index: 80;
    opacity: 1;
    transition: .3s; }
  .nav_gnav {
    position: fixed;
    width: 100%;
    height: 100vh;
    background-color: #FCF4F0;
    z-index: 80;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.3); } }

/*  nav_conv
------------------------*/
.block_gnav_conv {
  text-align: center;
  position: absolute;
  width: 100%;
  bottom: 6rem; }

.copy_gnav_ec {
  color: #F24E60;
  font-size: calc(1.6rem + 0.2vw);
  margin-bottom: 0.6rem; }

.btn_gnav_conv {
  width: 35rem;
  line-height: 1;
  text-decoration: none;
  background: #F24E60;
  color: #fff;
  font-size: calc(1.8rem + 0.2vw);
  border: 2px solid #804941;
  border-radius: 5rem;
  padding: 2.4rem 2rem;
  display: inline-block;
  margin-bottom: 3rem; }

@media (max-width: 559px) {
  .block_gnav_conv {
    text-align: center;
    position: absolute;
    width: 100%;
    bottom: 8rem; }
  .copy_gnav_ec {
    color: #F24E60;
    font-size: calc(1.6rem + 0.2vw);
    margin-bottom: 0.6rem; }
  .btn_gnav_conv {
    width: 80%;
    line-height: 1;
    text-decoration: none;
    background: #F24E60;
    color: #fff;
    font-size: calc(1.8rem + 0.2vw);
    border: 2px solid #804941;
    border-radius: 5rem;
    padding: 2.4rem 2rem;
    display: inline-block;
    margin-bottom: 3rem; } }

/*  nav_sns
------------------------*/
ul.block_gnav_sns li {
  display: inline-block;
  margin-left: 0.6rem;
  margin-right: 0.6rem; }

.cat_nav {
  background-color: #FCF4F0;
  width: 100%; }

.cat_nav_ul {
  display: flex;
  flex-flow: row;
  justify-content: space-around; }

.cat_nav_li {
  width: 50%;
  height: 100px;
  margin: 1px;
  background-color: #002BBA;
  text-align: center; }

.cat_nav_li a {
  display: block;
  height: 100%;
  text-decoration: none; }

.cat_nav_li a p {
  position: relative;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  color: #fff;
  font-size: 20px; }

/* =====================
  Section
===================== */
#contents {
  padding-top: 110px;
  max-width: none;
  margin: 0 auto; }

.section {
  margin: 0 3%;
  position: relative; }

.section_w {
  background-color: #fff; }

.section_sub {
  padding: 30px 3% 50px 3%; }

#now, #soon, #someday {
  margin-bottom: 10rem; }

@media (min-width: 959px) {
  #contents {
    padding-top: 100px;
    max-width: 900px;
    margin: 0 auto; } }

/*  infolist
------------------------*/
#topic {
  margin-bottom: 10vw; }

.btn_back {
  font-size: clamp(3vw, 20px, 5vw); }

#infolist_block2 {
  width: 46%;
  margin-right: 2%;
  margin-left: 2%; }

#infolist_box {
  position: relative;
  margin-bottom: 10vw; }

@media (min-width: 959px) {
  #infolist_box {
    position: relative;
    margin-bottom: 100px; } }

@media (max-width: 959px) {
  #infolist_box {
    position: relative;
    margin-bottom: 100px; } }

#infolist_box2 {
  position: relative;
  margin-bottom: 5vw; }

#infolist {
  position: relative; }

.date {
  font-size: clamp(4vw, 17px, 5vw);
  padding: 0.5rem 1.5rem;
  display: inline-block;
  position: absolute;
  right: 0; }

.date2 {
  font-size: clamp(4vw, 14px, 5vw);
  padding: 0.1rem 0.5rem;
  display: inline-block;
  position: absolute;
  right: 0; }

@media (min-width: 959px) {
  .date {
    font-size: calc(4rem + 0.2vw);
    padding: 0.5rem 1.5rem;
    display: inline-block;
    position: absolute;
    right: 0; }
  .date2 {
    font-size: calc(3rem + 0.2vw);
    padding: 0.1rem 0.5rem;
    display: inline-block;
    position: absolute;
    right: 0; } }

.d_food {
  color: #000;
  background-color: #23D914; }

.d_shop {
  color: #000;
  background-color: #FF4E00; }

.d_go {
  color: #fff;
  background-color: #3B00FF; }

.t_food {
  border-bottom: 3px solid #23D914;
  display: inline; }

.t_shop {
  border-bottom: 3px solid #FF4E00;
  display: inline; }

.t_go {
  border-bottom: 3px solid #3B00FF;
  display: inline; }

.info_thumb {
  margin-bottom: 2vw; }

.info_thumb img {
  border-radius: 4vw;
  width: 100%;
  height: 67vw;
  object-fit: cover;
  font-family: 'object-fit: cover;';
  /*IE対策*/ }

@media (min-width: 959px) {
  .info_thumb img {
    border-radius: 30px;
    width: 100%;
    height: 600px;
    object-fit: cover; } }

.info_thumb2 {
  margin-bottom: 1vw; }

.info_thumb2 img {
  border-radius: 4vw;
  width: 100%;
  height: auto;
  object-fit: cover; }

.btn_box {
  position: absolute;
  margin-top: 0;
  cursor: pointer;
  top: 60vw;
  right: 10px; }

.iconAcc {
  width: 64px;
  height: 64px;
  display: inline-block;
  border-radius: 50%;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  background-color: #fff;
  position: relative; }

.iconAcc:after {
  content: "";
  position: absolute;
  top: 29px;
  right: 16px;
  width: 30px;
  height: 4px;
  border-radius: 30px;
  background-color: #002BBA; }

.iconAcc:before {
  content: "";
  position: absolute;
  top: 16px;
  right: 29px;
  width: 4px;
  height: 30px;
  border-radius: 30px;
  background-color: #002BBA;
  transition: all 0.4s ease; }

@media (min-width: 959px) {
  .btn_box {
    position: absolute;
    margin-top: 0;
    cursor: pointer;
    top: 560px;
    right: 50px; }
  .iconAcc {
    width: 100px;
    height: 100px;
    display: inline-block;
    border-radius: 50%;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
    background-color: #fff;
    position: relative; }
  .iconAcc:after {
    content: "";
    position: absolute;
    top: 45px;
    right: 29px;
    width: 40px;
    height: 6px;
    border-radius: 30px;
    background-color: #002BBA; }
  .iconAcc:before {
    content: "";
    position: absolute;
    top: 28px;
    right: 46px;
    width: 6px;
    height: 40px;
    border-radius: 30px;
    background-color: #002BBA;
    transition: all 0.4s ease; } }

/*  accordion
------------------------*/
.acd-check {
  display: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.acd-label {
  background: #333;
  color: #fff;
  margin-bottom: 1px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.acd-content {
  height: 0;
  opacity: 0;
  transition: 1.5s;
  display: none;
  background-color: #fff; }

.acd-check:checked + .acd-label + .acd-content {
  height: auto;
  opacity: 1;
  margin-top: 20px;
  padding: 10px 20px 50px 20px;
  visibility: visible;
  display: block;
  background-color: #ffffff;
  border-radius: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2); }

/*  info_detail
------------------------*/
.info_detail {
  margin: 20px 0 40px 0; }

.info_text {
  margin-bottom: 3rem; }

.info_detail h2 {
  margin-bottom: 1rem;
  font-size: clamp(2vw, 22px, 5vw);
  background-color: #FFB100;
  display: inline-block; }

.info_table {
  margin-top: 3vw;
  margin-bottom: 3vw; }

.info_table td {
  border: solid 1px #000000;
  border-collapse: collapse;
  padding: 3vw;
  line-height: 1.4;
  font-size: clamp(1vw, 17px, 5vw); }

@media (min-width: 959px) {
  .info_table td {
    border: solid 1px #000000;
    border-collapse: collapse;
    padding: 3rem;
    line-height: 1.4;
    font-size: clamp(1vw, 19px, 5vw); } }

.info_img {
  margin-bottom: 1rem; }

.btn_block {
  margin: 0 auto;
  text-align: center;
  margin-top: 1rem; }

.btn_block a {
  margin: 0 auto;
  text-align: center;
  margin-top: 4rem;
  text-decoration: none; }

.btn_block p.conv {
  display: block;
  width: 70%;
  margin: 2rem auto; }

@media (min-width: 959px) {
  .btn_block p.conv {
    display: block;
    width: 50%;
    margin: 2rem auto; } }

/* =====================
  Footer
===================== */
#footer {
  padding: 10rem 3% 5rem 3%;
  width: 100%;
  line-height: 1.3;
  display: flex;
  justify-content: space-between; }

.footer_title {
  font-size: 16px;
  display: inline; }

.footer_title a {
  text-decoration: none;
  color: #002BBA; }

.footer_sns {
  display: inline; }

.footer_sns ul li {
  font-size: 16px;
  display: inline;
  text-transform: uppercase; }

.footer_sns ul li a {
  text-decoration: none;
  color: #002BBA;
  border-bottom: 1px #002BBA solid;
  padding-bottom: 4px; }

/* =====================
  Button
===================== */
/*  btn
------------------------*/
.btn_r {
  width: 70%;
  line-height: 1.25;
  text-decoration: none;
  background: #fff;
  color: #002BBA;
  font-size: 2rem;
  border-radius: 4rem;
  border: #002BBA solid 1px;
  padding: 1.5rem 5rem;
  text-align: center;
  position: relative;
  transition: .3s;
  display: inline-block; }

@media (min-width: 959px) {
  .btn_r {
    width: auto;
    padding: 2.5rem 8rem; } }

.btn_r:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: .1rem;
  right: 12%;
  margin: auto;
  width: 1rem;
  height: 1rem;
  border-top: .1rem solid #002BBA;
  border-right: 0.1rem solid #002BBA;
  transform: rotate(45deg);
  transition: .3s; }

.btn_r:hover {
  background-color: #002BBA;
  border: #002BBA solid 1px;
  color: #fff; }

.btn_r:hover:after {
  right: 8%;
  border-top: .1rem solid #fff;
  border-right: .1rem solid #fff; }

.btn_r a:hover {
  background-color: #002BBA;
  border: #002BBA solid 1px;
  color: #fff; }

.block_conv {
  position: absolute;
  top: 2.4rem;
  right: 0rem; }

.copy_ec {
  color: #F24E60;
  font-size: calc(1.6rem + 0.2vw);
  margin-bottom: 1rem;
  text-align: center; }

.btn_conv {
  width: 30rem;
  line-height: 1;
  text-decoration: none;
  background: #F24E60;
  color: #fff;
  font-size: calc(2.2rem + 0.2vw);
  border-top: 2px solid #804941;
  border-bottom: 2px solid #804941;
  border-left: 2px solid #804941;
  border-radius: 5rem 0rem 0rem 5rem;
  padding: 2rem 2rem;
  text-align: center;
  position: relative;
  transition: .3s;
  display: block; }

.btn_conv span {
  margin-left: 1rem; }

@media (max-width: 559px) {
  .block_conv {
    position: absolute;
    top: auto;
    bottom: 9rem;
    right: auto;
    left: 0rem; }
  .copy_ec {
    color: #F24E60;
    font-size: calc(1.6rem + 0.2vw);
    margin-bottom: 1rem;
    text-align: center;
    display: none; }
  .btn_conv {
    width: 26rem;
    line-height: 1;
    text-decoration: none;
    background: #F24E60;
    color: #fff;
    font-size: calc(1.8rem + 0.2vw);
    border-top: 2px solid #804941;
    border-bottom: 2px solid #804941;
    border-left: none;
    border-right: 2px solid #804941;
    border-radius: 0rem 5rem 5rem 0rem;
    padding: 1.5rem 2rem;
    text-align: center;
    position: relative;
    transition: .3s;
    display: block; }
  .btn_conv span {
    margin-left: 0rem; }
  .ico_cart_l {
    width: 20.24px;
    height: 17.72px; } }

/*  btn_round
------------------------*/
.btn_r_dk {
  width: auto;
  line-height: 1.25;
  text-decoration: none;
  background: #804941;
  color: #fff;
  font-size: calc(1.6rem + 0.2vw);
  border-radius: 50rem;
  border: #804941 solid 1px;
  padding: 1.2rem 5rem;
  text-align: center;
  position: relative;
  transition: .3s;
  display: inline-block; }

.btn_r_dk:hover {
  background: #F24E60;
  border: #F24E60 solid 1px;
  transition: .3s; }

.btn_conv_pink {
  width: auto;
  line-height: 1.25;
  text-decoration: none;
  background: #fff;
  color: #F24E60;
  font-size: calc(1.6rem + 0.2vw);
  border-radius: 50rem;
  border: #F24E60 solid 1px;
  padding: 1.2rem 3rem;
  text-align: center;
  position: relative;
  transition: .3s;
  display: inline-block; }

.btn_conv_pink:after {
  content: url("data:image/svg+xml;utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221.759%22%20height%3D%2218.425%22%20viewBox%3D%220%200%2021.759%2018.425%22%3E%20%3Cg%20transform%3D%22translate(0.7%200.7)%22%3E%20%3Cpath%20d%3D%22M1561.879%2C555.275h4.02l2.709%2C10.137h12.115l1.4-7.511%22%20transform%3D%22translate(-1561.879%20-555.275)%22%20fill%3D%22none%22%20stroke%3D%22%23f24e60%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.4%22%2F%3E%20%3Cg%20transform%3D%22translate(6.121%2012.725)%22%20fill%3D%22none%22%20stroke%3D%22%23f24e60%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.4%22%3E%20%3Ccircle%20cx%3D%222.5%22%20cy%3D%222.5%22%20r%3D%222.5%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%222.5%22%20cy%3D%222.5%22%20r%3D%221.8%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20transform%3D%22translate(14.121%2012.725)%22%20fill%3D%22none%22%20stroke%3D%22%23f24e60%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.4%22%3E%20%3Ccircle%20cx%3D%222.5%22%20cy%3D%222.5%22%20r%3D%222.5%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%222.5%22%20cy%3D%222.5%22%20r%3D%221.8%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  position: relative;
  top: 0rem;
  bottom: 0rem;
  right: 0%;
  margin: auto;
  transition: .3s;
  padding-left: 1rem; }

.btn_conv_pink:hover {
  width: auto;
  line-height: 1.25;
  text-decoration: none;
  background: #F24E60;
  color: #fff;
  font-size: calc(1.6rem + 0.2vw);
  border-radius: 50rem;
  border: #F24E60 solid 1px;
  padding: 1.2rem 3rem;
  text-align: center;
  position: relative;
  transition: .3s;
  display: inline-block; }

.btn_conv_pink:hover:after {
  content: url("data:image/svg+xml;utf-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2221.759%22%20height%3D%2218.425%22%20viewBox%3D%220%200%2021.759%2018.425%22%3E%20%3Cg%20transform%3D%22translate(0.7%200.7)%22%3E%20%3Cpath%20d%3D%22M1561.879%2C555.275h4.02l2.709%2C10.137h12.115l1.4-7.511%22%20transform%3D%22translate(-1561.879%20-555.275)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.4%22%2F%3E%20%3Cg%20transform%3D%22translate(6.121%2012.725)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.4%22%3E%20%3Ccircle%20cx%3D%222.5%22%20cy%3D%222.5%22%20r%3D%222.5%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%222.5%22%20cy%3D%222.5%22%20r%3D%221.8%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3Cg%20transform%3D%22translate(14.121%2012.725)%22%20fill%3D%22none%22%20stroke%3D%22%23fff%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.4%22%3E%20%3Ccircle%20cx%3D%222.5%22%20cy%3D%222.5%22%20r%3D%222.5%22%20stroke%3D%22none%22%2F%3E%20%3Ccircle%20cx%3D%222.5%22%20cy%3D%222.5%22%20r%3D%221.8%22%20fill%3D%22none%22%2F%3E%20%3C%2Fg%3E%20%3C%2Fg%3E%3C%2Fsvg%3E");
  position: relative;
  top: 0rem;
  bottom: 0rem;
  right: 0%;
  margin: auto;
  transition: .3s;
  padding-left: 1rem; }

@media (max-width: 559px) {
  .btn_r {
    font-size: calc(1.4rem + 0.2vw); } }

/* =====================
  Item
===================== */
/*  color
------------------------*/
.food {
  color: #23D914;
  fill: #23D914; }

.shop {
  color: #FF4E00;
  fill: #FF4E00; }

.go {
  color: #3B00FF;
  fill: #3B00FF; }

.ico {
  color: #002BBA;
  fill: #002BBA; }

/*  Item > title
------------------------*/
#news ul {
  margin-bottom: 2rem; }

#news ul li {
  margin-bottom: 1.5rem; }

.panel_brown {
  background-color: #804941;
  padding: 1.2rem 1.8rem;
  border-radius: 10px 10px 10px 10px;
  color: #fff; }

.panel_brown:hover {
  background-color: #4B2B26; }

.line_pink {
  background-color: #F24E60;
  width: 100%;
  height: 1px; }

/*  Item > movie
------------------------*/
.emb_movie {
  height: 0;
  overflow: hidden;
  max-width: 100%;
  padding-bottom: 56.25%;
  /* 16:9 の高さなので 56.25% (= 9 ÷ 16) */
  position: relative; }

.emb_movie iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

/*  Item > CSSアコーディオン
------------------------*/
/*ボックス全体*/
.accbox {
  margin: 0;
  padding: 0;
  /*max-width: 400px;最大幅*/
  overflow: hidden; }

/*ラベル*/
.accbox label {
  /*display: block;
    margin: 1.5px 0;
    padding : 11px 12px;
    color :#2f8fcf;
    font-weight: bold;
    background :#a4cbf3;*/
  cursor: pointer;
  transition: all 0.2s; }

/*ラベルホバー時*/
/*チェックは隠す*/
.accbox input {
  display: none; }

/*中身を非表示にしておく*/
.accbox .accshow {
  width: 100%;
  height: 0;
  padding: 0;
  opacity: 0;
  transition: 0.2s; }

/*クリックで中身表示*/
.cssacc:checked + .accshow {
  width: 100%;
  height: auto;
  margin-top: 1rem;
  margin-bottom: -17rem;
  padding-bottom: 0rem;
  /*padding: 5px;*/
  /*background: #eaeaea;*/
  opacity: 1; }

/*  Item > form
------------------------*/
.form {
  width: 100%; }

form p {
  font-size: calc(1.5rem + 0.2vw); }

.selectbox {
  width: 60%;
  position: relative;
  margin-bottom: 1.5rem;
  font-size: calc(1.5rem + 0.2vw); }

.select {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0.5em 1em;
  box-sizing: border-box;
  font-size: 1em;
  border: #804941 1px solid;
  border-radius: 0.8rem;
  background: #fff; }

.selectbox::after {
  content: "";
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  position: absolute;
  right: 6%;
  top: 35%;
  border-bottom: #804941 2px solid;
  border-right: #804941 2px solid;
  transform: rotate(45deg) translateY(-30%); }

.inputarea {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0.5em 1em;
  box-sizing: border-box;
  font-size: 1em;
  border: #804941 1px solid;
  border-radius: 0.8rem;
  background: #fff;
  margin-bottom: 1.5rem; }

.textarea {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  padding: 0.5em 1em;
  box-sizing: border-box;
  font-size: 1em;
  border: #804941 1px solid;
  border-radius: 0.8rem;
  background: #fff;
  margin-bottom: 3rem; }

.btn_input {
  text-align: center; }

@media (max-width: 559px) {
  .selectbox {
    width: 100%;
    position: relative;
    margin-bottom: 1.5rem;
    font-size: calc(1.5rem + 0.2vw); } }

/* =====================
  Grid
===================== */
/* =====================
  flex
===================== */
.flex {
  display: flex; }

@media (max-width: 559px) {
  .flex {
    display: flex; } }

.flex50 {
  flex-basis: 50%; }

.flex_half {
  display: flex; }

@media (max-width: 959px) {
  .flex_half {
    display: block; } }

.flex_all {
  display: flex; }

.flex_list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -2%;
  margin-top: 2rem; }

.flex_list li {
  margin: 3rem 2%;
  width: calc(14.667% - 2%); }

@media (max-width: 559px) {
  .flex_list li {
    margin: 2rem 2%;
    width: calc(31.333% - 2%); } }

/* =====================
  Heading
===================== */
/*  Heading > title
------------------------*/
.heading_obi {
  width: 100%;
  padding: 30px;
  background-color: #002BBA;
  color: #fff;
  text-align: center;
  font-size: 20px; }

.heading_L {
  font-size: clamp(3vw, 26px, 5vw);
  margin-bottom: 10vh; }

.heading_M {
  font-size: clamp(3vw, 24px, 5vw);
  margin-bottom: 3vh;
  background-color: #23D914; }

#heading {
  margin-bottom: 4vw; }

#heading h1 {
  font-size: clamp(5vw, 24px, 8vw); }

.heading_ico {
  width: 11vw;
  min-width: 40px;
  display: block; }

.heading_cat {
  margin-bottom: 40px; }

.heading_cat_j {
  font-size: 24px;
  line-height: 1;
  text-align: center; }

@media (min-width: 959px) {
  .heading_cat_j {
    font-size: 44px;
    line-height: 1;
    text-align: center; } }

/* =====================
  Top
===================== */
/*  top_nav
------------------------*/
.nav_main {
  display: inline-block;
  position: absolute;
  top: 35%;
  left: 3rem; }

.nav_main li {
  display: table;
  margin-bottom: 1.5rem; }

.nav_main li a {
  color: #fff;
  background-color: #804941;
  padding: 0.5rem;
  line-height: 1;
  font-size: calc(2rem + 0.2vw); }

.nav_main li a:hover {
  color: #fff;
  background-color: #F24E60; }

@media (max-width: 559px) {
  .nav_main {
    display: none; } }

/*  scroll
------------------------*/
.ico_scroll {
  position: absolute;
  bottom: 11rem;
  left: 5.5rem;
  display: inline-block;
  transform: rotate(90deg);
  transform-origin: 0 0; }

.ico_scroll_text {
  display: inline;
  font-size: calc(1.5rem + 0.2vw); }

.ico_scroll_line {
  background-color: #804941;
  width: 4rem;
  height: 0.1rem;
  display: inline-block;
  margin-bottom: 0.5rem; }

.ico_scroll_dot {
  background-color: #804941;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  display: inline-block; }

@media (max-width: 559px) {
  .ico_scroll {
    position: absolute;
    bottom: 12.5rem;
    right: -9.7rem;
    left: auto;
    display: inline-block;
    transform: rotate(90deg);
    transform-origin: 0 0; }
  .ico_scroll_text {
    display: inline;
    font-size: calc(1.5rem + 0.2vw); }
  .ico_scroll_line {
    background-color: #804941;
    width: 4rem;
    height: 0.1rem;
    display: inline-block;
    margin-bottom: 0.35rem; }
  .ico_scroll_dot {
    background-color: #804941;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    display: inline-block; } }

/*  main
------------------------*/
.logo {
  width: 92%;
  margin: 0 auto;
  padding-bottom: 40px;
  padding-right: 5px; }

.block_main1 {
  width: 92%; }

.block_title {
  position: absolute;
  bottom: 6rem;
  right: 5rem;
  display: inline-block; }

.block_title p {
  background: #fff;
  color: #804941;
  font-size: calc(3.5rem + 0.2vw);
  display: table;
  padding: 0.7rem;
  line-height: 1; }

.block_title .tagline {
  margin-bottom: 2rem; }

.block_title h1 {
  background: #fff;
  color: #804941;
  font-size: calc(7.8rem + 0.2vw);
  display: inline;
  padding: 1rem;
  line-height: 1; }

@media (max-width: 559px) {
  .block_title {
    position: absolute;
    bottom: 18rem;
    left: 0rem;
    right: auto;
    display: inline-block; }
  .block_title p {
    background: #fff;
    color: #804941;
    font-size: calc(2.6rem + 0.2vw);
    display: table;
    padding: 0.7rem;
    line-height: 1; }
  .block_title .tagline {
    margin-bottom: 2rem; }
  .block_title h1 {
    background: #fff;
    color: #804941;
    font-size: calc(5.8rem + 0.2vw);
    display: inline;
    padding: 1rem;
    line-height: 1; } }

/*  copyarea
------------------------*/
.block_copy {
  margin: 0 auto;
  justify-content: space-between;
  margin-bottom: 12rem; }

.copy_box {
  position: relative;
  width: 45%; }

.copy_box p {
  margin-bottom: 1em; }

.pic_copy_01 {
  position: relative;
  width: 24%;
  left: 0rem;
  top: 8rem;
  margin-right: 2rem; }

.pic_copy_02 {
  position: relative;
  width: 20%;
  right: 0rem;
  top: 19rem; }

@media (max-width: 559px) {
  .block_copy {
    margin: 0 1.8rem;
    justify-content: space-between;
    margin-bottom: 8rem; }
  .copy_box {
    position: relative;
    width: 100%; }
  .copy_box p {
    margin-bottom: 1em; }
  .pic_copy_01 {
    position: relative;
    width: 24%;
    left: 0rem;
    top: 8rem;
    margin-right: 2rem;
    display: none; }
  .pic_copy_02 {
    position: relative;
    width: 20%;
    right: 0rem;
    top: 19rem;
    display: none; } }

/*  product
------------------------*/
#product div.pic {
  width: 40%;
  margin-right: 3rem; }

#product div.text {
  width: 60%; }

@media (max-width: 559px) {
  #product div.pic {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem; }
  #product div.text {
    width: 100%; } }

/*  about
------------------------*/
#about div.pic {
  width: 30%; }

#about div.text {
  width: 70%;
  margin-right: 3rem; }

@media (max-width: 559px) {
  #about div.pic {
    width: 50%; }
  #about div.text {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem; }
  .table_list {
    width: 30%;
    vertical-align: top; } }

/*  info_title
------------------------*/
.info_title_box {
  width: 85%;
  margin-bottom: 5px; }

.info_title_box a {
  text-decoration: none; }

.info_title_box2 {
  width: 100%; }

.info_title {
  display: inline;
  position: static;
  font-size: 22px;
  line-height: 1.4; }

@media (min-width: 959px) {
  .info_title {
    display: inline;
    position: static;
    font-size: 34px;
    line-height: 1.4; } }

.info_title2 {
  display: inline;
  position: static;
  font-size: 22px;
  line-height: 1.4; }

/* =====================
  Article
===================== */
#page h1 {
  font-size: 24px;
  font-weight: 600; }

#page p {
  margin-bottom: 2rem;
  display: block; }

.info_detail h3 {
  font-weight: 600; }

.info_detail ul li {
  list-style: square;
  margin-left: 20px; }

.single_info {
  height: auto;
  opacity: 1;
  margin-top: 20px;
  padding: 30px 20px 50px 20px;
  visibility: visible;
  display: block;
  background-color: #ffffff;
  border-radius: 2rem;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.2); }

/* LOWER */
.strong {
  color: #3B1DFF; }

.para {
  margin-bottom: 5vw; }

#anchor {
  margin-bottom: 10rem; }

#anchor ul li {
  font-size: clamp(3vw, 20px, 5vw);
  display: inline-block;
  margin-right: 1.5rem;
  line-height: 1.3; }

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

/* =====================
  clearfix
===================== */
.clearfix {
  zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

/* =====================
  motion
===================== */
/*  motion > inview_mv
------------------------*/
.inview_mv {
  opacity: 0; }

.mv {
  opacity: 1.0;
  transition: .4s;
  transition-delay: .4s; }

.inview_mvs {
  opacity: 0; }

.mvs {
  opacity: 1.0;
  transition: .4s;
  transition-delay: .1s; }

.inview_mvm {
  opacity: 0; }

.mvm {
  opacity: 1.0;
  transition: 3s;
  transition-delay: 1s; }

.inview_mvl {
  opacity: 0; }

.mvl {
  opacity: 1.0;
  transition: .9s;
  transition-delay: 1.8s; }

/*  motion > Blink
------------------------*/
.blink {
  -webkit-animation: blink .02s linear infinite alternate;
  -moz-animation: blink .02s ease-in-out infinite alternate;
  animation: blink .02s linear infinite alternate; }

@-webkit-keyframes blink {
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@-moz-keyframes blink {
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

@keyframes blink {
  50% {
    opacity: 0.5; }
  100% {
    opacity: 1; } }

/* =====================
  loading
===================== */
/* ブラウザのスクロールバーを常に表示させることでカクカクッとなるのを防ぐ */
html {
  overflow-y: scroll; }

/* ローディングの背景部分のCSS */
.loader {
  background: #fff;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100; }

/* ローディングのアニメーション部分のCSS (https://projects.lukehaas.me/css-loaders/) */
.loader-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%); }

/* ローディングアイコンの色指定 */
svg path,
svg rect {
  fill: auto; }

/* =====================
  Animation
===================== */
/* 回転アニメーション */
.spin {
  -webkit-animation: spin 50s linear infinite;
  -moz-animation: spin 50s linear infinite;
  -ms-animation: spin 50s linear infinite;
  -o-animation: spin 50s linear infinite;
  animation: spin 50s linear infinite; }

@media (max-width: 800px) {
  .spin {
    -webkit-animation: spin 00s linear infinite;
    -moz-animation: spin 50s linear infinite;
    -ms-animation: spin 50s linear infinite;
    -o-animation: spin 50s linear infinite;
    animation: spin 50s linear infinite; } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg); } }

@-moz-keyframes spin {
  0% {
    -moz-transform: rotate(0deg); }
  100% {
    -moz-transform: rotate(360deg); } }

@-ms-keyframes spin {
  0% {
    -ms-transform: rotate(0deg); }
  100% {
    -ms-transform: rotate(360deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg); } }

@keyframes spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

/* ゆらゆらアニメーション */
.yoko-yure {
  animation: horizontal 1.8s ease-in-out infinite alternate; }

.tate-yure {
  animation: vertical 1.4s ease-in-out infinite alternate; }

@keyframes horizontal {
  0% {
    transform: translateX(-10px); }
  100% {
    transform: translateX(0px); } }

@keyframes vertical {
  0% {
    transform: translateY(-20px); }
  100% {
    transform: translateY(0px); } }

.yoko-yure2 {
  animation: horizontal 6.0s ease-in-out infinite alternate; }

.tate-yure2 {
  animation: vertical 3.0s ease-in-out infinite alternate; }

@keyframes horizontal {
  0% {
    transform: translateX(20px); }
  100% {
    transform: translateX(0px); } }

@keyframes vertical {
  0% {
    transform: translateY(-15px); }
  100% {
    transform: translateY(0px); } }

.yoko-yure3 {
  animation: horizontal 3.0s ease-in-out infinite alternate; }

.tate-yure3 {
  animation: vertical 5.0s ease-in-out infinite alternate; }

@keyframes horizontal {
  0% {
    transform: translateX(10px); }
  100% {
    transform: translateX(0px); } }

@keyframes vertical {
  0% {
    transform: translateY(-10px); }
  100% {
    transform: translateY(0px); } }

/* 背景グラデーション */
.bggrad {
  background: linear-gradient(-45deg, #9d797d, #7a849a, #79a786, #7a849a);
  background-size: 1000% 1000%;
  animation: bggrad 10s ease infinite; }

@keyframes bggrad {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }

/* =====================
  Hover
===================== */
.hv {
  position: relative;
  display: inline-block;
  z-index: 2;
  transition: all 0.4s ease; }

.hv:hover {
  color: #fff; }

.hv::after {
  width: 0%;
  height: 100%;
  background-color: #333;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.4s ease;
  z-index: -1; }

.hv:hover::after {
  width: 100%;
  transition: all 0.8s ease; }

/*  animation
------------------------*/
.hover_bg {
  position: relative;
  color: #0000C1;
  transition: all 0.3s ease;
  z-index: 2; }

.hover_bbg:hover {
  color: #fff; }

.hover_bbg::after {
  width: 0%;
  height: 100%;
  background-color: #0000C1;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.3s ease;
  z-index: -1; }

.hover_bg:hover::after {
  width: 100%; }

/* =====================
  Margine
===================== */
.margin_right {
  margin: 0 0 0 auto; }

.margin_center {
  margin: 0 auto; }

.mb_text {
  margin-bottom: 2.5rem; }

.mb_block {
  margin-bottom: 6rem; }

.mb_txt {
  margin-bottom: 1rem; }

.mb_obj {
  margin-bottom: 3rem; }

.mb_cont {
  margin-bottom: 7rem; }

.mb_sec {
  margin-bottom: 13rem; }

/* =====================
  Layout
===================== */
.clear {
  clear: both; }

.of_h {
  overflow: hidden; }

.al_rt {
  text-align: right; }

.al_cnt {
  text-align: center; }

.dp_bl {
  display: block; }

.dp_il {
  display: inline; }

/* =====================
  Text
===================== */
.wrap {
  display: inline-block; }

.bold {
  font-weight: bold;
  font-family: "FOT-UD角ゴC70 Pro DB", "UDKakugoC70Pro-DB"; }

/*  Text > en
------------------------*/
.en {
  font-family: sans-serif; }

/*  Text > br
------------------------*/
@media (max-width: 959px) {
  .br_pc {
    display: none; } }

@media (max-width: 559px) {
  .br_sp {
    display: none; } }

/*  Text > title
------------------------*/
.list_decimal li {
  list-style-type: decimal;
  padding-left: 1rem;
  margin-left: 4rem; }

.text_label {
  font-size: calc(1.6rem + 0.2vw);
  line-height: 1.4;
  opacity: 0.6; }

.text_list {
  line-height: 1.4; }

.text_small {
  font-size: calc(1.5rem + 0.2vw); }

.ttl_lead {
  font-size: calc(1.4rem + 0.2vw);
  line-height: 1.5;
  letter-spacing: .3rem; }

@media (max-width: 559px) {
  .ttl_lead {
    font-size: calc(1.4rem + 0.2vw);
    line-height: 1.5;
    letter-spacing: .3rem; } }

.ttl_article {
  font-size: calc(2.3rem + 0.2vw);
  line-height: 1.5; }

@media (max-width: 559px) {
  .ttl_article {
    font-size: calc(1.7rem + 0.2vw);
    line-height: 1.5; } }

.ttl_list {
  font-size: calc(2.1rem + 0.2vw);
  line-height: 1.5;
  border-bottom: 1px solid #000;
  display: inline-block; }

@media (max-width: 559px) {
  .ttl_list {
    font-size: calc(1.7rem + 0.2vw);
    line-height: 1.5;
    border-bottom: 1px solid #000;
    display: inline-block; } }

.ttl_border {
  font-size: calc(1.2rem + 0.2vw);
  line-height: 1.3;
  border: 1px solid #000;
  padding: 1rem 1.5rem;
  display: inline-block; }

/*  Text > text
------------------------*/
.txt_copy {
  font-size: calc(2.5rem + 0.2vw);
  line-height: 1.6; }

@media (max-width: 559px) {
  .txt_copy {
    font-size: calc(2rem + 0.2vw);
    line-height: 1.6; } }

.txt_lead {
  font-size: calc(1.4rem + 0.2vw);
  line-height: 1.6; }

.txt_article {
  font-size: calc(1.4rem + 0.2vw);
  line-height: 2;
  margin-bottom: 2.4rem;
  width: 80%;
  text-align: justify; }

@media (max-width: 959px) {
  .txt_article {
    font-size: calc(1.4rem + 0.2vw);
    line-height: 2;
    margin-bottom: 2.4rem;
    width: 100%;
    text-align: justify; } }

@media (max-width: 559px) {
  .txt_article {
    font-size: calc(1.4rem + 0.2vw);
    line-height: 2;
    margin-bottom: 2.4rem;
    width: 100%;
    text-align: justify; } }

.txt_list {
  font-size: calc(1.2rem + 0.2vw);
  line-height: 1.7; }

ul.txt_list li {
  font-size: calc(1.1rem + 0.2vw);
  line-height: 1.7; }

@media (max-width: 559px) {
  .txt_list {
    font-size: calc(1.2rem + 0.2vw);
    line-height: 1.7; }
  ul.txt_list li {
    font-size: calc(1.2rem + 0.2vw);
    line-height: 1.7; } }

.txt_list_large {
  font-size: calc(1.2rem + 0.2vw);
  line-height: 1.8; }

@media (max-width: 559px) {
  .txt_list_large {
    font-size: calc(1.3rem + 0.2vw);
    line-height: 1.8; } }

.txt_caption {
  font-size: calc(1.2rem + 0.2vw);
  line-height: 1.3; }

.txt_small {
  font-size: calc(1.2rem + 0.2vw);
  line-height: 1.3; }

.txt_number {
  font-size: calc(1.1rem + 0.2vw);
  line-height: 1.3; }

.txt_block {
  font-size: calc(1.3rem + 0.2vw);
  line-height: 1.9; }

@media (max-width: 559px) {
  .txt_block {
    font-size: calc(1.3rem + 0.2vw);
    line-height: 2; } }

/*  Text > color
------------------------*/
.txt_bk {
  color: #333; }

.txt_gray {
  color: #666; }

.txt_lgray {
  color: #aaa; }

.txt_blue {
  color: #0000C1; }

.txt_yellow {
  color: #FFFFC1; }

/*  Text > bgcolor
------------------------*/
.txt_bg_white {
  background-color: #fff;
  display: inherit; }

.txt_bg_blue {
  background-color: #0000C1; }

.txt_bg_yellow {
  background-color: #FFFFC1; }

.txt_bg_lyellow {
  background-color: #ffffd9; }

.txt_bg_lblue {
  background-color: #f1f1fb; }
