@charset "UTF-8";
/* reset css */
* {
  -webkit-text-size-adjust: none;
}

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;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: 0;
}

html {
  height: 100%;
  background: #fff;
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  position: relative;
  min-height: 100%;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto,
    "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  color: #000;
  background: #fff;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
    line-height: 18px;
  }
}

input,
textarea,
select {
  font: 100% Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto,
    "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  color: #000;
  vertical-align: middle;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: none;
  cursor: pointer;
  transition: 0.3s all;
}

button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  padding: 0;
  border: none;
}

a:focus,
button:focus,
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

input[type="search"] {
  -webkit-appearance: none;
}

.form__control {
  -webkit-appearance: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

a {
  color: #000;
  text-decoration: none;
}

a:focus {
  text-decoration: none;
}

a:hover {
  color: #000;
  text-decoration: none;
}

*::-webkit-input-placeholder {
  color: #a0a0a0;
  opacity: 1;
}

*:-moz-placeholder {
  color: #a0a0a0;
  opacity: 1;
}

*::-moz-placeholder {
  color: #a0a0a0;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #a0a0a0;
  opacity: 1;
}

table {
  border-collapse: collapse;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

/* styles */
.wrapper {
  display: flex;
  position: relative;
  flex: 1 0 auto;
  flex-direction: column;
  min-height: 100vh;
  transition: margin 0.5s;
}

.page {
  display: flex;
  flex: 1 0 auto;
  flex-direction: column;
  overflow: hidden;
}

.container {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1040px;
}
@media (max-width: 767px) {
  .container {
    padding: 0 15px;
  }
}
.container_fluid {
  padding: 0;
  max-width: 100%;
}

.row:after {
  display: block;
  clear: both;
  content: "";
}

.mb {
  display: none;
}

.pc {
  display: block;
}

/* Tablet */
@media only screen and (max-width: 991px) {
  .mb {
    display: block !important;
  }
  .pc {
    display: none !important;
  }
}

/* Smartphone */
@media only screen and (min-width: 991px) {
  .mb {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
}

.hidden {
  display: none !important;
}

.img-to-bg {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.img-to-bg > img {
  display: none;
}

/*typography*/
h1,
.h1 {
  margin: 0;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto,
    "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.25;
  color: #000;
  text-align: center;
}

h2,
.h2 {
  margin: 0 0 15px;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto,
    "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  color: #000;
  text-align: center;
}

h3,
.h3 {
  margin: 0 0 15px;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto,
    "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 1.25;
  color: #000;
  text-align: center;
}

h4,
.h4 {
  margin: 0 0 25px;
  font-family: Hiragino Sans, "ヒラギノ角ゴシック", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴ ProN W3", Roboto,
    "Droid Sans", YuGothic, "游ゴシック", Meiryo, "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  color: #000;
  text-align: left;
}

p {
  margin: 0 0 15px;
}

/*end typography*/
/* styles end */
/* buttons */
.btn {
  display: inline-block;
  position: relative;
  padding: 10px 38px;
  border: 1px solid transparent;
  border-radius: 30px;
  width: 100%;
  max-width: 160px;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
  color: #000;
  text-align: center;
  vertical-align: top;
}
.btn.active:focus,
.btn.active:hover,
.btn:focus,
.btn:active,
.btn:hover {
  outline: none;
  box-shadow: none;
}

.btn-default {
  border: 1px solid #a0a0a0;
  color: #a0a0a0;
  background: #fff;
}
.btn-default.active:focus,
.btn-default.active:hover,
.btn-default:focus,
.btn-default:active,
.btn-default:hover {
  box-shadow: 0 0 4px 1px rgba(255, 102, 0, 0.7);
}

/*end btn*/
/* layout parts */
.body__ovh {
  overflow: hidden;
}

/* header */
.header-page {
  display: flex;
  position: relative;
  z-index: 200;
  flex-direction: column;
  align-items: center;
  height: 180px;
}
.header-page .languages {
  display: flex;
  position: absolute;
  top: 55px;
  left: 30px;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
  transition: 0.3s;
}
.header-page .languages li {
  position: relative;
  padding-bottom: 30px;
}
.header-page .languages li:after {
  position: absolute;
  right: 4px;
  bottom: 14px;
  width: 12px;
  height: 1px;
  content: "";
  background-color: #000;
  transform: rotate(-45deg);
}
.header-page .languages li:last-child {
  padding-bottom: 0;
}
.header-page .languages li:last-child:after {
  width: 0;
}
.header-page .languages li a {
  display: block;
  font-family: "Arial";
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 1.2px;
}
@media (max-width: 999px) {
  .header-page .languages {
    left: 20px;
  }
}
@media (max-width: 769px) {
  .header-page .languages {
    display: flex;
    position: static;
    padding: 0 15px;
    width: 100%;
    background-color: #fff;
    writing-mode: horizontal-tb;
    transform: translate(0, 0) !important;
  }
  .header-page .languages li {
    flex-basis: 50%;
    padding-right: 8px;
    height: 70px;
    line-height: 70px;
    text-align: right;
  }
  .header-page .languages li:nth-child(2) {
    padding-left: 20px;
    text-align: left;
  }
  .header-page .languages li:not(:last-child) {
    padding-bottom: 0;
  }
  .header-page .languages li:not(:last-child):after {
    display: none;
  }
  .header-page .languages li a {
    font-size: 12px;
    line-height: 70px;
  }
}
.header-page .line {
  right: 40px;
  height: 100%;
}
@media (max-width: 769px) {
  .header-page .line {
    display: none;
  }
}
@media (max-width: 769px) {
  .header-page {
    height: 120px;
  }
}

.logo {
  margin-bottom: 27px;
  width: 316px;
  height: 55px;
  overflow: hidden;
  text-indent: -99999px;
  background: url("../images/load-logo.jpg") no-repeat 50% 0;
  background-size: 100%;
}
.logo__link {
  display: block;
  width: 100%;
  height: 100%;
}
@media (max-width: 769px) {
  .logo {
    margin-bottom: 0;
    width: 147px;
    height: 72px;
  }
}

@keyframes rotateIcon {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(180deg);
  }
}

.main-menu {
  transition: 0.3s;
}
.main-menu ul:not(.languages) {
  display: flex;
  justify-content: center;
}
.main-menu ul:not(.languages) li {
  position: relative;
  padding: 0 16px;
}
.main-menu ul:not(.languages) li ul {
  display: none;
}
.main-menu ul:not(.languages) li a {
  display: block;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 50px;
  transition: 0.2s;
}
.main-menu ul:not(.languages) li a:after {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #d70029;
  transition: 0.2s;
  transform: scaleX(0);
}
.main-menu ul:not(.languages) li .main-menu__drop {
  display: block;
  position: absolute;
  top: 80px;
  right: 50%;
  padding: 10px 0;
  min-width: 296px;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 19px;
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  transition: 0.3s;
  transition-delay: 0.1s;
  transform: scaleY(0) translate(50%, 0);
}
.main-menu ul:not(.languages) li .main-menu__drop:before {
  position: absolute;
  top: -8px;
  left: 50%;
  border-width: 8px;
  border-style: solid;
  border-color: transparent transparent #fff transparent;
  content: "";
  transform: translate(0, -50%) !important;
}
@media (min-width: 771px) {
  .main-menu ul:not(.languages) li:hover a {
    color: #d70029;
  }
  .main-menu ul:not(.languages) li:hover .main-menu__drop {
    transition: 0.3s;
    transform: scaleY(1) translate(50%, 0);
  }
}
@media (max-width: 769px) {
  .main-menu {
    position: absolute;
    top: 90px;
    left: -800px;
    z-index: 999;
    width: 100%;
    overflow: auto;
  }
  .main-menu ul:not(.languages) {
    flex-direction: column;
    padding: 0 15px;
    width: 100%;
    background-color: #fff;
  }
  .main-menu ul:not(.languages) li {
    padding: 0;
    border-top: 1px solid #a0a0a0;
  }
  .main-menu ul:not(.languages) li:last-child {
    border-bottom: 1px solid #a0a0a0;
  }
  .main-menu ul:not(.languages) li a {
    position: relative;
    height: 50px;
    line-height: 50px;
  }
  .main-menu ul:not(.languages) li a:before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 1px;
    content: "";
    background-color: #d70029;
    transform: translate(0, -50%) !important;
  }
  .main-menu ul:not(.languages) li a:after {
    position: absolute;
    top: calc(50% - 2px);
    right: -2px;
    left: auto;
    width: 6px;
    height: 1px;
    content: "";
    background-color: #d70029;
    transform: translate(0, -50%) rotate(45deg);
  }
}
@media (max-width: 769px) and (max-width: 769px) {
  .main-menu ul:not(.languages) li .dropdown:before {
    position: absolute;
    top: 50%;
    right: 4px;
    left: auto;
    width: 1px;
    height: 10px;
    content: "";
    background-color: #d70029;
    transition: 0.3s;
    transform: translate(0, -50%) !important;
  }
  .main-menu ul:not(.languages) li .dropdown:after {
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    width: 10px;
    height: 1px;
    content: "";
    background-color: #d70029;
    transform: translate(0, -50%) !important;
  }
}
@media (max-width: 769px) {
  .main-menu ul:not(.languages) li .dropdown__active:before {
    height: 0;
  }
  .main-menu ul:not(.languages) li .drop-menu {
    padding: 0;
    background-color: #eeeeee;
  }
  .main-menu ul:not(.languages) li .drop-menu li {
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
  }
  .main-menu ul:not(.languages) li .drop-menu li:last-child {
    border-bottom: none;
  }
  .main-menu ul:not(.languages) li .drop-menu li a {
    display: block;
    position: relative;
  }
  .main-menu ul:not(.languages) li .drop-menu li a:before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 1px;
    content: "";
    background-color: #d70029;
    transform: translate(0, -50%) !important;
  }
  .main-menu ul:not(.languages) li .drop-menu li a:after {
    position: absolute;
    top: calc(50% - 2px);
    right: -2px;
    left: auto;
    width: 6px;
    height: 1px;
    content: "";
    background-color: #d70029;
    transform: translate(0, -50%) rotate(45deg);
  }
  .main-menu ul:not(.languages) li .drop-menu__active {
    display: block;
  }
}
.main-menu__active {
  left: 0;
  max-height: calc(100vh - 185px);
  box-shadow: 0 5px 10px -4px #000000;
}

/* Header part */
.header-part {
  display: flex;
  position: relative;
  z-index: 9;
  align-items: center;
  justify-content: space-between;
  margin: 0 120px;
  height: 95px;
}
.header-part .logo {
  margin: 0;
  width: 316px;
  height: 55px;
  background: url("../images/load-logo.jpg") no-repeat 50% 0;
  background-size: 100%;
}
@media (max-width: 999px) {
  .header-part .logo {
    margin-right: 20px;
    width: 180px;
    height: 36px;
  }
}
@media (max-width: 769px) {
  .header-part .logo {
    margin: 0;
    width: 278px;
    height: 55px;
  }
}
@media (max-width: 769px) {
  .header-part .logo {
    width: 180px;
    height: 36px;
  }
}
.header-part__navigation {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: space-between;
  padding: 20px 0;
  width: 600px;
  height: 100%;
  transition: 0.2s;
}
@media (max-width: 769px) {
  .header-part__navigation {
    position: absolute;
    top: 60px;
    left: -820px;
    z-index: 9;
    order: 0;
    padding: 0;
    width: calc(100% + 80px);
    height: auto;
    background-color: #fff;
  }
}
.header-part__navigation_active {
  top: 60px;
  left: -20px;
  padding-top: 15px;
  width: calc(100% + 40px);
  box-shadow: 0 5px 10px -4px #000000;
}
.header-part__search {
  display: flex;
}
.header-part__search_lan {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
  color: #7d7d7d;
  text-transform: uppercase;
  transition: 0.2s;
}
.header-part__search_lan .globe-icon {
  display: inline-block;
  width: 13px;
  height: 13px;
  background: url("../images/globe-icon.png") 0 0 no-repeat;
  background-size: 100%;
}
@media (max-width: 769px) {
  .header-part__search_lan {
    line-height: 32px;
  }
}
.header-part__search form {
  margin-left: 21px;
  width: 161px;
  height: 24px;
}
.header-part__search form .form-wrap {
  position: relative;
  height: 100%;
}
.header-part__search form .form-wrap input[type="text"] {
  position: absolute;
  top: 0;
  left: 0;
  padding-left: 8px;
  border: none;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  font-size: 13px;
  background-color: #eeeeee;
}
.header-part__search form .form-wrap input[type="submit"] {
  position: absolute;
  top: 50%;
  right: 6px;
  border: none;
  width: 20px;
  height: 20px;
  background-color: transparent;
  background-image: url("../images/search-icon.png");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 14px;
  transform: translate(0, -50%) !important;
}
@media (max-width: 769px) {
  .header-part__search form {
    width: 180px;
    height: 32px;
  }
}
@media (max-width: 499px) {
  .header-part__search form {
    width: 160px;
    height: 32px;
  }
}
@media (max-width: 769px) {
  .header-part__search {
    justify-content: space-around;
    order: 1;
    margin: 0 20px;
    padding: 10px 0;
    width: calc(100% - 40px);
  }
}
@media (max-width: 1199px) {
  .header-part {
    margin: 0 50px;
  }
}
@media (max-width: 1099px) {
  .header-part {
    margin: 0 20px;
  }
}
@media (max-width: 769px) {
  .header-part {
    height: 60px;
  }
}
@media (max-width: 769px) and (max-width: 769px) {
  .header-part .dropdown:before {
    position: absolute;
    top: 50%;
    right: 4px;
    left: auto;
    width: 1px;
    height: 10px;
    content: "";
    background-color: #d70029;
    transition: 0.3s;
    transform: translate(0, -50%) !important;
  }
  .header-part .dropdown:after {
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    width: 10px;
    height: 1px;
    content: "";
    background-color: #d70029;
    transform: translate(0, -50%) !important;
  }
}
@media (max-width: 769px) {
  .header-part .dropdown__active:before {
    height: 0;
  }
  .header-part .drop-menu {
    padding: 0;
    background-color: #eeeeee;
  }
  .header-part .drop-menu li {
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
  }
  .header-part .drop-menu li:last-child {
    border-bottom: none;
  }
  .header-part .drop-menu li a {
    display: block;
    position: relative;
  }
  .header-part .drop-menu li a:before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 1px;
    content: "";
    background-color: #d70029;
    transform: translate(0, -50%) !important;
  }
  .header-part .drop-menu li a:after {
    position: absolute;
    top: calc(50% - 2px);
    right: -2px;
    left: auto;
    width: 6px;
    height: 1px;
    content: "";
    background-color: #d70029;
    transform: translate(0, -50%) rotate(45deg);
  }
  .header-part .drop-menu__active {
    display: block;
  }
}

.part-nav {
  width: 100%;
  box-shadow: none;
}
.part-nav ul:not(.languages) {
  justify-content: space-between;
  width: 100%;
}
.part-nav ul:not(.languages) li {
  padding: 0;
}
@media (max-width: 999px) {
  .part-nav ul:not(.languages) li a {
    font-size: 14px;
    line-height: 18px;
  }
}
@media (max-width: 769px) {
  .part-nav {
    position: relative;
    top: 0;
    margin: 0;
    width: 100%;
  }
  .part-nav ul:not(.languages) li a {
    line-height: 50px;
  }
}

.submenu {
  display: flex;
  position: absolute;
  top: 200px;
  left: 50%;
  z-index: 9999;
  width: 1040px;
  transition: 0.3s;
  transform: scaleY(0) translateX(-50%);
}
@media (max-width: 1039px) {
  .submenu {
    width: 100%;
  }
}
.submenu__title {
  width: 280px;
  height: 354px;
  background: url("../images/submenu-title-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.submenu__title h2 {
  margin: auto;
  padding-top: 150px;
  max-width: 180px;
  height: 100%;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: left;
}
.submenu__content {
  position: relative;
  width: calc(100% - 280px);
}
.submenu__content ul:not(.submenu__brands) li {
  margin-bottom: 1px;
  height: 70px;
}
.submenu__content ul:not(.submenu__brands) li a {
  display: block;
  position: relative;
  padding: 0 55px;
  border-bottom: 1px solid #000;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 70px;
  color: #000;
  background-color: #fff;
  transition: 0.2s;
}
.submenu__content ul:not(.submenu__brands) li a:before {
  position: absolute;
  top: 50%;
  right: 55px;
  width: 10px;
  height: 1px;
  content: "";
  background-color: #000;
  transition: 0.2s;
  transform: translate(0, -50%) !important;
}
.submenu__content ul:not(.submenu__brands) li a:after {
  position: absolute;
  top: calc(50% - 2px);
  right: 53px;
  width: 6px;
  height: 1px;
  content: "";
  background-color: #000;
  transition: 0.2s;
  transform: translate(0, -50%) rotate(45deg);
}
@media (min-width: 993px) {
  .submenu__content ul:not(.submenu__brands) li a:hover {
    color: #fff;
    background: linear-gradient(to left, #ed6c00, #7d0000);
  }
  .submenu__content ul:not(.submenu__brands) li a:hover:after,
  .submenu__content ul:not(.submenu__brands) li a:hover:before {
    background-color: #fff;
  }
}
.submenu__content .bottom__link {
  display: block;
  position: relative;
  padding: 0 55px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 70px;
  color: #fff;
  text-align: left;
  background-color: #000;
}
.submenu__content .bottom__link .text {
  padding: 0 55px;
}
.submenu__content .bottom__link .arrow {
  right: 55px;
  left: auto;
}
.submenu__active {
  transform: scaleY(1) translateX(-50%);
}
@media (max-width: 769px) {
  .submenu__active {
    display: none;
  }
}
.submenu__brands {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 40px 50px 0;
  height: 284px;
  background-color: #fff;
}
.submenu__brands__item {
  max-width: 120px;
  height: 244px;
  text-align: center;
}
.submenu__brands__item a {
  display: block;
}
.submenu__brands__item a img {
  max-width: 100%;
  max-height: 64px;
}
.submenu__brands__item a:not(:last-child) {
  margin-bottom: 35px;
}
@media (max-width: 999px) {
  .submenu__brands {
    padding: 10px;
  }
}

.header-news {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 70px;
}
.header-news .logo {
  margin: 0;
  width: 316px;
  height: 55px;
  background: url("../images/load-logo.png") no-repeat 50% 0;
  background-size: 100%;
}
@media (max-width: 1099px) {
  .header-news .logo {
    margin-right: 20px;
    width: 250px;
  }
}
@media (max-width: 999px) {
  .header-news .logo {
    width: 200px;
  }
}
@media (max-width: 769px) {
  .header-news .logo {
    width: 260px;
  }
}

@media (max-width: 769px) and (max-width: 769px) {
  .header-news .dropdown:before {
    position: absolute;
    top: 50%;
    right: 4px;
    left: auto;
    width: 1px;
    height: 10px;
    content: "";
    background-color: #d70029;
    transition: 0.3s;
    transform: translate(0, -50%) !important;
  }
  .header-news .dropdown:after {
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    width: 10px;
    height: 1px;
    content: "";
    background-color: #d70029;
    transform: translate(0, -50%) !important;
  }
}
@media (max-width: 769px) {
  .header-news .dropdown__active:before {
    height: 0;
  }
  .header-news .drop-menu {
    padding: 0;
    background-color: #eeeeee;
  }
  .header-news .drop-menu li {
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
  }
  .header-news .drop-menu li:last-child {
    border-bottom: none;
  }
  .header-news .drop-menu li a {
    display: block;
    position: relative;
  }
  .header-news .drop-menu li a:before {
    position: absolute;
    top: 50%;
    right: 0;
    width: 10px;
    height: 1px;
    content: "";
    background-color: #d70029;
    transform: translate(0, -50%) !important;
  }
  .header-news .drop-menu li a:after {
    position: absolute;
    top: calc(50% - 2px);
    right: -2px;
    left: auto;
    width: 6px;
    height: 1px;
    content: "";
    background-color: #d70029;
    transform: translate(0, -50%) rotate(45deg);
  }
  .header-news .drop-menu__active {
    display: block;
  }
}
@media (max-width: 999px) {
  .header-news {
    align-items: unset;
  }
}
@media (max-width: 769px) {
  .header-news .main-menu {
    top: 70px;
    max-height: calc(100vh - 130px);
  }
  .header-news .main-menu ul li:first-child {
    border-top: none;
  }
}

.news-nav ul:not(.languages) {
  padding-right: 36px;
}
.news-nav ul:not(.languages) li {
  padding: 0;
}
.news-nav ul:not(.languages) li a {
  color: #fff;
}
@media (max-width: 999px) {
  .news-nav ul:not(.languages) li a {
    font-size: 11px;
  }
}
@media (max-width: 769px) {
  .news-nav ul:not(.languages) li a {
    color: #000;
  }
}
.news-nav ul:not(.languages) li:not(.language) {
  margin-left: 30px;
}
@media (max-width: 1099px) {
  .news-nav ul:not(.languages) li:not(.language) {
    margin-left: 20px;
  }
}
@media (max-width: 769px) {
  .news-nav ul:not(.languages) li:not(.language) {
    margin-left: 0;
  }
}
.news-nav ul:not(.languages) li:first-child {
  margin: 0;
}
.news-nav ul:not(.languages) .language {
  margin-left: 52px;
  border-bottom: none !important;
}
.news-nav ul:not(.languages) .language a {
  display: block;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 50px;
  text-transform: uppercase;
}
.news-nav ul:not(.languages) .language a:before {
  position: absolute;
  top: 50%;
  left: -25px;
  width: 1px;
  height: 14px;
  content: "";
  background-color: #fff;
  transform: translate(0, -50%) !important;
}
@media (max-width: 769px) {
  .news-nav ul:not(.languages) .language a:before {
    top: 50%;
    right: 0;
    left: auto !important;
    width: 10px;
    height: 1px;
    background-color: #d70029;
    transform: translate(0, -50%) !important;
  }
}
@media (max-width: 999px) {
  .news-nav ul:not(.languages) .language a {
    font-size: 11px;
  }
}
@media (max-width: 1099px) {
  .news-nav ul:not(.languages) .language {
    margin-left: 36px;
  }
  .news-nav ul:not(.languages) .language a:before {
    left: -17px;
  }
}
@media (max-width: 769px) {
  .news-nav ul:not(.languages) .language {
    margin-left: 0;
  }
}
@media (max-width: 1099px) {
  .news-nav ul:not(.languages) {
    padding-right: 10px;
  }
}

/* main-nav */
.main-nav {
  float: right;
}
@media (max-width: 991px) {
  .main-nav {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    right: -280px;
    bottom: 0;
    z-index: 100;
    width: 280px;
    overflow-x: hidden;
    overflow-y: auto;
    background: #000;
    transition: right 0.5s;
  }
}
@media (max-width: 767px) {
  .main-nav {
    right: -260px;
    width: 260px;
  }
}

/* footer */
.footer {
  display: flex;
  flex-direction: column;
  padding-bottom: 90px;
}
.footer .page-top {
  width: 100%;
  height: 60px;
  background-color: #000;
}
.footer .page-top a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  font-family: "Arial", sans-serif;
  font-size: 12px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  transition: 0.2s;
}
.footer .page-top a .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: linear-gradient(to left, #ed6c00, #7d0000);
  transition: 0.2s;
  transform: scaleX(0);
  transform-origin: 0 100%;
}
.footer .page-top a:before,
.footer .page-top a:after {
  position: absolute;
  top: 50%;
  z-index: 9;
  width: 10px;
  height: 2px;
  content: "";
  background-color: #fff;
}
.footer .page-top a:before {
  left: calc(50% - 50px);
  transform: translate(0, -50%) rotate(35deg);
}
.footer .page-top a:after {
  left: calc(50% - 58px);
  transform: translate(0, -50%) rotate(-35deg);
}
@media (min-width: 993px) {
  .footer .page-top a:hover {
    color: transparent;
  }
  .footer .page-top a:hover .text {
    transform: scaleX(1);
  }
}
.footer .footer__content .container {
  display: flex;
  justify-content: space-between;
  padding: 40px 0 30px;
  max-width: 1040px;
}
@media (max-width: 1039px) {
  .footer .footer__content .container {
    padding: 40px 20px 30px;
    max-width: 100%;
  }
}
@media (max-width: 769px) {
  .footer .footer__content .container {
    position: relative;
    flex-direction: column;
    padding: 40px 16px 30px;
  }
}
.footer .footer__content-logo {
  flex-basis: 24.6%;
  min-height: 76px;
}
@media (max-width: 999px) {
  .footer .footer__content-logo {
    flex-basis: 25%;
  }
}
.footer .footer__content-logo .logo-link {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
  text-align: center;
}
.footer .footer__content-logo .logo-link:not(:last-child) {
  margin-right: 25px;
}
.footer .footer__content-logo .logo-link:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #000;
  transition: 0.2s;
  transform: translateX(-50%) scaleX(0);
}
@media (min-width: 993px) {
  .footer .footer__content-logo .logo-link:hover:before {
    transform: translateX(-50%) scaleX(1);
  }
}
@media (max-width: 769px) {
  .footer .footer__content-logo .logo-link {
    position: absolute;
    bottom: 76px;
    left: 21%;
  }
  .footer .footer__content-logo .logo-link:nth-child(3) {
    right: 21%;
    left: auto;
  }
}
.footer .footer__content-logo h2 {
  margin-bottom: 46px;
  width: 100%;
  height: 16px;
  text-indent: -99999999px;
  background: url("../images/footer-logo.jpg") 0 0 no-repeat;
  background-size: 100%;
}
.footer .footer__content-logo h2 a {
  display: block;
  width: 100%;
  height: 100%;
  font-family: "Arial", sans-serif;
  font-size: 16px;
  line-height: 16px;
  text-transform: uppercase;
}
@media (max-width: 769px) {
  .footer .footer__content-logo h2 {
    margin: 0 auto 30px;
    padding-top: 6.26%;
    width: 68.2%;
    height: 0;
  }
}
@media (max-width: 499px) {
  .footer .footer__content-logo h2 {
    width: 78%;
  }
}
@media (max-width: 769px) {
  .footer .footer__content-logo {
    min-height: 56px;
  }
}
.footer .footer__content-nav {
  flex-basis: 59%;
  min-height: 76px;
}
@media (max-width: 999px) {
  .footer .footer__content-nav {
    flex-basis: 70%;
  }
}
.footer .footer__content-nav .copyright {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-align: right;
}
line-height: 16px;
@media (max-width: 769px) {
  .footer .footer__content-nav .copyright {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 10px;
    font-weight: 300;
    text-align: center;
  }
  line-height: 14px;
}
@media (max-width: 769px) {
  .footer .footer__content-nav {
    flex-basis: 100%;
  }
}
@media (max-width: 769px) {
  .footer .footer__content {
    position: relative;
  }
}
.footer-nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 44px;
}
.footer-nav a {
  display: block;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}
.footer-nav a:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #000;
  transition: 0.2s;
  transform: translateX(-50%) scaleX(0);
}
@media (min-width: 993px) {
  .footer-nav a:hover:before {
    transform: translateX(-50%) scaleX(1);
  }
}
@media (max-width: 769px) {
  .footer-nav {
    flex-direction: column;
    align-items: center;
    margin-bottom: 85px;
  }
  .footer-nav li {
    border-top: 1px solid #a0a0a0;
    width: 100%;
  }
  .footer-nav li:last-child {
    border-bottom: 1px solid #a0a0a0;
  }
  .footer-nav li a {
    width: 100%;
    height: 50px;
    line-height: 50px;
  }
  .footer-nav li a:before {
    position: absolute;
    top: 50%;
    right: 0;
    left: auto;
    width: 10px;
    height: 1px;
    content: "";
    background-color: #d70029;
    transform: translate(0, -50%) !important;
  }
  .footer-nav li a:after {
    position: absolute;
    top: calc(50% - 2px);
    right: -1px;
    width: 6px;
    height: 1px;
    content: "";
    background-color: #d70029;
    transform: translate(0, -50%) rotate(45deg);
  }
}

.fade {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100vw;
  height: 100vh;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.7);
}

.additional-brands,
.additional-store,
.additional-topics {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 30px 20px;
  width: 100%;
  height: calc(100vh - 90px);
  overflow-y: auto;
  background-color: #fff;
  transition: 0.3s;
  transform: scaleY(0);
}
.additional-brands ul,
.additional-store ul,
.additional-topics ul {
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 10px;
  width: 100%;
  height: 100%;
}
.additional-brands ul li,
.additional-store ul li,
.additional-topics ul li {
  display: block;
  margin-bottom: 15px;
  margin-left: 15px;
  width: calc(100% / 3 - 15px);
  text-align: center;
}
.additional-brands ul li:nth-child(3n + 1),
.additional-store ul li:nth-child(3n + 1),
.additional-topics ul li:nth-child(3n + 1) {
  margin-left: 0;
}
.additional-brands ul li a,
.additional-store ul li a,
.additional-topics ul li a {
  display: block;
}
.additional-brands ul li a img,
.additional-store ul li a img,
.additional-topics ul li a img {
  max-width: 100%;
}
.additional-brands__header,
.additional-store__header,
.additional-topics__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.additional-brands__title,
.additional-store__title,
.additional-topics__title {
  margin-bottom: 0;
}
@media (max-width: 769px) {
  .additional-brands__title,
  .additional-store__title,
  .additional-topics__title {
    font-size: 24px !important;
    line-height: 1.2 !important;
  }
}
.additional-brands .topics,
.additional-store .topics,
.additional-topics .topics {
  margin: 0;
  padding: 0;
  background: none;
}
.additional-brands .topics .posts,
.additional-store .topics .posts,
.additional-topics .topics .posts {
  position: relative;
  margin: 0;
}
.additional-brands .topics .topics-prev,
.additional-brands .topics .topics-next,
.additional-store .topics .topics-prev,
.additional-store .topics .topics-next,
.additional-topics .topics .topics-prev,
.additional-topics .topics .topics-next {
  top: 28%;
}
@media (max-width: 990px) {
  .additional-brands .topics .topics-prev,
  .additional-brands .topics .topics-next,
  .additional-store .topics .topics-prev,
  .additional-store .topics .topics-next,
  .additional-topics .topics .topics-prev,
  .additional-topics .topics .topics-next {
    top: 40%;
  }
}
@media (max-width: 769px) {
  .additional-brands .topics .topics-prev,
  .additional-brands .topics .topics-next,
  .additional-store .topics .topics-prev,
  .additional-store .topics .topics-next,
  .additional-topics .topics .topics-prev,
  .additional-topics .topics .topics-next {
    top: 70%;
  }
}
.additional-brands .topics .topics-prev,
.additional-store .topics .topics-prev,
.additional-topics .topics .topics-prev {
  left: 0;
}
.additional-brands .topics .topics-next,
.additional-store .topics .topics-next,
.additional-topics .topics .topics-next {
  right: 0;
}
@media (max-width: 990px) {
  .additional-brands .topics .topics-posts .index-topic-post,
  .additional-store .topics .topics-posts .index-topic-post,
  .additional-topics .topics .topics-posts .index-topic-post {
    min-height: 250px;
  }
}
.additional-brands .topics .category,
.additional-store .topics .category,
.additional-topics .topics .category {
  min-width: 100px;
}
@media (max-width: 769px) {
  .additional-brands,
  .additional-store,
  .additional-topics {
    padding: 30px 0;
    height: calc(100vh - 60px);
  }
}
.additional-brands__active,
.additional-store__active,
.additional-topics__active {
  transform: scaleY(1);
}

/* Slick slider */
/* Slider */
.slick-slider {
  display: block;
  box-sizing: border-box;
  position: relative;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0;
  margin-right: auto;
  margin-left: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  border: 1px solid transparent;
  height: auto;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  font-style: normal;
  font-weight: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"),
    url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg");
}

/* Arrows */
.slick-prev,
.slick-next {
  display: block;
  position: absolute;
  top: 50%;
  padding: 0;
  border: none;
  width: 20px;
  height: 20px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  cursor: pointer;
  background: transparent;
  outline: none;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  background: transparent;
  outline: none;
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -25px;
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  list-style: none;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  margin: 0 5px;
  padding: 0;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  padding: 5px;
  border: 0;
  width: 20px;
  height: 20px;
  font-size: 0;
  line-height: 0;
  color: transparent;
  cursor: pointer;
  background: transparent;
  outline: none;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  color: black;
  text-align: center;
  content: "•";
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Animation */
[data-sal] {
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
}

[data-sal],
[data-sal][data-sal-duration="200"] {
  -webkit-transition-duration: 0.2s;
  transition-duration: 0.2s;
}

[data-sal][data-sal-duration="250"] {
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

[data-sal][data-sal-duration="300"] {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

[data-sal][data-sal-duration="350"] {
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
}

[data-sal][data-sal-duration="400"] {
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

[data-sal][data-sal-duration="450"] {
  -webkit-transition-duration: 0.45s;
  transition-duration: 0.45s;
}

[data-sal][data-sal-duration="500"] {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

[data-sal][data-sal-duration="550"] {
  -webkit-transition-duration: 0.55s;
  transition-duration: 0.55s;
}

[data-sal][data-sal-duration="600"] {
  -webkit-transition-duration: 0.6s;
  transition-duration: 0.6s;
}

[data-sal][data-sal-duration="650"] {
  -webkit-transition-duration: 0.65s;
  transition-duration: 0.65s;
}

[data-sal][data-sal-duration="700"] {
  -webkit-transition-duration: 0.7s;
  transition-duration: 0.7s;
}

[data-sal][data-sal-duration="750"] {
  -webkit-transition-duration: 0.75s;
  transition-duration: 0.75s;
}

[data-sal][data-sal-duration="800"] {
  -webkit-transition-duration: 0.8s;
  transition-duration: 0.8s;
}

[data-sal][data-sal-duration="850"] {
  -webkit-transition-duration: 0.85s;
  transition-duration: 0.85s;
}

[data-sal][data-sal-duration="900"] {
  -webkit-transition-duration: 0.9s;
  transition-duration: 0.9s;
}

[data-sal][data-sal-duration="950"] {
  -webkit-transition-duration: 0.95s;
  transition-duration: 0.95s;
}

[data-sal][data-sal-duration="1000"] {
  -webkit-transition-duration: 1s;
  transition-duration: 1s;
}

[data-sal][data-sal-duration="1050"] {
  -webkit-transition-duration: 1.05s;
  transition-duration: 1.05s;
}

[data-sal][data-sal-duration="1100"] {
  -webkit-transition-duration: 1.1s;
  transition-duration: 1.1s;
}

[data-sal][data-sal-duration="1150"] {
  -webkit-transition-duration: 1.15s;
  transition-duration: 1.15s;
}

[data-sal][data-sal-duration="1200"] {
  -webkit-transition-duration: 1.2s;
  transition-duration: 1.2s;
}

[data-sal][data-sal-duration="1250"] {
  -webkit-transition-duration: 1.25s;
  transition-duration: 1.25s;
}

[data-sal][data-sal-duration="1300"] {
  -webkit-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

[data-sal][data-sal-duration="1350"] {
  -webkit-transition-duration: 1.35s;
  transition-duration: 1.35s;
}

[data-sal][data-sal-duration="1400"] {
  -webkit-transition-duration: 1.4s;
  transition-duration: 1.4s;
}

[data-sal][data-sal-duration="1450"] {
  -webkit-transition-duration: 1.45s;
  transition-duration: 1.45s;
}

[data-sal][data-sal-duration="1500"] {
  -webkit-transition-duration: 1.5s;
  transition-duration: 1.5s;
}

[data-sal][data-sal-duration="1550"] {
  -webkit-transition-duration: 1.55s;
  transition-duration: 1.55s;
}

[data-sal][data-sal-duration="1600"] {
  -webkit-transition-duration: 1.6s;
  transition-duration: 1.6s;
}

[data-sal][data-sal-duration="1650"] {
  -webkit-transition-duration: 1.65s;
  transition-duration: 1.65s;
}

[data-sal][data-sal-duration="1700"] {
  -webkit-transition-duration: 1.7s;
  transition-duration: 1.7s;
}

[data-sal][data-sal-duration="1750"] {
  -webkit-transition-duration: 1.75s;
  transition-duration: 1.75s;
}

[data-sal][data-sal-duration="1800"] {
  -webkit-transition-duration: 1.8s;
  transition-duration: 1.8s;
}

[data-sal][data-sal-duration="1850"] {
  -webkit-transition-duration: 1.85s;
  transition-duration: 1.85s;
}

[data-sal][data-sal-duration="1900"] {
  -webkit-transition-duration: 1.9s;
  transition-duration: 1.9s;
}

[data-sal][data-sal-duration="1950"] {
  -webkit-transition-duration: 1.95s;
  transition-duration: 1.95s;
}

[data-sal][data-sal-duration="2000"] {
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
}

[data-sal][data-sal-delay="50"] {
  -webkit-transition-delay: 0.05s;
  transition-delay: 0.05s;
}

[data-sal][data-sal-delay="100"] {
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

[data-sal][data-sal-delay="150"] {
  -webkit-transition-delay: 0.15s;
  transition-delay: 0.15s;
}

[data-sal][data-sal-delay="200"] {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}

[data-sal][data-sal-delay="250"] {
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

[data-sal][data-sal-delay="300"] {
  -webkit-transition-delay: 0.3s;
  transition-delay: 0.3s;
}

[data-sal][data-sal-delay="350"] {
  -webkit-transition-delay: 0.35s;
  transition-delay: 0.35s;
}

[data-sal][data-sal-delay="400"] {
  -webkit-transition-delay: 0.4s;
  transition-delay: 0.4s;
}

[data-sal][data-sal-delay="450"] {
  -webkit-transition-delay: 0.45s;
  transition-delay: 0.45s;
}

[data-sal][data-sal-delay="500"] {
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

[data-sal][data-sal-delay="550"] {
  -webkit-transition-delay: 0.55s;
  transition-delay: 0.55s;
}

[data-sal][data-sal-delay="600"] {
  -webkit-transition-delay: 0.6s;
  transition-delay: 0.6s;
}

[data-sal][data-sal-delay="650"] {
  -webkit-transition-delay: 0.65s;
  transition-delay: 0.65s;
}

[data-sal][data-sal-delay="700"] {
  -webkit-transition-delay: 0.7s;
  transition-delay: 0.7s;
}

[data-sal][data-sal-delay="750"] {
  -webkit-transition-delay: 0.75s;
  transition-delay: 0.75s;
}

[data-sal][data-sal-delay="800"] {
  -webkit-transition-delay: 0.8s;
  transition-delay: 0.8s;
}

[data-sal][data-sal-delay="850"] {
  -webkit-transition-delay: 0.85s;
  transition-delay: 0.85s;
}

[data-sal][data-sal-delay="900"] {
  -webkit-transition-delay: 0.9s;
  transition-delay: 0.9s;
}

[data-sal][data-sal-delay="950"] {
  -webkit-transition-delay: 0.95s;
  transition-delay: 0.95s;
}

[data-sal][data-sal-delay="1000"] {
  -webkit-transition-delay: 1s;
  transition-delay: 1s;
}

[data-sal][data-sal-easing="linear"] {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

[data-sal][data-sal-easing="ease"] {
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}

[data-sal][data-sal-easing="ease-in"] {
  -webkit-transition-timing-function: ease-in;
  transition-timing-function: ease-in;
}

[data-sal][data-sal-easing="ease-out"] {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

[data-sal][data-sal-easing="ease-in-out"] {
  -webkit-transition-timing-function: ease-in-out;
  transition-timing-function: ease-in-out;
}

[data-sal][data-sal-easing="ease-in-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

[data-sal][data-sal-easing="ease-out-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

[data-sal][data-sal-easing="ease-in-out-cubic"] {
  -webkit-transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
  transition-timing-function: cubic-bezier(0.645, 0.045, 0.355, 1);
}

[data-sal][data-sal-easing="ease-in-circ"] {
  -webkit-transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
  transition-timing-function: cubic-bezier(0.6, 0.04, 0.98, 0.335);
}

[data-sal][data-sal-easing="ease-out-circ"] {
  -webkit-transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  transition-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
}

[data-sal][data-sal-easing="ease-in-out-circ"] {
  -webkit-transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition-timing-function: cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

[data-sal][data-sal-easing="ease-in-expo"] {
  -webkit-transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
  transition-timing-function: cubic-bezier(0.95, 0.05, 0.795, 0.035);
}

[data-sal][data-sal-easing="ease-out-expo"] {
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

[data-sal][data-sal-easing="ease-in-out-expo"] {
  -webkit-transition-timing-function: cubic-bezier(1, 0, 0, 1);
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
}

[data-sal][data-sal-easing="ease-in-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
  transition-timing-function: cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

[data-sal][data-sal-easing="ease-out-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition-timing-function: cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

[data-sal][data-sal-easing="ease-in-out-quad"] {
  -webkit-transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
  transition-timing-function: cubic-bezier(0.455, 0.03, 0.515, 0.955);
}

[data-sal][data-sal-easing="ease-in-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
  transition-timing-function: cubic-bezier(0.895, 0.03, 0.685, 0.22);
}

[data-sal][data-sal-easing="ease-out-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
}

[data-sal][data-sal-easing="ease-in-out-quart"] {
  -webkit-transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
  transition-timing-function: cubic-bezier(0.77, 0, 0.175, 1);
}

[data-sal][data-sal-easing="ease-in-quint"] {
  -webkit-transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
  transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
}

[data-sal][data-sal-easing="ease-out-quint"] {
  -webkit-transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
  transition-timing-function: cubic-bezier(0.23, 1, 0.32, 1);
}

[data-sal][data-sal-easing="ease-in-out-quint"] {
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

[data-sal][data-sal-easing="ease-in-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
  transition-timing-function: cubic-bezier(0.47, 0, 0.745, 0.715);
}

[data-sal][data-sal-easing="ease-out-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
  transition-timing-function: cubic-bezier(0.39, 0.575, 0.565, 1);
}

[data-sal][data-sal-easing="ease-in-out-sine"] {
  -webkit-transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
  transition-timing-function: cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

[data-sal][data-sal-easing="ease-in-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
  transition-timing-function: cubic-bezier(0.6, -0.28, 0.735, 0.045);
}

[data-sal][data-sal-easing="ease-out-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

[data-sal][data-sal-easing="ease-in-out-back"] {
  -webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

[data-sal|="fade"] {
  opacity: 0;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

[data-sal|="fade"].sal-animate,
body.sal-disabled [data-sal|="fade"] {
  opacity: 1;
}

[data-sal|="slide"] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-sal="slide-up"] {
  -webkit-transform: translateY(20%);
  transform: translateY(20%);
}

[data-sal="slide-down"] {
  -webkit-transform: translateY(-20%);
  transform: translateY(-20%);
}

[data-sal="slide-left"] {
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
}

[data-sal="slide-right"] {
  -webkit-transform: translateX(-20%);
  transform: translateX(-20%);
}

[data-sal|="slide"].sal-animate,
body.sal-disabled [data-sal|="slide"] {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

[data-sal|="zoom"] {
  opacity: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
}

[data-sal="zoom-in"] {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

[data-sal="zoom-out"] {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

[data-sal|="zoom"].sal-animate,
body.sal-disabled [data-sal|="zoom"] {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}

[data-sal|="flip"] {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

[data-sal="flip-left"] {
  -webkit-transform: perspective(2000px) rotateY(-91deg);
  transform: perspective(2000px) rotateY(-91deg);
}

[data-sal="flip-right"] {
  -webkit-transform: perspective(2000px) rotateY(91deg);
  transform: perspective(2000px) rotateY(91deg);
}

[data-sal="flip-up"] {
  -webkit-transform: perspective(2000px) rotateX(-91deg);
  transform: perspective(2000px) rotateX(-91deg);
}

[data-sal="flip-down"] {
  -webkit-transform: perspective(2000px) rotateX(91deg);
  transform: perspective(2000px) rotateX(91deg);
}

[data-sal|="flip"].sal-animate,
body.sal-disabled [data-sal|="flip"] {
  -webkit-transform: none;
  transform: none;
}
/* Default  */
@font-face {
  font-family: "SignPainter";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/fonts/SignPainterHouseScript.eot");
  src: url("../fonts/fonts/SignPainterHouseScript.eot?#iefix") format("embedded-opentype"),
    url("../fonts/SignPainterHouseScript.woff2") format("woff2"),
    url("../fonts/SignPainterHouseScript.woff") format("woff"),
    url("../fonts/SignPainterHouseScript.ttf") format("truetype"),
    url("../fonts/SignPainterHouseScript.svg#SignPainterHouseScript") format("svg");
}

@font-face {
  font-family: "Mincho";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/Mincho/MS-Mincho.eot");
  src: url("../fonts/Mincho/MS-Mincho.eot?#iefix") format("embedded-opentype"),
    url("../fonts/Mincho/MS-Mincho.woff2") format("woff2"), url("../fonts/Mincho/MS-Mincho.woff") format("woff"),
    url("../fonts/Mincho/MS-Mincho.ttf") format("truetype"),
    url("../fonts/Mincho/MS-Mincho.svg#MS-Mincho") format("svg");
}

@font-face {
  font-family: "Edvard";
  src: url("../fonts/ITCEDSCR.eot");
  src: url("../fonts/ITCEDSCR.eot") format("embedded-opentype"), url("../fonts/ITCEDSCR.woff2") format("woff2"),
    url("../fonts/ITCEDSCR.woff") format("woff"), url("../fonts/ITCEDSCR.ttf") format("truetype"),
    url("../fonts/ITCEDSCR.svg#ITCEDSCR") format("svg");
}

@font-face {
  font-family: "YuGoM";
  src: url("../fonts/Gotic/yugothic.woff") format("woff"), url("../fonts/Gotic/yugothic.ttf") format("truetype"),
    url("../fonts/Gotic/yugothic.svg#yugothic") format("svg");
}

@font-face {
  font-family: "DemB";
  src: url("../fonts/Demibold/yumindb.woff") format("woff"), url("../fonts/Demibold/yumindb.ttf") format("truetype"),
    url("../fonts/Demibold/yumindb.svg#yumindb") format("svg");
}

.wrapper {
  display: flex;
  position: relative;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  overflow: hidden;
}

.ui-datepicker-prev:before,
.ui-datepicker-prev:after,
.ui-datepicker-next:before,
.ui-datepicker-next:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30%;
  height: 2px;
  content: "";
  background-color: #000;
  transition: 0.3s;
  transform: translate(-50%, 100%) rotate(35deg);
}

.ui-datepicker-prev:after,
.ui-datepicker-next:after {
  transform: translate(-50%, -100%) rotate(-35deg);
}

.ui-datepicker-next:before {
  transform: translate(-50%, -100%) rotate(35deg);
}

.ui-datepicker-next:after {
  transform: translate(-50%, 100%) rotate(-35deg);
}

.line {
  display: inline-block;
  position: absolute;
  top: 0;
  width: 1px;
  background-color: #d70029;
}

.section-title {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: linear-gradient(to left, #ed6c00, #7d0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none) {
  .section-title {
    color: #ed6c00;
    background: none;
    /* IE11 */
  }
  .section-title *::-ms-backdrop,
  .section-title {
    color: #ed6c00;
  }
}
.overflowAdditionalLink {
  position: fixed;
  right: 0;
  left: 0;
  overflow: hidden;
}
.prev {
  left: 0;
  transform: translate(0, -50%) !important;
}
.prev span {
  transition: 0.2s;
}
.prev span:after {
  position: absolute;
  top: -2px;
  left: -1px;
  width: 6px;
  height: 1px;
  content: "";
  background-color: #000;
  transition: 0.2s;
  transform: rotate(-45deg);
}
.prev:before {
  transform-origin: 100% 100%;
}

.next {
  right: 0;
  transform: translate(0, -50%) !important;
}
.next span:after {
  position: absolute;
  top: -2px;
  right: 0;
  width: 6px;
  height: 1px;
  content: "";
  background-color: #000;
  transition: 0.2s;
  transform: rotate(45deg);
}
.next:before {
  transform-origin: 0 100%;
}

.prev,
.next {
  position: absolute;
  top: 50%;
  z-index: 9;
  width: 60px;
  height: 60px;
  background-color: #fff;
}
.prev span,
.next span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  width: 17px;
  height: 1px;
  background-color: #000;
  transition: 0.2s;
  transform: translate(-50%, -50%) !important;
}
.prev:before,
.next:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  color: #fff;
  content: "";
  background: linear-gradient(to right, #ed6c00, #7d0000);
  transition: 0.2s;
  transform: scaleX(0);
}
@media (min-width: 993px) {
  .prev:hover span,
  .next:hover span {
    background-color: #fff;
  }
  .prev:hover span:after,
  .next:hover span:after {
    background-color: #fff;
  }
  .prev:hover:before,
  .next:hover:before {
    transform: scaleX(1);
  }
}

.category {
  display: inline-block;
  padding: 0;
  border: 1px solid;
  border-radius: 2px;
  min-width: 110px;
  height: 22px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 22px;
  text-align: center;
  background-color: #fff;
  transition: 0.2s;
}
.category__brown {
  border-color: #996c31;
  color: #996c31;
}
.category__purple {
  border-color: #8f82bc;
  color: #8f82bc;
}
.category__orange {
  border-color: #ea6941;
  color: #ea6941;
}
.category__blue {
  border-color: #448ecd;
  color: #448ecd;
}
.category__green {
  border-color: #81c266;
  color: #81c266;
}

.date {
  font-family: "Arial";
  font-size: 14px;
  line-height: 18px;
  color: #7d7d7d;
}

@keyframes scrollMove {
  from {
    bottom: 0;
    opacity: 1;
  }
  to {
    bottom: -10px;
    opacity: 0;
  }
}

@keyframes arrowMove {
  from {
    bottom: 2px;
    opacity: 1;
  }
  to {
    bottom: -7px;
    opacity: 0;
  }
}

@keyframes linkInfoAfter {
  from {
    left: 51%;
    opacity: 1;
  }
  to {
    left: 71%;
    opacity: 0;
  }
}

@keyframes linkInfoBefore {
  from {
    right: 50%;
    opacity: 1;
  }
  to {
  }
}

.container {
  padding: 0;
}
@media (max-width: 1039px) {
  .container {
    padding-right: 5px;
    padding-left: 5px;
    max-width: 100%;
  }
}

.mobile-menu {
  display: block;
  position: absolute;
  top: 24px;
  right: 15px;
  width: 34px;
  height: 16px;
}
.mobile-menu span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #d70029;
  opacity: 1;
  transition: 0.2s;
  transform: translate(0, -50%) !important;
}
.mobile-menu:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #d70029;
  transition: 0.3s;
}
.mobile-menu:before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #d70029;
  transition: 0.3s;
}
.mobile-menu__active span {
  opacity: 0;
}
.mobile-menu__active:after {
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
}
.mobile-menu__active:before {
  top: 50%;
  transform: translate(0, -50%) rotate(-45deg);
}
@media (min-width: 770px) {
  .mobile-menu {
    display: none;
  }
}

.pagination {
  display: flex;
  justify-content: center;
  width: 100%;
}
.pagination li {
  margin-right: 10px;
  width: 32px;
  height: 32px;
  background-color: #7d7d7d;
}
.pagination li:last-child,
.pagination li:nth-child(7) {
  margin-right: 0;
}
.pagination li a {
  display: block;
  height: 100%;
  font-size: 15px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  transition: 0.2s;
}
@media (min-width: 993px) {
  .pagination li a:hover {
    line-height: 26px;
  }
}
@media (max-width: 499px) {
  .pagination li {
    margin: 0;
  }
}
.pagination .etc {
  line-height: 30px;
  color: #000;
  text-align: center;
  background-color: transparent;
}
.pagination .active {
  background-color: #d70029;
}
.pagination .active a {
  color: #fff;
}
.pagination .prev-page {
  position: relative;
  margin: 0 25px 0 0;
  cursor: pointer;
  background: #000;
}
.pagination .prev-page .arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 9;
  margin-left: 19px;
  width: 21px;
  height: 1px;
  background-color: #fff;
  transition: 0.2s;
}
.pagination .prev-page .arrow:after {
  position: absolute;
  top: -2px;
  right: -1px;
  width: 6px;
  height: 1px;
  content: "";
  background-color: #fff;
  transition: 0.2s;
  transform: rotate(45deg);
}
.pagination .prev-page .arrow {
  width: 10px;
  transform: translate(50%, 50%);
}
.pagination .prev-page .arrow:after {
  right: auto;
  left: -1px;
  transform: rotate(-45deg);
}
.pagination .prev-page:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to right, #ed6c00, #7d0000);
  transition: 0.2s;
  transform: scaleX(0);
  transform-origin: 100% 100%;
}
@media (min-width: 993px) {
  .pagination .prev-page:hover:before {
    transform: scaleX(1);
  }
}
@media (max-width: 499px) {
  .pagination .prev-page {
    margin: 0;
  }
}
.pagination .next-page {
  position: relative;
  margin: 0 0 0 25px;
  cursor: pointer;
  background: #000;
}
.pagination .next-page .arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 9;
  margin-left: 19px;
  width: 21px;
  height: 1px;
  background-color: #fff;
  transition: 0.2s;
}
.pagination .next-page .arrow:after {
  position: absolute;
  top: -2px;
  right: -1px;
  width: 6px;
  height: 1px;
  content: "";
  background-color: #fff;
  transition: 0.2s;
  transform: rotate(45deg);
}
.pagination .next-page .arrow {
  width: 10px;
  transform: translate(50%, 50%) !important;
}
.pagination .next-page:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to right, #ed6c00, #7d0000);
  transition: 0.2s;
  transform: scaleX(0);
  transform-origin: 0 0;
}
@media (min-width: 993px) {
  .pagination .next-page:hover:before {
    transform: scaleX(1);
  }
}
@media (max-width: 499px) {
  .pagination .next-page {
    margin: 0;
  }
}
@media (max-width: 499px) {
  .pagination {
    justify-content: space-between;
  }
}

.loader-fade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.loader-fade .loader {
  display: flex;
  position: fixed;
  top: 50%;
  left: 50%;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 316px;
  height: 55px;
  transform: translate(-50%, -50%) !important;
}
.loader-fade .loader img {
  display: block;
  width: 100%;
}
.loader-fade .loader:before {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  content: "";
  background-color: #fff;
  animation: loader 1s ease-in;
  animation-delay: 0.5s;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

.map-caption_link {
  position: relative;
  padding-left: 16px;
}

.map-caption_icon {
  position: absolute;
  top: -1;
  left: 0;
  border: 4px solid #000;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: white;
}

.map-caption_icon::after {
  position: absolute;
  bottom: -13px;
  left: -3px;
  border: 5px solid transparent;
  border-top: 7px solid #000;
  width: 0px;
  height: 0px;
  content: "";
}

@keyframes loader {
  0% {
    width: 100%;
  }
  50% {
    width: 50%;
  }
  100% {
    width: 0;
  }
}

.b_5 {
  bottom: 5px !important;
}
.accordion-wrapper {
  padding-top: 20px;
}

.accordion__content {
  display: none;
  margin-bottom: 10px;
  padding-top: 10px;
}
.accordion__content .search__links-wrapper .search-link:not(:last-child) {
  margin-right: 30px;
}

.accordion__title {
  position: relative;
  margin: 0;
  margin-bottom: 2px;
  padding: 10px 35px 10px 15px;
  border-bottom: 1px solid #adadac;
  width: 100%;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.2;
  color: #000;
  text-align: left;
  cursor: pointer;
  background-color: #eee;
  transition: 0.3s;
}
.accordion__title_arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  transform: translate(0, -50%);
}
.accordion__title_arrow:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #000;
  transition: 0.3s;
  transform: rotate(35deg) translate(-50%, 0);
}
.accordion__title_arrow:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #000;
  transition: 0.3s;
  transform: rotate(-35deg) translate(50%, 0);
}
.accordion__title_active {
  color: #fff;
  background-color: #d70029;
}
.accordion__title_active .accordion__title_arrow:after {
  background-color: #fff;
  transform: rotate(35deg) translate(50%, 0);
}
.accordion__title_active .accordion__title_arrow:before {
  background-color: #fff;
  transform: rotate(-35deg) translate(-50%, 0);
}
@media (min-width: 771px) {
  .accordion__title:hover {
    color: #fff;
    background-color: #d70029;
  }
  .accordion__title:hover .accordion__title_arrow:after {
    background-color: #fff;
  }
  .accordion__title:hover .accordion__title_arrow:before {
    background-color: #fff;
  }
}
/* Top page */
svg {
  max-height: 90px;
}

.top-slider {
  position: relative !important;
}
.top-slider__title,
.top-slider__subtitle {
  position: absolute;
  margin: 0;
  font-family: "Mincho", sans-serif;
  color: #fff;
}
.top-slider__title {
  top: 240px;
  left: 160px;
  font-family: "游明朝 Regular", "YuMincho-Regular", "游明朝体 ミディアム", "YuMincho Medium", "YuMin-Medium",
    "Yu Mincho Regular", sans-serif;
  font-size: 48px;
  line-height: 64px;
  text-align: left;
}
@media (max-width: 999px) {
  .top-slider__title {
    top: 170px;
  }
}
@media (max-width: 769px) {
  .top-slider__title {
    top: 42.52%;
    left: 22px;
    font-size: 29px;
    line-height: 35px;
  }
}
.top-slider__title span {
  display: block;
}
.top-slider__subtitle {
  top: 197px;
  left: 160px;
  font-size: 15px;
  line-height: 19px;
}
.top-slider__subtitle__margin {
  left: 103px;
}
@media (max-width: 999px) {
  .top-slider__subtitle {
    top: 130px;
  }
}
@media (max-width: 769px) {
  .top-slider__subtitle {
    top: 36.4%;
    left: 35px;
    font-size: 11px;
    line-height: 15px;
  }
}
.top-slider__block {
  position: relative;
  height: 620px;
}
@media (max-width: 769px) {
  .top-slider__block {
    margin-top: -30px;
    height: 468px;
  }
}
.top-slider__item {
  position: relative;
  z-index: 9;
  height: 560px;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: calc(100vw - 80px);
  transition: 0.3s;
}
@media (max-width: 769px) {
  .top-slider__item {
    margin-top: -30px;
    margin-left: 30px;
    height: 468px;
    background-position: 50% 50%;
    background-size: cover;
  }
}
.top-slider__fader {
  position: absolute;
  top: 60px;
  left: 0;
  width: 90.625%;
  height: 560px;
  background: linear-gradient(to top right, #ed6c00, #7d0000);
}
.top-slider__fader .scroll {
  position: absolute;
  bottom: 60px;
  left: 32px;
  z-index: 999;
  width: 20px;
  height: 130px;
  font-family: "Arial";
  font-size: 11px;
  line-height: 15px;
  color: #fff;
  letter-spacing: 1px;
  writing-mode: vertical-lr;
  writing-mode: tb-lr;
}
.top-slider__fader .scroll span {
  position: absolute;
  bottom: 0;
  left: 3px;
  width: 1px;
  height: 82px;
  background-color: #fff;
  transition: 0.2s;
  animation-name: scrollMove;
  animation-duration: 1s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
}
.top-slider__fader .scroll:after {
  position: absolute;
  right: 10px;
  bottom: 2px;
  width: 8px;
  height: 1px;
  content: "";
  background-color: #fff;
  transform: rotate(-45deg);
  animation-name: arrowMove;
  animation-duration: 1s;
  animation-delay: 2s;
  animation-iteration-count: infinite;
}
@media (max-width: 769px) {
  .top-slider__fader .scroll {
    display: none;
  }
}
@media (max-width: 769px) {
  .top-slider__fader {
    top: 0;
    width: 100%;
  }
}
@media (max-width: 769px) {
  .top-slider {
    margin-top: 30px;
  }
}

.topics {
  position: relative;
  padding-top: 97px;
  background: url("../images/topics-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.topics .container-menu {
  margin-left: 9.375%;
  padding-bottom: 42px;
  width: 90.625%;
  background-color: #fff;
}
.topics .container-menu .recommend-menu {
  display: flex;
  justify-content: space-between;
}
.topics .container-menu .recommend-menu__title {
  padding: 73px 0 0 105px;
}
@media (max-width: 1199px) {
  .topics .container-menu .recommend-menu__title {
    margin-right: 40px;
    padding-left: 40px;
  }
}
@media (max-width: 769px) {
  .topics .container-menu .recommend-menu__title {
    margin-right: 0;
    padding: 13px 0 0;
  }
}
.topics .container-menu .recommend-menu__title h3 {
  position: relative;
  margin-bottom: 35px;
  max-width: 113px;
  font-family: "Playball", cursive;
  font-size: 28px;
  line-height: 30px;
  text-align: center;
}
.topics .container-menu .recommend-menu__title h3:after {
  position: absolute;
  top: -6px;
  right: -15px;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #000;
  transform: rotate(36deg);
}
.topics .container-menu .recommend-menu__title h3:before {
  position: absolute;
  top: -6px;
  left: -11px;
  width: 1px;
  height: 100%;
  content: "";
  background-color: #000;
  transform: rotate(-36deg);
}
.topics .container-menu .recommend-menu__title h3 span {
  position: absolute;
  bottom: -19px;
  left: 50%;
  width: 40px;
  height: 1px;
  background-color: #d70029;
  transform: translateX(-50%);
}
@media (max-width: 769px) {
  .topics .container-menu .recommend-menu__title h3 {
    margin-left: 22px;
  }
}
.topics .container-menu .recommend-menu__title p {
  margin-left: -24px;
  width: 150%;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
@media (max-width: 769px) {
  .topics .container-menu .recommend-menu__title p {
    margin-left: 0;
  }
}
.topics .container-menu .recommend-menu__gallery {
  box-sizing: border-box;
  position: relative;
  margin-top: 42px;
  margin-left: 80px;
  width: 720px;
  height: 174px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .topics .container-menu .recommend-menu__gallery {
    margin: 42px auto 0;
  }
}
@media (max-width: 769px) {
  .topics .container-menu .recommend-menu__gallery {
    margin: 20px auto 0;
    width: 100% !important;
  }
}
@media (min-width: 1281px) {
  .topics .container-menu .recommend-menu__gallery {
    margin: 42px auto 0;
  }
}
.topics .container-menu .recommend-menu__gallery .recommend-menu__gallery-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}
.topics .container-menu .recommend-menu__gallery a {
  display: block;
  position: relative;
  z-index: 9;
  width: 174px !important;
  height: 174px;
}
.topics .container-menu .recommend-menu__gallery img {
  display: block;
  width: 174px !important;
  height: 174px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 174px;
}
.topics .container-menu .recommend-menu__gallery img:not(:last-child) {
  margin-right: 8px;
}
.topics .container-menu .recommend-menu__gallery .prev {
  top: 51%;
  left: 0;
  transform: translate(0, -50%) !important;
}
@media (max-width: 769px) {
  .topics .container-menu .recommend-menu__gallery .prev {
    top: 90px;
    left: 0;
  }
}
.topics .container-menu .recommend-menu__gallery .next {
  top: 51%;
  right: 0;
  transform: translate(0, -50%) !important;
}
@media (max-width: 769px) {
  .topics .container-menu .recommend-menu__gallery .next {
    top: 90px;
    right: 0;
  }
}
.topics .container-menu .recommend-menu__gallery .swiper-slide {
  padding: 0 90px;
}
@media (max-width: 769px) {
  .topics .container-menu .recommend-menu__gallery .swiper-slide {
    padding: 0 20px;
  }
}
@media (max-width: 499px) {
  .topics .container-menu .recommend-menu__gallery .swiper-slide {
    padding: 0 35px;
  }
}
@media (max-width: 399px) {
  .topics .container-menu .recommend-menu__gallery .swiper-slide {
    padding: 0 12px;
  }
}
@media (max-width: 769px) {
  .topics .container-menu .recommend-menu {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1199px) {
  .topics .container-menu {
    margin: 0;
    width: 100%;
  }
}
.topics .topics-prev,
.topics .topics-next {
  top: 38%;
  z-index: 9;
  cursor: pointer;
}
@media (max-width: 990px) {
  .topics .topics-prev,
  .topics .topics-next {
    top: 31%;
  }
}
@media (max-width: 399px) {
  .topics .topics-prev,
  .topics .topics-next {
    top: 27%;
  }
}
.topics .topics-prev {
  left: 30px;
}
@media (max-width: 990px) {
  .topics .topics-prev {
    left: 0;
  }
}
.topics .topics-next {
  right: 30px;
}
@media (max-width: 990px) {
  .topics .topics-next {
    right: 0;
  }
}
.topics__wrapper {
  position: relative;
  overflow: hidden;
}
.topics .section-title {
  margin-bottom: 0;
  text-align: left;
}
@media (max-width: 1099px) {
  .topics .section-title {
    margin-right: 10px;
  }
}
@media (max-width: 769px) {
  .topics .section-title {
    margin: 0;
    width: 100%;
    text-align: left;
  }
}
.topics .posts {
  margin-bottom: 88px;
}
@media (max-width: 769px) {
  .topics .posts {
    margin-bottom: 30px;
  }
}
.topics-posts {
  display: flex;
  justify-content: space-between;
  margin-top: 3px;
  padding: 32px 0 0;
}
@media (max-width: 769px) {
  .topics-posts {
    border: none;
  }
}
@media (max-width: 769px) {
  .topics-posts .topic-post__img {
    flex-basis: 35%;
  }
}
.topics-posts .topic-post {
  display: flex;
  position: relative;
  flex-direction: column;
  max-width: 230px;
  min-height: 385px;
}
.topics-posts .topic-post img {
  width: 100%;
}
@media (max-width: 769px) {
  .topics-posts .topic-post img {
    width: 100%;
  }
}
.topics-posts .topic-post:not(:last-child) {
  margin-right: 30px;
}
@media (max-width: 769px) {
  .topics-posts .topic-post:not(:last-child) {
    margin-right: 0;
  }
}
.topics-posts .topic-post .info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 11px;
}
@media (max-width: 769px) {
  .topics-posts .topic-post .info {
    flex-basis: 59%;
    padding-top: 0;
  }
}
.topics-posts .topic-post .info p {
  flex-basis: 100%;
  margin-top: 15px;
  padding-bottom: 42px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
}
@media (max-width: 399px) {
  .topics-posts .topic-post .info p {
    margin-top: 10px;
    font-size: 15px;
    line-height: 23px;
  }
}
.topics-posts .topic-post .add-tag {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 9;
  padding: 15px 0 11px;
  border-top: 1px solid #a0a0a0;
  width: 100%;
  font-size: 15px;
  line-height: 19px;
  color: #d70029;
}
.topics-posts .topic-post .add-tag:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #d70029;
  transition: 0.2s;
  transform: scaleX(0);
}
@media (min-width: 993px) {
  .topics-posts .topic-post .add-tag:hover:after {
    transform: scaleX(1);
  }
}
.topics-posts .topic-post .substrate {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
}
@media (max-width: 990px) {
  .topics-posts .topic-post {
    width: 30% !important;
    max-width: unset;
  }
}
@media (max-width: 769px) {
  .topics-posts .topic-post {
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 26px;
    max-width: 100%;
    min-height: 250px;
  }
}
@media (max-width: 499px) {
  .topics-posts .topic-post {
    min-height: 214px;
  }
}
@media (max-width: 499px) {
  .topics-posts .topic-post:last-child {
    min-height: 169px;
  }
}
@media (min-width: 993px) {
  .topics-posts .topic-post:hover .category__orange {
    color: #fff;
    background-color: #ea6941;
  }
  .topics-posts .topic-post:hover .category__brown {
    color: #fff;
    background-color: #996c31;
  }
  .topics-posts .topic-post:hover .category__green {
    color: #fff;
    background-color: #81c266;
  }
  .topics-posts .topic-post:hover .category__blue {
    color: #fff;
    background-color: #448ecd;
  }
}
@media (max-width: 990px) {
  .topics-posts .index-topic-post {
    margin-bottom: 0;
    width: 100% !important;
    max-width: unset;
  }
  .topics-posts .index-topic-post .topic-post__img {
    width: 100%;
  }
}
@media (max-width: 769px) {
  .topics-posts {
    padding-top: 25px;
  }
}
.topics .line {
  left: 40px;
  height: 420px;
}
@media (max-width: 1199px) {
  .topics .line {
    display: none;
  }
}
@media (max-width: 769px) {
  .topics {
    padding-top: 50px;
  }
}

.brand-slider {
  position: relative;
  min-height: 299px;
  background: url("../images//brand-slider-bg.jpg");
  background-repeat: repeat;
  background-position: 0 0;
}
.brand-slider p {
  display: none;
  position: absolute;
  top: 164px;
  left: 50%;
  width: 364px;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transform: translate(-50%, 0);
}
.brand-slider p span {
  display: block;
  padding-top: 11px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
}
@media (max-width: 769px) {
  .brand-slider p {
    top: 144px;
    font-size: 14px;
    line-height: 18px;
  }
}
.brand-slider .swiper-container {
  margin: -99px auto 40px;
  width: 100%;
  max-width: 1040px;
  overflow-x: hidden;
  overflow-y: auto;
}
@media (max-width: 769px) {
  .brand-slider .swiper-container {
    margin: -88px auto 40px;
  }
}
.brand-slider .swiper-slide {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  justify-content: center;
  margin: 0 12.5px;
  width: 15.38%;
  min-height: 200px;
  transform: translate3d(-70px, 0, 0) !important;
}
@media (max-width: 769px) {
  .brand-slider .swiper-slide {
    transform: translate3d(-90px, 0, 0) !important;
  }
}
@media (max-width: 499px) {
  .brand-slider .swiper-slide {
    margin: 0;
    transform: translate3d(35px, 0, 0) !important;
  }
}
.brand-slider .swiper-slide.swiper-slide-active {
  width: 28.84%;
}
@media (max-width: 499px) {
  .brand-slider .swiper-slide.swiper-slide-active {
    width: 80% !important;
  }
}
.brand-slider .image-slide {
  width: 100%;
  max-width: 160px;
}
.brand-slider .swiper-slide-active .image-slide {
  display: block;
  max-width: 300px;
  transition: max-width 0.6s ease;
}
.brand-slider .prev,
.brand-slider .next {
  top: 188px;
}
@media (max-width: 769px) {
  .brand-slider .prev,
  .brand-slider .next {
    top: 8px;
  }
}
.brand-slider .prev {
  left: 300px;
}
@media (max-width: 1099px) {
  .brand-slider .prev {
    left: 100px;
  }
}
@media (max-width: 769px) {
  .brand-slider .prev {
    left: 0;
  }
}
.brand-slider .next {
  right: 300px;
}
@media (max-width: 1099px) {
  .brand-slider .next {
    right: 100px;
  }
}
@media (max-width: 769px) {
  .brand-slider .next {
    right: 0;
  }
}
@media (max-width: 769px) {
  .brand-slider {
    min-height: 233px;
  }
}

.brands {
  position: relative;
  padding: 105px 0 0;
  background: url("../images/brand-bg.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.brands__wrapper {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.brands .section-title {
  margin-bottom: 42px;
}
@media (max-width: 999px) {
  .brands .section-title {
    margin-bottom: 20px;
  }
}
@media (max-width: 769px) {
  .brands .section-title {
    margin-left: 15px;
  }
}
.brands__info {
  max-width: 480px;
}
.brands__info h3 {
  margin-bottom: 23px;
  font-family: "Noto Serif JP", serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 52px;
}
@media (max-width: 1099px) {
  .brands__info h3 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 999px) {
  .brands__info h3 {
    margin-bottom: 30px;
  }
}
@media (max-width: 769px) {
  .brands__info h3 {
    margin-bottom: 19px;
    font-size: 23px;
    line-height: 38px;
    text-align: left;
    letter-spacing: 1px;
  }
}
@media (max-width: 769px) {
  .brands__info {
    margin-bottom: 67px;
  }
}
.brands__info_text {
  padding-bottom: 45px;
}
@media (max-width: 769px) {
  .brands__info_text {
    padding: 0 15px;
  }
}
.brands__all {
  position: relative;
  z-index: 9;
  padding: 60px 0;
  width: 100%;
  height: 315px;
  overflow: hidden;
  background-color: #fff;
  transition: 0.3s;
}
.brands__all_wrapper {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.brands__all_item {
  width: 32%;
}
.brands__all_item_title {
  position: relative;
  margin-bottom: 25px;
  padding-top: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
.brands__all_item_title:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: linear-gradient(to left, #ed6c00, #7d0000);
}
@media (max-width: 599px) {
  .brands__all_item_title {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 399px) {
  .brands__all_item_title {
    font-size: 14px;
    line-height: 18px;
  }
}
.brands__all_item_row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
  padding-right: 20px;
  width: 100%;
}
.brands__all_item_row img {
  display: block;
  max-width: 50%;
}
@media (max-width: 990px) {
  .brands__all_item_row img:first-child {
    margin-bottom: 20px;
  }
}
@media (max-width: 599px) {
  .brands__all_item_row img {
    max-width: 100%;
  }
}
@media (max-width: 990px) {
  .brands__all_item_row {
    flex-direction: column;
    align-items: center;
  }
}
.brands__all_item:nth-child(2) .brands__all_item_row {
  padding: 0 20px;
}
.brands__all_item:nth-child(3) .brands__all_item_row {
  padding: 0 0 0 20px;
}
.brands__all_link {
  display: flex;
  position: relative;
  align-items: flex-end;
  height: 50px;
  font-family: "Noto Serif JP", serif;
  font-size: 13px;
  font-weight: 500;
  color: #d70029;
  text-transform: uppercase;
  transition: 0.3s;
}
.brands__all_link_wrapper {
  display: flex;
  position: absolute;
  bottom: 0;
  left: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 135px;
  background-color: #fff;
}
@media (max-width: 599px) {
  .brands__all_link_wrapper {
    height: 110px;
  }
}
@media (max-width: 399px) {
  .brands__all_link_wrapper {
    height: 118px;
  }
}
.brands__all_link span {
  position: absolute;
  top: 0;
  left: 50%;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  background-color: #d70029;
  transition: 0.3s;
  transform: translate(-50%, 0);
}
.brands__all_link span:before,
.brands__all_link span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1px;
  height: 8px;
  content: "";
  background-color: #fff;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}
.brands__all_link span:before {
  left: 42%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
.brands__all_link span:after {
  left: 59%;
  transform: translate(-50%, -50%) rotate(45deg);
}
.brands__all_link:hover {
  color: #d70029;
}
.brands__all_link_active span:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.brands__all_link_active span:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 599px) {
  .brands__all {
    height: 280px;
  }
}
.brands__all_active {
  padding-bottom: 155px;
  height: 100%;
}
.brands__holder {
  position: absolute;
  top: -45px;
  left: 50%;
  width: 100%;
  max-width: 1040px;
  transform: translate(-50%, 0);
}
@media (max-width: 1199px) {
  .brands__holder {
    padding: 0 60px;
  }
}
@media (max-width: 990px) {
  .brands__holder {
    position: static;
    transform: translate(0, 0);
  }
}
.brands__slider {
  position: relative;
  min-height: 445px;
  background: url("../images/brand-slider-bg.jpg") 0 0 repeat;
}
.brands__slider_img {
  margin-top: -45px;
  max-width: 520px;
}
.brands__slider_img img {
  display: block;
  width: 100%;
}
.brands__slider_slide {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 990px) {
  .brands__slider_slide {
    flex-direction: column;
    align-items: center;
  }
}
.brands__slider_info {
  padding-top: 140px;
  max-width: 480px;
}
.brands__slider_info_position {
  margin-bottom: 55px;
}
.brands__slider_info_position span {
  display: inline-block;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 52px;
  color: #fff;
}
.brands__slider_info_position span:first-child {
  margin-right: 20px;
  font-size: 48px;
  line-height: 52px;
}
.brands__slider_info_position span:nth-child(2):before {
  position: absolute;
  top: 50%;
  left: -10px;
  width: 1px;
  height: 16px;
  content: "";
  background-color: #fff;
  transform: translate(0, -50%);
}
.brands__slider_info_position .post-text {
  margin: 0;
  color: #fff;
}
@media (max-width: 990px) {
  .brands__slider_info_position {
    margin-bottom: 20px;
  }
}
.brands__slider_info_title {
  margin-bottom: 30px;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #fff;
  text-align: left;
}
@media (max-width: 990px) {
  .brands__slider_info_title {
    margin-bottom: 15px;
  }
}
.brands__slider_info .post-text {
  color: #fff;
}
@media (max-width: 1099px) {
  .brands__slider_info {
    padding-top: 100px;
  }
}
@media (max-width: 990px) {
  .brands__slider_info {
    margin-bottom: 10px;
    padding-top: 20px;
  }
}
.brands__slider_wrapper {
  overflow: hidden;
}
.brands__slider .brands-next,
.brands__slider .brands-prev {
  cursor: pointer;
}
.brands__slider .brands-next {
  right: 30px;
}
@media (max-width: 1199px) {
  .brands__slider .brands-next {
    right: 0;
  }
}
.brands__slider .brands-prev {
  left: 30px;
}
@media (max-width: 1199px) {
  .brands__slider .brands-prev {
    left: 0;
  }
}
@media (max-width: 990px) {
  .brands__slider {
    padding: 40px 0;
    height: auto;
  }
}

.top-links {
  display: flex;
  width: 100%;
  height: 120px;
}
@media (max-width: 769px) {
  .top-links {
    flex-direction: column;
    height: 240px;
  }
}
.top-links a {
  display: block;
  position: relative;
  flex-basis: 50%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 120px;
  text-align: center;
}
@media (max-width: 769px) {
  .top-links a {
    flex-basis: 100%;
  }
}
.top-links a .text {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  background: linear-gradient(to right, #ed6c00, #7d0000);
  transition: 0.2s;
  transform: scaleX(0);
  transform-origin: 0 100%;
}
@media (min-width: 993px) {
  .top-links a:hover {
    color: transparent;
  }
  .top-links a:hover .text {
    transform: scaleX(1);
  }
  .top-links a:hover .arrow {
    background-color: #fff;
  }
  .top-links a:hover .arrow:after {
    background-color: #fff;
  }
}
@media (max-width: 769px) {
  .top-links a:nth-child(2) {
    color: #fff;
    background: linear-gradient(to right, #ed6c00, #7d0000);
  }
  .top-links a:nth-child(2) .arrow {
    background-color: #fff;
  }
  .top-links a:nth-child(2) .arrow:after {
    background-color: #fff;
  }
}
.top-links .arrow {
  display: inline-block;
  position: absolute;
  top: 59px;
  right: auto;
  z-index: 9;
  margin-left: 19px;
  width: 21px;
  height: 1px;
  background-color: #000;
  transition: 0.2s;
}
.top-links .arrow:after {
  position: absolute;
  top: -2px;
  right: -1px;
  width: 6px;
  height: 1px;
  content: "";
  background-color: #000;
  transition: 0.2s;
  transform: rotate(45deg);
}
.top-links .arrow {
  width: 21px;
}

.about {
  padding: 95px 0 80px;
  background: url("../images/about-bg.jpg");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.about .container {
  padding: 0;
  max-width: 1040px;
}
@media (max-width: 1039px) {
  .about .container {
    max-width: 100%;
  }
}
.about__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: auto;
  width: 640px;
}
.about__head .section-title {
  display: inline-block;
  margin-bottom: 50px;
}
@media (max-width: 769px) {
  .about__head .section-title {
    margin-bottom: 28px;
  }
}
.about__head h3 {
  margin-bottom: 30px;
  font-family: "Noto Serif JP", serif;
  font-size: 34px;
  font-weight: 500;
  line-height: 38px;
}
@media (max-width: 769px) {
  .about__head h3 {
    margin-bottom: 21px;
    font-size: 24px;
    line-height: 28px;
  }
}
.about__head p {
  margin-bottom: 33px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
}
@media (max-width: 1039px) {
  .about__head {
    padding: 0 16px;
  }
}
@media (max-width: 769px) {
  .about__head {
    width: 100%;
  }
}
.about__posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (max-width: 1039px) {
  .about__posts {
    padding: 0 16px;
  }
}
.about__post {
  position: relative;
  flex-basis: 32.12%;
  margin-bottom: 20px;
  background-color: #fff;
}
.about__post a {
  display: block;
  padding: 20px 20px 17px;
  width: 100%;
  height: 100%;
}
@media (min-width: 993px) {
  .about__post a:hover .arrow:before {
    transform: scaleX(1);
  }
  .about__post a:hover .arrow span {
    background-color: #fff;
  }
  .about__post a:hover .arrow span:after {
    background-color: #fff;
  }
}
@media (max-width: 769px) {
  .about__post a {
    padding: 20px 16px 74px;
  }
}
.about__post img {
  width: 100%;
}
@media (max-width: 769px) {
  .about__post img {
    width: 47%;
  }
}
.about__post p {
  position: relative;
  margin: 33px 0 0 0;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
.about__post p:before {
  position: absolute;
  top: -18px;
  left: 50%;
  width: 40px;
  height: 1px;
  content: "";
  background-color: #d70029;
  transform: translate(-50%, 0);
}
@media (max-width: 769px) {
  .about__post p:before {
    top: -13px;
  }
}
@media (max-width: 769px) {
  .about__post p {
    position: absolute;
    top: 53px;
    right: 0;
    margin: 0;
    width: 50%;
    font-size: 16px;
    line-height: 20px;
  }
}
.about__post .arrow {
  position: absolute;
  right: 20px;
  bottom: 79px;
  width: 60px;
  height: 60px;
  background-color: #fff;
  transition: 0.3s;
}
.about__post .arrow span {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 9;
  width: 17px;
  height: 1px;
  background-color: #000;
  transition: 0.3s;
  transform: translate(-50%, -50%) !important;
}
.about__post .arrow span:after {
  position: absolute;
  top: -2px;
  right: 0;
  width: 6px;
  height: 1px;
  content: "";
  background-color: #000;
  transition: 0.2s;
  transform: rotate(45deg);
}
.about__post .arrow:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  color: #fff;
  content: "";
  background: linear-gradient(to right, #ed6c00, #7d0000);
  transition: 0.2s;
  transform: scaleX(0);
  transform-origin: 0 100%;
}
@media (max-width: 769px) {
  .about__post .arrow {
    top: auto !important;
    right: auto;
    bottom: 0 !important;
    left: 0;
    width: 100%;
    background: linear-gradient(to right, #ed6c00, #7d0000);
  }
  .about__post .arrow span {
    background-color: #fff;
  }
  .about__post .arrow span:after {
    background-color: #fff;
  }
}
.about__post .line {
  position: absolute;
  top: 210px;
  left: 50%;
  width: 40px;
  height: 1px;
  background-color: #d70029;
  transform: translate(-50%, 0) !important;
}
@media (max-width: 769px) {
  .about__post .line {
    right: 46px;
    left: auto;
  }
}
.about__post___big {
  flex-basis: 49.038%;
}
@media (max-width: 769px) {
  .about__post___big {
    flex-basis: 100%;
  }
}
.about__post___big .line {
  top: 313px;
}
.about__post___big .arrow {
  top: auto;
  bottom: 79px;
}
@media (max-width: 769px) {
  .about__post {
    flex-basis: 100%;
    margin-bottom: 12px;
  }
}
@media (max-width: 769px) {
  .about {
    padding-top: 70px;
  }
}

.top-news {
  padding: 90px 0 98px;
}
.top-news .section-title {
  font-size: 23px;
}
.top-news__info {
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media (max-width: 1039px) {
  .top-news__info {
    padding-right: 20px;
  }
}
@media (max-width: 769px) {
  .top-news__info {
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
}
.top-news__info-block {
  display: flex;
  justify-content: flex-start;
  padding: 20px 0;
  border-bottom: 1px solid #a0a0a0;
}
.top-news__info-block > div {
  display: flex;
}
.top-news__info-block .section-title {
  margin-bottom: 10px;
}
.top-news__info-block:nth-child(3) {
  padding-top: 25px;
  padding-bottom: 25px;
}
@media (max-width: 769px) {
  .top-news__info-block:nth-child(3) {
    padding-top: 16px;
    padding-bottom: 2px;
  }
}
.top-news__info-block:nth-child(4) {
  padding-bottom: 20px;
}
@media (max-width: 769px) {
  .top-news__info-block:nth-child(4) {
    padding-bottom: 0;
  }
}
.top-news__info-block:first-child {
  justify-content: space-between;
  padding-top: 0;
  padding-bottom: 10px;
}
.top-news__info-block:first-child a {
  display: inline-block;
  position: relative;
  padding-right: 35px;
  min-width: 120px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 47px;
  transition: 0.2s;
}
.top-news__info-block:first-child a .arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 9;
  margin-left: 19px;
  width: 21px;
  height: 1px;
  background-color: #000;
  transition: 0.2s;
}
.top-news__info-block:first-child a .arrow:after {
  position: absolute;
  top: -2px;
  right: -1px;
  width: 6px;
  height: 1px;
  content: "";
  background-color: #000;
  transition: 0.2s;
  transform: rotate(45deg);
}
@media (min-width: 993px) {
  .top-news__info-block:first-child a:hover {
    color: #d70029;
  }
  .top-news__info-block:first-child a:hover .arrow {
    background-color: #d70029;
  }
  .top-news__info-block:first-child a:hover .arrow:after {
    background-color: #d70029;
  }
}
@media (max-width: 769px) {
  .top-news__info-block:first-child {
    padding-bottom: 20px;
  }
}
.top-news__info-block .date,
.top-news__info-block .category {
  margin-right: 12px;
}
@media (max-width: 769px) {
  .top-news__info-block .date,
  .top-news__info-block .category {
    margin-right: 0;
  }
}
.top-news__info-block p {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 19px;
}
@media (max-width: 769px) {
  .top-news__info-block p {
    line-height: 23px;
  }
}
@media (max-width: 769px) {
  .top-news__info-block {
    flex-wrap: wrap;
  }
  .top-news__info-block > div {
    flex-basis: 100%;
    justify-content: space-between;
    margin-bottom: 5px;
  }
  .top-news__info-block p {
    flex-basis: 100%;
    padding-bottom: 10px;
  }
}
@media (min-width: 993px) {
  .top-news__info-block:hover .category__orange {
    color: #fff;
    background-color: #ea6941;
  }
  .top-news__info-block:hover .category__brown {
    color: #fff;
    background-color: #996c31;
  }
  .top-news__info-block:hover .category__purple {
    color: #fff;
    background-color: #8f82bc;
  }
  .top-news__info-block:hover .category__green {
    color: #fff;
    background-color: #81c266;
  }
  .top-news__info-block:hover .category__blue {
    color: #fff;
    background-color: #448ecd;
  }
}
.top-news__links {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.top-news__links a {
  display: block;
  position: relative;
  padding-left: 27px;
  border: 1px solid #a0a0a0;
  width: 100%;
  max-width: 334px;
  height: 70px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 70px;
}
.top-news__links a .arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 23px;
  z-index: 9;
  margin-left: 19px;
  width: 21px;
  height: 1px;
  background-color: #000;
  transition: 0.2s;
}
.top-news__links a .arrow:after {
  position: absolute;
  top: -2px;
  right: -1px;
  width: 6px;
  height: 1px;
  content: "";
  background-color: #000;
  transition: 0.2s;
  transform: rotate(45deg);
}
.top-news__links a:not(:last-child) {
  margin-right: 10px;
}
.top-news__links a .arrow {
  width: 10px;
  transform: translate(0, -50%) !important;
}
.top-news__links a .text {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  padding-left: 27px;
  width: 100%;
  height: 100%;
  color: #fff;
  background: linear-gradient(to right, #ed6c00, #7d0000);
  transition: 0.2s;
  transform: scaleX(0);
  transform-origin: 0 100%;
}
@media (min-width: 993px) {
  .top-news__links a:hover .text {
    transform: scaleX(1);
  }
  .top-news__links a:hover .arrow {
    background-color: #fff;
  }
  .top-news__links a:hover .arrow:after {
    background-color: #fff;
  }
}
@media (max-width: 769px) {
  .top-news__links a {
    margin-bottom: 10px;
    border: 0;
    max-width: 100%;
    color: #fff;
    background: linear-gradient(to left, #ed6c00, #7d0000);
  }
  .top-news__links a:not(:last-child) {
    margin-right: 0;
  }
  .top-news__links a .arrow {
    background-color: #fff;
  }
  .top-news__links a .arrow:after {
    background-color: #fff;
  }
}
@media (max-width: 769px) {
  .top-news__links {
    flex-direction: column;
    margin-top: 37px;
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 769px) {
  .top-news {
    padding: 55px 0 68px;
  }
}

.p80 {
  padding: 80px 0;
}
@media (max-width: 769px) {
  .p80 {
    padding: 40px 0;
  }
}

.additional-nav {
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 90px;
  background: url("../images/bottom-menu-bg.jpg");
  background-repeat: repeat;
  background-position: 50% 50%;
  background-size: cover;
  box-shadow: 0 -4px 20px -5px rgba(0, 0, 0, 0.69);
}
.additional-nav a {
  display: block;
  position: relative;
  width: 33.33333%;
  height: 100%;
  font-family: "游明朝 Regular", "YuMincho-Regular", "游明朝体 ミディアム", "YuMincho Medium", "YuMin-Medium",
    "Yu Mincho Regular", sans-serif;
  font-size: 18px;
  line-height: 90px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: url("../images/fixed-menu-icon.png");
  background-repeat: no-repeat;
  background-position-x: calc(100% - 20px);
  background-position-y: 50%;
  background-size: 10px 10px;
}
.additional-nav a:not(:last-child):after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 50px;
  content: "";
  background-color: #d70029;
  transform: translate(0, -50%) !important;
}
@media (max-width: 769px) {
  .additional-nav a {
    font-size: 14px;
    line-height: 80px;
    background-position-x: 50%;
    background-position-y: 13px;
  }
}
@media (max-width: 769px) {
  .additional-nav {
    height: 60px;
  }
}

.additional-close {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d70029;
  border-radius: 5px;
  width: 100px;
  height: 50px;
  font-family: "游明朝 Regular", "YuMincho-Regular", "游明朝体 ミディアム", "YuMincho Medium", "YuMin-Medium",
    "Yu Mincho Regular", sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #d70029;
  text-align: center;
  text-transform: uppercase;
  transition: 0.3s;
}
.additional-close:hover {
  color: #fff;
  background-color: #d70029;
}
@media (max-width: 769px) {
  .additional-close {
    top: 10px;
    right: 10px;
    width: 90px;
  }
}

.posts-brief-index {
  padding-top: 80px;
}
@media (max-width: 769px) {
  .posts-brief-index {
    padding-top: 40px;
  }
}
.company__posts .arrow {
  background-color: #000;
}
.company__posts .arrow span {
  background-color: #fff;
}
.company__posts .arrow span:after {
  background-color: #fff;
}

.pos-r {
  position: relative;
}
.pos-r .arrow {
  right: 0;
  bottom: 5px;
}
@media (max-width: 769px) {
  .pos-r {
    position: static;
  }
}

/* Parts */
.top-head {
  margin: 0 0 45px;
  padding-top: 97px;
  border-bottom: 1px solid #e5e5e5;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
}
@media (max-width: 768px) {
  .top-head {
    margin-bottom: 10px;
    padding-top: 20px;
    font-size: 28px;
    line-height: 32px;
  }
}
@media (max-width: 499px) {
  .top-head {
    font-size: 24px;
    line-height: 26px;
  }
}

.top-head-2 {
  position: relative;
  margin-bottom: 55px;
  padding: 64px 0 0 50px;
  width: 100%;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 26px;
  font-weight: bold;
  line-height: 30px;
  text-align: left;
}
.top-head-2:before {
  position: absolute;
  top: 77px;
  left: 0;
  width: 30px;
  height: 4px;
  content: "";
  background-color: #d70029;
}
@media (max-width: 1099px) {
  .top-head-2:before {
    left: 20px;
  }
}
@media (max-width: 1099px) {
  .top-head-2 {
    padding-left: 70px;
  }
}
@media (max-width: 768px) {
  .top-head-2 {
    margin-bottom: 20px;
    padding-top: 0 !important;
    padding-left: 35px;
  }
  .top-head-2:before {
    top: 15px;
    left: 0;
    transform: translate(0, -50%);
  }
}
@media (max-width: 599px) {
  .top-head-2 {
    padding-left: 25px;
    font-size: 18px;
    line-height: 33px;
  }
  .top-head-2:before {
    width: 20px;
    height: 2px;
  }
}

.top-head-3 {
  margin-bottom: 20px;
  width: 100%;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}

.top-head-4 {
  position: relative;
  margin-bottom: 15px;
  padding-left: 12px;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  color: #d70029;
}
.top-head-4:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 3px;
  height: 100%;
  content: "";
  background-color: #d70029;
}

.top-head-3,
.top-head-4 {
  text-align: left;
}

.post-text {
  margin-bottom: 35px;
  max-width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}
.post-text a {
  position: relative;
  color: #d70029;
  transition: 0.2s;
}
@media (min-width: 993px) {
  .post-text a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #d70029;
    transition: 0.2s;
    transform: scale(0);
  }
  .post-text a:hover {
    color: #d70029;
  }
  .post-text a:hover:after {
    transform: scale(1);
  }
}
.post-text_last {
  margin-bottom: 30px;
}
.post-text_first {
  margin-bottom: 26px;
}

.part-top .container {
  position: relative;
  z-index: 3;
  padding-bottom: 52px;
}
@media (max-width: 1099px) {
  .part-top .container {
    padding: 0 5px 52px;
  }
}
.part-top .container p {
  margin-bottom: 10px;
}
.part-top .container p a {
  position: relative;
  color: #d70029;
  transition: 0.2s;
}
@media (min-width: 993px) {
  .part-top .container p a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    content: "";
    background-color: #d70029;
    transition: 0.2s;
    transform: scale(0);
  }
  .part-top .container p a:hover {
    color: #d70029;
  }
  .part-top .container p a:hover:after {
    transform: scale(1);
  }
}

@media (max-width: 1099px) {
  .part-top .breadcrumbs {
    right: 20px;
  }
}

.breadcrumbs {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 0;
  background-color: #fff;
}
.breadcrumbs li:not(:last-child) {
  margin-right: 28px;
}
.breadcrumbs li:not(:last-child) a {
  display: block;
  height: 100%;
}
.breadcrumbs li:not(:last-child) a:after {
  position: absolute;
  top: 50%;
  right: -14px;
  width: 1px;
  height: 10px;
  content: "";
  background-color: #bfbfbf;
  transform: translate(0, -50%) !important;
}
.breadcrumbs li a {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 18px;
  /* text-transform: uppercase; */
  transition: 0.2s;
}
.breadcrumbs li a.active {
  color: #d70029;
}
@media (max-width: 769px) {
  .breadcrumbs {
    flex-wrap: wrap;
    padding: 0 !important;
  }
}
@media (max-width: 399px) {
  .breadcrumbs li a {
    font-size: 10px;
  }
}

.blog__content {
  display: flex;
  margin-bottom: 36px;
  width: 100%;
}
@media (max-width: 1099px) {
  .blog__content {
    align-items: center;
    padding: 0 5px;
  }
}
@media (max-width: 769px) {
  .blog__content {
    flex-direction: column;
    margin: 0 auto 36px;
  }
  .blog__content:last-child {
    margin-bottom: 0;
  }
}
.blog__content__rev .blog__post {
  order: 1;
  padding: 0 0 0 40px;
}
@media (max-width: 769px) {
  .blog__content__rev .blog__post {
    padding: 0;
  }
}
.blog__content__rev .blog__img {
  order: 0;
}
@media (max-width: 769px) {
  .blog__content__rev .blog__img {
    margin-bottom: 20px;
  }
}
.blog__content__biggest {
  align-items: flex-start;
  justify-content: space-between;
}
.blog__content__biggest .blog__post {
  flex-basis: 69.23%;
}
@media (max-width: 999px) {
  .blog__content__biggest .blog__post {
    flex-basis: 69.23%;
  }
}
@media (max-width: 769px) {
  .blog__content__biggest .blog__post {
    flex-basis: 100%;
  }
}
.blog__content__biggest .blog__img {
  flex-basis: 30.8%;
}
.blog__content__biggest .blog__img img {
  margin: auto;
  width: 100%;
}
@media (max-width: 999px) {
  .blog__content__biggest .blog__img {
    flex-basis: 30.8%;
  }
}
@media (max-width: 769px) {
  .blog__content__biggest .blog__img {
    margin: auto;
  }
}
.blog__content__biggest_rev .blog__post {
  order: 1;
  padding: 0 0 0 40px;
}
@media (max-width: 769px) {
  .blog__content__biggest_rev .blog__post {
    padding: 0;
  }
}
.blog__content__biggest_rev .blog__img {
  order: 0;
}
@media (max-width: 769px) {
  .blog__content__biggest_rev .blog__img {
    margin-bottom: 20px;
  }
}
.blog__content__biggest_rev .post-text_first {
  margin-bottom: 24px;
}
.blog__content__biggest_rev .post-text_last {
  margin-bottom: 22px;
}
.blog__content__biggest .post-text_last {
  margin-bottom: 20px;
}
.blog__content__col_5,
.blog__content__col_3,
.blog__content__col_4 {
  flex-direction: column;
  justify-content: flex-start;
  width: 500px;
}
.blog__content__col_5 .blog__post,
.blog__content__col_3 .blog__post,
.blog__content__col_4 .blog__post {
  order: 1;
  padding: 0;
}
.blog__content__col_5 .blog__img,
.blog__content__col_3 .blog__img,
.blog__content__col_4 .blog__img {
  order: 0;
  margin-bottom: 23px;
}
.blog__content__col_5 .blog__img img,
.blog__content__col_3 .blog__img img,
.blog__content__col_4 .blog__img img {
  width: 100%;
}
.blog__content__col_3 {
  width: 320px;
}
.blog__content__col_4 {
  width: 230px;
}
.blog__content__col_5 .post-text {
  margin-bottom: 22px;
}

.blog__post {
  padding-right: 40px;
}
@media (max-width: 999px) {
  .blog__post {
    flex-basis: 50%;
  }
}
@media (max-width: 769px) {
  .blog__post {
    padding-right: 0;
  }
}

@media (max-width: 999px) {
  .blog__img {
    flex-basis: 50%;
  }
  .blog__img img {
    display: block;
    width: 100%;
  }
}

.blog .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.title-top {
  position: relative;
  padding-top: 22.66%;
  height: 0;
  background: url("../images/title-bg.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.title-top .breadcrumbs {
  padding: 0 120px 0 40px;
}
.title-top .breadcrumbs li {
  height: 50px;
}
.title-top .breadcrumbs li a {
  line-height: 50px;
}
@media (max-width: 769px) {
  .title-top .breadcrumbs {
    justify-content: center;
    padding: 0 20px;
    width: 100%;
  }
}
.title-top__content {
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%) !important;
}
.title-top__content .section-title {
  margin-bottom: 10px;
}
.title-top__content p {
  margin: 0;
  font-family: "游明朝 Regular", "YuMincho-Regular", "游明朝体 ミディアム", "YuMincho Medium", "YuMin-Medium",
    "Yu Mincho Regular", sans-serif;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  letter-spacing: 2px;
  background: linear-gradient(to left, #ed6c00, #7d0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none) {
  .title-top__content p {
    color: #ed6c00;
    background: none;
    /* IE11 */
  }
  .title-top__content p *::-ms-backdrop,
  .title-top__content p {
    color: #ed6c00;
  }
}
@media (max-width: 999px) {
  .title-top {
    padding-top: 30%;
  }
}
@media (max-width: 769px) {
  .title-top {
    padding-top: 0;
    height: 220px;
  }
}

.common .container {
  padding: 0;
}
@media (max-width: 1099px) {
  .common .container {
    padding: 0 5px;
  }
}

.common h1 {
  border-bottom: none !important;
}

.common p {
  margin: 0;
  max-width: 100%;
  font-size: 15px;
  line-height: 25px;
}
.common p a {
  transition: 0.2s;
}
@media (min-width: 993px) {
  .common p a:hover {
    color: #d70029;
  }
}

.warning {
  margin-bottom: 58px;
  padding: 44px 44px 30px 40px;
  border: 4px solid #eeeeee;
}
.warning .post-text {
  margin-bottom: 10px;
}
.warning_bg-red {
  margin-bottom: 10px;
  border: none;
  background-color: #fbe5e9;
}
.warning_red {
  border: 1px solid #d70029;
}
@media (max-width: 1039px) {
  .warning {
    margin: 0 10px;
  }
}
@media (max-width: 599px) {
  .warning {
    padding: 22px 22px 15px 20px;
  }
}

.links__info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 74px;
  width: 100%;
}
.links__info li {
  flex: 1;
  border-left: 1px solid #eeeeee;
}
.links__info li:last-child {
  border-right: 1px solid #eeeeee;
}
.links__info li a {
  display: block;
  position: relative;
  margin-bottom: 16px;
  padding: 0 10px 19px;
  height: 100%;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 19px;
  text-align: center;
}
.links__info li a:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 16px;
  content: "";
  background-color: #d70029;
  transition: 0.2s;
  transform: translate(-50%, 0) !important;
}
.links__info li a:hover:after {
  transform: translate(-50%, 0) rotate(180deg) !important;
}
@media (max-width: 769px) {
  .links__info li a {
    font-size: 12px;
    line-height: 16px;
  }
}
@media (max-width: 769px) {
  .links__info li {
    padding: 0 5px;
  }
}
@media (max-width: 599px) {
  .links__info li {
    flex: auto;
    margin-bottom: 15px;
    width: 30%;
  }
}
@media (max-width: 599px) {
  .links__info {
    flex-wrap: wrap;
  }
}

.big_btn,
.mid_btn {
  display: block;
  position: relative;
  border: none;
  width: 100%;
  height: 120px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  line-height: 120px;
  color: #fff;
  text-align: center;
  background-color: #000;
}
.big_btn .text,
.mid_btn .text {
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #fff;
  background: linear-gradient(to left, #ed6c00, #7d0000);
  transition: 0.2s;
  transform: scaleX(0);
  transform-origin: 0 100%;
}
.big_btn:hover,
.mid_btn:hover {
  color: transparent;
}
.big_btn:hover .text,
.mid_btn:hover .text {
  transform: scaleX(1);
}
.big_btn:hover .arrow,
.mid_btn:hover .arrow {
  background-color: #fff;
}
.big_btn:hover .arrow:after,
.mid_btn:hover .arrow:after {
  background-color: #fff;
}
.big_btn_no-hover:hover,
.mid_btn_no-hover:hover {
  color: #fff;
}
.big_btn_no-hover:hover .text,
.mid_btn_no-hover:hover .text {
  transform: scaleX(0);
}
@media (max-width: 769px) {
  .big_btn:nth-child(2),
  .mid_btn:nth-child(2) {
    color: #fff;
    background: linear-gradient(to left, #ed6c00, #7d0000);
  }
  .big_btn:nth-child(2) .arrow,
  .mid_btn:nth-child(2) .arrow {
    background-color: #fff;
  }
  .big_btn:nth-child(2) .arrow:after,
  .mid_btn:nth-child(2) .arrow:after {
    background-color: #fff;
  }
}
.big_btn .arrow,
.mid_btn .arrow {
  display: inline-block;
  position: absolute;
  top: 60px;
  right: auto;
  z-index: 9;
  margin-left: 19px;
  width: 21px;
  height: 1px;
  background-color: #fff;
  transition: 0.2s;
}
.big_btn .arrow:after,
.mid_btn .arrow:after {
  position: absolute;
  top: -2px;
  right: -1px;
  width: 6px;
  height: 1px;
  content: "";
  background-color: #fff;
  transition: 0.2s;
  transform: rotate(45deg);
}
.big_btn-gradient,
.mid_btn-gradient {
  margin-bottom: 40px;
  background: linear-gradient(to left, #ed6c00, #7d0000);
}
.big_btn-gradient .text,
.mid_btn-gradient .text {
  background: #000;
}

.world_btn_pointer-event {
  pointer-events: none;
}

.middle-btn,
.files-btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

@media (max-width: 1099px) {
  .files-btn {
    flex-direction: column;
    padding: 0 20%;
  }
}

@media (max-width: 799px) {
  .files-btn {
    padding: 0 120px;
  }
}

@media (max-width: 599px) {
  .files-btn {
    padding: 0 50px;
  }
}

.middle-btn {
  justify-content: inherit;
  padding: 0 190px;
}
@media (max-width: 1099px) {
  .middle-btn {
    padding: 0 50px;
  }
}
@media (max-width: 769px) {
  .middle-btn {
    flex-direction: column;
    align-items: center;
  }
}

.text-links {
  margin-bottom: 12px;
  width: 100%;
}

.mid_btn {
  display: flex;
  align-items: center;
  padding-right: 40px;
  width: 310px;
  height: 70px;
  min-height: 70px;
  font-size: 16px;
  line-height: 20px;
}
.mid_btn .text {
  padding-right: 40px;
}
.mid_btn .arrow {
  top: 35px;
}

.btn-act {
  display: block;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 33px;
  border: 1px solid #000;
  min-width: 326px;
  height: 48px;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 48px;
  transition: 0.3s;
}
.btn-act .icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 16px;
  width: 11px;
  height: 14px;
  background: url("../images/pdf-icon.png") 0 0 no-repeat;
  background-size: 100%;
  transform: translate(0, -50%) !important;
}
.btn-act:before {
  position: absolute;
  top: 0;
  left: -1px;
  width: 1px;
  height: 0;
  content: "";
  background-color: #000;
  transition: 0.7s;
}
.btn-act:after {
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 0;
  content: "";
  background-color: #000;
  transition: 0.7s;
}
.btn-act span:not(.icon):not(.arrow) {
  display: inline-block;
  position: relative;
  padding-left: 16px;
  width: 100%;
  height: 100%;
}
.btn-act span:not(.icon):not(.arrow):before {
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: #000;
  transition: 0.7s;
}
.btn-act span:not(.icon):not(.arrow):after {
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  background-color: #000;
  transition: 0.7s;
  transform-origin: 100% 0;
}
.btn-act_save .icon {
  width: 12px;
  height: 12px;
  background: url("../images/save-icon.png") 0 0 no-repeat;
  background-size: 100%;
}
.btn-act .arrow {
  display: inline-block;
  position: absolute;
  top: 24px;
  right: 16px;
  z-index: 9;
  margin-left: 19px;
  width: 21px;
  height: 1px;
  background-color: #000;
  transition: 0.2s;
}
.btn-act .arrow:after {
  position: absolute;
  top: -2px;
  right: -1px;
  width: 6px;
  height: 1px;
  content: "";
  background-color: #000;
  transition: 0.2s;
  transform: rotate(45deg);
}
@media (min-width: 993px) {
  .btn-act:hover {
    color: #d70029;
  }
  .btn-act:hover:after {
    height: 100%;
    background-color: #d70029;
  }
  .btn-act:hover:before {
    height: 100%;
    background-color: #d70029;
  }
  .btn-act:hover span:not(.icon):not(.arrow):after,
  .btn-act:hover span:not(.icon):not(.arrow):before {
    width: 100%;
    background-color: #d70029;
  }
  .btn-act:hover .arrow {
    background-color: #d70029;
  }
  .btn-act:hover .arrow:after {
    background-color: #d70029;
  }
}
@media (max-width: 599px) {
  .btn-act {
    min-width: auto;
  }
}
@media (max-width: 499px) {
  .btn-act {
    font-size: 12px;
  }
}

.btn-act_text {
  display: inline-block;
  position: relative;
  margin-right: 32px;
  padding: 5px 0;
  font-family: "游明朝 Regular", "YuMincho-Regular", "游明朝体 ミディアム", "YuMincho Medium", "YuMin-Medium",
    "Yu Mincho Regular", sans-serif;
  font-size: 15px;
  line-height: 19px;
  transition: 0.2s;
}
.btn-act_text .arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -30px;
  z-index: 9;
  margin-left: 19px;
  width: 21px;
  height: 1px;
  background-color: #000;
  transition: 0.2s;
}
.btn-act_text .arrow:after {
  position: absolute;
  top: -2px;
  right: -1px;
  width: 6px;
  height: 1px;
  content: "";
  background-color: #000;
  transition: 0.2s;
  transform: rotate(45deg);
}
.btn-act_text .icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -22px;
  width: 11px;
  height: 14px;
  background: url("../images/pdf-icon.png") 0 0 no-repeat;
  background-size: 100%;
  transform: translate(0, -50%) !important;
}
.btn-act_text_pdf {
  margin-right: 22px;
}
.btn-act_text_pdf .icon {
  right: -20px;
}
.btn-act_text_save {
  margin-right: 22px;
}
.btn-act_text_save .icon {
  width: 12px;
  height: 12px;
  background: url("../images/save-icon.png") 0 0 no-repeat;
  background-size: 100%;
}
@media (min-width: 993px) {
  .btn-act_text:hover {
    color: #d70029;
  }
  .btn-act_text:hover .arrow {
    background-color: #d70029;
  }
  .btn-act_text:hover .arrow:after {
    background-color: #d70029;
  }
}

.substrate {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: 0.2s;
}

.posts-brief {
  background: url("../images/post-block-bg.jpg") 0 0 repeat;
}
.posts-brief .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 60px 0 40px;
}
@media (max-width: 999px) {
  .posts-brief .container {
    padding: 60px 5px 40px;
  }
}
@media (max-width: 599px) {
  .posts-brief .container {
    justify-content: center;
  }
}
.posts-brief .post {
  position: relative;
  margin: 0 0 20px;
  padding: 20px 20px 0;
  background-color: #fff;
}
.posts-brief .post p {
  position: relative;
  margin: 0 -20px 15px;
  padding-top: 14px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
  text-align: center;
}
.posts-brief .post p .line {
  position: absolute;
  top: -5px;
  left: 50%;
  width: 40px;
  height: 1px;
  background-color: #d70029;
  transform: translate(-50%, 0) !important;
}
@media (min-width: 993px) {
  .posts-brief .post:hover .post-link:before {
    transform: scaleX(1);
  }
}
.posts-brief .post-img {
  position: relative;
  margin-bottom: 20px;
}
.posts-brief .post-img img {
  width: 100%;
  transition: 0.2s;
}
.posts-brief .post-link {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  bottom: 5px;
  left: 0;
  left: auto;
  width: 40px;
  height: 40px;
  background: #000;
}
.posts-brief .post-link:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to right, #ed6c00, #7d0000);
  transition: 0.2s;
  transform: scaleX(0);
  transform-origin: 0 0;
}
.posts-brief .post-link .arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 9;
  margin-left: 19px;
  width: 21px;
  height: 1px;
  background-color: #fff;
  transition: 0.2s;
}
.posts-brief .post-link .arrow:after {
  position: absolute;
  top: -2px;
  right: -1px;
  width: 6px;
  height: 1px;
  content: "";
  background-color: #fff;
  transition: 0.2s;
  transform: rotate(45deg);
}
.posts-brief .post-link .arrow {
  transform: translate(50%, 0) !important;
}
.posts-brief .col_3 {
  width: 32.12%;
}
.posts-brief .col_3_part .post-link {
  bottom: 5px;
}
.posts-brief .col_3 .post-link {
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  bottom: 0;
  left: 0;
  left: auto;
  width: 60px;
  height: 60px;
  background: #000;
}
.posts-brief .col_3 .post-link:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to right, #ed6c00, #7d0000);
  transition: 0.2s;
  transform: scaleX(0);
  transform-origin: 0 0;
}
@media (max-width: 999px) {
  .posts-brief .col_3 {
    width: 46%;
  }
  .posts-brief .col_3 .post-link {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    bottom: 0;
    left: 0;
    left: auto;
    width: 40px;
    height: 40px;
    background: #000;
  }
  .posts-brief .col_3 .post-link:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: "";
    background: linear-gradient(to right, #ed6c00, #7d0000);
    transition: 0.2s;
    transform: scaleX(0);
    transform-origin: 0 0;
  }
}
@media (max-width: 599px) {
  .posts-brief .col_3 {
    width: 75%;
  }
}
@media (max-width: 599px) {
  .posts-brief .col_3 {
    width: 85%;
  }
}
.posts-brief .col_3_part .post-link {
  bottom: 5px;
}
.posts-brief .col_4 {
  flex-basis: 23.556%;
}
@media (max-width: 999px) {
  .posts-brief .col_4 {
    flex-basis: 46%;
  }
}
@media (max-width: 599px) {
  .posts-brief .col_4 {
    flex-basis: 75%;
  }
}
@media (max-width: 399px) {
  .posts-brief .col_4 {
    flex-basis: 85%;
  }
}

.posts-info .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 55px;
}
@media (max-width: 999px) {
  .posts-info .container {
    padding: 55px 5px 0;
  }
}
@media (max-width: 768px) {
  .posts-info .container {
    justify-content: center;
    padding: 55px 0 0;
  }
}

.posts-info .top-head-3 {
  margin-bottom: 38px;
}

.posts-info .post_l {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin-bottom: 55px;
  padding-bottom: 40px;
  width: 334px;
  cursor: pointer;
}
.posts-info .post_l .post-img {
  margin-right: 14px;
}
.posts-info .post_l .post-info p {
  position: relative;
  padding-top: 20px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
.posts-info .post_l .post-info p .line {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: 0.2s;
  transform: translate(-50%, 0) !important;
}
.posts-info .post_l .post-info p span:not(.line) {
  display: inline-block;
  margin-top: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}
.posts-info .post_l .post-link {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #000;
}
.posts-info .post_l .post-link:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to right, #ed6c00, #7d0000);
  transition: 0.2s;
  transform: scaleX(0);
  transform-origin: 0 0;
}
.posts-info .post_l .post-link .arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 50%;
  z-index: 9;
  margin-left: 19px;
  width: 21px;
  height: 1px;
  background-color: #fff;
  transition: 0.2s;
}
.posts-info .post_l .post-link .arrow:after {
  position: absolute;
  top: -2px;
  right: -1px;
  width: 6px;
  height: 1px;
  content: "";
  background-color: #fff;
  transition: 0.2s;
  transform: rotate(45deg);
}
@media (min-width: 993px) {
  .posts-info .post_l:hover .post-link:before {
    transform: scaleX(1);
  }
  .posts-info .post_l:hover .post-info p .line {
    background-color: #d70029;
  }
}
@media (max-width: 999px) {
  .posts-info .post_l {
    width: 380px;
  }
}
@media (max-width: 799px) {
  .posts-info .post_l {
    width: 300px;
  }
}
@media (max-width: 768px) {
  .posts-info .post_l {
    width: 80%;
  }
}
@media (max-width: 599px) {
  .posts-info .post_l {
    width: 90%;
  }
}

.posts-info .col_3 {
  flex-basis: 32.12%;
}
@media (max-width: 999px) {
  .posts-info .col_3 {
    flex-basis: 46%;
  }
}
@media (max-width: 769px) {
  .posts-info .col_3 {
    flex-basis: 80%;
  }
}

.posts-info .post_m {
  display: block;
  position: relative;
}
.posts-info .post_m img {
  margin-bottom: 15px;
  width: 100%;
}
.posts-info .post_m .post-link {
  display: block;
  position: relative;
  padding-top: 15px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
.posts-info .post_m .post-link .arrow {
  display: inline-block;
  position: absolute;
  top: 25px;
  right: 10px;
  z-index: 9;
  margin-left: 19px;
  width: 21px;
  height: 1px;
  background-color: #000;
  transition: 0.2s;
}
.posts-info .post_m .post-link .arrow:after {
  position: absolute;
  top: -2px;
  right: -1px;
  width: 6px;
  height: 1px;
  content: "";
  background-color: #000;
  transition: 0.2s;
  transform: rotate(45deg);
}
.posts-info .post_m .post-link:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: #000;
  transition: 0.2s;
}
.posts-info .post_m .post-link:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 1px;
  content: "";
  background: transparent;
  background: linear-gradient(to left, #ed6c00, #7d0000);
  transition: 0.2s;
}
.posts-info .post_m .post-text {
  padding-top: 40px;
}
.posts-info .post_m .post-text_padding {
  padding-top: 20px;
}
@media (min-width: 993px) {
  .posts-info .post_m:hover .post-link:after {
    width: 100%;
  }
  .posts-info .post_m:hover .post-link:before {
    background: transparent;
  }
}

.tabs {
  padding-top: 16px;
  width: 100%;
}
.tabs > div {
  padding-top: 60px;
}
.tabs ul {
  display: flex;
  position: relative;
  justify-content: space-between;
  margin: 0;
  padding: 0;
}
.tabs ul li {
  display: flex;
  position: relative;
  flex: 1;
  align-items: center;
  justify-content: center;
  margin: 0;
  padding: 20px 15px;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 19px;
  color: #000;
  text-align: center;
  cursor: pointer;
  transition: 0.2s;
}
.tabs ul li:not(.active):after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: #d70029;
}
.tabs ul li:not(.active):hover {
  color: #fff;
  background-color: #d70029;
}
@media (max-width: 999px) {
  .tabs ul li {
    min-width: 120px;
  }
}
.tabs ul .active {
  box-sizing: border-box;
  position: relative;
  border-top: 2px solid #d70029;
  border-right: 2px solid #d70029;
  border-left: 2px solid #d70029;
}
.tabs ul .active:after {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 2px;
  content: "";
  background-color: #fff;
}
@media (max-width: 999px) {
  .tabs ul {
    overflow: auto;
  }
}

.accordeon {
  margin-bottom: 15px;
  width: 100%;
}
.accordeon .acc-icon {
  position: absolute;
  top: 50%;
  left: 30px;
  border-radius: 5px;
  width: 38px;
  height: 38px;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 38px;
  text-align: center;
  transform: translate(0, -50%) !important;
}
.accordeon .post-text {
  position: absolute;
  top: 50%;
  right: 85px;
  left: 90px;
  margin-bottom: 10px;
  transform: translate(0, -50%) !important;
}
@media (max-width: 769px) {
  .accordeon .post-text {
    position: relative;
    width: 85%;
    transform: translate(0, 0) !important;
  }
}
@media (max-width: 399px) {
  .accordeon .post-text {
    width: 80%;
    font-size: 12px;
    line-height: 16px;
  }
}
.accordeon .acc-head {
  position: relative;
  margin-bottom: 1px;
  border-bottom: 1px solid #cccccc;
  min-height: 83px;
  cursor: pointer;
  background-color: #eeeeee;
  transition: 0.3s;
}
.accordeon .acc-head .arrow-icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 30px;
  z-index: 999;
  width: 10px;
  height: 6px;
  transform: translate(0, -50%) !important;
}
.accordeon .acc-head .arrow-icon:after,
.accordeon .acc-head .arrow-icon:before {
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #d70029;
  transition: 0.2s;
  transform: rotate(-45deg);
}
.accordeon .acc-head .arrow-icon:before {
  left: -3px;
  transform: rotate(45deg);
}
.accordeon .acc-head .arrow-icon:after {
  right: -3px;
}
.accordeon .acc-head .acc-icon {
  background-color: #fff;
}
.accordeon .acc-head__active {
  padding: 32px 80px 32px 90px;
  border-bottom: none;
  background: linear-gradient(to left, #ed6c00, #7d0000);
}
.accordeon .acc-head__active .post-text {
  color: #fff;
}
.accordeon .acc-head__active .arrow-icon:before,
.accordeon .acc-head__active .arrow-icon:after {
  background-color: #fff;
}
@media (max-width: 769px) {
  .accordeon .acc-head__active {
    padding: 0;
  }
}
@media (max-width: 769px) {
  .accordeon .acc-head {
    display: flex;
    align-items: center;
    padding: 10px 83px 10px 0;
  }
}
.accordeon .acc-body {
  position: relative;
  padding: 0;
  min-height: 0;
  background-color: #fff;
  transition: 0.3s;
  transform: scaleY(0);
  transform-origin: 100% 0;
}
.accordeon .acc-body .acc-icon {
  color: #fff;
  background-color: #d70029;
}
@media (max-width: 769px) {
  .accordeon .acc-body .post-text {
    left: 0;
    width: 100%;
  }
}
@media (max-width: 769px) {
  .accordeon .acc-body {
    display: none;
  }
}
.accordeon .acc-body__active {
  padding: 23px 80px 32px 90px;
  min-height: 103px;
  transform: scaleY(1);
}
@media (max-width: 769px) {
  .accordeon .acc-body__active {
    display: block;
  }
}

.gallery-multiple {
  margin-bottom: 60px;
}
.gallery-multiple .container {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1099px) {
  .gallery-multiple .container {
    flex-direction: column;
    align-items: center;
  }
}
.gallery-multiple .col_5 {
  flex-basis: 48.1%;
}
.gallery-multiple .gallery__choose {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 1099px) {
  .gallery-multiple .gallery__choose {
    justify-content: center;
  }
}
.gallery-multiple .gallery__choose img {
  margin: 0 auto 4px;
  width: 122px;
  height: 91px;
  cursor: pointer;
}
@media (max-width: 1099px) {
  .gallery-multiple .gallery__choose img {
    margin: 0 2px 4px;
  }
}
.gallery-multiple .gallery__current {
  height: 375px;
  transition: 0.2s;
}
@media (max-width: 1099px) {
  .gallery-multiple .gallery__current {
    margin-bottom: 20px;
    width: 500px;
  }
}
@media (max-width: 599px) {
  .gallery-multiple .gallery__current {
    padding-top: 75%;
    width: 95%;
    height: 0;
  }
}

.gallery {
  margin-bottom: 50px;
}
.gallery .slider-for {
  margin: 30px auto 2px;
  width: 500px;
  height: 250px;
  overflow: hidden;
}
.gallery img {
  width: 100%;
  min-height: 100%;
}
.gallery .slider-nav {
  position: relative;
  margin: auto;
  width: 500px;
  height: 128px;
  overflow: hidden;
}
.gallery .slider-nav .slick-track {
  height: 124px;
}
.gallery .slick-center {
  box-sizing: content-box;
  border: 2px solid #d70029;
}
.gallery .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 50;
  margin-top: -12px;
}
.gallery .prev {
  top: 59%;
  left: 0;
}
.gallery .next {
  top: 59%;
  right: 0;
}
.gallery .slick-slide {
  margin-right: 2px;
  transition: 0.3s;
}

.news-title-top .title-top__content {
  top: 53%;
}

/* Privacy*/
.privacy {
  margin-bottom: 90px;
}
.privacy .top-head {
  margin: 0;
  padding-top: 58px;
  padding-bottom: 50px;
}
.privacy .container {
  padding-bottom: 39px;
}

.privacy-info_item {
  margin-bottom: 35px;
}
.privacy-info_item:first-child {
  padding-bottom: 40px;
  border-bottom: 1px solid #eeeeee;
}
.privacy-info_item:first-child .post-text {
  margin-bottom: 10px;
}
.privacy-info_item strong {
  display: block;
  margin-bottom: 18px;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}

@media (max-width: 1039px) {
  .privacy-info .container {
    padding: 0 20px;
  }
}

@media (max-width: 399px) {
  .privacy-info .container {
    padding: 0 5px;
  }
}

.privacy-warning {
  margin-bottom: 120px;
}
.privacy-warning .warning {
  margin: 0;
  padding-top: 36px;
  padding-bottom: 40px;
}
.privacy-warning .warning .post-text {
  margin-bottom: 24px;
}
.privacy-warning .btn-act {
  align-self: center;
  margin: 0 auto;
  width: 326px;
}
@media (max-width: 499px) {
  .privacy-warning .btn-act {
    width: 100%;
  }
}
@media (max-width: 1039px) {
  .privacy-warning .container {
    padding: 0 20px;
  }
}
@media (max-width: 399px) {
  .privacy-warning .container {
    padding: 0 5px;
  }
}
@media (max-width: 769px) {
  .privacy-warning {
    margin-bottom: 10px;
  }
}

/* Sitemap */
.sitemap {
  margin-bottom: 65px;
}
.sitemap .top-head {
  margin: 0;
  padding-top: 58px;
  padding-bottom: 50px;
}
.sitemap .container {
  padding-bottom: 39px;
}
@media (max-width: 1039px) {
  .sitemap .container {
    padding: 0 20px;
  }
}
@media (max-width: 399px) {
  .sitemap .container {
    padding: 0 5px;
  }
}
@media (max-width: 1039px) {
  .sitemap .breadcrumbs {
    bottom: -25px;
  }
}

@media (max-width: 1039px) {
  .sitemap-info .container {
    padding: 0 20px;
  }
}

.sitemap-info .btn-act_text {
  padding-top: 0;
  padding-bottom: 0;
}

.sitemap-info_link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 37px 0 27px;
}
.sitemap-info_link .btn-act_text {
  width: calc(30% - 32px);
  height: 46px;
  line-height: 46px;
  text-align: right;
}
@media (max-width: 768px) {
  .sitemap-info_link .btn-act_text {
    margin: 0;
    width: 100%;
    text-align: center;
  }
  .sitemap-info_link .btn-act_text .arrow {
    right: auto;
  }
}
.sitemap-info_link_bottom {
  margin: 94px 0 100px;
}
.sitemap-info_link_bottom .btn-act_text {
  width: auto;
  text-align: left;
}
.sitemap-info_link_bottom .btn-act_text .arrow {
  right: -35px;
}
.sitemap-info_link:first-child {
  margin: 20px 0 57px;
}
@media (max-width: 768px) {
  .sitemap-info_link:first-child {
    margin: 20px 0 30px;
  }
}
.sitemap-info_link_marginb {
  margin-bottom: 50px;
}
.sitemap-info_link .top-head-2 {
  width: 70%;
}
@media (max-width: 768px) {
  .sitemap-info_link .top-head-2 {
    margin-bottom: 10px;
    width: auto;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .sitemap-info_link {
    justify-content: center;
  }
}

.sitemap-info .top-head-2 {
  margin: 0;
  padding-top: 0;
}
.sitemap-info .top-head-2:before {
  top: 50%;
  transform: translate(0, -50%) !important;
}

.sitemap-info_links {
  margin: 0 0 20px;
}
.sitemap-info_links > a {
  display: block;
  height: 100%;
  line-height: 74px;
  text-align: left;
}
.sitemap-info_links > a .arrow {
  right: auto;
}
.sitemap-info_links ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.sitemap-info_links ul li {
  margin-bottom: 20px;
  padding-right: 20px;
  padding-left: 20px;
  border-left: 1px solid #000;
  width: 20%;
  height: 33px;
}
.sitemap-info_links ul li a {
  display: block;
  margin: 0;
  height: 100%;
  line-height: 33px;
}
.sitemap-info_links ul li a .icon {
  right: 0;
}
.sitemap-info_links ul li:nth-child(5n) {
  border-right: 1px solid #000;
}
@media (max-width: 999px) {
  .sitemap-info_links ul li {
    width: 33.333333%;
  }
  .sitemap-info_links ul li:nth-child(3n) {
    border-right: 1px solid #000;
  }
  .sitemap-info_links ul li:nth-child(5n) {
    border-right: none;
  }
  .sitemap-info_links ul li:last-child {
    border-right: 1px solid #000;
  }
}
@media (max-width: 768px) {
  .sitemap-info_links ul li {
    padding-right: 10px;
    padding-left: 10px;
    width: 50%;
  }
  .sitemap-info_links ul li:nth-child(3n) {
    border-right: none;
  }
  .sitemap-info_links ul li:nth-child(2n) {
    border-right: 1px solid #000;
  }
  .sitemap-info_links ul li:last-child {
    border-right: 1px solid #000;
  }
}
@media (max-width: 399px) {
  .sitemap-info_links ul li {
    padding-right: 10px;
    padding-left: 10px;
    width: 100%;
  }
  .sitemap-info_links ul li:nth-child(n) {
    border-right: 1px solid #000;
  }
}
.sitemap-info_links__head {
  margin: 0 0 20px;
  padding-left: 30px;
  min-height: 74px;
  line-height: 74px;
  background-color: #f1f1ec;
}
.sitemap-info_links__head_bunch {
  margin-bottom: 70px;
}
.sitemap-info_links__head_bunch > a {
  display: inline-block;
  margin-right: 70px;
}
.sitemap-info_links__head_bunch > a .arrow {
  margin-left: 10px;
}
.sitemap-info_links_marginb {
  margin-bottom: 47px;
}

/* Greeting */
.greeting {
  padding-top: 100px;
}
.greeting .post-text {
  line-height: 27px;
}
.greeting .top-head-3 {
  margin-bottom: 31px;
}
.greeting-head {
  margin-bottom: 44px;
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
}
@media (max-width: 1039px) {
  .greeting-head {
    padding: 0 20px;
  }
}
@media (max-width: 769px) {
  .greeting-head {
    width: 100%;
  }
}
.greeting .signature {
  margin-bottom: 80px;
  padding-top: 9px;
  width: 100%;
}
.greeting .signature p {
  position: relative;
  font-size: 15px;
  line-height: 19px;
}
.greeting .signature p:first-child {
  padding-top: 38px;
}
.greeting .signature p:first-child:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background: linear-gradient(to left, #ed6c00, #7d0000);
}
@media (max-width: 769px) {
  .greeting .blog__img {
    order: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 769px) {
  .greeting .blog__post {
    order: 1;
  }
}

.greeting-posts-brief .container {
  padding-bottom: 17px;
}

.greeting-posts-brief .mb_5 {
  bottom: 5px !important;
}

/* Service */
.service .top-head {
  margin-bottom: 15px;
  border-bottom: none;
}

.service .top-head-2 {
  margin-bottom: 63px;
  padding: 55px 0 0 50px;
  font-weight: bold;
  line-height: 50px;
}
@media (max-width: 768px) {
  .service .top-head-2 {
    padding-top: 0 !important;
  }
  .service .top-head-2:before {
    top: 22px;
    left: 10px;
  }
}

.service .top-head-3 {
  font-weight: bold;
}

.service .mid_btn {
  padding-left: 25px;
  width: 100%;
  text-align: left;
}
.service .mid_btn .arrow {
  right: 23px;
}
.service .mid_btn .text {
  padding-left: 25px;
}
@media (max-width: 769px) {
  .service .mid_btn {
    background: #000 !important;
  }
}

.service .blog__content {
  margin-bottom: 55px;
}
.service .blog__content__rev {
  margin-bottom: 65px;
}

@media (max-width: 999px) {
  .service .blog__img {
    flex-basis: unset;
    order: 0;
    margin-bottom: 10px;
  }
  .service .blog__post {
    flex-basis: unset;
    order: 1;
    margin-bottom: 20px;
  }
}

.service-items {
  margin-bottom: 45px;
}
@media (max-width: 769px) {
  .service-items {
    margin-bottom: 0;
  }
}

.service-items-holder {
  display: flex;
  justify-content: space-between;
}
.service-items-holder .blog__content {
  display: flex;
  flex-direction: column;
}
.service-items-holder .order3 {
  position: absolute;
  bottom: 0;
  order: 3;
}
.service-items-holder .pr {
  position: relative;
}
.service-items-holder .pdb70 {
  padding-bottom: 70px;
}
@media (max-width: 999px) {
  .service-items-holder .pdb70 {
    padding-bottom: 0;
  }
}
.service-items-holder .mid_btn {
  padding-left: 25px;
  width: 100%;
  text-align: left;
}
.service-items-holder .mid_btn .arrow {
  right: 23px;
}
.service-items-holder .mid_btn .text {
  padding-left: 25px;
}
@media (max-width: 769px) {
  .service-items-holder .mid_btn {
    background: #000 !important;
  }
}
@media (max-width: 999px) {
  .service-items-holder .blog__content__col_3 {
    width: 100%;
  }
  .service-items-holder .order3 {
    position: relative;
  }
  .service-items-holder .blog__img {
    flex-basis: unset;
  }
  .service-items-holder .blog__post {
    flex-basis: unset;
  }
}
.service-items-holder a.pr:after {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 11px;
  height: 11px;
  content: "";
  background: url("../images/btn-img1.png");
  background-size: cover;
  transform: translateY(-50%);
}
.service-items-holder .post-text {
  margin-bottom: 30px;
}

@media (max-width: 999px) {
  .footer .footer__content-nav {
    flex-basis: unset;
  }
}

@media (max-width: 999px) {
  .service-items-holder {
    flex-wrap: wrap;
  }
}

.service-posts-brief .col_3 .b_5 {
  bottom: 5px;
}

/* History */
@media (max-width: 1039px) {
  .history .container {
    padding: 0 20px;
  }
}

@media (max-width: 769px) {
  .history .container {
    padding: 0 5px;
  }
}

.history .top-head {
  margin-bottom: 52px;
  border: none;
}

.history-table {
  margin-bottom: 40px;
}
.history-table table {
  width: 100%;
}
.history-table table th {
  border-bottom: 1px solid #d70029;
  width: 17.3%;
}
@media (max-width: 999px) {
  .history-table table th {
    min-width: 180px;
  }
}
@media (max-width: 599px) {
  .history-table table th {
    min-width: 130px;
  }
}
.history-table table td,
.history-table table th {
  padding: 25px 0 20px;
  font-size: 15px;
  line-height: 19px;
  text-align: left;
}
@media (max-width: 599px) {
  .history-table table td,
  .history-table table th {
    font-size: 12px;
    line-height: 16px;
  }
}
.history-table table td {
  border-bottom: 1px solid #000;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
.history-table .lh_23 {
  line-height: 23px;
}

.history-blog .container {
  justify-content: flex-start;
}
@media (max-width: 1039px) {
  .history-blog .container {
    padding: 0 20px;
  }
}
@media (max-width: 799px) {
  .history-blog .container {
    justify-content: center;
  }
}
.history-blog .container .blog__content__col_3 {
  margin-right: 40px;
  margin-bottom: 0;
}
@media (max-width: 799px) {
  .history-blog .container .blog__content__col_3 {
    flex-basis: 100%;
    margin: 0;
  }
}

.history-blog .blog__img {
  margin-bottom: 5px;
}

.history-blog .post-text {
  margin-bottom: 25px;
}

.history .add-new {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin: 0 auto 46px;
  width: 14px;
  height: 68px;
}
.history .add-new__square {
  display: inline-block;
  width: 100%;
  height: 14px;
  background-color: #000;
}

.history .bt_5 {
  bottom: 5px;
}

/* Profile */
.profile {
  padding-bottom: 40px;
}
@media (max-width: 991px) {
  .profile {
    padding-bottom: 20px;
  }
}
.profile .top-head {
  margin-bottom: 84px;
  border-bottom: none;
}
@media (max-width: 1039px) {
  .profile .top-head {
    padding: 20px 5px 0;
  }
}
@media (max-width: 769px) {
  .profile .top-head {
    margin-bottom: 20px;
  }
}
.profile .profile-table {
  display: block;
  width: 100%;
}
@media (max-width: 991px) {
  .profile .profile-table {
    padding: 0 5px;
  }
}
.profile .profile-table table {
  width: 100%;
  font-family: "游明朝 Regular", "YuMincho-Regular", "游明朝体 ミディアム", "YuMincho Medium", "YuMin-Medium",
    "Yu Mincho Regular", sans-serif;
  font-size: 19px;
  font-weight: normal;
  line-height: 23px;
  border-collapse: collapse;
  background: #fff;
}
.profile .profile-table table tr {
  border: 1px solid #cdcdcd;
  height: 55px;
}
@media (max-width: 991px) {
  .profile .profile-table table tr {
    width: 100%;
  }
}
.profile .profile-table table tr th {
  padding: 5px 0;
  border: 1px solid #cdcdcd;
  width: 25.6%;
  font-size: 18px;
  line-height: 44px;
  text-align: center;
  vertical-align: middle;
  background-color: #eee;
}
@media (max-width: 991px) {
  .profile .profile-table table tr th {
    display: block;
    padding-left: 10px;
    border: none;
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    text-align: left;
  }
}
.profile .profile-table table tr td {
  padding: 12px 19px;
  font-size: 15px;
  line-height: 19px;
  vertical-align: middle;
}
@media (max-width: 991px) {
  .profile .profile-table table tr td {
    display: block;
    padding: 12px;
    border: none;
    width: 100%;
    font-size: 14px;
  }
}
.profile .profile-table table tr td p {
  margin-bottom: 6px;
}
.profile .profile-table table tr .pt_17 {
  padding-top: 17px;
}
.profile .profile-table table .table-link {
  display: inline-block;
  color: #d70029;
  text-decoration: underline;
}
.profile .profile-table table .table-link:hover {
  text-decoration: none;
}
.profile .profile-table table .table-list {
  padding-left: 5px;
}
.profile .profile-table table .table-list li {
  position: relative;
  padding-left: 9px;
  line-height: 21px;
}
.profile .profile-table table .table-list li:before {
  position: absolute;
  top: 50%;
  left: 0;
  border-radius: 50%;
  width: 3px;
  height: 3px;
  content: "";
  background-color: #000;
  transform: translateY(-50%);
}
.profile .profile-table table .mb_5 {
  margin-bottom: 5px;
}

.map {
  margin-bottom: 27px;
  padding: 40px 0;
}
@media (max-width: 991px) {
  .map {
    padding: 20px 0;
  }
}
.map .top-head-2 {
  margin-bottom: 48px;
  padding-top: 0;
  font-weight: bold;
}
.map .top-head-2:before {
  top: 14px;
}
@media (max-width: 769px) {
  .map .top-head-2:before {
    left: 10px;
  }
}
@media (max-width: 769px) {
  .map .top-head-2 {
    margin-bottom: 20px;
    padding-left: 45px;
  }
}
.map .map-holder {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .map .map-holder {
    flex-wrap: wrap;
    padding: 0 10px;
  }
}
.map .map-holder .col-l {
  margin-right: 25px;
  width: 50%;
}
@media (max-width: 991px) {
  .map .map-holder .col-l {
    margin-right: 0;
    margin-bottom: 15px;
    width: 100%;
  }
}
.map .map-holder .col-l p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 28px;
}
.map .map-holder .col-l .red-block {
  display: block;
  position: relative;
  margin-bottom: 9px;
  padding-left: 13px;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 16px;
  font-weight: bold;
  font-weight: bold;
  line-height: 28px;
  color: #d70029;
}
.map .map-holder .col-l .red-block:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 16px;
  content: "";
  background-color: #d70029;
  transform: translateY(-50%);
}
.map .map-holder .col-l .marker-google {
  display: block;
  position: relative;
  padding-left: 18px;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
}
.map .map-holder .col-l .marker-google:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 12px;
  height: 15px;
  content: "";
  background: url("../images/marker-google.png");
  background-repeat: no-repeat;
  background-size: cover;
  transform: translateY(-50%);
}
.map .map-holder .col-r {
  margin-bottom: 15px;
  width: 100%;
  max-width: 500px;
  height: 380px;
}
@media (max-width: 991px) {
  .map .map-holder .col-r {
    max-width: 100%;
  }
}
.map .map-holder .col-r iframe {
  width: 100%;
  height: 100%;
  max-height: 380px;
}
@media (max-width: 991px) {
  .map .map-holder .col-r iframe {
    min-height: 100%;
  }
}

.profile-posts-brief .col_3 .b_5 {
  bottom: 5px;
}

/* Company */
/* Fonts */
.label-check {
  display: flex;
}

.world-bag {
  border-right: 1px solid #eaedf0;
}

.world-blog {
  margin-bottom: 75px;
}
.world-blog .container {
  display: block;
}
@media (max-width: 1039px) {
  .world-blog .container {
    padding: 0 20px;
  }
}
@media (max-width: 399px) {
  .world-blog .container {
    padding: 0 5px;
  }
}
.world-blog .blog__content {
  align-items: flex-start;
}
@media (max-width: 1039px) {
  .world-blog .blog__content {
    padding: 0;
  }
}
@media (max-width: 990px) {
  .world-blog .blog__content {
    flex-direction: column;
  }
}
.world-blog .blog__post {
  max-width: 500px;
}
.world-blog .blog__post .post-text {
  margin-bottom: 15px;
}
.world-blog .blog__post .post-text strong {
  display: block;
  padding-top: 30px;
}
.world-blog .blog__post .btn-act_save {
  width: 326px;
}
@media (max-width: 349px) {
  .world-blog .blog__post .btn-act_save {
    width: 100%;
  }
}
@media (max-width: 1099px) {
  .world-blog .blog__post {
    flex-basis: unset;
    padding-right: 20px;
  }
}
@media (max-width: 768px) {
  .world-blog .blog__post {
    padding: 0;
  }
}
.world-blog .gallery-top {
  margin-top: -30px;
  width: 500px;
}
.world-blog .gallery-top .swiper-slide {
  width: 500px;
  height: 216px;
  background-position: 0 0;
  background-size: 100%;
}
@media (max-width: 990px) {
  .world-blog .gallery-top .swiper-slide {
    padding-top: 43%;
    height: 0;
  }
}
@media (max-width: 990px) {
  .world-blog .gallery-top {
    margin-top: 0;
    width: 100%;
    height: auto;
  }
}
.world-blog .gallery-thumbs {
  width: 100%;
}
.world-blog .gallery-thumbs .swiper-slide {
  width: 205px;
  height: 90px;
  background-position: 50% 50%;
  background-size: cover;
}
@media (max-width: 769px) {
  .world-blog .gallery-thumbs .swiper-slide {
    height: 60px;
  }
}
.world-blog .top-head {
  border-bottom: none;
}
.world-blog .top-head-2 {
  margin-bottom: 53px;
  padding-top: 34px;
}
.world-blog .top-head-2:before {
  top: 48px;
}
@media (max-width: 990px) {
  .world-blog .top-head-2:before {
    top: 50%;
  }
}
@media (max-width: 768px) {
  .world-blog .top-head-2 {
    margin-bottom: 10px;
  }
}

.world-tabs {
  padding: 65px 0 80px;
}
@media (max-width: 990px) {
  .world-tabs {
    padding: 20px 0;
  }
}

.world-shops {
  position: relative;
  margin-bottom: 80px;
  width: 100%;
  height: 480px;
  background: url("../images/world-time-bg.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.world-shops__quantity {
  display: flex;
  position: absolute;
  top: 50%;
  right: 121px;
  padding: 40px 0;
  width: 693px;
  background-color: #fff;
  box-shadow: 0 0 48px -6px rgba(0, 0, 0, 0.75);
  transform: translate(0, -50%);
}
.world-shops__quantity-current {
  padding: 15px 30px 2px;
  border-right: 1px solid #000;
  width: 100%;
  max-width: 335px;
}
.world-shops__quantity-current h2 {
  margin: 0 0 20px;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 25px;
}
.world-shops__quantity-current p {
  margin-top: -27px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
  text-align: center;
}
.world-shops__quantity-current .current-item {
  display: block;
  position: relative;
  margin-bottom: 20px;
  border-top: 1px solid #d70029;
  border-bottom: 1px solid #d70029;
}
.world-shops__quantity-current .current-item__number {
  font-family: "Mincho", sans-serif;
  font-size: 120px;
  font-style: italic;
  line-height: 124px;
  color: #d70029;
}
@media (max-width: 768px) {
  .world-shops__quantity-current .current-item__number {
    font-size: 80px;
  }
}
.world-shops__quantity-current .current-item__text {
  margin-left: 21px;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
}
@media (max-width: 768px) {
  .world-shops__quantity-current .current-item__text {
    font-size: 18px;
    line-height: 22px;
  }
}
.world-shops__quantity-current .current-item__label {
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  padding: 0 5px;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 19px;
  color: #d70029;
  background-color: #fff;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .world-shops__quantity-current .current-item {
    margin-top: 35px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  .world-shops__quantity-current {
    margin-bottom: 10px;
    padding: 0;
    border: none;
    width: 100%;
    max-width: 100%;
  }
}
.world-shops__quantity-list {
  padding: 15px 0 0 30px;
  width: 100%;
}
.world-shops__quantity-list ul {
  display: flex;
  flex-wrap: wrap;
}
.world-shops__quantity-list ul .list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 30px;
  margin-bottom: 20px;
  width: calc(50% - 30px);
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-weight: bold;
}
.world-shops__quantity-list ul .list-item__number {
  font-family: "Mincho", sans-serif;
  color: #d70029;
}
.world-shops__quantity-list ul .list-item__quantity {
  display: flex;
  font-size: 18px;
  line-height: 22px;
}
.world-shops__quantity-list ul .list-item__country {
  font-size: 13px;
  line-height: 17px;
}
@media (max-width: 499px) {
  .world-shops__quantity-list ul .list-item {
    flex-wrap: nowrap;
    margin-right: 0;
    width: 100%;
  }
}
.world-shops__quantity-list ul .post-text {
  margin: 0 30px 20px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 300;
  text-align: center;
}
@media (max-width: 768px) {
  .world-shops__quantity-list ul {
    justify-content: center;
  }
}
@media (max-width: 599px) {
  .world-shops__quantity-list {
    padding: 15px 0;
  }
}
@media (max-width: 499px) {
  .world-shops__quantity-list {
    width: 100%;
  }
}
.world-shops__quantity_img-wrapper {
  display: flex;
  justify-content: space-between;
}
.world-shops__quantity_img-wrapper img {
  width: 50%;
}
.world-shops__quantity_img-wrapper img:first-child {
  margin-right: 20px;
}
@media (max-width: 769px) {
  .world-shops__quantity_img-wrapper img {
    width: auto;
    max-width: 50%;
  }
}
@media (max-width: 999px) {
  .world-shops__quantity {
    right: 50%;
    padding: 40px 5px;
    transform: translate(50%, -50%) !important;
  }
}
@media (max-width: 768px) {
  .world-shops__quantity {
    position: static;
    top: 50%;
    flex-direction: column;
    margin: 0 auto;
    width: 97%;
    height: auto;
    transform: translate(0, 0) !important;
  }
}
@media (max-width: 768px) {
  .world-shops {
    margin-bottom: 20px;
    padding: 20px 0;
    height: auto;
  }
}

.world-post-brief .col_3 .b_5 {
  bottom: 5px;
}

.world-post-brief .post p {
  margin: 0 -20px 17px;
  padding-top: 17px;
}
.world-post-brief .post p .line {
  top: 0;
}

.overflow-text {
  max-height: 110px;
  overflow-y: scroll;
}
.overflow-text::-webkit-scrollbar {
  height: 10px;
}
.overflow-text::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #999;
}
.overflow-text::-webkit-scrollbar-track-piece {
  background: #efefef;
}

/* Current news */
.news-title-top {
  padding-top: 22.5%;
  background: url("../images/news-title-top.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.news-title-top .section-title {
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
@media (max-width: 769px) {
  .news-title-top .breadcrumbs {
    padding: 0;
  }
  .news-title-top .breadcrumbs li {
    margin-right: 14px;
  }
  .news-title-top .breadcrumbs li a {
    font-size: 12px;
  }
  .news-title-top .breadcrumbs li:not(:last-child) a:after {
    right: -8px;
  }
}
@media (max-width: 499px) {
  .news-title-top .breadcrumbs li a {
    font-size: 10px;
  }
}

.current-news {
  margin-bottom: 44px;
}
.current-news__head {
  position: relative;
}
.current-news__head .top-head {
  margin-bottom: 58px;
  padding-top: 80px;
  padding-bottom: 70px;
  font-size: 28px;
  line-height: 32px;
}
@media (max-width: 769px) {
  .current-news__head .top-head {
    margin-bottom: 20px;
    padding-top: 20px;
  }
}
.current-news__info {
  display: flex;
  position: absolute;
  bottom: 20px;
  left: 0;
  justify-content: space-between;
  width: 100%;
}
.current-news__info .date {
  margin-right: 5px;
}
.current-news__info .category {
  border: none;
  color: #fff;
  background-color: #7d7d7d;
}
@media (max-width: 499px) {
  .current-news__info {
    bottom: 10px;
    flex-direction: column;
    align-items: center;
  }
  .current-news__info-date {
    margin-bottom: 10px;
  }
}
.current-news__link {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 19px;
  color: #d70029;
}
@media (min-width: 993px) {
  .current-news__link:hover {
    color: #d70029;
  }
}

.current-news__sns {
  display: flex;
}
.current-news__sns__twitter {
  margin-left: 5px;
}

.current-news__post {
  margin: 0 auto;
  max-width: 640px;
}
.current-news__post .img-holder {
  margin-bottom: 25px;
}
.current-news__post .img-holder img {
  display: block;
  width: 100%;
}
.current-news__post p {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 26px;
}
@media (max-width: 769px) {
  .current-news {
    margin-bottom: 20px;
  }
}

.current-blog {
  margin-bottom: 100px;
}
.current-blog .blog__content {
  margin-bottom: 60px;
}
@media (max-width: 769px) {
  .current-blog .blog__content {
    margin-bottom: 30px;
  }
  .current-blog .blog__content .post-text {
    margin-bottom: 10px;
  }
}
.current-blog .current-warning {
  margin-bottom: 60px;
  padding: 40px 40px 23px 40px;
  width: 100%;
  background-color: #f1f1ec;
}
.current-blog .current-warning h4 {
  margin-bottom: 18px;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
}
@media (max-width: 999px) {
  .current-blog .current-warning {
    margin-bottom: 30px;
  }
}
.current-blog .mid_btn {
  margin: 0 auto;
  padding-left: 25px;
  text-align: left;
}
.current-blog .mid_btn .arrow {
  right: 25px;
  width: 10px;
}
.current-blog .mid_btn .text {
  padding-left: 25px;
}
@media (max-width: 999px) {
  .current-blog .mid_btn {
    width: 310px;
  }
}
@media (max-width: 999px) {
  .current-blog {
    margin-bottom: 30px;
  }
}

/* News page */
.news {
  margin-bottom: 100px;
  padding-top: 80px;
}
.news__content {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 769px) {
  .news__content {
    flex-direction: column;
  }
}
.news__list-block {
  width: 100%;
  max-width: 79.8%;
}
@media (max-width: 769px) {
  .news__list-block {
    max-width: 100%;
  }
}
.news__links-block ul li {
  position: relative;
  margin-bottom: 16px;
  padding-left: 17px;
}
.news__links-block ul li a {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 19px;
  transition: 0.2s;
}
.news__links-block ul li a:hover {
  color: #d70029;
}
.news__links-block ul .active a {
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-weight: bold;
  color: #d70029;
  white-space: nowrap;
}
.news__links-block ul .active:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 3px;
  height: 12px;
  content: "";
  background-color: #d70029;
  transform: translate(0, -50%) !important;
}
@media (max-width: 769px) {
  .news__links-block {
    display: flex;
    margin-bottom: 20px;
  }
  .news__links-block ul {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .news__links-block ul li {
    margin: 0 5px 10px 5px;
    padding: 0 5px;
    border-left: 1px solid #a0a0a0;
    width: 31%;
  }
  .news__links-block ul li:last-child {
    border-right: 1px solid #a0a0a0;
    width: calc(31% + 10px);
  }
}
@media (max-width: 769px) and (max-width: 499px) {
  .news__links-block ul li:last-child {
    width: calc(29% + 10px);
  }
}
@media (max-width: 769px) {
  .news__links-block ul li:nth-child(3n) {
    border-right: 1px solid #a0a0a0;
  }
  .news__links-block ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    text-align: center;
  }
}
@media (max-width: 769px) and (max-width: 499px) {
  .news__links-block ul li a {
    font-size: 13px;
    line-height: 17px;
  }
}
@media (max-width: 769px) and (max-width: 499px) {
  .news__links-block ul li {
    width: 29%;
  }
}
@media (max-width: 769px) {
  .news__links-block ul .active:before {
    width: 0;
  }
}
.news__list {
  margin-bottom: 49px;
}
.news__list li {
  border-top: 1px solid #a0a0a0;
}
.news__list li:last-child {
  border-bottom: 1px solid #a0a0a0;
}
.news__list li a {
  display: flex;
  align-items: baseline;
  padding: 19px 0 19px;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 24px;
}
.news__list li a .info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 14px;
  min-width: 190px;
}
@media (max-width: 599px) {
  .news__list li a .info {
    flex-direction: column;
    min-width: 130px;
  }
  .news__list li a .info .date {
    margin-bottom: 10px;
  }
}
.news__list li a:hover .category__orange {
  color: #fff;
  background-color: #ea6941;
}
.news__list li a:hover .category__brown {
  color: #fff;
  background-color: #996c31;
}
.news__list li a:hover .category__green {
  color: #fff;
  background-color: #81c266;
}
.news__list li a:hover .category__blue {
  color: #fff;
  background-color: #448ecd;
}
@media (max-width: 769px) {
  .news {
    margin-bottom: 50px;
    padding-top: 20px;
  }
}

/* Brand */
.brand-title-top {
  background: url("../images/brand-title-top.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.brand-tabs {
  padding-top: 84px;
}
.brand-tabs .tabs > div {
  padding-top: 50px;
}
.brand-tabs .tabs ul .active {
  color: #d70029;
}
.brand-tabs .tabs ul li {
  padding: 30px 15px;
}
.brand-tabs .blog-brand {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.brand-tabs .blog-brand .btn-act {
  width: 100%;
  min-width: auto;
}
.brand-tabs .blog-brand .blog__img img {
  display: block;
  border: 1px solid #eeeeee;
  width: 100%;
}
.brand-tabs .blog-brand .blog__content {
  margin-right: 20px;
  margin-bottom: 28px;
}
@media (max-width: 1099px) {
  .brand-tabs .blog-brand .blog__content:nth-child(3n) {
    margin-right: 10px;
  }
}
@media (max-width: 1099px) {
  .brand-tabs .blog-brand .blog__content {
    margin-right: 10px;
  }
}
@media (max-width: 990px) {
  .brand-tabs .blog-brand .blog__content {
    margin-right: 10px;
    width: 45%;
  }
  .brand-tabs .blog-brand .blog__content:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 769px) {
  .brand-tabs .blog-brand .blog__content {
    margin-right: 0 !important;
    width: 100%;
  }
}
.brand-tabs .blog-brand .post-text {
  margin-bottom: 24px;
}
@media (max-width: 990px) {
  .brand-tabs .blog-brand {
    justify-content: space-around;
  }
}

/* Brand-menu */
.brand-menu-title-top {
  background: transparent;
  background-size: cover;
}
.brand-menu-title-top .section-title {
  width: 210px;
  height: 91px;
  background: url("../images/brands/brand-menu-title.png") 0 0 no-repeat;
  background-size: 100%;
}

.db {
  display: block;
}

.brand-menu,
.brand-news,
.brand-top,
.brand-shop {
  display: block;
  position: relative;
  margin-bottom: 50px;
  padding-top: 175px;
  width: 100%;
}
.brand-menu .top-head-2,
.brand-news .top-head-2,
.brand-top .top-head-2,
.brand-shop .top-head-2 {
  padding-top: 0;
  width: 100%;
}
.brand-menu .top-head-2:before,
.brand-news .top-head-2:before,
.brand-top .top-head-2:before,
.brand-shop .top-head-2:before {
  top: 14px;
}
@media (max-width: 769px) {
  .brand-menu .top-head-2,
  .brand-news .top-head-2,
  .brand-top .top-head-2,
  .brand-shop .top-head-2 {
    padding-top: 0 !important;
  }
}
.brand-menu__top-links,
.brand-news__top-links,
.brand-top__top-links,
.brand-shop__top-links {
  position: absolute;
  top: 0;
  right: 0;
  width: 90.625%;
  height: 80px;
  background: linear-gradient(to right, #ed6c00, #7d0000);
}
.brand-menu__top-links ul,
.brand-news__top-links ul,
.brand-top__top-links ul,
.brand-shop__top-links ul {
  display: flex;
}
.brand-menu__top-links ul li,
.brand-news__top-links ul li,
.brand-top__top-links ul li,
.brand-shop__top-links ul li {
  width: 174px;
}
.brand-menu__top-links ul li a,
.brand-news__top-links ul li a,
.brand-top__top-links ul li a,
.brand-shop__top-links ul li a {
  display: block;
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 80px;
  color: #fff;
  text-align: center;
}
.brand-menu__top-links ul li a .icon-save,
.brand-news__top-links ul li a .icon-save,
.brand-top__top-links ul li a .icon-save,
.brand-shop__top-links ul li a .icon-save {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 11px;
  height: 11px;
  background: url("../images/save-icon-white.png") 0 0 no-repeat;
  transform: translate(0, -50%) !important;
}
@media (max-width: 769px) {
  .brand-menu__top-links ul li a .icon-save,
  .brand-news__top-links ul li a .icon-save,
  .brand-top__top-links ul li a .icon-save,
  .brand-shop__top-links ul li a .icon-save {
    right: auto;
    margin-left: 20px;
  }
}
.brand-menu__top-links ul li a:after,
.brand-news__top-links ul li a:after,
.brand-top__top-links ul li a:after,
.brand-shop__top-links ul li a:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 20px;
  content: "";
  background-color: #eda066;
  transform: translate(0, -50%) !important;
}
@media (min-width: 993px) {
  .brand-menu__top-links ul li a:before,
  .brand-news__top-links ul li a:before,
  .brand-top__top-links ul li a:before,
  .brand-shop__top-links ul li a:before {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 24px;
    height: 4px;
    content: "";
    background-color: #fff;
    transition: 0.2s;
    transform: translate(-50%, 0) scale(0);
  }
  .brand-menu__top-links ul li a:hover:before,
  .brand-news__top-links ul li a:hover:before,
  .brand-top__top-links ul li a:hover:before,
  .brand-shop__top-links ul li a:hover:before {
    transform: translate(-50%, 0) scale(1);
  }
}
@media (max-width: 799px) {
  .brand-menu__top-links ul li a,
  .brand-news__top-links ul li a,
  .brand-top__top-links ul li a,
  .brand-shop__top-links ul li a {
    font-size: 12px;
  }
}
@media (min-width: 993px) {
  .brand-menu__top-links ul li .active:before,
  .brand-news__top-links ul li .active:before,
  .brand-top__top-links ul li .active:before,
  .brand-shop__top-links ul li .active:before {
    transform: translate(-50%, 0) scale(1);
  }
}
@media (max-width: 769px) {
  .brand-menu__top-links ul,
  .brand-news__top-links ul,
  .brand-top__top-links ul,
  .brand-shop__top-links ul {
    display: none;
  }
  .brand-menu__top-links ul li,
  .brand-news__top-links ul li,
  .brand-top__top-links ul li,
  .brand-shop__top-links ul li {
    display: block;
    width: 100%;
  }
  .brand-menu__top-links ul li a,
  .brand-news__top-links ul li a,
  .brand-top__top-links ul li a,
  .brand-shop__top-links ul li a {
    line-height: 60px;
  }
  .brand-menu__top-links ul li a:after,
  .brand-news__top-links ul li a:after,
  .brand-top__top-links ul li a:after,
  .brand-shop__top-links ul li a:after {
    top: auto;
    bottom: 0;
    width: 100%;
    height: 1px;
    transform: translate(0, 0) !important;
  }
}
@media (max-width: 999px) {
  .brand-menu__top-links,
  .brand-news__top-links,
  .brand-top__top-links,
  .brand-shop__top-links {
    width: 100%;
  }
  .brand-menu__top-links li,
  .brand-news__top-links li,
  .brand-top__top-links li,
  .brand-shop__top-links li {
    flex: 1;
  }
  .brand-menu__top-links li:last-child a:after,
  .brand-news__top-links li:last-child a:after,
  .brand-top__top-links li:last-child a:after,
  .brand-shop__top-links li:last-child a:after {
    width: 0;
  }
}
@media (max-width: 769px) {
  .brand-menu__top-links,
  .brand-news__top-links,
  .brand-top__top-links,
  .brand-shop__top-links {
    position: relative;
    margin-bottom: 30px;
    height: auto;
  }
}
.brand-menu__content_item,
.brand-news__content_item,
.brand-top__content_item,
.brand-shop__content_item {
  display: flex;
  align-items: center;
  margin-bottom: 100px;
}
@media (max-width: 769px) {
  .brand-menu__content_item,
  .brand-news__content_item,
  .brand-top__content_item,
  .brand-shop__content_item {
    justify-content: center;
    margin-bottom: 30px;
  }
}
@media (max-width: 399px) {
  .brand-menu__content_item,
  .brand-news__content_item,
  .brand-top__content_item,
  .brand-shop__content_item {
    flex-direction: column;
  }
}
.brand-menu__content .top-head,
.brand-news__content .top-head,
.brand-top__content .top-head,
.brand-shop__content .top-head {
  position: relative;
  margin: 0 25px 0 0;
  padding-top: 0;
  padding-right: 30px;
  border: none;
}
.brand-menu__content .top-head:after,
.brand-news__content .top-head:after,
.brand-top__content .top-head:after,
.brand-shop__content .top-head:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 1px;
  height: 25px;
  content: "";
  background-color: #a0a0a0;
  transform: translate(0, -50%) !important;
}
@media (max-width: 769px) {
  .brand-menu__content .top-head,
  .brand-news__content .top-head,
  .brand-top__content .top-head,
  .brand-shop__content .top-head {
    margin-right: 15px;
    padding-right: 12px;
  }
}
@media (max-width: 399px) {
  .brand-menu__content .top-head,
  .brand-news__content .top-head,
  .brand-top__content .top-head,
  .brand-shop__content .top-head {
    margin: 0 0 10px;
    padding: 0;
  }
  .brand-menu__content .top-head:after,
  .brand-news__content .top-head:after,
  .brand-top__content .top-head:after,
  .brand-shop__content .top-head:after {
    width: 0;
  }
}
.brand-menu__content_subhead,
.brand-news__content_subhead,
.brand-top__content_subhead,
.brand-shop__content_subhead {
  margin: 0;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 19px;
}

.brand-menu__content__shoplist {
  margin-bottom: 50px;
}
.brand-menu__content__shoplist__text {
  margin: 0 15px 5px 0;
  font-size: 14px;
  text-align: right;
}
.brand-menu__content__shoplist__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}
.brand-menu__content__shoplist__item {
  margin: 5px 15px;
}
.brand-menu__content__shoplist__link {
  position: relative;
}
.brand-menu__content__shoplist__link:before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #000;
  transition: 0.2s;
  transform: translateX(-50%) scaleX(0);
}
.brand-menu__content__shoplist__link:hover:before {
  transform: translateX(-50%) scaleX(1);
}
@media (max-width: 769px) {
  .brand-menu__content__shoplist {
    margin-bottom: 30px;
  }
  .brand-menu__content__shoplist__text {
    margin: 0 8px 5px 0;
    font-size: 12px;
    text-align: left;
  }
  .brand-menu__content__shoplist__list {
    justify-content: flex-start;
  }
  .brand-menu__content__shoplist__item {
    margin: 3px 8px;
  }
}

.brand-menu__content .links__info,
.brand-news__content .links__info,
.brand-top__content .links__info,
.brand-shop__content .links__info {
  margin-bottom: 80px;
}
@media (max-width: 769px) {
  .brand-menu__content .links__info,
  .brand-news__content .links__info,
  .brand-top__content .links__info,
  .brand-shop__content .links__info {
    margin-bottom: 30px;
  }
}
.brand-menu__content .warning,
.brand-news__content .warning,
.brand-top__content .warning,
.brand-shop__content .warning {
  margin-bottom: 31px;
}
.brand-menu__content .blog__content__col_3 .blog__img,
.brand-news__content .blog__content__col_3 .blog__img,
.brand-top__content .blog__content__col_3 .blog__img,
.brand-shop__content .blog__content__col_3 .blog__img {
  width: 100%;
}
@media (max-width: 999px) {
  .brand-menu__content .blog__content__col_3,
  .brand-news__content .blog__content__col_3,
  .brand-top__content .blog__content__col_3,
  .brand-shop__content .blog__content__col_3 {
    margin: 0;
    width: 30%;
  }
}
@media (max-width: 769px) {
  .brand-menu__content .blog__content__col_3,
  .brand-news__content .blog__content__col_3,
  .brand-top__content .blog__content__col_3,
  .brand-shop__content .blog__content__col_3 {
    width: 48%;
  }
}
@media (max-width: 599px) {
  .brand-menu__content .blog__content__col_3,
  .brand-news__content .blog__content__col_3,
  .brand-top__content .blog__content__col_3,
  .brand-shop__content .blog__content__col_3 {
    width: 90%;
  }
}
@media (max-width: 399px) {
  .brand-menu__content .blog__content__col_3,
  .brand-news__content .blog__content__col_3,
  .brand-top__content .blog__content__col_3,
  .brand-shop__content .blog__content__col_3 {
    width: 100%;
  }
}
.brand-menu__content .blog__content__col_4 .blog__img,
.brand-news__content .blog__content__col_4 .blog__img,
.brand-top__content .blog__content__col_4 .blog__img,
.brand-shop__content .blog__content__col_4 .blog__img {
  width: 100%;
}
@media (max-width: 999px) {
  .brand-menu__content .blog__content__col_4,
  .brand-news__content .blog__content__col_4,
  .brand-top__content .blog__content__col_4,
  .brand-shop__content .blog__content__col_4 {
    margin: 0;
    width: 25%;
  }
}
@media (max-width: 769px) {
  .brand-menu__content .blog__content__col_4,
  .brand-news__content .blog__content__col_4,
  .brand-top__content .blog__content__col_4,
  .brand-shop__content .blog__content__col_4 {
    width: 50%;
  }
}
@media (max-width: 599px) {
  .brand-menu__content .blog__content__col_4,
  .brand-news__content .blog__content__col_4,
  .brand-top__content .blog__content__col_4,
  .brand-shop__content .blog__content__col_4 {
    width: 90%;
  }
}
@media (max-width: 399px) {
  .brand-menu__content .blog__content__col_4,
  .brand-news__content .blog__content__col_4,
  .brand-top__content .blog__content__col_4,
  .brand-shop__content .blog__content__col_4 {
    width: 100%;
  }
}
.brand-menu__posts,
.brand-news__posts,
.brand-top__posts,
.brand-shop__posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.brand-menu__posts .blog__content .price,
.brand-news__posts .blog__content .price,
.brand-top__posts .blog__content .price,
.brand-shop__posts .blog__content .price {
  display: block;
  margin-bottom: 15px;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 19px;
  transition: 0.2s;
}
.brand-menu__posts .blog__content .top-head-3,
.brand-news__posts .blog__content .top-head-3,
.brand-top__posts .blog__content .top-head-3,
.brand-shop__posts .blog__content .top-head-3 {
  display: inline-block;
  position: relative;
  margin-bottom: 5px;
  width: auto;
  font-size: 15px;
  line-height: 19px;
}
.brand-menu__posts .blog__content .top-head-3:after,
.brand-news__posts .blog__content .top-head-3:after,
.brand-top__posts .blog__content .top-head-3:after,
.brand-shop__posts .blog__content .top-head-3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #000;
  transition: 0.2s;
  transform: scale(0);
}
.brand-menu__posts .blog__content__col_4 .blog__img,
.brand-news__posts .blog__content__col_4 .blog__img,
.brand-top__posts .blog__content__col_4 .blog__img,
.brand-shop__posts .blog__content__col_4 .blog__img {
  margin-bottom: 15px;
}
.brand-menu__posts .blog__content:not(.hover-none):hover .top-head-3:after,
.brand-news__posts .blog__content:not(.hover-none):hover .top-head-3:after,
.brand-top__posts .blog__content:not(.hover-none):hover .top-head-3:after,
.brand-shop__posts .blog__content:not(.hover-none):hover .top-head-3:after {
  transform: scale(1);
}
@media (max-width: 999px) {
  .brand-menu__posts,
  .brand-news__posts,
  .brand-top__posts,
  .brand-shop__posts {
    justify-content: space-around;
  }
}
.brand-menu .brand-acc-link,
.brand-news .brand-acc-link,
.brand-top .brand-acc-link,
.brand-shop .brand-acc-link {
  display: none;
  position: relative;
  border-bottom: 1px solid #eda066;
  height: 60px;
  font-size: 15px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.brand-menu .brand-acc-link:after,
.brand-news .brand-acc-link:after,
.brand-top .brand-acc-link:after,
.brand-shop .brand-acc-link:after {
  position: absolute;
  top: 50%;
  left: auto;
  margin-left: 20px;
  border-top: 6px solid #fff;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
  content: "";
  transition: 0.3s;
  transform: translate(0, -50%) !important;
}
.brand-menu .brand-acc-link_active:after,
.brand-news .brand-acc-link_active:after,
.brand-top .brand-acc-link_active:after,
.brand-shop .brand-acc-link_active:after {
  transform: translate(0, -50%) rotate(180deg) !important;
}
@media (max-width: 769px) {
  .brand-menu .brand-acc-link,
  .brand-news .brand-acc-link,
  .brand-top .brand-acc-link,
  .brand-shop .brand-acc-link {
    display: block;
  }
}
@media (max-width: 769px) {
  .brand-menu,
  .brand-news,
  .brand-top,
  .brand-shop {
    padding-top: 0;
  }
}

/* Brand-news */
.brand-news-topics,
.brand-top-topics {
  margin-bottom: 20px;
  padding-top: 0;
  background: none;
}
.brand-news-topics .posts,
.brand-top-topics .posts {
  margin-bottom: 0;
}
.brand-news-topics .topics-posts,
.brand-top-topics .topics-posts {
  flex-wrap: wrap;
  margin: 0;
  padding-top: 0;
  border: none;
  width: 100%;
}
.brand-news-topics .topics-posts .topic-post,
.brand-top-topics .topics-posts .topic-post {
  margin: 0 0 44px;
  width: 230px;
  max-width: 230px;
  min-height: 366px;
}
.brand-news-topics .topics-posts .topic-post__img,
.brand-top-topics .topics-posts .topic-post__img {
  width: 100%;
}
@media (max-width: 999px) {
  .brand-news-topics .topics-posts .topic-post,
  .brand-top-topics .topics-posts .topic-post {
    margin-right: 10px;
    width: 30%;
    max-width: 30%;
  }
  .brand-news-topics .topics-posts .topic-post:nth-child(4n),
  .brand-top-topics .topics-posts .topic-post:nth-child(4n) {
    margin-right: 0;
  }
}
@media (max-width: 799px) {
  .brand-news-topics .topics-posts .topic-post,
  .brand-top-topics .topics-posts .topic-post {
    flex-direction: column;
    width: 45% !important;
    max-width: 45%;
  }
}
@media (max-width: 499px) {
  .brand-news-topics .topics-posts .topic-post,
  .brand-top-topics .topics-posts .topic-post {
    margin: 0 auto 20px;
    width: 80% !important;
    max-width: 80%;
  }
  .brand-news-topics .topics-posts .topic-post:nth-child(4n),
  .brand-top-topics .topics-posts .topic-post:nth-child(4n) {
    margin-right: auto;
  }
}
@media (max-width: 399px) {
  .brand-news-topics .topics-posts .topic-post,
  .brand-top-topics .topics-posts .topic-post {
    width: 100% !important;
    max-width: 100%;
  }
}
@media (max-width: 999px) {
  .brand-news-topics .topics-posts,
  .brand-top-topics .topics-posts {
    justify-content: space-around;
  }
}
@media (max-width: 769px) {
  .brand-news-topics .topics-posts,
  .brand-top-topics .topics-posts {
    flex-direction: row;
    justify-content: space-between;
  }
}

.brand-news {
  margin-bottom: 120px;
}
.brand-news__content_item {
  margin-bottom: 86px;
}
@media (max-width: 769px) {
  .brand-news__content_item {
    margin-bottom: 30px;
  }
}
@media (max-width: 769px) {
  .brand-news {
    margin-bottom: 30px;
  }
}

/* Brand-top */
.brand-top-title-top {
  background: url("../images/brand-menu-title-top.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.brand-top {
  margin-bottom: 0;
  padding-top: 260px;
}
.brand-top .top-head-3 {
  line-height: 32px;
}
.brand-top .blog__content {
  margin-bottom: 75px;
}
.brand-top .blog__content:not(.hover-none) .top-head-3 {
  position: relative;
}
.brand-top .blog__content:not(.hover-none) .top-head-3:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #000;
  transition: 0.2s;
  transform: scale(0);
}
.brand-top .blog__content:not(.hover-none):hover .top-head-3:after {
  transform: scale(1);
}
.brand-top__slider {
  position: relative;
  width: 100%;
  height: 320px;
  background: url("../images/brand-slider-bg.jpg") 0 0 repeat;
}
.brand-top__slider .prev,
.brand-top__slider .next {
  top: 35%;
  width: 40px;
  height: 40px;
  visibility: hidden;
  opacity: 0;
}
@media (max-width: 990px) {
  .brand-top__slider .prev,
  .brand-top__slider .next {
    visibility: visible;
    opacity: 1;
  }
}
.brand-top__slider_wrap {
  position: absolute;
  top: -80px;
  left: 50%;
  width: 100%;
  transform: translate(-50%, 0) !important;
}
.brand-top__slider .slide-top {
  margin-bottom: 10px;
}
.brand-top__slider .slide-top img {
  display: block;
  width: 100%;
}
.brand-top__slider .slide-change .draggable {
  padding: 0 16.8% !important;
}
@media (max-width: 1039px) {
  .brand-top__slider .slide-change .draggable {
    padding: 0 !important;
  }
}
.brand-top__slider .slide-change .slick-slide img {
  display: block;
  width: 165px;
}
.brand-top__slider .slide-change .brand-top__slide {
  margin-right: 10px;
}
@media (min-width: 801px) {
  .brand-top__slider .slide-change .brand-top__slide {
    width: 165px !important;
  }
}
@media (max-width: 1039px) {
  .brand-top__slider .slide-change .brand-top__slide {
    margin-right: 20px;
    margin-bottom: 20px;
  }
}
@media (max-width: 599px) {
  .brand-top__slider .slide-change .brand-top__slide {
    margin-right: 20px;
  }
}
@media (min-width: 1001px) {
  .brand-top__slider .slide-change .brand-top__slide:last-child {
    margin-right: 0;
  }
}
.brand-top__slider .slick-slide {
  position: relative;
}
.brand-top__slider .slick-slide img {
  margin: 0 auto;
}
.brand-top__slider .slick-slide:after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 165px;
  height: 100%;
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  transition: 0.2s;
  transform: translate(-50%, 0) !important;
}
.brand-top__slider .slick-current:after {
  background-color: transparent;
}
@media (max-width: 599px) {
  .brand-top__slider {
    height: 200px;
  }
}
@media (max-width: 399px) {
  .brand-top__slider {
    height: 180px;
  }
}
.brand-top .blog__content__col_3 {
  margin-bottom: 50px;
}
.brand-top .blog__content__col_3 .top-head-3 {
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 19px;
}
@media (max-width: 769px) {
  .brand-top__top-links {
    margin-bottom: 130px;
  }
}
@media (max-width: 769px) {
  .brand-top {
    padding-top: 0;
  }
}
.brand-top-blog {
  padding-top: 80px;
}
.brand-top-blog .wpb_wrapper p {
  margin-bottom: 35px;
  max-width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 25px;
}
@media (max-width: 769px) {
  .brand-top-blog {
    padding-top: 20px;
  }
}

.brand-top-topics {
  margin-bottom: 0;
  padding: 75px 0 65px;
  background: url("../images/post-block-bg.jpg") 0 0 repeat;
}
.brand-top-topics .container {
  display: block;
}
.brand-top-topics .posts {
  width: 100%;
}
.brand-top-topics__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
  width: 100%;
}
.brand-top-topics__head a {
  display: inline-block;
  position: relative;
  padding-right: 35px;
  min-width: 120px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 47px;
  transition: 0.2s;
}
.brand-top-topics__head a .arrow {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 9;
  margin-left: 19px;
  width: 21px;
  height: 1px;
  background-color: #000;
  transition: 0.2s;
}
.brand-top-topics__head a .arrow:after {
  position: absolute;
  top: -2px;
  right: -1px;
  width: 6px;
  height: 1px;
  content: "";
  background-color: #000;
  transition: 0.2s;
  transform: rotate(45deg);
}
@media (min-width: 993px) {
  .brand-top-topics__head a:hover {
    color: #d70029;
  }
  .brand-top-topics__head a:hover .arrow {
    background-color: #d70029;
  }
  .brand-top-topics__head a:hover .arrow:after {
    background-color: #d70029;
  }
}
.brand-top-topics .topics-posts .topic-post {
  margin-bottom: 0;
}
@media (max-width: 999px) {
  .brand-top-topics .topics-posts .topic-post {
    margin-right: 10px;
    width: 30%;
    max-width: 30%;
  }
}
@media (max-width: 769px) {
  .brand-top-topics .topics-posts .topic-post {
    width: 100% !important;
    max-width: 100%;
  }
}
@media (max-width: 999px) {
  .brand-top-topics {
    padding: 30px 0;
  }
}

.career {
  padding-top: 90px;
  min-height: 270px;
  background: url("../images/career-bg.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.career__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.career__content .top-head-2,
.career__content .post-text {
  color: #fff;
}
.career__content .top-head-2 {
  margin-bottom: 0;
  width: auto;
}
.career__content .post-text {
  margin-bottom: 0;
  max-width: 420px;
}
.career__content .mid_btn {
  padding-left: 20px;
  max-width: 310px;
  text-align: left;
}
.career__content .mid_btn .arrow {
  right: 20px;
}
.career__content .mid_btn .text {
  padding-left: 20px;
}
@media (max-width: 999px) {
  .career {
    padding-top: 50px;
  }
  .career__content {
    flex-direction: column;
  }
  .career__content .top-head-2,
  .career__content .post-text {
    margin-bottom: 20px;
  }
}

/* Brand-shop */
.brand-shop {
  margin-bottom: 60px;
}
.brand-shop__content_item {
  margin-bottom: 85px;
}
@media (max-width: 999px) {
  .brand-shop__content_item {
    margin-bottom: 30px;
  }
}
.brand-shop__blog .search-result__main {
  width: 100%;
}
.brand-shop__posts {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.brand-shop__posts .btn-act {
  display: inline-block;
  margin-bottom: 20px;
  min-width: 156px;
  vertical-align: top;
}
@media (max-width: 769px) {
  .brand-shop__posts .btn-act {
    margin-bottom: 5px;
  }
}

/* Customer contacts */
/* FAQ */
.contact-title-top {
  background: url("../images/contact-title-top.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.datepicker {
  cursor: pointer;
}

.faq-page .top-head {
  border: 0;
}

.faq-page__top {
  margin-bottom: 53px;
}

.faq-page .links__info:not(:last-child) {
  margin-bottom: 25px;
}

.faq-page .links__info:last-child {
  margin-bottom: 10px;
}

.faq-page .accordeons {
  margin-bottom: 90px;
}
@media (max-width: 769px) {
  .faq-page .accordeons {
    margin-bottom: 20px;
  }
}

/* Thanks page */
.thanks .top-head,
.customer-contact .top-head {
  border: 0;
}
.thanks .top-head .subhead,
.customer-contact .top-head .subhead {
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
}

.thanks strong.post-text,
.customer-contact strong.post-text {
  display: block;
  margin-bottom: 75px;
}
@media (max-width: 999px) {
  .thanks strong.post-text,
  .customer-contact strong.post-text {
    margin-bottom: 50px;
  }
}
@media (max-width: 769px) {
  .thanks strong.post-text,
  .customer-contact strong.post-text {
    margin-bottom: 50px;
  }
}

.thanks .mid_btn,
.customer-contact .mid_btn {
  margin: 0 auto 160px;
  padding-left: 30px;
  text-align: left;
}
.thanks .mid_btn .text,
.customer-contact .mid_btn .text {
  padding-left: 30px;
  text-align: left;
}
.thanks .mid_btn .arrow,
.customer-contact .mid_btn .arrow {
  right: 25px;
}
@media (max-width: 999px) {
  .thanks .mid_btn,
  .customer-contact .mid_btn {
    margin-bottom: 50px;
    width: 310px;
  }
}
@media (max-width: 769px) {
  .thanks .mid_btn,
  .customer-contact .mid_btn {
    margin-bottom: 20px;
  }
}
@media (max-width: 349px) {
  .thanks .mid_btn,
  .customer-contact .mid_btn {
    width: 100%;
  }
}

.thanks strong.mb45,
.customer-contact strong.mb45 {
  margin-bottom: 30px;
}

.thanks .mb85,
.customer-contact .mb85 {
  margin-bottom: 85px;
}
@media (max-width: 769px) {
  .thanks .mb85,
  .customer-contact .mb85 {
    margin-bottom: 20px;
  }
}

/* Customer-top */
.contact {
  margin-bottom: 80px;
}
.contact .links__info {
  margin-bottom: 38px;
}
.contact .links__info:nth-of-type(2) {
  margin-bottom: 23px;
}
.contact .links__info li a:after {
  position: absolute;
  top: calc(80% - 2px);
  left: 50%;
  width: 6px;
  height: 1px;
  content: "";
  background-color: #d70029;
  transition: 0.2s;
  transform: translate(50%, 0) rotate(45deg) !important;
}
.contact .links__info li a:before {
  position: absolute;
  top: 80%;
  right: 50%;
  z-index: 9;
  margin-left: 19px;
  width: 16px;
  height: 1px;
  content: "";
  background-color: #d70029;
  transition: 0.2s;
  transform: translate(50%, 0) !important;
}
.contact .links__info li a:hover:before {
  right: calc(50% + -5px);
}
.contact .links__info li a:hover:after {
  left: calc(50% + 5px);
}
.contact .links__info-wrap {
  margin-bottom: 75px;
  padding-top: 35px;
}
.contact .links__info-wrap .post-text {
  margin-bottom: 52px;
}
@media (max-width: 769px) {
  .contact .links__info-wrap .post-text {
    margin-bottom: 20px;
  }
}
@media (max-width: 769px) {
  .contact .links__info-wrap {
    margin-bottom: 20px;
    padding-top: 0;
  }
}
.contact .mid_btn {
  margin: 0 auto;
  padding-left: 30px;
  text-align: left;
}
.contact .mid_btn .text {
  padding-left: 30px;
  text-align: left;
}
.contact .mid_btn .arrow {
  right: 25px;
}
.contact-warning .top-head-2 {
  padding-top: 0;
}
.contact-warning .top-head-2:before {
  top: 50%;
}
.contact-warning__title {
  margin-bottom: 10px;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 19px;
  text-align: center;
}
.contact-warning__phone {
  display: block;
  padding-left: 10px;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 38px;
  font-weight: bold;
  line-height: 42px;
  text-align: center;
  background-size: 54px;
}
.contact-warning__info {
  display: flex;
  align-items: baseline;
  justify-content: center;
  margin-bottom: 10px;
}
.contact-warning__info img {
  width: 54px;
}
.contact-warning .warning {
  margin-bottom: 70px;
}
.contact-warning .warning .post-text {
  text-align: center;
}
@media (max-width: 769px) {
  .contact-warning .warning {
    margin-bottom: 20px;
  }
}
.contact-agree {
  position: relative;
}
.contact-agree__check {
  margin-bottom: 37px;
}
.contact-agree__check .post-text {
  display: inline-block;
  margin-bottom: 0;
  width: calc(100% - 35px);
  line-height: 19px;
  vertical-align: middle;
}
.contact-agree__check .red-text {
  color: #d70029;
}
.contact-agree__check #check {
  display: none;
}
.contact-agree__check #check:checked + .checkbox {
  border: 1px solid #d70029;
  background-color: #d70029;
}
.contact-agree__check #check:checked + .checkbox:after {
  transform: rotate(45deg) scale(1);
}
.contact-agree__check #check:checked + .checkbox:before {
  transform: rotate(-45deg) scale(1);
}
.contact-agree__check .checkbox {
  display: inline-block;
  position: relative;
  margin-right: 17px;
  border: 1px solid #a0a0a0;
  width: 18px;
  height: 18px;
  vertical-align: middle;
  cursor: pointer;
  transition: 0.2s;
}
.contact-agree__check .checkbox:after {
  position: absolute;
  top: 9px;
  left: 3px;
  width: 5px;
  height: 2px;
  content: "";
  background-color: #fff;
  transition: 0.2s;
  transform: rotate(45deg) scale(0);
}
.contact-agree__check .checkbox:before {
  position: absolute;
  top: 7px;
  left: 5px;
  width: 10px;
  height: 2px;
  content: "";
  background-color: #fff;
  transition: 0.2s;
  transform: rotate(-45deg) scale(0);
}
.contact-agree__check .checkbox:hover {
  border: 1px solid #d70029;
}
.contact-agree__links {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 769px) {
  .contact-agree__links {
    flex-direction: column;
    align-items: center;
  }
}
.contact-agree__col-2 {
  width: 500px;
}
.contact-agree__col-2 .mid_btn {
  margin-bottom: 10px;
  padding-left: 30px;
  width: 100%;
  text-align: left;
}
.contact-agree__col-2 .mid_btn .text {
  padding-left: 30px;
  text-align: left;
}
.contact-agree__col-2 .mid_btn .arrow {
  right: 25px;
}
@media (max-width: 1099px) {
  .contact-agree__col-2 {
    width: 45%;
  }
}
@media (max-width: 769px) {
  .contact-agree__col-2 {
    width: 85%;
  }
}
@media (max-width: 499px) {
  .contact-agree__col-2 {
    width: 95%;
  }
}
.contact-agree .top-head-2 {
  padding-top: 0;
}
.contact-agree .top-head-2:before {
  top: 50%;
}
@media (max-width: 769px) {
  .contact {
    margin-bottom: 20px;
  }
}
.contact-table {
  width: 100%;
  border-collapse: collapse;
}
@media (max-width: 769px) {
  .contact-table tbody,
  .contact-table tr {
    display: block;
    width: 100% !important;
  }
}
.contact-table th,
.contact-table td {
  position: relative;
  border: 1px solid #a0a0a0;
  height: 100%;
  vertical-align: top;
}
@media (max-width: 769px) {
  .contact-table th,
  .contact-table td {
    display: block;
    padding: 10px 15px !important;
    width: 100%;
  }
}
.contact-table th {
  position: relative;
  padding: 25px 20px;
  width: 266px;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 19px;
  text-align: left;
  background-color: #eeeeee;
}
@media (max-width: 769px) {
  .contact-table th {
    display: block;
    width: 100%;
  }
}
.contact-table td {
  display: flex;
  padding: 20px 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 19px;
}
.contact-table td label {
  position: relative;
  width: 100%;
}
@media (max-width: 769px) {
  .contact-table td {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }
}
.contact-table .fd-col {
  flex-direction: column;
}
.contact-table .fd-row {
  justify-content: space-between;
}
@media (max-width: 769px) {
  .contact-table {
    display: block;
    width: 100%;
  }
}
.contact-table .red_c {
  color: #d70029;
}
.contact-table .required {
  display: inline-block;
  float: right;
  padding: 0 5px;
  min-width: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 300;
  font-weight: 400;
  line-height: 22px;
  color: #fff;
  text-align: center;
  background-color: #d70029;
}
.contact-table .required:after {
  display: block;
  clear: both;
  content: "";
}
@media (max-width: 769px) {
  .contact-estate-table th,
  .contact-estate-table td {
    padding: 10px 15px !important;
  }
}
@media (max-width: 499px) {
  .contact-estate-table th,
  .contact-estate-table td {
    font-size: 10px;
    line-height: 16px;
  }
}
.contact-estate-table th {
  padding: 20px 20px 15px;
  width: auto;
  text-align: center;
}
@media (max-width: 769px) {
  .contact-estate-table th {
    display: table-cell;
    width: 267px;
  }
}
.contact-estate-table td {
  display: table-cell;
  padding: 18px 20px 27px;
}
@media (max-width: 769px) {
  .contact-estate-table td {
    display: table-cell;
    width: 20%;
  }
}
.contact-estate-table .required {
  float: none;
}

/* Customer-contactB, Customer-kakininB, Customer-contact */
@media (max-width: 769px) {
  .customer-contact .top-head-2 {
    padding-top: 0 !important;
  }
  .customer-contact .top-head-2:before {
    top: 50%;
  }
}

.customer-contact .warning_bg-red {
  margin-bottom: 77px;
  padding: 25px 44px 12px 40px;
}
@media (max-width: 769px) {
  .customer-contact .warning_bg-red {
    margin-bottom: 20px;
    padding: 15px 20px;
  }
}
.customer-contact .warning_bg-red .post-text {
  text-align: center;
}

.customer-contact-form__holder {
  margin-bottom: 75px;
}
.customer-contact-form__holder .top-head-2 {
  padding-top: 0;
}
.customer-contact-form__holder .top-head-2:before {
  top: 50%;
}
.customer-contact-form__holder .additional-info span {
  display: inline-block;
  position: relative;
  border: 1px solid #d70029;
  border-radius: 50%;
  width: 16px;
  height: 16px;
  transform: translate(0, 17%) !important;
}
.customer-contact-form__holder .additional-info span:after {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 12px;
  color: #d70029;
  content: "?";
  transform: translate(-50%, -45%) !important;
}
.customer-contact-form__holder select,
.customer-contact-form__holder input,
.customer-contact-form__holder textarea {
  border: 0 !important;
  background: #eeeeee;
  background-image: none;
  outline: 0;
  box-shadow: none;
  appearance: none;
}
.customer-contact-form__holder textarea {
  padding: 10px 20px;
  width: 100%;
  height: 166px;
  resize: none;
}
.customer-contact-form__holder .radio-btn-holder {
  margin-bottom: 10px;
}
.customer-contact-form__holder .radio-btn-holder label {
  position: relative;
}
.customer-contact-form__holder .radio-btn-holder label:not(:last-child) {
  margin-right: 12px;
}
@media (max-width: 769px) {
  .customer-contact-form__holder .radio-btn-holder label:not(:last-child) {
    margin-right: 0;
  }
}
@media (max-width: 769px) {
  .customer-contact-form__holder .radio-btn-holder label {
    margin-bottom: 10px;
  }
}
.customer-contact-form__holder .radio-btn-holder .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 20px;
  border: 1px solid #a0a0a0;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  background-color: #fff;
  transition: 0.2s;
}
.customer-contact-form__holder .radio-btn-holder .checkmark:after {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  content: "";
  background: white;
  transition: 0.3s;
  transform: translate(-50%, -50%) !important;
}
.customer-contact-form__holder .radio-btn-holder input:checked ~ .checkmark {
  background-color: #d70029;
}
.customer-contact-form__holder .radio-btn-holder input:checked ~ .checkmark:after {
  display: block;
}
@media (max-width: 769px) {
  .customer-contact-form__holder .radio-btn-holder {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.customer-contact-form__holder .select-holder {
  position: relative;
  width: 100%;
  height: 34px;
  overflow: hidden;
  line-height: 34px;
  background: #eeeeee;
}
.customer-contact-form__holder .select-holder .select-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 34px;
  text-align: center;
  pointer-events: none;
  background: #a0a0a0;
  transition: 0.25s all ease;
}
.customer-contact-form__holder .select-holder .select-arrow:after {
  position: absolute;
  top: 50%;
  left: 10px;
  width: 8px;
  height: 1px;
  content: "";
  background-color: #fff;
  transition: 0.2s;
  transform: rotate(45deg);
}
.customer-contact-form__holder .select-holder .select-arrow:before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 1px;
  content: "";
  background-color: #fff;
  transition: 0.2s;
  transform: rotate(-45deg);
}
.customer-contact-form__holder .select-holder select {
  margin: 0;
  padding: 0 0 0 10px;
  width: 100%;
  height: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  cursor: pointer;
}
.customer-contact-form__holder .select-holder select::-ms-expand {
  display: none;
}
.customer-contact-form__holder .select-holder_sm {
  max-width: 240px;
}
@media (max-width: 769px) {
  .customer-contact-form__holder .select-holder_sm {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
.customer-contact-form__holder .default-input {
  padding: 0 20px;
  height: 35px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 19px;
}
.customer-contact-form__holder .default-input:-moz-placeholder {
  color: #a0a0a0;
  opacity: 1;
}
.customer-contact-form__holder .default-input::-moz-placeholder {
  color: #a0a0a0;
  opacity: 1;
}
.customer-contact-form__holder .default-input::-webkit-input-placeholder {
  color: #a0a0a0;
}
.customer-contact-form__holder .default-input:-ms-input-placeholder {
  color: #a0a0a0;
}
.customer-contact-form__holder .default-input::placeholder {
  color: #a0a0a0;
}
.customer-contact-form__holder .default-input.placeholder {
  color: #a0a0a0 !important;
}
.customer-contact-form__holder .default-input:focus:-moz-placeholder {
  color: transparent;
}
.customer-contact-form__holder .default-input:focus::-moz-placeholder {
  color: transparent;
}
.customer-contact-form__holder .default-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.customer-contact-form__holder .default-input:focus:-ms-input-placeholder {
  color: transparent;
}
.customer-contact-form__holder .default-input:focus::placeholder {
  color: transparent;
}
.customer-contact-form__holder .default-input_sm {
  margin-right: 10px;
  padding: 0 10px;
  max-width: 160px;
}
@media (max-width: 769px) {
  .customer-contact-form__holder .default-input_sm {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
  }
}
.customer-contact-form__holder .default-input_mid {
  padding: 0 10px;
  max-width: 230px;
}
@media (max-width: 769px) {
  .customer-contact-form__holder .default-input_mid {
    display: block;
    margin-bottom: 10px;
    width: 100%;
    max-width: 100%;
  }
}
.customer-contact-form__holder .default-input_xs {
  padding: 0 10px;
  max-width: 90px;
}
@media (max-width: 769px) {
  .customer-contact-form__holder .default-input_xs {
    margin-bottom: 10px;
  }
}
.customer-contact-form__holder .w50 {
  width: 56%;
}
@media (max-width: 769px) {
  .customer-contact-form__holder .w50 {
    margin-bottom: 10px;
    width: 100%;
  }
}
.customer-contact-form__holder .w100 {
  width: 100%;
}
.customer-contact-form__holder .form-list li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 19px;
}
.customer-contact-form__holder .calendar-icon {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 13px;
  height: 15px;
  cursor: pointer;
  background: url("../images/calendar-icon.png") 0 0 no-repeat;
  background-size: cover;
  transform: translate(0, -50%) !important;
}
.customer-contact-form__holder_center {
  margin-bottom: 85px;
}
.customer-contact-form__holder_center .contact-table td {
  display: table-cell;
  vertical-align: middle;
}
@media (max-width: 769px) {
  .customer-contact-form__holder_center .contact-table td {
    display: block;
    width: 100%;
  }
}
.customer-contact-form__holder .auto-address_link {
  display: inline-block;
  position: relative;
  margin-left: 10px;
  padding: 0 10px;
  border-radius: 2px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 34px;
  color: #fff;
  background: #000;
  transition: 0.2s;
}
@media (min-width: 993px) {
  .customer-contact-form__holder .auto-address_link:hover {
    background: linear-gradient(to right, #ed6c00, #7d0000);
  }
}
@media (max-width: 769px) {
  .customer-contact-form__holder {
    margin-bottom: 30px;
  }
}

.customer-contact-form .form-links {
  display: flex;
  margin: 0 auto 165px;
  max-width: 660px;
}
.customer-contact-form .form-links .edit-form,
.customer-contact-form .form-links .submit-form {
  margin: 0;
}
.customer-contact-form .form-links .edit-form {
  margin-right: 40px;
  color: #000;
  background-color: #eeeeee;
}
.customer-contact-form .form-links .edit-form .arrow {
  background-color: #000;
}
.customer-contact-form .form-links .edit-form .arrow:after {
  background-color: #000;
}
.customer-contact-form .form-links .edit-form:hover .arrow {
  background-color: #fff;
}
.customer-contact-form .form-links .edit-form:hover .arrow:after {
  background-color: #fff;
}
@media (max-width: 769px) {
  .customer-contact-form .form-links {
    margin: 0 auto 50px;
  }
}

.customer-contact-form .post-text__center {
  text-align: center;
}

.customer-contact .mid_btn {
  margin: 0 auto 125px;
}
@media (max-width: 769px) {
  .customer-contact .mid_btn {
    margin: 0 auto 50px;
  }
}

.customer-contact .mb70 {
  margin-bottom: 70px;
}
@media (max-width: 769px) {
  .customer-contact .mb70 {
    margin: 0 auto 20px;
  }
}

.customer-contact-agree {
  display: flex;
  justify-content: center;
}
.customer-contact-agree__check .post-text {
  width: calc(100% - 47px);
}
.customer-contact-agree .checkbox {
  width: 30px;
  height: 30px;
}
.customer-contact-agree .checkbox:before {
  top: 50%;
  left: 10px;
  width: 15px;
  height: 3px;
}
.customer-contact-agree .checkbox:after {
  top: 50%;
  left: 4px;
  width: 10px;
  height: 3px;
}

/* Estate */
.estate {
  margin-bottom: 50px;
  padding-top: 95px;
}
.estate .top-head-2 {
  padding-top: 30px;
}
.estate .top-head-2:before {
  top: 45px;
}
@media (max-width: 769px) {
  .estate .top-head-2:before {
    top: 50%;
  }
}
.estate-warning {
  margin-bottom: 95px;
}
.estate-warning .tel {
  color: #000;
}
@media (max-width: 769px) {
  .estate-warning {
    margin-bottom: 20px;
  }
}
@media (max-width: 769px) {
  .estate {
    margin-bottom: 20px;
    padding-top: 10px;
  }
}

.blog-estate {
  margin-bottom: 25px;
}
.blog-estate .post-text {
  display: block;
  margin-bottom: 5px;
}
.blog-estate .blog__img {
  margin-bottom: 5px;
}
.blog-estate .blog__content__col_3:not(.hover-none) .post-text {
  position: relative;
}
.blog-estate .blog__content__col_3:not(.hover-none) .post-text:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #000;
  transition: 0.2s;
  transform: scale(0);
}
.blog-estate .blog__content__col_3:not(.hover-none):hover .post-text:after {
  transform: scale(1);
}
@media (max-width: 999px) {
  .blog-estate .blog__content__col_3 {
    width: 33%;
  }
}
@media (max-width: 769px) {
  .blog-estate .blog__content__col_3 {
    width: 45%;
  }
}
@media (max-width: 499px) {
  .blog-estate .blog__content__col_3 {
    width: 100%;
  }
}

.customer-popup {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 13;
  padding: 5px;
  width: 100%;
  max-width: 768px;
  visibility: hidden;
  background-color: #fff;
  opacity: 0;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}
.customer-popup .top-head-4 {
  padding-right: 10px;
}
.customer-popup__wrapper {
  padding: 30px 50px 30px 30px;
  border: 1px solid #d70029;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
}
.customer-popup__wrapper .post-text {
  margin-bottom: 0;
}
.customer-popup__close {
  display: inline-block;
  position: absolute;
  top: 22px;
  right: 22px;
  border: 2px solid #bfbfbf;
  width: 36px;
  height: 36px;
  cursor: pointer;
  background-color: #fff;
}
.customer-popup__close:after,
.customer-popup__close:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 12px;
  height: 2px;
  content: "";
  background-color: #bfbfbf;
}
.customer-popup__close:after {
  transform: translate(-50%, -50%) rotate(45deg);
}
.customer-popup__close:before {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.customer-popup__fade {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  width: 100vw;
  height: calc(100vh - 90px);
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: 0.3s;
}
.customer-popup__fade_active {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 769px) {
  .customer-popup__fade {
    height: calc(100vh - 60px);
  }
}
.customer-popup__active {
  visibility: visible;
  opacity: 1;
}
@media (max-width: 769px) {
  .customer-popup {
    width: 98%;
    max-width: unset;
  }
}

.overflow-body {
  overflow: hidden;
}

/* Datepicker */
/*! jQuery UI - v1.12.1 - 2019-01-13
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  line-height: 1.3;
  text-decoration: none;
  list-style: none;
  outline: 0;
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  display: table;
  border-collapse: collapse;
  content: "";
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  filter: Alpha(Opacity=0);
  opacity: 0;
  /* support: IE8 */
}

.ui-front {
  z-index: 100;
}

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  pointer-events: none;
  cursor: default !important;
}

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  position: relative;
  margin-top: -0.25em;
  overflow: hidden;
  text-indent: -99999px;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  display: block;
  left: 50%;
  margin-left: -8px;
}

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  display: block;
  position: absolute;
  font-size: 0.1px;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  top: -5px;
  left: 0;
  width: 100%;
  height: 7px;
  cursor: n-resize;
}

.ui-resizable-s {
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 7px;
  cursor: s-resize;
}

.ui-resizable-e {
  top: 0;
  right: -5px;
  width: 7px;
  height: 100%;
  cursor: e-resize;
}

.ui-resizable-w {
  top: 0;
  left: -5px;
  width: 7px;
  height: 100%;
  cursor: w-resize;
}

.ui-resizable-se {
  right: 1px;
  bottom: 1px;
  width: 12px;
  height: 12px;
  cursor: se-resize;
}

.ui-resizable-sw {
  bottom: -5px;
  left: -5px;
  width: 9px;
  height: 9px;
  cursor: sw-resize;
}

.ui-resizable-nw {
  top: -5px;
  left: -5px;
  width: 9px;
  height: 9px;
  cursor: nw-resize;
}

.ui-resizable-ne {
  top: -5px;
  right: -5px;
  width: 9px;
  height: 9px;
  cursor: ne-resize;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-accordion .ui-accordion-header {
  display: block;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
  cursor: pointer;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  /* support: IE10, see #8844 */
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  cursor: pointer;
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  border-width: 1px 0 0 0;
  height: 0;
  font-size: 0;
  line-height: 0;
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
  margin: -1px;
}

/* icon support */
.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
  right: 0;
  left: auto;
}

.ui-button {
  display: inline-block;
  position: relative;
  margin-right: 0.1em;
  padding: 0.4em 1em;
  /* Support: IE <= 11 */
  overflow: visible;
  line-height: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  box-sizing: border-box;
  width: 2em;
  text-indent: -9999px;
  white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  padding: 0.4em 1em;
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.ui-controlgroup {
  display: inline-block;
  vertical-align: middle;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-right: 0;
  margin-left: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  margin-top: 0;
  margin-bottom: 0;
  width: 100%;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {
  /* Support: IE8 only, Android < 4.4 only */
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  border: none;
  border-radius: 0.12em;
  box-shadow: inset 1px 1px 1px #ccc;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  border: none;
  border-radius: 1em;
  width: 16px;
  height: 16px;
  overflow: visible;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  border-width: 4px;
  border-style: solid;
  width: 8px;
  height: 8px;
  background-image: none;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  display: none;
  padding: 0.2em 0.2em 0;
  width: 17em;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  margin: 1px 0;
  font-size: 1em;
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  margin: 0 0 0.4em;
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  border: 0;
  font-weight: bold;
  text-align: center;
}

.ui-datepicker td {
  padding: 1px;
  border: 0;
}

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-right: 0;
  border-bottom: 0;
  border-left: 0;
  background-image: none;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
  cursor: pointer;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  margin: 0 auto 0.4em;
  width: 95%;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  width: 100%;
  clear: both;
  font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  right: auto;
  left: 2px;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  right: auto;
  left: 1px;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  top: 0.3em;
  left: 0.5em;
  overflow: hidden;
  text-indent: -99999px;
  background-repeat: no-repeat;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  position: relative;
  padding: 0.4em 1em;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  top: 50%;
  right: 0.3em;
  margin: -10px 0 0 0;
  padding: 1px;
  width: 20px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  padding: 0.5em 1em;
  border: 0;
  overflow: auto;
  background: none;
}

.ui-dialog .ui-dialog-buttonpane {
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
  border-width: 1px 0 0 0;
  text-align: left;
  background-image: none;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  top: 0;
  height: 2px;
}

.ui-dialog .ui-resizable-e {
  right: 0;
  width: 2px;
}

.ui-dialog .ui-resizable-s {
  bottom: 0;
  height: 2px;
}

.ui-dialog .ui-resizable-w {
  left: 0;
  width: 2px;
}

.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  bottom: 0;
  left: 0;
}

.ui-dialog .ui-resizable-ne {
  top: 0;
  right: 0;
}

.ui-dialog .ui-resizable-nw {
  top: 0;
  left: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-progressbar {
  height: 2em;
  overflow: hidden;
  text-align: left;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  height: 100%;
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  filter: alpha(opacity=25);
  /* support: IE8 */
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectmenu-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
}

.ui-selectmenu-menu .ui-menu {
  padding-bottom: 1px;
  overflow: auto;
  overflow-x: hidden;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  margin: 0.5em 0 0 0;
  padding: 2px 0.4em;
  border: 0;
  height: auto;
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  width: 14em;
  text-align: left;
  white-space: nowrap;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  -ms-touch-action: none;
  touch-action: none;
  cursor: default;
}

.ui-slider .ui-slider-range {
  display: block;
  position: absolute;
  z-index: 1;
  border: 0;
  font-size: 0.7em;
  background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-bottom: -0.6em;
  margin-left: 0;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-spinner {
  display: inline-block;
  position: relative;
  padding: 0;
  overflow: hidden;
  vertical-align: middle;
}

.ui-spinner-input {
  margin: 0.2em 0;
  margin-right: 2em;
  margin-left: 0.4em;
  padding: 0.222em 0;
  border: none;
  color: inherit;
  vertical-align: middle;
  background: none;
}

.ui-spinner-button {
  display: block;
  position: absolute;
  right: 0;
  margin: 0;
  padding: 0;
  width: 1.6em;
  height: 50%;
  overflow: hidden;
  font-size: 0.5em;
  text-align: center;
  cursor: default;
}

/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  /* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  position: relative;
  top: 0;
  float: left;
  margin: 1px 0.2em 0 0;
  padding: 0;
  border-bottom-width: 0;
  white-space: nowrap;
  list-style: none;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  padding: 1em 1.4em;
  border-width: 0;
  background: none;
}

.ui-tooltip {
  position: absolute;
  z-index: 9999;
  padding: 8px;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #dddddd;
  color: #333333;
  background: #ffffff;
}

.ui-widget-content a {
  color: #333333;
}

.ui-widget-header {
  border: 1px solid #dddddd;
  font-weight: bold;
  color: #333333;
  background: #e9e9e9;
}

.ui-widget-header a {
  color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  font-weight: normal;
  color: #454545;
  background: #f6f6f6;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  font-weight: normal;
  color: #2b2b2b;
  background: #ededed;
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  font-weight: normal;
  color: #ffffff;
  background: #007fff;
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff;
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  color: #777620;
  background: #fffa90;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  color: #5f3f3f;
  background: #fddfdf;
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  /* support: IE8 */
  font-weight: normal;
  filter: Alpha(Opacity=70);
  opacity: 0.7;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  /* support: IE8 */
  background-image: none;
  filter: Alpha(Opacity=35);
  opacity: 0.35;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  filter: Alpha(Opacity=30);
  opacity: 0.3;
  /* support: IE8 */
}

.ui-widget-shadow {
  -webkit-box-shadow: 0px 0px 5px #666666;
  box-shadow: 0px 0px 5px #666666;
}

/* Search */
.top-head-border {
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 1px solid #a0a0a0;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  text-align: left;
}

.search {
  padding-top: 80px;
}
.search-title-top {
  background: url("../images/search-menu-title-top.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.search__list {
  display: flex;
  justify-content: space-between;
  margin-bottom: 120px;
  width: 100%;
}
.search__list li {
  width: 19.6%;
}
.search__list li a {
  display: block;
  position: relative;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 50px;
  text-align: left;
}
@media (max-width: 990px) {
  .search__list li a {
    font-size: 13px;
  }
}
@media (max-width: 769px) {
  .search__list li a {
    font-size: 14px;
  }
}
.search__list .drop {
  position: relative;
}
.search__list .drop .dropdown-menu {
  position: absolute;
  top: 51px;
  left: 0;
  z-index: 999;
  width: 100%;
  height: 0;
  transition: 0.3s;
  transform: scaleY(0);
}
.search__list .drop .dropdown-menu li {
  padding: 0 15px;
  border-bottom: 1px solid #a0a0a0;
  width: 100%;
  color: #fff;
  background-color: #fff;
  transition: 0.3s;
}
.search__list .drop .dropdown-menu li:hover {
  background-color: #d70029;
}
.search__list .drop .dropdown-menu li:hover a {
  color: #fff;
}
.search__list .drop .dropdown-menu li a {
  transition: 0.3s;
}
.search__list .drop .dropdown-menu_active {
  height: 100%;
  transform: scaleY(1);
}
@media (max-width: 769px) {
  .search__list .drop .dropdown-menu {
    position: static;
    top: 0;
    transform-origin: 100% 0;
  }
}
.search__list .drop > a {
  padding-left: 9px;
  border-bottom: 1px solid #000;
  transition: 0.3s;
}
.search__list .drop > a .drop-arrow {
  position: absolute;
  top: 50%;
  right: 9px;
  width: 8px;
  height: 6px;
  transform: translate(0, -50%);
}
.search__list .drop > a .drop-arrow:before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 60%;
  height: 1px;
  content: "";
  background-color: #000;
  transition: 0.3s;
  transform: translate(-50%, 0) rotate(45deg);
}
.search__list .drop > a .drop-arrow:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 60%;
  height: 1px;
  content: "";
  background-color: #000;
  transition: 0.3s;
  transform: translate(-50%, 0) rotate(-45deg);
}
.search__list .drop > a:hover {
  border-bottom: 1px solid #d70029;
  color: #d70029;
}
.search__list .drop > a:hover .drop-arrow:before,
.search__list .drop > a:hover .drop-arrow:after {
  background-color: #d70029;
}
@media (min-width: 771px) {
  .search__list .drop:hover .dropdown-menu {
    height: 100%;
    transform: scaleY(1);
  }
}
@media (max-width: 769px) {
  .search__list {
    flex-direction: column;
  }
  .search__list li {
    width: 100%;
  }
}
.search-result {
  margin-bottom: 120px;
  padding-top: 80px;
}
.search-result__detail {
  margin-bottom: 0;
  padding-top: 10px;
}
.search-result__detail_title {
  font-family: "Noto Serif JP", serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 36px;
  text-align: left;
}
.search-result__header {
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  padding-bottom: 15px;
  border-bottom: 1px solid #a0a0a0;
  width: 100%;
}
.search-result__header_title {
  margin-right: 30px;
  margin-bottom: 0;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
}
.search-result__header .grid-icon {
  display: flex;
  flex-wrap: wrap;
  margin-right: 12px;
  width: 16px;
  height: 16px;
}
.search-result__header .grid-icon span {
  margin-right: 2px;
  margin-bottom: 2px;
  width: 4px;
  height: 4px;
  background-color: #d70029;
}
.search-result__header .grid-icon span:nth-child(3n) {
  margin-right: 0;
}
.search-result__header .list-icon {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 16px;
  height: 16px;
}
.search-result__header .list-icon span {
  position: relative;
  width: 100%;
  height: 4px;
}
.search-result__header .list-icon span:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 4px;
  height: 4px;
  content: "";
  background-color: #bfbfbf;
}
.search-result__header .list-icon span:after {
  position: absolute;
  top: 50%;
  right: 0;
  width: 10px;
  height: 2px;
  content: "";
  background-color: #bfbfbf;
  transform: translate(0, -50%);
}
.search-result__header_sb {
  justify-content: space-between;
}
@media (max-width: 769px) {
  .search-result__header {
    margin-bottom: 20px;
  }
}
.search-result__aside {
  width: 230px;
}
.search-result__aside form .search-icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 28px;
  width: 16px;
  height: 16px;
  background: url("../images/search-icon-black.png") no-repeat 0 0;
  background-size: 100%;
  transform: translate(0, -50%);
}
.search-result__aside form .input-wrapper {
  position: relative;
  margin: 0;
}
.search-result__aside form .input-wrapper input::-webkit-input-placeholder {
  color: #000;
}
.search-result__aside form .input-wrapper input::-moz-placeholder {
  color: #000;
}
.search-result__aside form .input-wrapper input:-ms-input-placeholder {
  color: #000;
}
.search-result__aside form .input-wrapper input::placeholder {
  color: #000;
}
.search-result__aside form .input-wrapper input {
  padding-left: 25px;
  border: none;
  width: 100%;
  height: 70px;
  background-color: #eeeeee;
}
.search-result__aside .mid_btn {
  position: relative;
  padding-left: 25px;
  border: none;
  width: 100%;
  text-align: left;
}
.search-result__aside .mid_btn:first-child {
  margin-bottom: 10px;
}
.search-result__aside .mid_btn:nth-child(2) {
  color: #000;
  background: none;
  background-color: #f1f1ec;
}
.search-result__aside .mid_btn .search-icon,
.search-result__aside .mid_btn .map-icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  right: 28px;
  width: 16px;
  height: 16px;
  background: url("../images/search-icon-black.png") no-repeat 0 0;
  background-size: 100%;
  transform: translate(0, -50%);
}
.search-result__aside .mid_btn .map-icon {
  width: 12px;
  height: 16px;
  background: url("../images/map-icon.png") no-repeat 0 0;
  background-size: 100%;
}
.search-result__aside .mid_btn .text {
  padding-left: 25px;
}
@media (max-width: 999px) {
  .search-result__aside {
    margin-right: 10px;
  }
}
@media (max-width: 769px) {
  .search-result__aside {
    order: 2;
    margin-right: 0;
    margin-bottom: 20px;
    width: 100%;
  }
}
.search-result__wrapper {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 769px) {
  .search-result__wrapper {
    flex-direction: column;
  }
}
.search-result__main {
  display: flex;
  flex-direction: column;
  width: 74%;
}
@media (max-width: 999px) {
  .search-result__main {
    margin-right: 10px;
  }
}
@media (max-width: 769px) {
  .search-result__main {
    order: 1;
    width: 100%;
  }
}
.search-result__post {
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #a0a0a0;
  border-right: 1px solid #a0a0a0;
  border-left: 1px solid #a0a0a0;
}
.search-result__post:last-of-type {
  margin-bottom: 75px;
  border-bottom: 1px solid #a0a0a0;
}
@media (max-width: 769px) {
  .search-result__post:last-of-type {
    margin-bottom: 50px;
  }
}
.search-result__post .post-text {
  margin-bottom: 15px;
  line-height: 22px;
}
.search-result__post_img {
  width: 248px;
}
.search-result__post_img img {
  display: block;
  width: 100%;
}
@media (max-width: 769px) {
  .search-result__post_img {
    width: 220px;
  }
}
.search-result__post_info {
  padding: 35px 30px 30px;
  width: calc(100% - 248px);
}
.search-result__post_info_links {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 990px) {
  .search-result__post_info_links {
    flex-direction: column;
  }
}
@media (max-width: 769px) {
  .search-result__post_info_links {
    flex-direction: row;
  }
}
.search-result__post_info .btn-act {
  margin: 0;
  width: 49%;
  min-width: unset;
}
@media (max-width: 990px) {
  .search-result__post_info .btn-act {
    width: 100%;
  }
  .search-result__post_info .btn-act:first-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 769px) {
  .search-result__post_info .btn-act {
    margin: 0;
    width: 49%;
  }
}
@media (max-width: 990px) {
  .search-result__post_info {
    padding: 20px 15px 15px;
  }
}
@media (max-width: 769px) {
  .search-result__post_info {
    padding: 10px 0 0;
  }
}
@media (max-width: 499px) {
  .search-result__post_info {
    width: 100%;
  }
}
.search-result__post_head {
  margin-bottom: 10px;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
}
.search-result__post_subhead {
  display: block;
  margin-bottom: 25px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
  color: #a0a0a0;
}
@media (max-width: 769px) {
  .search-result__post {
    justify-content: space-around;
  }
}
@media (max-width: 499px) {
  .search-result__post {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px 10px;
  }
}
.search-result .links__wrapper {
  display: flex;
  align-items: center;
}
.search-result-03 .search-detail__gallery_wrapper {
  width: 100%;
}
.search-result-03 .mb40 {
  margin-bottom: 40px;
}
@media (max-width: 769px) {
  .search-result {
    margin-bottom: 50px;
    padding-top: 20px;
  }
}
.search-detail-title-top {
  background: url("../images/search-detail-title-top.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.search-detail__main {
  flex-direction: row;
  flex-wrap: wrap;
  padding-top: 80px;
}
.search-detail__main_wrapper {
  width: 100%;
}
.search-detail__main_company {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-bottom: 50px;
  width: 100%;
}
.search-detail__main_gallery {
  margin-right: 40px;
  width: 410px;
}
.search-detail__main_gallery .gallery-wrap {
  margin-top: -30px;
}
.search-detail__main_gallery .slider-for,
.search-detail__main_gallery .slider-nav {
  width: 100%;
}
.search-detail__main_gallery .slider-nav {
  height: 100px;
}
.search-detail__main_gallery .slider-nav .slick-slide {
  box-sizing: border-box;
}
.search-detail__main_gallery .slick-list,
.search-detail__main_gallery .slick-track {
  height: 100% !important;
}
.search-detail__main_logo {
  margin-bottom: 25px;
}
.search-detail__main_logo img {
  display: block;
  max-width: 100%;
}
.search-detail__main_links {
  display: flex;
  justify-content: space-between;
}
.search-detail__main_links .btn-act {
  width: 48%;
  min-width: 48%;
}
.search-detail__main_company-03 {
  justify-content: flex-start;
}
.search-detail__main_company .search-detail__main_logo {
  margin: 0 35px 0 0;
  padding-right: 40px;
  border-right: 1px solid #a0a0a0;
}
.search-detail__main_company .search-detail__main_category {
  padding: 0 25px;
  color: #fff;
  background-color: #d70029;
}
.search-detail__main_company .search-detail__main_category span {
  display: inline-block;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 15px;
  font-weight: bold;
  line-height: 30px;
}
.search-detail__table {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  width: 100%;
}
.search-detail__table_row {
  display: flex;
  padding: 18px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 300;
}
.search-detail__table_row:nth-child(2n) {
  background-color: #fff;
}
.search-detail__table_row:nth-child(2n + 1) {
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
  background-color: #eeeeee;
}
.search-detail__table_th,
.search-detail__table_td {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.search-detail__table_th {
  padding: 0 10px;
  border-right: 1px solid #bfbfbf;
  width: 75px;
}
.search-detail__table_td {
  padding: 0 10px;
}
.search-detail__table_td span {
  display: block;
}
.search-detail__map {
  margin-bottom: 80px;
}
.search-detail__map img {
  display: block;
  margin-bottom: 15px;
  width: 100%;
}
.search-detail__info {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.search-detail__info_text {
  width: 65%;
}
@media (max-width: 769px) {
  .search-detail__info_text {
    width: 100%;
  }
}
.search-detail__info_links {
  display: flex;
  flex-direction: column;
  margin-left: 10px;
  width: 35%;
}
.search-detail__info_links .btn-act {
  margin-bottom: 10px;
  min-width: 100%;
}
@media (max-width: 769px) {
  .search-detail__info_links {
    margin: 0;
    width: 100%;
  }
}
@media (max-width: 769px) {
  .search-detail__info {
    flex-direction: column;
    align-items: center;
  }
}
.search-detail__gallery_wrapper {
  width: 74%;
}
@media (max-width: 769px) {
  .search-detail__gallery_wrapper {
    width: 100%;
  }
}
.search-detail__gallery .gallery-wrap,
.search-detail__gallery .slider-for,
.search-detail__gallery .slider-nav {
  width: 100%;
}
.search-detail__gallery .slider-for {
  height: 310px;
}
.search-detail__gallery .slider-nav .slick-current {
  box-sizing: border-box;
  border: 2px solid #d70029;
}
.search-detail__gallery .slider-nav .slick-slide {
  overflow: hidden;
}
.search-map {
  padding-bottom: 30px;
  background: url("../images/search-map-bg.jpg") repeat 0 0;
}
.search-map__img {
  margin-bottom: 20px;
  width: 100%;
  height: 480px;
}
.search-map__img img {
  display: block;
  margin: -80px auto 0;
}
.search-map__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.search-map__list_coordinate {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 13px 0 14px;
  width: 95px;
  height: 115px;
  cursor: pointer;
  transition: 0.3s;
}
.search-map__list_coordinate:nth-child(10) {
  margin-right: 0;
}
@media (max-width: 769px) {
  .search-map__list_coordinate:nth-child(10) {
    margin-right: 5px;
  }
}
.search-map__list_coordinate_text p {
  margin: 0;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 12px;
  font-weight: bold;
  line-height: 16px;
  color: #fff;
  text-align: center;
}
@media (max-width: 769px) {
  .search-map__list_coordinate_text p {
    font-size: 10px;
    line-height: 14px;
  }
}
.search-map__list_coordinate_main {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 20px 0 14px;
  width: 95px;
  cursor: pointer;
  background-color: #fff;
  transition: 0.3s;
}
.search-map__list_coordinate_main .search-map__list_coordinate_text p {
  color: #000;
  text-align: center;
}
.search-map__list_coordinate_main:hover {
  box-shadow: 0 5px 23px -4px rgba(0, 0, 0, 0.75);
  transform: translate(0, -5px);
}
@media (max-width: 769px) {
  .search-map__list_coordinate_main {
    margin-right: 5px;
    margin-bottom: 5px;
    width: 24%;
  }
  .search-map__list_coordinate_main:hover {
    box-shadow: 0 5px 23px -4px rgba(0, 0, 0, 0.75);
    transform: translate(0, -2px);
  }
}
@media (max-width: 399px) {
  .search-map__list_coordinate_main {
    width: 22%;
  }
}
.search-map__list_coordinate_sign {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 20px;
  height: 20px;
}
.search-map__list_coordinate_sign span {
  margin-right: 4px;
  width: 4px;
  height: 4px;
  background-color: #d70029;
}
.search-map__list_coordinate_sign span:nth-child(3n) {
  margin-right: 0;
}
.search-map__list_coordinate:hover {
  box-shadow: 0 5px 23px -4px rgba(0, 0, 0, 0.75);
  transform: translate(0, -5px);
}
@media (max-width: 769px) {
  .search-map__list_coordinate {
    margin-right: 5px;
    margin-bottom: 5px;
    width: 24%;
  }
  .search-map__list_coordinate:nth-child(4n) {
    margin-right: 0;
  }
  .search-map__list_coordinate:hover {
    box-shadow: 0 5px 23px -4px rgba(0, 0, 0, 0.75);
    transform: translate(0, -2px);
  }
}
@media (max-width: 399px) {
  .search-map__list_coordinate {
    width: 22%;
    height: 90px;
  }
}
.search-map__list .bg-r {
  background-color: #d70029;
}
.search-map__list .bg-y {
  background-color: #f39800;
}
.search-map__list .bg-p {
  background-color: #a99e70;
}
.search-map__list .ml15 {
  margin-left: 15px;
}
@media (max-width: 769px) {
  .search-map__list .ml15 {
    margin-left: 0;
  }
}
@media (max-width: 769px) {
  .search-map__list {
    display: none;
  }
}
.search__links-wrapper {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 7px;
}
.search__links-wrapper:last-child {
  margin-bottom: 45px;
}
.search__links-wrapper .search-link {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  padding-left: 30px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
.search__links-wrapper .search-link:not(:last-child) {
  margin-right: 40px;
}
.search__links-wrapper .search-link_icon {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  background-color: #d70029;
}
.search__links-wrapper .search-link_icon:before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  content: "";
  background-color: #fff;
  transform: translate(-50%, 0);
}
.search__links-wrapper .search-link_icon:after {
  position: absolute;
  top: 9px;
  right: 5px;
  width: 4px;
  height: 1px;
  content: "";
  background-color: #fff;
  transform: rotate(35deg);
}
.search-form {
  margin-bottom: 120px;
}
.search-form__content {
  padding: 40px 0;
  background-color: #f1f1ec;
}
.search-form__wrapper {
  display: flex;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
}
@media (max-width: 499px) {
  .search-form__wrapper {
    flex-direction: column;
    align-items: center;
  }
}
.search-form__text {
  margin-right: 10px;
  padding-left: 15px;
  width: calc(100% - 100px);
  height: 40px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 40px;
}
.search-form__text:-moz-placeholder {
  color: #a0a0a0;
  opacity: 1;
}
.search-form__text::-moz-placeholder {
  color: #a0a0a0;
  opacity: 1;
}
.search-form__text::-webkit-input-placeholder {
  color: #a0a0a0;
}
.search-form__text:-ms-input-placeholder {
  color: #a0a0a0;
}
.search-form__text::placeholder {
  color: #a0a0a0;
}
.search-form__text.placeholder {
  color: #a0a0a0 !important;
}
.search-form__text:focus:-moz-placeholder {
  color: transparent;
}
.search-form__text:focus::-moz-placeholder {
  color: transparent;
}
.search-form__text:focus::-webkit-input-placeholder {
  color: transparent;
}
.search-form__text:focus:-ms-input-placeholder {
  color: transparent;
}
.search-form__text:focus::placeholder {
  color: transparent;
}
@media (max-width: 499px) {
  .search-form__text {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%;
  }
}
.search-form__submit {
  border: none;
  width: 90px;
  height: 40px;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-weight: bold;
  color: #fff;
  background-color: #d70029;
  transition: 0.3s;
}
.search-form__submit:hover {
  border: 1px solid #d70029;
  color: #d70029;
  background-color: transparent;
}
@media (max-width: 769px) {
  .search-form {
    margin-bottom: 50px;
  }
}
.search .pt20 {
  padding-top: 20px;
}
.search .pt20:before {
  top: 65%;
  transform: translate(0, -50%);
}
.search .mb30 {
  margin-bottom: 30px;
}
.search .mb48 {
  margin-bottom: 48px;
}
.search-select {
  margin-bottom: 20px;
  width: 100%;
}
.search-select__links {
  display: flex;
  justify-content: space-between;
}
.search-select__link {
  display: block;
  box-sizing: border-box;
  border: 1px solid #7d7d7d;
  width: calc(50% - 5px);
  font-size: 15px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  background-color: #7d7d7d;
  transition: 0.3s;
}
.search-select__link:hover {
  color: #7d7d7d;
  background-color: transparent;
}
.search-select__link:first-child {
  border: 1px solid #d70029;
  background-color: #d70029;
}
.search-select__link:first-child:hover {
  color: #d70029;
  background-color: transparent;
}
.search-select:last-of-type {
  margin-bottom: 30px;
}
.search-select__wrapper {
  padding: 30px 20px;
  background-color: #f1f1ec;
}
.search-select__title {
  display: inline-block;
  margin: 0;
  padding: 0 22px;
  max-width: 100%;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 16px;
  font-weight: bold;
  line-height: 40px;
  background-color: #f1f1ec;
}
.search-select__list {
  position: relative;
  width: 100%;
}
.search-select__list_item,
.search-select__list_current {
  display: inline-block;
  padding: 0 15px;
  width: 100%;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 48px;
  color: #7d7d7d;
  cursor: pointer;
}
.search-select__list_item {
  transition: 0.3s;
}
.search-select__list_item:hover {
  background-color: #d2d2d2;
}
.search-select__list_current {
  position: relative;
  z-index: 7;
  border: 1px solid #d2d2d2;
  background-color: #fff;
}
.search-select__list_current:before,
.search-select__list_current:after {
  position: absolute;
  top: 50%;
  right: 19px;
  width: 6px;
  height: 1px;
  content: "";
  background-color: #000;
  transition: 0.3s;
  transform: rotate(35deg);
}
.search-select__list_current:after {
  right: 15px;
  transform: rotate(-35deg);
}
.search-select__list_current_active:before {
  transform: rotate(-35deg);
}
.search-select__list_current_active:after {
  transform: rotate(35deg);
}
.search-select__list_other {
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 9;
  border-right: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  border-left: 1px solid #d2d2d2;
  width: 100%;
  background-color: #fff;
  transition: 0.3s;
  transform: scaleY(0);
  transform-origin: 100% 0;
}
.search-select__list_other_active {
  transform: scaleY(1);
}
@media (max-width: 769px) {
  .search {
    padding-top: 10px;
  }
}

/* About */
.about {
  /* About hostory */
  /* About kokoro */
  /* About number */
}
.about-title__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 15px;
  height: 240px;
}
.about-title__title {
  font-family: "Noto Serif JP", serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 40px;
  background: linear-gradient(to left, #ed6c00, #7d0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none) {
  .about-title__title {
    color: #ed6c00;
    background: none;
    /* IE11 */
  }
  .about-title__title *::-ms-backdrop,
  .about-title__title {
    color: #ed6c00;
  }
}
.about-title__subtitle {
  margin-bottom: 15px;
  font-family: "Noto Serif JP", serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  background: linear-gradient(to left, #ed6c00, #7d0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none) {
  .about-title__subtitle {
    color: #ed6c00;
    background: none;
    /* IE11 */
  }
  .about-title__subtitle *::-ms-backdrop,
  .about-title__subtitle {
    color: #ed6c00;
  }
}
.about-history,
.about-history-second,
.about-history-third,
.about-history-now {
  position: relative;
  padding: 130px 0 100px;
  background: url("../images/about-history-bg-01.jpg") 0 0 no-repeat;
  background-color: #000;
  background-size: 100%;
}
.about-history__info,
.about-history-second__info,
.about-history-third__info,
.about-history-now__info {
  display: flex;
  position: relative;
  z-index: 5;
  flex-direction: column;
  justify-content: center;
  margin: 0 auto 120px;
}
.about-history__info_title,
.about-history-second__info_title,
.about-history-third__info_title,
.about-history-now__info_title {
  position: relative;
  margin-bottom: 60px;
  font-size: 30px;
  line-height: 34px;
  color: #fff;
}
.about-history__info_title:after,
.about-history-second__info_title:after,
.about-history-third__info_title:after,
.about-history-now__info_title:after {
  position: absolute;
  bottom: -20px;
  left: 50%;
  width: 42px;
  height: 1px;
  content: "";
  background-color: #d70029;
  transform: translate(-50%, 0);
}
.about-history__info .post-text,
.about-history-second__info .post-text,
.about-history-third__info .post-text,
.about-history-now__info .post-text {
  margin: 0 auto;
  width: 500px;
  color: #fff;
}
.about-history__info .date,
.about-history-second__info .date,
.about-history-third__info .date,
.about-history-now__info .date {
  position: absolute;
  top: 90%;
  left: 47%;
  width: 120%;
  font-family: "Edvard", sans-serif;
  font-size: 135px;
  line-height: 139px;
  text-align: center;
  opacity: 0.5;
  transform: translate(-50%, 0);
}
@media (max-width: 990px) {
  .about-history__info .date,
  .about-history-second__info .date,
  .about-history-third__info .date,
  .about-history-now__info .date {
    width: 100%;
    font-size: 65px;
    line-height: 69px;
  }
}
@media (max-width: 699px) {
  .about-history__info .date,
  .about-history-second__info .date,
  .about-history-third__info .date,
  .about-history-now__info .date {
    top: 95%;
  }
}
@media (max-width: 990px) {
  .about-history__info,
  .about-history-second__info,
  .about-history-third__info,
  .about-history-now__info {
    margin: 0 auto 60px;
  }
}
.about-history_label,
.about-history-second_label,
.about-history-third_label,
.about-history-now_label {
  display: block;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  text-align: center;
}
.about-history__episode,
.about-history-second__episode,
.about-history-third__episode,
.about-history-now__episode {
  position: relative;
  z-index: 5;
  padding: 75px 80px;
  width: 100%;
  background-color: #fff;
}
.about-history__episode_label,
.about-history-second__episode_label,
.about-history-third__episode_label,
.about-history-now__episode_label {
  margin-bottom: 20px;
}
.about-history__episode_label span,
.about-history-second__episode_label span,
.about-history-third__episode_label span,
.about-history-now__episode_label span {
  font-family: "游明朝 Regular", "YuMincho-Regular", "游明朝体 ミディアム", "YuMincho Medium", "YuMin-Medium",
    "Yu Mincho Regular", sans-serif;
}
.about-history__episode_label span:first-child,
.about-history-second__episode_label span:first-child,
.about-history-third__episode_label span:first-child,
.about-history-now__episode_label span:first-child {
  position: relative;
  margin-right: 25px;
}
.about-history__episode_label span:first-child:after,
.about-history-second__episode_label span:first-child:after,
.about-history-third__episode_label span:first-child:after,
.about-history-now__episode_label span:first-child:after {
  position: absolute;
  top: 0;
  right: -12px;
  width: 1px;
  height: 100%;
  font-family: serif;
  content: "";
  background-color: #000;
}
.about-history__episode_title,
.about-history-second__episode_title,
.about-history-third__episode_title,
.about-history-now__episode_title {
  margin-bottom: 40px;
  font-family: "Noto Serif JP", serif;
  font-size: 26px;
  font-weight: 500;
  line-height: 30px;
  text-align: left;
}
.about-history__episode_subtitle,
.about-history-second__episode_subtitle,
.about-history-third__episode_subtitle,
.about-history-now__episode_subtitle {
  margin-bottom: 25px;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #d70029;
  text-align: left;
}
.about-history__episode_images,
.about-history-second__episode_images,
.about-history-third__episode_images,
.about-history-now__episode_images {
  display: flex;
}
.about-history__episode_images img,
.about-history-second__episode_images img,
.about-history-third__episode_images img,
.about-history-now__episode_images img {
  display: block;
  margin-bottom: 10px;
  max-width: 100%;
}
@media (max-width: 990px) {
  .about-history__episode_images img,
  .about-history-second__episode_images img,
  .about-history-third__episode_images img,
  .about-history-now__episode_images img {
    margin: 0 auto 10px;
  }
}
.about-history__episode_images .caption,
.about-history-second__episode_images .caption,
.about-history-third__episode_images .caption,
.about-history-now__episode_images .caption {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
}
@media (max-width: 990px) {
  .about-history__episode_images,
  .about-history-second__episode_images,
  .about-history-third__episode_images,
  .about-history-now__episode_images {
    flex-direction: column;
    align-items: center;
  }
}
.about-history__episode_wrapper,
.about-history-second__episode_wrapper,
.about-history-third__episode_wrapper,
.about-history-now__episode_wrapper {
  display: flex;
}
.about-history__episode_col-2,
.about-history-second__episode_col-2,
.about-history-third__episode_col-2,
.about-history-now__episode_col-2 {
  width: 50%;
}
@media (max-width: 990px) {
  .about-history__episode_col-2,
  .about-history-second__episode_col-2,
  .about-history-third__episode_col-2,
  .about-history-now__episode_col-2 {
    width: 100%;
    text-align: center;
  }
}
@media (max-width: 599px) {
  .about-history__episode_col-2 > div:first-child,
  .about-history-second__episode_col-2 > div:first-child,
  .about-history-third__episode_col-2 > div:first-child,
  .about-history-now__episode_col-2 > div:first-child {
    margin-right: 10px;
  }
}
@media (max-width: 990px) {
  .about-history__episode,
  .about-history-second__episode,
  .about-history-third__episode,
  .about-history-now__episode {
    padding: 30px 40px;
  }
}
@media (max-width: 699px) {
  .about-history__episode,
  .about-history-second__episode,
  .about-history-third__episode,
  .about-history-now__episode {
    padding: 15px 20px;
  }
}
.about-history:before,
.about-history-second:before,
.about-history-third:before,
.about-history-now:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.6) 0%, #000 70%, #000 100%);
  opacity: 0.95;
}
.about-history-second,
.about-history-second-second,
.about-history-third-second,
.about-history-now-second {
  padding-top: 100px;
  background: url("../images/about-history-bg-02.jpg") 0 0 no-repeat;
  background-color: #000;
  background-size: 100%;
}
.about-history-third,
.about-history-second-third,
.about-history-third-third,
.about-history-now-third {
  padding-top: 100px;
  padding-bottom: 15px;
  background: url("../images/about-history-bg-03.jpg") 50% 50% no-repeat;
  background-color: #000;
  background-size: cover;
}
.about-history-third:before,
.about-history-second-third:before,
.about-history-third-third:before,
.about-history-now-third:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.7) 100%);
}
.about-history-now,
.about-history-second-now,
.about-history-third-now,
.about-history-now-now {
  padding-top: 100px;
  padding-bottom: 15px;
  background: url("../images/about-history-bg-04.jpg") 50% 50% no-repeat;
  background-color: #000;
  background-size: 100%;
}
.about-history-now:before,
.about-history-second-now:before,
.about-history-third-now:before,
.about-history-now-now:before {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.7) 70%, rgba(0, 0, 0, 0.7) 100%);
}
@media (max-width: 990px) {
  .about-history-now,
  .about-history-second-now,
  .about-history-third-now,
  .about-history-now-now {
    background-position: 0 0;
    background-size: 100%;
  }
}
@media (max-width: 990px) {
  .about-history,
  .about-history-second,
  .about-history-third,
  .about-history-now {
    padding: 65px 0 80px;
  }
}
@media (max-width: 699px) {
  .about-history,
  .about-history-second,
  .about-history-third,
  .about-history-now {
    padding: 55px 20px;
  }
}
@media (max-width: 499px) {
  .about-history,
  .about-history-second,
  .about-history-third,
  .about-history-now {
    padding: 45px 15px;
  }
}
.about-kokoro-main {
  background: url("../images/about-kokoro-main.jpg") 0 0 no-repeat;
  background-color: #f1f1ec;
  background-size: 100%;
}
.about-kokoro {
  margin-bottom: 235px;
}
.about-kokoro__info {
  display: flex;
  justify-content: center;
  margin-bottom: 60px;
}
.about-kokoro__info .post-text {
  font-weight: bold;
  text-align: center;
}
.about-kokoro__post {
  position: relative;
  margin-bottom: 180px;
}
.about-kokoro__post:not(.first-post):before {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  height: calc(49% + 107px);
  content: "";
  background-color: #fff;
}
.about-kokoro__post_wrapper {
  position: relative;
}
.about-kokoro__post_images_wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
}
.about-kokoro__post_images_wrapper div {
  margin-bottom: 60px;
}
.about-kokoro__post_images_wrapper div:first-child {
  display: flex;
  align-items: flex-start;
}
.about-kokoro__post_images_wrapper div:first-child img {
  width: 29.8%;
}
.about-kokoro__post_images_wrapper div:first-child img:first-child {
  width: 70.2%;
}
@media (max-width: 990px) {
  .about-kokoro__post_images_wrapper div:first-child img:first-child {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .about-kokoro__post_images_wrapper div:first-child img {
    margin-bottom: 10px;
    width: 100%;
  }
}
.about-kokoro__post_images_wrapper div img {
  display: block;
}
@media (max-width: 990px) {
  .about-kokoro__post_images_wrapper div img {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .about-kokoro__post_images_wrapper div {
    margin-bottom: 10px;
    width: 100%;
  }
}
@media (max-width: 990px) {
  .about-kokoro__post_images_wrapper {
    align-items: center;
  }
}
.about-kokoro__post_info {
  position: absolute;
  top: 340px;
  right: 0;
  z-index: 5;
  padding: 160px 0 50px 110px;
  border-left: 1px solid #000;
  max-width: 630px;
}
.about-kokoro__post_info:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 76%;
  height: 1px;
  content: "";
  background-color: #000;
}
.about-kokoro__post_info_images {
  display: flex;
  margin-bottom: 20px;
}
.about-kokoro__post_info_images_img {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  width: 32.8%;
}
.about-kokoro__post_info_images_img img {
  display: block;
  width: 100%;
}
.about-kokoro__post_info_images_img:first-child {
  width: 68%;
}
@media (min-width: 991px) {
  .about-kokoro__post_info_images {
    display: none;
  }
}
@media (max-width: 990px) {
  .about-kokoro__post_info {
    position: relative;
    top: 0;
    padding: 125px 50px 50px;
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 499px) {
  .about-kokoro__post_info {
    padding: 75px 20px 20px;
  }
}
.about-kokoro__post_title {
  margin-bottom: 55px;
  font-family: "Noto Serif JP", serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 64px;
  text-align: left;
}
@media (max-width: 990px) {
  .about-kokoro__post_title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 34px;
  }
}
.about-kokoro__post_number {
  position: absolute;
  top: 5px;
  right: -10px;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 90px;
  font-weight: 300;
  line-height: 94px;
  background: linear-gradient(to left, #ed6c00, #7d0000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media all and (-ms-high-contrast: none) {
  .about-kokoro__post_number {
    color: #ed6c00;
    background: none;
    /* IE11 */
  }
  .about-kokoro__post_number *::-ms-backdrop,
  .about-kokoro__post_number {
    color: #ed6c00;
  }
}
.about-kokoro__post_number:after {
  position: absolute;
  bottom: -10px;
  left: 50%;
  width: 80px;
  height: 6px;
  content: "";
  background: linear-gradient(to left, #ed6c00, #7d0000);
  transform: translate(-50%, 0);
}
@media (max-width: 499px) {
  .about-kokoro__post_number {
    right: 10px;
    font-size: 45px;
    line-height: 49px;
  }
  .about-kokoro__post_number:after {
    width: 100%;
    height: 4px;
  }
}
.about-kokoro__post:nth-child(3) {
  margin-bottom: 225px;
}
@media (max-width: 990px) {
  .about-kokoro__post:nth-child(3) {
    margin-bottom: 100px;
  }
}
.about-kokoro__post:nth-child(4) {
  margin-bottom: 275px;
  padding-top: 15px;
}
.about-kokoro__post:nth-child(4) .about-kokoro__post_info {
  padding-bottom: 25px;
}
@media (max-width: 990px) {
  .about-kokoro__post:nth-child(4) {
    margin-bottom: 100px;
  }
}
.about-kokoro__post:nth-of-type(2n + 1) .about-kokoro__post_info {
  padding: 160px 110px 50px 0;
  border-right: 1px solid #000;
  border-left: none;
  text-align: left;
}
.about-kokoro__post:nth-of-type(2n + 1) .about-kokoro__post_info:after {
  right: 0;
  left: auto;
}
@media (max-width: 990px) {
  .about-kokoro__post:nth-of-type(2n + 1) .about-kokoro__post_info {
    padding: 125px 50px 50px;
  }
}
@media (max-width: 499px) {
  .about-kokoro__post:nth-of-type(2n + 1) .about-kokoro__post_info {
    padding: 75px 20px 20px;
  }
}
.about-kokoro__post:nth-of-type(2n + 1) .about-kokoro__post_info_images_img:last-child {
  width: 34.6%;
}
.about-kokoro__post:nth-of-type(2n + 1) .about-kokoro__post_images_wrapper {
  align-items: flex-end;
}
.about-kokoro__post:nth-of-type(2n + 1) .about-kokoro__post_images_wrapper div:first-child img {
  width: 70.2%;
}
.about-kokoro__post:nth-of-type(2n + 1) .about-kokoro__post_images_wrapper div:first-child img:first-child {
  width: 29.8%;
}
@media (max-width: 990px) {
  .about-kokoro__post:nth-of-type(2n + 1) .about-kokoro__post_images_wrapper div:first-child img:first-child {
    width: 100%;
  }
}
@media (max-width: 990px) {
  .about-kokoro__post:nth-of-type(2n + 1) .about-kokoro__post_images_wrapper div:first-child img {
    width: 100%;
  }
}
.about-kokoro__post:nth-of-type(2n + 1) .about-kokoro__post_images_wrapper div:last-child {
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
@media (max-width: 990px) {
  .about-kokoro__post:nth-of-type(2n + 1) .about-kokoro__post_images_wrapper {
    align-items: center;
  }
}
.about-kokoro__post:nth-of-type(2n + 1) .about-kokoro__post_info,
.about-kokoro__post:nth-of-type(2n + 1) .about-kokoro__post_number {
  right: auto;
  left: -5px;
  padding-bottom: 25px;
}
.about-kokoro__post:nth-of-type(2n + 1) .about-kokoro__post_number:after {
  bottom: 5px;
}
@media (max-width: 499px) {
  .about-kokoro__post:nth-of-type(2n + 1) .about-kokoro__post_number {
    left: 10px;
  }
}
@media (max-width: 499px) {
  .about-kokoro__post:nth-of-type(2n + 1) .about-kokoro__post_title {
    padding-top: 10px;
  }
}
@media (max-width: 990px) {
  .about-kokoro__post {
    margin-bottom: 0;
  }
}
.about-kokoro .first-post {
  padding-bottom: 95px;
}
@media (max-width: 990px) {
  .about-kokoro .first-post {
    padding-bottom: 100px;
  }
}
@media (max-width: 990px) {
  .about-kokoro {
    margin-bottom: 50px;
  }
}
.about-number {
  margin-bottom: 30px;
}
.about-number__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 0 -10px;
  background: url("../images/about-number-list-bg.jpg") 50% 50% no-repeat;
}
.about-number__list li:not(.about-number__list_logo) {
  position: relative;
  margin: 0 0 48px 10px;
  padding: 4px;
  border-radius: 12px;
  width: 32%;
  height: 340px;
}
.about-number__list li:not(.about-number__list_logo):after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to bottom, #7d0000, #ed6c00);
  transition: 0.3s;
}
.about-number__list li:not(.about-number__list_logo):hover a {
  background-color: transparent;
}
.about-number__list li:not(.about-number__list_logo):hover a .title {
  color: #fff;
}
.about-number__list li:not(.about-number__list_logo):hover a .title:after {
  background-color: #fff;
}
.about-number__list li:not(.about-number__list_logo):hover a .count {
  color: #fff;
}
.about-number__list li:not(.about-number__list_logo):hover a .count span {
  color: #fff;
}
.about-number__list li:not(.about-number__list_logo):hover a .text {
  color: #fff;
}
.about-number__list li:not(.about-number__list_logo):nth-child(4) .background {
  top: 50%;
  right: 0;
  bottom: auto;
  left: auto;
  transform: translate(0, -50%);
}
@media (max-width: 769px) {
  .about-number__list li:not(.about-number__list_logo) {
    order: 1;
    margin-left: 0;
    width: 48%;
  }
}
@media (max-width: 599px) {
  .about-number__list li:not(.about-number__list_logo) {
    width: 100%;
  }
}
.about-number__list .w50 {
  width: 49% !important;
}
@media (max-width: 999px) {
  .about-number__list .w50 {
    width: 48% !important;
  }
}
@media (max-width: 599px) {
  .about-number__list .w50 {
    width: 100% !important;
  }
}
.about-number__list_logo {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  margin-left: 20px;
  padding-top: 50px;
  width: 31.6%;
  height: 340px;
}
.about-number__list_logo_lines {
  position: relative;
  margin-bottom: 40px;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 24px;
  color: #d70029;
}
.about-number__list_logo_lines:before {
  position: absolute;
  top: 50%;
  left: -25px;
  width: 2px;
  height: 50px;
  content: "";
  background-color: #d70029;
  transform: translate(0, -35%) rotate(-30deg);
}
.about-number__list_logo_lines:after {
  position: absolute;
  top: 50%;
  right: -20px;
  width: 2px;
  height: 50px;
  content: "";
  background-color: #d70029;
  transform: translate(0, -35%) rotate(30deg);
}
.about-number__list_logo_subtitle {
  display: inline-block;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 46px;
  font-weight: bold;
  line-height: 50px;
}
.about-number__list_logo_title {
  margin-left: -20px;
  font-family: "Courgette", cursive;
  font-size: 98px;
  line-height: 102px;
  color: #bf1521;
}
.about-number__list_logo_text {
  display: inline-block;
  margin-top: -7px;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 17px;
  font-weight: bold;
  line-height: 21px;
}
@media (max-width: 990px) {
  .about-number__list_logo {
    margin-left: 0;
  }
}
@media (max-width: 769px) {
  .about-number__list_logo {
    order: 0;
    width: 48%;
  }
}
@media (max-width: 599px) {
  .about-number__list_logo {
    width: 100%;
  }
}
@media (max-width: 769px) {
  .about-number__list {
    justify-content: space-between;
    margin: 0;
    background: url("../images/about-number-list-bg.jpg") 0 0 no-repeat;
  }
}
.about-number_link,
.about-number_link-holder {
  display: flex;
  position: relative;
  z-index: 5;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding: 82px 10px 0;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  transition: 0.3s;
}
.about-number_link_wrapper,
.about-number_link-holder_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 600px;
}
.about-number_link .number,
.about-number_link-holder .number {
  display: flex;
  position: absolute;
  top: 0;
  left: 50%;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 80px;
  height: 80px;
  font-family: "Arial", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 26px;
  color: #fff;
  background-color: #d70029;
  transform: translate(-50%, -50%);
}
.about-number_link .number:after,
.about-number_link-holder .number:after {
  position: absolute;
  bottom: -6px;
  left: 50%;
  border-width: 7px 4px 0 4px;
  border-style: solid;
  border-color: #d70027 transparent transparent transparent;
  width: 0;
  height: 0;
  content: "";
  transform: translate(-50%, 0);
}
.about-number_link .title,
.about-number_link-holder .title {
  display: inline-block;
  position: relative;
  margin-bottom: 15px;
  padding-bottom: 15px;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  transition: 0.3s;
}
.about-number_link .title:after,
.about-number_link-holder .title:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 40px;
  height: 1px;
  content: "";
  background-color: #d70029;
  transition: 0.3s;
  transform: translate(-50%, 0);
}
.about-number_link .count,
.about-number_link-holder .count {
  display: block;
  margin-bottom: 5px;
  font-family: "Arial", sans-serif;
  font-size: 74px;
  font-weight: bold;
  line-height: 78px;
  transition: 0.3s;
}
.about-number_link .count span,
.about-number_link-holder .count span {
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  transition: 0.3s;
}
@media (max-width: 990px) {
  .about-number_link .count,
  .about-number_link-holder .count {
    font-size: 58px;
    line-height: 62px;
  }
}
.about-number_link .text,
.about-number_link-holder .text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 17px;
  transition: 0.3s;
}
.about-number_link .add,
.about-number_link-holder .add {
  display: inline-block;
  position: absolute;
  right: 15px;
  bottom: 15px;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 50px;
  height: 50px;
}
.about-number_link .add:after,
.about-number_link .add:before,
.about-number_link-holder .add:after,
.about-number_link-holder .add:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.about-number_link .add:after,
.about-number_link-holder .add:after {
  width: 16px;
  height: 2px;
}
.about-number_link .add:before,
.about-number_link-holder .add:before {
  width: 2px;
  height: 16px;
}
.about-number_link .background,
.about-number_link-holder .background {
  position: absolute;
  bottom: -4px;
  left: 50%;
  max-width: 100%;
  transform: translate(-50%, 0);
}
.about-number_modal {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 13;
  padding: 4px;
  border-radius: 12px;
  width: 1040px;
  height: 566px;
  transition: 0.3s;
  transform: translate(-50%, -50%);
}
@media (max-width: 990px) {
  .about-number_modal .about-number_link {
    padding: 30px 10px 0;
  }
}
@media (max-width: 599px) {
  .about-number_modal .about-number_link .count {
    font-size: 36px;
    line-height: 40px;
  }
  .about-number_modal .about-number_link .count span {
    font-size: 20px;
    line-height: 24px;
  }
  .about-number_modal .about-number_link .title {
    padding-bottom: 5px;
  }
}
.about-number_modal:before {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(to bottom, #7d0000, #ed6c00);
  transition: 0.3s;
}
.about-number_modal .text {
  margin-bottom: 55px;
}
@media (max-width: 990px) {
  .about-number_modal .text {
    margin-bottom: 20px;
  }
}
.about-number_modal_close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 15;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  background-color: #8a0e0e;
  transform: translate(50%, -50%);
}
.about-number_modal_close:before,
.about-number_modal_close:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 14px;
  height: 2px;
  content: "";
  background-color: #fff;
  transform: translate(-50%, -50%);
}
.about-number_modal_close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.about-number_modal_close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
@media (max-width: 769px) {
  .about-number_modal_close {
    width: 30px;
    height: 30px;
  }
  .about-number_modal_close:before,
  .about-number_modal_close:after {
    width: 8px;
  }
}
.about-number_modal .mid_btn {
  margin-bottom: 10px;
  padding: 0 20px;
  width: 310px;
  text-align: left;
}
.about-number_modal .mid_btn .text {
  padding-left: 20px;
  line-height: 70px;
}
.about-number_modal .mid_btn .arrow {
  right: 20px;
}
@media (max-width: 499px) {
  .about-number_modal .mid_btn {
    width: 90%;
  }
}
@media (max-width: 1040px) {
  .about-number_modal {
    width: 90%;
  }
}
@media (max-height: 600px) {
  .about-number_modal {
    height: 90%;
  }
}
.about-number-title {
  margin-bottom: 40px;
}

/* Company */
.company-top {
  margin-bottom: 47px;
  padding-top: 100px;
}
@media (max-width: 1039px) {
  .company-top .container {
    padding: 0 20px;
  }
}
@media (max-width: 769px) {
  .company-top .container {
    padding: 0 5px;
  }
}
.company-top__gallery {
  display: flex;
  position: relative;
}
@media (max-width: 991px) {
  .company-top__gallery {
    flex-wrap: wrap;
  }
}
.company-top__gallery_leftside {
  width: 50%;
  height: 375px;
  background: url("../images/company-top-gallery-1.jpg") 50% 50% no-repeat;
  background-size: cover;
}
@media (max-width: 769px) {
  .company-top__gallery_leftside {
    height: 230px;
  }
}
.company-top__gallery_rightside {
  width: 50%;
  height: 375px;
  background: url("../images/company-top-gallery-2.jpg") 50% 50% no-repeat;
  background-size: cover;
}
@media (max-width: 769px) {
  .company-top__gallery_rightside {
    height: 230px;
  }
}
.company-top__blockquote {
  position: relative;
  margin: -160px auto 0;
  padding: 80px 90px 0;
  max-width: 680px;
  background-color: #fff;
}
.company-top__blockquote:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: linear-gradient(to left, #ed6c00, #7d0000);
}
.company-top__blockquote .top-head {
  margin: 0 -25px 40px;
  padding: 0;
  border: none;
}
@media (max-width: 499px) {
  .company-top__blockquote .top-head {
    font-size: 18px;
  }
}
@media (max-width: 768px) {
  .company-top__blockquote {
    padding: 40px 45px 0;
    max-width: 90%;
  }
  .company-top__blockquote .top-head {
    font-size: 24px;
    text-align: center;
  }
}
@media (max-width: 599px) {
  .company-top__blockquote .top-head {
    font-size: 18px;
    text-align: center;
  }
}
@media (max-width: 399px) {
  .company-top__blockquote {
    padding: 20px 22px 0;
    max-width: 85%;
  }
}
.company-top__blockquote .post-text:first-of-type {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .company-top__blockquote .post-text {
    font-size: 14px;
    line-height: 24px;
  }
}
.company-top-posts-info {
  margin-bottom: 70px;
}
.company-top-posts-info .container {
  padding-top: 0;
}
@media (max-width: 1039px) {
  .company-top-posts-info .container {
    padding: 0 20px;
  }
}
.company-top-posts-info .post_m {
  margin-bottom: 50px;
}
@media (max-width: 399px) {
  .company-top-posts-info .post_m .post-link {
    font-size: 16px;
    line-height: 20px;
  }
}
.company-top-posts-info .post_m .post-link_save {
  display: block;
  position: relative;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 24px;
}
.company-top-posts-info .post_m .post-link_save .save {
  position: absolute;
  top: 50%;
  left: 45px;
  width: 12px;
  height: 12px;
  background: url("../images/save-icon.png") 0 0 no-repeat;
  background-size: 100%;
  transform: translate(0, -50%) !important;
}
@media (max-width: 399px) {
  .company-top-posts-info .post_m .post-link_save {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 399px) {
  .company-top-posts-info .col_3 {
    flex-basis: unset;
    width: 100%;
  }
}
@media (max-width: 768px) {
  .company-top {
    padding-top: 50px;
  }
}

.company-detail {
  margin-bottom: 40px;
}
.company-detail .top-head {
  border-bottom: 0;
}
.company-detail .top-head-2 {
  padding-top: 0;
}
.company-detail .top-head-2:before {
  top: 50%;
  transform: translate(0, -50%);
}

.company-environment {
  padding-bottom: 40px;
}
.company-environment .top-head {
  border-bottom: 0;
}
.company-environment__list {
  margin-bottom: 25px;
  list-style: decimal inside;
}
.company-environment__list li {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 30px;
}
.company-environment__list li ul {
  padding-left: 10px;
  counter-reset: list;
}
.company-environment__list li ul li {
  padding-left: 25px;
}
.company-environment__list li ul li:before {
  content: counter(list) ") ";
  counter-increment: list;
}
.company-environment__post .post-text__reverse {
  margin-bottom: 30px;
  line-height: 28px;
  text-align: right;
}
.company-environment__post .warning {
  margin-bottom: 45px;
}
.company-environment__post_title {
  margin-bottom: 25px;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 22px;
  text-align: left;
}
.company-environment__post .mb30 {
  margin-bottom: 30px;
}
.company-environment__post .blog-post .post-text {
  margin-bottom: 20px;
}
.company-environment .btn-act {
  width: 100%;
  max-width: 325px;
}

/* Recruit */
.recruit {
  padding: 100px 0 120px;
}
.recruit-title-top {
  background: url("../images/recruit-title-top.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.recruit__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.recruit__item {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 100px 50px 30px;
  width: 50%;
  min-height: 375px;
}
.recruit__item:nth-child(1) {
  background: url("../images/recruit-item-01.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.recruit__item:nth-child(2) {
  background: url("../images/recruit-item-02.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.recruit__item:nth-child(3) {
  background: url("../images/recruit-item-03.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.recruit__item:nth-child(4) {
  background: url("../images/recruit-item-04.jpg") 50% 50% no-repeat;
  background-size: cover;
}
.recruit__item_info {
  margin-bottom: 10px;
}
.recruit__item_title {
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 34px;
  color: #fff;
  text-align: left;
  text-shadow: 1px 1px 10px black;
}
.recruit__item_subtitle {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 18px;
  color: #fff;
}
.recruit__item_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.recruit__item_links .btn-act {
  margin-bottom: 2px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.7);
}
.recruit__item_links .btn-act img {
  margin: auto;
  max-width: 100%;
}
.recruit__item_links .w50 {
  min-width: unset;
  max-width: 49.8%;
}
@media (max-width: 769px) {
  .recruit__item_links .w50 {
    max-width: 100%;
  }
}
@media (max-width: 990px) {
  .recruit__item {
    padding: 50px 25px 15px;
    width: 100%;
  }
}
@media (max-width: 990px) {
  .recruit {
    padding: 50px 0;
  }
}

/* Voice */
.b0 {
  border: 0;
}

.mb17 {
  margin-bottom: 17px;
}

.mb0 {
  margin-bottom: 0;
}

.mb50 {
  margin-bottom: 50px;
}
@media (max-width: 768px) {
  .mb50 {
    margin-bottom: 25px;
  }
}

.voice .top-head {
  font-weight: bold;
}

.employees {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 75px 0 40px;
}
@media (max-width: 768px) {
  .employees {
    margin: 25px 0;
  }
}
.employees .employees-item {
  margin-bottom: 80px;
  width: 100%;
  max-width: 320px;
}
@media (max-width: 768px) {
  .employees .employees-item {
    margin-bottom: 40px;
    max-width: 100%;
  }
}
.employees .employees-item a {
  display: block;
  position: relative;
  padding: 24px 0 13px;
  border-bottom: 1px solid #000;
  width: 100%;
  transition: 0.3s;
}
.employees .employees-item a:hover {
  transform: translateY(-6px);
}
.employees .employees-item a:hover .line {
  background: linear-gradient(to left, #ed6c00, #7d0000);
}
.employees .employees-item a .line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #000;
  transition: 0.3s;
}
.employees .employees-item a .img-holder {
  margin-bottom: 13px;
}
.employees .employees-item a .img-holder img {
  display: block;
  width: 100%;
}
.employees .employees-item a .employees-title {
  margin-bottom: 5px;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 500;
  font-weight: bold;
  line-height: 30px;
  text-align: left;
}
.employees .employees-item a p {
  line-height: 28px;
  letter-spacing: -1px;
}
.employees .employees-item a strong {
  letter-spacing: 4px;
}

/* Voice_01 */
.voice_01 {
  padding-top: 100px;
}
.voice_01 .mb0 {
  margin-bottom: 0;
}
.voice_01 .mb7 {
  margin-bottom: 7px;
}
.voice_01 .mb50 {
  margin-bottom: 50px;
}
@media (max-width: 599px) {
  .voice_01 .mb50 {
    margin-top: 50px;
  }
}
.voice_01 .mt20 {
  margin-top: -20px;
}
@media (max-width: 990px) {
  .voice_01 .mt20 {
    margin-top: 50px;
  }
}
.voice_01 .mb50 {
  margin-bottom: 50px;
}
.voice_01 .post-text {
  font-weight: bold;
}
.voice_01 .img-holder {
  margin: 100px 0 90px;
  width: 100%;
}
@media (max-width: 599px) {
  .voice_01 .img-holder {
    margin: 50px 0;
  }
}
.voice_01 .img-holder img {
  display: block;
  width: 100%;
}
.voice_01 .blog__post .post-text {
  font-weight: normal;
  line-height: 27px;
}
.voice_01 .recruit-slider {
  margin: 75px auto 40px;
}
.voice_01 .employees-item {
  box-sizing: border-box;
  margin-top: -10px;
  margin-bottom: 0;
  padding: 0 20px;
  max-width: 100%;
}
.voice_01 .employees-item a:hover {
  transform: none;
}
.voice_01 .employees-item a .img-holder {
  margin-top: 0;
}
.voice_01 .pr {
  position: relative;
}
.voice_01 .employee-next {
  right: -70px;
}
@media (max-width: 599px) {
  .voice_01 .employee-next {
    right: -10px;
  }
}
@media (max-width: 479px) {
  .voice_01 .employee-next {
    right: 0;
  }
}
.voice_01 .employee-prev {
  left: -70px;
}
@media (max-width: 599px) {
  .voice_01 .employee-prev {
    left: -10px;
  }
}
@media (max-width: 479px) {
  .voice_01 .employee-prev {
    left: 0;
  }
}
.voice_01 .slider-container {
  margin: 0 auto;
  padding: 0 15px;
  width: 100%;
  max-width: 1080px;
}
@media (max-width: 990px) {
  .voice_01 {
    padding-top: 0;
  }
}

.employees-grey {
  position: relative;
  padding: 1px 0 40px;
  width: 100%;
  background-color: #f1f1ec;
}
.employees-grey .slick-slider {
  position: static;
}

.main-voice_01 {
  display: flex;
  position: relative;
  align-items: flex-start;
  justify-content: flex-end;
  margin-bottom: 90px;
  width: 100%;
  min-height: 450px;
}
.main-voice_01__img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
  width: 74%;
  height: 100%;
  /*background: url("../images/recruit-voice-woman.jpg") 50% 50% no-repeat;*/
  background-size: cover;
}
.main-voice_01__img img {
  display: none;
}
@media (max-width: 990px) {
  .main-voice_01__img {
    position: static;
    margin-bottom: 20px;
    width: 100%;
    background: none;
  }
  .main-voice_01__img img {
    display: block;
    width: 100%;
  }
}
.main-voice_01__info {
  position: relative;
  z-index: 5;
  padding: 60px 45px 60px 40px;
  min-width: 390px;
  background-color: #fff;
}
.main-voice_01__info_title {
  margin-bottom: 35px;
  font-family: "Noto Serif JP", serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
  text-align: left;
}
.main-voice_01__info .post-text {
  margin-bottom: 15px;
}
.main-voice_01__info_date {
  display: inline-block;
  font-family: "游ゴシック Bold", "Yu Gothic Bold", "游ゴシック体 ボールド", "YuGothic Bold", "YuGo-Bold",
    "YuGothic-Bold", sans-serif;
  font-size: 20px;
  font-weight: bold;
  line-height: 22px;
}
.main-voice_01__info:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  content: "";
  background: linear-gradient(to left, #ed6c00, #7d0000);
}
@media (max-width: 990px) {
  .main-voice_01__info {
    padding: 30px 10px;
    width: 100%;
    max-width: unset;
  }
}
@media (max-width: 990px) {
  .main-voice_01 {
    flex-direction: column;
    margin-bottom: 30px;
    padding-top: 40px;
    min-height: unset;
  }
}

/* Top ENG */
.top-eng__gallery_leftside {
  background: url("../images/top-eng-gallery-1.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.top-eng__gallery_rightside {
  background: url("../images/top-eng-gallery-2.jpg") 50% 50% no-repeat;
  background-size: cover;
}

.top-eng-brands {
  margin-top: -10px;
  padding-top: 100px;
}

.top-eng-brands__all {
  height: 317px;
}
@media (max-width: 599px) {
  .top-eng-brands__all {
    height: 280px;
  }
}
.top-eng-brands__all_active {
  padding-bottom: 145px;
  height: auto;
}
@media (max-width: 599px) {
  .top-eng-brands__all_active {
    height: auto;
  }
}

@media (max-width: 769px) {
  .top-eng-company-top {
    padding-top: 150px;
  }
}

.overseas__wrapper {
  display: flex;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}

.overseas__info {
  margin-bottom: 5px;
}
.overseas__info_text {
  margin: auto;
  max-width: 650px;
}
.overseas__info_text h3 {
  margin-bottom: 19px;
  font-size: 23px;
  line-height: 38px;
  text-align: center;
  letter-spacing: 1px;
}
@media (max-width: 769px) {
  .overseas__info_text .post-text {
    padding: 0 10px;
  }
}

.overseas__img-wrapper {
  display: flex;
  margin-bottom: 80px;
  width: 100%;
}
@media (max-width: 990px) {
  .overseas__img-wrapper {
    flex-wrap: wrap;
    justify-content: space-around;
  }
}

.overseas__img {
  width: 100%;
}
.overseas__img:not(:last-child) {
  margin-right: 5px;
}
@media (max-width: 990px) {
  .overseas__img:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 990px) {
  .overseas__img:nth-child(2n + 1) {
    margin-right: 5px;
  }
}
.overseas__img img {
  display: block;
  width: 100%;
}
@media (max-width: 990px) {
  .overseas__img {
    width: calc(50% - 5px);
  }
}

.overseas-table {
  padding: 100px 0 90px;
  background: url("../images/about-bg.jpg") 50% 50% no-repeat;
  background-size: cover;
}

/* - * - * - * - * - * - * -  add 18_04_2019 * - * - * - * - * - * - * - */
.site_search_news__list > li {
  padding: 20px 0;
}
.site_search_news__list > li > p > a {
  padding: 0;
}
.site_search_news__list > li > p:last-child {
  margin-bottom: 0;
}
.site_search_li_title {
  color: #d70029;
}
.site_search_news__list p {
}
.site_search_pagination_new li {
  position: relative;
}
.site_search_pagination_new li .next {
  margin: 0 0 0 25px;
  width: 100%;
  height: 30px;
  background: #000;
}
.site_search_pagination_new li .next:after {
  position: absolute;
  top: 14px;
  right: 8px;
  width: 6px;
  height: 1px;
  content: "";
  background-color: #fff;
  transition: 0.2s;
  transform: rotate(45deg);
}
.site_search_pagination_new li .next:before {
  top: 16px;
  left: 8px;
  width: 10px;
  height: 1px;
  background: #fff;
  transform: translate(50%, 50%);
}
.site_search_pagination_new .pagination li:nth-child(7) {
  margin-right: 10px;
}
.search-result__header .search-result__detail_title {
  width: 88%;
}
.search-result__header .search-detail__main_category {
  padding: 5px 0;
  width: 12%;
  color: #fff;
  text-align: center;
  background-color: #d70029;
}

.overflow-text::-webkit-scrollbar {
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  width: 15px;
  height: 15px;
}
.overflow-text::-webkit-scrollbar-thumb {
  border: 2px solid #eee;
  border-radius: 8px;
  background-color: #c3c3c3;
}

.overflow-text::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
}

.site_search_pagination_new .pagination > li {
  background-color: transparent;
}
.site_search_pagination_new .pagination li > a,
.site_search_pagination_new .pagination li > span {
  display: block;
  height: 100%;
  font-size: 15px;
  line-height: 35px;
  color: #fff;
  text-align: center;
  background-color: #7d7d7d;
  transition: 0.2s;
}
.site_search_pagination_new .pagination li > span:hover,
.site_search_pagination_new .pagination li > a:hover {
  line-height: 26px;
}
.site_search_pagination_new .pagination li > span.current {
  background-color: #d70029;
}
.site_search_pagination_new .pagination li > span.extend {
  color: #000;
  background: #fff;
}
.site_search_pagination_new .pagination li > a.first,
.site_search_pagination_new .pagination li > a.last {
  display: none;
}
.site_search_pagination_new .pagination li > a.previouspostslink,
.site_search_pagination_new .pagination li > a.nextpostslink {
  position: relative;
  text-indent: -9999px;
  cursor: pointer;
  background: #000;
}
.site_search_pagination_new .pagination li > a.previouspostslink:after {
  position: absolute;
  top: 14px;
  left: 10px;
  width: 6px;
  height: 1px;
  content: "";
  background-color: #fff;
  transition: 0.2s;
  transform: rotate(-45deg);
}
.site_search_pagination_new .pagination li > a.previouspostslink:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 9;
  width: 10px;
  height: 1px;
  content: "";
  background-color: #fff;
  transition: 0.2s;
  transform: translate(50%, 50%);
}
.site_search_pagination_new .pagination li > a.nextpostslink:after {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 6px;
  height: 1px;
  content: "";
  background-color: #fff;
  transition: 0.2s;
  transform: rotate(45deg);
}
.site_search_pagination_new .pagination li > a.nextpostslink:before {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 5px;
  z-index: 9;
  width: 10px;
  height: 1px;
  content: "";
  background-color: #fff;
  transition: 0.2s;
  transform: translate(50%, 50%);
}
.site_search_pagination_new {
  clear: both;
}
#form_search_to_location {
  display: none;
}
.k_show_sp {
  display: none;
}
.k-mb-10 {
  margin-bottom: 10px;
}
.k-mb-20 {
  margin-bottom: 20px;
}

@media (max-width: 769px) {
  .k_show_dex {
    display: none;
  }
  .k_show_sp {
    display: block;
  }
  .footer .footer__content-nav .copyright {
    text-align: center;
  }
  .footer__content-nav .logo-link {
    margin-bottom: 15px;
    text-align: center;
  }
  .breadcrumbs {
    display: none;
  }
  .topics-posts.topics-posts-sp-show {
    display: block;
  }
  .topics {
    background: #f0f1ec;
  }
  .topics-posts .topic-post {
    margin-bottom: 20px;
    min-height: 0;
  }
  .topic-post.has-tag {
    padding-bottom: 50px;
  }
  .search .pt20:before {
    top: 50%;
  }
}

@media (max-width: 769px) and (min-width: 360px) {
  .blog__post {
    width: 320px;
  }
}
/* - * - * - * - * - * - * -  end 18_04_2019 * - * - * - * - * - * - * - */
/*manh20191218*/
.m_addBut ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 -10px;
}
.m_addBut ul li {
  padding: 0 10px;
  width: 50%;
}
.m_addBut ul li:last-child a {
  margin-right: 0;
}
.m_addBut {
  margin-top: 40px;
}
@media (max-width: 769px) {
  .m_addBut ul {
    display: block;
    width: 100%;
  }

  p.mbld {
    width: 100%;
    height: 100% !important;
  }
  .m_addBut ul {
    margin: 0;
  }
  .m_addBut {
    margin-top: 20px;
  }
  .m_addBut ul li {
    margin-bottom: 20px;
    padding: 0;
    width: 100%;
  }
  .m_addBut ul li a img {
    display: block;
    width: 100% !important;
  }
}

p.mbld {
  width: 100%;
  height: 630px;
}

p.mbld img {
  width: 100%;
  height: auto;
}
.m_addBut ul li img {
  border: 1px solid red;
}

.privacy.socialmedia {
  margin-bottom: 0;
}
.social-accounts {
  margin-bottom: 50px;
}
.social-accounts img {
  max-width: 100%;
  line-height: 0;
}
.social-accounts__list {
  display: flex;
  flex-wrap: wrap;
}
.social-accounts__item {
  display: flex;
  justify-content: space-between;
  padding: 15px;
  width: calc((100% - 20px) / 2);
  background: #eee;
}
.social-accounts__item:nth-child(2n) {
  margin-left: 20px;
}
.social-accounts__item:nth-child(n + 3) {
  margin-top: 20px;
}
.social-accounts__img {
  padding: 5px;
  border: solid 1px #ddd;
  width: 170px;
  height: 170px;
  background: #fff;
}
.social-accounts__text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 5px 0;
  width: calc(100% - 180px);
}
.social-accounts__brand {
}
.social-accounts__name {
  font-size: 18px;
  font-weight: bold;
}
.social-accounts__name a {
  position: relative;
}
.social-accounts__name a::before {
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #000;
  transition: 0.2s;
  transform: translateX(-50%) scaleX(0);
}
.social-accounts__name a:hover:before {
  transform: translateX(-50%) scaleX(1);
}
.social-accounts__desc {
  margin-top: 10px;
}
.social-accounts__sns {
  display: flex;
  margin-top: 20px;
  min-height: 0%;
}
.social-accounts__sns__item {
  width: 50px;
  max-width: calc((100% - 10px * 3) / 4);
  background: #fff;
}
.social-accounts__sns__item:not(:first-child) {
  margin-left: 10px;
}
.social-accounts__sns__link {
  display: block;
  line-height: 0;
  transition: 0.5s;
}
.social-accounts__sns__link:hover {
  opacity: 0.7;
}
@media (max-width: 767px) {
  .social-accounts {
  }
  .social-accounts__list {
    display: block;
  }
  .social-accounts__item {
    padding: 10px;
    width: 100%;
  }
  .social-accounts__item:nth-child(2n) {
    margin-left: 0;
  }
  .social-accounts__item:not(:first-child),
  .social-accounts__item:nth-child(n + 3) {
    margin-top: 5px;
  }
  .social-accounts__img {
    display: flex;
    align-items: center;
    width: 40%;
    height: auto;
  }
  .social-accounts__text {
    width: calc(60% - 10px);
  }
  .social-accounts__brand {
  }
  .social-accounts__name {
  }
  .social-accounts__name a {
  }
  .social-accounts__desc {
    margin-top: 10px;
  }
  .social-accounts__sns {
    margin-top: 10px;
  }
  .social-accounts__sns__item {
    width: 50px;
    max-width: calc((100% - 10px * 3) / 4);
    background: #fff;
  }
  .social-accounts__sns__item:not(:first-child) {
    margin-left: 10px;
  }
}
