@charset "UTF-8";

/*  */
.ohkarte-add_banner a {
    display: block;
}
@media (min-width: 768px){
    .ohkarte-add_banner { display: none; }
}

.ohkarte-modal {
  display: none;
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1999999;
  overflow: hidden;
}
.ohkarte-modal .ohkarte-window {
  position: relative;
  background-color: #fff;
  padding: 0 0 20px;
}
.ohkarte-modal .ohkarte-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(/k_parts/img/close.svg) no-repeat center;
  background-size: cover;
}
.ohkarte-modal .ohkarte-window .ohkarte-window_inner {
  padding: 0 0 20px;
}

.ohd-contents {
    min-width: 320px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.ohd-contents:before {
    content: '';
    display: block;
    height: 1px;
}
.ohd-section {
    padding-left: 15px;
    padding-right: 15px;
}
.msds-iconHeadingBox {
    margin-bottom: 25px;
}
.msds-iconHeadingBox__heading {
    display: flex;
    align-items: center;
    position: relative;
    height: auto;
    min-height: 80px;
    padding: 10px 65px 10px 17px;
    border: 1px solid #d9d9d9;
    border-radius: 5px 5px 0 0;
    background-color: #f8f8f8;
}
.msds-iconHeadingBox__icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: #262626;
    margin-right: 15px;
    flex: none;
    border-radius: 30px;
}
.msds-iconHeadingBox__icon::before {
    content: "";
    display: block;
    padding: 5px;
    background-repeat: no-repeat;
}
.msds-iconHeadingBox__icon--train::before {
    background-image: url(/about/img/ico-train.svg);
    width: 20px;
    height: 32px;
}
.msds-iconHeadingBox__icon--home::before {
    background-image: url(/about/img/ico-home.svg);
    width: 31px;
    height: 26px;
}
.msds-iconHeadingBox__icon--money::before {
    background-image: url(/about/img/ico-money.svg);
    width: 30px;
    height: 26px;
}
.msds-iconHeadingBox__headingText {
    font-size: 18px;
    font-weight: 700;
}
.msds-iconHeadingBox__icon-plus {
    display: block;
    position: absolute;
    right: 24px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    fill: currentColor;
}
.msds-iconHeadingBox:global(.is-open) .msds-iconHeadingBox__icon-plus--rect01 {
    display:none;
}
.msds-iconHeadingBox__body {
    display: none;
    overflow: hidden;
    border-bottom: 0;
    padding: 0;
    pointer-events: none;
}
.msds-iconHeadingBox__body::before {
    content: "";
    display: block;
    padding-top: 30px;
}

.ohd-J1 {
    margin-bottom: 2rem;
}
.ohd-J1-columns {
    margin-bottom: 2rem;
}
.ohd-J1-columns__image {
    margin-bottom: 1.25rem;
}
.ohd-J1-columns__body>:last-child,
.ohd-J1-columns__image>:last-child {
    margin-bottom: 0;
}
.ohd-B1 {
    margin-bottom: 2rem;
}
.ohd-I1 {
    margin-bottom: 2rem;
}
.ohd-I1-columns {
    margin-bottom: 2rem;
}
.ohd-I1-columns__item {
    margin-bottom: 1.25rem;
}
.ohd-I1-columnItem__image {
    margin-bottom: .625rem;
}
.ohd-I1-columnItem__heading {
    margin-bottom: .625rem;
    color: #666;
    line-height: 1.4;
    font-weight: 700;
}
.ohd-F1 {
    margin-bottom: 2rem;
    text-align: center;
}
.ohd-F1-button {
    color: #fff;
    cursor: pointer;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: inline-flex;
    max-width: 100%;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    padding: 0 20px;
    border-radius: 5px;
    border: 1px solid #333;
    background: #333;
    font-weight: 700;
}

.ohd-u-mt3 {
    margin-top: 3.75rem!important;
}
.ohd-heading {
    margin-bottom: 1.25rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #d9d9d9;
    font-size: 18px;
    font-weight: 700;
}
.ohd-headingCopy {
    margin-bottom: 1.25rem;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 700;
}
.ohd-em {
    display: inline;
    font-weight: 700;
}
.ohd-em--strong {
    color: #e60000;
}
p {
    display: block;
    margin-bottom: 1em;
    font-size: inherit;
    line-height: 1.7;
}
.ohkarte-icon {
    display:flex;
    align-items: center;
}
.ohkarte-icon > div {
    padding: 0 0 0 10px;
}
.ohkarte-icon:before {
    content:"";
    flex-grow: 0;
    flex-shrink: 0;
    display:block;
    width: 75px;
    height: 75px;
    background: no-repeat center;
    background-size: contain;
}
.ohkarte-icon1:before {
    background-image: url(/k_parts/img/point1.png);
}
.ohkarte-icon2:before {
    background-image: url(/k_parts/img/point2.png);
}
.ohkarte-icon3:before {
    background-image: url(/k_parts/img/point3.png);
}





/*  */
.msds-section--pickup {
    background-color: #f2f2f2;
    padding-bottom: 5px;
}
@media (min-width: 768px){
    .msds-section--pickup {display: none;}
}

.ohd-u-mb0 {
    margin-bottom: 0!important;
}

.msds-heading {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    margin: 25px 0 30px;
    padding: 37px 0 13px;
}

.msds-heading:after {
    content: '';
    position: absolute;
    width: 46px;
    height: 2px;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    background-color: #E60000;
}

.msds-heading__subheading {
    font-size: 11px;
    color: #d0050d;
}

.msds-columns2--pickup {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 15px;
}

.msds-columns2__item {
    display: flex;
    width: calc((100%/2) - 8px);
    margin-bottom: 0;
}

.msds-columns2__item:nth-of-type(2n) {
    margin-left: 15px;
}

.msds-columnItem4 {
    position: relative;
    display: block;
    width: 100%;
    border: 1px solid #dfdfdf;
    background: #fff;
}

.msds-columnItem4__image {
    overflow: hidden;
}

.msds-columnItem4__image img {
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    width: 100%;
}

.msds-columnItem4__heading {
    position: relative;
    display: flex;
    flex-flow: column;
    min-height: 102px;
    font-weight: 700;
    padding: 18px 30px 18px 20px;
    color: #000;
}

.msds-columnItem4__arrow {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    width: 30px;
    height: 30px;
    top: 35px;
    right: 0;
}

.msds-columnItem4__arrow::after {
    content: "";
    display: block;
    position: relative;
    border: 2px solid #1A1A1A;
    border-width: 2px 2px 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 8px;
    height: 8px;
}

.msds-columnItem4__heading::after {
    content: none;
    display: block;
    width: 60px;
    height: 2px;
    background-color: #d0050d;
    margin-top: 10px;
}

.msds-columnItem4__text {
    font-size: 13px;
    line-height: 1.5;
    padding: 20px;
    color: #000;
}


@media screen and (max-width: 767px){
    .ohd-section {
        padding-left: 15px;
        padding-right: 15px;
    }
    
    .msds-columnItem4 {
        margin-bottom: 15px;
    }
    
    .msds-columnItem4__heading {
        font-size: 15px;
    }
}


/*  */
.ohkarte-buttonB {
    position: relative;
    align-items: flex-end;
}
.msn-buttonB__label {font-weight: 500;}
.ohkarte-buttonB .msn-buttonB__label {margin-bottom: 2px;}
.ohkarte-msn-buttonB__label--balloon {
    position :absolute;
    top: 7px;
    margin: auto;
    padding: 0 10px;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: #FFFFFF;
    color: #E60000;
    font-size: 12px;
    font-weight :500;
    line-height: 16px;
}
.ohkarte-bottomButtons__balloon {
    position:absolute;
    top : -18px;
    left: 50%;
    transform: translate(-50%, 0);
    width: auto;
    height: 18px;
}
@media (min-width: 768px){
    .ohkarte-bottomButtons__balloon {
        display: none;
    }
}
  
  .ohkarte-bottomButtons__balloon_in {
    position:relative;
    width:auto;
    height:18px;
}
  
  .ohkarte-bottomButtons__balloon_before {
    position: absolute;
    z-index: 1;
    width: 10px;
    height: 10px;
    bottom: -2px;
    left: 50%;
    transform: translateX(-50%) rotate(45deg) skew(20deg,20deg);
}
  
  .ohkarte-bottomButtons__balloon_after {
    position: absolute;
    z-index: 2;
    top : 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: yellow;
}
  
  .ohkarte-bottomButtons__balloon_in,.ohkarte-bottomButtons__balloon_after {
      border-radius: 9px;
}
  
  .ohkarte-bottomButtons__balloon_in,.ohkarte-bottomButtons__balloon_before {
      box-shadow: 0 0 10px 0 rgba(163,163,163,0.50);
}
  .ohkarte-bottomButtons__balloon_in,.ohkarte-bottomButtons__balloon_before,.ohkarte-bottomButtons__balloon_after {
      background: #ffffff;
}
  
  .ohkarte-bottomButtons__balloon_text {
    position: relative;
    width: max-content;
    height: 18px;
    padding: 0 10px;
    color: rgb(230,0,0);
    font-size: 12px;
    line-height: 18px;
    z-index: 3;
}
.msn-bottomButtons__item {
    position: relative;
}
@media (min-width: 768px) {
        .msn-bottomButtons {
            width: 450px;
        }
    }

/************************************************************************************************************

   YOYOGI_ONLY

************************************************************************************************************/
@charset "UTF-8";
@import url("https://use.typekit.net/gdf1fdf.css");
@import url("https://fonts.googleapis.com/css2?family=EB+Garamond:ital@1&family=Shippori+Mincho&display=swap");
html {
  overflow-y: scroll; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

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

fieldset, img {
  border: 0; }

img {
  vertical-align: bottom; }

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

li {
  list-style: none; }

caption, th {
  text-align: left; }

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

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

abbr, acronym {
  border: 0;
  font-variant: normal; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%; }

/*because legend doesn't inherit in IE */
legend {
  color: #000; }

del, ins {
  text-decoration: none; }

.dummy-head,
.dummy-footer {
  background: #888;
  text-align: center;
  color: #bbb;
  font-size: 20px;
  line-height: 1.5; }

.dummy-head {
  padding: 40px 0; }

.dummy-footer {
  padding: 500px 0; }

/*$color1: #41889e;*/
/*$color1: #0094e3;*/
.page {
  overflow-x: hidden;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt"; }
  .page .sp {
    display: none; }
  @media screen and (max-width: 600px) {
    .page .pc {
      display: none; }
    .page .sp {
      display: block; } }
  .page #container img {
    width: 100%;
    height: auto;
    line-height: 1;
    vertical-align: middle; }

sup {
  font-size: 50%;
  top: -1em; }

.aw {
  display: inline-block; }

.img {
  position: relative; }
  .img img {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 0; }
  .img .note {
    position: absolute;
    z-index: 1;
    bottom: 5px;
    right: 5px;
    font-size: 11px;
    line-height: 1.3;
    color: #fff;
    text-shadow: 0 0 5px black, 0 0 5px rgba(0, 0, 0, 0.5);
    font-family: "游ゴシック Medium", "YuGothic,YuGothicM", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif !important;
    font-weight: 300; }
    .img .note.b {
      color: #000;
      text-shadow: 0 0 5px white, 0 0 5px rgba(255, 255, 255, 0.5); }
    .img .note.sh {
      text-shadow: 0 0 5px black, 0 0 5px rgba(0, 0, 0, 0.5); }
    .img .note.out {
      display: block;
      position: inherit;
      margin-top: 5px !important;
      text-align: right;
      color: #000;
      text-shadow: none;
      bottom: 0;
      right: 0; }
    @media screen and (max-width: 782px) {
      .img .note {
        font-size: 9px;
        bottom: 7px;
        right: 7px; } }

.note {
  font-size: 11px;
  line-height: 1.5; }
  @media screen and (max-width: 782px) {
    .note {
      font-size: 10px; } }

.readmore {
  margin-top: 70px; }
  .readmore a {
    display: block;
    position: relative;
    background: #fff;
    width: 100%;
    max-width: 280px;
    height: 55px;
    margin: auto;
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
    color: #4d4d4d;
    transition: 0.5s background; }
    .readmore a .txt {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%, -50%);
      font-size: 16px;
      letter-spacing: 2px;
      font-family: eb-garamond,serif;
      font-weight: 400;
      font-style: normal; }
    .readmore a:before {
      content: "";
      position: absolute;
      width: 8px;
      height: 8px;
      border-top: 2px solid #4d4d4d;
      border-right: 2px solid #4d4d4d;
      top: 50%;
      right: 6%;
      transform: translateY(-50%) rotate(45deg);
      transition: 0.5s right; }
    .readmore a:hover {
      background: #efead4; }
      .readmore a:hover:before {
        right: 5%; }
  @media screen and (max-width: 600px) {
    .readmore {
      margin-top: 35px; }
      .readmore a {
        max-width: 220px;
        height: 50px; } }

.inner {
  margin: auto;
  max-width: 1100px;
  width: 90%;
  padding: 60px 0; }
  @media screen and (max-width: 600px) {
    .inner {
      padding: 35px 0; } }

/******************************************************

Template

******************************************************/
.vsp {
  display: none; }
  @media screen and (max-width: 782px) {
    .vsp {
      display: block; } }

.msn-headerMenu {
  background: #fff;
  /**border-top: 1px solid #ddd;
  border-bottom: 2px solid #ddd;**/ }
  .msn-headerMenu .msn-headerPrimary {
    position: relative; }
  .msn-headerMenu .msn-headerLocalNav {
    display: none !important; }

.msn-headerSecondary {
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt"; }

@media screen and (min-width: 768px) {
  .msn-headerLogo img {
    height: 55px; } }
@media screen and (max-width: 767px) {
  .msn-headerLogo img {
    height: 35px; } }

.msn-headerNav {
  position: relative; }
  .msn-headerNav:before {
    position: absolute;
    content: "";
    left: 0;
    top: 8px;
    bottom: 8px;
    background: #ddd;
    width: 1px; }
  .msn-headerNav .msn-headerNav__item {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
    width: 16.66666666%;
    position: relative;
    color: rgba(0, 0, 0, 0.4);
    text-align: center;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 15px;
    font-weight: 300;
    font-feature-settings: "palt";
    border-bottom: none;
    position: relative;
    /**&:first-child{
    	&:before{
    		position: absolute;
    		content: "";
    		left: 0;
    		top: 8px;
    		bottom: 8px;
    		background: #ddd;
    		width: 1px;
    	}
    }**/ }
    .msn-headerNav .msn-headerNav__item:after {
      position: absolute;
      content: "";
      right: 0;
      top: 8px;
      bottom: 8px;
      background: #ddd;
      width: 1px; }
    .msn-headerNav .msn-headerNav__item a {
      position: relative;
      color: #000;
      justify-content: center;
      z-index: 2;
      width: 100%;
      font-weight: 300;
      border-bottom: none; }
      .msn-headerNav .msn-headerNav__item a::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 3px;
        right: 3px;
        height: 2px;
        background: #9b825a;
        opacity: 0;
        transition: all 0.3s ease-in-out;
        z-index: -1; }
      .msn-headerNav .msn-headerNav__item a:hover::after {
        opacity: 1; }
    .msn-headerNav .msn-headerNav__item.msn-headerNav__current a::after {
      opacity: 1; }
  .msn-headerNav .msn-headerNav__item--new:before {
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
    z-index: 99;
    font-size: 10px;
    content: 'NEW';
    position: absolute;
    right: 5px;
    top: 5px;
    color: #e60000;
    -webkit-transform: none;
    transform: none; }
  @media screen and (max-width: 782px) {
    .msn-headerNav::before {
      content: none; }
    .msn-headerNav .msn-headerNav__item {
      border-bottom: 1px solid #444;
      /*&:first-child{
      	&:before{
      		display: none;
      	}
      } */
      color: #888; }
      .msn-headerNav .msn-headerNav__item:after {
        display: none; }
      .msn-headerNav .msn-headerNav__item a {
        color: #fff; }
        .msn-headerNav .msn-headerNav__item a::after {
          display: none; }
      .msn-headerNav .msn-headerNav__item.msn-headerNav__current a {
        background: #222; } }

.msn-footer {
  padding-top: 0;
  margin-top: 0; }
  .msn-footer .msn-footer__inner {
    padding-top: 0;
    margin-top: 0; }
  .msn-footer .msn-footerMenu div,
  .msn-footer .msn-footerSubNav div {
    font-weight: 300;
    color: rgba(0, 0, 0, 0.4);
    font-weight: 300; }
  .msn-footer .msn-footerMenu a,
  .msn-footer .msn-footerSubNav a {
    font-weight: 300;
    color: #000; }
  .msn-footer .msn-footerSeller__logo--type2 {
    display: none !important; }

.msn-headerButtons__item:nth-child(3) {
  display: none; }
.msn-headerButtons__item:first-child a {
  /* border-bottom-right-radius: 5px; */
  border-bottom-left-radius: 5px;
  padding: 0 15px;
  background: #c8864a;
  font-family: "Yu Mincho", "游明朝体", 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝', serif; }
.msn-headerButtons__item:nth-child(2) a {
  /**border-bottom-right-radius: 5px;**/
  padding: 0 15px;
  /*background: #e60000;
  background: #bd4c3c;*/
  font-family: "Yu Mincho", "游明朝体", 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝', serif; }
.msn-headerButtons__item:nth-child(3) a {
  border-bottom-right-radius: 5px;
  padding: 0 15px;
  /*background: #002762;*/
  background: #ec7e8d;
  font-family: "Yu Mincho", "游明朝体", 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝', serif; }

.msn-bottomButtons {
  width: 100%;
  max-width: 450px; }
  @media screen and (max-width: 767px) {
    .msn-bottomButtons {
      max-width: none; } }

.msn-bottomButtons__item:nth-child(3) {
  display: none; }
.msn-bottomButtons__item:first-child a {
  /* border-radius: 5px;*/
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  background: #c8864a;
  font-family: "Yu Mincho", "游明朝体", 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝', serif; }
.msn-bottomButtons__item:nth-child(2) a {
  /*border-top-right-radius: 5px; 
  border-bottom-right-radius: 5px; 
  background: #bd4c3c;*/
  font-family: "Yu Mincho", "游明朝体", 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝', serif; }
.msn-bottomButtons__item:nth-child(3) a {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  /*background: #002762;*/
  background: #ec7e8d;
  font-family: "Yu Mincho", "游明朝体", 'ヒラギノ明朝 Pro W3','Hiragino Mincho Pro','HGS明朝E','ＭＳ Ｐ明朝', serif; }
@media screen and (max-width: 782px) {
  .msn-bottomButtons__item a {
    font-size: 12px !important; } }

.msn-bottomButtons {
  z-index: 999999; }

.is-menu-active .msn-bottomButtons {
  z-index: 999999; }

/*↓差し替え（250507）↓*/
.msds-section--pickup {
  background-color: #f2f2f2;
  padding-bottom: 5px; }

@media (min-width: 768px) {
  .msds-section--pickup {
    display: none; } }
.ohd-u-mb0 {
  margin-bottom: 0 !important; }

.msds-heading {
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  font-size: 18px;
  font-weight: 700;
  margin: 25px 0 30px;
  padding: 37px 0 13px; }

.msds-heading:after {
  content: '';
  position: absolute;
  width: 46px;
  height: 2px;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  background-color: #E60000; }

.msds-heading__subheading {
  font-size: 11px;
  color: #d0050d; }

.msds-columns2--pickup {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px; }

.msds-columns2__item {
  display: flex;
  width: calc((100%/2) - 8px);
  margin-bottom: 0; }

.msds-columns2__item:nth-of-type(2n) {
  margin-left: 15px; }

.msds-columnItem4 {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #dfdfdf;
  background: #fff; }

.msds-columnItem4__image {
  overflow: hidden; }

.msds-columnItem4__image img {
  transition: -webkit-transform .2s ease-in-out;
  transition: transform .2s ease-in-out;
  transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
  width: 100%; }

.msds-columnItem4__heading {
  position: relative;
  display: flex;
  flex-flow: column;
  min-height: 102px;
  font-weight: 700;
  padding: 18px 30px 18px 20px;
  color: #000; }

.msds-columnItem4__arrow {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  width: 30px;
  height: 30px;
  top: 35px;
  right: 0; }

.msds-columnItem4__arrow::after {
  content: "";
  display: block;
  position: relative;
  border: 2px solid #1A1A1A;
  border-width: 2px 2px 0 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 8px;
  height: 8px; }

.msds-columnItem4__heading::after {
  content: none;
  display: block;
  width: 60px;
  height: 2px;
  background-color: #d0050d;
  margin-top: 10px; }

.msds-columnItem4__text {
  font-size: 13px;
  line-height: 1.5;
  padding: 20px;
  color: #000; }

@media screen and (max-width: 767px) {
  .ohd-section {
    padding-left: 15px;
    padding-right: 15px; }

  .msds-columnItem4 {
    margin-bottom: 15px; }

  .msds-columnItem4__heading {
    font-size: 15px; } }
/*↑差し替え（250507）↑*/
/*↓差し替え（250507）↓*/
.ohkaizen-addappeal--01 {
  background-color: #ffffff;
  padding: 30px 0px 20px 0;
  color: #000; }

.ohkaizen-addappeal--01 h3 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  padding: 0 0 30px;
  text-align: center; }

.ohkaizen-addappeal--01 h3 b {
  color: #e60000;
  font-weight: bold; }

.ohkaizen-addappeal--01 .ohd-I2-columnItem__image img {
  max-width: none;
  width: 100%; }

.ohd-section {
  margin-right: auto;
  margin-left: auto; }

.ohd-p, p {
  display: block;
  margin-bottom: 1em;
  font-size: inherit;
  line-height: 1.7; }

.ohd-section > :last-child {
  margin-bottom: 0; }

.ohd-I2-columnItem__image {
  margin-bottom: .625rem; }

.ohkaizen-addappeal--01 .ohd-I2-columnItem__image img {
  max-width: none;
  width: 100%; }

.ohd-I2-columnItem > :last-child {
  margin-bottom: 0; }

.ohd-I2-columnItem__body > :last-child {
  margin-bottom: 0; }

@media (min-width: 768px), print {
  .ohd-I2-columnItem__body {
    font-size: 14px; }

  .ohd-section {
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 3.75rem; }

  .ohd-I2-columns {
    display: flex;
    flex-wrap: nowrap;
    margin-right: auto;
    margin-left: auto;
    flex-wrap: wrap;
    justify-content: space-between; }

  .ohd-I2-columns__item {
    box-sizing: border-box;
    min-width: 0;
    word-wrap: break-word;
    overflow-wrap: break-word;
    flex-basis: 100%;
    flex-shrink: 0;
    max-width: 100%;
    flex-basis: calc(33.33333% - 2.2%); }

  .ohd-I2-columns__item:not(:last-child) {
    margin-right: 0; } }
@media screen and (max-width: 767px) {
  .ohkaizen-addappeal--01 {
    padding: 0px 0 1px; }

  .okaizen-addappeal h3 {
    font-size: 20px;
    padding: 0 0 25px; }

  .ohd-section {
    padding-left: 15px;
    padding-right: 15px; }

  .ohd-I2-columns {
    margin-bottom: 2rem; }

  .ohd-I2-columns__item {
    margin-bottom: 1.25rem; }

  .ohkaizen-addappeal--01 .ohd-I2-columnItem__body {
    font-size: 16px; } }
.msds-button2--2 {
  text-align: center; }

.msds-button2__label {
  position: relative;
  font-size: 14px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-flex;
  max-width: 100%;
  min-width: 200px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  border-radius: 5px;
  background-color: #e60000;
  border-color: #e60000;
  font-weight: 700;
  color: #fff;
  text-align: center; }

.msds-button2--2 .msds-button2__label {
  /*margin-top: 32px;*/
  background-color: #333;
  color: #fff;
  margin-bottom: 32px; }

.ohd-section {
  padding-left: 15px;
  padding-right: 15px; }

.msds-iconHeadingBox {
  margin-bottom: 25px; }

.msds-iconHeadingBox__heading {
  display: flex;
  align-items: center;
  position: relative;
  height: auto;
  min-height: 80px;
  padding: 10px 65px 10px 17px;
  border: 1px solid #d9d9d9;
  border-radius: 5px 5px 0 0;
  background-color: #f8f8f8;
  pointer-events: auto !important; }

.msds-iconHeadingBox__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #262626;
  margin-right: 15px;
  flex: none;
  border-radius: 30px; }

.msds-iconHeadingBox__icon::before {
  content: '';
  display: block;
  padding: 5px;
  background-repeat: no-repeat; }

.msds-iconHeadingBox__headingText {
  font-size: 18px;
  font-weight: 700; }

.msds-iconHeadingBox__icon-plus {
  display: block !important;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  fill: currentColor; }

@media (min-width: 768px), print {
  .area-detail .msds-iconHeadingBox__icon-plus {
    display: none !important; } }
.msds-iconHeadingBox:global(.is-open) .msds-iconHeadingBox__icon-plus--rect01 {
  display: none !important; }

.msds-iconHeadingBox__body {
  display: none;
  overflow: hidden;
  border-bottom: 0;
  padding: 0;
  pointer-events: none; }

.msds-iconHeadingBox__body::before {
  content: '';
  display: block;
  padding-top: 30px; }

.ohd-J1 {
  margin-bottom: 2rem; }

.ohd-J1-columns {
  margin-bottom: 2rem; }

.ohd-J1-columns__image {
  margin-bottom: 1.25rem; }

.ohd-J1-columns__body > :last-child,
.ohd-J1-columns__image > :last-child {
  margin-bottom: 0; }

.ohd-B1 {
  margin-bottom: 2rem; }

.ohd-I1 {
  margin-bottom: 2rem; }

.ohd-I1-columns {
  margin-bottom: 2rem; }

.ohd-I1-columns__item {
  margin-bottom: 1.25rem; }

.ohd-I1-columnItem__image {
  margin-bottom: .625rem; }

.ohd-I1-columnItem__heading {
  margin-bottom: .625rem;
  color: #666;
  line-height: 1.4;
  font-weight: 700; }

.ohd-F1 {
  margin-bottom: 2rem;
  text-align: center; }

.ohd-F1-button {
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-flex;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border-radius: 5px;
  border: 1px solid #333;
  background: #333;
  font-weight: 700; }

.ohd-u-mt3 {
  margin-top: 3.75rem !important; }

.ohd-heading {
  margin-bottom: 1.25rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid #d9d9d9;
  font-size: 18px;
  font-weight: 700; }

.ohd-headingCopy {
  margin-bottom: 1.25rem;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700; }

.ohd-em {
  display: inline;
  font-weight: 700; }

.ohd-em--strong {
  color: #e60000; }

p {
  display: block;
  margin-bottom: 1em;
  font-size: inherit;
  line-height: 1.7; }

.ohkarte-icon {
  display: flex;
  align-items: center; }

.ohkarte-icon > div {
  padding: 0 0 0 10px; }

.ohkarte-icon:before {
  content: '';
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
  width: 75px;
  height: 75px;
  background: no-repeat center;
  background-size: contain; }

.ohkarte-icon1:before {
  background-image: url(/k_parts/img/point1.png); }

.ohkarte-icon2:before {
  background-image: url(/k_parts/img/point2.png); }

.ohkarte-icon3:before {
  background-image: url(/k_parts/img/point3.png); }

.ohkaizen-addappeal--03 {
  background-color: #ffffff;
  padding: 60px 0;
  text-align: center; }

.ohkaizen-addappeal--03 h3 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  padding: 0 0 30px; }

.ohkaizen-addappeal--03 h3 b {
  color: #e60000;
  font-weight: bold; }

.ohkaizen-addappeal--03 ol {
  letter-spacing: -0.4em;
  padding: 0; }

.ohkaizen-addappeal--03 ol li {
  display: inline-block;
  letter-spacing: 0;
  padding: 0 40px 0 0;
  font-size: 16px;
  font-weight: bold; }

.ohkaizen-addappeal--03 ol li .ohd-P1__number {
  background-color: #262626;
  color: #fefefe; }

.ohd-P1__number {
  display: inline-block;
  flex: none;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #b6dff4;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  margin-left: 10px; }

.ohd-P1__text {
  margin-left: 15px; }

.ohkaizen-addappeal--03 ol li .ohd-P1__text {
  vertical-align: middle; }

.ohd-P1__number + .ohd-P1__text {
  margin-left: 10px; }

@media screen and (max-width: 767px) {
  .ohd-P1__number + .ohd-P1__text {
    margin-left: 7px; } }
@media screen and (max-width: 982px) {
  .ohkaizen-addappeal--03 {
    margin-bottom: 10px;
    padding: 46px 40px 35px 40px; }

  .ohkaizen-addappeal--03 h3 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.005em;
    padding: 0 0 22px; }

  .ohkaizen-addappeal--03 ol {
    text-align: left; }

  .ohkaizen-addappeal--03 ol li {
    position: relative;
    display: block;
    width: 285px;
    margin: 0 auto;
    padding: 0 0 25px 31px; }

  .ohkaizen-addappeal--03 ol li .ohd-P1__number {
    position: absolute;
    top: -1px;
    left: 0;
    margin-left: 0; }

  .ohkaizen-addappeal--03 ol li .ohd-P1__text {
    margin-left: 0; }

  .ohkaizen-addappeal--03 ol li:last-child {
    padding-bottom: 0; } }
.ohkaizen-add_about {
  border-top: 1px solid #d9d9d9;
  background-color: #FFF; }

.ohd-headingCopy {
  margin-bottom: 1.25rem;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700; }

.ohd-em--strong {
  color: #e60000; }

.ohd-em {
  display: inline;
  font-weight: 700; }

.ohd-p, p {
  display: block;
  margin-bottom: 1em;
  font-size: inherit;
  line-height: 1.7; }

.ohd-B1-image {
  margin-bottom: 1.25rem;
  text-align: center; }

.ohd-section > :last-child {
  margin-bottom: 0; }

.msds-button2 {
  display: block;
  text-align: center; }

.ohd-notes {
  margin-bottom: 1.25rem;
  font-size: 12px;
  line-height: 1.5;
  color: gray; }

.ohd-notes__item {
  margin-left: 1em; }

.ohd-notes__item::before {
  content: '\203B';
  display: block;
  float: left;
  text-indent: -1em; }

.ohd-u-mt1 {
  margin-top: 1.25rem !important; }

.msds-button2--2 .msds-button2__label {
  background-color: #333;
  color: #fff; }

.msds-button2__label {
  position: relative;
  font-size: 14px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-flex;
  max-width: 100%;
  min-width: 200px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  border-radius: 5px;
  background-color: #e60000;
  border-color: #e60000;
  font-weight: 700;
  color: #fff; }

@media (min-width: 768px) {
  .ohkaizen-add_about .ohd-section {
    margin-bottom: 60px; }

  .ohkaizen-add_about .ohd-u-mt3 {
    margin-top: 1rem !important; } }
@media (min-width: 768px), print {
  .ohd-section {
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px; }

  .ohd-B1 {
    margin-bottom: 2.5rem; }

  .ohd-B1-image__content--sm {
    display: none; } }
@media (max-width: 767px) {
  .ohkaizen-add_about .ohd-section {
    margin-bottom: 0; }

  .ohkaizen-add_about .ohd-u-mt3 {
    margin-top: 1rem !important; }

  .ohkaizen-add_about .ohd-notes {
    margin-bottom: 0; } }
@media screen and (max-width: 767px) {
  .ohd-section {
    padding-left: 15px;
    padding-right: 15px; }

  .ohd-B1 {
    margin-bottom: 2rem; }

  .ohd-headingCopy {
    font-size: 20px; }

  .ohd-B1-image__content--md {
    display: none; } }
.ohd-section {
  padding-left: 15px;
  padding-right: 15px; }

.msds-iconHeadingBox {
  margin-bottom: 25px; }

.msds-iconHeadingBox__heading {
  display: flex;
  align-items: center;
  position: relative;
  height: auto;
  min-height: 80px;
  padding: 10px 65px 10px 17px;
  border: 1px solid #d9d9d9;
  border-radius: 5px 5px 0 0;
  background-color: #f8f8f8; }

.msds-iconHeadingBox__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #262626;
  margin-right: 15px;
  flex: none;
  border-radius: 30px; }

.msds-iconHeadingBox__icon::before {
  content: '';
  display: block;
  padding: 5px;
  background-repeat: no-repeat; }

.msds-iconHeadingBox__headingText {
  font-size: 18px;
  font-weight: 700; }

.msds-iconHeadingBox__icon-plus {
  display: block;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  fill: currentColor; }

.msds-iconHeadingBox:global(.is-open) .msds-iconHeadingBox__icon-plus--rect01 {
  display: none; }

.msds-iconHeadingBox__body {
  display: none;
  overflow: hidden;
  border-bottom: 0;
  padding: 0;
  pointer-events: none; }

.msds-iconHeadingBox__body::before {
  content: '';
  display: block;
  padding-top: 30px; }

.ohd-J1 {
  margin-bottom: 2rem; }

.ohd-J1-columns {
  margin-bottom: 2rem; }

.ohd-J1-columns__image {
  margin-bottom: 1.25rem; }

.ohd-J1-columns__body > :last-child,
.ohd-J1-columns__image > :last-child {
  margin-bottom: 0; }

.ohd-B1 {
  margin-bottom: 2rem; }

.ohd-I1 {
  margin-bottom: 2rem; }

.ohd-I1-columns {
  margin-bottom: 2rem; }

.ohd-I1-columns__item {
  margin-bottom: 1.25rem; }

.ohd-I1-columnItem__image {
  margin-bottom: .625rem; }

.ohd-I1-columnItem__heading {
  margin-bottom: .625rem;
  color: #666;
  line-height: 1.4;
  font-weight: 700; }

.ohd-F1 {
  margin-bottom: 2rem;
  text-align: center; }

.ohd-F1-button {
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-flex;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border-radius: 5px;
  border: 1px solid #333;
  background: #333;
  font-weight: 700; }

.ohd-u-mt3 {
  margin-top: 3.75rem !important; }

.ohd-heading {
  margin-bottom: 1.25rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid #d9d9d9;
  font-size: 18px;
  font-weight: 700; }

.ohd-headingCopy {
  margin-bottom: 1.25rem;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700; }

.ohd-em {
  display: inline;
  font-weight: 700; }

.ohd-em--strong {
  color: #e60000; }

p {
  display: block;
  margin-bottom: 1em;
  font-size: inherit;
  line-height: 1.7; }

/*↑差し替え（250507）↑*/
.ohkarte-icon {
  display: flex;
  align-items: center; }

.ohkarte-icon > div {
  padding: 0 0 0 10px; }

.ohkarte-icon:before {
  content: '';
  flex-grow: 0;
  flex-shrink: 0;
  display: block;
  width: 75px;
  height: 75px;
  background: no-repeat center;
  background-size: contain; }

.ohkarte-icon1:before {
  background-image: url(/k_parts/img/point1.png); }

.ohkarte-icon2:before {
  background-image: url(/k_parts/img/point2.png); }

.ohkarte-icon3:before {
  background-image: url(/k_parts/img/point3.png); }

.ohkaizen-addappeal--03 {
  background-color: #ffffff;
  padding: 60px 0;
  text-align: center; }

.ohkaizen-addappeal--03 h3 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  padding: 0 0 30px; }

.ohkaizen-addappeal--03 h3 b {
  color: #e60000;
  font-weight: bold; }

.ohkaizen-addappeal--03 ol {
  letter-spacing: -0.4em;
  padding: 0; }

.ohkaizen-addappeal--03 ol li {
  display: inline-block;
  letter-spacing: 0;
  padding: 0 40px 0 0;
  font-size: 16px;
  font-weight: bold; }

.ohkaizen-addappeal--03 ol li .ohd-P1__number {
  background-color: #262626;
  color: #fefefe; }

.ohd-P1__number {
  display: inline-block;
  flex: none;
  width: 24px;
  height: 24px;
  line-height: 24px;
  background-color: #b6dff4;
  border-radius: 50%;
  text-align: center;
  vertical-align: middle;
  font-size: 16px;
  margin-left: 10px; }

.ohd-P1__text {
  margin-left: 15px; }

.ohkaizen-addappeal--03 ol li .ohd-P1__text {
  vertical-align: middle; }

.ohd-P1__number + .ohd-P1__text {
  margin-left: 10px; }

@media screen and (max-width: 767px) {
  .ohd-P1__number + .ohd-P1__text {
    margin-left: 7px; } }
@media screen and (max-width: 982px) {
  .ohkaizen-addappeal--03 {
    margin-bottom: 10px;
    padding: 46px 40px 35px 40px; }

  .ohkaizen-addappeal--03 h3 {
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.005em;
    padding: 0 0 22px; }

  .ohkaizen-addappeal--03 ol {
    text-align: left; }

  .ohkaizen-addappeal--03 ol li {
    position: relative;
    display: block;
    width: 285px;
    margin: 0 auto;
    padding: 0 0 25px 31px; }

  .ohkaizen-addappeal--03 ol li .ohd-P1__number {
    position: absolute;
    top: -1px;
    left: 0;
    margin-left: 0; }

  .ohkaizen-addappeal--03 ol li .ohd-P1__text {
    margin-left: 0; }

  .ohkaizen-addappeal--03 ol li:last-child {
    padding-bottom: 0; } }
.ohkaizen-add_about {
  border-top: 1px solid #d9d9d9;
  background-color: #FFF; }

.ohd-headingCopy {
  margin-bottom: 1.25rem;
  font-size: 24px;
  line-height: 1.5;
  font-weight: 700; }

.ohd-em--strong {
  color: #e60000; }

.ohd-em {
  display: inline;
  font-weight: 700; }

.ohd-p, p {
  display: block;
  margin-bottom: 1em;
  font-size: inherit;
  line-height: 1.7; }

.ohd-B1-image {
  margin-bottom: 1.25rem;
  text-align: center; }

.ohd-section > :last-child {
  margin-bottom: 0; }

.msds-button2 {
  display: block;
  text-align: center; }

.ohd-notes {
  margin-bottom: 1.25rem;
  font-size: 12px;
  line-height: 1.5;
  color: gray; }

.ohd-notes__item {
  margin-left: 1em; }

.ohd-notes__item::before {
  content: '\203B';
  display: block;
  float: left;
  text-indent: -1em; }

.ohd-u-mt1 {
  margin-top: 1.25rem !important; }

.msds-button2--2 .msds-button2__label {
  background-color: #333;
  color: #fff; }

.msds-button2__label {
  position: relative;
  font-size: 14px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-flex;
  max-width: 100%;
  min-width: 200px;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 0 20px;
  border-radius: 5px;
  background-color: #e60000;
  border-color: #e60000;
  font-weight: 700;
  color: #fff; }

@media (min-width: 768px) {
  .ohkaizen-add_about .ohd-section {
    margin-bottom: 60px; }

  .ohkaizen-add_about .ohd-u-mt3 {
    margin-top: 1rem !important; } }
@media (min-width: 768px), print {
  .ohd-section {
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px; }

  .ohd-B1 {
    margin-bottom: 2.5rem; }

  .ohd-B1-image__content--sm {
    display: none; } }
@media (max-width: 767px) {
  .ohkaizen-add_about .ohd-section {
    margin-bottom: 0; }

  .ohkaizen-add_about .ohd-u-mt3 {
    margin-top: 1rem !important; }

  .ohkaizen-add_about .ohd-notes {
    margin-bottom: 0; } }
@media screen and (max-width: 767px) {
  .ohd-section {
    padding-left: 15px;
    padding-right: 15px; }

  .ohd-B1 {
    margin-bottom: 2rem; }

  .ohd-headingCopy {
    font-size: 20px; }

  .ohd-B1-image__content--md {
    display: none; } }
/*↓追加（250507）↓*/
.ohkarte-add_banner a {
  display: block; }

@media (min-width: 768px) {
  .ohkarte-add_banner {
    display: none; } }
/*↑追加（250507）↑*/
.ohkarte-modal {
  display: none;
  position: fixed;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1999999;
  overflow: hidden; }

.ohkarte-modal .ohkarte-window {
  position: relative;
  background-color: #fff;
  padding: 0 0 20px; }

.ohkarte-modal .ohkarte-close {
  position: absolute;
  top: 10px;
  right: 10px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(/k_parts/img/close.svg) no-repeat center;
  background-size: cover; }

.ohkarte-modal .ohkarte-window .ohkarte-window_inner {
  padding: 0 0 20px; }

.ohd-contents {
  min-width: 320px;
  word-wrap: break-word;
  overflow-wrap: break-word; }

.ohd-contents:before {
  content: '';
  display: block;
  height: 1px; }

.ohd-section {
  padding-left: 15px;
  padding-right: 15px; }

.msds-iconHeadingBox {
  margin-bottom: 25px; }

.msds-iconHeadingBox__heading {
  display: flex;
  align-items: center;
  position: relative;
  height: auto;
  min-height: 80px;
  padding: 10px 65px 10px 17px;
  border: 1px solid #d9d9d9;
  border-radius: 5px 5px 0 0;
  background-color: #f8f8f8; }

.msds-iconHeadingBox__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #262626;
  margin-right: 15px;
  flex: none;
  border-radius: 30px; }

.msds-iconHeadingBox__icon::before {
  content: '';
  display: block;
  padding: 5px;
  background-repeat: no-repeat; }

.msds-iconHeadingBox__icon--train::before {
  background-image: url(/about/img/ico-train.svg);
  width: 20px;
  height: 32px; }

.msds-iconHeadingBox__icon--home::before {
  background-image: url(/about/img/ico-home.svg);
  width: 31px;
  height: 26px; }

.msds-iconHeadingBox__icon--money::before {
  background-image: url(/about/img/ico-money.svg);
  width: 30px;
  height: 26px; }

.msds-iconHeadingBox__headingText {
  font-size: 18px;
  font-weight: 700; }

.msds-iconHeadingBox__icon-plus {
  display: block;
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  fill: currentColor; }

.msds-iconHeadingBox:global(.is-open) .msds-iconHeadingBox__icon-plus--rect01 {
  display: none; }

.msds-iconHeadingBox__body {
  display: none;
  overflow: hidden;
  border-bottom: 0;
  padding: 0;
  pointer-events: none; }

.msds-iconHeadingBox__body::before {
  content: '';
  display: block;
  padding-top: 30px; }

.ohd-J1 {
  margin-bottom: 2rem; }

.ohd-J1-columns {
  margin-bottom: 2rem; }

.ohd-J1-columns__image {
  margin-bottom: 1.25rem; }

.ohd-J1-columns__body > :last-child,
.ohd-J1-columns__image > :last-child {
  margin-bottom: 0; }

.ohd-B1 {
  margin-bottom: 2rem; }

.ohd-I1 {
  margin-bottom: 2rem; }

.ohd-I1-columns {
  margin-bottom: 2rem; }

.ohd-I1-columns__item {
  margin-bottom: 1.25rem; }

.ohd-I1-columnItem__image {
  margin-bottom: .625rem; }

.ohd-I1-columnItem__heading {
  margin-bottom: .625rem;
  color: #666;
  line-height: 1.4;
  font-weight: 700; }

.ohd-F1 {
  margin-bottom: 2rem;
  text-align: center; }

.ohd-F1-button {
  color: #fff;
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-flex;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border-radius: 5px;
  border: 1px solid #333;
  background: #333;
  font-weight: 700; }

.ohd-u-mt3 {
  margin-top: 3.75rem !important; }

.ohd-heading {
  margin-bottom: 1.25rem;
  padding-bottom: .5rem;
  border-bottom: 1px solid #d9d9d9;
  font-size: 18px;
  font-weight: 700; }

.ohd-headingCopy {
  margin-bottom: 1.25rem;
  font-size: 20px;
  line-height: 1.5;
  font-weight: 700; }

.ohd-em {
  display: inline;
  font-weight: 700; }

.ohd-em--strong {
  color: #e60000; }

p {
  display: block;
  margin-bottom: 1em;
  font-size: inherit;
  line-height: 1.7; }

.ohkarte-addappeal {
  display: none; }

.ohkarte-addappeal .ohd-B1 h3 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  padding: 0 0 15px;
  text-align: center; }

.ohkarte-addappeal .ohd-heading2 {
  margin-bottom: 1.25rem;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700; }

.ohkarte-addappeal .ohd-heading3 {
  margin-bottom: 1.25rem;
  color: #666;
  font-size: 18px;
  line-height: 1.4;
  font-weight: 700; }

.ohkarte-addappeal .ohd-p, .ohkarte-addappeal p {
  display: block;
  margin-bottom: 1em;
  font-size: inherit;
  line-height: 1.7; }

.ohd-I1-columnItem__image {
  margin-bottom: .625rem; }

.ohd-I1-columnItem__heading {
  margin-bottom: .625rem;
  color: #666;
  line-height: 1.4;
  font-weight: 700; }

.ohd-I1-columnItem > :last-child {
  margin-bottom: 0; }

.ohd-J1-columns__body > :last-child, .ohd-J1-columns__image > :last-child {
  margin-bottom: 0; }

.ohd-J1-columns__imageCaption {
  margin-top: .625rem;
  font-size: 12px;
  line-height: 1.5;
  color: gray; }

@media screen and (max-width: 767px) {
  .ohkarte-addappeal {
    display: block;
    padding: 15px 15px 30px;
    background-color: #FFF; }

  .ohd-I1 {
    margin-bottom: 2rem; }

  .ohd-I1-columns {
    margin-bottom: 2rem; }

  .ohd-I1-columns__item {
    margin-bottom: 1.25rem; }

  .ohd-J1 {
    margin-bottom: 2rem; }

  .ohd-J1-columns {
    margin-bottom: 2rem; }

  .ohd-J1-columns__image {
    margin-bottom: 1.25rem; }

  .ohd-J2 {
    margin-bottom: 2rem; }

  .ohd-J2-columns {
    margin-bottom: 2rem; }

  .ohd-J2-columns__image {
    margin-bottom: 1.25rem; } }
@media (min-width: 768px) {
  .ohkarte-voice {
    display: none; } }
.ohkarte-voice .lp-section5__heading {
  text-align: center; }

.ohkarte-voice .lp-section5__footer {
  margin-left: auto;
  margin-right: auto; }

.slick-list {
  padding-right: 0px; }

@media screen and (max-width: 767px) {
  .ohkarte-voice.lp-section5 {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #fff; }

  .ohkarte-voice .lp-section5__heading {
    margin-bottom: 40px; }

  .ohkarte-voice .pc {
    display: none; }

  .ohkarte-voice .lp-section5__copy {
    max-width: 258px;
    margin-bottom: 30px; }

  .ohkarte-voice .lp-section5__slide {
    margin-bottom: 40px; }

  .ohkarte-voice .lp-section5__title {
    max-width: 286px;
    margin-bottom: 30px; }

  .ohkarte-voice .lp-section5__column {
    margin-bottom: 40px; }

  .ohkarte-voice .lp-section5__columnItem:not(:last-child) {
    margin-bottom: 30px; }

  .ohkarte-voice .lp-section5__columnTitle {
    margin-bottom: 20px; }

  .ohkarte-voice .lp-section5__columnTitle--1 {
    max-width: 216px; }

  .ohkarte-voice .lp-section5__columnTitle--2 {
    max-width: 277px; }

  .ohkarte-voice .lp-section5__columnText {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 40px; }

  .ohkarte-voice .lp-section5__columnPhoto {
    text-align: center; }

  .ohkarte-voice .lp-section5__column2 {
    margin-bottom: 40px; }

  .ohkarte-voice .lp-section5__column2Title {
    max-width: 264px;
    margin-bottom: 40px; }

  .ohkarte-voice .lp-section5__column2Text {
    font-size: 15px;
    line-height: 27px;
    margin-bottom: 30px;
    color: #333; }

  .ohkarte-voice .lp-section5__column2Photo {
    text-align: center; }

  .ohkarte-voice .lp-section5__footer {
    max-width: 345px; } }
/******************************************************

wrap

******************************************************/
.wrap {
  position: relative;
  z-index: 1;
  max-width: 1000px;
  width: 90%;
  margin: auto; }

/******************************************************

main-master

******************************************************/
.main-master {
  position: relative; }
  .main-master .main-copy {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
    line-height: 1; }
    .main-master .main-copy .logo-img {
      text-align: center; }
      .main-master .main-copy .logo-img img {
        height: auto;
        width: 32px; }
    .main-master .main-copy b {
      display: block;
      text-align: center;
      font-family: eb-garamond,serif;
      font-weight: 400;
      font-style: normal;
      font-size: 44px;
      color: #fff;
      letter-spacing: 9px;
      margin-top: 10px; }
  .main-master .img {
    position: relative;
    z-index: 0; }
  @media screen and (max-width: 600px) {
    .main-master .main-copy .logo-img img {
      width: 26px; }
    .main-master .main-copy b {
      font-size: 32px;
      letter-spacing: 8px; } }

.komidashi {
  width: 100%;
  border-bottom: 4px solid #ccc;
  position: relative; }
  .komidashi .txt {
    max-width: 1000px;
    width: 90%;
    margin: auto;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-weight: 300;
    -webkit-font-smoothing: antialiased;
    font-feature-settings: "palt";
    padding-bottom: 10px;
    font-size: 1.8rem;
    position: relative;
    z-index: 2; }
  .komidashi .category {
    position: absolute;
    bottom: 0px;
    right: 0;
    font-family: din-condensed, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 7rem;
    color: #ccc;
    line-height: 0.6;
    z-index: 1; }
  @media screen and (max-width: 600px) {
    .komidashi .txt {
      font-size: 1.4rem;
      padding-bottom: 30px; }
    .komidashi .category {
      font-size: 4rem; } }

.midashi {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 300;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  font-size: 32px;
  letter-spacing: 9px;
  line-height: 1.7;
  margin-top: 20px; }
  .midashi.page-center {
    text-align: center; }
  @media screen and (max-width: 600px) {
    .midashi {
      font-size: 26px;
      letter-spacing: 7px;
      margin-top: 10px; } }

.lead {
  font-size: 16px;
  line-height: 2.5;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt";
  color: #262520;
  letter-spacing: 2px; }
  .lead.page-center {
    text-align: center;
    margin-top: 30px;
    font-size: 16px; }
  @media screen and (max-width: 600px) {
    .lead {
      margin-top: 20px;
      font-size: 14px;
      letter-spacing: 1.5px; }
      .lead.page-center {
        font-size: 15px; } }

/******************************************************

localNav

******************************************************/
.localNav {
  background: #f2f2f2;
  padding: 1rem 0; }
  .localNav ul {
    max-width: 1280px;
    width: 90%;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    .localNav ul li {
      width: 24%; }
      .localNav ul li a {
        display: block;
        width: 100%;
        box-sizing: border-box;
        padding: 1rem 0;
        text-align: center;
        font-family: a-otf-ryumin-pr6n, serif;
        font-weight: 300;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        font-feature-settings: "palt";
        font-size: 1.3rem;
        background: #fff;
        border: 1px solid #e3e3e3;
        color: #9b825a;
        transition: .3s; }
        .localNav ul li a small {
          font-family: eb-garamond,serif;
          font-weight: 400;
          font-style: normal;
          font-size: 0.8em;
          display: block; }
        .localNav ul li a:hover {
          background: #9b825a;
          border: 1px solid #9b825a;
          color: #fff; }
  @media screen and (max-width: 600px) {
    .localNav ul li {
      width: 49%;
      margin: 0.25rem auto; }
      .localNav ul li a {
        font-size: 3.8vw; } }

/******************************************************

flexBox

******************************************************/
.flexBox {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start; }

/******************************************************

conversion-btn

******************************************************/
.conversion-btn {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 50px 0;
  flex-wrap: wrap;
  margin: auto;
  max-width: 800px; }
  @media screen and (max-width: 700px) {
    .conversion-btn {
      padding: 30px 0; } }
  @media screen and (max-width: 767px) {
    .conversion-btn {
      justify-content: center; } }
  .conversion-btn a {
    display: block;
    width: 50%;
    max-width: 390px;
    height: 68px;
    margin: 10px 0;
    border-radius: 1px;
    position: relative;
    transition: filter 0.5s; }
    .conversion-btn a .txt {
      font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
      font-weight: 300;
      -webkit-font-smoothing: antialiased;
      font-feature-settings: "palt";
      font-size: 24px;
      white-space: nowrap;
      color: #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%); }
      @media screen and (max-width: 900px) {
        .conversion-btn a .txt {
          font-size: 18px; } }
    .conversion-btn a:before {
      position: absolute;
      content: "";
      top: 50%;
      width: 11px;
      height: 11px;
      transform: translateY(-50%) rotate(-45deg);
      left: 7%;
      border-right: 1px solid #fff;
      border-bottom: 1px solid #fff; }
    .conversion-btn a.web-catalog {
      background: #c8864b; }
    .conversion-btn a.reserve {
      background: #e60000; }
    .conversion-btn a.reserve-30min {
      background: #ec7e8d; }
    .conversion-btn a:hover {
      filter: brightness(1.25); }
  @media screen and (max-width: 767px) {
    .conversion-btn a {
      width: 100%; } }
  @media screen and (max-width: 500px) {
    .conversion-btn a {
      height: 58px; }
      .conversion-btn a .txt {
        font-size: 18px; } }

/******************************************************

caption-contents

******************************************************/
.caption-contents {
  border-top: 1px solid #ddd;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt"; }
  .caption-contents .wrap {
    width: 90%;
    margin: auto;
    padding: 50px 0;
    max-width: 1000px; }
    .caption-contents .wrap .yokoku {
      border: 1px solid #ddd;
      display: flex;
      align-items: flex-start;
      box-sizing: border-box;
      padding: 20px 25px;
      margin-bottom: 40px; }
      .caption-contents .wrap .yokoku .ttl {
        width: 80px;
        font-size: 17px;
        font-weight: bold;
        white-space: nowrap; }
      .caption-contents .wrap .yokoku .lead {
        flex: 1;
        font-size: 13px;
        line-height: 1.8;
        margin-top: 0; }
    .caption-contents .wrap .telwork-bana {
      margin-bottom: 40px; }
      .caption-contents .wrap .telwork-bana a {
        display: block;
        max-width: 570px;
        margin: auto;
        transition: filter 0.5s; }
        .caption-contents .wrap .telwork-bana a:hover {
          filter: brightness(1.25); }
    .caption-contents .wrap .caption {
      font-size: 13px;
      line-height: 1.8;
      text-align: left;
      color: #555; }
  @media screen and (max-width: 600px) {
    .caption-contents .wrap {
      padding: 30px 0; }
      .caption-contents .wrap .yokoku {
        margin-bottom: 30px;
        display: block; }
        .caption-contents .wrap .yokoku .ttl {
          width: 100%;
          text-align: center;
          margin-bottom: 15px; }
      .caption-contents .wrap .telwork-bana {
        margin-bottom: 30px; } }

#contact_wrap {
  text-align: center;
  padding: 50px 0;
  box-sizing: border-box;
  position: relative;
  color: #fff;
  background: url("../img/common/btn_bg.jpg") center center no-repeat;
  background-size: auto;
  background-size: cover;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt"; }
  #contact_wrap .contact {
    max-width: 960px;
    margin: 0 auto;
    padding: 0 20px;
    color: #fff;
    box-sizing: content-box; }
  #contact_wrap .c_ttl {
    font-weight: 500;
    margin-left: auto;
    margin-right: auto;
    font-size: 26px;
    line-height: 0.9;
    -moz-font-feature-settings: "palt";
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    position: relative;
    padding-bottom: 20px;
    margin-bottom: 20px;
    z-index: 2; }
    #contact_wrap .c_ttl::after {
      content: "";
      position: absolute;
      bottom: 0;
      left: calc(50% - 15px);
      width: 30px;
      height: 2px;
      background: #fff; }
  #contact_wrap .c1 {
    font-size: 23px;
    font-weight: 500;
    margin-bottom: 15px; }
    #contact_wrap .c1 br {
      display: none; }
  #contact_wrap .btn_inresreq {
    margin: 0 auto 20px;
    letter-spacing: -0.4em;
    text-align: center;
    max-width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap; }
    #contact_wrap .btn_inresreq li {
      letter-spacing: normal;
      display: inline-block;
      vertical-align: middle;
      width: 49%;
      /*2つ*/
      /*width: 32%;*/
      /*3つ*/ }
      #contact_wrap .btn_inresreq li a {
        font-weight: bold;
        display: block;
        background: white;
        border-radius: 80px;
        padding: 19px 10px;
        text-align: center;
        line-height: 1;
        color: #000;
        transition: all 0.5s ease-in-out;
        font-size: 24px; }
        #contact_wrap .btn_inresreq li a .sf1 {
          font-size: 80%; }
        #contact_wrap .btn_inresreq li a .sf2 {
          font-size: 50%;
          font-weight: 500; }
      #contact_wrap .btn_inresreq li:nth-of-type(3) {
        /*display: none;*/ }
  @media screen and (max-width: 1000px) {
    #contact_wrap .btn_inresreq li a {
      font-size: 18px; } }
  @media screen and (max-width: 782px) {
    #contact_wrap {
      padding: 35px 0 30px;
      margin-bottom: 0;
      background: url("../img/common/btn_bg_sp.jpg") center center no-repeat;
      background-size: auto;
      background-size: cover; }
      #contact_wrap .c_ttl {
        margin-bottom: 15px;
        font-size: 24px; }
      #contact_wrap .c1 {
        font-size: 4vw; }
        #contact_wrap .c1 br {
          display: block; }
      #contact_wrap .btn_inresreq {
        display: block; }
        #contact_wrap .btn_inresreq li {
          width: 85%;
          letter-spacing: normal;
          display: block;
          vertical-align: middle;
          margin: 0 auto 15px; }
          #contact_wrap .btn_inresreq li a {
            border-radius: 80px;
            padding: 10px 10px;
            font-size: 20px; } }

.txt-footer-nav {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px 5%;
  margin-bottom: 60px; }
  .txt-footer-nav ul {
    text-align: center; }
    .txt-footer-nav ul li {
      display: inline-block;
      padding: 15px; }
      .txt-footer-nav ul li a, .txt-footer-nav ul li .soon {
        text-decoration: none;
        font-size: 15px;
        line-height: 1.4;
        color: #222; }
      .txt-footer-nav ul li a:hover {
        color: #9b825a;
        text-decoration: underline; }
      .txt-footer-nav ul li .soon {
        opacity: 0.3; }
  @media screen and (max-width: 782px) {
    .txt-footer-nav {
      display: none; } }
  .txt-footer-nav#nav-top li.top a, .txt-footer-nav#nav-design li.design a, .txt-footer-nav#nav-location li.location a, .txt-footer-nav#nav-lifestyle li.lifestyle a, .txt-footer-nav#nav-access li.access a, .txt-footer-nav#nav-plan li.plan a, .txt-footer-nav#nav-equipment li.equipment a, .txt-footer-nav#nav-outline li.outline a, .txt-footer-nav#nav-map li.map a {
    color: #9b825a;
    text-decoration: underline;
    font-weight: bold; }

.teisei {
  border: 1px solid #ccc;
  box-sizing: border-box;
  border-radius: 3px;
  margin: auto;
  margin-top: 40px;
  max-width: 860px;
  padding: 5px 5% 25px;
  text-align: center;
  width: 95%;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt"; }
  .teisei h5 {
    margin-top: 20px;
    font-size: 20px;
    line-height: 1.6; }
  .teisei p {
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.6; }
  @media screen and (max-width: 600px) {
    .teisei h5 {
      margin-top: 15px;
      font-size: 16px; }
    .teisei p {
      font-size: 12px;
      margin-top: 15px; } }

.contents-name,
.contents-ttl {
  width: 90%;
  margin: auto;
  text-align: center;
  font-size: 12px;
  padding: 0rem 0;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 300;
  -webkit-font-smoothing: antialiased;
  font-feature-settings: "palt"; }
  .contents-name .logo-img,
  .contents-ttl .logo-img {
    display: block;
    text-align: center;
    margin-bottom: 1rem; }
    .contents-name .logo-img img,
    .contents-ttl .logo-img img {
      width: 32px !important;
      height: auto !important; }
  .contents-name b,
  .contents-ttl b {
    font-family: eb-garamond,serif;
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
    font-weight: lighter;
    display: block;
    color: #9b825a;
    letter-spacing: 0.2em; }
  @media screen and (max-width: 600px) {
    .contents-name b,
    .contents-ttl b {
      font-size: 20px; } }

.all-contents {
  padding-bottom: 5rem;
  padding-top: 1rem;
  background: linear-gradient(to bottom, #666d73, #abb4bd); }
  .all-contents .contents-name {
    width: 90%;
    margin: auto;
    text-align: center;
    padding: 4rem 0; }
    .all-contents .contents-name b {
      font-family: eb-garamond,serif;
      font-weight: 400;
      font-style: normal;
      font-size: 20px;
      font-weight: lighter;
      display: block;
      color: #fff;
      letter-spacing: 0.1em; }
    @media screen and (max-width: 600px) {
      .all-contents .contents-name {
        padding: 60px 0 20px; }
        .all-contents .contents-name b {
          font-size: 16px; } }
  .all-contents .all-c-slide {
    position: relative;
    font-size: 0;
    margin-bottom: 0 !important;
    margin-top: 0rem; }
    .all-contents .all-c-slide li {
      padding: 0 20px; }
      .all-contents .all-c-slide li a, .all-contents .all-c-slide li .all-soon {
        display: block !important;
        overflow: hidden;
        position: relative; }
        .all-contents .all-c-slide li a .all-txt, .all-contents .all-c-slide li .all-soon .all-txt {
          display: block;
          width: 100%;
          position: absolute;
          left: 50%;
          top: 50%;
          z-index: 4;
          transform: translateX(-50%) translateY(-50%);
          text-align: center; }
          .all-contents .all-c-slide li a .all-txt .txt-logo, .all-contents .all-c-slide li .all-soon .all-txt .txt-logo {
            max-width: 32px;
            margin: auto;
            margin-bottom: 1rem; }
            .all-contents .all-c-slide li a .all-txt .txt-logo img, .all-contents .all-c-slide li .all-soon .all-txt .txt-logo img {
              width: 100%;
              height: auto; }
          .all-contents .all-c-slide li a .all-txt .txt-en, .all-contents .all-c-slide li .all-soon .all-txt .txt-en {
            font-size: 2.2rem;
            line-height: 1;
            color: #fff;
            letter-spacing: 0.2rem;
            font-family: eb-garamond,serif;
            font-weight: 400;
            font-style: normal;
            text-shadow: 0 0 20px #000; }
          @media screen and (max-width: 600px) {
            .all-contents .all-c-slide li a .all-txt, .all-contents .all-c-slide li .all-soon .all-txt {
              top: 65%; }
              .all-contents .all-c-slide li a .all-txt .txt-logo, .all-contents .all-c-slide li .all-soon .all-txt .txt-logo {
                max-width: 20px;
                margin-bottom: 10px; }
              .all-contents .all-c-slide li a .all-txt .txt-en, .all-contents .all-c-slide li .all-soon .all-txt .txt-en {
                font-size: 1.4rem; } }
        .all-contents .all-c-slide li a .all-img, .all-contents .all-c-slide li .all-soon .all-img {
          position: relative;
          z-index: 2; }
          .all-contents .all-c-slide li a .all-img img, .all-contents .all-c-slide li .all-soon .all-img img {
            filter: brightness(0.7);
            transform: scale(1);
            transition: 0.5s; }
        .all-contents .all-c-slide li a .note, .all-contents .all-c-slide li .all-soon .note {
          color: #fff;
          text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000; }
      .all-contents .all-c-slide li .all-soon .txt-logo {
        opacity: 0.4; }
      .all-contents .all-c-slide li .all-soon .all-txt .txt-en {
        color: #fff;
        opacity: 0.4; }
      .all-contents .all-c-slide li .all-soon .note {
        color: #fff;
        opacity: 0.3; }
      .all-contents .all-c-slide li a:hover .all-img img {
        filter: brightness(1);
        transform: scale(1.05); }
  .all-contents .slick-prev,
  .all-contents .slick-next {
    position: absolute;
    z-index: 10;
    width: 50px;
    height: 50px; }
    .all-contents .slick-prev::before,
    .all-contents .slick-next::before {
      content: ''; }
  .all-contents .slick-prev {
    left: 50px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: translateY(-50%) rotate(-45deg); }
  .all-contents .slick-next {
    right: 50px;
    border-bottom: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: translateY(-50%) rotate(-45deg); }
  @media screen and (max-width: 900px) {
    .all-contents .slick-prev,
    .all-contents .slick-next {
      width: 30px;
      height: 30px; }
    .all-contents .slick-prev {
      left: 25px; }
    .all-contents .slick-next {
      right: 25px; } }
  @media screen and (max-width: 600px) {
    .all-contents {
      padding-top: 0;
      padding-bottom: 40px; }
      .all-contents .all-c-slide {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        padding: 0 5%;
        margin-top: 0px; }
        .all-contents .all-c-slide li {
          width: 48%;
          margin-right: 4%;
          padding: 0;
          margin-top: 20px; }
          .all-contents .all-c-slide li:nth-child(2n) {
            margin-right: 0; } }
