@charset "UTF-8";
@keyframes zoom {
  50% {
    transform: scale(1.05);
  }
}

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

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

@keyframes slowloop {
  0% {
    transform: rotateZ(0);
  }
  100% {
    transform: rotateZ(360deg);
  }
}

@keyframes flash {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes leftSlideIn {
  0% {
    left: -100%;
  }
  100% {
    left: 0;
  }
}

/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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 {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
}

body {
  line-height: 1;
}

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

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

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: transparent;
}

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

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

del {
  text-decoration: line-through;
}

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

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #cccccc;
}

input, select {
  vertical-align: middle;
}

/* ----------------------------------------------------------
 *
 * Clear Fix
 *
 *---------------------------------------------------------- */
.clearfix {
  *zoom: 1;
}

.clearfix::after {
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
  font-size: 0;
  content: " ";
}

.clear {
  clear: both;
}

html {
  width: 100%;
  height: 100%;
  font-size: 62.5%;
}

body {
  -webkit-text-size-adjust: none;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  background: url(../img/cmn/bg.jpg) repeat;
  background-size: 80px;
  color: #111111;
  font-family: yu-mincho-pr6n, YuMincho, "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.7;
}

@media screen and (max-width: 749px) {
  body {
    font-size: 13px;
    font-size: 3.46667vw;
    font-size: 4.2vw;
    line-height: 2;
    text-transform: uppercase;
  }
}

a {
  color: #111111;
  text-decoration: none;
  transition: .2s;
}

a:hover {
  opacity: 0.5;
  transition: .2s;
}

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

.main .inner {
  width: 980px;
  margin: 0 auto 100px;
}

@media screen and (max-width: 749px) {
  .main .inner {
    width: 90%;
    margin: 0 auto 10%;
  }
}

.tbl {
  display: flex;
  flex-wrap: wrap;
  max-width: 1100px;
  margin: 0 auto 40px;
  border: 1px solid #fff;
  border-top: none;
}

@media screen and (max-width: 749px) {
  .tbl {
    width: 100%;
    margin: 0 auto 10%;
    border-top: none;
    font-size: 3.8vw;
  }
}

.tbl dt {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30%;
  padding: 10px;
  border-top: 1px solid #fff;
  background: #c2ac7a;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .tbl dt {
    width: 100%;
    padding: 10px;
  }
}

.tbl dd {
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 70%;
  margin: 0;
  padding: 10px;
  border-top: 1px solid rgba(194, 172, 122, 0.1);
  border-left: 1px solid rgba(194, 172, 122, 0.1);
  background: #fff;
}

@media screen and (max-width: 749px) {
  .tbl dd {
    width: 100%;
    padding: 10px;
  }
}

.btn_more:after {
  position: absolute;
  top: 50%;
  right: 4%;
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}

.text {
  line-height: 1.7;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

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

.clearfix:after {
  clear: both;
}

.clear {
  clear: both;
}

@media screen and (min-width: 960px) {
  .sp {
    display: none !important;
  }
}

@media screen and (max-width: 959px) and (min-width: 749px) {
  .sp {
    display: none !important;
  }
}

@media screen and (min-width: 960px) {
  .sp-s {
    display: none !important;
  }
}

@media screen and (max-width: 959px) and (min-width: 749px) {
  .sp-s {
    display: none !important;
  }
}

@media screen and (max-width: 749px) {
  .sp-s {
    display: block !important;
  }
}

@media screen and (max-width: 959px) and (min-width: 749px) {
  .pc {
    display: block !important;
  }
}

@media screen and (max-width: 749px) {
  .pc {
    display: none !important;
  }
}

@media screen and (max-width: 959px) and (min-width: 749px) {
  .pc-inline {
    display: inline !important;
  }
}

@media screen and (max-width: 749px) {
  .pc-inline {
    display: none !important;
  }
}

@media screen and (max-width: 959px) and (min-width: 749px) {
  .pc-s {
    display: block !important;
  }
}

@media screen and (max-width: 749px) {
  .pc-s {
    display: none !important;
  }
}

/* @group float
-------------------------------- */
.right {
  float: right;
}

.left {
  float: left;
}

.img-left {
  margin: 0 20px 10px 0;
  float: left;
}

.img-right {
  margin: 0 0 10px 20px;
  float: right;
}

/* @text-align
-------------------------------- */
.ta-right {
  text-align: right !important;
}

.ta-center {
  text-align: center !important;
}

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

/* @vertical-align
-------------------------------- */
.va-top {
  vertical-align: top !important;
}

.va-bottom {
  vertical-align: bottom !important;
}

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

/* @font-weight
-------------------------------- */
.fw-bold {
  font-weight: bold !important;
}

/* @status font color
-------------------------------- */
.error-message {
  color: #c00;
}

/* @wp image
-------------------------------- */
.alignleft {
  margin: 0 20px 10px 0;
  float: left;
}

.alignright {
  margin: 0 0 10px 20px;
  float: right;
}

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (min-width: 960px) {
  .delighter.anime-left {
    transform: translateX(-5%);
    opacity: 0;
    transition: all .3s ease-out;
  }
  .delighter.anime-left.started {
    transform: none;
    opacity: 1;
  }
  .delighter.anime-right {
    transform: translateX(5%);
    opacity: 0;
    transition: all .3s ease-out;
  }
  .delighter.anime-right.started {
    transform: none;
    opacity: 1;
  }
  .delighter.anime01 {
    display: block;
    transform: translateY(100%);
    opacity: 1;
    transition: all .3s linear;
  }
  .delighter.anime01.started {
    transform: none;
    opacity: 1;
  }
  .delighter.anime01-2 {
    transform: translateY(100%);
    opacity: 1;
    transition: all .3s linear .1s;
  }
  .delighter.anime01-2.started {
    transform: none;
    opacity: 1;
  }
  .delighter.anime02 {
    transform: translateY(20%);
    opacity: 0;
    transition: all 1s ease-out;
  }
  .delighter.anime02.started {
    transform: none;
    opacity: 1;
  }
  .delighter.anime02-2 {
    transform: translateY(20%);
    opacity: 0;
    transition: all 1s ease-out .3s;
  }
  .delighter.anime02-2.started {
    transform: none;
    opacity: 1;
  }
  .delighter.anime02-3 {
    transform: translateY(20%);
    opacity: 0;
    transition: all 1s ease-out .6s;
  }
  .delighter.anime02-3.started {
    transform: none;
    opacity: 1;
  }
  .delighter.anime03 {
    transform: translateY(30%);
    opacity: 0;
    transition: all .6s ease-out;
  }
  .delighter.anime03.started {
    transform: none;
    opacity: 1;
  }
  .delighter.anime-rotate {
    transform: none;
    transition: all .5s ease-out;
  }
  .delighter.anime-rotate.started {
    transform: rotate(-30deg);
  }
  .delighter.anime-rotate.started.ended {
    transform: rotate(710deg);
  }
  .delighter.anime-leftin01 {
    display: inline-block;
    left: -100%;
    transition: all .5s ease-out 1s;
  }
  .delighter.anime-leftin01.started {
    left: 50%;
  }
}

/* 全共通 */
.wrapper {
  position: relative;
  min-width: 1000px;
  overflow: hidden;
}

@media screen and (max-width: 749px) {
  .wrapper {
    min-width: auto;
  }
}

.header {
  z-index: 99999;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}

.header__logo {
  z-index: 100000;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  height: 150px;
}

@media screen and (max-width: 749px) {
  .header__logo {
    position: absolute;
    width: 80px;
    height: 80px;
  }
}

.header__logo a {
  display: block;
}

.gnav {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  padding: 25px;
  text-align: right;
}

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

.gnav__list {
  display: inline-block;
}

.gnav__list li {
  display: inline-block;
  margin-right: 24px;
}

.gnav__list li a {
  color: #fff;
  font-weight: bold;
}

.gnav__list li a:hover {
  opacity: 1;
}

.changed .gnav {
  background: rgba(255, 255, 255, 0.7);
}

.changed .gnav .gnav__list li a {
  color: #111111;
}

.header--page {
  height: 70px;
  border-bottom: solid 1px #8d0105;
  background: url(../img/cmn/bg.jpg) repeat;
  background-size: 80px;
}

@media screen and (max-width: 749px) {
  .header--page {
    position: static;
    height: 60px;
    border-bottom: solid 2px #8d0105;
    background: #fff;
  }
}

.header--page .header__logo {
  top: 21px;
  left: 15px;
  width: auto;
  height: auto;
}

@media screen and (max-width: 749px) {
  .header--page .header__logo {
    position: static;
    text-align: left;
  }
}

.header--page .header__logo img {
  width: 195px;
  height: 23px;
}

@media screen and (max-width: 749px) {
  .header--page .header__logo img {
    width: 48%;
    height: 60px;
    padding-left: 3%;
  }
}

.header--page .gnav {
  padding: 22px;
}

.header--page .gnav__list li a {
  color: #111111;
  font-size: 1.6rem;
  font-weight: normal;
}

.header--page .gnav__list li a:hover {
  color: #8d0105;
}

.header--page .gnav__list li.gnav__contact a {
  color: #8d0105;
  font-size: 1.6rem;
  font-weight: normal;
}

.header--page .gnav__list li.gnav__contact a:hover {
  color: #111111;
}

@media screen and (min-width: 750px) and (max-width: 1025px) {
  .gnav {
    padding: 22px;
  }
  .gnav__list {
    display: inline-block;
    width: 100%;
  }
  .gnav__list li {
    margin-right: 0.5em;
  }
  .gnav__list li a {
    color: #111111;
    font-size: 1.2rem !important;
    font-weight: normal;
  }
  .gnav__list li a:hover {
    color: #8d0105;
  }
  .gnav__list li.gnav__contact a {
    color: #8d0105;
    font-size: 1.2rem !important;
    font-weight: normal;
  }
  .gnav__list li.gnav__contact a:hover {
    color: #111111;
  }
  .gnav {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    padding: 25px;
    text-align: right;
  }
}

@media screen and (min-width: 750px) and (max-width: 1025px) and (max-width: 749px) {
  .gnav {
    display: none;
  }
}

@media screen and (min-width: 750px) and (max-width: 1025px) {
  .gnav__list {
    display: inline-block;
    width: 100%;
  }
  .gnav__list li {
    display: inline-block;
    margin-right: 1%;
  }
  .gnav__list li a {
    color: #fff;
    font-weight: bold;
  }
  .gnav__list li a:hover {
    opacity: 1;
  }
}

.footer {
  background: #353535;
  color: #fff;
}

.footer__inner {
  max-width: 588px;
  margin: 0 auto;
  padding: 24px 0;
}

@media screen and (max-width: 749px) {
  .footer__inner {
    max-width: 100%;
    padding: 24px 0 5%;
  }
}

.footer__logo {
  margin: 130px auto;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .footer__logo {
    margin-bottom: 25%;
    text-align: center;
  }
}

.footer__logo img {
  width: 227px;
  height: 27px;
}

@media screen and (max-width: 749px) {
  .footer__logo img {
    width: 80%;
  }
}

.fnav {
  margin-bottom: 40px;
}

@media screen and (max-width: 749px) {
  .fnav {
    margin-bottom: 25%;
  }
}

.fnav__list {
  display: inline-block;
  border-left: solid 1px #aaaaaa;
}

@media screen and (max-width: 749px) {
  .fnav__list {
    display: block;
    width: 90%;
    margin: 0 auto;
    border: none;
  }
}

.fnav__list li {
  display: inline-block;
  padding: 0px 23px;
  border-right: solid 1px #aaaaaa;
  line-height: 2.2;
}

@media screen and (max-width: 749px) {
  .fnav__list li {
    width: 49%;
    margin-bottom: 2%;
    padding: 0px 3.2%;
    font-size: 3.45vw;
    text-align: center;
  }
  .fnav__list li:not(:nth-child(2n)) {
    border-left: solid 1px #aaaaaa;
  }
}

.fnav__list li a {
  color: #fff;
}

.copyright {
  color: #aaaaaa;
  font-family: source-han-sans-japanese, "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-size: 1.4rem;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .copyright {
    clear: both;
    font-size: 10px;
    font-size: 2.66667vw;
    text-align: center;
    text-transform: uppercase;
  }
}

/* スマホグローバルナビ開閉ボタン */
.spnav {
  display: none;
  z-index: 100001;
  position: relative;
}

@media screen and (max-width: 749px) {
  .spnav {
    display: block;
  }
}

.spnav__menu {
  z-index: 100003;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 55px;
  color: #fff;
}

.spnav__menu li {
  display: inline-block;
  width: 16.5%;
  float: right;
}

.spnav__menu li a {
  display: block;
  color: #fff;
  font-size: 15px;
  font-size: 4vw;
  font-weight: bold;
  text-transform: uppercase;
}

.spnav__menu li a img {
  vertical-align: middle;
}

.spnav__menu li:not(:first-child) {
  width: 14.5%;
  border-left: 1px solid #fff;
}

.spnav__wrap {
  display: none;
  z-index: 100002;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100%);
  overflow: scroll;
  background: #fff;
}

.spnav__inner {
  height: calc(100vh);
  overflow: scroll;
  background: url(../img/cmn/bg.jpg) repeat;
  background-size: 80px;
}

.spnav__logo {
  padding-left: 3%;
  border-bottom: 2px solid #8d0105;
  background: #fff;
  text-align: left;
}

.spnav__logo img {
  width: 46%;
  height: 60px;
}

.spnav__list {
  width: 90%;
  margin: 9% auto;
  border: solid 2px #dfdfdf;
  background: #fff;
}

.spnav__list li a {
  display: block;
  position: relative;
  padding: 12.5px;
  border-bottom: 2px solid #dfdfdf;
  font-size: 15px;
  font-size: 4vw;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

.spnav__list li a:after {
  z-index: 1000;
  position: absolute;
  top: 50%;
  right: 4%;
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
  border-top: 2px solid #dfdfdf;
  border-right: 2px solid #dfdfdf;
  content: "";
}

.spnav__list li.contact a {
  color: #8d0105;
}

.spnav__list li:last-child a {
  border: none;
}

.spnav__contact {
  padding: 30px 0 150px;
  text-align: center;
}

.spnav__contact__copy {
  margin-bottom: 30px;
  text-align: center;
}

.spnav__contact__copy img {
  width: 80%;
}

.spnav__contact__description {
  margin-bottom: 20px;
  font-size: 11px;
  font-size: 2.93333vw;
  text-transform: uppercase;
}

.spnav__contact__link__mail {
  margin-bottom: 10px;
}

.spnav__contact__link__mail a {
  display: inline-block;
  width: 80%;
  padding-left: 32px;
  border-radius: 25px;
  background: #8d0105 url(../img/cmn/icn_mail.svg) 56px 16px no-repeat;
  background-size: 20px 16px;
  color: #fff;
  font-size: 15px;
  font-size: 4vw;
  font-weight: bold;
  line-height: 50px;
  text-transform: uppercase;
  vertical-align: middle;
}

.spnav__contact__link__tel a {
  display: inline-block;
  width: 80%;
  padding-left: 32px;
  border-radius: 25px;
  background: #8d0105 url(../img/cmn/icn_tel.svg) 62px 13px no-repeat;
  background-size: 24px 24px;
  color: #fff;
  font-family: yu-mincho-pr6n, YuMincho, "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 19px;
  font-size: 5.06667vw;
  font-weight: bold;
  line-height: 50px;
  text-transform: uppercase;
  vertical-align: middle;
}

#panel-btn {
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  width: 100%;
  height: 55px;
  text-align: center;
  text-decoration: none;
}

#panel-btn .close {
  background: transparent;
}

#panel-btn .close::before, #panel-btn .close::after {
  margin-top: -2px;
  background: #131313;
}

#panel-btn .close::before {
  transform: rotate(-45deg);
}

#panel-btn .close::after {
  transform: rotate(-135deg);
}

#panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 22px;
  height: 4px;
  transform: translate(-50%, -50%);
  background: #131313;
  transition: .2s;
}

#panel-btn-icon::before, #panel-btn-icon::after {
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 22px;
  height: 4px;
  background: #111111;
  content: "";
  transition: .3s;
}

#panel-btn-icon::before {
  margin-top: -12px;
}

#panel-btn-icon::after {
  margin-top: 8px;
}

.spnav__lit__sub {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.spnav__lit__sub li {
  display: inline-block;
  padding: 0% 5%;
  border-left: 2px #b2b2b2 solid;
}

.spnav__lit__sub li:last-child {
  border-right: 2px #b2b2b2 solid;
}

.title-top--01 {
  font-size: 5rem;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .title-top--01 {
    font-size: 25px;
    font-size: 6.66667vw;
    text-transform: uppercase;
  }
}

.title-top--01 em {
  font-style: normal;
}

@media screen and (max-width: 749px) {
  .title-top--01 em {
    color: #8d0105;
  }
}

.title-top--02 {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .title-top--02 {
    font-size: 15px;
    font-size: 4vw;
    text-transform: uppercase;
  }
}

.title-top--03 {
  color: #fff;
  font-family: yu-mincho-pr6n, YuMincho, "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 7rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .title-top--03 {
    font-size: 35px;
    font-size: 9.33333vw;
    text-transform: uppercase;
  }
}

.title-page--01 {
  position: relative;
  margin-bottom: 20px;
  padding: 110px 0;
  font-size: 2.9rem;
  font-weight: normal;
  line-height: 1.8;
  text-align: center;
}

.title-page--01:before {
  z-index: -1;
  position: absolute;
  top: 46%;
  left: 50%;
  width: 288px;
  height: 180px;
  transform: translateX(-50%) translateY(-50%);
  background: url(../img/cmn/h2logo.png) no-repeat center;
  background-size: 100% auto;
  content: "";
}

@media screen and (max-width: 749px) {
  .title-page--01:before {
    top: 50%;
    left: 50%;
    width: 50%;
    height: 123px;
  }
}

@media screen and (max-width: 749px) {
  .title-page--01 {
    padding: 10% 0;
    font-size: 25px;
    font-size: 6.66667vw;
    text-transform: uppercase;
  }
}

.title-page--01__en {
  display: block;
  color: #8d0105;
  font-family: yu-mincho-pr6n, YuMincho, "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (max-width: 749px) {
  .title-page--01__en {
    font-size: 15px;
    font-size: 4vw;
    text-transform: uppercase;
  }
}

.title-page--02 {
  margin-bottom: 40px;
  font-size: 3rem;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .title-page--02 {
    margin-bottom: 25px;
    font-size: 15px;
    font-size: 4vw;
    text-transform: uppercase;
  }
}

.title-page--03 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 2.4;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .title-page--03 {
    font-size: 15px;
    font-size: 4vw;
    text-transform: uppercase;
  }
}

.title-page--03__en {
  display: block;
  color: #8d0105;
  font-family: yu-mincho-pr6n, YuMincho, "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 749px) {
  .title-page--03__en {
    font-size: 11px;
    font-size: 2.93333vw;
    text-transform: uppercase;
  }
}

.title-page--04 {
  position: relative;
  padding: 22px 0 40px;
  background: #8d0105;
  color: #FFFFFF;
  font-size: 3rem;
  font-weight: bold;
  line-height: 2.4;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .title-page--04 {
    padding: 11px 0 20px;
    font-size: 15px;
    font-size: 4vw;
    text-transform: uppercase;
  }
}

.title-page--04::before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -25px;
  border: 25px solid transparent;
  border-top: 25px solid #8d0105;
  content: "";
}

@media screen and (max-width: 749px) {
  .title-page--04::before {
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #8d0105;
  }
}

.title-page--04__en {
  display: block;
  font-family: yu-mincho-pr6n, YuMincho, "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 749px) {
  .title-page--04__en {
    font-size: 11px;
    font-size: 2.93333vw;
    text-transform: uppercase;
  }
}

.title-page--04__sub {
  margin-top: 65px;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .title-page--04__sub {
    margin-top: 35px;
  }
}

.title-page--05 {
  font-size: 5rem;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .title-page--05 {
    font-size: 25px;
    font-size: 6.66667vw;
    text-transform: uppercase;
  }
}

.title-page--05__en {
  display: block;
  color: #00bc93;
  font-family: yu-mincho-pr6n, YuMincho, "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1;
  text-transform: uppercase;
}

@media screen and (max-width: 749px) {
  .title-page--05__en {
    font-size: 15px;
    font-size: 4vw;
    text-transform: uppercase;
  }
}

.title-page--06 {
  font-size: 3rem;
  font-weight: bold;
  line-height: 2.4;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .title-page--06 {
    font-size: 15px;
    font-size: 4vw;
    text-transform: uppercase;
  }
}

.title-page--06__en {
  display: block;
  color: #00bc93;
  font-family: yu-mincho-pr6n, YuMincho, "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

@media screen and (max-width: 749px) {
  .title-page--06__en {
    font-size: 11px;
    font-size: 2.93333vw;
    text-transform: uppercase;
  }
}

.title-page--07 {
  position: relative;
  padding: 22px 25px;
  background: #00bc93;
  color: #FFFFFF;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .title-page--07 {
    padding: 11px;
    font-size: 15px;
    font-size: 4vw;
    text-transform: uppercase;
  }
}

.title-page--07::before {
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -25px;
  border: 25px solid transparent;
  border-top: 25px solid #00bc93;
  content: "";
}

@media screen and (max-width: 749px) {
  .title-page--07::before {
    margin-left: -15px;
    border: 15px solid transparent;
    border-top: 15px solid #00bc93;
  }
}

.title-main--01 {
  font-family: "proxima-nova", sans-serif;
}

.title-wrap {
  display: block;
  overflow: hidden;
}

.text-wrap {
  overflow: hidden;
}

.title-sub--01 {
  text-align: center;
}

/* h1~~h5*/
h3 {
  position: relative;
  margin-bottom: 20px;
  padding: 10px 10px 10px 27px;
  background: #353535;
  color: #fff;
  font-size: 2.3rem;
  letter-spacing: 0.15em;
}

@media screen and (max-width: 749px) {
  h3 {
    padding: 3%;
  }
}

h3 small.sub {
  display: inline-block;
  z-index: 10;
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 90%;
  font-size: 1.1rem;
  text-align: right;
  vertical-align: -webkit-baseline-middle;
}

h4 {
  margin-bottom: 20px;
  padding: 5px;
  border-bottom: solid 1px #8d0105;
  color: #8d0105;
  font-size: 2rem;
  text-align: center;
}

.address__area__txt {
  margin-bottom: 50px;
}

.button--01 {
  text-align: center;
}

.button--01 a, .button--01 span {
  display: inline-block;
  position: relative;
  width: 232px;
  padding: 22px 0;
  border: 1px solid #8d0105;
  background: #8d0105;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .button--01 a, .button--01 span {
    width: 96%;
    padding: 12px 0;
    font-size: 15px;
    font-size: 4vw;
    text-transform: uppercase;
  }
}

.button--01 a::after, .button--01 span::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 6px;
  height: 6px;
  transform: translate(0, -50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

@media screen and (max-width: 749px) {
  .button--01 a::after, .button--01 span::after {
    right: 20px;
  }
}

@media screen and (min-width: 960px) {
  .button--01 a:hover, .button--01 span:hover {
    border: 1px solid #8d0105;
    background: #fff;
    color: #8d0105;
  }
}

@media screen and (min-width: 960px) {
  .button--01 a:hover::after, .button--01 span:hover::after {
    border-color: #8d0105;
  }
}

.button--02 {
  text-align: center;
}

.button--02 a, .button--02 span {
  display: inline-block;
  position: relative;
  width: 232px;
  padding: 22px 0;
  background: #333;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .button--02 a, .button--02 span {
    width: 96%;
    padding: 12px 0;
    font-size: 15px;
    font-size: 4vw;
    text-transform: uppercase;
  }
}

.button--02 a::after, .button--02 span::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 6px;
  height: 6px;
  transform: translate(0, -50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

@media screen and (max-width: 749px) {
  .button--02 a::after, .button--02 span::after {
    right: 20px;
  }
}

.button--03 {
  text-align: center;
}

.button--03 a, .button--03 span {
  display: inline-block;
  position: relative;
  width: 232px;
  padding: 22px 0;
  border: 1px solid #fff;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .button--03 a, .button--03 span {
    width: 90%;
    padding: 12px 0;
    font-size: 15px;
    font-size: 4vw;
    text-transform: uppercase;
  }
}

.button--03 a::after, .button--03 span::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 6px;
  height: 6px;
  transform: translate(0, -50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

@media screen and (max-width: 749px) {
  .button--03 a::after, .button--03 span::after {
    right: 20px;
  }
}

.button--04 {
  text-align: center;
}

.button--04 a {
  display: inline-block;
  position: relative;
  width: 232px;
  padding: 22px 0;
  background: #111111;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .button--04 a {
    width: 96%;
    padding: 12px 0;
    font-size: 15px;
    font-size: 4vw;
    text-transform: uppercase;
  }
}

.button--04 a::after {
  display: block;
  position: absolute;
  top: 50%;
  right: 30px;
  width: 6px;
  height: 6px;
  transform: translate(0, -50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

@media screen and (max-width: 749px) {
  .button--04 a::after {
    right: 20px;
  }
}

@media screen and (min-width: 960px) {
  a:hover .button--03 span {
    border-color: #fff;
    background-color: #fff;
    color: #8d0105;
    transition: .2s;
  }
}

@media screen and (min-width: 960px) {
  a:hover .button--03 span::after {
    border-color: #8d0105;
    transition: .2s;
  }
}

.icon--01 p {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  background: #8d0105;
  color: #fff;
  font-family: yu-mincho-pr6n, YuMincho, "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 47px;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .icon--01 p {
    width: 82px;
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 23.5px;
    text-transform: uppercase;
  }
}

.icon--02 p {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  background: #00bc93;
  color: #fff;
  font-family: yu-mincho-pr6n, YuMincho, "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 47px;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .icon--02 p {
    width: 82px;
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 23.5px;
    text-transform: uppercase;
  }
}

.icon--03 p {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  width: 150px;
  background: #00abfb;
  color: #fff;
  font-family: yu-mincho-pr6n, YuMincho, "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 47px;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .icon--03 p {
    width: 82px;
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 23.5px;
    text-transform: uppercase;
  }
}

.icn-new {
  display: inline-block;
  padding: 0 20px;
  border-radius: 30px;
  background: #8d0105;
  color: #fff;
  line-height: 28px;
  text-transform: uppercase;
}

.icn-new:empty {
  display: none;
}

@media screen and (max-width: 749px) {
  .icn-new {
    padding: 0 10px;
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 18px;
    text-transform: uppercase;
  }
}

.icn-cate {
  display: inline-block;
  padding: 0 20px;
  border-radius: 30px;
  background: #ff6101;
  color: #fff;
  line-height: 28px;
}

@media screen and (max-width: 749px) {
  .icn-cate {
    padding: 0 10px;
    font-size: 10px;
    font-size: 2.66667vw;
    line-height: 18px;
    text-transform: uppercase;
  }
}

.icon_box {
  display: inline-block;
  max-width: 40%;
  max-height: 31px;
  vertical-align: top;
}

.icon_box .icn-cate:not(:first-child) {
  display: none;
}

.table--01 tr {
  border-top: 1px solid rgba(194, 172, 122, 0.1);
  border-bottom: 1px solid rgba(194, 172, 122, 0.1);
}

.table--01 th, .table--01 td {
  padding: 23px 0 23px 25px;
  text-align: left;
  vertical-align: top;
}

@media screen and (max-width: 749px) {
  .table--01 th, .table--01 td {
    display: block;
    width: 100%;
    padding: 10px 15px 15px;
    font-size: 12.5px;
    font-size: 3.33333vw;
    text-transform: uppercase;
  }
}

.table--01 th {
  width: 16%;
  vertical-align: middle;
}

@media screen and (max-width: 749px) {
  .table--01 th {
    width: 100%;
    padding: 18px 0 0 15px;
  }
}

.table-form th, .table-form td {
  padding: 20px 0;
}

@media screen and (max-width: 749px) {
  .table-form th, .table-form td {
    display: block;
    width: 100%;
  }
}

.table-form th {
  width: 250px;
  padding-right: 40px;
  font-weight: normal;
  text-align: left;
}

@media screen and (max-width: 749px) {
  .table-form th {
    padding-right: 0;
    padding-bottom: 0;
  }
}

.main_top {
  margin-top: 0;
}

.hero {
  position: relative;
}

@media screen and (max-width: 749px) {
  .hero {
    font-size: 14px;
    font-size: 3.73333vw;
    text-transform: uppercase;
  }
}

.hero .hero__copy {
  z-index: 20;
  position: absolute;
  top: 56%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
  font-size: 2.5rem;
}

@media screen and (max-width: 749px) {
  .hero .hero__copy {
    width: 91%;
    font-size: 4.3vw;
    text-align: center;
  }
}

.hero .hero__copy .slick-track {
  height: 739px;
  overflow: hidden;
}

@media screen and (max-width: 749px) {
  .hero .hero__copy .slick-track {
    height: auto;
  }
}

.hero:before {
  z-index: 10;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  content: "";
}

.hero .mv_slider {
  max-width: 1478px;
  margin: 0 auto;
}

.hero .hero__copy__01__inner {
  text-shadow: 0px 0px 10px #000;
}

@media screen and (max-width: 749px) {
  .hero .hero__copy__01__inner {
    text-shadow: 0px 0px 5px #000;
  }
}

.section_about {
  position: relative;
  margin: 0 auto 100px;
  padding: 113px 0 0;
}

@media screen and (max-width: 749px) {
  .section_about {
    margin: 0 auto 16%;
    padding: 0 0;
  }
}

.about__inner {
  position: relative;
  width: 100%;
  max-width: 990px;
  margin: 0 auto;
  line-height: 2;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .about__inner {
    padding: 24% 0 0;
  }
}

.about__inner:before {
  z-index: -1;
  position: absolute;
  top: -150px;
  left: 50%;
  width: 470px;
  height: 400px;
  transform: translateX(-50%);
  background: url(../img/top/map.png) no-repeat top center;
  background-size: 100% auto;
  content: "";
}

@media screen and (max-width: 749px) {
  .about__inner:before {
    top: -5%;
    left: 55%;
    width: 104%;
  }
}

.about__inner__copy {
  margin-bottom: 100px;
  font-size: 1.8rem;
}

@media screen and (max-width: 749px) {
  .about__inner__copy {
    width: 90%;
    margin: 0 auto 17%;
    font-size: 4vw;
  }
}

.about__inner__shoplist__logos {
  display: flex;
  flex-wrap: wrap;
  border: solid 1px #ccc;
  border-right: 0;
  border-bottom: none;
  background: #fff;
}

@media screen and (max-width: 749px) {
  .about__inner__shoplist__logos {
    width: 95%;
    margin: 0 auto;
  }
}

.about__inner__shoplist__logos li {
  width: 20%;
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
}

.about__inner__shoplist__logos li p {
  font-size: 80%;
  text-decoration: underline;
}

.about__inner__shoplist__logos li a {
  display: block;
}

@media screen and (max-width: 749px) {
  .about__inner__shoplist__logos li {
    width: 33.33%;
  }
  .about__inner__shoplist__logos li p {
    font-size: 50%;
    text-decoration: underline;
  }
}

.about__inner .btn_more__border_g {
  margin-top: 50px;
}

.about__inner .btn_more__border_g a {
  display: block;
  position: relative;
  width: 360px;
  margin: 0 auto;
  padding: 21px 20px;
  border: solid 1px #b1b1b1;
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .about__inner .btn_more__border_g a {
    width: 85%;
    padding: 4% 3%;
    font-size: 4vw;
  }
}

.about__inner .btn_more__border_g a:after {
  position: absolute;
  top: 40%;
  right: 4%;
  width: 20px;
  height: 20px;
  background: url(../img/cmn/icon_pdf.jpg) no-repeat;
  background-size: cover;
  content: "";
}

@media screen and (max-width: 749px) {
  .about__inner .btn_more__border_g a:after {
    top: 36%;
  }
}

.main_company .section_about {
  padding-top: 0;
}

@media screen and (max-width: 749px) {
  .main_company .section_about .about__inner {
    padding: 4% 0 0;
  }
}

.main_company .section_about .about__inner:before {
  display: none;
}

.main_company .about__inner__shoplist__logos li {
  position: relative;
  padding-bottom: 19px;
}

.main_company .about__inner__shoplist__logos li p {
  font-size: 12px;
}

@media screen and (max-width: 760px) {
  .main_company .about__inner__shoplist__logos li p {
    font-size: 3.4vw;
  }
}

.main_company .about__inner__shoplist__logos .btn_more {
  position: absolute;
  bottom: 0;
  width: 100%;
  width: 100%;
  max-width: 197px;
  background: #8d0105;
  color: #fff;
  font-size: 1.3rem;
}

@media screen and (max-width: 749px) {
  .seciton_company {
    margin-bottom: 16%;
  }
}

.company__inner__contents a {
  display: block;
}

.company__inner__contents .company__inner__contents__box__ph {
  width: 50%;
  float: right;
}

@media screen and (max-width: 749px) {
  .company__inner__contents .company__inner__contents__box__ph {
    width: 100%;
    float: inherit;
  }
}

.company__inner__contents .company__inner__contents__box__txt {
  position: relative;
  width: 50%;
  padding: 120px;
  float: left;
  background: #fff;
  text-align: center;
}

.company__inner__contents .company__inner__contents__box__txt .txt {
  margin-bottom: 40px;
  font-feature-settings: 'palt';
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.9;
}

@media screen and (max-width: 749px) {
  .company__inner__contents .company__inner__contents__box__txt .txt {
    font-size: 3.8vw;
  }
}

@media screen and (max-width: 749px) {
  .company__inner__contents .company__inner__contents__box__txt {
    width: 100%;
    padding: 23% 5% 18%;
    float: inherit;
    font-feature-settings: 'palt';
  }
}

.company__inner__contents .company__inner__contents__box__txt:before {
  z-index: -1;
  position: absolute;
  top: 0;
  right: -130px;
  width: 100%;
  height: 100%;
  background: #fff;
  content: "";
}

@media screen and (max-width: 749px) {
  .company__inner__contents .company__inner__contents__box__txt:before {
    display: none;
  }
}

.company__inner__contents {
  display: block;
  max-width: 1450px;
  height: 535px;
  margin: 0 auto 7%;
}

@media screen and (max-width: 749px) {
  .company__inner__contents {
    height: auto;
    margin-bottom: 0;
  }
}

.company__inner__contents__box__ph {
  padding-top: 7%;
}

@media screen and (max-width: 749px) {
  .company__inner__contents__box__ph {
    padding-top: 0;
  }
}

.company__inner__contents__box__txt .btn_more {
  display: block;
  position: relative;
  width: 370px !important;
  padding: 22px;
  background: #8d0105;
  color: #fff;
}

@media screen and (max-width: 749px) {
  .company__inner__contents__box__txt .btn_more {
    width: 90% !important;
    margin-bottom: 0% !important;
    padding: 4% 5%;
  }
}

.company__inner__contents__box__txt .txt {
  margin-bottom: 40px;
}

@media screen and (max-width: 749px) {
  .company__inner__contents__box__txt .txt {
    margin-bottom: 15%;
  }
}

.company__inner__contents:nth-child(2n) {
  height: 510px;
  margin-top: 11%;
  margin-bottom: 100px;
}

@media screen and (max-width: 749px) {
  .company__inner__contents:nth-child(2n) {
    height: auto;
    margin-top: 0;
    margin-bottom: auto;
  }
}

.company__inner__contents:nth-child(2n) .company__inner__contents__box__ph {
  margin-top: -7%;
  padding-top: 0px;
  float: left;
}

@media screen and (max-width: 749px) {
  .company__inner__contents:nth-child(2n) .company__inner__contents__box__ph {
    margin-top: 0;
    float: inherit;
  }
}

.company__inner__contents:nth-child(2n) .company__inner__contents__box__txt {
  float: right;
}

.company__inner__contents:nth-child(2n) .company__inner__contents__box__txt:before {
  right: auto;
  left: -130px;
  content: "";
}

@media screen and (max-width: 749px) {
  .company__inner__contents:nth-child(2n) .company__inner__contents__box__txt {
    float: inherit;
  }
  .company__inner__contents:nth-child(2n) .company__inner__contents__box__txt:before {
    display: none;
  }
}

h3.catch__bg {
  position: relative;
  margin-bottom: 20px;
  padding: 0;
  background: none;
  color: #131313;
  font-feature-settings: 'palt';
  font-size: 3rem;
  font-weight: normal;
}

@media screen and (max-width: 749px) {
  h3.catch__bg {
    font-size: 7vw;
  }
}

h3.catch__bg:before {
  z-index: 1;
  position: absolute;
  top: -80px;
  left: 50%;
  width: 300px;
  height: 200px;
  transform: translateX(-50%);
  background: url(../img/cmn/h2logo.png) no-repeat top center;
  background-size: 100% auto;
  font-weight: 300;
  content: "";
}

@media screen and (max-width: 749px) {
  h3.catch__bg:before {
    top: -130%;
    left: 50%;
    width: 75%;
  }
}

.section_news {
  padding: 90px 0 120px;
  background: #fff;
}

@media screen and (max-width: 749px) {
  .section_news {
    padding: 15% 6%;
  }
}

.section_news .news__inner {
  width: 100%;
  max-width: 868px;
  margin: 0 auto;
}

.section_news h3.under__red {
  position: relative;
  margin-bottom: 50px;
  padding: 0 0 0 0;
  background: transparent;
  color: #8d0105;
  /* padding-bottom: 20px; */
  color: #111111;
  font-size: 3.2rem;
  font-weight: normal;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .section_news h3.under__red {
    margin-bottom: 5%;
    font-size: 6vw;
  }
}

.section_news h3.under__red:before {
  content: "";
  /* position: absolute;
      z-index: 10;
      width: 20px;
      background: $main;
      height: 2px;
      left: 50%;
      bottom: 0;
      transform: translateX(-50%); */
}

.section_news .news__inner__list {
  margin-bottom: 50px;
}

.section_news .news__inner__list li:last-child a {
  border: none;
}

.section_news .news__inner__list .news__category {
  max-height: 19px;
}

.section_news .news__inner__list .news__category li:nth-of-type(2+1) {
  display: none;
}

.section_news .news__inner__list li a {
  display: block;
  align-items: center;
  width: 100%;
  height: 40px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: dotted 1px #ccc;
}

@media screen and (max-width: 749px) {
  .section_news .news__inner__list li a {
    display: block;
    height: auto;
  }
}

.section_news .news__inner__list li a .news__time, .section_news .news__inner__list li a .news__category {
  display: inline-block;
  vertical-align: top;
}

.section_news .news__inner__list li a .news__time {
  display: inline-block;
  margin-right: 20px;
  margin-left: 10px;
  vertical-align: middle;
}

@media screen and (max-width: 749px) {
  .section_news .news__inner__list li a .news__time {
    margin-right: 3%;
    margin-left: 0;
  }
}

.section_news .news__inner__list li a .news__time {
  display: inline-block;
  line-height: 28px;
  vertical-align: top;
}

.section_news .news__inner__list li a li.icon {
  padding: 5px 9px;
  line-height: 1;
}

@media screen and (max-width: 749px) {
  .section_news .news__inner__list li a li.icon {
    font-size: 2vw;
  }
}

.section_news .news__inner__list li a h5.news__titile {
  display: inline-block;
  max-width: 70%;
  max-height: 30px;
  margin-left: 10px;
  overflow: hidden;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 33px;
  vertical-align: top;
}

@media screen and (max-width: 749px) {
  .section_news .news__inner__list li a h5.news__titile {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 37px;
    margin-left: 0;
    padding-bottom: 2%;
    font-size: 3.5vw;
    line-height: 1.6;
  }
}

.section_news .btn_more__border_g a {
  display: block;
  position: relative;
  width: 360px;
  margin: 0 auto;
  padding: 21px 20px;
  border: solid 1px #b1b1b1;
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .section_news .btn_more__border_g a {
    width: 85%;
    padding: 4% 3%;
    font-size: 4vw;
  }
}

.section_news .btn_more__border_g a:after {
  position: absolute;
  top: 50%;
  right: 4%;
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
  border-top: 1px solid #353535;
  border-right: 1px solid #353535;
  content: "";
}

/*店舗一覧*/
.main_company .btn_area {
  max-width: 1200px;
}

@media screen and (min-width: 481px) {
  .main_company .btn_area {
    /* for sp Device Only */
    display: flex;
    justify-content: space-between;
    width: 76%;
  }
}

@media screen and (max-width: 480px) {
  .main_company .btn_area {
    /* for sp Device Only */
    width: 100%;
  }
  .main_company .btn_area .btn_more__border_g {
    margin-top: 5%;
  }
}

.main.main_sitemap {
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 749px) {
  .main.main_sitemap {
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
}

.main.main_sitemap .title-page--01 {
  margin-bottom: 10px;
}

.main.main_sitemap .page .inner {
  margin-top: 0;
}

.main.main_sitemap .sitemap__logo {
  width: 450px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 749px) {
  .main.main_sitemap .sitemap__logo {
    width: 80%;
    margin: 0 auto 10%;
  }
}

.main.main_sitemap .sitemap__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 749px) {
  .main.main_sitemap .sitemap__inner {
    display: block;
  }
}

.main.main_sitemap .sitemap__list {
  width: 48%;
  font-size: 1.8rem;
}

@media screen and (max-width: 749px) {
  .main.main_sitemap .sitemap__list {
    width: 100%;
    margin-bottom: 5%;
  }
}

.main.main_sitemap .sitemap__list li {
  position: relative;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: solid 1px #ccc;
  font-size: 1.8rem;
}

.main.main_sitemap .sitemap__list li.child {
  position: relative;
  padding-left: 30px;
  font-size: 1.4rem;
}

.main.main_sitemap .sitemap__list li.child:before {
  margin-right: 5px;
  content: "-";
}

.about {
  padding: 57px 0;
}

@media screen and (max-width: 749px) {
  .about {
    padding: 30px 0 10px;
  }
}

.about__message {
  padding: 65px 0 45px;
}

@media screen and (max-width: 749px) {
  .about__message {
    padding: 30px 0;
  }
}

.about__message__box {
  padding: 45px 0;
}

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

.about__message__box:after {
  clear: both;
}

@media screen and (max-width: 749px) {
  .about__message__box {
    padding: 25px 0 0;
  }
}

.about__message__photo {
  width: 50%;
  float: left;
}

@media screen and (max-width: 749px) {
  .about__message__photo {
    width: auto;
    float: none;
  }
}

.about__message__text {
  width: 50%;
  padding: 55px 80px;
  float: right;
}

@media screen and (max-width: 749px) {
  .about__message__text {
    width: auto;
    padding: 20px 20px 10px;
    float: none;
  }
}

.about__message__text p {
  margin-bottom: 30px;
  line-height: 1.875;
}

@media screen and (max-width: 749px) {
  .about__message__text p {
    margin-bottom: 15px;
    font-size: 12.5px;
    font-size: 3.33333vw;
    line-height: 1.75;
    text-transform: uppercase;
  }
}

.about__message__text p.sign {
  margin-top: -10px;
  text-align: right;
}

@media screen and (max-width: 749px) {
  .about__message__text p.sign {
    margin: 0;
  }
}

.about__company {
  padding: 60px 0 45px;
  background: #FAFAFA;
}

@media screen and (max-width: 749px) {
  .about__company {
    padding: 40px 0;
  }
}

.about__company__box {
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 45px 0;
}

@media screen and (max-width: 749px) {
  .about__company__box {
    width: auto;
    margin-right: 19px;
    margin-left: 19px;
  }
}

@media screen and (max-width: 749px) {
  .about__company__box {
    padding: 16px 0;
  }
}

.about__company__table {
  background: #fff;
}

.about__company__table tr {
  border-top: 1px solid #E0E2E9;
  border-bottom: 1px solid #E0E2E9;
}

.about__company__table th {
  width: 18%;
  padding: 22px 26px;
  text-align: left;
}

@media screen and (max-width: 749px) {
  .about__company__table th {
    padding: 10px 12px;
    white-space: nowrap;
  }
}

.about__company__table td {
  padding: 22px 10px;
}

@media screen and (max-width: 749px) {
  .about__company__table td {
    padding: 10px 0;
  }
}

.about__group {
  padding: 60px 0 95px;
}

@media screen and (max-width: 749px) {
  .about__group {
    padding: 60px 0 65px;
  }
}

.about__group__image {
  width: 980px;
  margin-right: auto;
  margin-left: auto;
  padding: 55px 0 0;
}

@media screen and (max-width: 749px) {
  .about__group__image {
    width: auto;
    margin-right: 28px;
    margin-left: 28px;
  }
}

@media screen and (max-width: 749px) {
  .about__group__image {
    height: 320px;
    padding: 20px 0;
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

@media screen and (max-width: 749px) {
  .about__group__image img {
    max-width: none;
    max-height: 100%;
  }
}

.about__group__image::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

.about__group__image::-webkit-scrollbar-track {
  border: none;
  border-radius: 10px;
  background: #fff;
  /*box-shadow: inset 0 0 2px #777;*/
}

.about__group__image::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #7F7F7F;
  box-shadow: none;
}

.about__access {
  padding: 60px 0 45px;
  background: #FAFAFA;
}

@media screen and (max-width: 749px) {
  .about__access {
    padding: 40px 0 30px;
  }
}

.about__access__wrap {
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 45px 0 0;
}

@media screen and (max-width: 749px) {
  .about__access__wrap {
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
}

@media screen and (max-width: 749px) {
  .about__access__wrap {
    padding: 20px 0 0;
  }
}

.about__access__box {
  margin-bottom: 47px;
  background: #fff;
}

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

.about__access__box:after {
  clear: both;
}

@media screen and (max-width: 749px) {
  .about__access__box {
    margin: 0 18px 25px;
  }
}

.about__access__box__image {
  width: 50%;
  float: right;
}

@media screen and (max-width: 749px) {
  .about__access__box__image {
    width: auto;
    float: none;
  }
}

.about__access__box__info {
  width: 50%;
  float: left;
}

@media screen and (max-width: 749px) {
  .about__access__box__info {
    width: auto;
    float: none;
  }
}

.about__access__box__info__title {
  padding: 32px 50px 24px 40px;
  border-bottom: 1px solid rgba(194, 172, 122, 0.1);
}

@media screen and (max-width: 749px) {
  .about__access__box__info__title {
    padding: 20px 0 15px;
  }
}

.about__access__box__info__name {
  font-size: 3rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .about__access__box__info__name {
    font-size: 15px;
    font-size: 4vw;
    text-transform: uppercase;
  }
}

.about__access__box__info__division {
  color: #808080;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .about__access__box__info__division {
    font-size: 12.5px;
    font-size: 3.33333vw;
    text-transform: uppercase;
  }
}

.about__access__box__info__description {
  padding-top: 20px;
}

@media screen and (max-width: 749px) {
  .about__access__box__info__description {
    padding: 15px 15px 0;
  }
}

.about__access__box__info__body {
  padding: 20px 50px 24px 44px;
}

@media screen and (max-width: 749px) {
  .about__access__box__info__body {
    padding: 0;
  }
}

.about__access__box__info__table th {
  width: 140px;
  color: #c2ac7a;
  font-weight: bold;
  text-align: left;
  vertical-align: middle;
}

@media screen and (max-width: 749px) {
  .about__access__box__info__table th {
    display: block;
    width: 100%;
    padding: 0 15px 10px;
  }
}

.about__access__box__info__table th .address {
  display: inline-block;
  padding-left: 46px;
  background: url(../about/img/icn_address.svg) 0 0 no-repeat;
  background-size: 38px 38px;
  line-height: 38px;
}

@media screen and (max-width: 749px) {
  .about__access__box__info__table th .address {
    padding-left: 23px;
    background-size: 19px 19px;
    font-size: 12.5px;
    font-size: 3.33333vw;
    line-height: 19px;
    text-transform: uppercase;
  }
}

.about__access__box__info__table th .tel {
  display: inline-block;
  padding-left: 46px;
  background: url(../about/img/icn_tel.svg) 0 0 no-repeat;
  background-size: 38px 38px;
  line-height: 38px;
}

@media screen and (max-width: 749px) {
  .about__access__box__info__table th .tel {
    padding-left: 23px;
    background-size: 19px 19px;
    font-size: 12.5px;
    font-size: 3.33333vw;
    line-height: 19px;
    text-transform: uppercase;
  }
}

.about__access__box__info__table th .way {
  display: inline-block;
  padding-left: 46px;
  background: url(../about/img/icn_gps.svg) 0 0 no-repeat;
  background-size: 38px 38px;
  line-height: 38px;
}

@media screen and (max-width: 749px) {
  .about__access__box__info__table th .way {
    padding-left: 23px;
    background-size: 19px 19px;
    font-size: 12.5px;
    font-size: 3.33333vw;
    line-height: 19px;
    text-transform: uppercase;
  }
}

.about__access__box__info__table td {
  padding: 11px 0;
}

@media screen and (max-width: 749px) {
  .about__access__box__info__table td {
    display: block;
    width: 100%;
    padding: 0 15px 18px;
  }
}

.about__access__box__info__table td .google-map a {
  display: block;
  width: 265px;
  margin: 8px 0 0;
  padding-left: 15px;
  border: 1px solid #808080;
  border-radius: 40px;
  background: url(../about/img/icn_map.svg) 20px center no-repeat;
  background-size: 16px 20px;
  color: #808080;
  font-weight: bold;
  line-height: 38.5px;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .about__access__box__info__table td .google-map a {
    width: 100%;
    margin-top: 10px;
    background-position: 50px center;
    font-size: 15px;
    font-size: 4vw;
    line-height: 49px;
    text-transform: uppercase;
  }
}

@media screen and (max-width: 749px) {
  .about__access__box__info__table td p {
    margin-bottom: 5px;
    font-size: 12.5px;
    font-size: 3.33333vw;
    line-height: 16px;
    text-transform: uppercase;
  }
}

.about__access__box__info__table td .icn-info {
  display: block;
  width: 50px;
  float: left;
  border-radius: 4px;
  background: #808080;
  color: #fff;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 21px;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .about__access__box__info__table td .icn-info {
    width: 36px;
    font-size: 11px;
    font-size: 2.93333vw;
    line-height: 16px;
    text-transform: uppercase;
  }
}

.about__access__box__info__table td .txt-info {
  display: block;
  margin-left: 3.5em;
}

@media screen and (max-width: 749px) {
  .about__access__box__info__table td .tel .icn-info {
    background: #2B74E8;
  }
}

@media screen and (max-width: 749px) {
  .about__access__box__info__table td .tel a {
    color: #2B74E8;
  }
}

.about__access__box__info__table tr:first-child th {
  padding-top: 15px;
  vertical-align: top;
}

.about__history {
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
  padding: 70px 0;
}

@media screen and (max-width: 749px) {
  .about__history {
    width: auto;
    margin-right: 19px;
    margin-left: 19px;
  }
}

@media screen and (max-width: 749px) {
  .about__history {
    padding: 40px 0;
  }
}

.about__history__thanks {
  padding: 40px 0;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .about__history__thanks {
    padding: 20px 0;
    font-size: 12.5px;
    font-size: 3.33333vw;
    text-transform: uppercase;
  }
}

.about__history__thanks__message {
  margin-bottom: 47px;
}

@media screen and (max-width: 749px) {
  .about__history__thanks__message {
    margin-bottom: 25px;
  }
}

.about__history__thanks__book figure {
  display: inline-block;
  width: 243px;
  margin-bottom: 10px;
}

@media screen and (max-width: 749px) {
  .about__history__thanks__book figure {
    width: 53%;
  }
}

.about__history__thanks__book figure figcaption {
  margin-top: 15px;
  color: #00A8DA;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 749px) {
  .about__history__thanks__book figure figcaption {
    margin-top: 10px;
    font-size: 12.5px;
    font-size: 3.33333vw;
    text-transform: uppercase;
  }
}

.about__history__body table tr {
  border-top: 1px solid #E0E2E9;
  border-bottom: 1px solid #E0E2E9;
}

.about__history__body table th {
  width: 210px;
  padding: 22px 0 23px 30px;
  color: #00A8DA;
  text-align: left;
}

@media screen and (max-width: 749px) {
  .about__history__body table th {
    display: block;
    width: 100%;
    padding: 10px 10px 0 10px;
    font-size: 12.5px;
    font-size: 3.33333vw;
    text-transform: uppercase;
  }
}

.about__history__body table td {
  padding: 22px 0 23px;
}

@media screen and (max-width: 749px) {
  .about__history__body table td {
    display: block;
    width: 100%;
    padding: 0 10px 10px 10px;
    font-size: 12.5px;
    font-size: 3.33333vw;
    text-transform: uppercase;
  }
}

.about__philosophy {
  padding: 65px 0 35px;
}

@media screen and (max-width: 749px) {
  .about__philosophy {
    padding: 30px 0;
  }
}

.about__philosophy__box {
  padding: 45px 0;
}

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

.about__philosophy__box:after {
  clear: both;
}

@media screen and (max-width: 749px) {
  .about__philosophy__box {
    padding: 25px 0 0;
  }
}

.about__philosophy__text {
  padding: 55px 0;
}

@media screen and (max-width: 749px) {
  .about__philosophy__text {
    padding: 0 20px;
  }
}

.about__philosophy__text p {
  font-family: yu-mincho-pr6n, YuMincho, "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 38px;
  font-weight: bold;
  line-height: 1.875;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .about__philosophy__text p {
    margin-bottom: 15px;
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.75;
    text-transform: uppercase;
  }
}

.about__policies {
  padding: 60px 0 35px;
  background: #FAFAFA;
}

@media screen and (max-width: 749px) {
  .about__policies {
    padding: 30px 0;
  }
}

.about__policies__box {
  padding: 45px 0;
}

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

.about__policies__box:after {
  clear: both;
}

@media screen and (max-width: 749px) {
  .about__policies__box {
    padding: 25px 0 0;
  }
}

.about__policies__text {
  width: 850px;
  margin: 0 auto;
  padding: 0 0 25px;
}

@media screen and (max-width: 749px) {
  .about__policies__text {
    width: auto;
    padding: 0 20px;
  }
}

.about__policies__text p {
  margin-bottom: 30px;
  padding-left: 2em;
  font-family: yu-mincho-pr6n, YuMincho, "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.875;
  text-indent: -2em;
}

@media screen and (max-width: 749px) {
  .about__policies__text p {
    margin-bottom: 15px;
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.75;
    text-transform: uppercase;
  }
}

.about__spirits {
  padding: 60px 0 35px;
}

@media screen and (max-width: 749px) {
  .about__spirits {
    padding: 30px 0;
  }
}

.about__spirits__box {
  padding: 45px 0;
}

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

.about__spirits__box:after {
  clear: both;
}

@media screen and (max-width: 749px) {
  .about__spirits__box {
    padding: 25px 0 0;
  }
}

.about__spirits__text {
  width: 700px;
  margin: 0 auto;
  padding: 0 0 25px;
}

@media screen and (max-width: 749px) {
  .about__spirits__text {
    width: auto;
    padding: 0 20px;
  }
}

.about__spirits__text p {
  margin-bottom: 30px;
  padding-left: 2em;
  font-family: yu-mincho-pr6n, YuMincho, "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.875;
  text-indent: -2em;
}

@media screen and (max-width: 749px) {
  .about__spirits__text p {
    margin-bottom: 15px;
    font-size: 15px;
    font-size: 4vw;
    line-height: 1.75;
    text-transform: uppercase;
  }
}

.main_index .index_area {
  display: flex;
  justify-content: space-between;
}

.main_index .index_area__col03 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.main_index .index_area__col03 .index_box {
  width: 32%;
}

@media screen and (max-width: 749px) {
  .main_index .index_area__col03 .index_box {
    width: 49%;
  }
}

.main_index .index_box {
  width: 49%;
  margin: 0 auto 50px;
}

@media screen and (max-width: 749px) {
  .main_index .index_box {
    margin-bottom: 10%;
  }
}

.main_index .index_box .txt h5 {
  padding: 10px;
  background: #8d0105;
  color: #fff;
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .main_index .index_box .txt h5 {
    font-size: 4vw;
  }
}

.main_results .hero {
  margin-bottom: 60px;
}

@media screen and (max-width: 749px) {
  .main_results .hero {
    margin-bottom: 30px;
  }
}

.section_conditions {
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .section_conditions {
    width: auto;
  }
}

.section_conditions .conditions_box .horizontal {
  width: 100%;
  margin-bottom: 60px;
  padding: 20px 0;
  border-top: 1px solid rgba(194, 172, 122, 0.1);
  border-bottom: 1px solid rgba(194, 172, 122, 0.1);
  text-align: center;
  opacity: 1.0;
}

@media screen and (max-width: 749px) {
  .section_conditions .conditions_box .horizontal {
    margin-bottom: 30px;
    padding: 0;
    border: none;
  }
}

.section_conditions .conditions_box .horizontal li {
  display: inline-block;
  margin: 0 7px;
  opacity: 1.0;
}

@media screen and (max-width: 749px) {
  .section_conditions .conditions_box .horizontal li {
    display: block;
    width: 50%;
    margin: 0 7px;
    margin: 0;
    float: left;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    opacity: 1.0;
  }
}

.section_conditions .conditions_box .horizontal li a {
  display: block;
  padding: 10px 22px;
  border-radius: 30px;
  background: #111111;
  color: #FFF;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .section_conditions .conditions_box .horizontal li a {
    padding: 12px 5px;
    border-radius: 0;
    font-size: 12px;
  }
}

.section_conditions .conditions_box .horizontal li.active a {
  background: #00bc93;
}

.section_result_area {
  margin-bottom: 45px;
}

.section_result_area .result_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.section_result_area .result_list .result_box {
  width: 30%;
  margin-bottom: 40px;
}

.section_result_area .result_list .result_box:not(:nth-child(3n)) {
  margin-right: 4%;
}

@media screen and (max-width: 749px) {
  .section_result_area .result_list .result_box {
    width: 100%;
  }
}

.section_result_area .result_list .result_box .ph {
  margin-bottom: 16px;
}

@media screen and (max-width: 749px) {
  .section_result_area .result_list .result_box .ph img {
    width: 100%;
  }
}

.section_result_area .result_list .result_box .tit {
  margin-bottom: 8px;
  color: #c2ac7a;
}

.section_result_area .result_list .result_box .category_box {
  line-height: 1.2;
  text-align: center;
}

.section_result_area .result_list .result_box .category_box p {
  display: inline-block;
  margin: 0 4px;
  color: #353535;
  font-size: 11px;
}

.section_result_detail .main_box {
  width: 980px;
  margin: 0 auto;
}

@media screen and (max-width: 749px) {
  .section_result_detail .main_box {
    width: 100%;
    margin: 42.5px auto 0;
  }
}

.section_result_detail .result_category {
  margin: 60px 0 40px;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .section_result_detail .result_category {
    margin: 30px 0 20px;
  }
}

.section_result_detail .result_category p {
  display: inline-block;
  margin: 0 8px;
}

.section_result_detail .result_category p a {
  color: #c2ac7a;
}

.section_result_detail .result_unit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 980px;
}

@media screen and (max-width: 749px) {
  .section_result_detail .result_unit {
    flex-direction: column;
    width: 100%;
  }
}

.section_result_detail .result_unit .ph_contents {
  width: 47%;
}

@media screen and (max-width: 749px) {
  .section_result_detail .result_unit .ph_contents {
    width: 100%;
    margin-bottom: 20px;
  }
}

.section_result_detail .result_unit .ph_contents img {
  width: 100%;
}

.section_result_detail .result_unit .txt_contents {
  width: 47%;
}

@media screen and (max-width: 749px) {
  .section_result_detail .result_unit .txt_contents {
    width: 90%;
    margin: 0 auto;
  }
}

.result_cnt_box {
  width: 980px;
  margin: 60px auto 70px;
}

@media screen and (max-width: 749px) {
  .result_cnt_box {
    width: 90%;
    margin: 30px auto 35px;
  }
}

.section_result_article .horizontal {
  width: 100%;
  margin-bottom: 60px;
  padding: 20px 0 5px;
  border-top: 1px solid rgba(194, 172, 122, 0.1);
  border-bottom: 1px solid rgba(194, 172, 122, 0.1);
  text-align: center;
  opacity: 1.0;
}

@media screen and (max-width: 749px) {
  .section_result_article .horizontal {
    margin-bottom: 30px;
    padding: 0;
    border: none;
  }
}

.section_result_article .horizontal li {
  display: inline-block;
  margin: 0 7px;
  margin: 0 7px 15px;
  opacity: 1.0;
}

@media screen and (max-width: 749px) {
  .section_result_article .horizontal li {
    display: block;
    width: 33.3%;
    margin: 0 7px;
    margin: 0;
    float: left;
    border-right: 1px solid #FFFFFF;
    border-bottom: 1px solid #FFFFFF;
    opacity: 1.0;
  }
}

.section_result_article .horizontal li a {
  display: block;
  padding: 10px 22px;
  border-radius: 30px;
  background: #111111;
  color: #FFF;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .section_result_article .horizontal li a {
    padding: 12px 5px;
    border-radius: 0;
    font-size: 12px;
  }
}

.section_result_other .others_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 45px 0;
}

@media screen and (max-width: 749px) {
  .section_result_other .others_list {
    justify-content: flex-start;
  }
}

.section_result_other .others_list li {
  width: 22%;
  margin: 0 1.5%;
  margin-bottom: 20px;
}

@media screen and (max-width: 749px) {
  .section_result_other .others_list li {
    width: 47%;
    margin-bottom: 8px;
  }
}

.section_result_other .others_list li .ph {
  margin-bottom: 16px;
}

@media screen and (max-width: 749px) {
  .section_result_other .others_list li .ph {
    margin-bottom: 8px;
  }
}

@media screen and (max-width: 749px) {
  .section_result_other .others_list li .ph img {
    width: 100%;
  }
}

.section_result_other .others_list li .tit {
  margin-bottom: 8px;
  color: #c2ac7a;
  text-align: center;
}

.main.main_message {
  width: 1140px;
  margin-right: auto;
  margin-left: auto;
}

@media screen and (max-width: 749px) {
  .main.main_message {
    width: auto;
    margin-right: 0;
    margin-left: 0;
  }
}

.main.main_message .message {
  width: 980px;
  margin: 0 auto 50px;
}

@media screen and (max-width: 749px) {
  .main.main_message .message {
    width: 90%;
    margin-bottom: 0 auto 10%;
  }
}

.main.main_message .message__box__txt_box {
  width: 62%;
  padding-right: 4%;
}

@media screen and (max-width: 749px) {
  .main.main_message .message__box__txt_box {
    width: 100%;
    margin-right: 0;
  }
}

.main.main_message .message__box__area {
  display: flex;
  margin-bottom: 50px;
}

@media screen and (max-width: 749px) {
  .main.main_message .message__box__area {
    display: block;
    margin-bottom: 10%;
  }
}

.main.main_message .message__box__ph {
  order: 2;
  width: 38%;
}

@media screen and (max-width: 749px) {
  .main.main_message .message__box__ph {
    width: 100%;
    margin-bottom: 5%;
  }
}

.main.main_message .message .name__ceo {
  font-size: 2rem;
  font-weight: 600;
  letter-spacing: 0.02em;
  text-align: right;
}

@media screen and (max-width: 749px) {
  .main.main_message .message .name__ceo {
    font-size: 6vw;
  }
}

.main.main_message .message .name__ceo small {
  display: block;
  font-size: 1.2rem;
}

.main.main_message .message .contents {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 749px) {
  .main.main_message .message .contents {
    display: block;
  }
}

.main.main_message .message .contents__box {
  width: 49%;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .main.main_message .message .contents__box {
    width: 100%;
    margin-bottom: 10%;
  }
}

.main.main_message .message .txt_list li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #ccc;
  text-align: left;
}

.main.main_message .message dl.txt_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.main.main_message .message dl.txt_list dt {
  width: 28%;
}

@media screen and (max-width: 749px) {
  .main.main_message .message dl.txt_list dt {
    font-size: 4vw;
  }
}

.main.main_message .message dl.txt_list dd {
  width: 70%;
  /* padding-bottom: 19px; */
  padding: 9px;
  border-bottom: dotted 1px #ccc;
  line-height: 1.4;
  text-align: -webkit-auto;
}

@media screen and (max-width: 749px) {
  .main.main_message .message dl.txt_list dd {
    box-sizing: border-box;
    font-size: 4vw;
    word-break: break-all;
  }
}

.main.main_message h2 {
  margin-bottom: 20px;
  font-size: 3rem;
}

@media screen and (max-width: 749px) {
  .main.main_message h2 {
    font-size: 6vw;
    text-align: center;
  }
}

.main.main_message h3 {
  font-size: 2.2rem;
  line-height: 1.4;
}

.main.main_message h3 small {
  display: block;
  font-size: 1.5rem;
}

.main.main_message .txt {
  margin-bottom: 30px;
}

.main_investor .anchor__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.main_investor .anchor__list li {
  /* padding: 20px 30px; */
  width: 23%;
  background: #c2ac7a;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .main_investor .anchor__list li {
    width: 49%;
    margin-bottom: 2%;
  }
}

.main_investor .anchor__list li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 20px 30px;
  color: #fff;
}

.main_investor h3 small {
  /* padding-left: 20px; */
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #c2ac7a;
  font-size: 1.1rem;
  opacity: 0.4;
}

.main_investor .pdf__area {
  width: 90%;
  margin: 0 auto 50px;
  margin-bottom: 50px;
}

@media screen and (max-width: 749px) {
  .main_investor .pdf__area {
    width: 100%;
  }
}

.main_investor ul.pdf__area__list li {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: dotted 1px #ccc;
}

@media screen and (max-width: 749px) {
  .main_investor ul.pdf__area__list li {
    margin-bottom: 5%;
    padding-bottom: 5%;
  }
}

.main_investor ul.pdf__area__list li a {
  display: flex;
  position: relative;
}

@media screen and (max-width: 749px) {
  .main_investor ul.pdf__area__list li a {
    display: block;
    line-height: 1.4;
  }
}

.main_investor ul.pdf__area__list li a time {
  margin-right: 12px;
}

@media screen and (max-width: 749px) {
  .main_investor ul.pdf__area__list li a time {
    font-size: 4vw;
    line-height: 1.4;
  }
}

.main_investor ul.pdf__area__list li a:after {
  z-index: 100;
  width: 20px;
  height: 22px;
  margin-left: 10px;
  background: url(../investor/img/pdf.png) no-repeat top center;
  background-size: 100% auto;
  content: "";
}

@media screen and (max-width: 749px) {
  .main_investor ul.pdf__area__list li a:after {
    position: absolute;
    top: 50%;
    right: 5%;
  }
}

.main_investor .section__information, .main_investor .section__summary, .main_investor .section__program, .main_investor .section__notice {
  margin-bottom: 60px;
}

.main_investor .section__notice .txt,
.main_investor .section__program .txt {
  width: 90%;
  margin: 0 auto 50px;
  font-feature-settings: 'palt';
}

.main_investor .section__notice .txt em,
.main_investor .section__program .txt em {
  font-style: normal;
  font-weight: 600;
}

.main_investor .txt__list {
  width: 90%;
  margin: 0 auto 30px;
  list-style-type: circle;
}

.main_investor h5 {
  margin-bottom: 10px;
  font-size: 2rem;
  text-align: center;
}

.main_investor .about_use .txt {
  text-align: center;
}

@media screen and (max-width: 749px) {
  .main_investor .about_use .txt {
    margin: 0 auto 6%;
  }
}

.main_investor .about_use {
  margin-bottom: 50px;
  padding: 30px 50px 0;
  border: solid 1px #c2ac7a;
}

@media screen and (max-width: 749px) {
  .main_investor .about_use {
    padding: 5% 2% 0%;
  }
}

@media screen and (max-width: 749px) {
  .main_investor .table__area {
    -webkit-overflow-scrolling: touch;
    overflow: scroll;
    overflow-x: auto;
  }
}

.main_investor tr {
  border-bottom: solid 1px #fff;
  /* background: #ccc; */
  text-align: center;
}

.main_investor th {
  padding: 12px;
  border-right: 1px solid #ccc;
  background: #353535;
  color: #fff;
  /* border-left: 1px solid #fff; */
}

.main_investor td {
  width: 26%;
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

.main_investor table {
  margin-bottom: 20px;
  border-left: 1px solid #ccc;
  background: #fff;
}

@media screen and (max-width: 749px) {
  .main_investor table {
    width: 170%;
  }
}

.main_investor .table__area__attention .txt {
  width: 100%;
  font-size: 1.4rem;
}

.main_investor .attention {
  padding: 30px;
  background: rgba(194, 172, 122, 0.1);
  line-height: 1.4;
}

@media screen and (max-width: 749px) {
  .main_investor .attention {
    padding: 5%;
  }
}

.main_investor ul.attention__list {
  width: 90%;
  margin: 0 auto;
  list-style-type: square;
}

.main_investor ul.attention__list li {
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: dotted 1px #000;
}

.main_investor .btn_more__border_g {
  display: flex;
  margin-top: 50px;
}

@media screen and (max-width: 749px) {
  .main_investor .btn_more__border_g {
    flex-direction: column;
    margin-top: 30px;
  }
}

.main_investor .btn_more__border_g a {
  display: block;
  position: relative;
  width: 300px;
  margin: 0 auto;
  padding: 21px 20px;
  border: solid 1px #b1b1b1;
  font-size: 2rem;
  text-align: center;
}

@media screen and (max-width: 749px) {
  .main_investor .btn_more__border_g a {
    width: 85%;
    margin-top: 20px;
    padding: 4% 3%;
    font-size: 4vw;
  }
}

.main_investor .btn_more__border_g a:after {
  position: absolute;
  top: 40%;
  right: 4%;
  width: 20px;
  height: 20px;
  background: url(../img/cmn/icon_pdf.jpg) no-repeat;
  background-size: cover;
  content: "";
}

@media screen and (max-width: 749px) {
  .main_investor .btn_more__border_g a:after {
    top: 36%;
  }
}

@media screen and (max-width: 749px) {
  .main_investor h3 {
    padding: 6% 2%;
    line-height: 1.5;
    text-align: center;
  }
  .main_investor h3 small {
    display: block;
    position: relative;
    right: auto;
    bottom: 0;
  }
}

/* Slider */
.slick-slider {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  display: block;
  position: relative;
  touch-action: pan-y;
  user-select: none;
}

.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 {
  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;
  height: 100%;
  min-height: 1px;
  float: left;
}

[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;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./images/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  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");
  font-family: 'slick';
  font-style: normal;
  font-weight: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  display: block !important;
  z-index: 1000;
  position: absolute;
  top: 50%;
  width: 8px;
  height: 13px;
  padding: 0;
  overflow: visible;
  transform: translate(0, -50%);
  border: none;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

@media screen and (min-width: 960px) {
  .arrows-works .slick-prev,
  .arrows-works .slick-next {
    top: 0;
    width: 75px;
    height: 372px;
    transform: translate(0, 0);
    background: #00bc93;
  }
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

@media screen and (min-width: 960px) {
  .arrows-works .slick-prev:hover,
  .arrows-works .slick-prev:focus,
  .arrows-works .slick-next:hover,
  .arrows-works .slick-next:focus {
    background: #00bc93;
  }
}

.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: .25;
}

.slick-prev:before,
.slick-next:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: black;
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
}

.slick-prev {
  left: -12px;
}

@media screen and (min-width: 960px) {
  .arrows-works .slick-prev {
    left: 0;
  }
}

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  display: block;
  z-index: 10000;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-bottom: 3px solid #8d0105;
  border-left: 3px solid #8d0105;
  content: '';
}

@media screen and (min-width: 960px) {
  .arrows-works .slick-prev:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    border-color: #fff;
  }
}

@media screen and (max-width: 749px) {
  .arrows-works .slick-prev:before {
    border-color: #00bc93;
  }
}

[dir='rtl'] .slick-prev:before {
  content: '→';
}

.slick-next {
  right: -12px;
}

@media screen and (min-width: 960px) {
  .arrows-works .slick-next {
    right: 0;
  }
}

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px;
}

.slick-next:before {
  display: block;
  z-index: 10000;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  border-top: 3px solid #8d0105;
  border-right: 3px solid #8d0105;
  content: '';
}

@media screen and (min-width: 960px) {
  .arrows-works .slick-next:before {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    border-color: #fff;
  }
}

@media screen and (max-width: 749px) {
  .arrows-works .slick-next:before {
    border-color: #00bc93;
  }
}

[dir='rtl'] .slick-next:before {
  content: '←';
}

.top-members .slick-prev,
.about__members .slick-prev {
  left: 10px;
}

.top-members .slick-next,
.about__members .slick-next {
  right: 2px;
}

.top-members .slick-next:before,
.top-members .slick-prev:before,
.about__members .slick-next:before,
.about__members .slick-prev:before {
  border-color: #dedede;
}

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  display: block;
  position: absolute;
  bottom: -40px;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}

.top-spirits .slick-dots {
  bottom: -55px;
}

.slick-dots li {
  display: inline-block;
  position: relative;
  width: 15px;
  height: 15px;
  margin: 0 10px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  display: block;
  width: 15px;
  height: 15px;
  border: 0;
  outline: none;
  background: transparent;
  color: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}

.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 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #8d0105;
  border-radius: 50%;
  background: #fff;
  color: black;
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  content: '';
}

.top-works .slick-dots li button:before {
  border-color: #00bc93;
}

.slick-dots li.slick-active button:before {
  background: #8d0105;
  color: black;
}

.top-works .slick-dots li.slick-active button:before {
  background: #00bc93;
}

@media screen and (max-width: 749px) {
  .slick-dots li,
  .slick-dots li button,
  .slick-dots li button:before {
    width: 9px;
    height: 9px;
    margin: 0 5px;
    border-radius: 50%;
  }
}

main {
  margin-top: 70px;
}

@media screen and (max-width: 749px) {
  main {
    margin-top: 9%;
  }
}

.btn_area {
  margin: 0 auto 50px;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .btn_area {
    /* for sp Device Only */
    width: 90%;
  }
}

.btn_area .btn {
  display: inline-block;
  display: inline-block;
  position: relative;
  position: relative;
  padding: 20px;
  /* width: 232px; */
  padding: 22px 37px 22px 22px;
  background: #000;
  background: #333;
  color: #fff;
  color: #fff;
  font-size: 1.8rem;
  text-align: center;
}

@media screen and (max-width: 480px) {
  .btn_area .btn {
    padding: 5% 7% 5% 4%;
    /* for sp Device Only */
    font-size: 4vw;
  }
}

.btn_area .btn:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 6px;
  height: 6px;
  transform: translate(0, -50%) rotate(45deg);
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  content: "";
}

@media screen and (max-width: 480px) {
  .btn_area .btn:after {
    /* for sp Device Only */
    right: 4%;
  }
}
/*# sourceMappingURL=style.css.map */
