@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap");
@import url("https://use.fontawesome.com/releases/v6.1.1/css/all.css");
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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,
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/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

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

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
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
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield; /* 1 */ /* 2 */
  box-sizing: content-box;
}

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

/*
font-family: 'Noto Sans JP', sans-serif;
*/
/* --------------
 reset
-------------- */
* {
  backface-visibility: hidden;
  /* animation時のにじみ防止 */
  -webkit-backface-visibility: hidden;
  /* animation時のにじみ防止 */
  -webkit-font-smoothing: antialiased;
}

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, figure {
  margin: 0;
  padding: 0;
}

ol, ul {
  list-style: none;
}

caption, th {
  text-align: left;
}

img {
  max-width: 100% !important;
  height: auto;
  vertical-align: bottom;
}

iframe {
  max-width: 100% !important;
  border: 0;
}
iframe img {
  max-width: none !important;
  border: 0;
}

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

.printOnly {
  display: none;
}

/* --------------
 clearfix
-------------- */
div:after, ul:after, ol:after, dl:after, header:after, footer:after, nav:after, section:after, article:after {
  content: "";
  display: block;
  clear: both;
}

/* --------------
 base
-------------- */
html {
  font-size: 18px;
  -webkit-text-size-adjust: 100%;
}

body {
  width: 100%;
  height: 100%;
  color: #222;
  background: #fff;
  /* font: 14px/1.2 'Noto Sans JP', sans-serif; */
  font: 14px/1.2 "Kosugi Maru", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1.2;
  word-break: break-word !important;
}

/* link */
a {
  color: #303030;
  /*	word-break: break-all;*/
  word-break: break-word;
  text-decoration: none;
}
a img {
  backface-visibility: hidden;
}
a:hover img {
  opacity: 0.7;
}
a.break {
  word-break: break-all;
}

.inlineblock {
  display: inline-block !important;
}

.block {
  display: block !important;
}

.pointer {
  cursor: pointer;
}

img.lazyload[src="/img/blank.gif"] {
  background: url("./ajax-loader.gif") no-repeat center center;
}

/* --------------
 modules css
-------------- */
/* ---------- font size */
.fs05 {
  font-size: 0.5em !important;
}

.fs06 {
  font-size: 0.6em !important;
}

.fs07 {
  font-size: 0.7em !important;
}

.fs08 {
  font-size: 0.8em !important;
}

.fs09 {
  font-size: 0.9em !important;
}

.fs10 {
  font-size: 1em !important;
}

.fs11 {
  font-size: 1.1em !important;
}

.fs12 {
  font-size: 1.2em !important;
}

.fs13 {
  font-size: 1.3em !important;
}

.fs14 {
  font-size: 1.4em !important;
}

.fs15 {
  font-size: 1.5em !important;
}

.fs16 {
  font-size: 1.6em !important;
}

.fs17 {
  font-size: 1.7em !important;
}

.fs18 {
  font-size: 1.8em !important;
}

.fs19 {
  font-size: 1.9em !important;
}

.fs20 {
  font-size: 2em !important;
}

.fs21 {
  font-size: 2.1em !important;
}

.fs22 {
  font-size: 2.2em !important;
}

.fs23 {
  font-size: 2.3em !important;
}

.fs24 {
  font-size: 2.4em !important;
}

.fs25 {
  font-size: 2.5em !important;
}

.fs30 {
  font-size: 3em !important;
}

/* ---------- font weight */
.thin {
  font-weight: 100;
}

.demilight {
  font-weight: 300;
}

.normal {
  font-weight: 400;
}

.midium {
  font-weight: 500;
}

.bold {
  font-weight: 700;
}

.black {
  font-weight: 900;
}

/* ---------- align */
.alc {
  text-align: center !important;
}

.alr {
  text-align: right !important;
}

.all {
  text-align: left !important;
}

.alt {
  vertical-align: top !important;
}

.alb {
  text-align: bottom !important;
}

.alm {
  vertical-align: middle !important;
}

.alj {
  /* 文字均等割付 */
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

/* ---------- float */
.noFloat {
  float: none !important;
}

/* ---------- Cancele */
.both {
  clear: both;
}

/* ---------- margin,padding */
.mb0 {
  margin-bottom: 0px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.mb1rem {
  margin-bottom: 1rem !important;
}

.mb2rem {
  margin-bottom: 2rem !important;
}

.mb3rem {
  margin-bottom: 3rem !important;
}

.ml0 {
  margin-left: 0px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mt0 {
  margin-top: 0px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt1rem {
  margin-top: 1rem !important;
}

.mt2rem {
  margin-top: 2rem !important;
}

.mt3rem {
  margin-top: 3rem !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pb3 {
  padding-bottom: 3px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt1rem {
  padding-top: 1rem !important;
}

.pt2rem {
  padding-top: 2rem !important;
}

.pt3rem {
  padding-top: 3rem !important;
}

.pl0 {
  padding-left: 0px !important;
}

.pl3 {
  padding-left: 3px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pr3 {
  padding-right: 3px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pa10 {
  padding: 10px;
}

/* ----- text */
.lh10 {
  line-height: 1;
}

.lh12 {
  line-height: 1.2;
}

.lh15 {
  line-height: 1.5;
}

.lh18 {
  line-height: 1.8;
}

.lh20 {
  line-height: 2;
}

/* ----- color */
.cl-normal {
  color: #222 !important;
}

.cl-white {
  color: #fff !important;
}

.cl-gray {
  color: #888 !important;
}

.cl-red {
  color: #E81317 !important;
}

.cl-orange {
  color: #fe6800 !important;
}

.cl-blue {
  color: #0f77b9 !important;
}

.cl-pink {
  color: #ff5591 !important;
}

.cl-green {
  color: #1d7d12 !important;
}

.cl-success {
  color: #46b450;
}

.cl-warning {
  color: #ffb900;
}

.cl-error {
  color: #dc3232;
}

.cl-info {
  color: #00a0d2;
}

.cl-pdf {
  color: #FF2116;
}

.cl-word {
  color: #275196;
}

.cl-csv {
  color: #1E6D42;
}

.notice-success, .notice-warning, .notice-error, .notice-info {
  margin: 1rem 10px;
  padding: 0.5em;
  border-left: #ccc solid 5px;
  background: #fff;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
}

.notice-success {
  color: #46b450;
  border-left-color: #46b450;
}

.notice-warning {
  border-left-color: #ffb900;
}

.notice-error {
  color: #dc3232;
  border-left-color: #dc3232;
}

.notice-info {
  color: #00a0d2;
  border-left-color: #00a0d2;
}

.bg-white {
  background-color: #fff !important;
}

.bg-gray {
  background-color: #eee !important;
}

.bg-gray-dark {
  background-color: #555 !important;
}

.bg-yellow-light {
  background-color: #fff8e6 !important;
}

.bg-red {
  background-color: #ff2627 !important;
}

.bg-orange {
  background-color: #FF9A2A !important;
}

.bg-pink {
  background-color: #ff486e !important;
}

.bdr-all-solid-1px {
  border: #555 solid 1px;
}

.bdr-all-solid-2px {
  border: #555 solid 2px;
}

.bdr-all-solid-3px {
  border: #555 solid 3px;
}

.bdr-all-solid-4px {
  border: #555 solid 4px;
}

.bdr-all-solid-5px {
  border: #555 solid 5px;
}

.bdr-all-solid-10px {
  border: #555 solid 10px;
}

.bdr-red {
  border-color: #ff2627 !important;
}

.bdr-yellow {
  border-color: #f9d706 !important;
}

.bdr-orange {
  border-color: #FF9A2A !important;
}

.bdr-blue {
  border-color: #206beb !important;
}

.bdr-pink {
  border-color: #ff486e !important;
}

.bdr-green {
  border-color: #29B818 !important;
}

.bg-stripe {
  border: #f3f3f3 solid 1px;
  background: #f3f3f3;
  background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, rgba(0, 0, 0, 0.05) 10px, rgba(0, 0, 0, 0.05) 20px);
}

.cl-gourmet {
  color: #ff7100 !important;
}

.cl-activity {
  color: #fb4583 !important;
}

.cl-accommodation {
  color: #2952a7 !important;
}

.bdr-gourmet {
  border-color: #ff7100 !important;
}

.bdr-activity {
  border-color: #fb4583 !important;
}

.bdr-accommodation {
  border-color: #2952a7 !important;
}

.bg-gourmet {
  background-color: #ff7100 !important;
}

.bg-activity {
  background-color: #fb4583 !important;
}

.bg-accommodation {
  background-color: #2952a7 !important;
}

.img-gourmet {
  background-image: url("../img/gourmet.jpg");
  background-size: cover;
  background-position: center;
  height: 100px !important;
  border: none !important;
}

.img-activity {
  background-image: url("../img/activity.jpg");
  background-size: cover;
  background-position: center;
  height: 100px !important;
  border: none !important;
}

.img-accommodation {
  background-image: url("../img/accommodation.jpg");
  background-size: cover;
  background-position: center;
  height: 100px !important;
  border: none !important;
}

#mainContents, #subContants, .news {
  position: relative;
  z-index: 1;
}

/* ----- list */
.ulDisc {
  margin-left: 2em;
  list-style: outside disc;
}

.olDecimal {
  margin-left: 2em;
  list-style: outside decimal;
}

.olLatin {
  margin-left: 2em;
  list-style: outside upper-alpha;
}

.ulDisc li, .olDecimal li, .olLatin li {
  margin-bottom: 10px;
}

/* ----- decoration (button, etc...) */
.bdrR5 {
  border-radius: 5px;
  overflow: hidden !important;
}

.bdrR10 {
  border-radius: 10px;
  overflow: hidden !important;
}

.bdrR20 {
  border-radius: 20px;
  overflow: hidden !important;
}

.bdrR30 {
  border-radius: 30px;
  overflow: hidden !important;
}

hr {
  border: 0;
  height: 1px;
  background: #ccc;
  margin: 2rem 0;
}

/* ----- button */
.btn-a {
  display: inline-block;
  margin: 0 auto;
  padding: 0.25em 1em;
  border: #333 solid 1px;
  text-align: center;
  border-radius: 1.5em;
  color: #222;
  background: #fff;
}
.btn-a:hover {
  color: #1772cc;
  border-color: #1772cc;
}
.btn-a[class*=bg-]:hover {
  color: #fff;
  border-color: #aaa;
}

.btn-b {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  padding: 1rem 1.5rem;
  text-align: center;
  color: #222;
  border: #333 solid 2px;
  font-weight: bold;
  text-shadow: #fff 2px 0px 0px, #fff -2px 0px 0px, #fff 0px -2px 0px, #fff 0px 2px 0px, #fff 2px 2px 0px, #fff -2px 2px 0px, #fff 2px -2px 0px, #fff -2px -2px 0px, #fff 1px 2px 0px, #fff -1px 2px 0px, #fff 1px -2px 0px, #fff -1px -2px 0px, #fff 2px 1px 0px, #fff -2px 1px 0px, #fff 2px -1px 0px, #fff -2px -1px 0px, #fff 1px 1px 0px, #fff -1px 1px 0px, #fff 1px -1px 0px, #fff -1px -1px 0px;
  background-color: #fff;
}
.btn-b:hover {
  color: #222;
  background: #ff2627;
  box-shadow: 2px 2px 0 #fff inset, -2px -2px 0 #fff inset;
}

.btn-c {
  display: inline-block;
  margin: 0.25rem;
  padding: 1rem 1.5rem;
  text-align: center;
  box-shadow: 0 -0.25em 0 rgba(0, 0, 0, 0.25) inset;
  background-color: #2eb1f3;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.25);
}
.btn-c:hover {
  color: #fff;
  box-shadow: 0 0.25em 0 rgba(0, 0, 0, 0.25) inset;
}

.btn-d {
  display: inline-block;
  margin: 0.25rem;
  padding: 1rem 1.5rem;
  text-align: center;
  background-color: #fff;
  color: #222;
  border: #333 solid 2px;
  box-shadow: 3px 3px 0 #fff inset, -3px -3px 0 #fff inset;
  font-weight: bold;
  background-image: linear-gradient(to right, rgba(255, 255, 55, 0.8) 50%, rgba(255, 255, 55, 0) 51%);
  background-size: 210% auto;
  background-position: right top;
}
.btn-d:hover {
  color: #222;
  background-position: left top;
}

.btn-b.btn-small, .btn-c.btn-small, .btn-d.btn-small {
  padding: 0.25em 1em;
}

.btn-a.next, .btn-b.next, .btn-c.next, .btn-d.next {
  position: relative;
  padding-right: 2.5em;
}

.btn-a.prev, .btn-b.prev, .btn-c.prev, .btn-d.prev {
  position: relative;
  padding-left: 2.5em;
}

.btn-a.next .iconbox, .btn-b.next .iconbox, .btn-c.next .iconbox, .btn-d.next .iconbox, .btn-a.prev .iconbox, .btn-b.prev .iconbox, .btn-c.prev .iconbox, .btn-d.prev .iconbox {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
  font-size: 1em;
}

.btn-a.next .iconbox, .btn-b.next .iconbox, .btn-c.next .iconbox, .btn-d.next .iconbox {
  right: 1em;
}

.btn-a.prev .iconbox, .btn-b.prev .iconbox, .btn-c.prev .iconbox, .btn-d.prev .iconbox {
  left: 1em;
}

.list-link > li {
  margin-bottom: 5px;
}
.list-link > li > .btn-a, .list-link > li > .btn-b, .list-link > li > .btn-c, .list-link > li > .btn-d {
  margin: 0;
  display: block;
  width: 100%;
}

.btn-e {
  display: inline-block;
  padding: 4px;
  border: #888 solid 1px;
  border-radius: 3px;
  line-height: 1;
  color: #222;
  background: #fff;
}
.btn-e:hover, .btn-e.active {
  border-color: #169AE4;
}
.btn-e:disabled {
  color: #aaa;
  background: #ddd;
}

.btn-submit {
  display: inline-block;
  margin: 0;
  border: #222 solid 1px;
  padding: 5px 1rem;
  background: #222;
  color: #fff;
  outline: 0;
}

.search-box-btn .btn-submit {
  width: 100%;
  max-width: 300px;
}

.btn-submit.btn-confirm {
  background-color: #E81317;
  border-color: #E81317;
  font-size: 1.3em;
  font-weight: bold;
  padding-top: 10px;
  padding-bottom: 10px;
}
.btn-submit.btn-confirm:disabled {
  background-color: #ddd;
  color: #555;
}
.btn-submit.btn-back {
  background-color: #888;
  border-color: #888;
  font-weight: bold;
  margin-top: 1rem;
  padding-top: 10px;
  padding-bottom: 10px;
}

/* ----- youtube */
.youtubeBox {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtubeBox iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/* --------------
 common
-------------- */
body.no-navigation #subNav, body.no-navigation #footNav, body.no-navigation .sharebox, body.no-navigation .noticeWrap, body.no-navigation #globalNav {
  display: none !important;
}

/* =header
-------------------------------------------------------------- **/
#header {
  position: relative;
  z-index: 99;
}

/* =siteHeader
---------------------------------------------------- */
#header .logo a {
  display: block;
}

/*#logo .a_logo {
	display: inline-block;
	height: 75px;
}
#logo .a_logo img {
	cursor: pointer !important;
	padding: 10px;
}*/
/* =globalNav
---------------------------------------------------- */
.nav-unshown {
  display: none;
}

#globalNav li a {
  display: block;
  color: #222;
}

/* =breadcrumb
---------------------------------------------------- */
#breadcrumbBox {
  padding: 0;
  line-height: 1;
  font-size: 0.9em;
}

#breadcrumb ul {
  margin-bottom: 0;
  padding: 5px;
}
#breadcrumb li {
  color: #222;
  display: inline-block;
  line-height: 1;
  padding: 5px 2px;
}
#breadcrumb li a {
  color: #222;
  text-decoration: none;
}
#breadcrumb li:not(:last-of-type):after {
  content: ">";
}

#breadcrumbBox ul::-webkit-scrollbar {
  height: 5px;
}
#breadcrumbBox ul::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
#breadcrumbBox ul::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #ccc;
}

/* =container
-------------------------------------------------------------- **/
#container {
  overflow: hidden;
}

#main {
  min-height: 70vh;
}

.contents {
  padding: 2rem 10px;
}
.contents h1 {
  clear: both;
  margin-bottom: 0.5rem;
}
.contents h2 {
  margin-bottom: 1rem;
  font-size: 1.5em;
}

/* =headline / titles
---------------------------------------------------- */
#top .contents h2 {
  margin-bottom: 1rem;
  font-size: 1em;
}

.contents h3 {
  margin-top: 3rem;
  margin-bottom: 1rem;
  font-size: 1.3em;
}
.contents h4 {
  margin-top: 2rem;
  margin-bottom: 1rem;
  font-size: 1.1em;
}
.contents h5 {
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-size: 1em;
}
.contents p, .contents figure, .contents ul, .contents ol, .contents dl {
  margin-bottom: 1rem;
}
.contents table {
  margin-bottom: 1rem;
  border-collapse: collapse;
  border: 1px solid #888;
  width: 100%;
  background: #fff;
}
.contents table td, .contents table th {
  border-collapse: collapse;
  border: 1px solid #888;
}
.contents table caption {
  font-weight: bold;
  padding: 10px;
  font-size: 1.1em;
}
.contents table th, .contents table td {
  padding: 10px;
}
.contents table th {
  background: rgba(0, 0, 0, 0.1);
  vertical-align: top;
}
.contents dl dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.contents dl dd {
  margin-left: 0.5rem;
}
.contents figure figcaption {
  padding: 0.25rem 0.5rem;
  font-size: 0.9em;
  background-color: #eee;
}
.contents figure figcaption:last-child {
  margin-top: 0.5rem;
}

/* コンテンツ中身 */
/* テーブル */
/* 画像中央寄せトリミング */
.centerPhoto {
  position: relative;
  /*width: 100%;*/
  height: 0;
  padding-top: 20.25%;
  overflow: hidden;
  display: block;
}
.centerPhoto img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.centerPhoto.imgBnrFeature img {
  max-width: none !important;
  width: 120%;
}
.centerPhoto.size6427 {
  padding-top: 42.18%;
}
.centerPhoto.size43 {
  padding-top: 75%;
}
.centerPhoto.size11 {
  padding-top: 100%;
}
.centerPhoto.size21 {
  padding-top: 50%;
}
.centerPhoto.size11 img {
  max-width: none !important;
  max-height: 100% !important;
}

/* 64:27 */
/* 4:3 */
/* 1:1 */
/* 2:1 */
.ofi {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover;";
  width: 100%;
  height: 100%;
}
.ofi.contain {
  -o-object-fit: contain;
     object-fit: contain;
  font-family: "object-fit: contain;";
}
.ofi.ofinone {
  -o-object-fit: none;
     object-fit: none;
  font-family: "object-fit: none;";
}
.ofi.scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
  font-family: "object-fit: scale-down;";
}

/* =pagination
---------------------------------------------------- */
.pagination {
  width: 100%;
  text-align: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.pagination b, .pagination a {
  display: inline-block;
  font-size: 0.9em;
  margin: 1px 2px;
  padding: 0.5em 0.7em;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  color: #222;
  line-height: 1;
  border: #222 solid 1px;
}
.pagination b, .pagination a:hover {
  background: #222;
  color: #fff;
}

/* =sns
---------------------------------------------------- */
.sharebox {
  text-align: center;
  padding: 1rem 0;
  background: #fff;
  border-top: #222 dotted 1px;
}
.sharebox.nobdr {
  border: 0;
}
.sharebox .btn-sns {
  display: inline-block;
}
.sharebox .btn-sns.fb .fb_iframe_widget span {
  vertical-align: baseline !important;
}

/* =footer
-------------------------------------------------------------- **/
/* =siteFooter
---------------------------------------------------- */
/* =copyright
---------------------------------------------------- */
#copyright {
  background: #222;
  color: #fff;
  padding: 7px 0;
  text-align: center;
  font-size: 0.7em;
}

/* =pageTop
---------------------------------------------------- */
#pageTop {
  position: fixed;
  bottom: 1%;
  right: 1%;
  z-index: 10000;
}
#pageTop a {
  display: block;
  width: 60px;
  height: 165px;
  background: url(../img/pagetop.png) no-repeat center;
  background-size: contain;
}
#pageTop a:hover {
  transform: translateY(-3px);
  filter: brightness(120%);
}

/* --------------
 page contents
-------------- */
.pager b {
  background-color: #c0c0c0;
  color: #fff;
  border: 1px solid #c0c0c0;
  padding: 0.2em 0.5em;
  margin: 0 0.2em;
  display: inline-block;
}
.pager a {
  border: 1px solid #c0c0c0;
  padding: 0.2em 0.5em;
  color: #c0c0c0;
  margin: 0 0.2em;
  display: inline-block;
}

.acd-check {
  display: none;
}

.acd-label {
  position: relative;
  display: block;
  padding: 10px;
  padding-right: 2rem;
  transition: 0.1s;
  background: #eee;
}
.acd-label:before, .acd-label:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transition: 0.1s;
  transform: translateY(-50%);
  line-height: 1;
  width: 1rem;
  height: 2px;
  background: #222;
}
.acd-label:hover {
  transition: 0.4s;
  background: #ddd;
}

.acd-check:checked ~ .acd-label, .acd-check:checked + .acd-linkcont .acd-label {
  transition: 0.4s;
  background: #ddd;
}
.acd-check:checked ~ .acd-label:after, .acd-check:checked + .acd-linkcont .acd-label:after {
  transition: 0.4s;
  transform: translateY(-50%) rotate(0);
}
.acd-check ~ .acd-label:after, .acd-check + .acd-linkcont .acd-label:after {
  transform: translateY(-50%) rotate(-270deg);
}

.acd-content {
  height: 0;
  transition: 0.1s;
  visibility: hidden;
  opacity: 0;
  overflow: hidden;
}

.acd-check:checked ~ .acd-content, .acd-check:checked + .acd-linkcont .acd-content {
  height: auto;
  visibility: visible;
  transition: 0.4s;
  opacity: 1;
}

/* =regist
------------------------------- */
.err_msg {
  color: #DD1317;
}

.regist-item {
  padding: 0 5px;
}
.regist-item dt {
  position: relative;
  padding-right: 3rem;
  padding: 10px;
  background-color: #f7f7f7;
}
.regist-item dt .flag-must {
  position: absolute;
  top: 3px;
  right: 3px;
}
.regist-item dd {
  margin: 10px;
}

.flag-must {
  display: inline-block;
  border: #E81317 solid 1px;
  padding: 2px 5px;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1;
  color: #E81317;
  background-color: #fff;
}

.flag-notmust {
  display: inline-block;
  border: #333 solid 1px;
  padding: 2px 5px;
  border-radius: 10px;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1;
  background-color: #fff;
}

.regist-item input[type=search], .regist-item input[type=text], .regist-item input[type=email], .regist-item input[type=password], .regist-item input[type=number], .regist-item input[type=tel] {
  max-width: 100% !important;
  margin: 1px 0;
  padding: 5px;
  /*	padding-right: 20px; スピナーの位置がおかしくなる…*/
  border: #555 solid 1px;
}
.regist-item select {
  max-width: 100% !important;
  margin: 1px 0;
  padding: 5px;
  /*	padding-right: 20px; スピナーの位置がおかしくなる…*/
  border: #555 solid 1px;
}
.regist-item .wd100 {
  width: 100%;
}
.regist-item .wd15 {
  width: 15%;
  min-width: 5em;
}
.regist-item .errmsg {
  color: #F44336;
}
.regist-item input:required + .help-text {
  color: #F44336;
}
.regist-item input:not(:focus):-moz-placeholder-shown:required {
  background-color: #ffebf1;
}
.regist-item input:not(:focus):placeholder-shown:required {
  background-color: #ffebf1;
}
.regist-item textarea:not(:focus):-moz-placeholder-shown:required {
  background-color: #ffebf1;
}
.regist-item textarea:not(:focus):placeholder-shown:required {
  background-color: #ffebf1;
}
.regist-item input:not(:focus):not(:-moz-placeholder-shown):not([type=file]):valid, .regist-item textarea:not(:focus):not(:-moz-placeholder-shown):valid {
  border-color: #10b98c;
  /*
  background-image: url("data:image/svg+xml,%3Csvg width='45px' height='34px' viewBox='0 0 45 34' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%28-56.000000, -59.000000%29' fill='%2310b98c'%3E%3Cpolygon points='70.1468531 85.8671329 97.013986 59 100.58042 62.5664336 70.1468531 93 56 78.8531469 59.5664336 75.2867133'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 1rem auto;
  */
}
.regist-item input:not(:focus):not(:placeholder-shown):not([type=file]):valid, .regist-item textarea:not(:focus):not(:placeholder-shown):valid {
  border-color: #10b98c;
  /*
  background-image: url("data:image/svg+xml,%3Csvg width='45px' height='34px' viewBox='0 0 45 34' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%28-56.000000, -59.000000%29' fill='%2310b98c'%3E%3Cpolygon points='70.1468531 85.8671329 97.013986 59 100.58042 62.5664336 70.1468531 93 56 78.8531469 59.5664336 75.2867133'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 1rem auto;
  */
}
.regist-item input:not(:focus):not(:-moz-placeholder-shown):not([type=file]).input-error, .regist-item input:not(:focus):not(:-moz-placeholder-shown):not([type=file]):invalid {
  border-color: #F44336;
  /*
  background-image: url("data:image/svg+xml,%3Csvg width='30px' height='30px' viewBox='0 0 30 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%28-128.000000, -59.000000%29' fill='%23F44336'%3E%3Cpolygon points='157.848404 61.9920213 145.980053 73.8603723 157.848404 85.7287234 154.856383 88.7207447 142.988032 76.8523936 131.119681 88.7207447 128.12766 85.7287234 139.996011 73.8603723 128.12766 61.9920213 131.119681 59 142.988032 70.8683511 154.856383 59'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 1rem auto;
  */
}
.regist-item input:not(:focus):not(:placeholder-shown):not([type=file]).input-error, .regist-item input:not(:focus):not(:placeholder-shown):not([type=file]):invalid {
  border-color: #F44336;
  /*
  background-image: url("data:image/svg+xml,%3Csvg width='30px' height='30px' viewBox='0 0 30 30' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cg stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg transform='translate%28-128.000000, -59.000000%29' fill='%23F44336'%3E%3Cpolygon points='157.848404 61.9920213 145.980053 73.8603723 157.848404 85.7287234 154.856383 88.7207447 142.988032 76.8523936 131.119681 88.7207447 128.12766 85.7287234 139.996011 73.8603723 128.12766 61.9920213 131.119681 59 142.988032 70.8683511 154.856383 59'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-size: 1rem auto;
  */
}
.regist-item li label {
  position: relative;
  display: inline-block;
  padding: 10px;
  z-index: 1;
}
.regist-item li label:hover input + span:before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: #ff904f solid 1px;
  border-radius: 5px;
  z-index: -1;
}
.regist-item li input:checked + span:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: #ff904f solid 1px;
  border-radius: 5px;
  z-index: -1;
  background-color: #ffeed0;
}

/* =form step
------------------------------- */
.form-step-wrap {
  /*	margin:  0 20px;*/
}

.form-step {
  display: flex;
  text-align: center;
  border: #222 solid 1px;
}
.form-step:after {
  display: none;
}
.form-step li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 30px;
  padding: 0 10px;
  position: relative;
}
.form-step li:not(:last-child):before, .form-step li:not(:last-child):after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 15px 0 15px 10px;
  border-style: solid;
  top: 0;
  position: absolute;
  z-index: 10;
}
.form-step li:not(:last-child):before {
  border-color: transparent transparent transparent #222;
  right: -10px;
}
.form-step li:not(:last-child):after {
  border-color: transparent transparent transparent #fff;
  right: -9px;
}
.form-step li.current {
  background: #ff904f;
  color: #fff;
  font-weight: bold;
}
.form-step li.current:not(:last-child):after {
  border-left-color: #ff904f;
}

/* =lower
------------------------------- */
.lower #header {
  padding: 1rem 0;
}

.contents.lower-contents .sticky-parent {
  position: relative;
  margin-top: 3rem;
}
.contents.lower-contents .sticky-parent .sticky {
  position: sticky;
  top: 0;
  padding: 1px 0;
  padding-top: 8px;
  background: #fff;
  z-index: 100;
}
.contents.lower-contents .sticky-parent .sticky h3 {
  margin-top: 0;
}
.contents.lower-contents .lower-contents-header {
  color: #303030;
  text-align: center;
  font-weight: bold;
  font-size: 30px;
  padding: 1rem 10px;
  margin-bottom: 2rem;
}
.contents.lower-contents .lower-contents-header h2 {
  margin: 0;
  padding: 0;
}
.contents.lower-contents h3 {
  position: relative;
  padding: 10px 10px 15px;
  background-color: #ffeed3;
}
.contents.lower-contents h3:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: -5px;
  left: -5px;
  border: #555 solid 1px;
}
.contents.lower-contents h4 {
  position: relative;
  /*	margin-left: -5px;
  margin-right: -5px;*/
  padding: 10px;
  background-color: #ececec;
}
.contents.lower-contents h4:before, .contents.lower-contents h4:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  border: transparent solid 7px;
}
.contents.lower-contents h4:before {
  top: 0;
  left: 0;
  border-left-color: #555;
  border-top-color: #555;
}
.contents.lower-contents h4:after {
  bottom: 0;
  right: 0;
  border-right-color: #555;
  border-bottom-color: #555;
}

/* .contents.lower-contents .lower-contents-header {
	margin: 0 -10px;
	margin-bottom: 2rem;
	padding: 1rem 10px;
	background-color: #ffd48eb9;
} */
.site_header .top_image {
  width: 60%;
  margin: auto;
}

/* Top page ---------------- */
.login-btn {
  display: block;
  text-align: center;
  border: 1px solid #333333;
  width: 250px;
  margin: 0 auto;
  padding: 10px 0;
  border-radius: 10px;
  font-weight: bold;
}
.login-btn:hover {
  background-color: #333333;
  color: #ffffff;
}

.bg-yellow {
  background-color: #DDC363;
}

.head-up {
  padding: 20px 20px;
  border-radius: 15px;
}

.bg-yellow:hover {
  opacity: 0.7;
}

.head-up a {
  position: relative;
  display: inline-block;
  padding-right: 30px;
}
.head-up a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 14px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
}

#header {
  width: 100%;
  min-height: 208px;
  padding: 1.3em;
  position: relative;
  background: #FFF;
  z-index: 25;
  background: url(../img/common/bg_header.jpg) center center no-repeat;
  background-size: cover;
}

#sub_header {
  width: 100%;
}

.container {
  text-align: center;
  margin: 0 auto;
}

.title {
  text-align: center;
  /* font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif; */
  font-weight: 900;
}
.title h2 {
  font-weight: bold;
}

.sub_title {
  color: #303030;
  text-align: center;
  margin: 32px auto 16px;
  /* font-family: "Source Han Serif JP", "Noto Serif CJK JP", "游明朝体", "Yu Mincho", YuMincho, serif; */
  font-weight: 900;
}

.content .text_button .text {
  width: 100%;
}
.content .content .text, .content .text_button p {
  text-align: left;
}
.content .image img {
  width: 50%;
  height: auto;
  overflow: hidden;
}

#about .content .image img {
  width: 80%;
  height: auto;
  overflow: hidden;
}

.content button {
  display: block;
}

#carousel_1:after, #carousel_1 .image:after {
  content: none;
}
#carousel_1 .caption {
  display: inline-block;
  text-align: center;
  padding: 8px;
  margin: 8px;
}
#carousel_1 img {
  border-radius: 50%;
  width: 75%;
}

.button {
  width: 80%;
  margin: 16px auto 32px;
  text-align: center;
}

.btn_gold:hover, .btn_silver:hover {
  opacity: 0.7;
  transform: translateY(4px);
  transition: 0.3s;
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.2);
  box-shadow: none;
}

.pillar_gold {
  background: linear-gradient(hsl(43, 76%, 80%), rgb(217, 165, 32));
  height: 1800;
  width: 2%;
}

.pillar_silver {
  background: linear-gradient(#e6e6e6, #c0c0c0);
  height: 1800;
  width: 2%;
}

.pillar_content {
  width: 100%;
  margin: 0 auto;
  justify-content: space-between;
  display: flex;
  flex-wrap: wrap;
}
.pillar_content:after {
  content: none;
}

.title_border {
  background: linear-gradient(to right, hsl(43, 76%, 80%), #c0c0c0);
  width: 100px;
  margin: 16px auto;
  height: 2px;
}

.article img {
  margin: 8px auto;
  width: auto;
  height: auto;
}
.article .art_title {
  width: 80%;
  font-size: 1.6em;
  text-align: left;
  display: inline-block;
  margin: 16px auto;
  letter-spacing: 0.2rem;
}
.article .article_body {
  width: 80%;
  text-align: left;
  display: inline-block;
  margin: 8px auto 48px;
  letter-spacing: 0.2rem;
}
.article .tag :after {
  content: none;
}

.art_title {
  margin: 8px;
  height: 40px;
}

#companiesConts .art_title {
  margin: 0.2em auto 0.4em;
  height: auto;
}

.border_gold {
  width: 100%;
  height: 20px;
  background: linear-gradient(to right, #E6CF69, #BC881D);
  margin: 16px auto;
}

.border_silver {
  width: 100%;
  height: 20px;
  background: linear-gradient(to right, #e6e6e6, #c0c0c0);
  margin: 16px auto 0;
}

.no_feature {
  display: flex;
  height: 320px;
  font-size: 20px;
  justify-content: center;
  align-items: center;
  margin: 32px;
}

.see_more p {
  display: inline-block;
  padding: 8px;
  font-size: 1.2em;
  letter-spacing: 0.1em;
}

/* feature---------------- */
.flxclm {
  display: flex;
  flex-direction: column;
}

.flxwrap {
  display: flex;
  flex-wrap: wrap;
}

.bgColor1 {
  background: #f7f0e0;
}

.cmBtn.srcmBox, .srcmBox {
  border: 1px solid #b47f09;
  padding: 0.5em;
  background-color: #fff;
}

.cmBtn.srcmBox {
  display: inline-block;
  padding-top: 0.8em !important;
  background-color: #b47f09 !important;
  color: #fff !important;
  text-align: center;
}

.srcmBox {
  margin: 4px 0;
  height: 48px;
}

.cmBtn.srcmBox, .srcmBox {
  height: 48px;
}

.cmBtn.srcmBox {
  border-radius: 40px;
}

input.srcmBox {
  height: 48px;
  box-sizing: border-box;
}

button, select {
  text-transform: none;
}

.cmBtn.srcmBox:hover {
  background: #fff !important;
  color: #000 !important;
  transition: 0.3s;
}

.feature_article_list {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-flow: column;
}

.feature_article a {
  display: contents;
}
.feature_article .art_title {
  width: 100%;
  font-size: 25px;
  text-align: left;
  display: inline-block;
  margin: 16px auto;
  letter-spacing: 0.2rem;
}
.feature_article .area_tag, .feature_article .cat_tag {
  text-align: left;
}

.company_article .area_tag {
  text-align: left;
}

.feature_article .area_tag span, .feature_article .cat_tag span {
  text-align: left;
  display: inline-block;
  padding: 8px 16px;
  margin: 16px auto;
  width: auto;
  color: #303030;
}

.company_article .area_tag span {
  text-align: left;
  display: inline-block;
  padding: 8px 16px;
  margin: 16px auto;
  width: auto;
  color: #303030;
}

.feature_article .area_tag span {
  background-color: goldenrod;
  border-radius: 30px;
}
.feature_article .cat_tag span {
  background-color: hsl(0, 2%, 73%);
  border-radius: 30px;
}

.company_article .area_tag span {
  background-color: hsl(0, 2%, 73%);
  border-radius: 30px;
  margin-left: 8px;
}

.feature_article .tag :after, .company_article_list::after {
  content: none;
}

.company_article .tag {
  text-align: center;
  display: inline-block;
  padding: 8px 16px;
  margin: 0;
  color: #303030;
  background-color: goldenrod;
  position: absolute;
  top: 0;
  left: 0;
}

.flex_company {
  width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  margin: auto;
  border: solid 1px hsl(0, 2%, 73%);
  box-sizing: border-box;
  text-align: center;
  word-break: break-all;
  letter-spacing: 0.2rem;
  position: relative;
}

#companiesConts .flex_company {
  display: block;
}

.flex_company::after {
  content: none;
}
.flex_company .imgbox img {
  -o-object-fit: cover;
     object-fit: cover;
}

.imgbox {
  height: 200px;
  position: relative;
  width: 100%;
  overflow: hidden;
}
.imgbox img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.company_article .company_article_body {
  width: 100%;
  height: 80px;
  text-align: left;
  display: inline-block;
  padding: 0.5px 8px;
  letter-spacing: 0.2rem;
}

.subpage.detail .detailBox .deDlBox {
  border-bottom: 1px solid #e0e0e0;
  padding: 0.8em 0;
}
.subpage.detail .expTxt {
  margin-bottom: 40px;
}
.subpage.detail .detailBox {
  margin-bottom: 1em;
}

#detailslideImg {
  margin: 40px auto;
}

/* feature detail----- */
.ftclr-Gld {
  color: #b47f09 !important;
}

.tag span.ftbg-Gld, .ftbg-Gld {
  background: #b47f09 !important;
}

.tag span.ftbg-Gld {
  border: 1px solid #b47f09 !important;
  background: #fff !important;
  color: #b47f09 !important;
  padding: 0.2em 0.5em !important;
}

body#feature.subpage.others.detail h2.H2.ftbd-Gld {
  border-left: 5px solid #b47f09;
}

.tag span.ftbg-Red, .ftbg-Red {
  background: #a72909 !important;
}

.tag span.ftbg-Red {
  border: 1px solid #a72909 !important;
  background: #fff !important;
  color: #a72909 !important;
  padding: 0.2em 0.5em !important;
}

body#feature.subpage.others.detail h2.H2.ftbd-Red {
  border-left: 5px solid #a72909;
}

.ftclr-Red {
  color: #a72909 !important;
}

.tag span.ftbg-Blu, .ftbg-Blu {
  background: #0c789b !important;
}

.tag span.ftbg-Blu {
  border: 1px solid #0c789b !important;
  background: #fff !important;
  color: #0c789b !important;
  padding: 0.2em 0.5em !important;
}

.ftclr-Blu {
  color: #0c789b !important;
}

body#feature.subpage.others.detail h2.H2.ftbd-Blu {
  border-left: 5px solid #0c789b;
}

.tag span.ftbg-Vil, .ftbg-Vil {
  background: #930e5b !important;
}

.tag span.ftbg-Vil {
  border: 1px solid #930e5b !important;
  background: #fff !important;
  color: #930e5b !important;
  padding: 0.2em 0.5em !important;
}

.ftclr-Vil {
  color: #930e5b !important;
}

body#feature.subpage.others.detail h2.H2.ftbd-Vil {
  border-left: 5px solid #930e5b;
}

.tag span.ftbg-Gre, .ftbg-Gre {
  background: #0c7c69 !important;
}

.tag span.ftbg-Gre {
  border: 1px solid #0c7c69 !important;
  background: #fff !important;
  color: #0c7c69 !important;
  padding: 0.2em 0.5em !important;
}

.ftclr-Gre {
  color: #0c7c69 !important;
}

body#feature.subpage.others.detail h2.H2.ftbd-Gre {
  border-left: 5px solid #0c7c69;
}

.ftBody {
  margin-top: 40px;
  width: 80%;
  line-height: 1.7;
  margin-right: auto;
  margin-left: auto;
}

#feature .slimgBox {
  text-align: center;
  margin: 40px auto;
}
#feature .slimgBox img {
  top: 0;
  left: 0;
}

.tag span {
  display: inline-block;
  background: #b47f09;
  color: #fff;
  border-radius: 30px;
  padding: 0.1em 0.5em;
  margin: 0.2em;
  font-size: 0.8em;
  font-family: "Noto Serif JP";
}

.ftrBox {
  width: 100%;
  margin: 0 auto;
  border-bottom: 1px dotted #b47f09;
}
.ftrBox a {
  display: block;
  padding: 1.5em 0;
}

/*feature detail*/
.ftTitle h2 {
  display: inline-block;
}

#feature .ftTag {
  display: block;
  margin-left: 0;
  margin-top: 4px;
}

.blLogoes {
  display: inline-block;
  vertical-align: middle;
  text-align: right;
}
.blLogoes img {
  display: inline-block;
  width: 70px;
  height: 70px;
}

/*p.ftImg img {
	position: absolute;
	width: auto;
	height: 100%;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
} */
.ftflx1 .title {
  background: #b47f09;
  padding: 0.8em 0.5em;
  color: #fff;
  font-size: 1.2em;
  margin-top: 1rem;
  margin-bottom: 1em;
  letter-spacing: 2px;
}

h4.subtitle {
  font-size: 1.1em;
  padding: 0.8em 0.5em 0.8em 0.2em;
  letter-spacing: 0.8px;
}

.featureTxt {
  line-height: 1.7;
  margin-top: 1rem;
  margin-bottom: 1em;
}

.ftImg {
  margin-top: 1rem;
  margin-bottom: 1em;
}

.ftflx0 {
  padding: 0.5em 0;
}

.ftImg {
  text-align: center;
  position: relative;
}

p.cap {
  position: absolute;
  bottom: -25px;
  right: 0;
  left: 0;
  margin: auto;
}

#feature span.cap {
  color: #000;
  display: block;
}
#feature span.cap.fttxt-Gld {
  color: #b47f09 !important;
}
#feature span.cap.fttxt-Red {
  color: #a72909 !important;
}
#feature span.cap.fttxt-Blu {
  color: #0c789b !important;
}
#feature span.cap.fttxt-Vil {
  color: #930e5b !important;
}
#feature span.cap.fttxt-Gre {
  color: #0c7c69 !important;
}

.ftBlBnr {
  border: 4px solid #c8982e;
  margin-bottom: 1em;
}
.ftBlBnr a.BnrImges {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  display: block;
}
.ftBlBnr a.BnrImg1 {
  background-image: url("../img/feature/bland1.jpg");
}
.ftBlBnr a.BnrImg2 {
  background-image: url("../img/feature/bland2.jpg");
}
.ftBlBnr a.BnrImg4 {
  background-image: url("../img/feature/bland3.jpg");
}
.ftBlBnr a.BnrImg3 {
  background-image: url("../img/feature/bland4.jpg");
  background-position: top 25% center;
}
.ftBlBnr a.BnrImg5 {
  background-image: url("../img/feature/bland5.jpg");
  background-position: top 25% center;
}

.ftBnrTxt {
  text-align: center;
  color: #fff;
  font-weight: 500;
  background-color: rgba(0, 0, 0, 0.1);
}

.detail .exBox {
  border-top: none;
  background-color: #fff;
  border: 1px solid #b47f09 !important;
  margin-bottom: 20px;
  padding: 0;
}
.detail .exBox a {
  padding: 1.5%;
  display: block;
}
.detail .exBox .imgBox.experience {
  width: auto;
}

.clRed {
  color: red;
}

.infomation {
  border: 1px solid #555;
  border-radius: 25px;
  padding: 20px;
  margin: 20px 0;
  box-shadow: 1px 1px 2px 0 #707070;
  line-height: 2;
}

/* mypage */
.flex_menu {
  display: flex;
}
.flex_menu:after {
  display: none;
}

.bold_text {
  font-weight: bold;
}

.attention_box {
  height: 150px;
  overflow-y: scroll;
  border: solid 1.5px #c0c0c0;
  padding: 8px;
  margin-bottom: 16px;
}

ul.newsList {
  line-height: 1.9em;
  width: 100%;
}

.newsList li time {
  padding-right: 1em;
}
.newsList li a {
  color: #657ca5;
  text-decoration: none;
  word-break: break-all !important;
  word-wrap: break-word !important;
  margin-left: 8px;
}

.homeItemList .inner {
  position: relative;
}

.centerPhoto {
  position: relative;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden;
}

.btnRound {
  display: inline-block;
  background: #888;
  color: #333;
  border-radius: 1.5em;
  padding: 0.8em 2.5em;
  position: relative;
  font-weight: 500;
  min-width: 10em;
}
.btnRound.btnRound-hotel {
  background: #E4C963;
  margin: 32px auto 16px;
}

.sns-post-box {
  text-align: center;
  margin-top: 1.5em;
  overflow: hidden;
  display: block;
  font: normal 14px/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.sns-post-box .sclFb a {
  background: #4267b2;
}
.sns-post-box .sclTw a {
  background: #1ea1f2;
}
.sns-post-box .sclLine a {
  background: #00c300;
}
.sns-post-box .sclFb a, .sns-post-box .sclTw a {
  display: block;
  color: #fff !important;
  text-decoration: none;
  padding: 5px 10px;
}
.sns-post-box .sclLine a {
  display: block;
  color: #fff !important;
  text-decoration: none;
  padding: 5px 10px;
}
.sns-post-box .sclLine a img {
  width: 22px;
  vertical-align: middle;
  margin-right: 8px;
}
.sns-post-box img {
  max-width: 100% !important;
  height: auto;
  vertical-align: bottom;
}
.sns-post-box .sns-box svg {
  font-size: 1.1em;
  margin-right: 10px;
}

.fab {
  font-family: "Font Awesome 5 Brands";
}

.both {
  clear: both;
}

.cf:after, div:after, ul:after, ol:after, dl:after, header:after, footer:after, nav:after, section:after, article:after {
  content: "";
  display: block;
  clear: both;
}

.btnRound.btnRound-hotel:hover {
  background: goldenrod;
  transition: 0.3s;
}

.first {
  margin: 0;
}

#about img {
  width: 100%;
}

.tran-mymsg {
  display: block;
  margin: auto;
  text-align: center;
  color: red;
  font-weight: bold;
  font-size: 1.3em;
}

#specialties_detail .title .ttl_cat {
  font-size: 1.2em;
  margin: 0.5em;
  color: #e9c87b;
  text-align: left;
}

#top .flow .clm4 {
  margin-bottom: 16px;
  align-items: center;
  justify-content: space-around;
}
#top .flow .clm4::after {
  content: none;
}
#top .flow .clm4 li {
  margin-bottom: 1em;
}
#top .flow .clm4 li img {
  width: 100%;
  height: 100%;
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.gray-out::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100%;
  height: 100%;
  z-index: 1;
}
.gray-out::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "キャンペーンは終了しました";
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  z-index: 999;
}

.c-title--large {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.campaign-information__left {
  display: flex;
  flex-direction: column;
}

.campaign-information__title {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
}

/* スタンプページ */
.stamp__button {
  display: block;
  color: #fff;
  border: none;
  font-weight: 600;
  background-color: #ee390c;
  margin: 0 auto;
  border-radius: 8px;
  width: -moz-fit-content;
  width: fit-content;
  box-shadow: 0 -0.25em 0 rgba(0, 0, 0, 0.25) inset;
  transition: 0.5 all;
}

.stamp__button--false {
  color: #999;
  pointer-events: none;
  background-color: #333;
}

.stamp__button--black {
  background-color: #333;
}

.stamp__button:hover {
  transform: translateY(2px);
  box-shadow: none;
}

.stamp-inner__title, .stamp-inner__description {
  text-align: center;
}

.stamp-inner__title--number, .stamp-inner__title--name, .stamp-inner__description--blue {
  color: #169AE4;
}

.stamp-inner__list {
  display: grid;
}

.stamp-inner__item-image {
  border-radius: 50%;
}

.stamp-inner__item-text {
  text-align: center;
  font-weight: 600;
}

.stamp-possession {
  border: 2px solid #E4C963;
  position: relative;
}

.stamp-possession__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1;
  text-align: center;
  color: #fff;
  background: linear-gradient(to right, #E6CF69, #BC881D);
}

.stamp-possession__list {
  display: grid;
}

.stamp-possession__item {
  border: 2px solid #333;
  position: relative;
  display: flex;
  flex-direction: column;
}

.stamp-possession__item-used {
  color: #fff;
  background-color: #a72909;
  line-height: 1;
  padding: 8px 16px;
  width: -moz-fit-content;
  width: fit-content;
}

.stamp-possession__item-time {
  text-align: right;
}

.stamp-possession__item-image {
  border-radius: 50%;
  display: block;
  width: 100%;
}

.stamp-possession__item-text {
  position: absolute;
  left: 0;
  bottom: 0;
  color: #fff;
  background: linear-gradient(to right, #E6CF69, #BC881D);
  width: 100%;
  text-align: center;
}

.stamp-possession__item-shop {
  border-bottom: 1px solid #333;
}

.stamp-possession__item-area {
  position: absolute;
  left: -1px;
  color: #fff;
}

.stamp-possession__item-area--1 {
  background-color: #c0c431;
}

.stamp-possession__item-area--2 {
  background-color: #67afe1;
}

.stamp-possession__item-area--3 {
  background-color: #80c2c0;
}

.stamp-possession__item-area--4 {
  background-color: #555ea9;
}

.stamp-possession__item-area--5 {
  background-color: #b077b0;
}

.stamp-possession__item-area--6 {
  background-color: #e57897;
}

.stamp-possession__item-area--7 {
  background-color: #ce7d5c;
}

.stamp-possession__item-area--8 {
  background-color: #ea545d;
}

.stamp-possession__point {
  font-weight: 500;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  background-color: #BC881D;
  margin: 0 0 24px auto;
}

.stamp-application {
  border: 2px solid #8f2d21;
  position: relative;
}

.stamp-application__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  line-height: 1;
  text-align: center;
  color: #fff;
  background-color: #8f2d21;
}

.stamp-application__list {
  display: grid;
}

.stamp-application__item {
  color: #fff;
  border: 1px solid #333;
}

.stamp-application__item-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.stamp-application__item-inner {
  display: flex;
}

.stamp-application__item-image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}

.stamp-product {
  width: 100%;
  background: url("../img/stamp-background.jpg");
}

.stamp-product__list {
  display: grid;
}

.stamp-application__item-button {
  color: #fff;
  background-color: #333;
}

.stamp-product__title {
  text-align: center;
}

.stamp-product__title--white {
  color: #fff;
}

.stamp-product__item {
  display: flex;
  flex-direction: column;
  position: relative;
}
.stamp-product__item::after {
  content: none;
}

.stamp-product__description {
  font-size: 16px;
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
}

.stamp-product__attention-text {
  font-size: 14px;
}

.stamp-product__prize {
  position: absolute;
  left: 0;
  font-weight: 600;
  line-height: 1;
  color: #fff;
  border-top: 1px solid #333;
  border-left: 1px solid #333;
  border-right: 1px solid #333;
}

.stamp-application__item--A {
  background: linear-gradient(to right, #E6CF69, #BC881D);
}

.stamp-application__item--B {
  background: linear-gradient(to right, #969696, #5e5e5e);
}

.stamp-product__item-inner--A, .stamp-product__prize--A, .stamp-table__column--A {
  color: #fff;
  background: linear-gradient(to right, #E6CF69, #BC881D);
}

.stamp-product__item-inner--B, .stamp-product__prize--B, .stamp-table__column--B {
  color: #fff;
  background: linear-gradient(to right, #969696, #5e5e5e);
}

.stamp-product__item-inner--C, .stamp-product__prize--C, .stamp-table__column--C {
  color: #fff;
  background: linear-gradient(to right, #9c5b5b, #8f2d21);
}

.stamp-product__prize--HW, .stamp-product__item-inner--HW, .stamp-table__column--HW {
  color: #fff;
  background: linear-gradient(to right, #58a2af, #418a97);
}

.stamp-product__prize--ALL, .stamp-product__item-inner--ALL, .stamp-table__column--ALL {
  color: #fff;
  background: linear-gradient(to right, #b14848, #bb1b1b);
}

.stamp-product__prize--ougon, .stamp-product__item-inner--ougon, .stamp-table__column--ougon {
  color: #fff;
  background: linear-gradient(to right, #e6b469, #bc721d);
}

.stamp-product__prize--hakugin, .stamp-product__item-inner--hakugin, .stamp-table__column--hakugin {
  color: #333;
  background: linear-gradient(to right, #ffffff, #b8b8b8);
}

.stamp-product__item-inner {
  display: flex;
  border: 1px solid #333;
}

.stamp-product__item-image {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 3/2;
  border-right: 1px solid #333;
}

.product-application {
  border: 1px solid #333;
  background-color: #dcdcdc;
}

.product-application__title {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}

.product-application__form {
  display: flex;
  flex-direction: column;
}

.product-application__buttons {
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}

.stamp-product__item-right::after {
  content: none !important;
}

.stamp-product__sub-description {
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
}

.stamp-nav {
  display: flex;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
}
.stamp-nav::after {
  content: none;
}

.stamp-nav__item {
  position: relative;
  color: #fff;
  border-radius: 8px;
  text-align: center;
}
.stamp-nav__item::after {
  position: absolute;
  content: "";
  display: block;
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg);
}

.stamp-nav__item--1 {
  background-color: #BC881D;
}

.stamp-nav__item--2 {
  background-color: #7b7b7b;
}

.stamp-nav__item--3 {
  background-color: #8f2d21;
}

.stamp-table {
  border: 1px solid #333;
  background-color: #fff;
}

.stamp-table__order {
  display: grid;
}

.stamp-table__order--0 {
  color: #fff;
  background-color: #7b7b7b;
  font-weight: 600;
}

.stamp-table__column:last-child {
  border-right: none;
}

.stamp-table__order {
  border-bottom: 1px solid #333;
}

.stamp-table__column {
  display: flex;
  align-items: center;
  justify-content: center;
}

.stamp-table__image {
  width: 100%;
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}

.stamp-history__item {
  display: flex;
}

.stamp-history__item-column {
  border-bottom: 1px dotted #333;
}

.stamp-history__item-column--0 {
  width: 10%;
}

.stamp-history__item-column--1, .stamp-history__item-column--2, .stamp-history__item-column--3 {
  width: 30%;
}

.stamp-privacy {
  border: 1px solid #333;
  display: flex;
  flex-direction: column;
}

.stamp-rally__iframe {
  margin: 0 auto;
  display: block;
}

@media screen and (max-width: 767px) {
  /*以下の時*/
  .coupon .container {
    display: block;
    margin: 50px 0;
  }
  .coupon .left {
    width: 100%;
    font-weight: 800;
    text-align: center;
  }
  .coupon .left .left-top {
    font-size: 30px;
  }
  .coupon .right {
    margin-top: 50px;
    width: 100%;
  }
  .coupon .right .scan {
    margin: 20px 0;
  }
  .menber_id button {
    display: block;
    font-size: 18px;
    text-align: center;
    margin: 20px auto;
  }
  .cou-thank {
    display: block;
    padding: 40px 0;
  }
  .cou-thank .title {
    font-size: 24px;
  }
  .cou-thank .member {
    width: 100%;
  }
  .cou-thank .thanks-coupon {
    width: 100%;
    margin-top: 50px;
  }
  .cou-thank .thanks-coupon .coupon-name {
    font-size: 20px;
  }
  .cou-thank .thanks-coupon .coupon-date {
    font-size: 16px;
  }
}
.coupon-modal,
.no-modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  /* overflow: auto; */
  background-color: rgba(0, 0, 0, 0.5);
}

.coupon-modal-content {
  background-color: white;
  border-radius: 8px;
  padding: 20px;
  width: 400px;
  height: 450px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 18px;
  text-align: center;
}

.modal-body {
  position: relative;
}

#close-modal {
  position: absolute;
  top: -25px;
  right: 0;
  font-size: 25px;
  cursor: pointer;
}

.modal-body h3 {
  margin: 20px auto;
  font-size: 20px;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}

#name {
  font-weight: bold;
  padding-right: 10px;
  font-size: 24px;
}

#coupon_name {
  font-weight: bold;
  padding-right: 10px;
  font-size: 20px;
}

.modal-body button,
.modal-body a {
  width: 80%;
  display: block;
  font-size: 20px;
  padding: 15px 50px;
  color: #fff;
  background-color: #e81317;
  border-radius: 5px;
  font-weight: bold;
  margin: 50px auto 0 auto;
  border: none;
}

.unsupported a {
  text-decoration: none;
  width: 300px;
  display: block;
  font-size: 20px;
  padding: 15px 50px;
  color: #fff;
  background-color: #e81317;
  border-radius: 5px;
  font-weight: bold;
  margin: 50px auto 0 auto;
  border: none;
}

.alert {
  text-align: left;
  margin-top: 40px;
}

.alert-2 {
  text-align: center;
  margin-top: 40px;
}

#close-settion-modal {
  position: absolute;
  top: -25px;
  right: 0;
  font-size: 25px;
  cursor: pointer;
}

.modal-body .py {
  padding: 10px 0;
}
.modal-body input[type=number] {
  padding: 5px;
  margin: 10px auto;
}

@media screen and (max-width: 767px) {
  /* --------------
   reset
  -------------- */
  input,
  select,
  textarea {
    max-width: 100% !important;
  }
  h1,
  h2,
  h3,
  h4 {
    font-size: 100%;
  }
  body * {
    box-sizing: border-box;
  }
  #top.home {
    margin-bottom: 3.5em;
  }
  /* --------------
   base
  -------------- */
  html {
    -webkit-text-size-adjust: none;
  }
  .ifpc {
    display: none !important;
  }
  /* --------------
   modules css
  -------------- */
  /* ----- base width */
  /* ---------- font size */
  /* ---------- width */
  /* ---------- order */
  /* --------------
   common
  -------------- */
  /* =header
  -------------------------------------------------------------- **/
  /* =siteHeader
  ---------------------------------------------------- */
  /* =globalNav
  ---------------------------------------------------- */
  /* =breadcrumb
  ---------------------------------------------------- */
  /* =container
  -------------------------------------------------------------- **/
  /* =headline / titles
  ---------------------------------------------------- */
  /* =sidebar
  ---------------------------------------------------- */
  /* =aside
  ------------------------------------------ */
  /* =sidebar
  ---------------------------------------------------- */
  /* =bnrarea
  -------------------------------------------------------------- **/
  /* =footer
  -------------------------------------------------------------- **/
  /* =siteFooter
  ---------------------------------------------------- */
  /* =copyright
  ---------------------------------------------------- */
  /* =pageTop
  -------------------------------------------------------------- **/
  /* --------------
   page contents
  -------------- */
  /* =lower
  ------------------------------- */
  /* --SearchBox------ */
  /* ---feature-------- */
  /* slick slider */
  /* mypage */
  /* memberlist */
  /* specialties */
  /* .goodsDetail{
  	display: flex;
  	align-items: center;
  } */
  /* specialties/detail */
  /* スタンプページ */
  /* .stamp-product__prize--ALL,.stamp-product__prize--hakugin{
  	top: -48px;
  } */
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  /*以下の時*/
}
@media screen and (max-width: 767px) and (min-width: 321px) {
  /*以上の時*/
}
@media screen and (max-width: 767px) {
  #siteHeader,
  #container,
  #siteFooter {
    width: 100%;
  }
  .in {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  /*横向きの際に適用*/
}
@media screen and (max-width: 767px) and (min-width: 501px) {
  /*以上の時*/
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  /*横向きの際に適用*/
}
@media screen and (max-width: 767px) {
  .spfs08 {
    font-size: 0.8em;
  }
  .spfs09 {
    font-size: 0.9em;
  }
  .spfs10 {
    font-size: 1em;
  }
  .spfs11 {
    font-size: 1.1em;
  }
  .spfs12 {
    font-size: 1.2em;
  }
  .spfs13 {
    font-size: 1.3em;
  }
  .spfs14 {
    font-size: 1.4em;
  }
  .spfs15 {
    font-size: 1.5em !important;
  }
  .spmb0 {
    margin-bottom: 0 !important;
    margin-bottom: 20px !important;
  }
  .spwd80 {
    width: 80%;
  }
  .spwd90 {
    width: 90%;
  }
  .order-box {
    display: -ms-flex;
    display: flex;
    flex-flow: column;
  }
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
  .order3 {
    order: 3;
  }
  .order4 {
    order: 4;
  }
  .order5 {
    order: 5;
    order: 6;
  }
  .order7 {
    order: 7;
  }
  .order8 {
    order: 8;
  }
  .order9 {
    order: 9;
  }
  .order10 {
    order: 10;
  }
}
@media screen and (max-width: 767px) and (min-width: 501px) {
  /*以上の時*/
}
@media screen and (max-width: 767px) {
  #siteHeader {
    position: relative;
  }
  #siteHeader .logo {
    max-width: 420px;
  }
  #header aside {
    height: 45px;
    padding: 5px;
    padding-right: 50px;
  }
  #header .logo {
    padding: 10px;
    width: 60%;
  }
  #globalNav #nav-open {
    position: fixed;
    top: 0;
    right: 0;
    background: #fe8d00;
    color: #fff;
    font-size: 2rem;
    padding: 5px 10px;
    text-align: center;
    line-height: 1;
  }
  #globalNav #nav-close {
    display: none;
    /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;
    /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  #slideMenu {
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    background: #fff;
    height: 100%;
    /*	overflow-y: auto;
    overflow-x: visible;*/
    z-index: 9999;
    transition: 0.3s ease-in-out;
    transform: translateX(105%);
  }
  #nav-input:checked ~ #nav-close {
    display: block;
    /*カバーを表示*/
    opacity: 0.5;
  }
  #nav-input:checked ~ #slideMenu {
    transform: translateX(0%);
    /*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }
  .menu a img {
    display: none;
  }
  #mainNav {
    width: 100%;
  }
  #mainNav li {
    border-bottom: #aaa solid 1px;
  }
  #mainNav li a {
    display: block;
    padding: 1em;
    color: #111;
    font-weight: bold;
  }
  #nav-input:checked ~ #slideMenu #closeBtn {
    position: absolute;
    top: 0;
    right: 250px;
    background: #222;
    color: #fff;
    font-size: 1.5rem;
    padding: 5px 10px;
    text-align: center;
    line-height: 1;
    border-left: #fff solid 1px;
    border-bottom: #fff solid 1px;
  }
  #globalNav li.menu-home *[data-fa-i2svg] {
    color: #888;
  }
  #globalNav li.menu-anime *[data-fa-i2svg] {
    color: #ff5b5b;
  }
  #globalNav li.menu-prod *[data-fa-i2svg] {
    color: #25adf9;
  }
  #globalNav li.menu-pickup *[data-fa-i2svg] {
    color: #23bfa2;
  }
  #globalNav li.menu-groupbuying *[data-fa-i2svg] {
    color: #f37413;
  }
  #globalNav li.menu-help *[data-fa-i2svg] {
    color: #a95fa9;
  }
  #globalNav li.menu-faq *[data-fa-i2svg] {
    color: #888;
  }
  #globalNav li.menu-post *[data-fa-i2svg] {
    color: #51b120;
  }
  .spwd45 {
    width: 45%;
  }
  .spwd80 {
    width: 80%;
    margin: auto;
  }
  #breadcrumb ul {
    /*	white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;*/
  }
  #breadcrumb ul li {
    /*	float: none;
    display: inline-block;
    vertical-align: middle;*/
  }
  .contents {
    padding: 1rem 20px;
  }
  .spclm2,
  .spclm3,
  .spclm4,
  .spclm5,
  .spclm6 {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin-left: -10px;
  }
  .spclm2 > * {
    width: calc(50% - 10px);
  }
  .spclm3 > * {
    width: calc(33.3333333333% - 10px);
  }
  .spclm4 > * {
    width: calc(25% - 10px);
  }
  .spclm5 > * {
    width: calc(20% - 10px);
  }
  .spclm6 > * {
    width: calc(16.6666666667% - 10px);
  }
  *::-ms-backdrop,
  .spclm2 > * {
    width: calc(50% - 10px);
    /* IE11 */
  }
  *::-ms-backdrop,
  .spclm3 > * {
    width: calc(33.33% - 10px);
    /* IE11 */
  }
  *::-ms-backdrop,
  .spclm4 > * {
    width: calc(25% - 10px);
    /* IE11 */
  }
  *::-ms-backdrop,
  .spclm5 > * {
    width: calc(20% - 10px);
    /* IE11 */
  }
  *::-ms-backdrop,
  .spclm6 > * {
    width: calc(16.66% - 10px);
    /* IE11 */
  }
  .spclm2 > *,
  .spclm3 > *,
  .spclm4 > *,
  .spclm5 > *,
  .spclm6 > * {
    margin-left: 10px;
  }
  .spclm2 > * > a,
  .spclm3 > * > a,
  .spclm4 > * > a,
  .spclm5 > * > a,
  .spclm6 > * > a {
    position: relative;
    display: block;
    height: 100%;
  }
  .contents table.tbl-spclm th,
  .contents table.tbl-spclm td {
    display: block;
    width: 100%;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .contents table.tbl-spclm tr:first-child > *:first-child {
    border-top: 0;
  }
  .footmenu-wrap {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 1em;
         column-gap: 1em;
    padding: 0 10px;
  }
  .footmenu {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  #pageTop a {
    width: 40px;
    height: 110px;
  }
  #header {
    position: relative;
  }
  .contents.lower-contents .lower-contents-header {
    margin: 0 -20px;
    margin-bottom: 1.5rem;
  }
  .menu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    text-align: center;
    background-color: #fff;
    z-index: 90;
    padding-top: 70px;
    transition: 0.3s;
  }
  .menu li {
    border-bottom: #aaa solid 1px;
  }
  .menu li a {
    display: block;
    padding: 1.3em;
    color: #111;
    font-weight: bold;
    font-size: 16px;
  }
  .icon_area {
    display: flex;
    flex-wrap: wrap;
  }
  .nav_menu .menu_button {
    display: flex;
    flex-flow: column;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 100;
    background-color: #e4c963;
    opacity: 0.7;
    position: fixed;
    top: 0;
    right: 0;
  }
  .nav_menu .menu_button span {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    margin: 4px;
  }
  .main_area {
    margin: 0;
    min-height: 240px;
    max-height: 337px;
    height: 240px;
    position: relative;
    background: url(../img/common/bg_header.png) no-repeat center center;
    background-size: auto;
    background-size: cover;
    width: auto;
  }
  .logo-txt {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .logo-img {
    width: 60%;
    z-index: 80;
    position: absolute;
    top: 8%;
    left: 20%;
    background: #fff;
    opacity: 0.8;
    padding: 1em;
  }
  .return a {
    display: block;
    border-right: 25px solid transparent;
    border-bottom: 42.603px solid #c0c0c0;
    border-left: 25px solid transparent;
    position: fixed;
    bottom: 10%;
    right: 0;
    z-index: 70;
  }
  .logo-img a {
    display: block;
  }
  .sub_logo {
    text-align: center;
    font-family: "Yu Mincho", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "Meiryo", sans-serif;
    padding-top: 1em;
    width: 60%;
    margin: 0 auto;
  }
  #sub_header {
    border-bottom: solid 2px #cea138;
  }
  #menu_check {
    display: none;
  }
  #menu_check:checked ~ .menu_button .center {
    opacity: 0;
  }
  #menu_check:checked ~ .menu_button .top {
    margin: 0;
    transform: translateY(7px) rotate(45deg);
    width: 35px;
  }
  #menu_check:checked ~ .menu_button .bottom {
    margin: 0;
    transform: translateY(-7px) rotate(-45deg);
    width: 35px;
  }
  #menu_check:checked ~ .menu {
    left: 0;
    transition: 0.3s;
  }
  .title h2 {
    font-size: 36px;
    font-weight: bold;
    margin: 16px auto 8px;
  }
  .sub_title h4 {
    font-weight: bold;
    display: inline-block;
    letter-spacing: 0.2rem;
    font-size: 24px;
    padding-top: 1em;
  }
  .content {
    width: 100%;
    display: flex;
    flex-flow: column;
    flex-direction: column-reverse;
    margin-top: 16px;
    justify-content: space-between;
    align-items: center;
  }
  .content .text_button {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    display: inline;
    word-break: break-all;
    letter-spacing: 0.2rem;
  }
  .text_button p {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2em;
    line-height: 2em;
  }
  .text_button .btn_gold {
    width: 80%;
    margin: 32px auto;
  }
  #contentBox {
    background-position: left 0% center, right 0% center;
    background-repeat: no-repeat, no-repeat;
    background-size: 7%;
  }
  .content .image {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 8px;
  }
  .content .text {
    width: 100%;
    box-sizing: border-box;
    display: flex;
    word-break: break-all;
    letter-spacing: 0.2rem;
    padding: 16px;
    justify-content: center;
    margin-top: 8px;
  }
  .center_content {
    width: 90%;
  }
  #carousel_1 {
    width: 100%;
    margin: 16px auto;
    display: flex;
    flex-wrap: wrap;
  }
  #carousel_1 .image {
    width: 50%;
    position: relative;
    text-align: center;
  }
  #carousel_1 .tag {
    font-size: 16px;
    display: inline-block;
    z-index: 1;
    padding: 2px 8px;
    color: #303030;
    background-color: goldenrod;
    position: absolute;
    top: 2%;
    left: 0pc;
  }
  .btn_gold {
    display: inline-block;
    width: 100%;
    margin: 16px auto;
    padding: 1.2rem 2rem;
    font-weight: bold;
    font-size: 1.2em;
    border: none;
    position: relative;
    text-align: center;
    border-radius: 10px;
    color: #303030;
    background: #e4c963;
    box-shadow: 0 6px 0 #a48923;
    position: relative;
  }
  .btn_silver {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 16px auto;
    border: none;
    font-weight: bold;
    font-size: 1.2em;
    padding: 1.2rem 2rem;
    text-align: center;
    border-radius: 10px;
    position: relative;
    color: #303030;
    background-color: #c0c0c0;
    box-shadow: 0 6px 0 #8c8c8c;
  }
  .article_list {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
  }
  .article {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 16px auto;
    border: solid 1px hsl(0, 2%, 73%);
    box-sizing: border-box;
    box-shadow: 2px 2px 2px #303030;
    padding: 16px;
    text-align: center;
    word-break: break-all;
    letter-spacing: 0.2rem;
    position: relative;
  }
  .article .tag {
    text-align: center;
    display: inline-block;
    padding: 8px 16px;
    margin: 0;
    width: 40%;
    color: #303030;
    background-color: goldenrod;
    position: absolute;
    top: 0;
    left: 0;
  }
  #searchBox {
    margin: 24px auto;
  }
  .flex_feature {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin: 16px auto;
    border-bottom: solid 1px hsl(0, 2%, 73%);
    box-sizing: border-box;
    padding: 16px;
    text-align: center;
    word-break: break-all;
    letter-spacing: 0.2rem;
    position: relative;
    align-items: center;
  }
  .feature_article img {
    width: 100%;
    height: 30%;
  }
  .flex_text {
    width: 100%;
    display: flex;
    flex-flow: column;
  }
  .feature_article .feature_article_body {
    width: 100%;
    text-align: left;
    display: inline-block;
    margin: 8px auto;
    letter-spacing: 0.2rem;
  }
  .feature_article .area_tag span,
  .feature_article .cat_tag span {
    padding: 8px 16px;
    margin: 8px auto;
    font-size: 11px;
  }
  .see_more {
    margin: 8px auto;
  }
  #featureConts .yokoPC .srcmBox {
    width: 100%;
  }
  .yokoPC2 input.srcmBox {
    width: 100%;
    margin-right: 2%;
  }
  .yokoPC2 button.srcmBox,
  .yokoPC2 a.srcmBox {
    width: 50% !important;
  }
  #companiesConts .expTxt p {
    border: 5px double #ccc;
    padding: 1em;
  }
  .company_article_list {
    width: 100%;
    margin: 0 auto 50px;
    display: flex;
    justify-content: flex-start;
    flex-flow: column;
  }
  .company_article {
    width: 100%;
    margin: 0 1% 16px 0;
    position: relative;
  }
  .cmBtn.srcmBox,
  .srcmBox {
    width: 100%;
  }
  .company .yokoPC2 input.srcmBox {
    width: 100%;
    margin-right: 2%;
  }
  #slideImgCP {
    text-align: center;
  }
  #slideImgCP .imgBox {
    height: auto;
    max-height: 50px;
    width: 23.5% !important;
    margin: 0 2% 0 0;
  }
  #slideImgCP .slick-track {
    transform: unset !important;
    opacity: 0.6;
    transform: translate3d(-183px, 0px, 0px);
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #slideImgBox .imgBox {
    width: 100%;
    max-height: 250px;
    overflow: hidden;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
  }
  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .slick-initialized .slick-slide {
    display: block;
  }
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }
  .slick-slide img {
    display: block;
    margin: 0 auto;
  }
  .ofi2 {
    -o-object-fit: contain;
       object-fit: contain;
    font-family: "object-fit: contain;";
  }
  .footer-nav {
    font-weight: bold;
    font-size: 12px;
  }
  .footer-nav-menu {
    background-color: #222;
    display: block;
    height: auto;
  }
  .footer-nav-list {
    padding: 20px 0;
    margin: 0 20px;
    border-bottom: 1px solid #111;
  }
  .footer-nav-list a {
    color: #fff;
  }
  .flex_menu {
    width: 100%;
    flex-flow: column;
  }
  .flex_menu ul {
    width: 100%;
  }
  .flex_menu ul:after {
    display: none;
  }
  .flex_menu li {
    display: block;
    width: 80%;
    margin: 8px auto;
    height: -moz-max-content;
    height: max-content;
  }
  .homeItemList li .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .homeItemList li .inner .homeItemList-img {
    width: 70px;
  }
  .homeItemList li .inner .homeItemList-img .centerPhoto {
    padding-top: 100%;
  }
  .member_list {
    width: 100%;
    padding: 32px 20px;
    padding-bottom: 32px;
    position: relative;
    margin: auto;
  }
  .homeItemList li + li {
    margin-top: 3px;
    position: relative;
  }
  .homeItemList li + li:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ccc;
    display: block;
    position: absolute;
    top: -2px;
    right: 0;
  }
  .news {
    width: 80%;
  }
  .sns-post-box .sclFb,
  .sns-post-box .sclTw,
  .sns-post-box .sclLine {
    width: 30%;
    display: inline-block;
  }
  a.btnView2 {
    color: #fff;
    font-size: small;
    background-color: goldenrod;
    padding: 0.75em 2em;
    margin: 16px;
    display: inline-block;
    transition: background-color 0.5s linear;
    border-radius: 100vh;
    width: 50%;
    text-decoration: none;
    word-break: break-all;
  }
  .member_tag {
    position: absolute;
    background: goldenrod;
    display: inline-block;
    width: auto;
    padding: 4px;
    top: 0;
    left: 70px;
    font-size: 10px;
  }
  .contents h2 {
    font-size: 1em;
  }
  .coupon .left {
    font-weight: 800;
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
    padding: 40px 0;
    background: linear-gradient(-45deg, #ffe8cf, #f7a44d);
  }
  #campaign-form .benefit {
    position: relative;
    margin-bottom: 10%;
  }
  #campaign-form .point {
    width: 30%;
    position: absolute;
    top: -10%;
    left: -5%;
    z-index: 100;
  }
  #campaign-form .benefit_txt {
    position: absolute;
    bottom: -8%;
    display: block;
    text-align: center;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 1em;
    z-index: 100;
  }
  #campaign-form .benefit_img {
    z-index: 0;
  }
  .area-map {
    padding-bottom: 10px;
  }
  .map_icon {
    padding: 1em 2.5em;
    border: 1px solid #333;
    width: -moz-fit-content;
    width: fit-content;
    border-left: 2em solid #333;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 20%;
  }
  .map_icon:hover {
    transform: scale(1.1);
    transition: 0.3s;
  }
  .area1 {
    border-color: rgb(255, 0, 0);
  }
  .area2 {
    border-color: rgb(255, 80, 170);
  }
  .area3 {
    border-color: rgb(255, 150, 0);
  }
  .area4 {
    border-color: rgb(0, 145, 255);
  }
  .area5 {
    border-color: rgb(0, 135, 0);
  }
  .area6 {
    border-color: rgb(145, 0, 130);
  }
  .area7 {
    border-color: rgb(255, 240, 0);
    margin-bottom: 0;
  }
  .howto {
    width: 80%;
    margin: auto;
  }
  #top .flow .clm4 li {
    height: 160px;
  }
  #goodsContents {
    width: 100%;
    padding: 32px 20px;
    position: relative;
  }
  .wd1200p {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .goodsImg {
    /* width: 374px; */
    height: auto;
    text-align: center;
  }
  .goodsText {
    /* text-align: left; */
    padding: 3em;
  }
  .goodsText .goodsText2 {
    font-size: 1.2em;
    line-height: 1.8;
    text-align: left;
  }
  .goodsDetail h2 {
    font-size: 2.5em;
    margin-bottom: 0.5em;
    color: #e9c87b;
    text-align: left;
  }
  .goodsDetail h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
    line-height: 1.4em;
    text-align: left;
  }
  .goodsBtn a {
    background-color: #e9c87b;
    margin-top: 20px;
    font-size: 1rem;
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 15px;
    text-align: center;
  }
  .goodsBtn a:hover {
    color: #fff;
    background-color: #ff904f;
  }
  #container h2 .alc {
    font-size: 32px;
  }
  .title .alc {
    font-size: 32px;
    margin: 40px;
  }
  .detailKome {
    margin-top: 50px;
  }
  .detailImg {
    height: 320px;
  }
  .feature_content img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .feature_content .art_title {
    font-size: 17px;
    margin-top: 15px;
    text-align: center;
  }
  .click_event {
    cursor: pointer;
    text-align: center;
    border: 2px solid #ff904f;
    padding: 15px;
    font-size: 1rem;
    width: 80%;
    margin: auto;
  }
  .click_event p::after {
    padding-left: 1em;
    content: "▼";
  }
  .click_event.is-active p::after {
    padding-left: 1em;
    content: "▲";
  }
  .accordion {
    opacity: 0;
    height: 0;
    /* transition-duration: 0.4s; */
    z-index: 0;
  }
  .accordion .feature_article_body {
    display: none;
  }
  .accordion.is-open {
    opacity: 1;
    height: auto;
    font-size: 1.05em;
    line-height: 1.8;
    padding: 2em;
    z-index: 0;
  }
  .accordion.is-open .feature_article_body {
    display: block;
  }
  .detailKome a {
    font-size: 20px;
  }
  .detailBtn {
    margin-top: 20px;
    text-align: center;
    /* padding: 30px; */
    z-index: 10000;
  }
  .detailBtn a {
    background-color: #e9c87b;
    font-size: 1rem;
    border-radius: 15px;
    display: inline-block;
    padding: 20px;
  }
  .detailBtn a:hover {
    background-color: #ff904f;
    color: #fff;
  }
  #specialties_detail .title h2 {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .stamp__button {
    padding: 16px 32px;
  }
  .stamp__button--thin {
    padding: 16px;
  }
  .product-application__buttons::after {
    content: none;
  }
  .stamp-inner {
    margin-top: 40px;
  }
  .stamp-inner__title {
    text-align: center;
    margin-bottom: 4px;
  }
  .stamp-inner__title--large {
    font-size: 21px;
  }
  .stamp-inner__title--number {
    font-size: 16px;
  }
  .stamp-inner__title--name {
    font-size: 18px;
  }
  .stamp-inner__description {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .stamp-inner__description--blue {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .stamp-inner__list {
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin-left: 8px;
    margin-right: 8px;
  }
  .stamp-inner__item-image {
    margin-bottom: 8px;
  }
  .stamp-inner__item-text {
    font-size: 12px;
  }
  .stamp-possession {
    margin: 24px 8px;
    padding: 96px 16px 16px 16px;
  }
  .stamp-possession__title {
    font-size: 18px;
    padding-top: 16px;
    padding-bottom: 16px;
    line-height: unset;
  }
  .stamp-possession__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
  }
  .stamp-possession__item {
    padding: 16px;
    row-gap: 16px;
    margin-top: 32px;
  }
  .stamp-possession__item-text {
    font-size: 16px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .stamp-possession__point {
    font-size: 14px;
    padding: 8px 24px;
    border-radius: 8px;
  }
  .stamp-application {
    margin: 24px 8px;
    padding: 96px 16px 16px 16px;
  }
  .stamp-application__title {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
    line-height: unset;
  }
  .stamp-application__list {
    display: flex;
    flex-direction: column;
    row-gap: 16px;
  }
  .stamp-product__item {
    row-gap: 16px;
  }
  .stamp-application__item-left {
    width: 40%;
  }
  .stamp-application__item-right {
    width: 60%;
  }
  .stamp-application__item-inner {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .stamp-application__item-right {
    row-gap: 8px;
  }
  .stamp-application__item-title {
    font-size: 18px;
  }
  .stamp-application__item-text {
    font-size: 14px;
  }
  .stamp-product {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .stamp-product__prize {
    font-size: 16px;
    padding: 8px 24px;
    top: -33px;
  }
  .c-title--large {
    font-size: 21px;
  }
  .campaign-information {
    padding-top: 21px;
    /* width: 80%; */
    margin: 0 auto;
  }
  .campaign-information__left {
    font-size: 1.2em;
    line-height: 2em;
    text-align: center;
    row-gap: 24px;
  }
  .campaign-information__title {
    font-size: 20px;
    /* margin: 0 auto 24px; */
    margin-bottom: 24px;
  }
  .stamp-product__list {
    display: flex;
    flex-direction: column;
    row-gap: 64px;
  }
  .stamp-product__inner {
    padding-left: 8px;
    padding-right: 8px;
  }
  .stamp-product__title {
    font-size: 24px;
    margin-bottom: 32px;
  }
  .stamp-product__item {
    row-gap: 16px;
    margin-top: 32px;
  }
  .stamp-product__item--application {
    margin-top: 0;
  }
  .stamp-product__item-left {
    width: 100%;
  }
  .stamp-product__item-inner {
    flex-direction: column;
  }
  .stamp-product__item-image {
    width: 100%;
  }
  .stamp-product__item-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 16px;
    row-gap: 16px;
  }
  .stamp-product__item-title {
    font-size: 18px;
  }
  .stamp-product__top {
    margin-top: 48px;
    padding-left: 8px;
    padding-right: 8px;
  }
  .stamp-product__description,
  .stamp-product__sub-description {
    padding: 16px;
    row-gap: 8px;
  }
  .product-application__title {
    font-size: 18px;
  }
  .product-application {
    margin-top: 32px;
    margin-bottom: 32px;
    margin-left: 8px;
    margin-right: 8px;
    padding: 32px 8px;
  }
  .product-application__form {
    row-gap: 24px;
  }
  .product-application__buttons {
    flex-direction: column;
    row-gap: 16px;
  }
  .product-application__label {
    font-size: 18px;
    border-left: 4px solid #333;
    padding-left: 8px;
  }
  .product-application__input {
    font-size: 18px;
    padding: 4px;
  }
  .product-application__select {
    height: 40px;
  }
  .stamp-nav {
    flex-direction: column;
    row-gap: 16px;
  }
  .stamp-nav__item {
    padding: 12px 40px;
  }
  .stamp-nav__item::after {
    top: 15px;
    right: 14px;
    width: 8px;
    height: 8px;
  }
  .stamp-table__order--0 {
    display: none;
  }
  .stamp-table__inner {
    display: flex;
    flex-direction: column;
  }
  .stamp-table__column {
    padding: 8px;
    border-bottom: 1px solid #333;
  }
  .stamp-table__column:last-child {
    border-bottom: none;
  }
  .stamp-table__column--0 {
    font-weight: 600;
    font-size: 20px;
  }
  .stamp-table__column--1 {
    font-weight: 600;
    font-size: 18px;
  }
  .stamp-history__item {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .stamp-history__item-column {
    padding: 8px;
    display: flex;
    align-items: center;
  }
  .stamp-history__item--0 {
    font-size: 16px;
    font-weight: 500;
  }
  .stamp-possession__item-area {
    font-size: 12px;
    top: -32px;
    padding: 8px;
  }
  .stamp-table__order {
    border: 2px solid #333;
  }
  .stamp-privacy {
    padding: 16px;
    margin-left: 8px;
    margin-right: 8px;
    margin-top: 24px;
    margin-bottom: 24px;
    row-gap: 8px;
  }
  .stamp-rally__iframe {
    margin-top: 24px !important;
    width: 100%;
    aspect-ratio: 4/3;
  }
}
@media screen and (max-width: 767px) {
  /* --------------
   reset
  -------------- */
  input,
  select,
  textarea {
    max-width: 100% !important;
  }
  h1,
  h2,
  h3,
  h4 {
    font-size: 100%;
  }
  body * {
    box-sizing: border-box;
  }
  /* --------------
   base
  -------------- */
  html {
    -webkit-text-size-adjust: none;
  }
  .ifpc {
    display: none !important;
  }
  /* --------------
   modules css
  -------------- */
  /* ----- base width */
  /* ---------- font size */
  /* ---------- width */
  /* ---------- order */
  /* --------------
   common
  -------------- */
  /* =header
  -------------------------------------------------------------- **/
  /* =siteHeader
  ---------------------------------------------------- */
  /* =globalNav
  ---------------------------------------------------- */
  /* =breadcrumb
  ---------------------------------------------------- */
  /* =container
  -------------------------------------------------------------- **/
  /* =headline / titles
  ---------------------------------------------------- */
  /* visual */
  /* =sidebar
  ---------------------------------------------------- */
  /* =aside
  ------------------------------------------ */
  /* =sidebar
  ---------------------------------------------------- */
  /* =bnrarea
  -------------------------------------------------------------- **/
  /* =footer
  -------------------------------------------------------------- **/
  /* =siteFooter
  ---------------------------------------------------- */
  /* =copyright
  ---------------------------------------------------- */
  /* =pageTop
  -------------------------------------------------------------- **/
  /* --------------
   page contents
  -------------- */
  /* =lower
  ------------------------------- */
  /* --SearchBox------ */
  /* ---feature-------- */
  /* slick slider */
  /* mypage */
  /* memberlist */
}
@media screen and (max-width: 767px) and (max-width: 320px) {
  /*以下の時*/
}
@media screen and (max-width: 767px) and (min-width: 321px) {
  /*以上の時*/
}
@media screen and (max-width: 767px) {
  #siteHeader,
  #container,
  #siteFooter {
    width: 100%;
  }
  .in {
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  /*横向きの際に適用*/
}
@media screen and (max-width: 767px) and (min-width: 501px) {
  /*以上の時*/
}
@media only screen and (max-width: 767px) and (orientation: landscape) {
  /*横向きの際に適用*/
}
@media screen and (max-width: 767px) {
  .spfs08 {
    font-size: 0.8em;
  }
  .spfs09 {
    font-size: 0.9em;
  }
  .spfs10 {
    font-size: 1em;
  }
  .spfs11 {
    font-size: 1.1em;
  }
  .spfs12 {
    font-size: 1.2em;
  }
  .spfs13 {
    font-size: 1.3em;
  }
  .spfs14 {
    font-size: 1.4em;
  }
  .spfs15 {
    font-size: 1.5em !important;
  }
  .spmb0 {
    margin-bottom: 0 !important;
  }
  .spmb20 {
    margin-bottom: 20px !important;
  }
  .spwd80 {
    width: 80%;
  }
  .spwd90 {
    width: 90%;
  }
  .order-box {
    display: -ms-flex;
    display: flex;
    flex-flow: column;
  }
  .order1 {
    order: 1;
  }
  .order2 {
    order: 2;
  }
  .order3 {
    order: 3;
  }
  .order4 {
    order: 4;
  }
  .order5 {
    order: 5;
    order: 6;
  }
  .order7 {
    order: 7;
  }
  .order8 {
    order: 8;
  }
  .order9 {
    order: 9;
  }
  .order10 {
    order: 10;
  }
}
@media screen and (max-width: 767px) and (min-width: 501px) {
  /*以上の時*/
}
@media screen and (max-width: 767px) {
  #siteHeader {
    position: relative;
  }
  #siteHeader .logo {
    max-width: 420px;
  }
  #header aside {
    height: 45px;
    padding: 5px;
    padding-right: 50px;
  }
  #header .logo {
    padding: 10px;
    width: 60%;
  }
  #globalNav #nav-open {
    position: fixed;
    top: 0;
    right: 0;
    background: #fe8d00;
    color: #fff;
    font-size: 2rem;
    padding: 5px 10px;
    text-align: center;
    line-height: 1;
  }
  #globalNav #nav-close {
    display: none;
    /*はじめは隠しておく*/
    position: fixed;
    z-index: 99;
    top: 0;
    /*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: 0.3s ease-in-out;
  }
  #slideMenu {
    position: fixed;
    top: 0;
    right: 0;
    width: 250px;
    background: #fff;
    height: 100%;
    /*	overflow-y: auto;
    overflow-x: visible;*/
    z-index: 9999;
    transition: 0.3s ease-in-out;
    transform: translateX(105%);
  }
  #nav-input:checked ~ #nav-close {
    display: block;
    /*カバーを表示*/
    opacity: 0.5;
  }
  #nav-input:checked ~ #slideMenu {
    transform: translateX(0%);
    /*中身を表示（右へスライド）*/
    box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
  }
  .menu a img {
    display: none;
  }
  #mainNav {
    width: 100%;
  }
  #mainNav li {
    border-bottom: #aaa solid 1px;
  }
  #mainNav li a {
    display: block;
    padding: 1em;
    color: #111;
    font-weight: bold;
  }
  #nav-input:checked ~ #slideMenu #closeBtn {
    position: absolute;
    top: 0;
    right: 250px;
    background: #222;
    color: #fff;
    font-size: 1.5rem;
    padding: 5px 10px;
    text-align: center;
    line-height: 1;
    border-left: #fff solid 1px;
    border-bottom: #fff solid 1px;
  }
  #globalNav li.menu-home *[data-fa-i2svg] {
    color: #888;
  }
  #globalNav li.menu-anime *[data-fa-i2svg] {
    color: #ff5b5b;
  }
  #globalNav li.menu-prod *[data-fa-i2svg] {
    color: #25adf9;
  }
  #globalNav li.menu-pickup *[data-fa-i2svg] {
    color: #23bfa2;
  }
  #globalNav li.menu-groupbuying *[data-fa-i2svg] {
    color: #f37413;
  }
  #globalNav li.menu-help *[data-fa-i2svg] {
    color: #a95fa9;
  }
  #globalNav li.menu-faq *[data-fa-i2svg] {
    color: #888;
  }
  #globalNav li.menu-post *[data-fa-i2svg] {
    color: #51b120;
  }
  .spwd45 {
    width: 45%;
  }
  .spwd80 {
    width: 80%;
    margin: auto;
  }
  #breadcrumb ul {
    /*	white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;*/
  }
  #breadcrumb ul li {
    /*	float: none;
    display: inline-block;
    vertical-align: middle;*/
  }
  .contents {
    padding: 1rem 20px;
  }
  .spclm2,
  .spclm3,
  .spclm4,
  .spclm5,
  .spclm6 {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin-left: -10px;
  }
  .spclm2 > * {
    width: calc(50% - 10px);
  }
  .spclm3 > * {
    width: calc(33.3333333333% - 10px);
  }
  .spclm4 > * {
    width: calc(25% - 10px);
  }
  .spclm5 > * {
    width: calc(20% - 10px);
  }
  .spclm6 > * {
    width: calc(16.6666666667% - 10px);
  }
  *::-ms-backdrop,
  .spclm2 > * {
    width: calc(50% - 10px);
    /* IE11 */
  }
  *::-ms-backdrop,
  .spclm3 > * {
    width: calc(33.33% - 10px);
    /* IE11 */
  }
  *::-ms-backdrop,
  .spclm4 > * {
    width: calc(25% - 10px);
    /* IE11 */
  }
  *::-ms-backdrop,
  .spclm5 > * {
    width: calc(20% - 10px);
    /* IE11 */
  }
  *::-ms-backdrop,
  .spclm6 > * {
    width: calc(16.66% - 10px);
    /* IE11 */
  }
  .spclm2 > *,
  .spclm3 > *,
  .spclm4 > *,
  .spclm5 > *,
  .spclm6 > * {
    margin-left: 10px;
  }
  .spclm2 > * > a,
  .spclm3 > * > a,
  .spclm4 > * > a,
  .spclm5 > * > a,
  .spclm6 > * > a {
    position: relative;
    display: block;
    height: 100%;
  }
  .contents table.tbl-spclm th,
  .contents table.tbl-spclm td {
    display: block;
    width: 100%;
    border-left: 0;
    border-right: 0;
    border-bottom: 0;
  }
  .contents table.tbl-spclm tr:first-child > *:first-child {
    border-top: 0;
  }
  #visual {
    width: 100%;
    height: 100vh !important;
    position: fixed;
    top: 0;
    z-index: -2;
    background: url(../img/common/bg_header.jpg) no-repeat center center;
    background-size: auto;
    background-size: cover;
  }
  #logo_fix {
    width: 60%;
    position: fixed;
    top: 35%;
    left: 20%;
    background: none;
  }
  .logo-about {
    padding: 30px;
    width: 70%;
    margin: 0 auto;
  }
  #read_txt {
    margin-top: 100vh;
    position: relative;
    width: 100%;
    height: 100vh;
    padding-bottom: 30vh;
    z-index: 1;
    height: 100vh;
    position: relative;
    width: auto;
  }
  #mainContents,
  #subContants {
    background: #fff;
  }
  .aboutus {
    padding-top: 15vh;
    width: 100%;
    height: 100vh;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.5);
  }
  .txt_img {
    padding: 0 0.6em;
  }
  .footmenu-wrap {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 1em;
         column-gap: 1em;
    padding: 0 10px;
  }
  .footmenu {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  #pageTop a {
    width: 40px;
    height: 110px;
  }
  #header {
    position: relative;
  }
  .contents.lower-contents .lower-contents-header {
    margin: 0 -20px;
    margin-bottom: 1.5rem;
  }
  .menu {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 100%;
    text-align: center;
    background-color: #fff;
    z-index: 90;
    padding-top: 70px;
    transition: 0.3s;
  }
  .menu li {
    border-bottom: #aaa solid 1px;
  }
  .menu li a {
    display: block;
    padding: 1.3em;
    color: #111;
    font-weight: bold;
    font-size: 16px;
  }
  .icon_area {
    display: flex;
    flex-wrap: wrap;
  }
  .nav_menu .menu_button {
    display: flex;
    flex-flow: column;
    height: 60px;
    width: 60px;
    justify-content: center;
    align-items: center;
    z-index: 100;
    background-color: #e4c963;
    opacity: 0.7;
    position: fixed;
    top: 0;
    right: 0;
  }
  .nav_menu .menu_button span {
    content: "";
    display: block;
    height: 3px;
    width: 25px;
    border-radius: 3px;
    background-color: #ffffff;
    margin: 4px;
  }
  .logo-txt {
    display: inline-block;
    width: 100%;
    text-align: center;
  }
  .logo-img {
    width: 60%;
    z-index: 80;
    position: absolute;
    top: 25%;
    left: 20%;
    background: #fff;
    opacity: 0.8;
    padding: 1em;
  }
  .return a {
    display: block;
    border-right: 25px solid transparent;
    border-bottom: 42.603px solid #c0c0c0;
    border-left: 25px solid transparent;
    position: fixed;
    bottom: 10%;
    right: 0;
    z-index: 70;
  }
  .logo-img a {
    display: block;
  }
  .sub_title {
    padding-top: 1em;
    font-size: 1.5em;
  }
  .sub_logo {
    text-align: center;
    /* font-family: 'Yu Mincho', 'Hiragino Mincho ProN','Hiragino Mincho Pro','Meiryo',sans-serif; */
    padding-top: 1em;
    width: 60%;
    margin: 0 auto;
  }
  #sub_header {
    border-bottom: solid 2px #cea138;
  }
  #menu_check {
    display: none;
  }
  #menu_check:checked ~ .menu_button .center {
    opacity: 0;
  }
  #menu_check:checked ~ .menu_button .top {
    margin: 0;
    transform: translateY(7px) rotate(45deg);
    width: 35px;
  }
  #menu_check:checked ~ .menu_button .bottom {
    margin: 0;
    transform: translateY(-7px) rotate(-45deg);
    width: 35px;
  }
  #menu_check:checked ~ .menu {
    left: 0;
    transition: 0.3s;
  }
  .title h2 {
    font-size: 36px;
    font-weight: bold;
    margin: 16px auto 8px;
  }
  .sub_title h4 {
    font-weight: bold;
    display: inline-block;
    letter-spacing: 0.2rem;
    font-size: 24px;
    padding-top: 1em;
  }
  .content {
    width: 100%;
    display: flex;
    flex-flow: column;
    flex-direction: column-reverse;
    margin-top: 16px;
    justify-content: space-between;
    align-items: center;
  }
  .content .text_button {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
    display: inline;
    word-break: break-all;
    letter-spacing: 0.2rem;
  }
  .text_button p {
    text-align: left;
    font-size: 14px;
    letter-spacing: 0.2em;
    line-height: 2em;
  }
  .text_button .btn_gold {
    width: 80%;
    margin: 32px auto;
  }
  #contentBox {
    background-position: left 0% center, right 0% center;
    background-repeat: no-repeat, no-repeat;
    background-size: 7%;
  }
  .content .image {
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 8px;
  }
  .content .text {
    width: 100%;
    box-sizing: border-box;
    display: block !important;
    word-break: break-all;
    letter-spacing: 0.2rem;
    padding: 16px;
    justify-content: center;
    margin-top: 8px;
  }
  .center_content {
    width: 90%;
  }
  #carousel_1 {
    width: 100%;
    margin: 16px auto;
    display: flex;
    flex-wrap: wrap;
  }
  #carousel_1 .image {
    width: 50%;
    position: relative;
    text-align: center;
  }
  #carousel_1 .tag {
    font-size: 16px;
    display: inline-block;
    z-index: 1;
    padding: 2px 8px;
    color: #303030;
    background-color: goldenrod;
    position: absolute;
    top: 2%;
    left: 0pc;
  }
  .btn_gold {
    display: inline-block;
    width: 100%;
    margin: 16px auto;
    padding: 1.2rem 2rem;
    font-weight: bold;
    font-size: 1.2em;
    border: none;
    position: relative;
    text-align: center;
    border-radius: 10px;
    color: #303030;
    background: #e4c963;
    box-shadow: 0 6px 0 #a48923;
    position: relative;
  }
  .btn_silver {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 100%;
    margin: 16px auto;
    border: none;
    font-weight: bold;
    font-size: 1.2em;
    padding: 1.2rem 2rem;
    text-align: center;
    border-radius: 10px;
    position: relative;
    color: #303030;
    background-color: #c0c0c0;
    box-shadow: 0 6px 0 #8c8c8c;
  }
  .article_list {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
  }
  .article {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 16px auto;
    border: solid 1px hsl(0, 2%, 73%);
    box-sizing: border-box;
    box-shadow: 2px 2px 2px #303030;
    padding: 16px;
    text-align: center;
    word-break: break-all;
    letter-spacing: 0.2rem;
    position: relative;
  }
  .article .tag {
    text-align: center;
    display: inline-block;
    padding: 8px 16px;
    margin: 0;
    width: 40%;
    color: #303030;
    background-color: goldenrod;
    position: absolute;
    top: 0;
    left: 0;
  }
  #searchBox {
    margin: 24px auto;
  }
  .flex_feature {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    margin: 16px auto;
    border-bottom: solid 1px hsl(0, 2%, 73%);
    box-sizing: border-box;
    padding: 16px;
    text-align: center;
    word-break: break-all;
    letter-spacing: 0.2rem;
    position: relative;
    align-items: center;
  }
  .feature_article img {
    width: 100%;
    height: 30%;
  }
  .flex_text {
    width: 100%;
    display: flex;
    flex-flow: column;
  }
  .feature_article .feature_article_body {
    width: 100%;
    text-align: left;
    display: inline-block;
    margin: 8px auto;
    letter-spacing: 0.2rem;
  }
  .feature_article .area_tag span,
  .feature_article .cat_tag span {
    padding: 8px 16px;
    margin: 8px auto;
    font-size: 11px;
  }
  .see_more {
    margin: 8px auto;
  }
  #featureConts .yokoPC .srcmBox {
    width: 100%;
  }
  .yokoPC2 input.srcmBox {
    width: 100%;
    margin-right: 2%;
  }
  .yokoPC2 button.srcmBox,
  .yokoPC2 a.srcmBox {
    width: 50% !important;
  }
  #companiesConts .expTxt p {
    border: 5px double #ccc;
    padding: 1em;
  }
  .company_article_list {
    width: 100%;
    margin: 0 auto 50px;
    display: flex;
    justify-content: flex-start;
    flex-flow: column;
  }
  .company_article {
    width: 100%;
    margin: 0 1% 16px 0;
    position: relative;
  }
  .cmBtn.srcmBox,
  .srcmBox {
    width: 100%;
  }
  .company .yokoPC2 input.srcmBox {
    width: 100%;
    margin-right: 2%;
  }
  #slideImgCP {
    text-align: center;
  }
  #slideImgCP .imgBox {
    height: auto;
    max-height: 50px;
    width: 23.5% !important;
    margin: 0 2% 0 0;
  }
  #slideImgCP .slick-track {
    transform: unset !important;
    opacity: 0.6;
    transform: translate3d(-183px, 0px, 0px);
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #slideImgBox .imgBox {
    width: 100%;
    height: 250px;
  }
  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
  }
  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .slick-initialized .slick-slide {
    display: block;
  }
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }
  .slick-slide img {
    display: block;
    margin: 0 auto;
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: 100%;
  }
  .ofi2 {
    -o-object-fit: contain;
       object-fit: contain;
    font-family: "object-fit: contain;";
  }
  .footer-nav {
    font-weight: bold;
    font-size: 12px;
  }
  .footer-nav-menu {
    background-color: #222;
    display: block;
    height: auto;
  }
  .footer-nav-list {
    padding: 20px 0;
    margin: 0 20px;
    border-bottom: 1px solid #111;
  }
  .footer-nav-list a {
    color: #fff;
  }
  .flex_menu {
    width: 100%;
    flex-flow: column;
  }
  .flex_menu ul {
    width: 100%;
  }
  .flex_menu ul:after {
    display: none;
  }
  .flex_menu li {
    display: block;
    width: 80%;
    margin: 8px auto;
    height: -moz-max-content;
    height: max-content;
  }
  .homeItemList li .inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .homeItemList li .inner .homeItemList-img {
    width: 70px;
  }
  .homeItemList li .inner .homeItemList-img .centerPhoto {
    padding-top: 100%;
  }
  .member_list {
    width: 100%;
    padding: 32px 20px;
    padding-bottom: 32px;
    position: relative;
    margin: auto;
  }
  .homeItemList li + li {
    margin-top: 3px;
    position: relative;
  }
  .homeItemList li + li:before {
    content: "";
    width: 100%;
    height: 1px;
    background: #ccc;
    display: block;
    position: absolute;
    top: -2px;
    right: 0;
  }
  .news {
    width: 80%;
    padding: 1em 2em;
    background: #fff;
    border-radius: 3em;
  }
  .sns-post-box .sclFb,
  .sns-post-box .sclTw,
  .sns-post-box .sclLine {
    width: 30%;
    display: inline-block;
  }
  a.btnView2 {
    color: #fff;
    font-size: small;
    background-color: goldenrod;
    padding: 0.75em 2em;
    margin: 16px;
    display: inline-block;
    transition: background-color 0.5s linear;
    border-radius: 100vh;
    width: 50%;
    text-decoration: none;
    word-break: break-all;
  }
  .member_tag {
    position: absolute;
    background: goldenrod;
    display: inline-block;
    width: -moz-fit-content;
    width: fit-content;
    padding: 4px;
    top: 0;
    left: 70px;
    font-size: 10px;
  }
  .contents h2 {
    font-size: 1em;
  }
  .coupon .left {
    font-weight: 800;
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
    padding: 40px 0;
    background: linear-gradient(-45deg, #ffe8cf, #f7a44d);
  }
  #campaign-form .benefit {
    position: relative;
    margin-bottom: 10%;
  }
  #campaign-form .point {
    width: 30%;
    position: absolute;
    top: -10%;
    left: -5%;
    z-index: 100;
  }
  #campaign-form .benefit_txt {
    position: absolute;
    bottom: -8%;
    display: block;
    text-align: center;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    padding: 1em;
    z-index: 100;
  }
  #campaign-form .benefit_img {
    z-index: 0;
  }
  .area-map {
    padding-bottom: 10px;
  }
  .map_icon {
    padding: 1em 2.5em;
    border: 1px solid #333;
    width: -moz-fit-content;
    width: fit-content;
    border-left: 2em solid #333;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: 20%;
  }
  .map_icon:hover {
    transform: scale(1.1);
    transition: 0.3s;
  }
  .area1 {
    border-color: rgb(194, 196, 47);
    margin-top: 1%;
  }
  .area2 {
    border-color: rgb(103, 175, 225);
  }
  .area3 {
    border-color: rgb(128, 194, 192);
  }
  .area4 {
    border-color: rgb(85, 94, 169);
  }
  .area5 {
    border-color: rgb(176, 119, 176);
  }
  .area6 {
    border-color: rgb(229, 120, 151);
  }
  .area7 {
    border-color: rgb(206, 125, 92);
    margin-bottom: 0;
  }
  .howto {
    width: 80%;
    margin: auto;
  }
  .howto img {
    margin-bottom: 1em;
  }
  .sticky .signup,
  .sticky .login {
    display: flex;
    position: fixed;
    padding: 1.2em;
    font-size: 1em;
    width: 100%;
    font-weight: bold;
    justify-content: center;
    z-index: 100;
    text-align: center;
    text-align: center;
    display: inline-block;
  }
  .sticky .signup {
    bottom: 0%;
    left: 0;
    background: #e4c963;
  }
  .sticky .signup p {
    width: 50%;
  }
  .sticky .signup .mypage {
    width: 100%;
  }
  .sticky .login {
    right: 0%;
    bottom: 0%;
    width: 50%;
    background: #c0c0c0;
  }
  .photolist {
    display: flex;
    flex-wrap: wrap;
    cursor: pointer;
    margin: 1em auto;
  }
  .photolist a {
    display: block;
    position: relative;
    margin: 0.2em;
    overflow: hidden;
    width: 48%;
  }
  .photolist p {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 0.2em;
    bottom: 0;
    width: 100%;
  }
  .news {
    display: flex;
    flex-flow: column;
    align-items: baseline;
    justify-content: space-between;
    margin: 16px auto;
    box-sizing: border-box;
    word-break: break-all;
  }
  .member_txt {
    margin-bottom: 1em;
    padding-left: 0.6em;
  }
  .member_content {
    background-image: url(../img/top/member.png);
    background-size: 180%;
    background-repeat: no-repeat;
    margin-bottom: 2.5em;
    padding-top: 1em;
    border-radius: 2.5em;
  }
  .howto_txt {
    margin: 1.2em;
  }
  .howto_txt h2 {
    margin-bottom: 1.2em;
  }
  .newsList {
    margin-bottom: 2em;
  }
  .newsList .newsCard {
    border-bottom: 1px #ccc dotted;
    padding: 2em 1.2em;
    position: relative;
    width: 90%;
    margin: auto;
  }
  .newsList .newsCard:last-child {
    border: none;
  }
  .newsList .newsCard .label_post {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #mv .news_title {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 1;
    padding: 0.5em 1em;
    text-align: center;
    margin-bottom: 0.5em;
  }
  .newsList .newsCard h3 {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 1;
    padding: 0.5em 1em;
    text-align: center;
    margin-bottom: 0.5em;
  }
  .newsList .newsCard .news_txt {
    padding-left: 2em;
  }
  #mv .news_title::after,
  .newsList .newsCard h3::after {
    content: attr(data-content);
    background-color: #e4c963;
    width: 100%;
    height: 0%;
    padding: 0.5em 1.2em;
    position: absolute;
    bottom: 10%;
    left: 0;
    z-index: -1;
  }
  .mp_photo {
    position: relative;
    text-align: center;
    margin-top: 2em;
  }
  .mp_photo .ribbon {
    position: absolute;
    top: 5%;
    left: 0;
    padding: 0.5em 1em;
    background-color: #e4c963;
    font-size: 1.2em;
    font-weight: bold;
    width: 40%;
    text-align: center;
    transform: rotate(-15deg);
    z-index: 89;
  }
  .mp_photo .photo_box {
    width: 90%;
    margin: auto;
    height: 200px;
  }
  .mp_photo .photo_box img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .month_photo h3 {
    background-color: #e4c963 !important;
  }
  .month_photo .photoList .imgBox {
    height: 200px;
    overflow: hidden;
  }
  .month_photo .photoList .imgBox img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media screen and (min-width: 768px) {
  /* --------------
   reset
  -------------- */
  input[type=submit],
  label {
    cursor: pointer;
  }
  /* --------------
   base
  -------------- */
  .ifsp {
    display: none !important;
  }
  .ifpcalc {
    text-align: center;
  }
  a img,
  li {
    transition: ease 0.1s;
  }
  a .inner, a:before, a:after {
    transition: ease 0.1s;
  }
  a:hover img, a:hover:before, a:hover:after {
    transition: ease 0.4s;
  }
  li:hover {
    transition: ease 0.4s;
  }
  a {
    transition: ease 0.1s;
  }
  a:hover {
    transition: ease 0.4s;
  }
  a:hover .inner {
    transition: ease 0.4s;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
    top: 0;
  }
  /* --------------
   modules css
  -------------- */
  /* ---------- float */
  .fll {
    float: left;
  }
  .flr {
    float: right;
  }
  .flc {
    margin-left: auto;
    margin-right: auto;
  }
  /* ---------- width */
  .wd5 {
    width: 5% !important;
  }
  .wd10 {
    width: 10% !important;
  }
  .wd15 {
    width: 15% !important;
  }
  .wd20 {
    width: 20% !important;
  }
  .wd25 {
    width: 25% !important;
  }
  .wd30 {
    width: 30% !important;
  }
  .wd35 {
    width: 35% !important;
  }
  .wd40 {
    width: 40% !important;
  }
  .wd45 {
    width: 45% !important;
  }
  .wd48 {
    width: 48% !important;
  }
  .wd50 {
    width: 50% !important;
  }
  .wd55 {
    width: 55% !important;
  }
  .wd60 {
    width: 60% !important;
  }
  .wd65 {
    width: 65% !important;
  }
  .wd70 {
    width: 70% !important;
  }
  .wd75 {
    width: 75% !important;
  }
  .wd80 {
    width: 80% !important;
  }
  .wd85 {
    width: 85% !important;
  }
  .wd90 {
    width: 90% !important;
  }
  .wd95 {
    width: 95% !important;
  }
  .wd100 {
    width: 100% !important;
  }
  .wd200p {
    width: 200px;
  }
  .wd320p {
    width: 320px;
  }
  .wdx500p {
    max-width: 500px;
  }
  .wdx600p {
    max-width: 600px;
  }
  .wdx640p {
    max-width: 640px;
  }
  .wdx800p {
    max-width: 800px;
  }
  .wdx960p {
    max-width: 960px;
  }
  .wdx1000p {
    max-width: 1000px;
  }
  .wdx1200p {
    max-width: 1200px;
  }
  .nomargin {
    margin: 0;
  }
  /* visual */
  #visual {
    width: 100%;
    height: 100vh !important;
    position: fixed;
    top: 0;
    z-index: -2;
  }
  #visual iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  #visual #movieCover {
    width: 100%;
    height: 100vh;
    margin-bottom: 50vh;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  #logo_fix {
    z-index: -1;
  }
  .icon_area {
    position: fixed;
    top: 38%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
  #read_txt {
    margin-top: 100vh;
    position: relative;
    width: 100%;
    height: 130vh;
    padding-bottom: 30vh;
    z-index: 1;
  }
  .aboutus {
    padding-top: 25vh;
    width: 100%;
    height: 130vh;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .aboutus img {
    width: 40%;
  }
  .fadein {
    opacity: 0.1;
    transform: translate(0, 120px);
    transition: all 800ms;
  }
  .fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
  /* 画面内に入った状態 */
  .fadeInDown {
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-name: fadeInDown;
    visibility: visible !important;
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  #mainContents {
    background: #fff;
    z-index: 100;
  }
  #subContants {
    background: #fff;
  }
  /* ----- images */
  .imgL {
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .imgR {
    float: right;
    margin-left: 1rem;
    margin-bottom: 1rem;
  }
  /* ----- base width */
  body,
  #header,
  #footer,
  #mainContents {
    width: 100%;
    min-width: 768px;
  }
  .in {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .flexwrap {
    display: flex;
  }
  .flexwrap:after {
    display: none;
  }
  .as-start {
    align-self: flex-start;
  }
  .as-end {
    align-self: flex-end;
  }
  .as-center {
    align-self: center;
  }
  /* --------------
   common
  -------------- */
  /* =header
  -------------------------------------------------------------- **/
  #header aside .flexwrap {
    justify-content: space-between;
    align-items: center;
  }
  #header aside .header-aside-menu {
    margin: 5px;
    text-align: right;
  }
  /* =siteHeader
  ---------------------------------------------------- */
  #siteHeader {
    position: relative;
  }
  #siteHeader .logo {
    align-self: center;
    max-width: 420px;
    padding: 10px;
    float: left;
  }
  /* =globalNav
  ---------------------------------------------------- */
  /* =container
  -------------------------------------------------------------- **/
  /* #mainContents {
  	margin-top: 50vh;
  } */
  /* =sidebar
  ---------------------------------------------------- */
  /* =aside
  ------------------------------------------ */
  /* =bnrarea
  -------------------------------------------------------------- **/
  /* =footer
  -------------------------------------------------------------- **/
  /* =siteFooter
  ---------------------------------------------------- */
  /* =copyright
  ---------------------------------------------------- */
  /* =pageTop
  -------------------------------------------------------------- **/
  /* --------------
   page contents
  -------------- */
  /* =home
  ---------------------------------------------------- */
  /* =feature
  ---------------------------------------------------- */
  /*feature detail*/
  /*.ftImg .cap {
  	position: absolute;
  	bottom: -25px;
  	left: 0;
  	right: 0;
  }*/
  /*featureBox0*/
  /*featureBox1*/
  /*featureBox2*/
  /*featureBox3*/
  /*detail*/
  /*.detail .exBox a {
  	margin: 0 .22%;
  }*/
  /*.detail .exBox:nth-child(3) {
  	margin-right: 0;
  }

  .detail .exBox.slick-slide {
  	margin: 0 .05%;
  }*/
  /* =course
  ---------------------------------------------------- */
  /* =access
  ---------------------------------------------------- */
  /* =camp
  ---------------------------------------------------- */
  /* =breadcrumb
  ---------------------------------------------------- */
  /* =headline / titles
  ---------------------------------------------------- */
  /* =sidebar
  ---------------------------------------------------- */
  /* =aside
  ------------------------------------------ */
  /* =footer
  -------------------------------------------------------------- **/
  /*banner*/
  /* =siteFooter
  ---------------------------------------------------- */
  /* =copyright
  ---------------------------------------------------- */
  /* =pageTop
  -------------------------------------------------------------- **/
  /* --------------
   home contents
  -------------- */
  /* =visual
  ---------------------------------------------------- */
  /* --------------
   subpages contents
  -------------- */
  /* =page shop
  ---------------------------------------------------- */
  /* =page view360
  ---------------------------------------- */
  /*--- VR Contents--- */
  /* --ここまで1100以下の時-- */
  /* =多言語
  ---------------------------------------------------- */
  /*gallery renew*/
  /* .main_area {
  	margin: 0;
      min-height: 490px;
      max-height: 545px;
      height: 75vh;
      position: relative;
      background: url(../img/common/bg_header.png) no-repeat center center;
      background-size: cover;
  	overflow: hidden;
  } */
  /* .content .text {
  	width: 50%;
  	box-sizing: border-box;
  	display: flex;
  	word-break: break-all;
  	letter-spacing: .2rem;
  	padding: 16px;
  	justify-content: center;
  } */
  /* slick slider */
  /* mypage */
  /* pagetop */
  /* slick */
  /* howto */
  /* .photolist li:hover img {
  	transform: scale(1.05);
  	transition: .3s;
  } */
  /* mypage */
  /* specialties */
  /* specialties/detail */
  /* スタンプページ */
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  /*以下の時*/
  #siteHeader .logo {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  body:not(.home) #siteHeader .logo {
    width: 20%;
  }
  #globalNav {
    border-top: #aaa solid 1px;
    border-bottom: #aaa solid 1px;
    font-size: 1.1rem;
  }
  #globalNav ul {
    display: flex;
    justify-content: space-around;
    border-right: #aaa solid 1px;
  }
  #globalNav ul:after {
    display: none;
  }
  #globalNav li {
    width: 100%;
    border-left: #aaa solid 1px;
    position: relative;
  }
  #globalNav li a {
    display: flex;
    height: 100%;
    padding: 1em 5px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }
  #globalNav li a > span:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #globalNav li.menu-anime a:hover *[data-fa-i2svg] {
    color: #ff5b5b;
  }
  #globalNav li.menu-prod a:hover *[data-fa-i2svg] {
    color: #25adf9;
  }
  #globalNav li.menu-pickup a:hover *[data-fa-i2svg] {
    color: #23bfa2;
  }
  #globalNav li.menu-groupbuying a:hover *[data-fa-i2svg] {
    color: #f37413;
  }
  #globalNav li.menu-help a:hover *[data-fa-i2svg] {
    color: #a95fa9;
  }
  #globalNav li.menu-faq a:hover *[data-fa-i2svg] {
    color: #416ee8;
  }
  #globalNav li.menu-post a:hover *[data-fa-i2svg] {
    color: #51b120;
  }
  .contents {
    width: 100%;
    position: relative;
  }
  .clm2,
  .clm3,
  .clm4,
  .clm5,
  .clm6,
  .clm1-2 {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin-left: -10px;
  }
  .clmnosp {
    margin-left: 0;
  }
  .clm2 > * {
    width: calc(50% - 10px);
  }
  *::-ms-backdrop,
  .clm2 > * {
    width: calc(50% - 10px);
    /* IE11 */
  }
  .clm3 > * {
    width: calc(33.3333333333% - 10px);
  }
  *::-ms-backdrop,
  .clm3 > * {
    width: calc(33.33% - 10px);
    /* IE11 */
  }
  .clm4 > * {
    width: calc(25% - 10px);
  }
  *::-ms-backdrop,
  .clm4 > * {
    width: calc(25% - 10px);
    /* IE11 */
  }
  .clm5 > * {
    width: calc(20% - 10px);
  }
  *::-ms-backdrop,
  .clm5 > * {
    width: calc(20% - 10px);
    /* IE11 */
  }
  .clm6 > * {
    width: calc(16.6666666667% - 10px);
  }
  *::-ms-backdrop,
  .clm6 > * {
    width: calc(16.66% - 10px);
    /* IE11 */
  }
  .clm10 > * {
    width: calc(10% - 10px);
  }
  *::-ms-backdrop,
  .clm10 > * {
    width: calc(10% - 10px);
    /* IE11 */
  }
  .clm2.clmnosp > * {
    width: 50%;
  }
  *::-ms-backdrop,
  .clm2.clmnosp > * {
    width: 50%;
    /* IE11 */
  }
  .clm3.clmnosp > * {
    width: 33.3333333333%;
  }
  *::-ms-backdrop,
  .clm3.clmnosp > * {
    width: 33.33%;
    /* IE11 */
  }
  .clm4.clmnosp > * {
    width: 25%;
  }
  *::-ms-backdrop,
  .clm4.clmnosp > * {
    width: 25%;
    /* IE11 */
  }
  .clm5.clmnosp > * {
    width: 20%;
  }
  *::-ms-backdrop,
  .clm5.clmnosp > * {
    width: 20%;
    /* IE11 */
  }
  .clm6.clmnosp > * {
    width: 16.6666666667%;
  }
  *::-ms-backdrop,
  .clm6.clmnosp > * {
    width: 16.66%;
    /* IE11 */
  }
  .clm2 > *,
  .clm3 > *,
  .clm4 > *,
  .clm5 > *,
  .clm6 > *,
  .clm10 > * {
    margin-left: 10px;
  }
  .clm2.clmnosp > *,
  .clm3.clmnosp > *,
  .clm4.clmnosp > *,
  .clm5.clmnosp > *,
  .clm6.clmnosp > * {
    margin-left: 0;
  }
  .clm2 > * > a,
  .clm3 > * > a,
  .clm4 > * > a,
  .clm5 > * > a,
  .clm6 > * > a,
  .clm10 > * > a {
    position: relative;
    display: block;
    height: 100%;
  }
  .footer-nav {
    font-weight: bold;
    font-size: 16px;
  }
  .footer-nav-menu {
    background-color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
  }
  .footer-nav-list {
    margin: 0 20px;
  }
  .footer-nav-list a {
    color: #fff;
  }
  .footmenu-wrap {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
  .footmenu {
    -moz-columns: 20em;
         columns: 20em;
    -moz-column-gap: 1em;
         column-gap: 1em;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  .footmenu li {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  #featureConts .yokoPC .srcmBox {
    width: 49%;
  }
  #companiesConts .yokoPC .srcmBox {
    width: 45%;
  }
  #companiesConts .expTxt {
    width: 80%;
    margin: auto;
  }
  #companiesConts .expTxt p {
    border: 5px double #ccc;
    padding: 1em;
  }
  #featureConts .yokoPC .srcmBox:nth-child(2) {
    width: 49%;
    margin-left: auto;
  }
  .imgBox.feature {
    height: 195px;
  }
  .ftName {
    margin-top: 24px;
  }
  .ftImg {
    /*max-height: 70vh;*/
    position: relative;
    margin-bottom: 1em;
  }
  .ftTag {
    display: inline-block;
    margin-left: 2em;
    vertical-align: bottom;
  }
  .ftflx1 .title {
    font-size: 1.5em;
  }
  h4.subtitle {
    font-size: 1.3em;
    padding: 0.8em 0.5em 0.8em 0.2em;
    letter-spacing: 0.8px;
  }
  #feature .ftTag {
    margin-top: 16px;
  }
  .featureBox0 .featureTxt {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .featureBox0 .featureImg2 {
    float: right;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .ftImg {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .featureBox1 .ftflx1 {
    display: flex;
    flex-direction: row-reverse;
  }
  .featureBox1 .title {
    float: right;
    width: 24%;
    margin-left: 5%;
    margin-right: 1%;
  }
  .featureBox1 h4.subtitle {
    float: right;
    width: 48%;
    margin-left: 5%;
  }
  .featureBox1 .featureImg1 {
    float: left;
    width: 68%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .featureBox1 .featureTxt {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .featureBox1 .featureImg2 {
    float: right;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .featureBox2 .ftflx1 {
    display: flex;
    flex-direction: column;
    width: 48%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
  }
  .featureBox2 .featureTxt {
    float: right;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .featureBox2 .featureImg2 {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .featureBox2 .featureImg1.ftImg {
    width: 100%;
  }
  .featureBox2 .featureImg2.ftImg {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .featureBox2 .ftImg {
    margin-left: 1%;
    margin-right: 1%;
  }
  .featureBox3 .ftflx1 {
    display: flex;
    flex-direction: row;
  }
  .featureBox3 .title {
    float: left;
    width: 24%;
    margin-left: 1%;
    margin-right: 5%;
  }
  .featureBox3 h4.subtitle {
    float: left;
    width: 48%;
    margin-right: 5%;
  }
  .featureBox3 .featureImg1 {
    float: right;
    width: 68%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .featureBox3 .featureImg2,
  .featureBox3 .featureTxt {
    width: 100%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .ftBlBnr:hover {
    opacity: 0.8;
  }
  .ftBnrTxt {
    padding: 1.5em;
    font-size: 1.8em;
  }
  #newsConts .ftBody {
    display: block;
    height: 35vh;
  }
  .detail .exBox {
    /*width: 33%;*/
    margin: 0 5px;
  }
  .crsTitle {
    position: absolute;
    top: 10%;
    left: 15%;
    width: 20%;
    z-index: 300;
    padding: 1.5em;
  }
  .crsImage {
    padding-bottom: 450px;
  }
  .spotTime {
    width: 15%;
  }
  .courseItemDetailBoxTxt {
    width: 55%;
  }
  .courseItemDetailBoxImg {
    width: 43%;
  }
  #course .next.cmBtn.more {
    width: 80%;
  }
  .inner.transport {
    background-position: left 3px bottom;
  }
  .courseAboutListSpotDetail dt:hover {
    opacity: 0.6;
  }
  .sticky {
    position: sticky;
    top: 100px;
    z-index: 110;
  }
  #access p.accBtn {
    width: 32%;
    margin: 0 5px;
  }
  .accessMap img {
    max-height: 70vh;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .campTop {
    height: 450px;
  }
  .campBox {
    width: 32%;
    margin-right: 0.5%;
    margin-left: 0.5%;
  }
  .campImg1 {
    width: 100%;
    height: 185px;
  }
  .camp_deBox {
    width: 1000px;
  }
  .camp_deImg1 {
    max-width: 100% !important;
    /* height: 650px; */
    vertical-align: bottom;
  }
  .camp_deBtn {
    width: 25%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .camp_deBox .campTags span {
    font-size: 1rem;
  }
  .camp_deBox .campName {
    font-size: 1.5rem !important;
  }
  #breadcrumb li a:hover {
    color: #999;
  }
  .flxboxcmn2.banner img {
    margin: 0.3em 0.34em;
    width: 185px;
  }
  #pageTop {
    bottom: 100px;
  }
  #pageTop a {
    width: 18px;
    height: 165px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  /*以下の時*/
  #pageTop {
    right: 20px;
    bottom: 20px;
  }
  .banners a.cmBtn.more,
  .banners p.cmBtn.more {
    padding: 0.5em 1em !important;
  }
}
@media screen and (min-width: 768px) and (min-width: 1201px) {
  /*以上の時*/
  #pageTop {
    right: 100px;
  }
}
@media screen and (min-width: 768px) {
  .pagination a:hover {
    background: #b47f09;
    color: #fff;
  }
  #gallery .bnr360 {
    margin-bottom: 30px;
  }
  #view360 #blandLink {
    margin-top: 30px;
  }
  #view360 #blandLink .flxboxcmn2 .aBland {
    /*width: 50%;*/
    width: 33.33%;
  }
  #view360 .aBland h3 {
    font-size: 2vw;
  }
  #view360 .mvBox h2 {
    background-size: 250px;
  }
  #view360 .aBland h3 img {
    width: 70px;
    padding: 5px;
  }
  #view360 .aBland .view360_3 h3 img {
    padding: 10px;
  }
  .flexBox .vrBox {
    width: 20%;
    height: 20%;
  }
  .flexBox .vrBox .vrTxtBox {
    font-size: 1.3em;
  }
  .flexBox .vrBox .vrTxtBox .logoBox {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .NewConts {
    background-image: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  /*以下の時*/
  html,
  body {
    min-width: 100%;
  }
  #siteHeader {
    width: 98%;
    margin: 0 auto;
  }
  #mainNav,
  #mainContents,
  #siteFooter {
    width: 100%;
    margin: 0 auto;
  }
  .in {
    width: 98% !important;
    /*text-align: center;*/
    margin-left: auto !important;
    margin-right: auto !important;
  }
  header {
    padding-bottom: 15px !important;
  }
  .mvBox h2 {
    font-size: 2.3em !important;
  }
  #blandLink .aBland {
    height: 250px !important;
  }
  body.subpage.others.index h2.H2 {
    margin: 3em auto 1em !important;
  }
  body#about h2.H2 {
    margin: 1em auto 0 !important;
  }
  /*MV*/
  section#mv.contents {
    margin-top: 45px !important;
  }
  .detail section#mv.contents {
    margin-top: 0px !important;
  }
  .main-slider.home .mv1,
  .main-slider.home .mv2,
  .main-slider.home .mv3,
  .main-slider.home .mv4,
  .main-slider.home .mv5 {
    height: 400px !important;
  }
  p.mvBlname span {
    font-size: 1.8em !important;
  }
  .slimgBox {
    width: 100% !important;
    height: 450px;
  }
  .blandContsbox {
    width: 100% !important;
  }
  .flxboxTBwp {
    display: flex;
  }
  .flxboxTBwp2 {
    display: flex;
    flex-direction: row-reverse;
  }
  .flxboxTBwp3 {
    display: flex;
    flex-wrap: wrap;
  }
  .flxboxTBwp4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .flxboxTBwp5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
  }
  /*width*/
  .wd98TB {
    width: 98% !important;
    margin-right: auto;
    margin-left: auto;
  }
  /*header*/
  .topright {
    width: 55% !important;
  }
  .nlist {
    display: block !important;
    position: fixed;
    top: 0.8em;
    right: 0.8em;
  }
  .spGmenu {
    display: none;
  }
  header {
    border-bottom: #b47f09 solid 1px;
  }
  /**/
  .bCimgBox {
    height: 0;
    padding-bottom: 40%;
  }
  .CDtxt {
    padding: 0.5em 0;
  }
  .NewsTopics {
    display: block !important;
  }
  .fbbox.wd30 {
    width: 90% !important;
    text-align: center;
    margin: 20px auto 0;
  }
  #footTop {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .flxboxcmn2 {
    justify-content: center;
  }
  .flxboxcmn2.banner img {
    margin-right: 0.05em !important;
    margin-left: 0.05em !important;
  }
  .mainNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .mainNav li {
    width: 25%;
    text-align: center;
    display: block;
    padding: 0 !important;
  }
  .mainNav li a {
    display: block !important;
    padding: 1.5em 0.5em !important;
  }
  .main-slider.detail {
    max-width: 100% !important;
  }
  #hotelConts a.cmBtn.more {
    width: 40% !important;
  }
  /*.exBox {
  	width: 48%!important;
  }*/
  .asobi-slider .slick-prev::before,
  .asobi-slider .slick-next::before {
    display: none !important;
  }
  .imgBox.experience {
    width: 100% !important;
  }
  /*aboutpage*/
  .mtTB20 {
    margin-top: 20px;
  }
  .overLaid {
    position: static !important;
  }
  .bgAbout1 {
    width: 100%;
    padding-bottom: 50%;
    height: 0 !important;
  }
  .overLaid .bgclrWhite {
    position: static !important;
    padding: 1.5em;
  }
  .bgAbout2 {
    padding: 5em;
  }
  .bgLogo {
    background-image: url(none) !important;
    background-position: top left 3%;
    background-repeat: no-repeat;
  }
  .rightTxt {
    line-height: 2 !important;
  }
  .bldBox {
    width: 48% !important;
    margin: 0 1% 1% 0 !important;
  }
  .bldBox:nth-child(even) {
    margin-right: 0 !important;
  }
  #aboutConts .flxboxTBwp3 a.cmBtn.more {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
  }
  .bldBox {
    padding: 2em 1.5em !important;
  }
  /*blandpage*/
  .banners {
    width: 100% !important;
  }
  .banners a.cmBtn.more,
  .banners p.cmBtn.more {
    padding: 0.7em 1em;
  }
  .banners:nth-child(odd) {
    width: 100% !important;
    margin-bottom: 20px;
  }
  /*feature*/
  .ftImg {
    max-height: initial;
  }
  .ftTitle {
    margin-top: 0 !important;
  }
  /*course*/
  .crsTitle {
    width: 40% !important;
    left: 5% !important;
  }
  .spotTime {
    width: 20%;
  }
  .crsCont {
    margin-top: -40px;
  }
  /*experience*/
  #experienceConts .wd65 {
    width: 100% !important;
  }
  .exBox {
    border-top: none !important;
  }
  .exBox:nth-child(2n) {
    border-left: 1px dotted #b47f09;
  }
  /*gallery*/
  .glBox {
    width: 32% !important;
  }
  /*access*/
  .accessMap {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .accessMap img {
    max-height: 60vh;
  }
  #access p.accBtn {
    margin: 0.5em 0.2em !important;
  }
  #access a.cmBtn.more {
    padding: 1em 0.1em !important;
  }
  /* camp */
  .campTop {
    margin-top: 45px !important;
  }
  /*footer*/
  #footNav,
  #siteFooter .snsbox {
    display: none;
  }
  #footTop {
    padding-bottom: 20px;
  }
  .footer-nav {
    font-weight: bold;
    font-size: 12px;
  }
  .footer-nav-menu {
    background-color: #222;
    display: block;
    height: auto;
  }
  .footer-nav-list {
    padding: 20px 0;
    border-bottom: 1px solid #111;
  }
  /* =多言語
  ---------------------------------------------------- */
  .ml .mainNav li {
    width: 100%;
  }
  .ml .topAM.enmap {
    margin-top: 20px;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  div.instagram {
    padding-top: 12.5% !important;
  }
  .ml .wd70.wd80TB {
    width: 80% !important;
  }
  .mlPics p {
    width: 48% !important;
  }
  /* =page view360
  ---------------------------------------- */
  #view360 .aBland h3 {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  .ml header {
    border-bottom: #b47f09 solid 1px;
  }
  .ml .nlist {
    display: block;
  }
  .ml .spGmenu {
    display: none;
  }
  .ml .mainNav {
    flex-wrap: wrap !important;
  }
  .ml .mainNav li {
    text-align: center;
  }
  html:lang(en) .ml .mainNav li {
    width: 100%;
  }
  html:lang(zh-TW) .ml .mainNav li, html:lang(zh-CN) .ml .mainNav li {
    width: 33%;
  }
  html:lang(zh-TW) .ml .mainNav li:nth-child(5), html:lang(zh-CN) .ml .mainNav li:nth-child(5) {
    width: 65%;
  }
  .ml section#mv.contents {
    margin-top: 55px;
  }
  .home.ml section#mv.contents {
    margin-top: 0;
  }
  .topAM.enmap {
    text-align: center;
  }
  .mlBlands {
    text-align: center;
    margin-right: 2%;
    margin-left: 4% !important;
    text-align: center;
  }
  .topAM.enmap {
    margin-right: 4%;
    margin-left: 2% !important;
    text-align: center;
  }
  .mlBlands a.cmBtn.more {
    border-radius: 0px;
  }
  .mlPics p {
    width: 24%;
  }
  .ml a.cmBtn.more:hover {
    background-color: rgba(255, 255, 255, 0);
    color: #000;
    opacity: 0.8;
  }
  .ml .footNav {
    flex-wrap: wrap;
  }
  .formlSNS {
    text-align: center;
  }
  .forSNS {
    text-align: center;
  }
  .forSNS::after {
    content: "公式SNS";
    font-size: 0.8em;
  }
  .formlSNS::after {
    content: "Official";
    font-size: 0.8em;
  }
  .newBox a div.flxboxcmn3 {
    width: 90%;
  }
  .newBox a .cright {
    width: 10%;
    text-align: right;
  }
  .labeNew {
    width: 10%;
  }
  .imgNew {
    width: 20%;
  }
  .newTtl {
    width: 70%;
  }
  .NewConts {
    background-image: url(../img/new1.png);
    background-repeat: no-repeat;
    background-position: left 2% top 30%;
  }
  #gallery a.cmBtn.dlw {
    width: 45%;
  }
  #gallery .downloadBox {
    padding: 40px;
    width: 80%;
  }
  #gallery .downloadBox button[type=submit] {
    width: 12%;
  }
  body#feature.subpage.others.detail h2.H2 {
    margin: 0;
    font-size: 1.8em;
    text-align: left;
    border-left: 5px solid;
    padding-left: 8px;
    line-height: 1.2;
  }
  h4.subtitle {
    color: #000;
  }
  .menu {
    padding: 2em;
    padding-top: 1.2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #dcdcdc;
    font-weight: bold;
    font-size: 1.1em;
    align-items: end;
    z-index: 0;
    height: 90px;
  }
  .menu a {
    cursor: pointer;
  }
  .menu a img {
    width: 30px !important;
    margin-right: 4px;
  }
  .menu::after {
    content: none;
  }
  .return {
    display: none;
  }
  .main_area {
    display: flex;
    flex-wrap: wrap;
  }
  .nav_menu input,
  #menu_button {
    display: none;
  }
  #global {
    position: relative;
    z-index: 100;
  }
  #about {
    display: none !important;
  }
  .logo-img {
    padding: 30px;
  }
  .logo-about {
    padding: 30px;
    width: 50%;
    margin: 0 auto;
  }
  .sub_logo {
    text-align: center;
    /* font-family: 'Yu Mincho', 'Hiragino Mincho ProN','Hiragino Mincho Pro','Meiryo',sans-serif; */
    padding: 1em;
    width: 15%;
    margin: 0 auto;
  }
  .logo-img a {
    display: block;
  }
  .title {
    margin: 32px auto;
  }
  .title h2 {
    font-size: 2em;
  }
  #culture .sub_title {
    font-size: 1.5em;
  }
  .sub_title {
    font-size: 1.5em;
  }
  .sub_title h4 {
    font-weight: bold;
    display: inline-block;
    letter-spacing: 0.2rem;
    font-size: 32px;
  }
  .content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-between;
    align-items: center;
  }
  .content .text_button {
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    display: inline;
    word-break: break-all;
    letter-spacing: 0.2rem;
    padding: 16px;
  }
  .content .text p {
    display: inline-block;
    font-size: 1.6em;
    padding-top: 1em;
  }
  .text_button .btn_gold {
    width: 70%;
    margin: 32px auto;
  }
  .content .image {
    text-align: center;
    width: 50%;
    display: flex;
    justify-content: center;
  }
  .content:nth-child(odd) {
    flex-direction: row-reverse;
  }
  #culture .sub_title {
    color: #303030;
    text-align: center;
    margin: 32px auto 64px;
    /* font-family: 'Yu Mincho', 'Hiragino Mincho ProN','Hiragino Mincho Pro','Meiryo',sans-serif; */
  }
  .center_content {
    width: 80%;
  }
  #carousel_1 {
    width: 80%;
    margin: 32px auto;
    display: flex;
    flex-wrap: wrap;
  }
  #carousel_1 .image {
    width: 25%;
    position: relative;
    text-align: center;
  }
  #carousel_1 .tag {
    font-size: 16px;
    display: inline-block;
    z-index: 1;
    padding: 4px 16px;
    color: #303030;
    background-color: goldenrod;
    position: absolute;
    top: 5%;
    left: 15%;
  }
  .btn_gold {
    display: inline-block;
    width: 40%;
    margin: 16px auto;
    padding: 1.2rem 2rem;
    font-weight: bold;
    font-size: 1.2em;
    border: none;
    position: relative;
    text-align: center;
    border-radius: 10px;
    color: #303030;
    background: #e4c963;
    box-shadow: 0 6px 0 #a48923;
    position: relative;
  }
  .entry_button .btn_gold {
    width: 60%;
  }
  .btn_silver {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 40%;
    margin: 32px auto 16px;
    border: none;
    font-weight: bold;
    font-size: 1.2em;
    padding: 1.2rem 2rem;
    text-align: center;
    border-radius: 10px;
    position: relative;
    color: #303030;
    background-color: #c0c0c0;
    box-shadow: 0 6px 0 #8c8c8c;
  }
  .article_list {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .article {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    width: 45%;
    margin: 16px auto;
    border: solid 1px hsl(0, 2%, 73%);
    box-sizing: border-box;
    box-shadow: 2px 2px 2px #303030;
    padding: 16px;
    text-align: center;
    word-break: break-all;
    letter-spacing: 0.2rem;
    position: relative;
  }
  .article .tag {
    text-align: center;
    display: inline-block;
    padding: 8px 16px;
    margin: 0;
    width: 20%;
    color: #303030;
    background-color: goldenrod;
    position: absolute;
    top: 0;
    left: 0;
  }
  #searchBox {
    margin: 80px auto 40px;
  }
  .flex_feature {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 32px auto;
    border-bottom: solid 1px hsl(0, 2%, 73%);
    box-sizing: border-box;
    padding: 16px;
    text-align: center;
    word-break: break-all;
    letter-spacing: 0.2rem;
    position: relative;
    align-items: center;
  }
  .flex_text {
    width: 60%;
    display: flex;
    flex-flow: column;
  }
  .feature_article img {
    width: 30%;
    height: 30%;
  }
  .feature_article .feature_article_body {
    width: 100%;
    text-align: left;
    display: inline-block;
    margin: 8px auto 48px;
    letter-spacing: 0.2rem;
  }
  .feature_article .area_tag span,
  .feature_article .cat_tag span {
    margin: 16px auto;
  }
  .see_more {
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 8px 32px;
  }
  #featureConts .yokoPC .srcmBox {
    width: 45%;
  }
  .yokoPC2 input.srcmBox {
    width: 60%;
    margin-right: 2%;
  }
  .yokoPC2 button.srcmBox,
  .yokoPC2 a.srcmBox {
    width: 28% !important;
  }
  .company_article_list {
    width: 1000px;
    margin: 0 auto 50px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .company_article {
    width: 32%;
    margin: 0 1% 16px 0;
    position: relative;
  }
  .company .yokoPC2 input.srcmBox {
    width: 30%;
    margin-right: 2%;
  }
  #slideImgCP {
    text-align: center;
  }
  #slideImgCP .imgBox {
    height: auto;
    max-height: 100px;
    width: 23.5% !important;
    margin: 0 2% 0 0;
  }
  #slideImgCP .slick-track {
    transform: unset !important;
    opacity: 0.6;
    transform: translate3d(-183px, 0px, 0px);
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #slideImgBox .imgBox {
    width: 100%;
    height: 50vh;
    overflow: hidden;
  }
  #slideImgBox .imgBox img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
  }
  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .slick-list.draggable {
    width: 60vw;
    margin: auto;
  }
  .slick-initialized .slick-slide {
    display: block;
  }
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }
  .slick-slide img {
    display: block;
    margin: 0 auto;
  }
  .ofi2 {
    -o-object-fit: contain;
       object-fit: contain;
    font-family: "object-fit: contain;";
  }
  .flex_company {
    height: 400px;
  }
  .flex_menu {
    width: 100%;
  }
  .flex_menu ul {
    width: 100%;
    justify-content: space-around;
  }
  .flex_menu ul:after {
    display: none;
  }
  .flex_menu li {
    display: block;
    width: 40%;
    margin: 8px;
    height: -moz-max-content;
    height: max-content;
  }
  .sns-post-box .sclFb,
  .sns-post-box .sclTw,
  .sns-post-box .sclLine {
    width: 130px;
    display: inline-block;
  }
  .in {
    width: 100%;
    min-width: 768px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .homeItemList .inner .homeItemList-txt {
    margin-top: 20px;
    padding: 0 1rem;
  }
  .news {
    width: 45%;
  }
  a.btnView2 {
    color: #fff;
    font-size: small;
    background-color: #b47f09;
    padding: 0.75em 2em;
    margin: 16px;
    display: inline-block;
    transition: background-color 0.5s linear;
    border-radius: 100vh;
    width: 20%;
    text-decoration: none;
    word-break: break-all;
  }
  a.btnView2:hover {
    background: goldenrod;
    transition: 0.3s;
  }
  .member_tag {
    position: absolute;
    background: goldenrod;
    display: inline-block;
    width: auto;
    padding: 8px;
    top: 0;
  }
  .contentBox {
    background-image: url("../img/pillargold.png"), url("../img/pillarsilver.png");
    background-position: left 0% center, right 0% center;
    background-repeat: no-repeat, no-repeat;
    background-size: 3%;
  }
  .shop {
    padding-top: 32px;
  }
  .mv-round {
    /* background: #fff; */
    background: transparent !important;
    width: 30%;
    opacity: 0.8;
    /* border-top-right-radius: 50%; */
    /* border-bottom-right-radius: 50%; */
    height: 20%;
    position: absolute;
    top: 40%;
    left: 35%;
  }
  .logo-txt {
    display: inline-block;
    width: 100%;
    text-align: center;
    /* font-family: serif; */
    font-size: x-large;
  }
  .coupon .left {
    width: 50%;
    font-weight: 800;
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
    padding: 40px 0;
    background: linear-gradient(-45deg, #ffe8cf, #f7a44d);
  }
  #map {
    padding-bottom: 5em;
  }
  .area-map {
    position: relative;
  }
  .map_icon {
    padding: 1em 2.5em;
    border: 1px solid #333;
    width: -moz-fit-content;
    width: fit-content;
    border-left: 2em solid #333;
    position: absolute;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
    font-weight: bold;
  }
  .map_icon:hover {
    transform: scale(1.1);
    transition: 0.3s;
  }
  .area1 {
    border-color: rgb(194, 196, 47);
    top: 10%;
    right: 10%;
  }
  .area2 {
    border-color: rgb(103, 175, 225);
    right: 15%;
    top: 40%;
  }
  .area3 {
    border-color: rgb(128, 194, 192);
    bottom: 20%;
    right: 25%;
  }
  .area4 {
    border-color: rgb(85, 94, 169);
    top: 45%;
    left: 28%;
  }
  .area5 {
    border-color: rgb(176, 119, 176);
    bottom: 0%;
    right: 28%;
  }
  .area6 {
    border-color: rgb(229, 120, 151);
    bottom: 0;
    left: 17%;
  }
  .area7 {
    border-color: rgb(206, 125, 92);
    top: 10%;
    left: 28%;
  }
  .howtoBox {
    margin: 2em auto 0;
    padding-bottom: 5em;
  }
  #campaign-form .benefit {
    position: relative;
  }
  #campaign-form .point {
    width: 30%;
    position: absolute;
    top: -10%;
    left: -5%;
  }
  #campaign-form .benefit_txt {
    position: absolute;
    bottom: -5%;
    display: block;
    text-align: center;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    font-size: 1.2em;
    padding: 1em;
  }
  #top .flow {
    background-image: url(../img/top/arrow.png);
    background-repeat: no-repeat;
    background-size: 60%;
    background-position: center;
  }
  #top .flow .clm4 li {
    width: 240px;
    height: 240px;
    -o-object-fit: scale-down;
       object-fit: scale-down;
  }
  #top .flow .clm4 p {
    font-size: 1.4em;
    font-weight: 700;
  }
  .sticky .signup,
  .sticky .login {
    display: flex;
    position: fixed;
    padding: 1.2em;
    border-radius: 1.2em 0 0 1.2em;
    font-size: 1.5em;
    width: 2%;
    font-weight: bold;
    align-items: center;
    z-index: 100;
    writing-mode: vertical-rl;
  }
  .sticky .signup {
    top: 45%;
    right: 0;
    background: #e4c963;
  }
  .sticky .login {
    top: 65%;
    right: 0;
    background: #c0c0c0;
  }
  .photolist {
    display: flex;
    flex-wrap: wrap;
    margin: 1em;
    cursor: pointer;
    justify-content: space-around;
  }
  .photolist a {
    display: block;
    position: relative;
    width: 23%;
    margin: 1em 0.5em;
    overflow: hidden;
  }
  .photolist p {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 1em;
    bottom: 0;
  }
  .photolist li:hover {
    opacity: 0.8;
    transition: 0.3s;
  }
  .news {
    display: flex;
    flex-flow: column;
    align-items: baseline;
    justify-content: space-between;
    margin: 16px auto;
    box-sizing: border-box;
    word-break: break-all;
    padding: 1em 2em;
    background: #fff;
    border-radius: 3em;
  }
  .member_txt {
    padding: 0 1.2em 2em;
    font-size: 1.1em;
    padding-left: 3em;
  }
  .member_content {
    background-image: url(../img/top/member.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 100%;
    margin-bottom: 2.5em;
    padding-top: 1em;
    border-radius: 2.5em;
  }
  .howto_txt {
    font-size: 1.2em;
    line-height: 2em;
    text-align: center;
  }
  .howto_txt h2 {
    margin: 2em;
  }
  .newsList {
    margin-bottom: 2em;
  }
  .newsList .newsCard {
    border-bottom: 1px #ccc dotted;
    padding: 2em 1.2em;
    position: relative;
  }
  .newsList .newsCard:last-child {
    border: none;
  }
  .newsList .newsCard .label_post {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #mv .news_title {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 1;
    padding: 0.5em 1em;
    text-align: center;
    margin-bottom: 0.5em;
  }
  .newsList .newsCard h3 {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 1;
    padding: 0.5em 1em;
    text-align: center;
    margin-bottom: 0.5em;
  }
  .newsList .newsCard .news_txt {
    padding-left: 2em;
  }
  #mv .news_title::after,
  .newsList .newsCard h3::after {
    content: attr(data-content);
    background-color: #e4c963;
    width: 100%;
    height: 0%;
    padding: 0.5em 1.2em;
    position: absolute;
    bottom: 10%;
    left: 0;
    z-index: -1;
  }
  .mp_photo {
    position: relative;
    text-align: center;
  }
  .mp_photo img {
    width: 70%;
  }
  .mp_photo .ribbon {
    position: absolute;
    top: 0;
    left: 10%;
    padding: 0.5em 1em;
    background-color: #e4c963;
    font-size: 1.2em;
    font-weight: bold;
    width: 30%;
    text-align: center;
    transform: rotate(-15deg);
  }
  .month_photo h3 {
    background-color: #e4c963 !important;
  }
  .month_photo .photoList .imgBox {
    height: 200px;
    overflow: hidden;
  }
  .month_photo .photoList .imgBox img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  #goodsContents {
    width: 100%;
    padding: 4rem;
    position: relative;
  }
  .wd1200p {
    width: 1200px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }
  .goodsDetail {
    display: flex;
    /* justify-content: center; */
    align-items: center;
  }
  #goodsContents .goodsDetail:nth-child(even) {
    display: flex;
    flex-direction: row-reverse;
  }
  .goodsImg {
    width: 50%;
    height: auto;
  }
  .goodsText {
    width: 50%;
    /* text-align: left; */
    padding: 3em;
  }
  .goodsText .goodsText2 {
    font-size: 1.2em;
    line-height: 1.8;
    text-align: left;
  }
  .goodsDetail h2 {
    font-size: 2.5em;
    margin-bottom: 0.5em;
    color: #e9c87b;
    text-align: left;
  }
  .goodsDetail h3 {
    font-size: 1.5em;
    margin-bottom: 10px;
    line-height: 1.4em;
    text-align: left;
  }
  .goodsBtn a {
    background-color: #e9c87b;
    margin-top: 20px;
    font-size: 1rem;
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 15px;
    text-align: center;
  }
  .goodsBtn a:hover {
    color: #fff;
    background-color: #ff904f;
  }
  #container h2 .alc {
    font-size: 32px;
  }
  .title .alc {
    font-size: 32px;
    margin: 40px;
  }
  .detailKome {
    margin-top: 50px;
  }
  .detailImg {
    height: 320px;
  }
  .feature_content img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .feature_content .art_title {
    font-size: 17px;
    margin-top: 15px;
    text-align: center;
  }
  .click_event {
    cursor: pointer;
    text-align: center;
    border: 2px solid #ff904f;
    padding: 15px;
    font-size: 1rem;
    width: 80%;
    margin: auto;
  }
  .click_event p::after {
    padding-left: 1em;
    content: "▼";
  }
  .click_event.is-active p::after {
    padding-left: 1em;
    content: "▲";
  }
  .accordion {
    opacity: 0;
    /* font-size: 1.05em;
    height: 0;
    line-height: 1.8;
    padding: 2em;
    transition-duration: 0.4s; */
    transition-duration: 0.4s;
    z-index: 0;
  }
  .accordion .feature_article_body {
    display: none;
  }
  .accordion.is-open {
    opacity: 1;
    padding: 2em;
    height: auto;
    font-size: 1.05em;
    line-height: 1.8;
    transition-duration: 0.4s;
    z-index: 0;
  }
  .accordion.is-open .feature_article_body {
    display: block;
  }
  .detailKome a {
    font-size: 20px;
  }
  .detailBtn {
    text-align: center;
    padding: 30px;
    z-index: 10000;
  }
  .detailBtn a {
    background-color: #e9c87b;
    font-size: 1rem;
    border-radius: 15px;
    display: inline-block;
    padding: 20px;
  }
  .detailBtn a:hover {
    background-color: #ff904f;
    color: #fff;
  }
  .c-title--large {
    font-size: 31.5px;
  }
  .campaign-information {
    padding-top: 48px;
  }
  .campaign-information__inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    -moz-column-gap: 64px;
         column-gap: 64px;
  }
  .campaign-information__left {
    font-size: 1.2em;
    line-height: 2em;
    text-align: center;
    row-gap: 24px;
  }
  .campaign-information__title {
    font-size: 22px;
    /* margin: 0 auto 32px; */
    margin-bottom: 32px;
  }
  .stamp__button {
    padding: 16px 32px;
  }
  .stamp-inner {
    max-width: 1200px;
    margin: 0 auto;
  }
  .stamp-inner__title {
    text-align: center;
    margin-bottom: 16px;
  }
  .stamp-inner__title--large {
    font-size: 31.5px;
  }
  .stamp-inner__title--number {
    font-size: 20px;
  }
  .stamp-inner__title--name {
    font-size: 24px;
  }
  .stamp-inner__description {
    margin-top: 24px;
    margin-bottom: 24px;
  }
  .stamp-inner__description--blue {
    font-size: 20px;
  }
  .stamp-inner__list {
    grid-template-columns: repeat(10, 1fr);
    gap: 24px;
  }
  .stamp-inner__item-image {
    margin-bottom: 8px;
  }
  .stamp-inner__item-text {
    font-size: 16px;
  }
  .stamp-possession {
    max-width: 1200px;
    margin: 40px auto;
    padding: 80px 24px 24px 24px;
  }
  .stamp-possession__title {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .stamp-possession__list {
    grid-template-columns: repeat(5, 1fr);
    gap: 24px;
  }
  .stamp-possession__item {
    padding: 24px;
    row-gap: 16px;
    margin-top: 32px;
  }
  .stamp-possession__item-text {
    font-size: 20px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .stamp-possession__point {
    font-size: 18px;
    padding: 8px 24px;
    border-radius: 8px;
  }
  .stamp-possession__item-shop {
    padding-bottom: 2px;
  }
  .stamp-application {
    max-width: 1200px;
    margin: 40px auto;
    padding: 80px 24px 24px 24px;
  }
  .stamp-application__title {
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .stamp-application__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
  }
  .stamp-application__item-left {
    width: 30%;
  }
  .stamp-application__item-right {
    width: 70%;
  }
  .stamp-application__item-inner {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .stamp-application__item-right {
    row-gap: 8px;
  }
  .stamp-application__item-title {
    font-size: 20px;
  }
  .stamp-application__item-text {
    font-size: 16px;
  }
  .stamp-product {
    padding-top: 64px;
    padding-bottom: 64px;
  }
  .stamp-product__prize {
    font-size: 16px;
    padding: 16px 24px;
    top: -49px;
  }
  .stamp-product__list {
    grid-template-columns: 1fr 1fr;
    gap: 32px;
  }
  .stamp-product__inner {
    margin: 0 auto;
    max-width: 1200px;
  }
  .stamp-product__title {
    font-size: 24px;
    margin-bottom: 40px;
  }
  .stamp-product__item {
    margin-top: 48px;
    row-gap: 16px;
  }
  .stamp-product__item--application {
    margin-top: 0;
  }
  .stamp-product__item-title {
    font-size: 22px;
  }
  .stamp-product__item-left {
    width: 45%;
  }
  .stamp-product__item-inner {
    -moz-column-gap: 16px;
         column-gap: 16px;
  }
  .stamp-product__item-right {
    width: 70%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    row-gap: 16px;
    padding-top: 24px;
    padding-bottom: 24px;
  }
  .stamp-product__top {
    margin-top: 64px;
  }
  .product-application {
    margin-bottom: 56px;
    padding: 32px;
  }
  .stamp-product__description,
  .stamp-product__sub-description {
    padding: 16px;
    row-gap: 8px;
  }
  .stamp-product__item-image {
    height: 100%;
  }
  .product-application__form {
    row-gap: 24px;
  }
  .product-application__buttons {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .product-application__label {
    font-size: 18px;
    border-left: 4px solid #333;
    padding-left: 8px;
  }
  .product-application__input {
    font-size: 18px;
    padding: 4px;
  }
  .product-application__select {
    height: 40px;
  }
  .stamp-nav {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .stamp-nav__item {
    padding: 16px 48px;
  }
  .stamp-nav__item::after {
    top: 11px;
    right: 14px;
    width: 16px;
    height: 16px;
  }
  .stamp-table__order {
    grid-template-columns: 1fr 2fr 2fr 3fr 2fr;
  }
  .stamp-table__column {
    padding: 16px;
  }
  .stamp-table__column--1 {
    font-weight: 600;
    font-size: 20px;
  }
  .stamp-possession__item-area {
    top: -34px;
    padding: 8px 16px;
  }
  .stamp-table__column {
    border-right: 1px solid #333;
  }
  .stamp-table__column--0,
  .stamp-table__column--2 {
    font-size: 20px;
  }
  .stamp-table__column--0-1,
  .stamp-table__column--0-2,
  .stamp-table__column--0-3 {
    font-size: 16px;
  }
  .stamp-table__order:last-child {
    border-bottom: none;
  }
  .stamp-history__item--0 {
    font-size: 18px;
    font-weight: 600;
  }
  .stamp-history__item {
    -moz-column-gap: 24px;
         column-gap: 24px;
  }
  .stamp-history__item-column {
    padding: 8px;
  }
  .stamp-privacy {
    padding: 32px;
    margin-top: 32px;
    margin-bottom: 32px;
    row-gap: 8px;
  }
  .stamp-rally__iframe {
    width: 80%;
    aspect-ratio: 3/2;
  }
}
@media screen and (min-width: 768px) {
  /* --------------
   reset
  -------------- */
  input[type=submit],
  label {
    cursor: pointer;
  }
  /* --------------
   base
  -------------- */
  .ifsp {
    display: none !important;
  }
  .ifpcalc {
    text-align: center;
  }
  a img,
  li {
    transition: ease 0.1s;
  }
  a .inner, a:before, a:after {
    transition: ease 0.1s;
  }
  a:hover img, a:hover:before, a:hover:after {
    transition: ease 0.4s;
  }
  li:hover {
    transition: ease 0.4s;
  }
  a {
    transition: ease 0.1s;
  }
  a:hover {
    transition: ease 0.4s;
  }
  a:hover .inner {
    transition: ease 0.4s;
  }
  .relative {
    position: relative;
  }
  .sticky {
    position: sticky;
    top: 0;
  }
  /* --------------
   modules css
  -------------- */
  /* ---------- float */
  .fll {
    float: left;
  }
  .flr {
    float: right;
  }
  .flc {
    margin-left: auto;
    margin-right: auto;
  }
  /* ---------- width */
  .wd5 {
    width: 5% !important;
  }
  .wd10 {
    width: 10% !important;
  }
  .wd15 {
    width: 15% !important;
  }
  .wd20 {
    width: 20% !important;
  }
  .wd25 {
    width: 25% !important;
  }
  .wd30 {
    width: 30% !important;
  }
  .wd35 {
    width: 35% !important;
  }
  .wd40 {
    width: 40% !important;
  }
  .wd45 {
    width: 45% !important;
  }
  .wd48 {
    width: 48% !important;
  }
  .wd50 {
    width: 50% !important;
  }
  .wd55 {
    width: 55% !important;
  }
  .wd60 {
    width: 60% !important;
  }
  .wd65 {
    width: 65% !important;
  }
  .wd70 {
    width: 70% !important;
  }
  .wd75 {
    width: 75% !important;
  }
  .wd80 {
    width: 80% !important;
  }
  .wd85 {
    width: 85% !important;
  }
  .wd90 {
    width: 90% !important;
  }
  .wd95 {
    width: 95% !important;
  }
  .wd100 {
    width: 100% !important;
  }
  .wd200p {
    width: 200px;
  }
  .wd320p {
    width: 320px;
  }
  .wdx500p {
    max-width: 500px;
  }
  .wdx600p {
    max-width: 600px;
  }
  .wdx640p {
    max-width: 640px;
  }
  .wdx800p {
    max-width: 800px;
  }
  .wdx960p {
    max-width: 960px;
  }
  .wdx1000p {
    max-width: 1000px;
  }
  .wdx1200p {
    max-width: 1200px;
  }
  .nomargin {
    margin: 0;
  }
  /* visual */
  #visual {
    width: 100%;
    height: 100vh !important;
    position: fixed;
    top: 0;
    z-index: -2;
  }
  #visual iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  #visual #movieCover {
    width: 100%;
    height: 100vh;
    margin-bottom: 50vh;
    position: absolute;
    top: 0;
    z-index: 1;
  }
  #logo_fix {
    z-index: -1;
  }
  .icon_area {
    position: fixed;
    top: 38%;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
  }
  #read_txt {
    margin-top: 100vh;
    position: relative;
    width: 100%;
    height: 130vh;
    padding-bottom: 30vh;
    z-index: 1;
  }
  .aboutus {
    padding-top: 25vh;
    width: 100%;
    height: 130vh;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);
  }
  .aboutus img {
    width: 40%;
  }
  .fadein {
    opacity: 0.1;
    transform: translate(0, 120px);
    transition: all 800ms;
  }
  .fadein.scrollin {
    opacity: 1;
    transform: translate(0, 0);
  }
  /* 画面内に入った状態 */
  .fadeInDown {
    animation-fill-mode: both;
    animation-duration: 1s;
    animation-name: fadeInDown;
    visibility: visible !important;
  }
  @keyframes fadeInDown {
    0% {
      opacity: 0;
      transform: translateY(20px);
    }
    100% {
      opacity: 1;
      transform: translateY(0);
    }
  }
  #mainContents {
    background: #fff;
    z-index: 100;
  }
  #subContants {
    background: #fff;
  }
  /* ----- images */
  .imgL {
    float: left;
    margin-right: 1rem;
    margin-bottom: 1rem;
  }
  .imgR {
    float: right;
    margin-left: 1rem;
    margin-bottom: 1rem;
  }
  /* ----- base width */
  body,
  #header,
  #footer,
  #mainContents {
    width: 100%;
    min-width: 768px;
  }
  .in {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
  }
  .flexwrap {
    display: flex;
  }
  .flexwrap:after {
    display: none;
  }
  .as-start {
    align-self: flex-start;
  }
  .as-end {
    align-self: flex-end;
  }
  .as-center {
    align-self: center;
  }
  /* --------------
   common
  -------------- */
  /* =header
  -------------------------------------------------------------- **/
  #header aside .flexwrap {
    justify-content: space-between;
    align-items: center;
  }
  #header aside .header-aside-menu {
    margin: 5px;
    text-align: right;
  }
  /* =siteHeader
  ---------------------------------------------------- */
  #siteHeader {
    position: relative;
  }
  #siteHeader .logo {
    align-self: center;
    max-width: 420px;
    padding: 10px;
    float: left;
  }
  /* =globalNav
  ---------------------------------------------------- */
  /* =container
  -------------------------------------------------------------- **/
  /* #mainContents {
  	margin-top: 50vh;
  } */
  /* =sidebar
  ---------------------------------------------------- */
  /* =aside
  ------------------------------------------ */
  /* =bnrarea
  -------------------------------------------------------------- **/
  /* =footer
  -------------------------------------------------------------- **/
  /* =siteFooter
  ---------------------------------------------------- */
  /* =copyright
  ---------------------------------------------------- */
  /* =pageTop
  -------------------------------------------------------------- **/
  /* --------------
   page contents
  -------------- */
  /* =home
  ---------------------------------------------------- */
  /* =feature
  ---------------------------------------------------- */
  /*feature detail*/
  /*.ftImg .cap {
  	position: absolute;
  	bottom: -25px;
  	left: 0;
  	right: 0;
  }*/
  /*featureBox0*/
  /*featureBox1*/
  /*featureBox2*/
  /*featureBox3*/
  /*detail*/
  /*.detail .exBox a {
  	margin: 0 .22%;
  }*/
  /*.detail .exBox:nth-child(3) {
  	margin-right: 0;
  }

  .detail .exBox.slick-slide {
  	margin: 0 .05%;
  }*/
  /* =course
  ---------------------------------------------------- */
  /* =access
  ---------------------------------------------------- */
  /* =camp
  ---------------------------------------------------- */
  /* =breadcrumb
  ---------------------------------------------------- */
  /* =headline / titles
  ---------------------------------------------------- */
  /* =sidebar
  ---------------------------------------------------- */
  /* =aside
  ------------------------------------------ */
  /* =footer
  -------------------------------------------------------------- **/
  /*banner*/
  /* =siteFooter
  ---------------------------------------------------- */
  /* =copyright
  ---------------------------------------------------- */
  /* =pageTop
  -------------------------------------------------------------- **/
  /* --------------
   home contents
  -------------- */
  /* =visual
  ---------------------------------------------------- */
  /* --------------
   subpages contents
  -------------- */
  /* =page shop
  ---------------------------------------------------- */
  /* =page view360
  ---------------------------------------- */
  /*--- VR Contents--- */
  /* --ここまで1100以下の時-- */
  /* =多言語
  ---------------------------------------------------- */
  /*gallery renew*/
  /* .main_area {
  	margin: 0;
      min-height: 490px;
      max-height: 545px;
      height: 75vh;
      position: relative;
      background: url(../img/common/bg_header.png) no-repeat center center;
      background-size: cover;
  	overflow: hidden;
  } */
  /* .content .text {
  	width: 50%;
  	box-sizing: border-box;
  	display: flex;
  	word-break: break-all;
  	letter-spacing: .2rem;
  	padding: 16px;
  	justify-content: center;
  } */
  /* slick slider */
  /* mypage */
  /* pagetop */
  /* slick */
  /* howto */
  /* .photolist li:hover img {
  	transform: scale(1.05);
  	transition: .3s;
  } */
  /* mypage */
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
  /*以下の時*/
  #siteHeader .logo {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  body:not(.home) #siteHeader .logo {
    width: 20%;
  }
  #globalNav {
    border-top: #aaa solid 1px;
    border-bottom: #aaa solid 1px;
    font-size: 1.1rem;
  }
  #globalNav ul {
    display: flex;
    justify-content: space-around;
    border-right: #aaa solid 1px;
  }
  #globalNav ul:after {
    display: none;
  }
  #globalNav li {
    width: 100%;
    border-left: #aaa solid 1px;
    position: relative;
  }
  #globalNav li a {
    display: flex;
    height: 100%;
    padding: 1em 5px;
    text-align: center;
    flex-direction: column;
    justify-content: center;
  }
  #globalNav li a > span:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  #globalNav li.menu-anime a:hover *[data-fa-i2svg] {
    color: #ff5b5b;
  }
  #globalNav li.menu-prod a:hover *[data-fa-i2svg] {
    color: #25adf9;
  }
  #globalNav li.menu-pickup a:hover *[data-fa-i2svg] {
    color: #23bfa2;
  }
  #globalNav li.menu-groupbuying a:hover *[data-fa-i2svg] {
    color: #f37413;
  }
  #globalNav li.menu-help a:hover *[data-fa-i2svg] {
    color: #a95fa9;
  }
  #globalNav li.menu-faq a:hover *[data-fa-i2svg] {
    color: #416ee8;
  }
  #globalNav li.menu-post a:hover *[data-fa-i2svg] {
    color: #51b120;
  }
  .contents {
    width: 100%;
    position: relative;
  }
  .clm2,
  .clm3,
  .clm4,
  .clm5,
  .clm6,
  .clm1-2 {
    display: flex;
    flex-flow: row wrap;
    align-items: stretch;
    margin-left: -10px;
    justify-content: center;
    margin-bottom: 50px;
  }
  .clmnosp {
    margin-left: 0;
  }
  .clm2 > * {
    width: calc(50% - 10px);
  }
  *::-ms-backdrop,
  .clm2 > * {
    width: calc(50% - 10px);
    /* IE11 */
  }
  .clm3 > * {
    width: calc(33.3333333333% - 10px);
  }
  *::-ms-backdrop,
  .clm3 > * {
    width: calc(33.33% - 10px);
    /* IE11 */
  }
  .clm4 > * {
    width: calc(25% - 10px);
  }
  *::-ms-backdrop,
  .clm4 > * {
    width: calc(25% - 10px);
    /* IE11 */
  }
  .clm5 > * {
    width: calc(20% - 10px);
  }
  *::-ms-backdrop,
  .clm5 > * {
    width: calc(20% - 10px);
    /* IE11 */
  }
  .clm6 > * {
    width: calc(16.6666666667% - 10px);
  }
  *::-ms-backdrop,
  .clm6 > * {
    width: calc(16.66% - 10px);
    /* IE11 */
  }
  .clm10 > * {
    width: calc(10% - 10px);
  }
  *::-ms-backdrop,
  .clm10 > * {
    width: calc(10% - 10px);
    /* IE11 */
  }
  .clm2.clmnosp > * {
    width: 50%;
  }
  *::-ms-backdrop,
  .clm2.clmnosp > * {
    width: 50%;
    /* IE11 */
  }
  .clm3.clmnosp > * {
    width: 33.3333333333%;
  }
  *::-ms-backdrop,
  .clm3.clmnosp > * {
    width: 33.33%;
    /* IE11 */
  }
  .clm4.clmnosp > * {
    width: 25%;
  }
  *::-ms-backdrop,
  .clm4.clmnosp > * {
    width: 25%;
    /* IE11 */
  }
  .clm5.clmnosp > * {
    width: 20%;
  }
  *::-ms-backdrop,
  .clm5.clmnosp > * {
    width: 20%;
    /* IE11 */
  }
  .clm6.clmnosp > * {
    width: 16.6666666667%;
  }
  *::-ms-backdrop,
  .clm6.clmnosp > * {
    width: 16.66%;
    /* IE11 */
  }
  .clm2 > *,
  .clm3 > *,
  .clm4 > *,
  .clm5 > *,
  .clm6 > *,
  .clm10 > * {
    margin-left: 10px;
  }
  .clm2.clmnosp > *,
  .clm3.clmnosp > *,
  .clm4.clmnosp > *,
  .clm5.clmnosp > *,
  .clm6.clmnosp > * {
    margin-left: 0;
  }
  .clm2 > * > a,
  .clm3 > * > a,
  .clm4 > * > a,
  .clm5 > * > a,
  .clm6 > * > a,
  .clm10 > * > a {
    position: relative;
    display: block;
    height: 100%;
  }
  .footer-nav {
    font-weight: bold;
    font-size: 16px;
  }
  .footer-nav-menu {
    background-color: #222;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
  }
  .footer-nav-list {
    margin: 0 20px;
  }
  .footer-nav-list a {
    color: #fff;
  }
  .footmenu-wrap {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 1em;
         column-gap: 1em;
  }
  .footmenu {
    -moz-columns: 20em;
         columns: 20em;
    -moz-column-gap: 1em;
         column-gap: 1em;
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  .footmenu li {
    page-break-inside: avoid;
    -moz-column-break-inside: avoid;
         break-inside: avoid;
  }
  #featureConts .yokoPC .srcmBox {
    width: 49%;
  }
  #companiesConts .yokoPC .srcmBox {
    width: 45%;
  }
  #companiesConts .expTxt {
    width: 80%;
    margin: auto;
  }
  #companiesConts .expTxt p {
    border: 5px double #ccc;
    padding: 1em;
  }
  #featureConts .yokoPC .srcmBox:nth-child(2) {
    width: 49%;
    margin-left: auto;
  }
  .imgBox.feature {
    height: 195px;
  }
  .ftName {
    margin-top: 24px;
  }
  .ftImg {
    /*max-height: 70vh;*/
    position: relative;
    margin-bottom: 1em;
  }
  .ftTag {
    display: inline-block;
    margin-left: 2em;
    vertical-align: bottom;
  }
  .ftflx1 .title {
    font-size: 1.5em;
  }
  h4.subtitle {
    font-size: 1.3em;
    padding: 0.8em 0.5em 0.8em 0.2em;
    letter-spacing: 0.8px;
  }
  #feature .ftTag {
    margin-top: 16px;
  }
  .featureBox0 .featureTxt {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .featureBox0 .featureImg2 {
    float: right;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .ftImg {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .featureBox1 .ftflx1 {
    display: flex;
    flex-direction: row-reverse;
  }
  .featureBox1 .title {
    float: right;
    width: 24%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .featureBox1 h4.subtitle {
    float: right;
    width: 49%;
    margin-left: 1%;
  }
  .featureBox1 .featureImg1 {
    float: left;
    width: 68%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .featureBox1 .featureTxt {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .featureBox1 .featureImg2 {
    float: right;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .featureBox2 .ftflx1 {
    display: flex;
    flex-direction: column;
    width: 48%;
    float: left;
    margin-left: 1%;
    margin-right: 1%;
  }
  .featureBox2 .featureTxt {
    float: right;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .featureBox2 .featureImg2 {
    float: left;
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .featureBox2 .featureImg1.ftImg {
    width: 100%;
  }
  .featureBox2 .featureImg2.ftImg {
    width: 48%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .featureBox2 .ftImg {
    margin-left: 1%;
    margin-right: 1%;
  }
  .featureBox3 .ftflx1 {
    display: flex;
    flex-direction: row;
  }
  .featureBox3 .title {
    float: left;
    width: 24%;
    margin-left: 1%;
    margin-right: 5%;
  }
  .featureBox3 h4.subtitle {
    float: left;
    width: 48%;
    margin-right: 5%;
  }
  .featureBox3 .featureImg1 {
    float: right;
    width: 68%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .featureBox3 .featureImg2,
  .featureBox3 .featureTxt {
    width: 100%;
    margin-left: 1%;
    margin-right: 1%;
  }
  .ftBlBnr:hover {
    opacity: 0.8;
  }
  .ftBnrTxt {
    padding: 1.5em;
    font-size: 1.8em;
  }
  .detail .exBox {
    /*width: 33%;*/
    margin: 0 5px;
  }
  .crsTitle {
    position: absolute;
    top: 10%;
    left: 15%;
    width: 20%;
    z-index: 300;
    padding: 1.5em;
  }
  .crsImage {
    padding-bottom: 450px;
  }
  .spotTime {
    width: 15%;
  }
  .courseItemDetailBoxTxt {
    width: 55%;
  }
  .courseItemDetailBoxImg {
    width: 43%;
  }
  #course .next.cmBtn.more {
    width: 80%;
  }
  .inner.transport {
    background-position: left 3px bottom;
  }
  .courseAboutListSpotDetail dt:hover {
    opacity: 0.6;
  }
  .sticky {
    position: sticky;
    top: 100px;
    z-index: 110;
  }
  #access p.accBtn {
    width: 32%;
    margin: 0 5px;
  }
  .accessMap img {
    max-height: 70vh;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .campTop {
    height: 450px;
  }
  .campBox {
    width: 32%;
    margin-right: 0.5%;
    margin-left: 0.5%;
  }
  .campImg1 {
    width: 100%;
    height: 185px;
  }
  .camp_deBox {
    width: 1000px;
  }
  .camp_deImg1 {
    max-width: 100% !important;
    /* height: 650px; */
    vertical-align: bottom;
  }
  .camp_deBtn {
    width: 25%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .camp_deBox .campTags span {
    font-size: 1rem;
  }
  .camp_deBox .campName {
    font-size: 1.5rem !important;
  }
  #breadcrumb li a:hover {
    color: #999;
  }
  .flxboxcmn2.banner img {
    margin: 0.3em 0.34em;
    width: 185px;
  }
  #pageTop {
    bottom: 100px;
  }
  #pageTop a {
    width: 18px;
    height: 165px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  /*以下の時*/
  #pageTop {
    right: 20px;
    bottom: 20px;
  }
  .banners a.cmBtn.more,
  .banners p.cmBtn.more {
    padding: 0.5em 1em !important;
  }
}
@media screen and (min-width: 768px) and (min-width: 1201px) {
  /*以上の時*/
  #pageTop {
    right: 100px;
  }
}
@media screen and (min-width: 768px) {
  .pagination a:hover {
    background: #b47f09;
    color: #fff;
  }
  #gallery .bnr360 {
    margin-bottom: 30px;
  }
  #view360 #blandLink {
    margin-top: 30px;
  }
  #view360 #blandLink .flxboxcmn2 .aBland {
    /*width: 50%;*/
    width: 33.33%;
  }
  #view360 .aBland h3 {
    font-size: 2vw;
  }
  #view360 .mvBox h2 {
    background-size: 250px;
  }
  #view360 .aBland h3 img {
    width: 70px;
    padding: 5px;
  }
  #view360 .aBland .view360_3 h3 img {
    padding: 10px;
  }
  .flexBox .vrBox {
    width: 20%;
    height: 20%;
  }
  .flexBox .vrBox .vrTxtBox {
    font-size: 1.3em;
  }
  .flexBox .vrBox .vrTxtBox .logoBox {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1600px) {
  .NewConts {
    background-image: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1100px) {
  /*以下の時*/
  html,
  body {
    min-width: 100%;
  }
  #siteHeader {
    width: 98%;
    margin: 0 auto;
  }
  #mainNav,
  #mainContents,
  #siteFooter {
    width: 100%;
    margin: 0 auto;
  }
  .in {
    width: 98% !important;
    /*text-align: center;*/
    margin-left: auto !important;
    margin-right: auto !important;
  }
  header {
    padding-bottom: 15px !important;
  }
  .mvBox h2 {
    font-size: 2.3em !important;
  }
  #blandLink .aBland {
    height: 250px !important;
  }
  body.subpage.others.index h2.H2 {
    margin: 3em auto 1em !important;
  }
  body#about h2.H2 {
    margin: 1em auto 0 !important;
  }
  /*MV*/
  section#mv.contents {
    margin-top: 45px !important;
  }
  .detail section#mv.contents {
    margin-top: 0px !important;
  }
  .main-slider.home .mv1,
  .main-slider.home .mv2,
  .main-slider.home .mv3,
  .main-slider.home .mv4,
  .main-slider.home .mv5 {
    height: 400px !important;
  }
  p.mvBlname span {
    font-size: 1.8em !important;
  }
  .slimgBox {
    width: 100% !important;
    height: 450px;
  }
  .blandContsbox {
    width: 100% !important;
  }
  .flxboxTBwp {
    display: flex;
  }
  .flxboxTBwp2 {
    display: flex;
    flex-direction: row-reverse;
  }
  .flxboxTBwp3 {
    display: flex;
    flex-wrap: wrap;
  }
  .flxboxTBwp4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .flxboxTBwp5 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: stretch;
  }
  /*width*/
  .wd98TB {
    width: 98% !important;
    margin-right: auto;
    margin-left: auto;
  }
  /*header*/
  .topright {
    width: 55% !important;
  }
  .nlist {
    display: block !important;
    position: fixed;
    top: 0.8em;
    right: 0.8em;
  }
  .spGmenu {
    display: none;
  }
  header {
    border-bottom: #b47f09 solid 1px;
  }
  /**/
  .bCimgBox {
    height: 0;
    padding-bottom: 40%;
  }
  .CDtxt {
    padding: 0.5em 0;
  }
  .NewsTopics {
    display: block !important;
  }
  .fbbox.wd30 {
    width: 90% !important;
    text-align: center;
    margin: 20px auto 0;
  }
  #footTop {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .flxboxcmn2 {
    justify-content: center;
  }
  .flxboxcmn2.banner img {
    margin-right: 0.05em !important;
    margin-left: 0.05em !important;
  }
  .mainNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .mainNav li {
    width: 25%;
    text-align: center;
    display: block;
    padding: 0 !important;
  }
  .mainNav li a {
    display: block !important;
    padding: 1.5em 0.5em !important;
  }
  .main-slider.detail {
    max-width: 100% !important;
  }
  #hotelConts a.cmBtn.more {
    width: 40% !important;
  }
  /*.exBox {
  	width: 48%!important;
  }*/
  .asobi-slider .slick-prev::before,
  .asobi-slider .slick-next::before {
    display: none !important;
  }
  .imgBox.experience {
    width: 100% !important;
  }
  /*aboutpage*/
  .mtTB20 {
    margin-top: 20px;
  }
  .overLaid {
    position: static !important;
  }
  .bgAbout1 {
    width: 100%;
    padding-bottom: 50%;
    height: 0 !important;
  }
  .overLaid .bgclrWhite {
    position: static !important;
    padding: 1.5em;
  }
  .bgAbout2 {
    padding: 5em;
  }
  .bgLogo {
    background-image: url(none) !important;
    background-position: top left 3%;
    background-repeat: no-repeat;
  }
  .rightTxt {
    line-height: 2 !important;
  }
  .bldBox {
    width: 48% !important;
    margin: 0 1% 1% 0 !important;
  }
  .bldBox:nth-child(even) {
    margin-right: 0 !important;
  }
  #aboutConts .flxboxTBwp3 a.cmBtn.more {
    margin-top: 0.1em;
    margin-bottom: 0.1em;
  }
  .bldBox {
    padding: 2em 1.5em !important;
  }
  /*blandpage*/
  .banners {
    width: 100% !important;
  }
  .banners a.cmBtn.more,
  .banners p.cmBtn.more {
    padding: 0.7em 1em;
  }
  .banners:nth-child(odd) {
    width: 100% !important;
    margin-bottom: 20px;
  }
  /*feature*/
  .ftImg {
    max-height: initial;
  }
  .ftTitle {
    margin-top: 0 !important;
  }
  /*course*/
  .crsTitle {
    width: 40% !important;
    left: 5% !important;
  }
  .spotTime {
    width: 20%;
  }
  .crsCont {
    margin-top: -40px;
  }
  /*experience*/
  #experienceConts .wd65 {
    width: 100% !important;
  }
  .exBox {
    border-top: none !important;
  }
  .exBox:nth-child(2n) {
    border-left: 1px dotted #b47f09;
  }
  /*gallery*/
  .glBox {
    width: 32% !important;
  }
  /*access*/
  .accessMap {
    text-align: center;
    margin-right: auto;
    margin-left: auto;
  }
  .accessMap img {
    max-height: 60vh;
  }
  #access p.accBtn {
    margin: 0.5em 0.2em !important;
  }
  #access a.cmBtn.more {
    padding: 1em 0.1em !important;
  }
  /* camp */
  .campTop {
    margin-top: 45px !important;
  }
  /*footer*/
  #footNav,
  #siteFooter .snsbox {
    display: none;
  }
  #footTop {
    padding-bottom: 20px;
  }
  .footer-nav {
    font-weight: bold;
    font-size: 12px;
  }
  .footer-nav-menu {
    background-color: #222;
    display: block;
    height: auto;
  }
  .footer-nav-list {
    padding: 20px 0;
    border-bottom: 1px solid #111;
  }
  /* =多言語
  ---------------------------------------------------- */
  .ml .mainNav li {
    width: 100%;
  }
  .ml .topAM.enmap {
    margin-top: 20px;
    margin-right: auto !important;
    margin-left: auto !important;
  }
  div.instagram {
    padding-top: 12.5% !important;
  }
  .ml .wd70.wd80TB {
    width: 80% !important;
  }
  .mlPics p {
    width: 48% !important;
  }
  /* =page view360
  ---------------------------------------- */
  #view360 .aBland h3 {
    font-size: 2.5vw;
  }
}
@media screen and (min-width: 768px) {
  .ml header {
    border-bottom: #b47f09 solid 1px;
  }
  .ml .nlist {
    display: block;
  }
  .ml .spGmenu {
    display: none;
  }
  .ml .mainNav {
    flex-wrap: wrap !important;
  }
  .ml .mainNav li {
    text-align: center;
  }
  html:lang(en) .ml .mainNav li {
    width: 100%;
  }
  html:lang(zh-TW) .ml .mainNav li, html:lang(zh-CN) .ml .mainNav li {
    width: 33%;
  }
  html:lang(zh-TW) .ml .mainNav li:nth-child(5), html:lang(zh-CN) .ml .mainNav li:nth-child(5) {
    width: 65%;
  }
  .ml section#mv.contents {
    margin-top: 55px;
  }
  .home.ml section#mv.contents {
    margin-top: 0;
  }
  .topAM.enmap {
    text-align: center;
  }
  .mlBlands {
    text-align: center;
    margin-right: 2%;
    margin-left: 4% !important;
    text-align: center;
  }
  .topAM.enmap {
    margin-right: 4%;
    margin-left: 2% !important;
    text-align: center;
  }
  .mlBlands a.cmBtn.more {
    border-radius: 0px;
  }
  .mlPics p {
    width: 24%;
  }
  .ml a.cmBtn.more:hover {
    background-color: rgba(255, 255, 255, 0);
    color: #000;
    opacity: 0.8;
  }
  .ml .footNav {
    flex-wrap: wrap;
  }
  .formlSNS {
    text-align: center;
  }
  .forSNS {
    text-align: center;
  }
  .forSNS::after {
    content: "公式SNS";
    font-size: 0.8em;
  }
  .formlSNS::after {
    content: "Official";
    font-size: 0.8em;
  }
  .newBox a div.flxboxcmn3 {
    width: 90%;
  }
  .newBox a .cright {
    width: 10%;
    text-align: right;
  }
  .labeNew {
    width: 10%;
  }
  .imgNew {
    width: 20%;
  }
  .newTtl {
    width: 70%;
  }
  .NewConts {
    background-image: url(../img/new1.png);
    background-repeat: no-repeat;
    background-position: left 2% top 30%;
  }
  #gallery a.cmBtn.dlw {
    width: 45%;
  }
  #gallery .downloadBox {
    padding: 40px;
    width: 80%;
  }
  #gallery .downloadBox button[type=submit] {
    width: 12%;
  }
  body#feature.subpage.others.detail h2.H2 {
    margin: 0;
    font-size: 1.8em;
    text-align: left;
    border-left: 5px solid;
    padding-left: 8px;
    line-height: 1.2;
  }
  h4.subtitle {
    color: #000;
  }
  .menu {
    padding: 2em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    background-color: #dcdcdc;
    font-weight: bold;
    font-size: 1em;
    align-items: center;
    z-index: 0;
  }
  .menu a {
    cursor: pointer;
  }
  .menu a img {
    width: 30px !important;
    margin-right: 4px;
  }
  .menu::after {
    content: none;
  }
  .return {
    display: none;
  }
  .main_area {
    display: flex;
    flex-wrap: wrap;
  }
  .nav_menu input,
  #menu_button {
    display: none;
  }
  #global {
    position: relative;
    z-index: 100;
  }
  #about {
    display: none !important;
  }
  .logo-img {
    padding: 30px;
  }
  .logo-about {
    padding: 30px;
    width: 50%;
    margin: 0 auto;
  }
  .sub_logo {
    text-align: center;
    /* font-family: 'Yu Mincho', 'Hiragino Mincho ProN','Hiragino Mincho Pro','Meiryo',sans-serif; */
    padding: 1em;
    width: 15%;
    margin: 0 auto;
  }
  .logo-img a {
    display: block;
  }
  .title {
    margin: 32px auto;
  }
  .title h2 {
    font-size: 64px;
  }
  #culture .sub_title {
    font-size: 1.5em;
  }
  .sub_title {
    font-size: 1.5em;
  }
  .sub_title h4 {
    font-weight: bold;
    display: inline-block;
    letter-spacing: 0.2rem;
    font-size: 32px;
  }
  .content {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin: auto;
    justify-content: space-between;
    align-items: center;
  }
  .content .text_button {
    width: 50%;
    box-sizing: border-box;
    text-align: center;
    display: inline;
    word-break: break-all;
    letter-spacing: 0.2rem;
    padding: 16px;
  }
  .content .text p {
    display: inline-block;
    font-size: 1.6em;
    padding-top: 1em;
  }
  .text_button .btn_gold {
    width: 70%;
    margin: 32px auto;
  }
  .content .image {
    text-align: center;
    width: 50%;
    display: flex;
    justify-content: center;
  }
  .content:nth-child(odd) {
    flex-direction: row-reverse;
  }
  #culture .sub_title {
    color: #303030;
    text-align: center;
    margin: 32px auto 64px;
    /* font-family: 'Yu Mincho', 'Hiragino Mincho ProN','Hiragino Mincho Pro','Meiryo',sans-serif; */
  }
  .center_content {
    width: 80%;
  }
  #carousel_1 {
    width: 80%;
    margin: 32px auto;
    display: flex;
    flex-wrap: wrap;
  }
  #carousel_1 .image {
    width: 25%;
    position: relative;
    text-align: center;
  }
  #carousel_1 .tag {
    font-size: 16px;
    display: inline-block;
    z-index: 1;
    padding: 4px 16px;
    color: #303030;
    background-color: goldenrod;
    position: absolute;
    top: 5%;
    left: 15%;
  }
  .btn_gold {
    display: inline-block;
    width: 40%;
    margin: 16px auto;
    padding: 1.2rem 2rem;
    font-weight: bold;
    font-size: 1.2em;
    border: none;
    position: relative;
    text-align: center;
    border-radius: 10px;
    color: #303030;
    background: #e4c963;
    box-shadow: 0 6px 0 #a48923;
    position: relative;
  }
  .entry_button .btn_gold {
    width: 60%;
  }
  .btn_silver {
    cursor: pointer;
    position: relative;
    display: inline-block;
    width: 40%;
    margin: 32px auto 16px;
    border: none;
    font-weight: bold;
    font-size: 1.2em;
    padding: 1.2rem 2rem;
    text-align: center;
    border-radius: 10px;
    position: relative;
    color: #303030;
    background-color: #c0c0c0;
    box-shadow: 0 6px 0 #8c8c8c;
  }
  .article_list {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .article {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: space-between;
    width: 45%;
    margin: 16px auto;
    border: solid 1px hsl(0, 2%, 73%);
    box-sizing: border-box;
    box-shadow: 2px 2px 2px #303030;
    padding: 16px;
    text-align: center;
    word-break: break-all;
    letter-spacing: 0.2rem;
    position: relative;
  }
  .article .tag {
    text-align: center;
    display: inline-block;
    padding: 8px 16px;
    margin: 0;
    width: 20%;
    color: #303030;
    background-color: goldenrod;
    position: absolute;
    top: 0;
    left: 0;
  }
  #searchBox {
    margin: 80px auto 40px;
  }
  .flex_feature {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 32px auto;
    border-bottom: solid 1px hsl(0, 2%, 73%);
    box-sizing: border-box;
    padding: 16px;
    text-align: center;
    word-break: break-all;
    letter-spacing: 0.2rem;
    position: relative;
    align-items: center;
  }
  .flex_text {
    width: 60%;
    display: flex;
    flex-flow: column;
  }
  .feature_article img {
    width: 30%;
    height: 30%;
  }
  .feature_article .feature_article_body {
    width: 100%;
    text-align: left;
    display: inline-block;
    margin: 8px auto 48px;
    letter-spacing: 0.2rem;
  }
  .feature_article .area_tag span,
  .feature_article .cat_tag span {
    margin: 16px auto;
  }
  .see_more {
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 16px 32px;
  }
  #featureConts .yokoPC .srcmBox {
    width: 45%;
  }
  .yokoPC2 input.srcmBox {
    width: 60%;
    margin-right: 2%;
  }
  .yokoPC2 button.srcmBox,
  .yokoPC2 a.srcmBox {
    width: 28% !important;
  }
  .company_article_list {
    width: 1000px;
    margin: 0 auto 50px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .company_article {
    width: 32%;
    margin: 0 1% 16px 0;
    position: relative;
  }
  .company .yokoPC2 input.srcmBox {
    width: 30%;
    margin-right: 2%;
  }
  #slideImgCP {
    text-align: center;
  }
  #slideImgCP .imgBox {
    height: auto;
    max-height: 100px;
    width: 23.5% !important;
    margin: 0 2% 0 0;
  }
  #slideImgCP .slick-track {
    transform: unset !important;
    opacity: 0.6;
    transform: translate3d(-183px, 0px, 0px);
    margin: 0px auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #slideImgBox .imgBox {
    width: 100%;
    height: 60vh;
    overflow: hidden;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
  }
  .slick-slider .slick-track,
  .slick-slider .slick-list {
    transform: translate3d(0, 0, 0);
  }
  .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .slick-list.draggable {
    width: 60vw;
    margin: auto;
  }
  .slick-initialized .slick-slide {
    display: block;
  }
  .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
  }
  .slick-slide img {
    display: block;
    margin: 0 auto;
  }
  .ofi2 {
    -o-object-fit: contain;
       object-fit: contain;
    font-family: "object-fit: contain;";
  }
  .flex_company .imgbox img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .flex_menu {
    width: 100%;
  }
  .flex_menu ul {
    width: 100%;
    justify-content: space-around;
  }
  .flex_menu ul:after {
    display: none;
  }
  .flex_menu li {
    display: block;
    width: 40%;
    margin: 8px;
    height: -moz-max-content;
    height: max-content;
  }
  .sns-post-box .sclFb,
  .sns-post-box .sclTw,
  .sns-post-box .sclLine {
    width: 130px;
    display: inline-block;
  }
  .in {
    width: 100%;
    min-width: 768px;
    max-width: 1200px;
    margin: 0 auto;
  }
  .homeItemList .inner .homeItemList-txt {
    margin-top: 20px;
    padding: 0 1rem;
  }
  .news {
    width: 45%;
  }
  a.btnView2 {
    color: #fff;
    font-size: small;
    background-color: #b47f09;
    padding: 0.75em 2em;
    margin: 16px;
    display: inline-block;
    transition: background-color 0.5s linear;
    border-radius: 100vh;
    width: 20%;
    text-decoration: none;
    word-break: break-all;
  }
  a.btnView2:hover {
    background: goldenrod;
    transition: 0.3s;
  }
  .member_tag {
    position: absolute;
    background: goldenrod;
    display: inline-block;
    width: auto;
    padding: 8px;
    top: 0;
  }
  .contentBox {
    background-image: url("../img/pillargold.png"), url("../img/pillarsilver.png");
    background-position: left 0% center, right 0% center;
    background-repeat: no-repeat, no-repeat;
    background-size: 3%;
  }
  .shop {
    padding-top: 32px;
  }
  .mv-round {
    /* background: #fff; */
    background: transparent !important;
    width: 30%;
    opacity: 0.8;
    /* border-top-right-radius: 50%; */
    /* border-bottom-right-radius: 50%; */
    height: 20%;
    position: absolute;
    top: 40%;
    left: 35%;
  }
  .logo-txt {
    display: inline-block;
    width: 100%;
    text-align: center;
    /* font-family: serif; */
    font-size: x-large;
  }
  .coupon .left {
    width: 50%;
    font-weight: 800;
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
    padding: 40px 0;
    background: linear-gradient(-45deg, #ffe8cf, #f7a44d);
  }
  #map {
    padding-bottom: 5em;
  }
  .area-map {
    position: relative;
  }
  .map_icon {
    padding: 1em 2.5em;
    border: 1px solid #333;
    width: -moz-fit-content;
    width: fit-content;
    border-left: 2em solid #333;
    position: absolute;
    background: #fff;
    cursor: pointer;
    transition: 0.3s;
    font-weight: bold;
  }
  .map_icon:hover {
    transform: scale(1.1);
    transition: 0.3s;
  }
  .area1 {
    border-color: rgb(194, 196, 47);
    top: 10%;
    right: 10%;
  }
  .area2 {
    border-color: rgb(103, 175, 225);
    right: 15%;
    top: 40%;
  }
  .area3 {
    border-color: rgb(128, 194, 192);
    bottom: 20%;
    right: 25%;
  }
  .area4 {
    border-color: rgb(85, 94, 169);
    top: 45%;
    left: 28%;
  }
  .area5 {
    border-color: rgb(176, 119, 176);
    bottom: 0%;
    right: 28%;
  }
  .area6 {
    border-color: rgb(229, 120, 151);
    bottom: 0;
    left: 17%;
  }
  .area7 {
    border-color: rgb(206, 125, 92);
    top: 10%;
    left: 28%;
  }
  .howtoBox {
    margin: 2em auto 0;
    padding-bottom: 5em;
  }
  #campaign-form .benefit {
    position: relative;
  }
  #campaign-form .point {
    width: 30%;
    position: absolute;
    top: -10%;
    left: -5%;
  }
  #campaign-form .benefit_txt {
    position: absolute;
    bottom: -5%;
    display: block;
    text-align: center;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    font-size: 1.2em;
    padding: 1em;
  }
  .sticky .signup,
  .sticky .login {
    display: flex;
    position: fixed;
    padding: 1.2em;
    border-radius: 1.2em 0 0 1.2em;
    font-size: 1.5em;
    width: 2%;
    font-weight: bold;
    align-items: center;
    z-index: 100;
    writing-mode: vertical-rl;
  }
  .sticky .signup {
    top: 45%;
    right: 0;
    background: #e4c963;
  }
  .sticky .login {
    top: 65%;
    right: 0;
    background: #c0c0c0;
  }
  .photolist {
    display: flex;
    flex-wrap: wrap;
    margin: 1em;
    cursor: pointer;
    justify-content: space-around;
  }
  .photolist a {
    display: block;
    position: relative;
    width: 23%;
    margin: 1em 0.5em;
    overflow: hidden;
  }
  .photolist p {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 1em;
    bottom: 0;
  }
  .photolist li:hover {
    opacity: 0.8;
    transition: 0.3s;
  }
  .news {
    display: flex;
    flex-flow: column;
    align-items: baseline;
    justify-content: space-between;
    margin: 16px auto;
    box-sizing: border-box;
    word-break: break-all;
    padding: 1em 2em;
    background: #fff;
    border-radius: 3em;
  }
  .member_txt {
    padding: 0 1.2em 2em;
    font-size: 1.1em;
    padding-left: 3em;
  }
  .member_content {
    background-image: url(../img/top/member.png);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: 100%;
    margin-bottom: 2.5em;
    padding-top: 1em;
    border-radius: 2.5em;
  }
  .howto_txt {
    font-size: 1.2em;
    line-height: 2em;
    text-align: center;
  }
  .howto_txt h2 {
    margin: 2em;
  }
  .newsList {
    margin-bottom: 2em;
  }
  .newsList .newsCard {
    border-bottom: 1px #ccc dotted;
    padding: 2em 1.2em;
    position: relative;
  }
  .newsList .newsCard:last-child {
    border: none;
  }
  .newsList .newsCard .label_post {
    position: absolute;
    bottom: 0;
    right: 0;
  }
  #mv .news_title {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 1;
    padding: 0.5em 1em;
    text-align: center;
    margin-bottom: 0.5em;
  }
  .newsList .newsCard h3 {
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    z-index: 1;
    padding: 0.5em 1em;
    text-align: center;
    margin-bottom: 0.5em;
  }
  .newsList .newsCard .news_txt {
    padding-left: 2em;
  }
  #mv .news_title::after,
  .newsList .newsCard h3::after {
    content: attr(data-content);
    background-color: #e4c963;
    width: 100%;
    height: 0%;
    padding: 0.5em 1.2em;
    position: absolute;
    bottom: 10%;
    left: 0;
    z-index: -1;
  }
  .mp_photo {
    position: relative;
    text-align: center;
  }
  .mp_photo h4 {
    margin: auto;
  }
  .mp_photo .ribbon {
    position: absolute;
    top: 0;
    left: 10%;
    padding: 0.5em 1em;
    background-color: #e4c963;
    font-size: 1.2em;
    font-weight: bold;
    width: 30%;
    text-align: center;
    transform: rotate(-15deg);
  }
  .mp_photo .photo_box {
    width: 70%;
    margin: auto;
    height: 280px;
  }
  .mp_photo .photo_box img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .month_photo h3 {
    background-color: #e4c963 !important;
  }
  .month_photo .photoList .imgBox {
    height: 200px;
    overflow: hidden;
  }
  .month_photo .photoList .imgBox img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}/*# sourceMappingURL=style.css.map */