@charset "utf-8";
/*
Theme Name: TANABE
*/
/* ========================================================
	style.css => 共通基本CSS
======================================================== */
/* RESET
----------------------------------------------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video,picture {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
  font-weight: normal;
  line-height: 1.5em;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}
img {
  vertical-align: bottom;
  border: none;
}
picture {
  display: block;
}

/* -----------------------------------------------
 * 設定しなおす
----------------------------------------------- */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}
html {
  -webkit-font-smoothing: antialiased;
}
body {
  margin: 0 auto;
  padding: 0;
  font-size: 16px;
  line-height: 1.5;
  color: #231815;
  height: 100%;
  font-family: 'Lucida Grande','ヒラギノ角ゴ ProN','Hiragino Kaku Gothic ProN',Meiryo,sans-serif;
  font-weight: 400;
}
.mincho {
  font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', '游明朝','Yu Mincho', '游明朝体', 'YuMincho','ＭＳ Ｐ明朝', 'MS PMincho', serif;
}
p {
  letter-spacing: .05em;
  line-height: 1.8em;
}
sup,sub {
  font-size: 70%;
}
.taC {
  text-align: center;
}
.taR {
  text-align: right;
}
/* IE8〜11はメイリオ */
/*@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  body {
    font-size: 14px;
    font-family: 'Segoe UI',
                 Meiryo,
                 sans-serif;
  }
}*/

@media only screen and ( max-width : 767px ) {
  body {font-size: 15px;}
}
/*@media only screen and ( max-width : 540px ) {
  body {font-size: 14px;}
}*/


table {
  margin : 0;
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

img {
  vertical-align: bottom;
  border: none;
}

.zoom_img {
  margin: 0;
  padding: 0;
  background: #fff;
  overflow: hidden;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.zoom_img img {
  width: 100%;
  height: 100%;
}
.zoom_img img {
  transform: scale(1);
  transition: .3s ease-in-out;
}
.zoom_img:hover img {
  transform: scale(1.2);
}
* {
  -webkit-box-sizing:border-box;
  -moz-box-sizing:border-box;
  box-sizing:border-box;
  *behavior:url(/scripts/boxsizing.htc);
}


/* -----------------------------------------------
 * アンカータグの設定
----------------------------------------------- */
/* a {
  outline:none;
  color: #2a2a2a;
}
a.link_black {
  color: #231815;
}
.underline,.underline:hover {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
a,a:hover,a:hover img,button,input {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
a:hover {
  filter: alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
} */

a {
  color: #37538E;
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
  outline:none;
}
a.link_black {
  color: #231815;
}
a:hover {
  filter: alpha(opacity=70);
  -moz-opacity:0.70;
  opacity:0.70;
  text-decoration: none;
}
a,a:hover,a:hover img,button,input {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  text-decoration: none;
}
a img {
  transition: 0.2s linear;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  -o-transition: 0.2s linear;
}
a img:hover {
  opacity: 0.8;
}
img[src$=".svg"] {
  width: 100%;
}


/* -----------------------------------------------
 * base.css
----------------------------------------------- */

main {display: block;}
img {
    max-width: 100%;
    height: auto;
}
/*.taC {
  text-align: center;
}*/
.clearfix::after {
  content: "";
  display: block;
  clear: both;
}
.caption {
  font-size: 11px;
}
.mg_auto {
  margin: 0 auto;
}
.bg_beige {
  background: #f3f2e9;
}

@media only screen and ( max-width : 991px ) {
  .sp_none {
    display: none !important;
  }
  .sp_box {
    margin-bottom: 40px;
  }
  .sp_sbox {
    margin-bottom: 10px;
  }
  .section {
    padding: 30px 0;
    margin-bottom: 0;
  }
  .br_pc {
    display: none;
  }
  .br_sp_mini {
    display: none;
  }
  .xl_box {
    margin-bottom: 80px;
  }
  .l_box {
    margin-bottom: 60px;
  }
  .box {
    margin-bottom: 30px;
  }
  .sbox {
    margin-bottom: 20px;
  }
  .ssbox {
    margin-bottom: 10px;
  }
  .d-flex_sp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .d-flex-space-between_sp {
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .d-flex-justify-content-center_sp {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .d-flex-item-center_sp {
    -ms-flex-align: center;
    align-items: center;
  }
  .d-flex-justify-content-center_sp {
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media only screen and ( max-width : 575px ) {
  .br_sp_mini {
    display: block;
  }
  .xl_box {
    margin-bottom: 80px;
  }
  .l_box {
    margin-bottom: 60px;
  }
}

@media print, screen and ( min-width : 992px ) {
  .sp {
    display: none !important;
  }
  .section {
    padding: 60px 0;
  }
  .xl_box {
    margin-bottom: 100px;
  }
  .l_box {
    margin-bottom: 80px;
  }
  .box {
    margin-bottom: 60px;
  }
  .sbox {
    margin-bottom: 30px;
  }
  .ssbox {
    margin-bottom: 20px;
  }
  .mt50 {
    margin-top: 50px;
  }
  .br_sp {
    display: none;
  }
  .br_sp_mini {
    display: none;
  }
}
@media print, screen and ( min-width : 1200px ) {
  /* .section {
    padding: 100px 0;
  } */
}




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

　   HEADER

--------------------------------------------------------------------------------------------- */
#head {
  position: fixed;
  top: 0px;
  height: 108px;
  font-size: 62.5%;
  z-index: 999;
  background-color: #000;
  background-image: url(img/dot_black.gif);
  width: 100%;
}
#head .head {
  position: relative;
  background-color: #000;
  background-image: url(img/dot_black.gif);
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
}
#head .head_brand {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  /* width: 1024px;
  height: 58px; */
  margin: 0 auto;
}
#head .head_brand__logo a img {
  width: 100%;
}
#head .head_brand__logo a {
  display: block;
  margin-top: 20px;
}
#head .head_brand__input, #head .head_brand .head_brand__input__map {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#head .head_brand__input__map #search_form, #head .head_brand__input__map #ss-form1 {
  position: relative;
  width: 244px;
  height: 32px;
  margin: 12px 10px 0 0;
}
#head .head_brand__input__map #search_text, #head .head_brand__input__map #ss-query1 {
  background: #fff;
  width: 212px;
  height: 32px;
  border: none;
  padding-left: 10px;
  font-size: 14px;
  color: #000;
}
#head .head_brand__input__map #search_btn {
  background: #ccc;
  width: 32px;
  height: 32px;
  border: none;
  position: absolute;
  top: 0;
  right: 0;
}
#head .head_brand__input__map__txt {
  margin: 20px 10px 0 0;
  font-size: 13px;
}
#head .head_brand__input__map__txt a {
  font-family: "ヒラギノUD明朝 W4 JIS2004","Hiragino UD Serif W4 JIS2004","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
}
#head .head_brand__ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#head .head_brand__ul__li {
  display: block;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 120px;
  height: 45px;
}
#head .head_brand__ul__li--purple, #head .head_brand__ul__li--white {
  font-size: 13px;
}
#head .head_brand__ul__li--purple {
  background: #8c0066;
}
#head .head_brand__ul__li--purple a {
  color: #fff;
  font-family: "ヒラギノUD明朝 W4 JIS2004","Hiragino UD Serif W4 JIS2004","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#head .head_brand__ul__li--white {
  background: #fff;
}
#head .head_brand__ul__li--white a {
  color: #8c0066;
  font-family: "ヒラギノUD明朝 W4 JIS2004","Hiragino UD Serif W4 JIS2004","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#head .head_brand__ul__li--white a br {
  display: none;
}
#head .head_brand__btn__border.head_brand__txt {
  top: 70%;
  line-height: 1;
  height: auto;
  width: auto;
  font-family: 'STIX Two Text', serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  transform: rotate(0.001deg);
  background: none;
  left: 50%;
  transform: rotate(0.001deg) translateX(-50%);
  transition: 0.3s all;
}
#head .head_brand__btn__border.head_brand__txt.close {
  opacity: 0;
}
#head .head_brand__btn__border__action.head_brand__txt {
  opacity: 0;
}
#head .head_brand__btn__border__action.head_brand__txt.close {
  opacity: 1;
}
#head .head_brand__btn--pc {
  width: 70px;
  height: 60px;
  cursor: pointer;
}
#head .head_brand__btn--pc__border {
  position: absolute;
  top: 35%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: 2px;
  width: 30px;
  background: #fff;
}
#head .head_brand__btn--pc__border--02 {
  top: 50%;
}
#head .head_brand__btn--pc__border--03 {
  top: 65%;
}
#head .head_brand__btn--pc__border__action:nth-child(1) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
#head .head_brand__btn--pc__border__action:nth-child(2) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
#head .head_brand__btn--pc__border__action:nth-child(3) {
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
#head .head_brand__btnBox--pc {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
  width: 70px;
  height: 60px;
}
#head .head_brand__btnBox--pc.open {
  background: #640849;
}
#head .head_service {
  display: none;
  position: absolute;
  top: 60px;
  width: 100%;
  min-width: 100%;
  height: 100vh;
  z-index: 10;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-transition: transform .7s ease-in-out;
  -moz-transition: transform .7s ease-in-out;
  -ms-transition: transform .7s ease-in-out;
  -o-transition: transform .7s ease-in-out;
  transition: transform .7s ease-in-out;
}
#head .head_service a {
  color: #fff;
  cursor: pointer;
}
#head .head_service_menu {
  position: relative;
  width: 370px;
  height: 100%;
  overflow-y: auto;
  background: #640849;
  padding: 57px 0;
}
#head .head_service_menu__ul > li > a {
  position: relative;
  display: block;
  padding: 13px 13px 13px 40px;
  font-family: "ヒラギノUD明朝 W4 JIS2004","Hiragino UD Serif W4 JIS2004","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
}
#head .head_service_menu__ul > li > a:before, #head .head_service_menu__ul > li > a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: 65px;
  height: 1px;
  background: #fff;
  transition: all 0.3s ease;
}
#head .head_service_menu__ul > li > a:before {
  width: 15px;
  transform: translate(30px, 0px);
}
#head .head_service_menu__ul > li > a:after {
  width: 8px;
  transform-origin: right center;
  transform: translate(30px, 0px) rotate(45deg);
}
#head .head_service_menu__ul > li > a:hover, #head .head_service_menu__ul > li > a.active {
  background: #000;
  opacity: 1;
}
#head .head_service_menu__ul > li > a:hover:before, #head .head_service_menu__ul > li > a:hover:after, #head .head_service_menu__ul > li > a.active:before, #head .head_service_menu__ul > li > a.active:after {
  right: 55px;
}
#head .head_service_menu__ul-other {
  margin: 30px 40px 0 40px;
  padding-top: 35px;
  border-top: solid 1px #fff;
}
#head .head_service_menu__ul-other a {
  display: block;
  padding: 12px 0 12px 1em;
  font-size: 14px;
  text-indent: -.5em;
}
#head .head_service_menu__ul-other a span {
  position: relative;
}
#head .head_service_menu__ul-other a span:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
#head .head_service_menu__ul-other a:hover span:after {
  transform: scale(1, 1);
}
#head .head_service_menu__ul-other a:after {
  bottom: 0;
}
#head .head_service_menu__ul-other a em {
  padding-right: 10px;
}
#head .head_service_cnt {
  display: none;
  width: calc(100% - 340px);
  height: 100%;
  padding: 60px 30px;
  position: fixed;
  top: 0;
  left: 340px;
  top: 60px;
  z-index: -1;
  background: rgba(0, 0, 0, 0.9);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  color: #fff;
  -webkit-transition: transform .7s ease-in-out;
  -moz-transition: transform .7s ease-in-out;
  -ms-transition: transform .7s ease-in-out;
  -o-transition: transform .7s ease-in-out;
  transition: transform .7s ease-in-out;
}
#head .head_service_cnt.open {
  display: block;
}
#head .head_service_cnt h3 {
  margin-bottom: 10px;
  font-family: "ヒラギノUD明朝 W4 JIS2004","Hiragino UD Serif W4 JIS2004","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 22px;
}
#head .head_service_cnt h3 span {
  font-family: stix-two-math, serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  transform: rotate(0.001deg);
  font-size: 18px;
}
#head .head_service_cnt h3 a {
  font-family: "ヒラギノUD明朝 W4 JIS2004","Hiragino UD Serif W4 JIS2004","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#head .head_service_cnt h3 a em {
  padding-right: 7px;
}
#head .head_service_cnt h3 a span {
  font-family: stix-two-math, serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  transform: rotate(0.001deg);
  font-size: 18px;
}
#head .head_service_cnt p {
  margin-bottom: 50px;
  font-family: "ヒラギノUD明朝 W4 JIS2004","Hiragino UD Serif W4 JIS2004","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
}
#head .head_service_cnt p a {
  font-family: "ヒラギノUD明朝 W4 JIS2004","Hiragino UD Serif W4 JIS2004","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#head .head_service_cnt p a em {
  padding-right: 7px;
}
#head .head_service_cnt__wrap + .head_service_cnt__wrap {
  margin-top: 45px;
}
#head .head_service_cnt__wrap:last-child {
  margin-bottom: 60px;
}
#head .head_service_cnt__wrap h4 {
  pointer-events: none;
  position: relative;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: solid 1px #fff;
  font-family: "ヒラギノUD明朝 W4 JIS2004","Hiragino UD Serif W4 JIS2004","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 16px;
}
#head .head_service_cnt__wrap h4.marketing {
  pointer-events: inherit;
}
#head .head_service_cnt__wrap h4.marketing img {
  padding-left: 10px;
  vertical-align: middle;
}
#head .head_service_cnt__wrap h4.marketing.borderNone {
  border: none;
  padding-bottom: 0;
}
#head .head_service_cnt__wrap h4 a {
  padding-left: .5em;
  text-indent: -.5em;
  font-family: "ヒラギノUD明朝 W4 JIS2004","Hiragino UD Serif W4 JIS2004","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #fff;
}
#head .head_service_cnt__wrap h4 a em {
  padding-right: 7px;
}
#head .head_service_cnt__wrap h4 a.cmpLink {
  position: relative;
  pointer-events: auto;
  margin: 0 0 5px 30px;
  font-size: 14px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
}
#head .head_service_cnt__wrap h4 a.cmpLink img {
  height: 20px;
  margin-right: 7px;
  vertical-align: middle;
}
#head .head_service_cnt__wrap ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#head .head_service_cnt__wrap ul:before {
  content: "";
  display: block;
  width: calc(100% / 3);
  height: 0;
  order: 1;
}
#head .head_service_cnt__wrap ul:after {
  content: "";
  display: block;
  width: calc(100% / 3);
  height: 0;
}
#head .head_service_cnt__wrap ul li {
  width: calc(100% / 3);
  padding-right: 12px;
}
#head .head_service_cnt__wrap ul li:nth-child(n+4) {
  margin-top: 15px;
}
#head .head_service_cnt__wrap ul li a {
  position: relative;
  display: block;
  width: 100%;
  padding-left: 1em;
  text-indent: -.5em;
  font-size: 14px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  line-height: 1.8;
}
#head .head_service_cnt__wrap ul li a span {
  position: relative;
}
#head .head_service_cnt__wrap ul li a span:after {
  position: absolute;
  bottom: -5px;
  left: 0;
  content: '';
  width: 100%;
  height: 1px;
  background: #fff;
  transform: scale(0, 1);
  transform-origin: left top;
  transition: transform .3s;
}
#head .head_service_cnt__wrap ul li a:hover span:after {
  transform: scale(1, 1);
}
#head .head_service_cnt__wrap ul li a span {
  font-weight: bold;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
}
#head .head_service_cnt__wrap ul li a em {
  padding-right: 7px;
}
#head .head_service_cnt__wrap ul li a img {
  vertical-align: middle;
  padding-left: 10px;
}
#head .head_service_cnt__wrap ul li a img.img2hg {
  margin-top: -2em;
}
#head .head_service_cnt__wrap ul li.off a {
  padding-left: 15px;
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  cursor: inherit;
  text-indent: inherit;
  pointer-events: none;
}
#head .head_service_cnt__wrap ul li.off a span {
  font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  pointer-events: none;
  display: block;
}
#head .head_service_cnt__wrap ul li.blank {
  display: block;
  width: calc(100% / 3);
}
#head .head_service_cnt__wrap ul li .new {
  padding-left: 10px;
  font-size: 12px;
  font-weight: bold;
  font-family: "ヒラギノ角ゴ W6 JIS2004";
  color: #f00;
}
#head .head_service_cnt__wrap ul li .new:after {
  content: none;
}
#head .head_service_cnt__wrap-noLink {
  /*ul{
      @include tb{
          display: block!important;
      }
  }*/
}
#head .head_service_cnt__wrap-noLink h4:before, #head .head_service_cnt__wrap-noLink h4:after {
  display: none !important;
}
#head .head_menu__ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 40%;
  height: 50px;
  margin: 0 auto;
}
#head .head_menu__ul__li.manu_on a {
  color: #F4C954 !important;
}
#head .head_menu__ul__li {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin: 16px 0;
  line-height: 1.2;
  flex-grow: 1;
}
#head .head_menu__ul__li + li {
  position: relative;
}
#head .head_menu__ul__li + li:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  display: inline-block;
  width: 1px;
  height: 75%;
  margin: auto;
  -moz-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translate(-50%);
  background-color: #ccc;
}
#head .head_menu__ul__li a {
  font-weight: normal;
  font-family: "ヒラギノUD明朝 W4 JIS2004","Hiragino UD Serif W4 JIS2004","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-size: 14px;
  color: #fff;
}
#head .head_menu_sp {
  display: none;
  position: fixed;
  top: 79px;
  width: 100%;
  background: #fff;
  color: #000;
  z-index: 999;
  -webkit-transition: transform .7s ease-in-out;
  -moz-transition: transform .7s ease-in-out;
  -ms-transition: transform .7s ease-in-out;
  -o-transition: transform .7s ease-in-out;
  transition: transform .7s ease-in-out;
}
#head .head_menu_sp-02 {
  background: #640849;
  -webkit-transition: transform .7s ease-in-out;
  -moz-transition: transform .7s ease-in-out;
  -ms-transition: transform .7s ease-in-out;
  -o-transition: transform .7s ease-in-out;
  transition: transform .7s ease-in-out;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  width: 100%;
  position: fixed;
  top: 135px;
  z-index: 1;
  right: 0;
}
#head .head_menu_sp__wrap {
  padding: 0;
}
#head .head_menu_sp__btn {
  display: none;
}
#head .head_menu_sp__btn-02 {
  width: 864px;
  background: #fff;
  margin: 40px 80px 60px;
  color: #640849;
}
#head .head_menu_sp__btn-02:before, #head .head_menu_sp__btn-02:after {
  background: #640849;
  left: 90px;
}
#head .head_menu_sp__btn-02:after {
  transform-origin: left center;
  transform: translate(30px, 0px) rotate(-45deg);
}
#head .head_menu_sp__border-bottom {
  position: relative;
  top: inherit;
  bottom: inherit;
  right: inherit;
  left: inherit;
}
#head .head_menu_sp__ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#head .head_menu_sp__ul__li {
  width: 45%;
  margin-bottom: 50px;
  padding-bottom: 10px;
  text-align: center;
  border-bottom: 1px solid #000;
  align-self: flex-end;
}
#head .head_menu_sp__ul__li--top {
  width: 30%;
  margin: 0 calc(70% / 2) 50px;
}
#head .head_menu_sp__ul__li--brand {
  width: -webkit-calc(100% / 3);
  width: calc(100% / 3);
  width: 30%;
}
#head .head_menu_sp__ul__li a {
  line-height: 1;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  height: 100%;
  margin: 0 auto;
  font-size: 20px;
  color: #000;
  font-family: "ヒラギノUD明朝 W4 JIS2004","Hiragino UD Serif W4 JIS2004","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
#head .head_menu_sp__sns__ul {
  margin: 120px 0 90px;
  font-size: 24px;
  text-align: center;
}
#head .head_menu_sp__sns__ul__li {
  width: 28%;
  padding: 0 20px;
  display: inline-block;
  width: 200px;
  font-size: 20px;
}
#head .head_menu_sp__sns__ul__li__img {
  width: 100px;
}
#head .head_menu_sp__sns__ul__li__txt {
  font-family: 'STIX Two Text', serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  transform: rotate(0.001deg);
  font-size: 12px;
  color: #000;
  text-align: center;
}
#head .head_menu_sp__logo {
  width: 78%;
  margin: 0 auto;
  text-align: center;
}
#head .head_menu_sp__logo img {
  width: 100%;
  height: auto;
}
#head .head_menu_language__ul {
  position: absolute;
  right: 88px;
  bottom: 16px;
  width: 130px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#head .head_menu_language__ul__li {
  width: 50%;
  height: 24px;
  text-align: center;
}
#head .head_menu_language__ul__li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  /* padding-bottom: 5px; */
  border: solid 1px #fff;
  background: #000;
  color: #fff;
  font-family: 'STIX Two Text', serif !important;
  font-weight: 700 !important;
  font-style: normal !important;
  transform: rotate(0.001deg);
  font-size: 14px;
}
#head .head_menu_language__ul__li a:hover {
  background: #fff;
  color: #000;
  opacity: 1;
}
#head .head_menu_language__ul__li a.active {
  background: #fff;
  color: #000;
}
.move-to-left {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.move-to-right {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.head_menu_sp__sns__ul__li__txt--01, .head_menu_sp__sns__ul__li__txt--02 {
  width: auto;
}
.overlay {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
  z-index: 3;
}
#head .head_brand__btn--pc {
  padding-top: 17px;
  padding-left: 20px;
}
#head .head_brand__btnBox--pc {
  background: #8c0066;
}



@media only screen and ( max-width : 991px ) {
  #head {
    z-index: 999;
    position: fixed;
    width: 100%;
    height: 110px;
    /* height: 160px; */
    /* padding-bottom: 80px; */
    font-size: 70%;
  }
  #head .head {
    width: 100%;
  }
  #head .head_brand {
    width: 100%;
    height: 61px;
    margin: 0;
    border-bottom: 1px solid #fff;
  }
  #head .head_brand__logo {
    margin-left: 90px;
  }
  .head_brand__btn {
    display: none;
  }
  #head .head_brand__ul__li--white a {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .head_brand__btn {
    display: block;
  }
  #head .head {
    width: 100%;
    background-image: url(img/dot_black_sp.gif);
  }
  #head .head_brand__logo {
    display: flex;
    margin-left: 0;
    align-items: center;
    justify-content: center;
    width: 35%;
  }
  #head .head_brand__logo a {
    width: 100%;
    margin-top: 10px;
  }
  #head .head_brand__logo a img {
    width: 100%;
    height: auto;
    padding-left: 10px;
  }
  #head .head_brand__input {
    position: absolute;
    top: 0;
    right: 0;
  }
  #head .head_brand__input__map {
    display: none !important;
  }
  #head .head_brand__ul__li {
    width: 79px;
    height: 79px;
  }
  #head .head_brand__ul__li--purple, #head .head_brand__ul__li--white {
    font-size: 16px;
  }
  #head .head_brand__ul__li--white a br {
    display: block;
  }
  #head .head_brand__btn {
    position: relative;
    background: #000;
    width: 60px;
    height: 60px;
  }
  #head .head_brand__btn__border {
    position: absolute;
    top: 28%;
    left: 50%;
    display: block;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    height: 2px;
    width: 35px;
    background: #fff;
    transition: all 0.3s ease;
  }
  #head .head_brand__btn__border--02 {
    top: 42%;
  }
  #head .head_brand__btn__border--03 {
    top: 57%;
  }
  #head .head_brand__btn__border.head_brand__txt {
    font-size: 11px;
  }
  #head .head_brand__btn__border__action {
    transform: rotate(0);
    transition: 0.5s;
  }
  #head .head_brand__btn__border__action:nth-child(1) {
    top: 42%;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  #head .head_brand__btn__border__action:nth-child(2) {
    top: 42%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
  }
  #head .head_brand__btn__border__action:nth-child(3) {
    top: 40%;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  #head .head_brand__btn--pc {
    display: none;
  }
  #head .head_brand__btnBox--pc {
    display: none;
  }
  #head .head_service {
    height: 100vh;
    height: auto;
    position: fixed;
    top: 61px;
    bottom: 0;
    left: 0;
    right: 0;
  }
  #head .head_service_menu {
    width: 100%;
    height: auto;
    padding: 0;
    overflow-x: auto;
  }
  #head .head_service_menu__ul {
    margin-top: 50px;
  }
  #head .head_service_menu__ul > li > a {
    display: block;
    color: #fff;
    font-family: "ヒラギノUD明朝 W4 JIS2004","Hiragino UD Serif W4 JIS2004","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 18px;
    padding: 20px 80px;
  }
  #head .head_service_menu__ul > li > a:before, #head .head_service_menu__ul > li > a:after {
    width: 20px;
    height: 3px;
    border-radius: 5px;
    background: #fff;
    top: 50%;
    right: 80px;
    transform: translateY(-50%);
  }
  #head .head_service_menu__ul > li > a:before {
    width: 20px;
    transform: translateY(-50%);
  }
  #head .head_service_menu__ul > li > a:after {
    width: 20px;
    background: #fff;
    transform-origin: center center;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
  }
  #head .head_service_menu__ul > li > a.active:after {
    transform: rotate(0);
    transition: 0.5s;
  }
  #head .head_service_menu__ul > li > a:hover, #head .head_service_menu__ul > li > a.active {
    background: #640849;
  }
  #head .head_service_menu__ul > li > a:hover:before, #head .head_service_menu__ul > li > a:hover:after, #head .head_service_menu__ul > li > a.active:before, #head .head_service_menu__ul > li > a.active:after {
    right: 80px;
  }
  #head .head_service_menu__ul > li > a {
    font-size: 16px;
  }
  #head .head_service_menu__ul-other a span:after {
    content: none;
  }
  #head .head_service_menu__ul-other {
    margin: 20px 80px 30px;
    padding-top: 20px;
    border-top: solid 1px #fff;
  }
  #head .head_service_menu__ul-other a {
    display: block;
    padding: 10px 10px 10px 1em;
    font-size: 16px;
    color: #fff;
  }
  #head .head_service_menu__ul-other a em {
    padding-right: 15px;
    color: #fff;
  }
  #head .head_service_cnt {
    position: inherit;
    left: inherit;
    top: inherit;
    z-index: inherit;
    display: block;
    width: 100%;
    height: auto;
    background: #000;
    padding: 40px 80px;
    overflow-y: scroll;
  }
  #head .head_service_cnt h3 {
    display: none;
  }
  #head .head_service_cnt p {
    margin-bottom: 40px;
    font-size: 16px;
  }
  #head .head_service_cnt__wrap + .head_service_cnt__wrap {
    margin-top: 30px;
  }
  #head .head_service_cnt__wrap:last-child {
    margin-bottom: 0;
  }
  #head .head_service_cnt__wrap h4.marketing img {
    zoom: 2;
    width: 25px;
  }
  #head .head_service_cnt__wrap h4 {
    pointer-events: inherit;
    font-size: 16px;
    font-family: "ヒラギノUD明朝 W4 JIS2004","Hiragino UD Serif W4 JIS2004","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: solid 1px #fff;
  }
  #head .head_service_cnt__wrap h4:before, #head .head_service_cnt__wrap h4:after {
    content: '';
    display: block;
    width: 20px;
    height: 3px;
    border-radius: 5px;
    background: #fff;
    position: absolute;
    top: 50%;
    right: 0%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
  }
  #head .head_service_cnt__wrap h4:before {
    transform: translateY(-50%);
  }
  #head .head_service_cnt__wrap h4:after {
    transform-origin: center center;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
  }
  #head .head_service_cnt__wrap h4.open:after {
    transform: rotate(0);
    transition: 0.5s;
  }
  #head .head_service_cnt__wrap h4 a {
    font-family: "ヒラギノUD明朝 W4 JIS2004","Hiragino UD Serif W4 JIS2004","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  }
  #head .head_service_cnt__wrap h4 a.cmpLink {
    display: inline-block;
    margin: 20px 0 5px 1em;
  }
  #head .head_service_cnt__wrap ul {
    display: none;
  }
  #head .head_service_cnt__wrap ul li:nth-child(n+4) {
    margin-top: 0;
  }
  #head .head_service_cnt__wrap ul li {
    width: 100%;
  }
  #head .head_service_cnt__wrap ul li a {
    position: relative;
    display: block;
    width: 100%;
    padding: 10px 10px 10px calc(10px + 1em);
    text-indent: -.5em;
    font-size: 16px;
    font-weight: bold;
    font-family: "ヒラギノ角ゴ W6 JIS2004";
    color: #fff;
    line-height: 1.4;
  }
  #head .head_service_cnt__wrap ul li a span:after {
    content: none;
  }
  #head .head_service_cnt__wrap ul li a em {
    padding-right: 7px;
  }
  #head .head_service_cnt__wrap ul li a img {
    zoom: 2;
    width: 25px;
  }
  #head .head_service_cnt__wrap ul li .new {
    font-size: 16px;
  }
  #head .head_service_cnt__wrap ul li.off a {
    padding: 10px 10px 10px calc(10px + 1em);
    text-indent: -.5em;
    font-family: "ヒラギノ角ゴ W3 JIS2004", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
  }
  #head .head_service_cnt__wrap ul li.blank {
    display: none;
  }
  #head .head_menu__ul {
    width: 100%;
    height: 80px;
  }
  #head .head_menu__ul__li {
    width: 20%;
    margin: 25px 0;
  }
  #head .head_menu__ul__li a {
    font-size: 16px;
  }
  #head .head_menu_sp__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 80%;
    background: #640849;
    margin: 40px auto 0;
    padding: 20px;
    font-family: "ヒラギノUD明朝 W4 JIS2004","Hiragino UD Serif W4 JIS2004","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
    color: #fff;
    text-align: center;
  }
  #head .head_menu_sp__btn:before, #head .head_menu_sp__btn:after {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    right: 90px;
    height: 3px;
    background: #fff;
  }
  #head .head_menu_sp__btn:before {
    width: 40px;
    transform: translate(30px, 0px);
  }
  #head .head_menu_sp__btn:after {
    width: 20px;
    transform-origin: right center;
    transform: translate(30px, 0px) rotate(45deg);
  }
  #head .head_menu_sp__btn-02 {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 80%;
    background: #fff;
    margin: 40px auto;
    padding: 20px;
    font-family: "ヒラギノUD明朝 W4 JIS2004","Hiragino UD Serif W4 JIS2004","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
    font-size: 16px;
    color: #640849 !important;
    text-align: center;
  }
  #head .head_menu_sp__btn-02:before, #head .head_menu_sp__btn-02:after {
    top: 50%;
    right: 90px;
    height: 3px;
  }
  #head .head_menu_sp__btn-02:before {
    width: 40px;
    transform: translate(30px, 0px);
  }
  #head .head_menu_sp__btn-02:after {
    width: 20px;
    transform-origin: left center;
    transform: translate(30px, 0px) rotate(-45deg);
  }
  #head .head_menu_sp__border {
    position: absolute;
    background: #8c0066;
    width: 100%;
    content: "";
    display: block;
    height: 9px;
    top: 0;
    right: 0;
    left: 0;
  }
  #head .head_menu_sp__border:before, #head .head_menu_sp__border:after {
    position: absolute;
    content: "";
    display: block;
    width: 33.3%;
    height: 9px;
  }
  #head .head_menu_sp__border:before {
    top: 0;
    left: 0;
    background: #00a5cd;
  }
  #head .head_menu_sp__border:after {
    bottom: 0;
    right: 0;
    background: #ffc600;
  }
  #head .head_menu_sp__ul {
    padding: 0 80px;
  }
  #head .head_menu_sp__ul__li--top {
    margin: 0 calc(70% / 2) 10px;
  }
  #head .head_menu_sp__ul__li {
    padding: 60px 0 10px;
  }
  #head .head_menu_sp__ul__li a {
    font-size: 16px;
  }
  #head .head_menu_sp__sns__ul {
    margin: 60px 0 50px;
  }
  #head .head_menu_sp__logo {
    width: 55%;
    margin-bottom: 40px;
  }
  #head .head_menu_language__ul {
    display: none;
  }
  #head .head_menu_language__ul.tb {
    display: flex;
    position: inherit;
    right: inherit;
    bottom: inherit;
    width: 45%;
    margin: 0 auto 50px;
  }
  #head .head_menu_language__ul.tb .head_menu_language__ul__li {
    height: auto;
  }
  #head .head_menu_language__ul.tb .head_menu_language__ul__li a {
    font-size: 16px;
  }
  .accordion1 {
    width: 20px;
    transform: translateY(-50%);
  }
  .accordion1, .accordion2 {
    height: 3px;
    border-radius: 5px;
    background: #fff;
    top: 50%;
    right: 80px;
    display: block;
    position: absolute;
    transition: all 0.3s ease;
  }
  .accordion2 {
    width: 20px;
    background: #fff;
    transform-origin: center center;
    transform: translateY(-50%) rotate(90deg);
    transition: 0.5s;
  }
  #head .head_service_menu__ul > li > a.active .accordion2 {
    transform: rotate(0);
    transition: 0.5s;
  }
  #head .head_menu_sp__sns__ul__li__img {
    width: 80px;
  }
}

@media only screen and ( max-width : 480px ) {
  #head {
    background-image: url(img/dot_black_sp.gif);
    /* height: 270px;
    padding-bottom: 270px;
    font-size: 100%; */
  }
  #head .head_service_menu__ul {
    margin-top: 30px;
  }
  #head .head_brand__logo {
    width: 160px !important;
  }
  #head .head_service_cnt__wrap h4 a.cmpLink {
    font-size: 12px;
  }
  #head .head_service_cnt__wrap ul li a {
    font-size: 12px;
  }
  #head .head_service_cnt {
    padding: 40px 20px;
  }
  #head .head_service_menu__ul > li > a {
    padding: 20px 30px;
  }
  #head .head_brand__ul__li--white a {
    font-size: 12px !important;
  }
  #head .head_service_menu__ul > li > a:before, #head .head_service_menu__ul > li > a:after {
    right: 30px;
  }
  .accordion1, .accordion2 {
    right: 30px;
  }
  #head .head_service_menu__ul > li > a:hover:before, #head .head_service_menu__ul > li > a:hover:after, #head .head_service_menu__ul > li > a.active:before, #head .head_service_menu__ul > li > a.active:after {
    right: 30px;
  }
  #head .head_service_menu__ul-other {
    margin: 20px 30px 30px;
  }
}

@media print, screen and ( min-width : 992px ) {
  #head {
    height: 108px;
  }
  #head .head_brand__btn__border.head_brand__txt {
    display: none;
  }
}

@media print, screen and ( min-width : 1200px ) {
  #head {
    height: 108px;
  }
  #head .head_service_menu {
    width: 340px;
  }
}


@media print, screen and ( min-width : 992px ) {
  .head_menu_sp {
    height: 100%;
    max-height: 86%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
}
/*+++ Reset +++*/
.zdo_drawer_button * {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  font: inherit;
  font-family: inherit;
  font-size: 100%;
  font-style: inherit;
  font-weight: inherit;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-align: left;
  text-decoration: none;
  list-style: none;
}
.zdo_drawer_button {
  display: block;
  padding: 0;
  width: 30px;
  height: 18px;
  position: relative;
  background: none;
  border: none;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  outline: none;
  overflow: visible;
}
.zdo_drawer_button .zdo_drawer_bar {
  display: block;
  width: 30px;
  height: 2px;
  transition: all 0.2s;
  transform-origin: 0% 0%;
  transform: translateY(-50%);
  position: absolute;
  left: 0;
}
.zdo_drawer_button .zdo_drawer_txt {
  display: block;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-family: 'STIX Two Text', serif !important;
  font-weight: 400 !important;
  font-style: normal !important;
  transform: rotate(0.001deg);
  letter-spacing: 0;
  opacity: 1;
  transition: all 0.2s;
  transform: translateX(-50%) rotate(0.001deg);
  position: absolute;
  bottom: -18px;
  left: 50%;
}
.zdo_drawer_button .zdo_drawer_txt.close {
  opacity: 0;
}
.zdo_drawer_button .zdo_drawer_bar1 {
  top: 0;
}
.zdo_drawer_button .zdo_drawer_bar2 {
  top: 50%;
}

.zdo_drawer_button .zdo_drawer_bar3 {
  top: 100%;
}
.zdo_drawer_button.active .zdo_drawer_bar {
  width: 25.46px;
  left: 6px;
}
.zdo_drawer_button.active .zdo_drawer_txt {
  opacity: 0;
  pointer-events: none;
}
.zdo_drawer_button.active .zdo_drawer_txt.close {
  opacity: 1;
}
.zdo_drawer_button.active .zdo_drawer_bar1 {
  transform: rotate(0.7853981634rad) translateY(-50%);
  top: 0px;
}
.zdo_drawer_button.active .zdo_drawer_bar2 {
  opacity: 0;
}
.zdo_drawer_button.active .zdo_drawer_bar3 {
  transform: rotate(-0.7853981634rad) translateY(-50%);
  top: calc(100% - 0px);
}
.zdo_drawer_button.active .zdo_drawer_menu_text {
  display: none;
}
.zdo_drawer_button.active .zdo_drawer_close {
  display: block;
}
.zdo_drawer_text {
  width: 100%;
  position: absolute;
  bottom: -20px;
  left: 0;
  text-align: center;
  font-size: 10px;
}
.zdo_drawer_close {
  letter-spacing: 0.08em;
  display: none;
}
/*+++ Default Button Color +++*/
.zdo_drawer_button {
  color: #fff;
}
.zdo_drawer_button .zdo_drawer_bar {
  background-color: #fff;
}

/* 追記 */
@media only screen and ( max-width : 991px ) {
  /* #head .head_brand {
    max-width: 800px;
    height: 58px;
  } */
  #head .head_brand__input__map #search_text, #head .head_brand__input__map #ss-query1 {
    width: 180px;
  }
  #head .head_brand__input__map #search_form, #head .head_brand__input__map #ss-form1 {
    width: 180px;
  }
  #head .head_brand__input__map__txt {
    font-size: 10px;
  }
  #head .head_brand__logo {
    width: 210px;
  }
  #head .head_brand__ul__li {
    width: 100px;
    height: 45px;
    font-size: 10px;
  }
  #head .head_menu__ul {
    width: calc(100% - 150px);
    margin-left: 0;
  }
  #head .head_menu_language__ul {
    right: 10px;
  }
}

@media only screen and ( max-width : 768px ) {
  #head .head_menu__ul {
    width: 100%;
    height: 50px;
  }
  #head .head_menu__ul__li {
    margin: 0;
  }
  #head .head_brand__ul__li {
    width: 60px;
    height: 60px;
    font-size: 16px;
  }
  #head .head_menu__ul__li a {
    font-size: 14px;
  }
  #head .head_brand__ul__li--purple a {
    font-size: 12px;
  }
}

@media only screen and ( max-width : 768px ) {
  #head .head_menu__ul__li a {
    font-size: 12px;
  }
}

@media print, screen and ( min-width : 992px ) {
  #head .head_brand {
    max-width: 800px;
    height: 58px;
  }
  #head .head_brand__input__map #search_text, #head .head_brand__input__map #ss-query1 {
    width: 180px;
  }
  #head .head_brand__input__map #search_form, #head .head_brand__input__map #ss-form1 {
    width: 180px;
  }
  #head .head_brand__input__map__txt {
    font-size: 10px;
  }
  #head .head_brand__logo {
    width: 200px;
  }
  #head .head_brand__ul__li {
    width: 100px;
    height: 45px;
    font-size: 10px;
  }
}

@media print, screen and ( min-width : 1200px ) {
  #head .head_brand {
    max-width: 1024px;
    height: 58px;
  }
  #head .head_brand__logo {
    width: 263px;
  }
  #head .head_brand__input__map #search_text, #head .head_brand__input__map #ss-query1 {
    width: 212px;
  }
  #head .head_brand__input__map #search_form, #head .head_brand__input__map #ss-form1 {
    width: 212px;
  }
  #head .head_brand__input__map__txt {
    font-size: 14px;
  }
  #head .head_brand__ul__li {
    width: 120px;
    height: 45px;
    font-size: 13px;
  }
}

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

　   FOOTER

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

#footer {
  width: 100%;
  font-size: 62.5%;
  margin-bottom: -12px;
  background-color: #000;
  background-image: url(img/dot_black.gif);
}
@media (max-width: 768px) {
  #footer {
    font-size: 70%;
    line-height: 1.6;
  }
}
@media (max-width: 480px) {
  #footer {
    background-image: url(img/dot_black_sp.gif);
    font-size: 100%;
  }
}
#footer .footer {
  position: relative;
  color: #fff;
  margin: 0 auto;
  padding: 40px 0 15px;
}
@media (max-width: 768px) {
  #footer .footer {
    width: 100%;
  }
}
@media (max-width: 480px) {
  #footer .footer {
    padding-top: 50px;
  }
}
@media (max-width: 768px) {
  #footer .footer_brand__wrap {
    width: 100%;
    padding: 0  20px;
    border-bottom: 1px solid #fff;
  }
}
@media (max-width: 768px) {
  #footer .footer_menu__wrap {
    width: 100%;
    padding: 30px 50px 80px;
  }
}
@media (max-width: 480px) {
  #footer .footer_menu__wrap {
    padding: 50px 35px 100px;
  }
}
#footer .footer__logo {
  margin: 0 auto 35px;
  width: 260px;
}
#footer .footer__logo img {
  width: 100%;
}
@media (max-width: 768px) {
  #footer .footer__logo {
    width: 25%;
    margin: 0 auto 40px;
  }
  #footer .footer__logo img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 480px) {
  #footer .footer__logo {
    width: 380px;
  }
}
#footer .footer__add {
  margin-bottom: 40px;
  text-align: center;
}
#footer .footer__add--osaka, #footer .footer__add--tokyo {
  display: inline-block;
  padding: 0 30px;
  text-align: left;
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 768px) {
  #footer .footer__add--osaka {
    margin-bottom: 20px;
    display: block;
    font-size: 16px;
  }
  #footer .footer__add--tokyo {
    display: block;
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  #footer .footer__add {
    margin-bottom: 50px;
  }
  #footer .footer__add--osaka {
    margin-bottom: 35px;
    font-size: 34px;
  }
  #footer .footer__add--tokyo {
    font-size: 34px;
  }
}
#footer .footer__ul {
  display: flex;
  justify-content: center;
  text-align: center;
  margin-bottom: 70px;
}
@media (max-width: 480px) {
  #footer .footer__ul {
    width: 85%;
    margin: 0 auto 50px;
  }
}
#footer .footer__ul__li {
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
}
#footer .footer__ul__li + li {
  border-left: 1px solid #fff;
}
#footer .footer__ul__li a {
  color: #fff;
}
@media (max-width: 768px) {
  #footer .footer__ul {
    margin-bottom: 20px;
  }
  #footer .footer__ul__li {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  #footer .footer__ul {
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
  }
  #footer .footer__ul__li {
    padding: 0 20px;
    font-size: 34px;
  }
  #footer .footer__ul__li:nth-child(4) {
    border-left: none;
  }
}
#footer .footer__copy {
  font-size: 12px;
  text-align: center;
}
@media (max-width: 768px) {
  #footer .footer__copy {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  #footer .footer__copy {
    font-size: 34px;
  }
}
#footer .footer__totop_btn {
  position: absolute;
  bottom: 5px;
  right: 0;
}
#footer .footer__totop_btn a {
  display: block;
  width: 45px;
  font-family: "ヒラギノUD明朝 W4 JIS2004","Hiragino UD Serif W4 JIS2004","ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  padding-top: 20px;
  text-align: center;
  color: #fff;
}
#footer .footer__totop_btn__arrow {
  position: relative;
  display: block;
}
#footer .footer__totop_btn__arrow:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
}
#footer .footer__totop_btn__arrow--top:before {
  transform: translateX(0%) rotate(-45deg);
}
#footer .footer__totop_btn__arrow--right:before {
  transform: translateX(0%) rotate(45deg);
}
#footer .footer__totop_btn__arrow--left:before {
  transform: translateX(0%) rotate(-135deg);
}
#footer .footer__totop_btn__arrow--bottom:before {
  transform: translateX(0%) rotate(135deg);
}
#footer .footer__totop_btn__arrow:before {
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
@media (max-width: 480px) {
  #footer .footer__totop_btn {
    right: 10px;
    bottom: 0px;
  }
  #footer .footer__totop_btn a {
    width: 90px;
    height: 90px;
    font-size: 32px;
  }
  #footer .footer__totop_btn__arrow {
    position: relative;
    display: block;
  }
  #footer .footer__totop_btn__arrow:before {
    content: "";
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
  }
  #footer .footer__totop_btn__arrow--top:before {
    transform: translateX(0%) rotate(-45deg);
  }
  #footer .footer__totop_btn__arrow--right:before {
    transform: translateX(0%) rotate(45deg);
  }
  #footer .footer__totop_btn__arrow--left:before {
    transform: translateX(0%) rotate(-135deg);
  }
  #footer .footer__totop_btn__arrow--bottom:before {
    transform: translateX(0%) rotate(135deg);
  }
}


@media only screen and ( max-width : 991px ) {
  #footer p {
    font-size: 12px;
  }
  #footer .footer__add {
    max-width: 355px;
    margin-left: auto;
    margin-right: auto;
  }
  #footer .footer__ul__li a {
    font-size: 12px;
  }
}

@media only screen and ( max-width : 575px ) {
  .footer__ul {
    display: block !important;
  }
  .footer__copy {
    font-size: 10px !important;
  }
  #footer .footer__logo {
    width: 180px !important;
  }
  #footer .footer__ul {
    width: 100%;
  }
  #footer .footer__ul__li {
    width: 48%;
    padding: 0;
    border-left: none !important;
    border-bottom: rgba(255,255,255,.6) solid 1px;
    font-size: 10px;
  }
  #footer .footer__ul__li a {
    display: block;
    width: 100%;
    padding: 10px 0;
  }
  #footer .footer__totop_btn a {
    font-size: 16px;
  }
  #footer .footer__totop_btn__arrow:before {
    width: 20px;
    height: 20px;
  }
}

@media print, screen and ( min-width : 992px ) {
}

@media print, screen and ( min-width : 1200px ) {
}


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

　   PAGETOP

--------------------------------------------------------------------------------------------- */
/*リンクの形状*/
#page-top a{
  display: flex;
  justify-content:center;
  align-items:center;
  width: 60px;
  height: 60px;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
  transition:all 0.3s;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
}
#page-top a i {
  transform: rotate(-90deg);
}
/*リンクを右下に固定*/
#page-top {
  position: fixed;
  left: 10px;
  bottom:10px;
  z-index: 99;
    /*はじめは非表示*/
  opacity: 0;
  transform: translateY(100px);
}

/*　上に上がる動き　*/

#page-top.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

/*　下に下がる動き　*/

#page-top.DownMove{
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(100px);
  }
}

@media only screen and ( max-width : 991px ) {
  #page-top {
    left: 0;
    bottom: 0;
  }
  #page-top a {
    width: 70px;
    height: 70px;
  }
}


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

　   COMMON

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

.fit {
  object-fit: cover;
  font-family: 'object-fit: cover;';
  width: 100%;
  height: 100%;
}
.bg_gray {
  background: #EAE9E8;
}
.line_top {
  border-top: #EAE9E8 solid 10px;
}
#img_link li {
  width: 32.5%;
  background: #000;
  position: relative;
}
#img_link .btn {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 15px;
  z-index: 31;
}
.img_link_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.img_link{
  height: 100%;
}
.img_link img{
  object-fit: cover;
}
#img_link li p {
  color: #fff;
  text-align: center;
}
.disc li {
  text-indent:-1em;
  padding-left:1em;
}
.disc li:before {
  content: "\e903";
  font-family: 'icomoon' !important;
}

@media only screen and ( max-width : 991px ) {
  #main {
/*    margin-top: 110px;*/
    overflow: hidden;
  }
  #img_link {
    padding: 20px 0;
  }
  #img_link li {
    width: 48%;
    height: 235px;
    margin: 0 auto 10px;
    overflow: hidden;
  }
  #img_link li:last-child {
    margin-bottom: 0;
  }
  .img_link_txt p span {
    font-size: 18px;
  }
}
@media only screen and ( max-width : 767px ) {
  #img_link li {
    height: inherit;
  }
  #img_link li:last-child {
    margin-bottom: auto;
  }
  #img_link li .btn {
    max-width: 200px;
    font-size: 10px;
  }
  #img_link li .btn:after {
    top: -3px;
    right: -5px;
  }
}
@media only screen and ( max-width : 575px ) {
  #img_link li {
    width: 300px;
    height: 230px;
    margin: 0 auto 10px;
  }
  #img_link li:last-child {
    margin-bottom: 0;
  }
  #img_link li .btn {
    max-width: 230px;
    font-size: 12px;
  }
  #img_link li .btn:after {
    top: 0;
    right: 0;
  }
}

@media print, screen and ( min-width : 992px ) {
  #main {
/*    margin-top: 108px;*/
  }
  #img_link {
    padding: 25px 0;
  }
  .individual #img_link li:nth-child(1),.individual #img_link li:nth-child(2),.individual #img_link li:nth-child(3),
  .page-template1 #img_link li:nth-child(1),.page-template1 #img_link li:nth-child(2),.page-template1 #img_link li:nth-child(3) {
    margin-bottom: 15px
  }
  .img_link_txt p span {
    font-size: 20px;
  }
}

@media print, screen and ( min-width : 1200px ) {
}

.individual #img_link li,
#tcg_contents li{
    border-radius: 5px;
    overflow: hidden;
}
body.stock-top .img_link_wrap{
    min-height: 300px;
}
body.stock-top .img_link_wrap a{
    text-decoration: none;
    display: block;
    width: 100%;
}

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

　   BUTTON

--------------------------------------------------------------------------------------------- */
.btn {
  display: block;
  text-align: center;
  font-weight: 700;
  line-height: 1;
  position: relative;
}
.btn:after {
  content: "\e900";
  font-family: 'icomoon' !important;
  display: inline-block;
  margin-left: 1.5rem;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
  font-size: 35px;
  display: block;
  width: 35px;
  text-decoration: none;
}
.btn_small {
  max-width: 240px;
  margin: 0 auto;
  padding: 10px 0;
  border: #2F5597 solid 1px;
  border-radius: 30px;
  background: rgba(255,255,255,0.7);
}
.btn_gray {
  padding: 10px 0;
  background: #EAE9E8 !important;
  color: #5170A6 !important;
}
.btn_medium {
  padding: 20px 0;
}
.btn.btn_medium:after {
  top: 10px;
}
.btn_txt_left {
  padding-left: 10px;
  padding-right: 10px;
  text-align: left;
}
.btn_txt_left.btn_medium {
  padding-left: 20px;
  padding-right: 20px;
}


@media only screen and ( max-width : 991px ) {
  .btn {
    font-size: 14px;
  }
}

@media only screen and ( max-width : 767px ) {
}

@media print, screen and ( min-width : 768px ) {
}

@media print, screen and ( min-width : 992px ) {
  .btn {
    font-size: 12px;
  }
  .btn_big {
    max-width: 250px;
  }
}
@media print, screen and ( min-width : 1200px ) {
  .btn {
    font-size: 16px;
  }
  .btn_big {
    max-width: 310px;
  }
}


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

　   TITLE

--------------------------------------------------------------------------------------------- */
/* h1,h2,h3,h4,h5,h6 {
  font-weight: 600;
} */
h1,h2,h3 {
/*  color: #2F5597;*/
}

.ttl_blue {
  padding: 10px 0;
  background: #000;
  color: #fff;
  text-align: center;
  border-radius: 30px;
}
@media only screen and ( max-width : 991px ) {
  #page_ttl {
    padding: 30px 0;
  }
  #page_ttl.pd_none {
    padding: 30px 0 10px;
  }
  #page_ttl h1 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  h2 {
    font-size: 18px;
  }
}

@media only screen and ( max-width : 575px ) {
}

@media print, screen and ( min-width : 992px ) {
  #page_ttl {
    padding: 30px 0;
  }
  #page_ttl.page_ttl_height {
    padding: 60px 0;
  }
  #page_ttl.pd10 {
    padding-bottom: 10px;
  }
  #page_ttl h1 {
    font-size: 28px;
  }
  h2 {
    font-size: 25px;
  }
  .ttl_blue {
    font-size: 26px;
  }
}

@media print, screen and ( min-width : 1200px ) {
  /* .ttl_blue {
    font-size: 36px;
  } */
}


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

　   NEWS

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

.home .tab {
  display: block;
  padding: 10px 0;
  background: #5170A6;
  text-align: center;
  color: #fff;
}
.home .tab {
  background: #fff;
  color: #000;
    border: 1px solid #000;
    border-radius: 3em;
}
.home .tab.is-active {
  background: #00005f;
  color: #fff;
}
.home .tab:hover,
.home .tab.is-active:hover {
  opacity: 0.7;
}
.news_list_box {
  border-bottom: rgba(0, 0, 0, 0.3) solid 1px;
}
.news_list_box > .news_list_box {
  border-bottom: none;
}
.news_list_box a{
    padding:  1.5em 0;
}
.cat {
  display: inline-block;
  color: #fff;
  text-align: center;
  border-radius: 5px;
}
.home .tab.menu-notice.is-active,
.c-btn_anime.menu-notice::before,
.c-btn_anime_a.menu-notice a::before,
.c-btn_anime_btn.menu-notice .btn::before,
body.notice .menu-notice a,
.cat_info {
  background: #863535!important;
  border-color: #863535!important;
  color: #fff!important;
}

.home .tab.menu-account.is-active,
.c-btn_anime.menu-account::before,
.c-btn_anime_a.menu-account a::before,
body.account .menu-account a,
.cat_cf {
  background: #336FE2!important;
  border-color: #336FE2!important;
  color: #fff!important;
}
.home .tab.menu-information.is-active,
.c-btn_anime.menu-information::before,
.c-btn_anime_a.menu-information a::before,
body.information .menu-information a,
.cat_td {
  background: #012E96!important;
  border-color: #012E96!important;
  color: #fff!important;
}
.home .tab.menu-document.is-active,
.c-btn_anime.menu-document::before,
.c-btn_anime_a.menu-document a::before,
body.document .menu-document a,
.cat_ir {
  background: #9B7F31!important;
  border-color: #9B7F31!important;
  color: #fff!important;
}
.home .tab.menu-disclosure.is-active,
.c-btn_anime.menu-disclosure::before,
.c-btn_anime_a.menu-disclosure a::before,
body.disclosure .menu-disclosure a,
.securities .cat_cf{
  background: #2F918E!important;
  border-color: #2F918E!important;
  color: #fff!important;
}

#news_link {
    gap: 0.5em;
}
#news_link li {
    padding-left: 1em;
    padding-right: 1em;
gap: 0.5em;
}


@media only screen and ( max-width : 991px ) {
  #news_link li {
/*    width: 23%;*/
  }
  .news_list_box {
    /* display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center; */
    padding: 15px 0;
  }
  .news_list_box a {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
  }
  .cat {
    width: 85px;
    padding: 3px 10px 2px;
    font-size: 12px;
  }
  .news_list_time {
    width: calc(100% - 100px);
    -ms-flex-order: 2;
    order: 2;
    font-size: 13px;
  }
  .news_list_cat {
    width: 100px;
    -ms-flex-order: 1;
    order: 1;
  }
  .news_list_txt {
    width: 100%;
    margin-top: 10px;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media only screen and ( max-width : 767px ) {
  #news_link li {
/*    width: 48%;*/
    margin-bottom: 20px;
  }
}

@media only screen and ( max-width : 660px ) {
}

@media print, screen and ( min-width : 768px ) {
}

@media print, screen and ( min-width : 992px ) {
  #news_link li {
/*    width: 21%;*/
  }
  .news_list_box a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: center;
  }
  .news_list_time {
    width: 15%;
    font-size: 14px;
  }
  .news_list_cat {
    width: 15%;
  }
  .cat {
    max-width: 125px;
    min-width: 100px;
    padding: 5px 0;
    font-size: 14px;
  }
  .news_list_txt {
    width: 70%;
  }
}

@media print, screen and ( min-width : 1200px ) {
}
/* ---------------------------------------------------------------------------------------------

　   PAGENATION

--------------------------------------------------------------------------------------------- */
.wp-pagenavi {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 3em;
}
.wp-pagenavi a, .wp-pagenavi span {
  padding: 5px 12px;
  margin: 4px;
  white-space: nowrap;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  text-align: center;
  text-decoration:none;
  display: inline-block;
}
.wp-pagenavi span {
  color: #000;
  border: none;
}
.wp-pagenavi a {
  color: #fff;
  border: solid 1px #000;
  background: #000;
}
.wp-pagenavi a:hover{
    color:#fff;
    background-color:#2257AA;
    border-color:#2257AA;
    }
.wp-pagenavi span.current{
  color: #000;
  font-weight: bold;
  background: #E8E8E8;
  border: 1px solid #E8E8E8;
}



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

　   ANIMATION

--------------------------------------------------------------------------------------------- */
.fadein {
  opacity: 0;
  transition: .8s;
}
.fadein.fadein__active {
  opacity: 1;
}

.fadein_up {
  opacity: 0;
  transition: .8s;
}
.fadein_up.fadein_up__active {
  opacity: 1;
  -webkit-transform: translate3d(0, -15px, 0);
  transform: translate3d(0, -15px, 0);
}
.fadein_up.fadein_up__active:nth-child(2),.fadein_down.fadein_down__active:nth-child(2) {
  transition-delay: .25s;
}
.fadein_up.fadein_up__active:nth-child(3),.fadein_down.fadein_down__active:nth-child(3) {
  transition-delay: .5s;
}
.fadein_down {
  opacity: 0;
  transition: .8s;
}
.fadein_down.fadein_down__active {
  opacity: 1;
  -webkit-transform: translate3d(0, 15px, 0);
  transform: translate3d(0, 15px, 0);
}

.zoomout {
  transform: scale(1.1, 1.1);
  opacity: 0;
  transition: 2s;
}
.zoomout.zoomout__active {
  transform: scale(1, 1);
  opacity: 1;
  transition-delay: .5s;
}
/*zoomIn*/
.zoomIn_slow {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;

    animation-duration: 7s;
    -ms-animation-duration: 7s;
    -o-animation-duration: 7s;
    -webkit-animation-duration: 7s;
    -moz-animation-duration: 7s;
}
@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
  }
  to {
  -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }
}

@keyframes zoomIn {
  from {
    -webkit-transform: scale3d(.3, .3, .3);
    transform: scale3d(.3, .3, .3);
    -webkit-transform: scale(1.0);
    -moz-transform: scale(1.0);
    -o-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
  }
  to {
  -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
}


/**/
.page-template1 h1{
	text-align: left;
}
.page-template1 h2 {
    font-size: 24px;
	color: #000;
	position: relative;
	padding-bottom: 20px;
	margin-top: 1em;
	margin-bottom: 1em;
}
.page-template1 h2:after {
	content: "";
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #C9CACA;
	z-index: 1;
}
.page-template1 h2:before {
	content: "";
	height: 3px;
	width: 140px;
	background: #01045F;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}
.page-template1 h3 {
    background-color: #000000;
    color: #fff;
    font-size: 20px;
    padding: 0.3em 1em;
    margin: 3em 0 2em;
}
.page-template1 p + p,
.page-template1 p + ol,
.page-template1 ol + p ,
.page-template1 p + ul,
.page-template1 ul + p {
	margin-top: 1.5em;
}
.page-template1 .wp-block-table th,
.page-template1 .wp-block-table td{
	border: 1px solid #C9CACA;
	padding: 0.5em 1em;
}
.page-template1 .wp-block-table thead{
	background-color: #E4E5E8;
	text-align: center;
}
.page-template1 .wp-block-table thead th{
	text-align: center;
}
.page-template1 .wp-block-table td:first-child{
	background-color: #F1F3F7;
	min-width: 7em;
}
.text-caption,
.page-template1 .wp-block-table figcaption{
	font-size: 0.8em;
	margin-top: 1em;
}


.top_message_fv{
    background: #EAE9E8;
    position: relative;
}
.topmessage-mini{
    max-width: 750px;
}
@media (min-width: 1200px){
  .top_message_fv div:last-child{
    position: absolute;
    right: 0px;
    bottom: 38px;
  }
}

body.briefing_material,
body.shareholders {
	overflow-x: hidden;
}
.shareholders_fv{
	background-color: #EAE9E8;
	margin: 0 calc(50% - 50vw);
	padding: 35px;
}
.shareholders_fv .shareholders_fv_inner,
.shareholders_fv .wp-block-media-text{
	background-color: #fff;
	padding: 35px;
	max-width: 900px;
	margin: 0 auto;
}
.shareholders_fv a{
	display: block;
	border-bottom: 1px solid #707070;
	padding: 0.8em 0.5em;
	position: relative;
}
.shareholders_fv a img{
	position: absolute;
	right: 0.5em;
}
@media (max-width: 400px){
  body.shareholders .wp-block-media-text .wp-block-media-text__content{
    padding: 0 1%;
  }
}

body.cfs .ir_list_menu .menu-cfs a,
body.segment .ir_list_menu .menu-segment a,
body.highlight_quarter .ir_list_menu .menu-highlight_quarter a,
body.managerial .ir_list_menu .menu-managerial a,
body.chart_generator .ir_list_menu .menu-chart_generator a{
	background-color: #01045F;
	color: #fff;
}

.ir_menu_container details{
  border-top: solid 1px #ccc;
	cursor: pointer;
	padding: 1em 0;
}
.ir_menu_container summary{
  position: relative;
  padding: 1em 0;
  font-size: 1.5em;
}
.ir_menu_container summary:after{
	content: "＋";
	position: absolute;
	right: 0;
}
.ir_menu_container details[open] summary:after{
	content: "－";
}
.ir_menu_container details[open] .ir_menu_aco_inner {
  animation: ir_menu_container_fadeIn 0.5s ease;
}
@keyframes ir_menu_container_fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-10px); /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.ir_menu_container a{
	border-top: 1px solid #ccc;
	padding: 1.5em 0;
}
.wrap-accordion-content a{
/*    display: block;*/
}
.wrap-accordion-content a:hover,
.ir_menu_container summary:hover,
.irp-term a:hover,
.ir_menu_container a:hover{
    background-color: #eaf1f9;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: .8;
}
.ir_menu_time{
	width: 100%;
    font-size: 0.9em;
}
.ir_menu_txt{
	width: 100%;
}
@media (min-width: 768px){
	.ir_menu_time{
		width: 15%;
	}
	.ir_menu_txt{
		width: 80%;
	}
}

.ir_menu_aco_inner{
	margin-left: 1em;
}
.ir_menu_aco_inner a{
	border: none;
}
@media (min-width: 768px){
	.ir_menu_aco_inner{
		margin-left: 5em;
	}
}

.btn-s_r{
	max-width: 300px;
	margin-left: auto;
}


.first-tcg-aco_contents{}
.first-tcg-aco_contents .pd1{
	padding: 2em;
}
.first-tcg-aco_contents h3 {
	color: #fff;
	font-size: 1.5em;
}
.first-tcg-aco_contents h4 {
    font-size: 24px;
	color: #000;
	position: relative;
	padding-bottom: 20px;
	margin-top: 1em;
	margin-bottom: 1em;
}
.first-tcg-aco_contents h4:after {
	content: "";
	height: 3px;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	background: #C9CACA;
	z-index: 1;
}
.first-tcg-aco_contents h4:before {
	content: "";
	height: 3px;
	width: 140px;
	background: #01045F;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
}

@media (min-width: 768px){
 .first-tcg-aco_contents .aco-bg{
	position: absolute;
    z-index: -1;
    width: 100%;
 }
	.first-tcg-aco_contents .aco-bg img{
		width: 100%;
		height: auto;
	}
 .first-tcg-aco_contents .aco-contents{
	padding-top: 450px;
 }
	
 .first-tcg-aco_contents h3 {
	font-size: 3em;
 }
}

#first-tcg03 h3{
	font-size: 1.5em;
}
#first-tcg03 img{
	margin-bottom: 2em;
}

.first-tcg-aco_contents-details summary{
	text-align: center;
	color: #01045F;
	cursor: pointer;
}
.first-tcg-aco_contents-details summary:hover{
	opacity: .8;
    -webkit-transition: .3s;
    transition: .3s;
}
.first-tcg-aco_contents-details summary img{
	margin-bottom: 0.5em;
	transform: scale(1, -1);
}
.first-tcg-aco_contents-details[open] summary img{
	transform: scale(-1, 1);
}
.first-tcg-aco_contents-details details[open] .first-tcg-aco_contents {
  animation: first-tcg-aco_contents-details_fadeIn 0.5s ease;
}
@keyframes first-tcg-aco_contents-details_fadeIn {
  0% {
    opacity: 0; /* 透明 */
    transform: translateY(-10px); /* 上から表示 */
  }
  100% {
    opacity: 1;
    transform: none;
  }
}

.ir_menu-container{
	margin-top: 150px;
}
.ir_menu-container a{
	color: #000;
	line-height: 2;
}
.ir_menu-container h2 a{
	line-height: 1.5;
}
.ir_menu-container a:hover{
	color: #5074b4;
}
.ir_menu-container .wp-block-columns{
	flex-wrap: wrap!important;
	gap: 12px;
	background-color: #EAE9E8;
}
.ir_menu-container .wp-block-column{
	background-color: #fff;
    border-radius: 5px;
}

.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    flex-basis: initial;
    flex-grow: 1;
    padding: 30px;
}
@media (min-width: 782px){
  .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
    width: calc((100% - 24px) / 3);
  }
}


.hissu{
	color: #fff;
	background-color: #CB1111;
	padding: 2px 5px;
	margin-left: 15px;
	display: inline-block;
}
.mw_wp_form textarea,
.mw_wp_form select,
.mw_wp_form input{
	border: 1px solid #C9CACA;
	padding: 0.5em;
	margin: 0.5em 0;
}
.mw_wp_form textarea,
.mw_wp_form input[type=text],
  .mw_wp_form input[type=email]{
	width: 100%;
}
.mw_wp_form button{
  background-color: #01045F;
	color: #fff;
	font-size: 1.2em;
	padding: 1em 2em;
	width: 100%;
	border: none;
	cursor: pointer;
}
.mw_wp_form .button-return{
  background-color: #A0A0A0;
}
.mw_wp_form td{
  display: block;
}
.mw_wp_form .wp-block-table {
    overflow: initial;
}
.example_text{
	display: inline-block;
}
.mw_wp_form_confirm .example_text{
	display: none;
}
.confirm_text{
	display: none;
}
.mw_wp_form_confirm .confirm_text{
	display: inline;
}
@media (min-width: 782px){
	.mw_wp_form textarea,
  .mw_wp_form input[type=text],
  .mw_wp_form input[type=email]{
	  width: initial;
  }
	.mw_wp_form td{
    display: table-cell;
  }
  .mw_wp_form textarea{
	  width: 80%;
  }
  .mw_wp_form td:first-child{
	  text-align: right;
  }
	.mw_wp_form button{
		max-width: 49%;
	}
}

.textsize-1{
	font-size: 0.9em!important;
}
.textsize2{
	font-size: 1.1em!important;
}
.textsize3{
	font-size: 1.2em!important;
}
.textsize4{
	font-size: 1.3em!important;
}
.textsize5{
	font-size: 1.5em!important;
}
.textsize6{
	font-size: 1.8em!important;
}
@media (min-width: 768px){
  .textsize2{
	font-size: 1.1em!important;
  }
  .textsize3{
	font-size: 1.3em!important;
  }
  .textsize4{
	font-size: 1.5em!important;
  }
  .textsize5{
	font-size: 1.8em!important;
  }
  .textsize6{
	font-size: 2em!important;
  }
}
.telblock{
	max-width: 500px;
	margin: 0 auto;
	padding: 1em;
}
.telblock a{
	font-size: 2.2em;
	color: #fff;
	display: inline-block;
	margin-top: 15px;
}

.swiper-container{
	position: relative;
}
#img_link{
	position: relative;
}
#img_link .swiper-button-prev:after {
  border-bottom: 16.5px solid transparent;
  border-right: 19px solid #000;
  border-top: 16.5px solid transparent;
  content:"";
}
#img_link .swiper-button-next:after {
  border-bottom: 16.5px solid transparent;
  border-left: 19px solid #000;
  border-top: 16.5px solid transparent;
  content:"";
}
#img_link .swiper-pagination {
    position: relative;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 0!important;
}
#img_link .swiper-pagination-bullet{
	background-color: #fff!important;
	opacity: 100!important;
}
#img_link .swiper-pagination-bullet-active{
	background-color: #707070!important;
}
#img_link .swiper-slide{
	height: auto;
	border-radius: 5px;
	background-color: #000;
	overflow: hidden;
}
.front-kabuka{
	height: 100%;
    background-color: #fff;
}
.front-kabuka_ttl{
	background-color: #000;
	color: #fff;
	font-size: 22px;
	padding: 5px 15px;
	line-height: 1;
}
.front-kabuka_content{
	padding: 5px;
    background-color: #fff;
}
@media (min-width: 1340px){
#img_link .swiper-button-prev,
#img_link .swiper-rtl .swiper-button-next {
    left: calc(50% - 660px)!important;
}
#img_link .swiper-button-next,
#img_link .swiper-rtl .swiper-button-prev{
	right: calc(50% - 660px)!important;
}
}

.front-schedule{
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #000;
    gap: 0!important;
}
.front-schedule,
.front-schedule .wp-block-button__link{
    font-size: 18px;
}
.front-schedule a{
    border-radius: 5px;
}

body.account_list .menu-account_list a,
body.securities_list .menu-securities_list a,
body.report_list .menu-report_list a,
body.annual-report .menu-annual-report a,
body.briefing_list .menu-briefing_list a,
body.shareholders_list .menu-shareholders_list a,
body.ir-news .menu-irnews a,
body.individual_list .menu-individual_list a,
body.income-statement .menu-income-statement a,
body.balance-sheets .menu-balance-sheets a,
body.cash-flow-statement .menu-cash-flow-statement a,
body.integrated-report .menu-integrated-report a{
    background-color: #01045F!important;
    color: #fff!important;
}
.ir_list_menu{
    display: flex;
    gap: 0.5em;
    flex-wrap: wrap;
}

.tab-contents-group a:hover {
    background-color: #eaf1f9;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    opacity: .8;
}

.ir_menu-container .widgettitle{
    margin-bottom: 1em;
}

.shareholders_menu li{
    margin-right: 1em;
    color: #C9CACA;
}

.page-template1 select{
	border: 1px solid #C9CACA;
	padding: 0.5em;
    cursor: pointer;
}

.white-space_nowrap_table table{
    white-space: nowrap;
}


.irnews_year_menu li{
    margin-right: 1em;
}


.irp-list{
    margin-top: -100px;
    padding-top: 100px;
    margin-bottom: 3em;
}
.yeartitle{
    font-size: 2em;
}


.anchor-point{
    margin-top: -100px;
    padding-top: 100px;
}
.briefing_material-table td{
    vertical-align: middle;
}
.briefing_material-table a{
    display: inline-block;
    margin-bottom: 0.5em;
}

.pdf_mark_link a:after{
    content: url("https://www.tanabeconsulting-group.com/cms/wp-content/uploads/i_pdf.png");
    margin-left: 1em;
    vertical-align: middle;
}

.hr-thin{
    border-bottom: none;
}

.ttl-line1{
    border-left: 8px solid #000;
    padding: 0.2em 0.6em !important;
}
.ttl-line1:before{
    content: none!important;
}
.ttl-line1:after{
    content: none!important;
}

.ttl-gray1{
    background-color: #D8D8D8!important;
    color: #000!important;
}

.block-right{
    width: fit-content;
    margin-left: auto;
}

.ol-normal{
    margin-left: 1em;
}
.ol-normal li{
    padding-top: 0.5em;
    margin-left: 1em;
    list-style-type: decimal;
}

.ul-normal,
.ul-square{
    margin-left: 0.5em;
}
.ul-normal li{
    padding-top: 0.5em;
    margin-left: 1em;
    list-style-type: disc;
}
.ul-square li{
    position: relative;
    padding-left: 1em;
    padding-top: 0.5em;
}
.ul-square li:before{
    content: "■";
    position: absolute;
    left: 0;
}

body.first-tcg #page_ttl h1::first-line{
    font-size: 1.5em;
}
.ttl-shadow{
    text-shadow: 0px 0px 6px #085f92;
}

.text-l{
    font-size: 21px;
}
.text-ll{
    font-size: 28px;
}
.text-lll{
    font-size: 35px;
}
@media (min-width: 768px){
  .text-l{
    font-size: 30px;
  }
  .text-ll{
    font-size: 40px;
  }
  .text-lll{
    font-size: 50px;
  }
}


@media only screen and (max-width: 600px){
  #nav li a, #nav2 li a {
    height: auto!important;
  }
}


@media (min-width: 768px){
  .ir_calendar_imgflex{
    gap: 12px;
  }
}


@media (min-width: 768px){
  .ir-front-library th:nth-child(n + 2),
  .ir-front-library .pdf_mark_link td:nth-child(n + 2){
    width: 19%;
  }
}

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



.youtube_size .wp-block-embed__wrapper{
	position: relative;
	width:100%;
	height:0px;
	padding-bottom: 56.25%;
}
.youtube_size iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.wp-block-embed-youtube figcaption{
	font-size:0.8em;
	text-align:center;
	color:gray;
}




a{
    text-decoration: none!important;
}

.text-bold{
    font-weight: bold!important;
}





.c-btn_anime,
.c-btn_anime_a a,
.c-btn_anime_btn .btn {
    position: relative;
    overflow: hidden;
    border: 1px solid #00005f;
}
.c-btn_anime:hover,
.c-btn_anime_a a:hover,
.c-btn_anime_btn:hover .btn {
    color: #fff!important;
    -webkit-transition: .3s;
    transition: .3s;
}
.c-btn_anime::before,
.c-btn_anime_a a::before,
.c-btn_anime_btn .btn::before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    content: '';
    background-color: #00005f;
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    margin-left: -1px;
    -webkit-transition: .3s;
    transition: .3s;
}
.c-btn_anime:hover::before,
.c-btn_anime_a a:hover::before,
.c-btn_anime_btn:hover .btn::before {
    -webkit-transform-origin: left top;
    transform-origin: left top;
    -webkit-transform: scale(1.01, 1);
    transform: scale(1.01, 1);
    -webkit-transition: .3s;
    transition: .3s;
}



.slide_menu-active a{
    background-color: #000!important;
    color: #fff!important;
}


.img-contain_wrap img{
    -o-object-fit: contain!important;
    object-fit: contain!important;
}


body.home .ir_menu-container,
body.individual .ir_menu-container{
    margin-top: 0!important;
}








/***/
.l-header,
.l-footer{
    font-family: "Roboto", "Noto Sans JP", sans-serif;
}
.l-header img{
    vertical-align: top;
}
.l-footer p{
    letter-spacing: initial;
}



.table-trtd-bg td{
    background-color: #E4E5E8!important;
}