@charset "UTF-8";
/*
@media screen and (max-width: 896px) {
    width: 100%;
}*/
/*$font-family-sans-serif:-apple-system,
BlinkMacSystemFont,
"Segoe UI",
Roboto,
"Helvetica Neue",
"游ゴシック Medium",
"Yu Gothic",
YuGothic,
YuGothicMedium,
"Hiragino Kaku Gothic ProN",
Meiryo,
sans-serif !default;*/
/*
$font-family-sans-serif: -apple-system,
"BlinkMacSystemFont",
"Helvetica Neue",
Helvetica,
"Arial",
"ヒラギノ角ゴ ProN W3",
"Hiragino Kaku Gothic ProN",
"メイリオ",
Meiryo,
sans-serif,
"Apple Color Emoji",
"Segoe UI Emoji",
"Segoe UI Symbol",
"Noto Color Emoji";
*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

h1,
h2,
h3,
h4,
h5 {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

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

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
input,
select {
  vertical-align: middle;
}

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

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

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

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

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/*Mobile font size adjust*/
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

p {
  line-height: 1.6;
}

abbr,
acronym {
  border-bottom: 1px dotted #dedede;
  cursor: help;
}

em {
  font-style: italic;
}

p,
fieldset,
table,
pre {
  font-size: 100%;
  margin-bottom: 1.2em;
}

@media screen and (max-width: 896px) {
  p {
    font-size: 92%;
    margin-bottom: 1em;
  }
}
img {
  vertical-align: bottom;
}

blockquote {
  background-color: #f0f0f0;
  margin-bottom: 1em;
  margin-left: 1em;
  padding: 5px;
  border: solid 1px #acacac;
  display: block;
}

pre {
  background-color: #f9fffd;
  margin-bottom: 1em;
  margin-left: 1em;
  padding: 5px;
  border: solid 1px #acacac;
  display: block;
}

.brblock {
  display: block;
}

.spblock {
  display: none;
}

@media screen and (max-width: 896px) {
  .brblock {
    display: none;
  }

  .spblock {
    display: block;
  }
}
table {
  border-collapse: collapse;
  border: none;
}

/* --------------------------------

img

-------------------------------- */
.imgs {
  margin-bottom: 8px;
  transition: opacity 0.4s;
  -moz-transition: opacity 0.4s;
  -webkit-transition: opacity 0.4s;
  -o-transition: opacity 0.4s;
}

.isRadius {
  border-radius: 6px;
  overflow: hidden;
}

.shadow {
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.2);
}

.resimg {
  display: block;
  width: 100%;
  height: auto;
  /*backface-visibility: hidden;*/
}

strong {
  font-weight: 900;
}

/* map youtube */
.map_youtube {
  position: relative;
  padding-bottom: 56.25%;
  /*padding-bottom: 32.25%;*/
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

.map_youtube iframe,
.map_youtube object,
.map_youtube embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* --------------------------------

list

-------------------------------- */
ul.no-dots {
  margin: 0;
  padding: 0;
}

ul.no-dots li {
  list-style: none;
  margin: 0 0 0 0;
  padding: 8px 6px;
  border-bottom: 1px solid #dedede;
}

ul.no-dots li:last-child {
  border-bottom: none;
}

ul.no-dots-link {
  margin: 0;
}

ul.no-dots-link li {
  margin: 0;
  list-style: none;
}

ul.kome,
.boxS ul.kome {
  margin-bottom: 16px;
}

ul.kome li {
  padding-left: 1em;
  text-indent: -1em;
  list-style: none;
}

ul.kome.bdlist li,
ol.numList.bdlist li {
  padding-top: 8px;
  padding-bottom: 8px;
  border-bottom: 1px solid #dedede;
  background-color: #fff;
}

ol.numList {
  margin: 4px 0 12px 0;
  padding: 0;
  counter-reset: section;
}
ol.numList li {
  list-style-type: none;
  list-style-position: inside;
  counter-increment: cnt;
  font-size: 1rem;
  padding-left: 1em;
  text-indent: -1em;
  margin: 0;
}
ol.numList li ol {
  margin: 4px 0 6px 0;
  padding: 0;
}
ol.numList li ol li {
  content: counters(section, "-") ". ";
  counter-increment: section;
  padding-left: 1em;
  text-indent: -1em;
  margin: 0;
}
ol.numList li ol li::before {
  display: marker;
  content: "" counter(section) ". ";
  color: #949494;
  padding-left: -0.5em;
}
ol.numList li::before {
  display: marker;
  content: "" counter(cnt) ". ";
  color: #949494;
  padding-left: -0.5em;
}

/* diamond */
.diamond {
  margin: 4px 0 6px 0;
  padding: 0 0 0 16px;
}
.diamond li {
  position: relative;
  font-size: 1rem;
}
.diamond li::after {
  display: block;
  content: "";
  position: absolute;
  top: 0.8em;
  left: -0.8em;
  width: 3px;
  height: 3px;
  background-color: #49626A;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.noteList {
  margin: 0 auto 16px;
  font-weight: 400;
  padding-left: 1em;
}

.noteList > li {
  padding-left: 0;
  text-indent: -1em;
  padding: 0;
  font-size: 1rem;
  color: #cc7a74;
}

.noteList > li:before {
  content: "※";
  margin-right: 6px;
  color: #cc7a74;
}

body {
  font-family: -apple-system;
  line-height: 1.8;
}

body.langEN {
  line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.825rem;
  font-family: inherit;
  font-weight: 900;
  line-height: 1.4;
}

h1,
.h1 {
  font-size: 2rem;
}

h2,
.h2 {
  font-size: 1.625rem;
}

h3,
.h3 {
  font-size: 1.437rem;
}

h4,
.h4 {
  font-size: 1.25rem;
}

h5,
.h5 {
  font-size: 1.125rem;
}

h6,
.h6 {
  font-size: 1rem;
}

.lead {
  font-size: 1.125rem;
  font-weight: 500;
}

.display-1 {
  font-size: 4.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.display-2 {
  font-size: 5.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.display-3 {
  font-size: 2.375rem;
  font-weight: 500;
  line-height: 1.2;
}

.display-4 {
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.2;
}

table {
  width: 100%;
}

th,
td {
  padding: 0;
  /*border: 1px solid #bbb;*/
  vertical-align: middle;
}

th {
  font-weight: normal;
  text-align: left;
}

caption {
  margin-bottom: 0.5em;
  text-align: center;
}

em {
  font-style: normal;
}

/*====Basic List Style ====================================*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #dedede;
  margin: 2rem 0;
  padding: 0;
}

@media screen and (max-width: 767px) {
  hr {
    margin: 1rem 0;
  }
}
p {
  line-height: 1.8;
}

/*Mobile*/
@media screen and (max-width: 767px) {
  p {
    line-height: 1.6;
  }
}
ol,
ul {
  /*bringing lists on to the page with breathing room */
  margin-left: 0em;
  margin-bottom: 1.2em;
}

ol {
  /*giving OL's LIs generated numbers*/
  list-style: decimal outside;
}
ol li {
  margin-bottom: 0.3em;
  padding-left: 0;
}

ul {
  /*giving UL's LIs generated disc markers*/
  /*list-style-type: disc;*/
  list-style-type: none;
}
ul li {
  margin-bottom: 0;
  padding-left: 0;
}

li ul,
li ol {
  margin-left: 0;
  padding-top: 0.3em;
  padding-bottom: 0.2em;
  margin: 0 0px 0 0em;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-left: 2em;
  margin-bottom: 0;
}

/*+++++++++++++++++++++++++++++++++*/
/*      Link Icons                 */
/*+++++++++++++++++++++++++++++++++*/
/* https://icomoon.io/app/  */
.txt_icon {
  padding-left: 1.8em;
  position: relative;
}

.txt_icon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0px;
  margin-top: -0.7em;
  width: 1.4em;
  height: 1.4em;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}

.icon_home:after {
  background-image: url(../img/def/css/svg/home.svg);
}

.icon_arrow:after {
  background-image: url(../img/def/css/svg/circle-right.svg);
}

.icon_arrow_rev:after {
  background-image: url(../img/def/css/svg/circle-right.svg);
}

.icon_arrow_up:after {
  background-image: url(../img/def/css/svg/circle-up.svg);
}

.icon_arrow_down:after {
  background-image: url(../img/def/css/svg/circle-down.svg);
}

.icon_pdf:after {
  background-image: url(../img/def/css/svg/file-pdf.svg);
}

.icon_word:after {
  background-image: url(../img/def/css/svg/file-word.svg);
}

.icon_excel:after {
  background-image: url(../img/def/css/svg/file-excel.svg);
}

.icon_zip:after {
  background-image: url(../img/def/css/svg/file-zip.svg);
}

.icon_down:after {
  background-image: url(../img/def/css/svg/download.svg);
}

.icon_image:after {
  background-image: url(../img/def/css/svg/image.svg);
}

.icon_page:after {
  background-image: url(../img/def/css/svg/page.svg);
}

.icon_feed:after {
  background-image: url(../img/def/css/svg/feed.svg);
}

.icon_facebook:after {
  background-image: url(../img/def/css/svg/facebook.svg);
}

.icon_twitter:after {
  background-image: url(../img/def/css/svg/twitter.svg);
}

.icon_youtube:after {
  background-image: url(../img/def/css/svg/youtube.svg);
}

/*==== Paragraph & Font Settings ====================================*/
.min {
  font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", HGS明朝M, "ＭＳ Ｐ明朝", serif;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

.atten {
  color: #cc7a74;
}

.green {
  color: #0f660a;
}

.blue {
  color: #1369af;
}

.orange {
  color: #F90;
}

.red {
  color: red;
}

/*=====Basic Tag Utility====*/
.clb {
  clear: both;
}

ul.mg_bot,
p.mg_bot,
.mg_bot {
  margin-bottom: 2rem;
}

ul.nmg,
p.nmg,
.nmg {
  margin-bottom: 0;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.full_width {
  width: 100%;
  height: auto;
}

.pc_content {
  display: inherit;
}

.sp_content {
  display: none;
}

@media screen and (max-width: 896px) {
  .pc_content {
    display: none;
  }

  .sp_content {
    display: inherit;
  }
}
/*=== Basic Link Style ============================================================*/
a:link {
  color: #434343;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

a:visited {
  color: #434343;
  text-decoration: none;
}

a:hover {
  color: #49626A;
  text-decoration: none;
}

/*=====lazyload======*/
.lazyload {
  opacity: 0;
}

.lazyloaded {
  opacity: 1;
  -webkit-transition: all 2s;
  transition: all 2s;
}

.langEN .is_JA {
  display: none;
}

.langJA .is_EN {
  display: none;
}

/*=====Clear fix======*/
/* For modern browsers */
.clf:before,
.clf:after {
  content: "";
  display: table;
}

.clf:after {
  clear: both;
}

body {
  position: relative;
  color: #434343;
  background-color: #fff;
  text-align: center;
  margin: 0;
  padding: 0;
  width: 100%;
}

.selector {
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

@media screen and (max-width: 896px) {
  body {
    min-width: 100%;
    padding-top: 100px;
    padding-bottom: 60px;
  }
  body.typeLogin {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.mv {
  position: relative;
  width: 100%;
  height: 180px;
  margin: 0 auto;
  background-size: cover;
  background-position: center center;
  background-attachment: fixed;
  background-color: #262626;
}
.mv .mainCopy {
  position: absolute;
  width: 178px;
  top: 52%;
  left: 50%;
  z-index: 1;
  text-align: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

@media screen and (max-width: 896px) {
  .mv {
    position: relative;
    width: 100%;
    height: 120px;
    margin: 0 auto;
  }
  .mv .mainCopy {
    position: absolute;
    width: 120px;
    top: 54%;
    left: 50%;
    z-index: 1;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
  }
}
.main_header {
  position: relative;
  width: 100%;
  background-color: #fff;
  -webkit-backdrop-filter: saturate(180%) blur(20px);
          backdrop-filter: saturate(180%) blur(20px);
  z-index: 9;
  -webkit-box-shadow: 0px 2px 3px -3px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 2px 3px -3px rgba(0, 0, 0, 0.8);
}
.main_header .intro {
  width: 100%;
  margin: 0 auto;
  padding: 8px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_header .intro .logo {
  width: 240px;
  margin-right: 24px;
}

@media screen and (max-width: 896px) {
  .main_header {
    position: fixed;
    top: 0;
    width: 100%;
    height: 60px;
    background-color: white;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
            backdrop-filter: saturate(180%) blur(20px);
    z-index: 10;
  }
  .main_header .intro {
    position: relative;
    width: 100%;
    min-width: auto;
    max-width: 100%;
    padding: 8px 16px;
    margin: 0 auto;
    height: 60px;
  }
  .main_header .intro .logo {
    margin-top: 10px;
    margin-right: 16px;
    width: 180px;
  }
}
.hd-link {
  width: 700px;
  text-align: left;
}
.hd-link a {
  color: #434343;
}
.hd-link .othergroup {
  width: 100%;
  margin-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hd-link .othergroup .other a {
  position: relative;
  background: url(../img/module/icon/icon_window.svg) no-repeat 0 50%;
  background-size: 16px auto;
  font-size: 0.875rem;
  padding: 4px 0 4px 22px;
  display: inline-block;
}
.hd-link .othergroup .other a:hover {
  opacity: 0.6;
}
.hd-link .othergroup .lang span {
  padding: 6px 12px;
}
.hd-link .othergroup .lang a {
  position: relative;
  font-size: 0.875rem;
  display: inline-block;
  padding: 2px 2px 2px 4px;
}
.hd-link .othergroup .lang a.active {
  color: #49626A;
  font-weight: 900;
}
.hd-link .othergroup .lang a:hover {
  opacity: 0.6;
}
.hd-link .othergroup .lang a.active::after, .hd-link .othergroup .lang a:hover:after {
  bottom: 0px;
  -webkit-transform: scale(0.8, 1);
          transform: scale(0.8, 1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.hd-link .othergroup .lang a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #49626A;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.hd-link .othergroup .lang a.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 2px;
  height: 2px;
  background-color: #49626A;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.hd-link .linkgroup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.hd-link .my_link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.hd-link .my_link a {
  position: relative;
  display: block;
  color: #434343;
  padding: 12px 8px 12px 32px;
  line-height: 1;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  font-weight: 200;
}
.hd-link .my_link a.icon_mypage {
  background: url(../img/module/icon/icon_user.svg) no-repeat 0 50%;
  background-size: 20px auto;
  padding-left: 28px;
  margin-right: 24px;
}
.hd-link .my_link a.icon_watch {
  background: url(../img/module/icon/icon_watch_off.svg) no-repeat 0 50%;
  background-size: 20px auto;
  padding-left: 28px;
}
.hd-link .my_link a:hover {
  opacity: 0.6;
}
.hd-link .guide_link {
  position: relative;
  border: 1px solid #dedede;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
}
.hd-link .guide_link a {
  position: relative;
  display: inline-block;
  color: #434343;
  padding: 12px;
  line-height: 1;
  text-align: center;
  font-size: 14px;
  text-decoration: none;
  font-weight: 200;
}
.hd-link .guide_link a.icon_guide {
  background: url(../img/module/icon/icon_guide.svg) no-repeat 10px 50%;
  background-size: 12px auto;
  padding-left: 28px;
}
.hd-link .guide_link a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 1px;
  height: 50%;
  background-color: #dedede;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.hd-link .guide_link a:last-child::before {
  width: 0;
}
.hd-link .guide_link a:hover {
  opacity: 0.6;
}

.userBox {
  position: relative;
  width: 100%;
  padding: 4px 24px;
  border-top: 1px solid #dedede;
  background-color: #E3E3E3;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.userBox a:hover {
  opacity: 0.6;
}
.userBox .auctionID {
  text-align: left;
  font-size: 0.725rem;
  margin-right: 16px;
}
.userBox .welcome {
  font-size: 11px;
  text-align: left;
  line-height: 1.3;
  word-break: break-all;
}
.userBox .welcome a {
  display: inline;
  font-size: 12px;
  text-decoration: underline;
}
.userBox .btn_logbox {
  margin-left: 16px;
}
.userBox .btn_logbox .btn_login {
  border-radius: 4px;
  background-color: #fff;
  padding: 3px 12px;
  border: 1px solid #80898C;
  width: 120px;
}
.userBox .btn_logbox .btn_login a {
  padding: 2px 0 2px 22px;
  display: block;
  font-size: 0.875rem;
  position: relative;
  background: url(../img/module/icon/icon_login.svg) no-repeat 0 50%;
  background-size: 16px auto;
}
.userBox .btn_logbox .btn_logout {
  border-radius: 4px;
  background-color: #fff;
  padding: 3px 12px;
  border: 1px solid #80898C;
  width: 120px;
}
.userBox .btn_logbox .btn_logout a {
  padding: 2px 0 2px 22px;
  display: block;
  font-size: 0.875rem;
  position: relative;
  background: url(../img/module/icon/icon_logout.svg) no-repeat 0 50%;
  background-size: 16px auto;
}

.primary {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
  padding: 8px 12px;
  overflow: hidden;
  z-index: 3;
  background-color: #2A2A2A;
}
.primary .gn {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}
.primary .gn .gn_nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.primary .gn .gn_nav a {
  position: relative;
  padding: 6px 48px;
  font-size: 15px;
  font-weight: 200;
  white-space: nowrap;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #fff;
  width: 25%;
}
.primary .gn .gn_nav a span {
  font-size: 0.725rem;
  vertical-align: middle;
  margin-left: 8px;
}
.primary .gn .gn_nav a span.is_ac {
  background-color: #F39800;
  padding: 4px 6px;
  border-radius: 4px;
}
.primary .gn .gn_nav a span.is_bc {
  background-color: #0075C5;
  padding: 3px 6px;
  border-radius: 4px;
}
.primary .gn .gn_nav a.active {
  color: #F39800;
}
.primary .gn .gn_nav a.active span {
  color: #fff;
}
.primary .gn .gn_nav a:hover {
  color: #F39800;
  text-decoration: none;
}
.primary .gn .gn_nav a:hover span {
  color: #fff;
}
.primary .gn .gn_nav a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #F39800;
  -webkit-transform: scale(0, 0);
          transform: scale(0, 0);
  -webkit-transform-origin: center bottom;
          transform-origin: center bottom;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.primary .gn .gn_nav a.active:after,
.primary .gn .gn_nav a:hover:after {
  bottom: 0px;
  -webkit-transform: scale(0.3, 1);
          transform: scale(0.3, 1);
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}
.primary .gn .gn_nav a::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  display: inline-block;
  width: 1px;
  height: 50%;
  background-color: #dedede;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
}
.primary .gn .gn_nav a:last-child::before {
  width: 0;
}

.clone-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
}

.is-show {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

/*sp*/
@media screen and (max-width: 896px) {
  .primary,
.primary.clone-nav,
.hd-link {
    display: none;
  }

  .userBox {
    display: block;
    padding: 6px 12px;
  }
  .userBox .auctionID,
.userBox .btn_logbox {
    display: none;
  }
  .userBox .welcome {
    line-height: 1.2;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .userBox .welcome a {
    display: inline;
  }
}
.menu-btn {
  display: none;
}

@media screen and (max-width: 896px) {
  .menu-lang,
.menu-btn {
    display: inherit;
  }

  .menu-lang {
    position: fixed;
    top: 16px;
    right: 66px;
  }
  .menu-lang span {
    padding: 6px 3px;
  }
  .menu-lang a {
    position: relative;
    font-size: 13px;
    display: inline-block;
    padding: 4px;
  }
  .menu-lang a.active {
    color: #49626A;
    font-weight: 900;
  }
  .menu-lang a.active::after {
    bottom: 0px;
    -webkit-transform: scale(0.8, 1);
            transform: scale(0.8, 1);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .menu-lang a::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #49626A;
    -webkit-transform: scale(0, 0);
            transform: scale(0, 0);
    -webkit-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }

  .menu-btn {
    position: fixed;
    display: table;
    width: 60px;
    height: 60px;
    padding: 0 1.8em;
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 900;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 10;
    border-left: 1px solid #dedede;
  }
  .menu-btn span {
    display: table-cell;
    vertical-align: middle;
  }
  .menu-btn em,
.menu-btn em::after,
.menu-btn em::before {
    display: block;
    position: relative;
    height: 2px;
    width: 20px;
    background-color: #49626A;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  .menu-btn em {
    margin: 0 auto;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
  }
  .menu-btn em::before,
.menu-btn em::after {
    position: absolute;
    content: "";
    left: 0;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
  }
  .menu-btn em::before {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
  }
  .menu-btn em::after {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  .menu-btn.active {
    position: fixed;
    z-index: 9999;
    background-color: #fff;
  }
  .menu-btn.active em {
    background-color: rgba(255, 255, 255, 0);
  }
  .menu-btn.active em::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .menu-btn.active em::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}
.dropmenu {
  display: none;
}

@media screen and (max-width: 896px) {
  .dropmenu {
    position: fixed;
    top: 120px;
    left: -60px;
    width: 100%;
    height: 100vh;
    background-color: #2A2A2A;
    padding: 0;
    z-index: 9;
    text-align: left;
    display: inherit;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translate(0);
            transform: translate(0);
    opacity: 1;
    padding: 0 0 50px 12px;
  }
  .dropmenu.hide {
    -webkit-transform: translate(-81%);
            transform: translate(-81%);
    visibility: hidden;
    overflow: hidden;
    opacity: 0;
  }
  .dropmenu .subBox {
    padding-left: 48px;
    margin-bottom: 0px;
  }
  .dropmenu .subBox ul,
.dropmenu .subBox li {
    margin-left: 0;
    padding-left: 0;
  }
  .dropmenu .subBox .accordion-id {
    padding: 8px 16px;
    background-color: #496168;
    font-size: 14px;
    color: #fff;
  }
  .dropmenu .subBox .accordion-menu {
    margin: 0;
    padding: 0;
    background-color: #2A2A2A;
    overflow-y: auto;
  }
  .dropmenu .subBox .accordion-menu li {
    list-style: none;
  }
  .dropmenu .subBox .accordion-menu li a.icon_logout {
    background: url(../img/module/icon/icon_logout.svg) no-repeat 98% 50%;
    background-size: 16px auto;
  }

  li.header_menu_item {
    position: relative;
    border-bottom: 1px solid #4a4a4a;
    margin: 0;
  }
  li.header_menu_item a {
    position: relative;
    text-decoration: none;
    display: block;
    font-size: 14px;
    padding: 8px 16px;
    color: #fff;
    font-weight: 200;
    font-family: source-han-sans-japanese, sans-serif;
  }
  li.header_menu_item a::before {
    position: absolute;
    content: "";
    vertical-align: middle;
  }
  li.header_menu_item a span {
    font-size: 13px;
  }
  li.header_menu_item a span.is_ac {
    background-color: #F39800;
    padding: 4px 6px;
    border-radius: 4px;
  }
  li.header_menu_item a span.is_bc {
    background-color: #0075C5;
    padding: 3px 6px;
    border-radius: 4px;
  }
  li.header_menu_item > a::after {
    position: absolute;
    top: 50%;
    right: 14px;
    content: "";
    width: 6px;
    height: 6px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -webkit-transform: translate(0%, -50%) rotate(45deg);
            transform: translate(0%, -50%) rotate(45deg);
  }

  .sidenav_bottom {
    background-color: #383838;
    color: #fff;
    padding: 6px 8px 12px;
  }
  .sidenav_bottom .subBox .add ul,
.sidenav_bottom .subBox .add li {
    margin: 0;
    padding: 0;
  }
  .sidenav_bottom .subBox .add ul li:last-child {
    border: none;
  }
  .sidenav_bottom .subBox .add ul li a {
    position: relative;
    font-size: 13px;
    padding: 6px 12px;
    color: #fff;
    display: block;
  }

  .no-scroll #wrapper {
    position: fixed;
    z-index: 8;
    background: rgba(0, 0, 0, 0.6);
    -webkit-backdrop-filter: saturate(180%) blur(20px);
            backdrop-filter: saturate(180%) blur(20px);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .no-scroll {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
}
.animation {
  -webkit-transition-property: opacity, visibility;
  transition-property: opacity, visibility;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

@media screen and (max-width: 896px) {
  .sp_content .flex-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: 1px solid #49626A;
    border-radius: 6px;
    overflow: hidden;
    margin-bottom: 16px;
  }
  .sp_content .flex-navi li {
    width: 49%;
  }
  .sp_content .flex-navi li a {
    text-align: center;
    display: block;
    padding: 4px 12px;
    font-size: 14px;
    color: #49626A;
    background-color: #fff;
  }
  .sp_content .flex-navi li a.active {
    color: #fff;
    background-color: #49626A;
  }
}
.mainContent {
  position: relative;
  margin: 0 auto;
  padding: 0;
  text-align: left;
  overflow: hidden;
}

@media screen and (max-width: 896px) {
  .mainContent {
    overflow: hidden;
    padding-bottom: 0;
  }
}
.idxContent {
  position: relative;
  width: 100%;
  margin-bottom: 40px;
}

.idxContentGroup {
  position: relative;
  text-align: left;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 16px 80px;
  overflow: hidden;
}

@media screen and (max-width: 896px) {
  .idxContent {
    position: relative;
    width: 100%;
  }

  .idxContentGroup {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: 0 auto;
    padding: 16px 16px;
  }
}
.idxContent::after,
.idxContentGroup::after {
  clear: both;
  content: "";
  display: block;
}

.idxContent::before,
.idxContentGroup:before,
.idxContent::after,
.idxContentGroup::after {
  content: "";
  display: table;
}

.idxContent::after,
.idxContentGroup::after {
  clear: both;
}

.mypage_message {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  width: 60%;
  border: 3px #dedede solid;
  padding: 16px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}

.mypage_edit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.mypage_data {
  margin-right: 2em;
}

.mypage_btn {
  text-align: right;
}

.mypage_edit_error {
  color: red;
  margin-bottom: 8px;
}

.edit_message {
  border: #dedede 3px solid;
  text-align: center;
  padding: 1.5em;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 896px) {
  .edit_message {
    text-align: left;
    padding: 1.5em;
    width: 100%;
  }

  .mypage_message {
    text-align: left;
    font-size: 14px;
    width: 100%;
    padding: 8px;
    margin-bottom: 15px;
  }
}
.idxContentDetail {
  width: 40%;
  float: left;
  margin-bottom: 0;
  padding: 0;
  overflow: hidden;
}

.idxSideDetail {
  width: 56%;
  float: right;
  padding: 0;
  overflow: hidden;
}

@media screen and (max-width: 896px) {
  .idxContentDetail {
    width: 100%;
    float: none;
    margin: 0 auto 36px;
    padding: 0;
    overflow: hidden;
  }

  .idxSideDetail {
    width: 100%;
    float: none;
    display: inherit;
    margin-bottom: 0;
    padding: 0;
  }
}
.detail_main_ph {
  background-color: #f0f0f0;
  padding: 16px;
  border-radius: 6px;
}
.detail_main_ph img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 896px) {
  .detail_main_ph {
    padding: 8px;
  }
}
.side_detail_header {
  border-bottom: #dedede 1px solid;
  margin-bottom: 20px;
  padding-bottom: 12px;
  color: #49626A;
  font-size: 21px;
  font-weight: normal;
  line-height: 1.3;
}
.side_detail_header .side_dh_num {
  margin-bottom: 0.1em;
  font-size: 18px;
}
.side_detail_header h2 {
  font-size: 21px;
  font-weight: normal;
  line-height: 1.3;
  margin-bottom: 0.1em;
}
.side_detail_header h2 span {
  margin-left: 0.5em;
  font-size: 17px;
}
.side_detail_header .side_dh_meta {
  margin-bottom: 0.2em;
}
.side_detail_header .side_dh_meta span {
  font-size: 17px;
  margin-left: 0.5em;
}

@media screen and (max-width: 896px) {
  .side_detail_header {
    font-size: 18px;
  }
  .side_detail_header h2 {
    font-size: 18px;
  }
}
.side_detail_body {
  margin-bottom: 25px;
  color: #49626A;
}
.side_detail_body dl {
  margin: 0;
  padding: 0;
  margin-bottom: 0.6em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  line-height: 1.1;
}
.side_detail_body dt {
  width: 5em;
  font-weight: 900;
}
.side_detail_body dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 28px;
}
.side_detail_body dd span {
  font-size: 16px;
  margin-left: 0.2em;
}

.side_detail_link {
  border-bottom: #dedede 1px solid;
  margin-bottom: 15px;
}

@media screen and (max-width: 896px) {
  .side_detail_body {
    margin-bottom: 10px;
  }
  .side_detail_body dl {
    margin-bottom: 0.8em;
  }
  .side_detail_body dt {
    font-size: 14px;
  }
  .side_detail_body dd {
    font-size: 24px;
  }

  .side_detail_link {
    margin-bottom: 10px;
  }
}
.side_detail_status {
  margin-bottom: 15px;
  padding-top: 12px;
  color: #49626A;
}
.side_detail_status dl {
  margin: 0;
  padding-bottom: 0.3em;
  margin-bottom: 0.3em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.2;
  font-size: 16px;
}
.side_detail_status dt {
  position: relative;
  white-space: nowrap;
  display: inline-block;
  font-weight: 900;
  font-size: 14px;
}
.side_detail_status dt::after {
  content: " : ";
  position: absolute;
  right: -0.5em;
  top: 0;
  margin-top: -0.1em;
}
.side_detail_status dd {
  margin-left: 1em;
  font-size: 14px;
}

@media screen and (max-width: 896px) {
  .side_detail_status {
    margin-bottom: 10px;
  }
  .side_detail_status dl {
    font-size: 14px;
  }
}
.info_icon {
  margin-bottom: 1em;
}
.info_icon a {
  font-size: 15px;
  position: relative;
  margin-left: 26px;
  display: inline-block;
  text-decoration: underline;
}
.info_icon a:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-image: url(../img/module/icon/icon_information.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.sub_ph_grpup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.sub_ph_grpup .sub_ph_box {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 2%;
}
.sub_ph_grpup .sub_ph_box:nth-child(3n) {
  margin-right: 0;
}
.sub_ph_grpup .sub_ph_box_thumb {
  position: relative;
  width: 100%;
  padding-top: 62%;
  overflow: hidden;
}
.sub_ph_grpup .sub_ph_box_thumb_inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.sub_ph_grpup .sub_ph_box_thumb_inner a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.sub_ph_grpup .sub_ph_box_thumb_inner a::after {
  content: "";
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 20px;
  height: 20px;
  background-image: url(../img/module/icon/icon_zoom.svg);
  background-size: cover;
  z-index: 50;
}
.sub_ph_grpup .sub_ph_box_caption {
  padding-top: 8px;
  font-size: 14px;
  color: #80898C;
}

@media screen and (max-width: 896px) {
  .sub_ph_grpup {
    margin-bottom: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .sub_ph_grpup .sub_ph_box {
    width: 48%;
    margin-right: 0;
    margin-bottom: 2%;
  }
  .sub_ph_grpup .sub_ph_box:nth-child(3n) {
    margin-right: 0;
  }
  .sub_ph_grpup .sub_ph_box_caption {
    padding-top: 4px;
    font-size: 10px;
  }
}
.sub_movie_group {
  margin-bottom: 30px;
}

.more_link {
  margin: 12px auto;
  display: block;
  text-align: center;
}
.more_link.is_news_color a {
  background-color: #67b5bf;
  -webkit-box-shadow: 0 3px #4a939c;
          box-shadow: 0 3px #4a939c;
}
.more_link a {
  position: relative;
  display: block;
  background-color: #d56c68;
  margin: 0 auto;
  padding: 25px 0px 25px 0px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px #a94f4c;
          box-shadow: 0 3px #a94f4c;
  font-size: 1rem;
  color: #fff;
  text-decoration: none;
  font-weight: 900;
  width: 400px;
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}
.more_link a::after {
  position: absolute;
  top: 50%;
  right: 12px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}

.more_link a:hover {
  opacity: 0.8;
}

@media screen and (max-width: 896px) {
  .more_link {
    margin: 12px auto;
    display: block;
    text-align: center;
  }
  .more_link a {
    position: relative;
    display: block;
    background-color: #d56c68;
    margin: 0 auto;
    padding: 16px 0px 16px 0px;
    border-radius: 4px;
    -webkit-box-shadow: 0 3px #a94f4c;
            box-shadow: 0 3px #a94f4c;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    font-weight: 900;
    width: 80%;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
  }
}
.side_fixedrate_btn {
  display: none;
  position: fixed;
  top: 40%;
  right: -3px;
  width: 60px;
  height: 60px;
  background-color: #0375c5;
  z-index: 8;
  border-radius: 6px 0 0 6px;
  -webkit-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.7);
  border: 2px solid #fff;
}
.side_fixedrate_btn::after {
  position: absolute;
  top: 50%;
  left: 48%;
  content: "";
  width: 16px;
  height: 16px;
  border-top: solid 3px #fff;
  border-right: solid 3px #fff;
  -webkit-transform: translate(0%, -50%) rotate(-135deg);
          transform: translate(0%, -50%) rotate(-135deg);
}

.side_fixedrate,
.side_fixedrate_non {
  display: none;
  position: fixed;
  top: 40%;
  right: -2px;
  width: 208px;
  padding: 24px 18px;
  border: 2px solid #0375c5;
  border-radius: 6px 0 0 6px;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  z-index: 9;
}
.side_fixedrate h2,
.side_fixedrate_non h2 {
  font-size: 15px;
  color: #0075C5;
  margin: 0 0 8px;
}
.side_fixedrate p,
.side_fixedrate_non p {
  font-size: 13px;
  line-height: 1.5;
  color: #80898C;
}
.side_fixedrate .side_fixedrate_close,
.side_fixedrate_non .side_fixedrate_close {
  font-size: 14px;
  padding: 8px 10px 8px 24px;
  display: block;
  color: #586d76;
  background: url(../img/module/icon/icon_option_arrow_close.svg) no-repeat 0% 50%;
  background-size: 16px auto;
}
.side_fixedrate .list_btn,
.side_fixedrate_non .list_btn {
  background-color: #0075C5;
  text-align: center;
  border-radius: 4px;
  display: block;
  margin-bottom: 12px;
}
.side_fixedrate .list_btn a,
.side_fixedrate_non .list_btn a {
  display: inline-block;
  text-align: center;
  font-size: 13px;
  padding: 8px;
  color: #fff;
}
.side_fixedrate .list_btn.is_nokoi,
.side_fixedrate_non .list_btn.is_nokoi {
  border: 1px solid #0375c5;
  background-color: #fff;
  padding: 8px;
  font-size: 13px;
  color: #0375c5;
}

@media screen and (max-width: 896px) {
  .side_fixedrate_btn {
    width: 44px;
  }

  .side_fixedrate,
.side_fixedrate_non {
    position: fixed;
    top: auto;
    bottom: 64px;
    right: 0;
    width: 50%;
    padding: 12px 12px;
    border: 2px solid #80898C;
    border-radius: 6px 0 0 6px;
    background-color: #fff;
    -webkit-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
    z-index: 9;
  }

  .side_fixedrate_btn {
    display: none;
    position: fixed;
    top: auto;
    bottom: 80px;
    right: -3px;
    -webkit-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.7);
            box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.7);
    border: 2px solid #fff;
  }
}
/* --------------------------------

.BOX //鯉リスト

-------------------------------- */
.carpList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.Box {
  width: 31%;
  float: left;
  margin: 0 1%;
  overflow: hidden;
  border: 1px solid #80898C;
  border-radius: 6px;
}
.Box .status {
  color: #fff;
}
.Box .status span {
  font-size: 15px;
  font-weight: 200;
}
.Box .status .is_no {
  position: absolute;
  top: 12px;
  left: 12px;
  border-bottom: 1px solid #fff;
  font-size: 21px;
  line-height: 1.3;
}
.Box .status .is_no span {
  font-size: 12px;
}
.Box .status .is_jp {
  position: absolute;
  top: 48px;
  left: 8px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 21px;
}
.Box .status .is_en {
  position: absolute;
  top: 50px;
  left: 36px;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -o-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  font-size: 18px;
}
.Box .status .is_sex {
  position: absolute;
  top: 12px;
  right: 12px;
  text-align: right;
  line-height: 1.2;
  font-size: 21px;
}
.Box .status .is_size {
  position: absolute;
  bottom: 12px;
  left: 12px;
  text-align: left;
  font-size: 23px;
  font-weight: 900;
}
.Box .status .is_year {
  position: absolute;
  bottom: 12px;
  right: 12px;
  text-align: right;
  font-size: 23px;
  font-weight: 900;
}

.Box:nth-child(3n) {
  margin-right: 0;
}

@media screen and (max-width: 896px) {
  .carpList {
    display: inline;
    -ms-flex-wrap: initial;
        flex-wrap: initial;
  }

  .Box {
    width: 100%;
    float: none;
    margin: 0 1%;
  }
}
.Box {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 16px;
  -webkit-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
}
.Box a {
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.overview {
  position: relative;
  padding: 10px 12px 10px;
  overflow: hidden;
}

.bidding_status {
  position: relative;
  margin-bottom: 20px;
  width: 100%;
  display: block;
  color: #fff;
  background-color: #d70c01;
  border-radius: 2px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}
.bidding_status::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #d70c01 transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}

.effect_on {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.effect_on::before {
  position: absolute;
  content: "";
  top: 0%;
  left: 0;
  width: 3em;
  height: 3em;
  overflow: hidden;
  background-color: #fff;
  -webkit-animation: bidding_status 3s ease-in-out infinite;
          animation: bidding_status 3s ease-in-out infinite;
}

@-webkit-keyframes bidding_status {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0;
  }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.5;
  }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(30) rotate(45deg);
    opacity: 0;
  }
}
.side_detail_body .bidding_status {
  position: relative;
  margin-bottom: 20px;
  text-align: center;
  width: 60%;
  display: block;
  color: #fff;
  background-color: #d70c01;
  border-radius: 2px;
  font-size: 13px;
  font-weight: bold;
  line-height: 1.8;
}
.side_detail_body .bidding_status::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -10px;
  left: 0;
  width: 0px;
  height: 0px;
  margin: auto;
  border-style: solid;
  border-color: #d70c01 transparent transparent transparent;
  border-width: 10px 10px 0 10px;
}

@media screen and (max-width: 896px) {
  .side_detail_body .bidding_status,
.carpBoxList .bidding_status {
    width: 100%;
  }
}
.now_status {
  margin-bottom: 8px;
}

.now_price {
  position: relative;
  margin-bottom: 8px;
}

.js_watch_on {
  width: 30px;
  height: 30px;
  background: url(../img/module/icon/icon_watch_on.svg) no-repeat 50% 50%;
  background-size: 30px auto;
  display: block;
}

.js_watch_off {
  width: 30px;
  height: 30px;
  background: url(../img/module/icon/icon_watch_off.svg) no-repeat 50% 50%;
  background-size: 30px auto;
  display: block;
}

.title {
  position: relative;
  font-size: 14px;
  color: #80898C;
  line-height: 1.4;
  font-weight: 900;
  padding-right: 0;
  margin-bottom: 2px;
}
.title span {
  font-weight: 200;
}

.Num {
  font-size: 24px;
  color: #434343;
  line-height: 1.3;
}
.Num span {
  font-size: 12px;
}

ul {
  margin: 0;
  padding: 0;
}

.or {
  position: absolute;
  bottom: 0;
  right: 0;
  color: #fff;
  padding: 2px 16px;
  text-align: center;
  display: inline-block;
  font-size: 15px;
}
.or.is_win {
  background-color: #bb3060;
}
.or.is_lose {
  background-color: #575c82;
}

.listor {
  position: relative;
  font-weight: 900;
}
.listor.is_win span {
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  padding: 2px 12px;
  background-color: #bb3060;
  font-weight: 200;
}
.listor.is_lose {
  color: #575c82;
}
.listor.is_lose span {
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  padding: 2px 12px;
  background-color: #575c82;
  font-weight: 200;
}

.overview::before {
  position: absolute;
  content: "";
  vertical-align: middle;
}

@media screen and (max-width: 896px) {
  .overview {
    padding: 12px 12px;
  }
  .overview .item_title {
    font-size: 0.875rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.carpBoxList {
  position: relative;
  display: block;
  overflow: hidden;
  background-color: #fff;
  margin-bottom: 24px;
  padding: 16px;
  border: 1px solid #dedede;
  border-radius: 6px;
  -webkit-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
}
.carpBoxList .thumb {
  width: 160px;
  padding: 6px;
  border: 1px solid #dedede;
  margin-right: 36px;
}
.carpBoxList .summary .overview {
  position: relative;
  padding: 0;
  overflow: hidden;
}
.carpBoxList .summary .grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.carpBoxList .summary .js_watch_on {
  position: absolute;
  top: 8px;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../img/module/icon/icon_watch_on.svg) no-repeat 50% 50%;
  background-size: 30px auto;
  display: block;
}
.carpBoxList .summary .js_watch_off {
  position: absolute;
  top: 8px;
  right: 0;
  width: 30px;
  height: 30px;
  background: url(../img/module/icon/icon_watch_off.svg) no-repeat 50% 50%;
  background-size: 30px auto;
  display: block;
}
.carpBoxList .summary .now_status {
  margin-bottom: 16px;
}
.carpBoxList .summary .now_status .now_num {
  width: 100px;
}
.carpBoxList .summary .now_status .now_price {
  width: 270px;
}
.carpBoxList .summary .now_status .now_time {
  width: 100px;
}
.carpBoxList .summary .now_status .title span {
  font-size: 14px;
}
.carpBoxList .summary .carp_name {
  font-size: 16px;
  font-weight: 200;
  line-height: 1.4;
  color: #49626A;
  margin-bottom: 16px;
  padding: 6px 40px 6px 6px;
  border-bottom: 1px solid #dedede;
}
.carpBoxList .summary .carp_name .is_no {
  font-size: 15px;
}
.carpBoxList .summary .carp_name .is_name {
  font-size: 21px;
  font-weight: 900;
}
.carpBoxList .summary .carp_name a {
  color: #49626A;
}
.carpBoxList .summary .is_auction {
  width: 180px;
  margin-right: 20px;
}
.carpBoxList .summary .is_detail {
  width: 180px;
  float: none;
}
.carpBoxList .is_detail {
  border: 1px solid #80898C;
  background-color: #80898C;
  -webkit-box-shadow: 0 3px #5B686C;
          box-shadow: 0 3px #5B686C;
}
.carpBoxList .is_cancel {
  width: 60%;
}
.carpBoxList .bidding_btn {
  width: 90%;
}

@media screen and (max-width: 896px) {
  .carpBoxList {
    position: relative;
    display: block;
    overflow: hidden;
    background-color: #fff;
    margin-bottom: 24px;
    padding: 16px 20px;
    /*
            .is_detail {
                border: 1px solid #80898C;
                background-color: #80898C;
                box-shadow: 0 3px #5B686C;
                float: none;
                width: 100%;
                margin-bottom: 12px;
            }
    */
  }
  .carpBoxList .thumb {
    width: 80%;
    float: none;
    margin: 0 auto 12px;
  }
  .carpBoxList .summary .grid {
    display: block;
  }
  .carpBoxList .summary .overview {
    position: relative;
    padding: 0;
    overflow: hidden;
  }
  .carpBoxList .summary .overview .title {
    font-size: 15px;
  }
  .carpBoxList .summary .js_watch_on {
    position: absolute;
    top: 18px;
    right: 0;
  }
  .carpBoxList .summary .js_watch_off {
    position: absolute;
    top: 18px;
    right: 0;
  }
  .carpBoxList .summary .carp_name {
    font-size: 16px;
    font-weight: 200;
    line-height: 1.4;
    margin-bottom: 16px;
    padding: 16px 40px 16px 0;
    border-bottom: 1px solid #dedede;
  }
  .carpBoxList .summary .carp_name .is_no {
    font-size: 14px;
  }
  .carpBoxList .summary .carp_name .is_name {
    font-size: 16px;
    font-weight: 900;
  }
  .carpBoxList .summary .now_num,
.carpBoxList .summary .now_price,
.carpBoxList .summary .now_time {
    width: 100%;
    margin-bottom: 12px;
  }
  .carpBoxList .summary .now_num .Num,
.carpBoxList .summary .now_price .Num,
.carpBoxList .summary .now_time .Num {
    font-size: 15px;
  }
  .carpBoxList .summary .now_num .title span,
.carpBoxList .summary .now_price .title span,
.carpBoxList .summary .now_time .title span {
    font-size: 14px;
  }
  .carpBoxList .summary .now_order {
    font-size: 14px;
  }
  .carpBoxList .summary .is_auction {
    width: 48.4%;
    margin-right: 0;
    float: left;
  }
  .carpBoxList .summary .is_detail {
    width: 48.4%;
    float: right;
  }
  .carpBoxList .is_cancel {
    float: none;
    width: 100%;
  }
  .carpBoxList .bidding_btn {
    width: 100%;
  }
}
.btn {
  display: block;
  text-align: center;
  border-radius: 4px;
  margin: 0 auto 8px;
  overflow: hidden;
  width: 100%;
}
.btn a {
  position: relative;
  display: block;
  font-size: 13px;
  font-weight: 900;
  padding: 6px 40px 6px 12px;
  text-align: left;
  text-decoration: none !important;
}
.btn a:hover {
  opacity: 0.6;
}

.is_movie {
  border: 1px solid #dedede;
  background-color: #fff;
}
.is_movie a::after {
  position: absolute;
  top: 50%;
  right: 8px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #434343;
  border-right: solid 2px #434343;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}

.is_arrows {
  display: inline-block;
  text-align: left;
  margin: 0 auto 8px;
  overflow: hidden;
}
.is_arrows a {
  position: relative;
  display: block;
  color: #fff;
  font-size: 14px;
  font-weight: 900;
  padding: 8px 40px 8px 16px;
  text-align: left;
  text-decoration: none !important;
  background-color: #b51024;
  border-radius: 4px;
}
.is_arrows a::after {
  position: absolute;
  top: 50%;
  right: 8px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}

.is_auction {
  border: 1px solid #F39800;
  background-color: #F39800;
  -webkit-box-shadow: 0 3px #996E27;
          box-shadow: 0 3px #996E27;
  float: left;
  width: 60%;
  display: inline-block;
}
.is_auction a {
  display: block;
  color: #fff;
  border: none;
  background: url(../img/module/icon/icon_auction.svg) no-repeat 96% 50%;
  background-size: 18px auto;
}
.is_auction.is_rate {
  border: 1px solid #0075C5;
  background-color: #0075C5;
  -webkit-box-shadow: 0 3px #075082;
          box-shadow: 0 3px #075082;
}

.full_btn {
  display: block;
  float: none;
  margin-left: 0;
  margin-bottom: 20px;
}

.is_detail {
  border: 1px solid #80898C;
  background-color: #80898C;
  -webkit-box-shadow: 0 3px #5B686C;
          box-shadow: 0 3px #5B686C;
  float: right;
  width: 38%;
  display: inline-block;
}
.is_detail a {
  color: #fff;
  display: block;
}
.is_detail a::after {
  position: absolute;
  top: 50%;
  right: 8px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}

.is_cancel {
  border: 1px solid #dedede;
  background-color: #fff;
  float: left;
  width: 38%;
  display: inline-block;
}
.is_cancel a {
  padding: 10px 40px 10px 16px;
  display: block;
  color: #80898C;
  background: url(../img/module/icon/icon_option_arrow_close.svg) no-repeat 98% 50%;
  background-size: 16px auto;
  font-weight: 200;
  text-align: left;
  /* &::after {
      position: absolute;
      top: 50%;
      right: 8px;
      content: '';
      width: 8px;
      height: 8px;
      border-top: solid 2px #fff;
      border-right: solid 2px #fff;
      transform: translate(0%, -50%) rotate(45deg);
  }*/
}

.side_detail_link .is_cancel {
  float: none;
  width: 60%;
  display: block;
}

.overview .is_cancel {
  width: 60%;
}

@media screen and (max-width: 896px) {
  .overview .is_cancel {
    width: 100%;
    float: none;
  }
}
.is_auction_pop {
  border: 1px solid #F39800;
  background-color: #F39800;
  -webkit-box-shadow: 0 3px #996E27;
          box-shadow: 0 3px #996E27;
  margin-left: auto;
  margin-right: auto;
  width: auto;
  display: inline-block;
}
.is_auction_pop a {
  display: block;
  color: #fff;
  border: none;
  background: url(../img/module/icon/icon_auction.svg) no-repeat 98% 50%;
  background-size: 18px auto;
}
.is_auction_pop button {
  color: #fff;
  border: none;
  background: url() no-repeat 98% 50%;
  background-size: 20px auto;
  line-height: 3;
}

@media screen and (max-width: 896px) {
  .btn {
    display: block;
    text-align: center;
    width: 100%;
    border-radius: 4px;
    margin: 0 auto 8px;
    overflow: hidden;
  }
  .btn a {
    position: relative;
    display: block;
    font-size: 14px;
    font-weight: 900;
    padding: 6px 20px 6px 12px;
  }
  .btn a:hover {
    opacity: 0.6;
  }

  .is_auction {
    float: none;
    width: 100%;
  }
  .is_auction a {
    color: #fff;
    border: none;
    background: url(../img/module/icon/icon_auction.svg) no-repeat 98% 50%;
    background-size: 18px auto;
  }

  .is_detail {
    float: none;
    width: 100%;
  }

  .is_cancel {
    float: none;
    width: 100%;
  }
}
.rev {
  display: block;
  border-radius: 4px;
  margin-bottom: 16px;
  overflow: hidden;
}
.rev a {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-weight: 900;
  padding: 8px 32px 8px 32px;
  text-align: left;
  text-decoration: none !important;
  border: 1px solid #dedede;
}
.rev a::after {
  position: absolute;
  top: 50%;
  left: 10px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #111;
  border-right: solid 1px #111;
  -webkit-transform: translate(0%, -50%) rotate(-135deg);
          transform: translate(0%, -50%) rotate(-135deg);
}
.rev a:hover {
  opacity: 0.6;
}

.bid_popup_iframe_background {
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 110;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.bid_popup_iframe_background_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
}

.bid_popup_iframe_wrapper {
  position: relative;
  background-color: rgba(0, 0, 0, 0.7);
  position: relative;
  text-align: left;
  width: 650px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  height: 500px;
  border-radius: 8px;
}
.bid_popup_iframe_wrapper iframe {
  width: 100%;
  height: 100%;
}
.bid_popup_iframe_wrapper .bid_popup_iframe_close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 40px;
  height: 40px;
  z-index: 30;
}
.bid_popup_iframe_wrapper .bid_popup_iframe_close::before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  border-radius: 2px;
}
.bid_popup_iframe_wrapper .bid_popup_iframe_close::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  border-radius: 2px;
}

@media screen and (max-width: 896px) {
  .bid_popup_iframe_background_inner {
    padding-top: 40px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 80px;
  }

  .bid_popup_iframe_wrapper {
    width: 100%;
    height: 100%;
  }
}
.bid_popup_background {
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 110;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
}

.bid_popup_background_inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100vh;
}

.bid_popup {
  text-align: left;
  width: 695px;
  border-radius: 8px;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
.bid_popup .bid_popup_header {
  background-color: #000;
  color: #fff;
  text-align: center;
  font-size: 24px;
  line-height: 2.4;
}
.bid_popup .bid_popup_inner {
  padding: 30px;
}
.bid_popup .bid_popup_inner .inline_error {
  color: red;
  font-size: 14px;
}
.bid_popup .bid_popup_inner h3 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1.1;
}
.bid_popup .bid_popup_inner h4 {
  font-size: 20px;
  font-weight: normal;
  margin-bottom: 30px;
  line-height: 1.1;
}
.bid_popup .bid_popup_inner .jpy {
  font-size: 12px;
  margin-left: 4px;
}
.bid_popup .bid_popup_inner .bid_price_now {
  font-size: 28px;
  font-weight: bold;
}
.bid_popup .bid_popup_inner .bid_info {
  position: relative;
  margin-left: 26px;
}
.bid_popup .bid_popup_inner .bid_info:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -20px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  background-image: url(../img/module/icon/icon_information.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.bid_popup .bid_popup_inner dl.bid_popup_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}
.bid_popup .bid_popup_inner dl.bid_popup_detail dt {
  width: 6em;
  margin-right: 1em;
  white-space: normal;
}
.bid_popup .bid_popup_inner dl.bid_popup_detail dd {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.bid_popup .bid_popup_inner dl.bid_popup_detail dd input {
  width: 80%;
}
.bid_popup .bid_popup_inner dl.bid_popup_detail .bid_info {
  margin-bottom: 20px;
}

@media screen and (max-width: 896px) {
  .bid_popup {
    width: 100%;
    margin-left: 8px;
    margin-right: 8px;
  }
  .bid_popup .bid_popup_header {
    font-size: 16px;
    line-height: 2;
  }
  .bid_popup .bid_popup_inner {
    padding: 16px;
  }
  .bid_popup .bid_popup_inner .inline_error {
    color: red;
    font-size: 12px;
  }
  .bid_popup .bid_popup_inner h3 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 0;
    line-height: 1.1;
  }
  .bid_popup .bid_popup_inner h4 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    line-height: 1.1;
  }
  .bid_popup .bid_popup_inner .jpy {
    font-size: 9px;
    margin-left: 4px;
  }
  .bid_popup .bid_popup_inner .bid_price_now {
    font-size: 18px;
  }
  .bid_popup .bid_popup_inner dl.bid_popup_detail {
    display: block;
    margin-bottom: 5px;
    font-size: 12px;
  }
  .bid_popup .bid_popup_inner dl.bid_popup_detail dt {
    width: 100%;
    margin-right: 0em;
  }
  .bid_popup .bid_popup_inner dl.bid_popup_detail dd input {
    width: 90%;
  }
}
.CategoryList {
  background: #fff;
  margin-bottom: 48px;
}
.CategoryList ul.flex-navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  margin: 0;
  padding: 0;
}
.CategoryList ul.flex-navi li {
  text-align: center;
  margin: 0;
  list-style: none;
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 33%;
  padding: 2px;
}
.CategoryList ul.flex-navi li.active a {
  background-color: #f2f2f2;
}
.CategoryList ul.flex-navi li a {
  position: relative;
  display: block;
  width: 100%;
  text-decoration: none;
  color: #2A2A2A;
  font-size: 15px;
  line-height: 36px;
  border: 1px solid #dedede;
}
.CategoryList ul.flex-navi li a::after {
  position: absolute;
  top: 50%;
  right: 8px;
  content: "";
  width: 6px;
  height: 6px;
  border-top: solid 1px #2A2A2A;
  border-right: solid 1px #2A2A2A;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}
.CategoryList ul.flex-navi li a:hover {
  display: block;
  width: 100%;
  text-decoration: none;
  color: #fff;
  background: #2A2A2A;
}
.CategoryList ul.flex-navi li a:hover::after {
  border-top: solid 1px #fff;
  border-right: solid 1px #fff;
}

@media screen and (max-width: 896px) {
  .CategoryList {
    background: #fff;
    margin-bottom: 24px;
    border-radius: 4px;
  }
  .CategoryList ul.flex-navi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    margin: 0;
    padding: 0;
  }
  .CategoryList ul.flex-navi li {
    text-align: center;
    margin: 0;
    list-style: none;
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    padding: 4px 0;
  }
  .CategoryList ul.flex-navi li.active a {
    background-color: #f2f2f2;
  }
  .CategoryList ul.flex-navi li a {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #000;
    font-size: 13px;
    text-align: left;
    line-height: 36px;
    border: 1px solid #dedede;
    padding: 4px 12px;
  }
  .CategoryList ul.flex-navi li a:hover {
    display: block;
    width: 100%;
    text-decoration: none;
    color: #fff;
    background: #000;
  }
}
.tabs {
  width: 100%;
  margin: 0 auto 36px;
  background-color: #e3e3e3;
  border: 1px solid #dedede;
  overflow: hidden;
  border-radius: 6px;
}
.tabs .tab_item {
  width: 50%;
  height: 50px;
  background-color: #fff;
  line-height: 50px;
  font-size: 16px;
  display: block;
  float: left;
  text-align: center;
  font-weight: 200;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
.tabs .tab_item:hover {
  color: #49626A;
  opacity: 0.75;
}
.tabs .tab_content {
  display: none;
  clear: both;
  overflow: hidden;
  background-color: #e3e3e3;
}
.tabs .tab_content .tab_content_description {
  padding: 16px 16px 0px 16px;
}

input[name=tab_item] {
  display: none;
}

#bidding:checked ~ #bidding_content,
#fixedrate:checked ~ #fixedrate_content {
  display: block;
}

.tabs input:checked + .tab_item {
  background-color: #e3e3e3;
  font-weight: 900;
  color: #49626A;
}

@media screen and (max-width: 896px) {
  .tabs {
    width: 100%;
    margin: 0 auto 24px;
    background-color: #fff;
    overflow: hidden;
    border-radius: 0;
  }
  .tabs .tab_item {
    width: 50%;
    height: auto;
    line-height: 1;
    font-size: 13px;
    margin: 0;
    padding: 16px 18px;
    text-align: center;
    display: block;
    float: left;
  }
  .tabs .tab_content {
    display: none;
    margin-top: 8px;
    padding: 8px;
    clear: both;
    overflow: hidden;
  }
  .tabs .tab_content .tab_content_description {
    padding: 16px;
  }
}
.is_reload {
  position: relative;
  width: 100%;
  text-align: center;
  margin: 0 auto 20px;
}
.is_reload.fixed {
  position: fixed;
  top: 48px;
  left: 0;
  z-index: 1;
  width: 100%;
  padding: 16px 0;
  background-color: #fff;
  -webkit-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.8);
          box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.8);
  -webkit-transform: translateY(0px);
          transform: translateY(0px);
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.is_reload.fixed.none {
  opacity: 0;
  z-index: -1;
}
.is_reload .reload_btn {
  background-image: url(../img/module/icon/icon_reload.svg);
  background-position: 98% center;
  background-repeat: no-repeat;
  background-size: 22px auto;
  padding: 8px 12px;
  color: #fff;
  background-color: #61777e;
  border-radius: 6px;
  -webkit-box-shadow: 0 4px #5B686C;
          box-shadow: 0 4px #5B686C;
  display: block;
  cursor: pointer;
  font-size: 14px;
  width: 90%;
  margin: 0 auto;
}

@media screen and (max-width: 896px) {
  .is_reload {
    position: fixed;
    top: 64px;
    left: auto;
    right: 10px;
    z-index: 99;
    width: 140px;
  }
  .is_reload.fixed {
    position: fixed;
    top: 64px;
    left: auto;
    right: 10px;
    z-index: 99;
    width: 140px;
    background: none;
    -webkit-box-shadow: none;
            box-shadow: none;
    padding: 0;
    -webkit-transform: translate(0%, 0%);
            transform: translate(0%, 0%);
    -webkit-transition: 0;
    transition: 0;
  }
  .is_reload.fixed.none {
    opacity: 0;
    z-index: -1;
  }
  .is_reload .reload_btn {
    background-image: url(../img/module/icon/icon_reload.svg);
    background-position: 96% center;
    background-repeat: no-repeat;
    background-size: 12px auto;
    padding: 4px 22px 4px 4px;
    color: #fff;
    background-color: #61777e;
    border-radius: 6px;
    -webkit-box-shadow: 0 4px #5B686C;
            box-shadow: 0 4px #5B686C;
    display: block;
    cursor: pointer;
    font-size: 12px;
  }
}
.grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

@media screen and (max-width: 896px) {
  .grid,
.gridindex {
    padding: 0;
  }
}
.gridindex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: justify;
      align-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.ph_1column .cell {
  width: 100%;
}

.ph_2column .cell {
  width: 48.4%;
}

.ph_3column .cell {
  width: 30%;
}

.ph_4column .cell {
  width: 24.6%;
}

.ph_5column .cell {
  width: 19.6%;
}

.left {
  width: 49%;
  float: left;
}

.right {
  width: 49%;
  float: right;
}

@media screen and (max-width: 896px) {
  .ph_1column .cell {
    width: 100%;
  }

  .ph_2column .cell {
    width: 100%;
  }

  .ph_3column .cell {
    width: 48.4%;
  }

  .ph_4column .cell {
    width: 48.4%;
  }

  .ph_5column .cell {
    width: 48.4%;
  }
}
.thumb {
  float: left;
  width: 40%;
  height: auto;
  display: block;
  overflow: hidden;
  margin-right: 20px;
}

.summary {
  display: block;
  overflow: hidden;
  padding-left: 0;
  padding-right: 0;
}

@media screen and (max-width: 896px) {
  .thumb {
    float: none;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-right: 0;
  }

  .summary {
    display: block;
    overflow: hidden;
    padding-left: 0;
    padding-right: 0;
  }
}
.arrow_box {
  position: relative;
  background: #F7F2E9;
  border: 1px solid #D6d5d5;
  padding: 16px;
}
.arrow_box p {
  margin-bottom: 0;
}

.arrow_box:after,
.arrow_box:before {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(247, 242, 233, 0);
  border-right-color: #F7F2E9;
  border-width: 12px;
  margin-top: -12px;
}

.arrow_box:before {
  border-color: rgba(214, 213, 213, 0);
  border-right-color: #D6d5d5;
  border-width: 13px;
  margin-top: -13px;
}

.after_box .thumb {
  float: left;
  width: 50%;
  height: auto;
  display: block;
  overflow: hidden;
  margin-right: 8px;
}

@media screen and (max-width: 896px) {
  .after_box .thumb {
    float: none;
    width: 100%;
    height: auto;
    display: block;
    overflow: hidden;
    margin-right: 0;
    margin-bottom: 8px;
  }
}
/*----empty----*/
.cell.is-empty {
  height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

/* acf.css*/
.headblock {
  margin-top: 16px;
  margin-bottom: 16px;
  text-align: center;
}
.headblock .caption {
  font-size: 14px;
  color: #3b3b3b;
}

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

@media screen and (max-width: 896px) {
  .headblock {
    margin-top: 0;
    margin-bottom: 16px;
    text-align: center;
  }
}
/*見出し1 中央揃え*/
.headings_center_1 {
  position: relative;
  font-size: 28px;
  margin-top: 8px;
  margin-bottom: 44px;
  font-weight: 900;
  text-align: center;
  color: #4f676d;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
.headings_center_1 span {
  font-size: 18px;
  font-weight: 200;
  vertical-align: middle;
  padding-left: 0.8em;
}

@media screen and (max-width: 896px) {
  .headings_center_1 {
    position: relative;
    font-size: 21px;
    margin-top: 8px;
    margin-bottom: 24px;
    font-weight: 900;
    text-align: center;
    color: #4f676d;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
  .headings_center_1 span {
    display: block;
    font-size: 16px;
    font-weight: 200;
    vertical-align: middle;
    padding-left: 0;
  }
}
/* 見出し1 サブコピー*/
.headings_center_2 {
  font-size: 32px;
  font-family: source-han-sans-japanese, sans-serif;
  line-height: 1.4;
  margin-bottom: 24px;
  font-weight: 400;
  text-align: center;
  color: #434343;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  display: inline-block;
}

.headings_center_3 {
  position: relative;
  padding: 1em 1em;
  font-size: 1.437rem;
  line-height: 1.4;
  font-family: heisei-kaku-gothic-std, sans-serif;
  font-weight: 200;
  border-top: solid 2px black;
  border-bottom: solid 2px black;
  text-align: center;
  display: block;
  width: 60%;
  margin: 1.4em auto 1.6em;
}

.headings_center_3:before,
.headings_center_3:after {
  content: "";
  position: absolute;
  top: -7px;
  width: 2px;
  height: calc(100% + 14px);
  background-color: black;
}

.headings_center_3:before {
  left: 7px;
}

.headings_center_3:after {
  right: 7px;
}

@media screen and (max-width: 896px) {
  .headings_center_3 {
    font-size: 1.125rem;
    width: 100%;
  }

  .headings_center_3 br {
    display: none;
  }
}
/* 通常 見出し1 装飾なし*/
.headings_display_1 {
  font-size: 32px;
  font-family: source-han-sans-japanese, sans-serif;
  margin-bottom: 16px;
  line-height: 1.4;
  font-weight: 200;
  position: relative;
  border-bottom: 4px solid #666;
  display: inline-block;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.headings_display_1::after {
  position: absolute;
  bottom: -4px;
  left: 0;
  z-index: 2;
  content: "";
  width: 20%;
  height: 4px;
  background-color: #49626A;
}

/*見出し2*/
.headings_display_2 {
  position: relative;
  font-size: 22px;
  margin-bottom: 24px;
  padding: 12px 6px;
  font-weight: 200;
  border-bottom: 2px solid #dedede;
}
.headings_display_2 span {
  font-weight: 900;
  color: #607d8b;
}
.headings_display_2::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 2px #f39800;
  left: 0;
  bottom: -2px;
  width: 18%;
}

@media screen and (max-width: 896px) {
  .headings_display_2 {
    position: relative;
    font-size: 20px;
    margin-bottom: 24px;
    padding: 8px 6px;
    border-bottom: 2px solid #dedede;
  }
  .headings_display_2 span {
    font-weight: 900;
    color: #607d8b;
  }
  .headings_display_2::after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 2px #f39800;
    left: 0;
    bottom: -2px;
    width: 18%;
  }
}
/*見出し3*/
.headings_display_3 {
  position: relative;
  font-size: 21px;
  margin: 0 0 16px;
  font-weight: 900;
  padding: 2px 12px;
  display: block;
  color: #607d8b;
  border-left: 4px solid #607d8b;
}
.headings_display_3 span {
  font-weight: 900;
  color: #607d8b;
}
.headings_display_3.is_atten {
  font-size: 16px;
  display: inline-block;
  color: #fff;
  background: #cc7a74;
  margin: 0 0 8px;
  padding: 8px 12px;
  border-radius: 8px;
  border: none;
}
.headings_display_3.is_point {
  font-size: 16px;
  display: inline-block;
  background: #E3E3E3;
  color: #434343;
  margin: 0 0 8px;
  padding: 8px 12px;
  border-radius: 8px;
  border: none;
}

/*見出し3*/
.headings_display_4 {
  position: relative;
  font-size: 18px;
  margin: 8px 0;
  font-weight: 900;
  padding: 0;
  display: block;
}

.catch {
  font-size: 1.437rem;
  font-weight: 900;
  line-height: 1.4;
  margin-bottom: 16px;
}

.centering {
  text-align: center;
}

@media screen and (max-width: 896px) {
  .catch {
    font-size: 1.125rem;
  }

  .catch.centering {
    text-align: left;
  }

  .catch.centering br {
    display: none;
  }
}
/* --------------------------------

thumb summary

-------------------------------- */
.postHorizon {
  margin: 0 -60px 16px -60px;
}

/* thumbnail+summary*/
.post_Box {
  position: relative;
  overflow: hidden;
  border-radius: 0;
}

.thumbnail {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.is_thumbnail {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  padding-top: 58.25%;
}

.objectFit {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
}

.sizeFit {
  width: 100%;
  height: 100%;
}

/* zoom */
a .thumbnail {
  opacity: 1;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

a .is_thumbnail {
  opacity: 1;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

a .thumbnail:hover {
  opacity: 0.6;
  -webkit-transition: all 0.8 ease-in;
  transition: all 0.8 ease-in;
}

a .is_thumbnail:hover {
  opacity: 0.6;
  -webkit-transition: all 0.8 ease-in;
  transition: all 0.8 ease-in;
}

@media screen and (max-width: 896px) {
  a .thumbnail,
a .thumbnail:hover {
    opacity: 1;
    -webkit-transition: inherit;
    transition: inherit;
  }

  a .is_thumbnail,
a .is_thumbnail:hover {
    opacity: 1;
    -webkit-transition: inherit;
    transition: inherit;
  }
}
.contain {
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
}

.gradient::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(0, 0, 0, 0)), color-stop(20%, rgba(0, 0, 0, 0.4)), color-stop(80%, rgba(0, 0, 0, 0.6)));
  background: linear-gradient(rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.4) 20%, rgba(0, 0, 0, 0.6) 80%);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
  width: 100%;
  height: 50%;
}

/* --------------------------------

thumbnail
表示画像の高さ ÷ 表示画像の幅 × 100

-------------------------------- */
/*横長*/
.post_horizon {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
}

/*横長*/
.post_trim {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
}

/*正方形*/
.post_square {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
}

.post_length {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 135.8%;
}

.post_radius {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 0;
  padding-top: 100%;
  border-radius: 50%;
}

@media screen and (max-width: 896px) {
  .post_trim {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .post_trim.is_ajust {
    padding-top: 78%;
  }

  .visual .post_trim {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 80.25%;
  }

  .post_horizon {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .post_horizon.is_ajust {
    padding-top: 78%;
  }

  .post_trim {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .post_trim.is_ajust_half {
    padding-top: 60.8%;
  }

  .post_length {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 56.25%;
  }
  .post_length.is_ajust {
    padding-top: 78%;
  }
}
/* --------------------------------

arrow

-------------------------------- */
/*arrow*/
.arrowLeft,
.arrowRight {
  position: relative;
  margin-bottom: 0.5em;
  padding: 0 0 0 18px;
  color: #000;
  vertical-align: middle;
  text-decoration: none;
  font-size: 0.875rem;
}

.arrowLeft a {
  position: relative;
  display: block;
}

.arrowLeft::before,
.arrowLeft::after,
.arrowRight::before,
.arrowRight::after {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  content: "";
  vertical-align: middle;
}

.arrowLeft::before {
  top: 50%;
  left: 3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translate(0%, -50%) rotate(45deg);
          transform: translate(0%, -50%) rotate(45deg);
}

.arrowRight::before {
  top: 50%;
  left: 3px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  -webkit-transform: translate(0%, -50%) rotate(225deg);
          transform: translate(0%, -50%) rotate(225deg);
}

.arrowFile a {
  font-size: 0.875rem;
  background-image: url(../img/module/icon/is_file.svg);
  background-position: 0% 50%;
  background-repeat: no-repeat;
  background-size: 24px auto;
  padding: 4px 4px 4px 28px;
  display: block;
}

/* --------------------------------

acf map

-------------------------------- */
.acf-map {
  width: 100%;
  height: 500px;
}

.idxContentBox hr {
  margin: 2em -60px;
}

@media screen and (max-width: 896px) {
  .idxContentBox hr {
    margin: 1em -48px;
  }
}
/* --------------------------------

table

-------------------------------- */
table {
  position: relative;
  width: 100%;
  text-align: left;
  font-size: 1rem;
  line-height: 1.8;
  margin-bottom: 16px;
}
table.cell2 tr {
  border-bottom: 1px dotted #dedede;
}
table.cell2 tr th {
  font-weight: 200;
  vertical-align: top;
  text-align: left;
  width: 18em;
  padding: 12px 12px;
  font-weight: 200;
  color: #80898C;
}
table.cell2 tr td {
  vertical-align: top;
  padding: 12px 12px;
}
table.cell2 tr:last-child {
  border-bottom: none;
}

/* 表3段 */
table.cell3 tr {
  border-bottom: 1px solid #dedede;
}

table.cell3 tr:last-child {
  border-bottom: none;
}

table.cell3 th {
  font-weight: 200;
  vertical-align: middle;
  text-align: left;
  color: #7b7b7b;
  border-bottom: 1px solid #dedede;
  padding: 16px 16px 16px 16px;
  white-space: nowrap;
  width: 10em;
}

table.cell3 td {
  vertical-align: middle;
  border-bottom: 1px solid #dedede;
  padding: 16px 24px;
  color: #111;
}

.bg_pick {
  background-color: #fbf8f2;
}

@media screen and (max-width: 896px) {
  table {
    font-size: 0.875rem;
  }

  table.cell2 tr {
    border-bottom: none;
  }

  /* 表2段 */
  table {
    position: relative;
    width: 100%;
    text-align: left;
    font-size: 1rem;
    line-height: 1.8;
    margin-bottom: 16px;
  }
  table.cell2 tr {
    border-bottom: 1px dotted #dedede;
  }
  table.cell2 tr th {
    text-align: left;
    border-bottom: none;
    padding: 4px 8px 2px;
    white-space: nowrap;
    width: 100%;
    display: block;
    font-weight: 900;
    font-size: 16px;
  }
  table.cell2 tr td {
    padding: 2px 8px 4px;
    color: #111;
    width: 100%;
    display: block;
    word-break: break-all;
    font-size: 14px;
  }
  table.cell2 tr:last-child {
    border-bottom: none;
  }

  /* 表3段 */
  table.cell3 th {
    font-weight: 200;
    vertical-align: middle;
    text-align: left;
    color: #6A6361;
    border-bottom: 1px solid #dedede;
    padding: 8px 12px;
    white-space: nowrap;
    width: 100%;
    display: block;
    background-color: #f9f9f9;
  }

  table.cell3 td {
    vertical-align: middle;
    border: none;
    padding: 8px 12px;
    color: #111;
    width: 100%;
    word-break: break-all;
    display: block;
  }
}
.side_scroll {
  overflow-x: inherit;
}

@media screen and (max-width: 896px) {
  .side_scroll {
    overflow-x: scroll;
    margin-bottom: 64px;
  }

  .side_scroll::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #dedede;
    border-radius: 5px;
  }

  .side_scroll::-webkit-scrollbar-thumb {
    background: #666;
  }

  .side_scroll table th,
.side_scroll table td {
    white-space: nowrap;
  }
}
.is_tablelist {
  margin-bottom: 48px;
}
.is_tablelist dl {
  margin-bottom: 24px;
}
.is_tablelist dt {
  font-weight: 200;
  font-size: 1rem;
}
.is_tablelist dd {
  font-size: 0.875rem;
  padding: 0 12px;
}
.is_tablelist .noteList li {
  font-size: 0.875rem;
}

/* --------------------------------

textContent

-------------------------------- */
.textContent {
  margin-top: 0;
  margin-bottom: 48px;
}
.textContent.is_center {
  text-align: center;
}
.textContent.is_cacth {
  text-align: center;
}
.textContent.is_cacth p {
  font-weight: 200;
  letter-spacing: 2px;
  font-size: 1.437rem;
}

.is_bold {
  font-weight: 900;
}

@media screen and (max-width: 896px) {
  .textContent {
    margin-top: 0;
    margin-bottom: 32px;
  }
  .textContent.is_center {
    text-align: center;
  }
  .textContent.is_cacth {
    text-align: left;
  }
  .textContent.is_cacth p {
    font-size: 1rem;
  }
}
.ph_caption {
  font-size: 0.875rem;
  line-height: 1.3;
  color: #3b3b3b;
  padding: 0 4px 8px 0;
}

/* --------------------------------

GalleryBox

-------------------------------- */
.galleryBox {
  position: relative;
  margin-bottom: 0px;
}

.galleryBox {
  margin-bottom: 24px;
}

.galleryBox .ph_3column .cell {
  width: 15%;
}

.zoom {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 6px;
  bottom: 6px;
  background: url(../img/module/icon/icon_zoom.svg) no-repeat 50% 50%, rgba(76, 175, 80, 0.8);
  background-size: 16px 16px;
  border-radius: 100px;
  z-index: 1;
}

.galleryBox .ph_4column .cell {
  width: 22.8%;
}

@media screen and (max-width: 896px) {
  .galleryBox .ph_4column .cell {
    width: 48.6%;
  }

  .galleryBox {
    margin-bottom: 12px;
  }
}
/* --------------------------------

GalleryBox

-------------------------------- */
.postHorizon {
  margin: 0 -60px 16px -60px;
}

.postHorizon.is_subvisual {
  margin: -24px -60px 24px -60px;
}

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

/* --------------------------------

写真+見出し/テキスト

-------------------------------- */
.ph_block {
  margin-top: 24px;
  margin-bottom: 24px;
}

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

.ph_left .thumb {
  width: 340px;
  float: left;
  margin-bottom: 0px;
  margin-right: 60px;
  margin-left: 0;
}

.ph_right .thumb {
  width: 310px;
  float: right;
  margin-bottom: 0px;
  margin-left: 60px;
  margin-right: 0;
}

@media screen and (max-width: 896px) {
  .ph_block {
    margin-top: 12px;
    margin-bottom: 16px;
  }

  .ph_left .thumb {
    width: 100%;
    float: none;
    padding-right: 0;
    margin-right: 0;
    margin-bottom: 16px;
  }

  .ph_right .thumb {
    width: 100%;
    float: none;
    padding-left: 0;
    margin-left: 0;
    margin-bottom: 16px;
  }
}
/* --------------------------------

詳細

-------------------------------- */
.field {
  margin-top: 0;
  margin-bottom: 24px;
  overflow: hidden;
}
.field.is_block {
  border: 1px solid #dedede;
  padding: 18px 24px 6px;
  border-radius: 6px;
}
.field.is_atten {
  border: 2px solid #b51024;
  padding: 8px 24px 4px;
  border-radius: 6px;
}
.field.is_atten h2 {
  font-size: 16px;
  color: #b51024;
  padding: 8px 0;
  border-bottom: 1px solid #dedede;
}
.field.is_atten p {
  font-size: 15px;
  margin-bottom: 0.4em;
}
.field.is_atten p strong {
  color: #b51024;
}

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

@media screen and (max-width: 896px) {
  .field {
    margin-top: 0;
    margin-bottom: 16px;
    overflow: hidden;
  }
}
.field_line {
  margin-top: 0;
  margin-bottom: 0;
  padding: 12px 16px 12px;
  overflow: hidden;
  border-bottom: 1px solid #dedede;
}

.is_diffBox .field_line p {
  margin: 0;
  font-size: 0.875rem;
}

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

.field_line:last-child {
  border: none;
}

/* --------------------------------

leadblock list index

-------------------------------- */
.inner {
  padding: 12px 24px;
}

.innerBlock {
  padding: 24px 70px;
}

.innerBlockLarge {
  padding: 24px 100px;
}

@media screen and (max-width: 896px) {
  .inner {
    padding: 8px 16px;
  }

  .innerBlock {
    padding: 0 6px;
  }

  .innerBlockLarge {
    padding: 16px 16px;
  }
}
/* --------------------------------

内部リンク

-------------------------------- */
.returnBox {
  position: relative;
  width: 1200px;
  margin: 36px auto 48px;
  padding: 0;
}

.returnBox {
  position: relative;
  width: 1200px;
  margin: 36px auto 48px;
  padding: 0;
}

.return {
  width: 40%;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #dedede;
  box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  border-radius: 4px;
}
.return a {
  position: relative;
  display: block;
  font-size: 1rem;
  padding: 12px 48px 12px 48px;
  color: #49626A;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}
.return a::before {
  position: absolute;
  content: "";
  vertical-align: middle;
}
.return a::after {
  position: absolute;
  top: 50%;
  left: 16px;
  content: "";
  width: 8px;
  height: 8px;
  border-top: solid 2px #204038;
  border-right: solid 2px #204038;
  -webkit-transform: translate(0%, -50%) rotate(225deg);
  transform: translate(0%, -50%) rotate(225deg);
}

@media screen and (max-width: 896px) {
  .return {
    width: 80%;
  }
  .return a {
    position: relative;
    display: block;
    font-size: 0.875rem;
    padding: 12px 48px 12px 48px;
    color: #49626A;
    text-align: center;
    text-decoration: none;
    white-space: nowrap;
  }

  .returnBox {
    position: relative;
    width: 100%;
    margin: 0 auto 42px;
    padding: 0;
  }
}
.Left_more {
  width: 48%;
  float: left;
}

.Center_more {
  width: 94%;
  margin: 8px auto 8px;
}

.Right_more {
  width: 48%;
  float: right;
}

.link2Set .innerLink a {
  padding: 28px 30px;
  line-height: 1.4;
}

.is_you {
  font-weight: 900;
  color: #0075c5;
}

a.textlink {
  text-decoration: underline;
}

.cell.is-empty {
  height: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.scroll {
  position: fixed;
  bottom: 100px;
  right: 16px;
  width: 60px;
  z-index: 99;
}

@media screen and (max-width: 896px) {
  .scroll {
    position: fixed;
    bottom: 64px;
    right: 60px;
    width: 50px;
    z-index: 7;
  }
}
.sortContent {
  position: relative;
  margin-bottom: 24px;
}
.sortContent div {
  float: right;
  width: 300px;
  margin-left: 16px;
}

@media screen and (max-width: 896px) {
  .sortContent {
    margin-bottom: 16px;
  }
  .sortContent div {
    float: none;
    width: 100%;
    margin-left: 0;
  }
}
.js-filtering-no-scroll {
  overflow: hidden;
  width: 100%;
  height: 100vh;
}

.filtering_background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 95;
  display: none;
}

.filtering {
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  width: 1000px;
  margin: 0 auto 0;
  text-align: left;
  background-color: #fff;
  border: 1px solid #80898C;
  -webkit-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  border-radius: 6px 6px 0 0;
  overflow: hidden;
  z-index: 100;
  /*.filtering_btn.filtering_btn_close .option_toggle:before {
  	background-image: url(../img/module/icon/icon_option_arrow_close.svg);
  }*/
}
.filtering .filtering_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.filtering .filtering_btn .option {
  width: 340px;
  height: 100%;
  padding: 16px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  margin-left: 0;
  cursor: pointer;
}
.filtering .filtering_btn .option_label {
  position: relative;
  font-size: 16px;
  padding-left: 30px;
  color: #49626A;
  text-align: center;
}
.filtering .filtering_btn .option_label::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  margin-top: -10px;
  background-image: url(../img/module/icon/icon_option_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.filtering .filtering_btn .option_toggle {
  font-size: 16px;
  font-weight: 900;
  color: #49626A;
  text-align: center;
  position: relative;
}
.filtering .filtering_btn .option_toggle::before {
  content: "";
  position: absolute;
  top: 50%;
  left: -30px;
  width: 25px;
  height: 25px;
  margin-top: -12px;
  /*background-image: url(../img/module/icon/icon_option_arrow.svg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;*/
}
.filtering .filtering_btn .keywords {
  width: 650px;
  background-color: #80898C;
  padding: 12px 16px 6px;
}
.filtering .filtering_btn .keywords p {
  display: none;
  /*margin-bottom: 6px;
  color: #fff;*/
}
.filtering .js-filtering-toggle-group {
  display: none;
}
.filtering .filtering_btn.filtering_btn_close .option_label:before {
  background-image: url(../img/module/icon/icon_option_arrow_close.svg);
}
.filtering .filtering_btn.filtering_btn_close .option {
  background-color: #ececec;
  border: 1px solid #dedede;
}
.filtering .filtering_btn.filtering_btn_close .option .option_label,
.filtering .filtering_btn.filtering_btn_close .option .option_toggle {
  color: #496269;
}
.filtering .inner {
  padding: 36px 30px;
}
.filtering .filtering_cat {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.filtering .filtering_cat dl {
  width: 48%;
  border: 2px solid #49626A;
  margin-right: 30px;
  margin-bottom: 30px;
  float: left;
}
.filtering .filtering_cat dl dt {
  color: #49626A;
  background-color: #D9E4E7;
  padding: 8px;
  font-weight: 900;
}
.filtering .filtering_cat dl dd {
  padding: 8px 16px 16px;
  color: #49626A;
  background-color: #fff;
}
.filtering .filtering_cat dl:nth-child(2n) {
  margin-right: 0;
  float: right;
}
.filtering .filtering_bottom {
  text-align: center;
  background-color: #D9E4E7;
  padding: 24px;
  border-top: 1px solid #496269;
}
.filtering .filtering_bottom p {
  font-size: 18px;
  margin-bottom: 6px;
  text-align: center;
  color: #49626A;
}

.search-wrap.search_box {
  position: relative;
}
.search-wrap.search_box #form5 {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.search-wrap.search_box #form5 #sbox5 {
  float: left;
  outline: 0;
  height: 50px;
  padding: 0 10px;
  width: calc(100% - 50px);
  border: none;
  background: #fff;
  border-radius: 0;
}
.search-wrap.search_box #form5 #sbtn5 {
  float: right;
  width: 50px;
  height: 50px;
  color: #fff;
  font-weight: bold;
  border: 1px solid #fff;
}
.search-wrap.search_box #form5 .search-btn {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  display: block;
  margin: 0;
  z-index: 2;
  color: #fff;
  text-align: center;
  background: #61777E url(../img/module/icon/icon_search.svg) no-repeat 50% 50%;
  background-size: 18px auto;
  overflow: hidden;
  font-size: 14px;
  line-height: 50px;
}

#filter_clear {
  text-align: center;
  margin: 12px auto;
  color: #504745;
  font-size: 16px;
  font-weight: 200;
  padding: 0;
  border: none;
  -webkit-box-shadow: inset 0 -2px #111;
          box-shadow: inset 0 -2px #111;
  background: none;
  cursor: pointer;
}

@media screen and (max-width: 896px) {
  .filtering {
    position: fixed;
    bottom: 0;
    left: 50%;
    width: 94%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    max-height: 98vh;
    margin: 0 auto 0;
    text-align: left;
    border-radius: 6px 6px 0 0;
    overflow: scroll;
    display: block;
  }
  .filtering .filtering_btn {
    display: block;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100% !important;
    height: auto;
  }
  .filtering .filtering_btn .option {
    width: 100%;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-left: 0;
    padding: 10px 80px;
    border-radius: 0;
  }
  .filtering .filtering_btn .option_active {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    z-index: 105;
    -webkit-box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
            box-shadow: 0px 2px 8px -3px rgba(0, 0, 0, 0.4);
  }
  .filtering .filtering_btn .option_label {
    position: relative;
    font-size: 16px;
    color: #49626A;
    text-align: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    width: 70%;
    white-space: nowrap;
    line-height: 30px;
    text-align: left;
    padding-left: 0;
  }
  .filtering .filtering_btn .option_label::before {
    content: "";
    position: absolute;
    top: 50%;
    left: -40px;
    width: 25px;
    height: 25px;
    margin-top: -12px;
    background-image: url(../img/module/icon/icon_option_arrow.svg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  .filtering .filtering_btn .option_toggle {
    font-size: 16px;
    color: #49626A;
    text-align: center;
    position: relative;
    width: 30%;
    white-space: nowrap;
  }
  .filtering .filtering_btn .keywords {
    width: 100%;
    height: auto;
    background-color: #80898C;
    border-bottom: 1px solid #80898C;
    padding: 8px 16px;
    display: none;
    margin-top: 50px;
  }
  .filtering .filtering_btn .keywords p {
    margin-bottom: 6px;
    color: #fff;
  }
  .filtering .inner {
    padding: 16px;
  }
  .filtering .filtering_cat {
    position: relative;
    width: 100%;
    display: block;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .filtering .filtering_cat dl {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
    float: none;
  }
  .filtering .filtering_cat dl dt {
    color: #49626A;
    background-color: #D9E4E7;
    padding: 8px;
    font-weight: 900;
  }
  .filtering .filtering_cat dl dd {
    padding: 8px 16px 16px;
    color: #49626A;
  }
  .filtering .filtering_cat dl:nth-child(2n) {
    margin-right: 0;
    float: none;
  }
  .filtering .filtering_bottom {
    text-align: center;
    background-color: #D9E4E7;
    padding: 16px 24px 6px;
  }
  .filtering .filtering_bottom p {
    font-size: 16px;
    margin-bottom: 4px;
    text-align: center;
    color: #49626A;
  }
}
.login_wrapper {
  width: 100%;
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #f1f1f1;
}

.login_module {
  width: 450px;
  min-height: 450px;
  border-radius: 8px;
  /* box-shadow */
  -webkit-box-shadow: 0px 0px 22px -6px rgba(0, 0, 0, 0.19);
          box-shadow: 0px 0px 22px -6px rgba(0, 0, 0, 0.19);
  margin-left: auto;
  margin-right: auto;
  border: 1px #f0f0f0 solid;
  padding: 30px;
  text-align: left;
  background-color: #fff;
}
.login_module .login_module_logo {
  margin-bottom: 36px;
  text-align: center;
}
.login_module .login_module_logo img {
  width: 70%;
}
.login_module .login_module_body h2 {
  font-size: 21px;
  margin-bottom: 16px;
}
.login_module .login_module_message {
  font-size: 14px;
  margin-bottom: 16px;
}
.login_module .login_module_error {
  min-height: 2.5em;
  color: #d63a2e;
  font-size: 14px;
  margin-bottom: 12px;
  padding: 6px 12px;
  border-radius: 4px;
  background-color: #fdf0f0;
}
.login_module .login_module_field {
  padding-bottom: 12px;
}
.login_module .login_module_field input {
  width: 100%;
}
.login_module .login_module_subtxt {
  text-align: right;
  margin-bottom: 15px;
}
.login_module .login_module_subtxt a {
  font-size: 14px;
  text-decoration: underline;
}

@media screen and (max-width: 896px) {
  .login_module {
    width: 90%;
  }
}
.terms_bg {
  width: 100%;
  position: relative;
  background-color: #f1f1f1;
  padding-top: 40px;
  padding-bottom: 40px;
}

.terms_wrapper {
  width: 1000px;
  background-color: #fff;
  border: #dedede 1px solid;
  border-radius: 8px;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}

.terms_logo {
  text-align: center;
  padding-top: 30px;
}

.terms_logo img {
  width: 30%;
}

.terms_language {
  margin-bottom: 60px;
  text-align: left;
  border: #dedede 1px solid;
  padding: 24px;
}

.terms_language h3 {
  font-size: 21px;
  margin-bottom: 10px;
  color: #49626A;
}

.terms_language_body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.terms_language_body_select {
  text-align: right;
  width: 40%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.terms_message_txt {
  text-align: center;
  margin-bottom: 60px;
}

.terms_body {
  padding-top: 80px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 60px;
}

.terms_contents {
  border: #dedede 1px solid;
  background-color: #F1F1F1;
}

@media screen and (max-width: 896px) {
  .terms_bg {
    padding: 8px;
  }

  .terms_wrapper {
    width: 100%;
  }

  .terms_logo {
    padding-top: 16px;
  }

  .terms_logo img {
    width: 40%;
  }

  .terms_language {
    margin-bottom: 16px;
    padding: 8px;
  }

  .terms_language h3 {
    font-size: 18px;
    margin-bottom: 5px;
  }

  .terms_language_body {
    display: block;
  }

  .terms_language_body_message {
    width: 100%;
    font-size: 14px;
    margin-bottom: 5px;
  }

  .terms_language_body_select {
    text-align: left;
    width: 100%;
  }

  .terms_message_txt {
    margin-bottom: 20px;
    font-size: 14px;
  }

  .terms_body {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 16px;
  }
}
.terms_header {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto 30px;
  max-width: 1200px;
}

.terms_header_logo {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-right: 20px;
}
.terms_header_logo img {
  width: 30%;
}

.terms_header_lang {
  width: 30%;
  margin-left: auto;
}

.terms_message {
  position: relative;
  text-align: center;
  width: 100%;
  margin: 0 auto 30px;
  max-width: 1200px;
}

.TermsBOX {
  border: 2px solid #dedede;
  position: relative;
  text-align: left;
  width: 90%;
  max-width: 1200px;
  height: 500px;
  margin: 0 auto 30px;
  overflow-x: scroll;
  background-color: #f1f1f1;
}

.agree_check {
  margin-bottom: 10px;
  vertical-align: baseline;
  line-height: 1.4;
}
.agree_check input {
  margin: 0;
}

.bye {
  margin-top: 20px;
  border: none;
  -webkit-box-shadow: inset 0 -1px #afafaf;
          box-shadow: inset 0 -1px #afafaf;
  background: none;
  display: inline-block;
}

@media screen and (max-width: 896px) {
  .terms_message {
    position: relative;
    text-align: left;
    width: 100%;
    max-width: 100%;
    padding: 0 24px;
    margin: -30px auto 10px;
  }

  .TermsBOX {
    margin: 0px auto 10px;
    padding: 0 8px;
    width: 100%;
    max-width: 94%;
    height: 80vh;
  }

  .terms_header {
    border-bottom: 1px #dedede solid;
    width: 100%;
    position: fixed;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #fff;
    z-index: 20;
  }

  .terms_header_logo {
    text-align: left;
    padding-top: 16px;
    padding-bottom: 8px;
    padding-left: 16px;
    margin-right: 30px;
  }
  .terms_header_logo img {
    width: 150px;
  }

  .terms_header_lang {
    width: 60%;
    margin-left: auto;
    padding-right: 16px;
  }

  .terms_header_lang select {
    font-size: 12px;
  }

  .terms_header_lang .select_style {
    margin-bottom: 0;
  }
}
.Fieldset *:after,
.Fieldset *:before,
.error_message *:after,
.error_message *:before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

select,
input,
button,
textarea {
  font: 100% arial, helvetica, clean, sans-serif;
}

input,
select {
  vertical-align: middle;
}

input[type=radio] {
  margin: 4px 4px 6px 0px;
}

input[type=checkbox] {
  vertical-align: middle;
  margin: 4px 4px 6px 0px;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel],
textarea {
  position: relative;
  height: 44px;
  padding-left: 4px;
  border: solid 1px #959595;
  margin: 0 8px 6px 0px;
  border-radius: 4px;
}

textarea {
  width: 90%;
  max-width: 90%;
  resize: vertical;
  padding: 12px;
}

/*+++ width +++*/
input[type=password] {
  width: 50%;
}

input[type=text],
input[type=email],
input[type=tel] {
  width: 90%;
}

input[type=text].mini,
input[type=email].mini,
input[type=tel].mini {
  width: 50%;
}

input[type=text].xmini,
input[type=email].xmini,
input[type=tel].xmini {
  width: 30%;
}

input[type=text].xxmini,
input[type=email].xxmini,
input[type=tel].xxmini {
  width: 20%;
}

input[type=text].wide,
input[type=email].wide,
input[type=tel].wide {
  width: 80%;
}

input[type=text].name_field {
  width: 30%;
}

input[type=text].zip_field {
  width: 60%;
}

input[type=text].zip1_field {
  width: 100px;
}

input[type=text].zip2_field {
  width: 150px;
}

input[type=tel].tel_field {
  width: 60%;
}

input[type=text].tel_mini {
  width: 100px;
}

input[type=text].age_mini {
  width: 100px;
}

.separater {
  padding-right: 0.3em;
}

input[type=file] {
  border: solid 1px #BBB;
}

input:focus,
textarea:focus {
  background-color: #f6f6f6;
  border-color: #0075C5;
}

input::-webkit-input-placeholder {
  color: #bbb;
  font-style: italic;
}

input::-moz-placeholder {
  color: #bbb;
  font-style: italic;
}

input:-ms-input-placeholder {
  color: #bbb;
  font-style: italic;
}

input::-ms-input-placeholder {
  color: #bbb;
  font-style: italic;
}

input::placeholder {
  color: #bbb;
  font-style: italic;
}

/*++++ iOS リセット +++++*/
input[type=submit],
input[type=button] {
  -webkit-appearance: none;
}

@media screen and (max-width: 896px) {
  textarea {
    width: 100%;
    max-width: 100%;
  }

  select {
    width: 100%;
  }

  input[type=text],
input[type=email],
input[type=tel] {
    width: 100%;
    height: 40px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }

  input[type=text].mini,
input[type=email].mini,
input[type=tel].mini {
    width: 50%;
  }

  input[type=text].xmini,
input[type=email].xmini,
input[type=tel].xmini {
    width: 30%;
  }

  input[type=text].name_field {
    width: 100%;
  }

  .name_sei,
.name_mei {
    display: block;
  }

  input[type=text].xxmini,
input[type=email].xxmini,
input[type=tel].xxmini {
    width: 20%;
  }

  input[type=text].wide,
input[type=email].wide,
input[type=tel].wide {
    width: 80%;
  }

  input[type=text].zip_field {
    width: 100%;
  }

  input[type=text].zip1_field {
    width: 25%;
  }

  input[type=text].zip2_field {
    width: 55%;
  }

  input[type=tel].tel_field {
    width: 100%;
  }

  input[type=text].tel_mini {
    width: 25%;
    margin-left: 0px;
  }

  input[type=text].age_mini {
    width: 100px;
  }
}
/*====================================
		Form ITEM Design
====================================*/
/*SELECT Style*/
.select_style {
  position: relative;
  display: inline-block;
  height: 44px;
  width: 90%;
  margin-bottom: 5px;
  cursor: pointer;
}
.select_style::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  right: 0;
  background: #ccc;
  height: 44px;
  width: 44px;
  cursor: pointer;
}
.select_style::after {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0px;
  bottom: 0;
  margin: auto 0;
  right: 14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 8px 0 8px;
  border-color: #fff transparent transparent transparent;
  cursor: pointer;
}
.select_style select {
  width: 100%;
  cursor: pointer;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  margin: 0;
  height: 44px;
  background: transparent;
  position: relative;
  z-index: 1;
  padding: 0 60px 0 10px;
  border: 1px solid #dedede;
}
.select_style select::-ms-expand {
  display: none;
}

/*+++++++ Radio Style +++*/
.radio_case {
  padding-top: 0.5em;
}

.radio_style * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.radio_style {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  white-space: nowrap;
  line-height: 1;
}

.radio_style input {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1em;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.radio_style .radio_label_wrap label {
  position: initial;
  display: inline-block;
  font-weight: normal;
  margin: 0;
  text-indent: 1.5em;
  min-width: calc(1em + 2px);
}

.radio_style .radio_label_wrap label::before,
.radio_style .radio_label_wrap label::after {
  content: "";
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  border: 1px solid transparent;
  z-index: 0;
  position: absolute;
  left: 0;
  top: calc(0% - (100% - 1em) - 8%);
  background-color: transparent;
  border-radius: 100%;
}

.radio_style .radio_label_wrap label::before {
  border-color: #bdc3c7;
}

.radio_style .radio_label_wrap label::after {
  -webkit-transform: scale(0.6);
          transform: scale(0.6);
}

.radio_style input:checked ~ .radio_label_wrap label:after {
  background-color: #009a9a !important;
}

/*+++++++ CeckBox Style +++*/
.checkbox_case {
  padding-top: 0.5em;
}

.checkbox_style * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.checkbox_style {
  position: relative;
  display: inline-block;
  margin-right: 1em;
  white-space: nowrap;
  line-height: 1;
}

.checkbox_style input {
  position: absolute;
  left: 0;
  top: 0;
  min-width: 1em;
  width: 100%;
  height: 100%;
  z-index: 2;
  opacity: 0;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

.checkbox_style .checkbox_label_wrap label {
  position: initial;
  display: inline-block;
  font-weight: normal;
  margin: 0;
  text-indent: 1.5em;
  min-width: calc(1em + 2px);
}

.checkbox_style .checkbox_label_wrap label::before,
.checkbox_style .checkbox_label_wrap label::after {
  content: "";
  width: calc(1em + 2px);
  height: calc(1em + 2px);
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0;
  border: 1px solid transparent;
  z-index: 0;
  position: absolute;
  left: 0;
  top: calc(0% - (100% - 1em) - 8%);
  background-color: transparent;
}

.checkbox_style .checkbox_label_wrap label::before {
  border-color: #bdc3c7;
}

/*.checkbox_style .checkbox_label_wrap.p-is-hover,
.checkbox_style .checkbox_label_wrap.p-is-hover.p-is-indeterminate{
	display: none;
}*/
.checkbox_style input:checked ~ .checkbox_label_wrap label:after {
  /*background-color: #bdc3c7 !important;*/
  content: "";
  display: block;
  position: absolute;
  top: -0.1em;
  left: 0.3em;
  width: 0.5em;
  height: 0.8em;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 3px solid #009a9a;
  border-right: 3px solid #009a9a;
}

/*+++++++++++++++++++++++++
		Mobile
++++++++++++++++++++++++*/
/*Mobile*/
@media screen and (max-width: 896px) {
  /*SELECT Style*/
  .select_style {
    width: 100%;
    margin-bottom: 5px;
  }

  .select_style {
    height: 40px;
  }

  .select_style::before {
    height: 40px;
    width: 40px;
  }

  .select_style::after {
    right: 12px;
  }

  .select_style select {
    height: 40px;
    padding: 0 40px 0 10px;
  }

  /*Radio Style*/
  .radio_case {
    padding-top: 0px;
  }

  .radio_case label input {
    display: none;
  }
}
/*++++++ YMD Group ++++*/
.ymd_group_case {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 90%;
}

.ymd_group_case .select_style {
  width: 100%;
}

.ymd_group_yy {
  position: relative;
  padding-right: 1.8em;
  margin-right: 0.5em;
  width: 38%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ymd_group_yy:after {
  content: "年";
  position: absolute;
  right: 0;
  bottom: 0.3em;
  font-size: 18px;
  text-align: right;
}

.ymd_group_mm {
  position: relative;
  padding-right: 1.8em;
  margin-right: 0.5em;
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ymd_group_mm:after {
  content: "月";
  position: absolute;
  right: 0;
  bottom: 0.3em;
  font-size: 18px;
  text-align: right;
}

.ymd_group_dd {
  position: relative;
  padding-right: 1.8em;
  margin-right: 0.5em;
  width: 30%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.ymd_group_dd:after {
  content: "日";
  position: absolute;
  right: 0;
  bottom: 0.3em;
  font-size: 18px;
  text-align: right;
}

/*+++++++++++++++++++++++++
		Mobile
++++++++++++++++++++++++*/
/*Mobile*/
@media screen and (max-width: 896px) {
  .ymd_group_case {
    display: block;
    width: 100%;
  }

  .ymd_group_yy,
.ymd_group_mm,
.ymd_group_dd {
    width: 100%;
  }
}
/*====================================
		Form Field Layout
====================================*/
.Fieldset {
  padding-top: 10px;
  text-align: left;
  margin-bottom: 20px;
  border-top: 1px solid #bbb;
  font-size: 18px;
  clear: both;
}

.Fieldset dl {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  min-height: 35px;
  border-bottom: 1px solid #bbb;
  margin: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.Fieldset dt {
  width: 23em;
  min-width: 23em;
  /*background-color: #09F;*/
  margin: 0px;
  margin-right: 2em;
  /*float: left;*/
  position: relative;
  padding: 15px 100px 0px 1em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /*background-color: red;*/
}

.Fieldset dd {
  padding: 0px;
  /*margin: 0px 0px 0px 24em;*/
  margin: 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /*background-color: #9F6;*/
}

.Fieldset dd p {
  margin-bottom: 4px;
  line-height: 1.2;
}

/*+++++++++++++++++++++++++
		Mobile
++++++++++++++++++++++++*/
/*Mobile*/
@media screen and (max-width: 896px) {
  .Fieldset dl {
    display: block;
  }

  .Fieldset dt {
    width: 100%;
    min-width: 100%;
  }

  .Fieldset dd {
    width: 100%;
    min-width: 100%;
  }
}
/*==== Req Label Image =====*/
.required_label {
  display: block;
  position: absolute;
  top: 13px;
  right: 8px;
  width: 18px;
  height: 18px;
  background-color: #D25052;
  border-radius: 13px;
}

.required_label_fix {
  background-color: #00B200;
}

.required_label_fix::after {
  content: "";
  display: block;
  margin-left: 5px;
  margin-top: 3px;
  width: 7px;
  height: 10px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
}

.auto_br label {
  white-space: nowrap;
}

.Form_btn {
  text-align: center;
  padding-top: 16px;
  padding-bottom: 24px;
}
.Form_btn input {
  vertical-align: top;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.Form_btn input:hover {
  opacity: 0.8;
}
.Form_btn img {
  vertical-align: top;
}

.search_btn {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  background-color: #49626A;
  text-align: center;
  width: 16em;
  border: 1px solid #2F464D;
  display: inline block;
  margin: 0 auto;
  padding: 1em 0px;
  border-radius: 6px;
  cursor: pointer;
  -webkit-box-shadow: 0 3px #2F464D;
          box-shadow: 0 3px #2F464D;
}

.blue_btn {
  color: #FFF;
  font-size: 18px;
  font-weight: bold;
  background-color: #0075C5;
  text-align: center;
  width: 14em;
  border: none;
  display: block;
  margin: 0 auto;
  padding: 0.8em 0px;
  border-radius: 30px;
  cursor: pointer;
}

.btn_disabled {
  background-color: #80898C;
  opacity: 0.4;
  cursor: default;
}

@media screen and (max-width: 896px) {
  .blue_btn {
    color: #FFF;
    font-size: 16px;
    font-weight: bold;
    background-color: #0075C5;
    text-align: center;
    width: 14em;
    border: none;
    display: block;
    margin: 0 auto;
    padding: 0.6em 0px;
    border-radius: 30px;
    cursor: pointer;
  }
}
/*======= TEXT & Message ===========*/
.form_mid_bar {
  background-color: #f0f0f0;
  font-size: 18px;
  border-bottom: #bbb 1px solid;
  padding: 8px;
  padding-left: 15px;
}

.Form_step {
  text-align: center;
  position: relative;
  padding-top: 15px;
  padding-bottom: 30px;
}

.Form_step img {
  width: 100%;
}

.form_message {
  padding-left: 1em;
  vertical-align: middle;
}

.form_message img {
  vertical-align: middle;
}

.thanks_message {
  font-size: 16px;
  padding-top: 20px;
  padding-bottom: 40px;
}

.color_atten {
  color: #CC0000;
}

form .example {
  color: #999999;
  /*padding-left: 15px;*/
}

form .red {
  color: #CC0000;
}

form .validation-mess {
  color: #F90;
}

/*======= Error Message ======= */
.error_message {
  margin-bottom: 1em;
  padding: 15px 6px 6px 40px;
  border: solid 1px #a21839;
  border-radius: 8px;
}

.error_message p {
  margin-top: 0;
  margin-bottom: 8px;
}

.error_message h3 {
  color: #a21839;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 8px;
  padding-left: 0;
  border-left-style: none;
  border-left-width: 0;
  background-image: none;
}

.error_message ul {
  margin: 0;
  padding: 0;
  padding-left: 1em;
}

.error_message li {
  margin: 0;
  padding: 0;
  position: relative;
  margin-bottom: 0.2em;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 28px;
  list-style-type: none;
}

.error_message li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  border-top: 3px red solid;
  width: 17px;
  height: 17px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  display: block;
  z-index: 80;
}

.error_message li::after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  border-top: 3px red solid;
  width: 17px;
  height: 17px;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  display: block;
  z-index: 80;
}

.error_mes li span {
  color: #0f880a;
  padding-right: 8px;
}

.error_req {
  background-color: #fffaf4;
}

.ok_mes {
  color: #234990;
  font-size: 16px;
  font-weight: bold;
  background-color: #f3faf9;
  text-align: center;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  border: solid 1px;
}

.form_mailtext {
  width: 78%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/*+++++++++++++++++++++++++
		Mobile
++++++++++++++++++++++++*/
/*Mobile*/
@media screen and (max-width: 896px) {
  .form_mailtext {
    width: auto;
  }

  .Fieldset {
    /*	font-size: 18px;
    padding-right: 8px;
    padding-left: 8px;*/
  }

  .Fieldset dt {
    float: none;
    min-height: 35px;
    margin-bottom: 8px;
    width: auto;
    padding-left: 0em;
    background-color: #f0f0f0;
    padding: 6px;
    padding-right: 100px;
  }

  .Fieldset dd {
    margin-left: 0em;
  }

  .send_btn,
.gotop_btn {
    width: 80%;
  }

  .error_message {
    padding: 8px;
  }

  .error_message ul {
    padding-left: 0;
    margin-left: 0px;
  }
}
/*++++++++ Form STEP ++++++*/
.progressbar {
  margin: 0 auto;
  padding: 0;
  counter-reset: step;
  z-index: 0;
  position: relative;
  margin-bottom: 30px;
}

.progressbar li {
  list-style-type: none;
  width: 33%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #aaa;
}

.progressbar li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: #eee;
}

.progressbar li:after {
  width: 100%;
  height: 2px;
  content: "";
  position: absolute;
  background-color: #eee;
  top: 15px;
  left: -50%;
  z-index: -1;
}

.progressbar li:first-child:after {
  content: none;
}

.progressbar li.active {
  color: #ff9800;
}

.progressbar li.active:before {
  background-color: #ff9800;
  color: #fff;
}

.progressbar li.active + li:after {
  background-color: #ff9800;
}

/*=====Clear fix======*/
/* For modern browsers */
.clf:before,
.clf:after {
  content: "";
  display: table;
}

.clf:after {
  clear: both;
}

/* For IE 6/7 (trigger hasLayout) */
.clf {
  zoom: 1;
}
