@charset "utf-8";
/* css リセット 
------------------------------------------------------------- */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,
pre,form,fieldset,input,textarea,p,blockquote,th,td {
	padding: 0;
	margin: 0;
}

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

fieldset,img {
	border: 0;
}

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

ol,ul {
	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;
}

img {
	vertical-align: bottom;
}

.indents {
  text-indent: -1em;
  padding-left: 1em;
}

/* fade
----------------------------------------------------------- */
.fade {
  visibility: hidden;
}
.fadeIn {
  -webkit-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -ms-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  visibility: visible !important;
  transition-timing-function: ease-out;
}
.fadeInDelay {
  animation-delay: 0.4s;
}
.fadeInDelay2 {
  animation-delay: 0.8s;
}
@-webkit-keyframes fadeIn {
  0% {
  opacity: 0;
  -webkit-transform: translateY(10px);
  }
  100% {
  opacity: 1;
  -webkit-transform: translateY(0px);
  }
}
@keyframes fadeIn {
  0% {
  opacity: 0;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  }
  100% {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  }
}

/* 基本設定
----------------------------------------------------------- */
html, body {
  height: 100%;
}
html {
  overflow-y: auto;
  min-width: inherit;
}
body {
  min-width: inherit;
  color: #000000;

  text-align: inherit;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-weight: 400;
  font-style: normal;

  /*text-shadow設定でアンチエイリアス表現*/
  /*text-shadow: 0 0 1px #EEEEEE, 0px 0px 1px rgba(0, 0, 0, 0.3);*/

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
*:focus {
  outline: none;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  color: #333;
  display: inline-block;
  }
}


/*------------------------------------
画面サイズ 1025px 以上 (PC)
-------------------------------------*/
@media screen and (min-width: 1025px) {
  .pc_only {
    display: inline-block !important;
  }
  .sp_only {
    display: none !important;
  }
  #wrapper {
    position: relative;
    height: auto !important;
    min-height: 100%;
  }
  #all_wrap {
  }
  .section {
    width: 100%;
    padding-bottom: 25px;
  }

  /*--------------------------------------- header -----------------------------------------*/
  #header {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1041;
  }
  .btn_sp {
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
  }
  .head {
    background: unset;
    width: 100%;
    border-bottom: 0px solid #e1e2e5;
  }
  .head .head_inner {
    width: 85.768%;
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 60px;
  }

  .header_top {
    position: relative;
    background: #f2f2f2;
    width: 100%;
  }
  .header_middle {
    width: 100%;
    padding: 24px 0 23px 0;
    display: block;
    position: relative;
    background: #fff;
    z-index: 10;
    border-bottom: 1px solid #e1e2e5;
    text-align: center;
  }
  .header_bottom {
    width: 85.768%;
    max-width: 1200px;
    padding: 0 30px;
    margin: 0 auto 0;
    background: #fff;
    border-radius: 10px;
    transition: height 0.4s ease-in-out;
    opacity: 1 !important;
    display: flex !important;
    flex-wrap: nowrap;
  }
  .header_bottom .logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 70px;
  }
  .header_bottom .logo .logo_image {
    width: auto;
    height: auto;
  }
  .header_bottom .logo .logo_image a {
    display: block;
    width: 168px;
  }
  .header_bottom .logo .logo_image img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .header_bottom .head_copy {
    font-size: 13px;
    font-weight: 600;
    color: #000000;
    margin-top: 19px;
    margin-left: 20px;
    text-align: left;
    white-space: nowrap;
  }
  #header.hide .header_bottom {
    -webkit-transform: translateY(-50px);
    transform: translateY(-50px);
    margin-bottom: -50px;
  }
  #btn_menu {
    height: 25px;
    position: fixed;
    right: 20px;
    top: 12px;
    width: 28px;
    display: none;
    z-index: 10001;
    pointer-events: none;
  }
  #btn_menu::before {
    content: "";
    display: block;
    position: absolute;
    top: -9px;
    bottom: 0;
    left: -10px;
    right: 0;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #fff;
    opacity: 1;
    transition: opacity .1s;
    display: none;
  }
  .top_nav {
    width: 91.768%;
    max-width: 1100px;
    height: 36px;
    padding: 0 4.116%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .top_nav li {
    width: 25%;
    padding: 0 0;
    list-style: none;
    border-top: solid 0px #c7c7c7;
    border-right: solid 0px #c7c7c7;
    border-left: solid 1px #c7c7c7;
    border-bottom: solid 0px #c7c7c7;
    text-align: center;
  }
  .top_nav li:not(:last-child) {
    display: block;
  }
  .top_nav li.sns_link {
    width: 20%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .top_nav li a {
    font-size: 12px;
    line-height: 1.2;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    opacity: 1.0;
    transition: opacity .3s;
  }
  .top_nav li a:hover {
    opacity: 0.5;
  }
  .top_nav li.sns_link a {
    display: inline-block;
    width: 24%;
    max-width: none;
    height: auto;
  }
  .top_nav li.sns_link a:not(:first-child) {
    margin-left: 8%;
  }
  .top_nav li.sns_link a img {
    width: 100%;
    margin-top: 0;
  }
  .header_middle a img {
    width: 360px;
  }
  .header_bottom .bottom_nav {
    width: 100%;
    max-width: 1100px;
    height: 70px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: unset;
    margin: 0 auto;
  }
  .header_bottom .bottom_nav li {
    padding: 0 20px;
    list-style: none;
    border-top: solid 0px #dddddd;
    border-right: solid 0px #dddddd;
    border-left: solid 0px #dddddd;
    border-bottom: solid 0px #dddddd;
    text-align: center;
    position: inherit;
  }
  .header_bottom .bottom_nav li a {
    font-weight: 600;
    font-size: 16px;
    line-height: 30px;
    text-align: left;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 0 0;
    height: 70px;
    position: relative;
    background: #fff;
    opacity: 1.0;
    transition: all .3s;
    position: relative;
  }
  .header_bottom .bottom_nav li.last_menu {
    padding: 0 0 0 20px;
  }
  .header_bottom .bottom_nav li.on > a::before {
    transform: translateY(-50%) translateX(-50%) rotate(90deg);
  }

  .header_bottom .bottom_nav li a:hover {
    background: #fff;
    opacity: 1;
    color: #b7054b;
  }
  .header_bottom .bottom_nav li a::before {
    background: #b7054b;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 20px;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
  }
  .header_bottom .bottom_nav li a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }
  
  .header_bottom .bottom_nav li a .icon {
    display: flex;
    margin: 4px 0 0 8px;
  }

  .header_bottom .bottom_nav_area {
    width: calc(85.768% + 60px);
    max-width: 1260px;
    position: absolute;
    top: 115px;
    left: 50%;
    transform: translateY(-0%) translateX(-50%);
    padding: 0 0;
    opacity: 0;
    pointer-events: none;
    display: block;
    transition: opacity 0.2s ease-in-out 0.3s;
    z-index: 1;
  }
  .header_bottom .bottom_nav_area li a::before {
    background: transparent;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: 20px;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
  }
  .header_bottom .bottom_nav.hover li:hover .bottom_nav_area{
    opacity: 1;
    pointer-events: auto;
    display: block;
  }
  .header_bottom .bottom_nav_area .bottom_nav_inner {
    position: absolute;
    overflow: hidden;
    transition: height 0.3s ease-out;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 0 0 10px 10px;
  }
  .header_bottom .bottom_nav_area .bottom_nav_inner::before {
    content: '';
    width: calc(100% - 60px);
    height: 3px;
    background: #b7054b;
    position: absolute;
    top: 15px;
    left: 50%;
    transform: translateY(-0%) translateX(-50%);
  }
  .header_bottom .bottom_nav_area li:hover .bottom_nav_inner {
    height: 100%;
  }
  .header_bottom .bottom_nav_area .bottom_nav_inner > * {
    opacity: 1;
    transform: translateY(-10px);
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  }
  .header_bottom .bottom_nav_area li:hover .bottom_nav_inner > * {
    opacity: 1;
    transform: translateY(0);
    transition-delay: 0.3s;
  }
  /* メインメニューのホバーが切り替わった時のアニメーション */
  .header_bottom .bottom_nav_area li:not(:hover) .bottom_nav_inner > * {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.2s ease-out, transform 0.2s ease-out;
  }
  .header_bottom .bottom_nav_area .bottom_nav_inner ul {
    padding: 60px 0 35px 24px;
  }
  .header_bottom .bottom_nav li .bottom_nav_area .bottom_nav_inner li {
    width: calc(100% / 4);
    margin: 0 0 0;
  }
  .header_bottom .bottom_nav_area .bottom_nav_inner li a::after {
    content: "";
    width: 100%;
    max-width: 0;
    height: 3px;
    background: #e60021;
    position: absolute;
    bottom: 0;
    left: 0;
    letter-spacing: 0;
    opacity: 0;
    transition: all .2s linear;
  }
  .header_bottom .bottom_nav_area ul {
    display: flex;
    flex-direction: unset;
    flex-wrap: wrap;
    padding: 26px 0;
  }
  .header_bottom .bottom_nav_area ul>*{

  }
  .header_bottom .bottom_nav_area li {
    width: auto;
    padding: 4px 0;
    margin: 0 0 0 0;
    list-style: none;
    border-top: solid 0px #9c9c9c;
    border-right: solid 0px #9c9c9c;
    border-left: solid 0px #9c9c9c;
    border-bottom: solid 0px #9c9c9c;
    text-align: left;
  }
  .header_bottom .bottom_nav_area li a {
    font-size: 16px;
    line-height: 1.25;
    font-weight: normal;
    color: #333333;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    text-decoration: none;
    position: relative;
    padding: 0 9px 4px 10px;
    width: calc(86% - 9px);
    height: 100%;
    min-height: 60px;
    background: unset;
    opacity: 1.0;
    transition: border-bottom 0.3s, background 0.3s color 0.3s;
    border-bottom: 2px solid #e7e7e7;
  }
  .header_bottom .bottom_nav_area li a .arrow {
    position: absolute;
    top: 20px;
    right: 0;
    transform: translateY(-50%) translateX(0%);
    width: 9px;
    height: 15px;
  }
  .header_bottom .bottom_nav_area li .small {
    font-size: 14px;
    line-height: 30px;
  }

  .header_bottom .bottom_nav_area li a:hover {
    font-weight: 600;
    background: #f6f6f6;
    border-bottom: 2px solid #f6f6f6;
  }

  .header_bottom .bottom_nav_area li a::before {
    content: "";
    position: absolute;
    top: 55%;
    left: 7px;
    transform: translateY(-50%) translateX(-50%);
    width: 7px;
    height: 12px;
    opacity: 1;
  }

  /* SVG preload */
  .header_bottom .bottom_nav_area li a .arrow::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    background: url(/assets/images/arrow_right_logocolor.svg) no-repeat;
    visibility: hidden;
  }
  .header_bottom .bottom_nav_area li a .arrow {
    width: 15px;
    height: 14px;
    background: url(/assets/images/arrow_right_black.svg) no-repeat center center/contain;
    margin: 15px 10px 0 0;
    transition: background-image 0.3s ease;
  }

  .header_bottom .bottom_nav_area li a:hover .arrow {
    background-image: url(/assets/images/arrow_right_logocolor.svg);
  }

  .links ul {
    display: flex;
  }
  .links ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    background: transparent;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.0;
    text-align: left;
    color: #000;
    text-decoration: none;
    opacity: 1;
    transition: opacity .3s;
  }
  .links li:nth-child(1) {
    margin: 0 0 0;
  }
  .links li:nth-child(2) {
    margin: 0 0 0 0;
  }

  .links ul li a:hover {
    opacity: 0.6;
  }

  .links .icon {
    width: 20px;
    margin: 0 10px 0 20px;
  }
  .links .icon.contact {
    width: 20px;
    margin: 0 10px 0 30px;
  }
  .links .icon img {
    width: 100%;
    height: auto;
    position: relative;
    top: 1px;
  }
  /*--------------------------------------- contents -----------------------------------------*/
  #contents {
    min-width: auto !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding-top: 130px;
  }
  #contents .contents_inner {
    float: none;
    width: 100% !important;
    padding-left: 0;
    overflow: hidden;
  }
  /*--------------------------------------- footer -----------------------------------------*/
  #footer {
    background: #fff;
    position: relative;
  }
  #footer #pagetop {
    clear: both;
    margin: 0 0 0 0;
    padding-right: 0;
    font-size: 0;
    line-height: 0;
    text-align: right;
    position: fixed;
    bottom: 150px;
    right: 50px;

    width: 91.768%;
    height: 0;
    max-width: 1200px;
    padding: 0 0;
    opacity: 0;
    transition: opacity .3s;
  }
  #footer #pagetop.active {
    visibility: visible;
    opacity: 1;
  }
  #footer #pagetop.active.absolute {
    /* position: absolute; */
    top: unset;
    right: 50px;
    bottom: 150px;
  }
  #footer #pagetop img {
    width: 100%;
  }
  #footer #pagetop a {
    margin-top: 0;
    display: block;
    float: right;
    width: 60px;
    height: 60px;
    opacity: 1;
    transition: opacity .3s;
  }
  #footer #pagetop a:hover {
    opacity: 0.6;
  }

  #footer .sitemap {
    background: #b7054b;
  }
  #footer .links {
    width: 100%;
    max-width: 1200px;
    padding: 78px 0 72px;
    margin: 0 auto;
  }
  #footer .links a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 278px;
    height: 50px;
    background: transparent;
    border: 3px solid #b7054b;
    font-weight: 600;
    font-size: 19px;
    line-height: 11px;
    text-align: left;
    color: #b7054b;
    text-decoration: none;
    opacity: 1;
    transition: opacity .3s;
  }
  #footer .links .icon {
    width: 50px;
    margin: 0 20px 0 20px;
  }
  #footer .links .icon.contact {
    width: 50px;
    margin: 0 40px 0 20px;
  }
  #footer .links a img {
    width: 100%;
  }
  #footer .links a:hover {
    opacity: 0.6;
  }

  #footer .links ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  #footer .links ul li:nth-child(1) {
    margin: 0 42px 0 0;
  }
  #footer .links ul li:nth-child(2) {
    margin: 0 0 0 42px;
  }
  #footer .footer_inner {
    width: 91.768%;
    max-width: 960px;
    padding: 0 4.116%;
    margin: 0 auto;
    position: relative;
  }
  #footer .sp_col {
    width: 100%;
    display: flex;
    justify-content: flex-start;
  }
  #footer .footer_fxd {
    width: 100%;
    display: flex;
    justify-content: space-around;
    margin: 40px 0 25px;
  }
  #footer .footer_col {
    width: calc(100%);
    padding: 0 0 0 0;
  }
  #footer .footer_col:nth-child(2) {
    width: calc(100% - -7%);
  }
  #footer .footer_col.last_col {
    width: auto;
    white-space: nowrap;
  }
  #footer .footer_col h3 {
    margin: 0 0 14px;
  }
  #footer .footer_col h3.h3_only {
    margin: 0 0 21px;
    width: auto;
  }
  #footer .footer_col h3.h3_only.non_mgbtom {
    margin: 0 0 0;
    width: auto;
  }
  #footer .footer_col h3 a {
    font-size: 18px;
    line-height: 32px;
    font-weight: normal;
    letter-spacing: 0;
    color: #fff;
    text-decoration: none;
    opacity: 1.0;
    transition: opacity 0.3s;
    position: relative;
  }
  #footer .footer_col h3 a:hover {
    opacity: 1.0;
  }

  #footer .footer_col h3 a .icon {
    width: 16px;
    height: 16px;
    margin: 0 0 0 10px;
  }
  #footer .footer_col h3 a .icon img {
    width: 16px;
    height: 16px;
    margin: 1px 0 0 0;
    top: 2px;
    transform: translate(0, -50%);
    position: relative;
  }
  #footer .banner_img {
    display: block;
    max-width: 250px;
    margin: 0 0 8px;
    opacity: 1.0;
    transition: opacity 0.3s;
  }
  #footer .banner_img img {
    width: 100%;
    height: auto;
  }
  #footer .banner_img:hover {
    opacity: 0.6;
  }
  #footer .footer_col ul {
    margin-bottom: 38px;
  }
  #footer .footer_col li {
    display: block;
    margin-bottom: 12px;
  }
  #footer .footer_col li a {
    font-size: 14px;
    line-height: 1.2;
    font-weight: normal;
    letter-spacing: 0;
    color: #fff;
    text-decoration: none;
    display: inline-block;
    opacity: 1.0;
    transition: opacity 0.3s;
    position: relative;
  }

  #footer .footer_col h3 a::before,
  #footer .footer_col li a::before {
    background: #fff;
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    left: 0;
    bottom: -2px;
    transform-origin: right top;
    transform: scale(0, 1);
    transition: transform .3s;
  }
  #footer .footer_col li a:hover {
    opacity: 1.0;
  }
  #footer .footer_col h3 a:hover::before,
  #footer .footer_col li a:hover::before {
    transform-origin: left top;
    transform: scale(1, 1);
  }

  #footer .copyright {
    background: #F9F5F3;
  }
  #footer .copyright .copyright_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: auto;
    max-width: 960px;
    padding: 22px 0;
    margin: 0 auto;
  }
  .copyright_logo {
    max-width: 168px;
  }
  .copyright_logo a {
    display: block;
    margin: 8px 0 0;
  }
  .copyright_logo img {
    width: 100%;
    height: auto;
  }
  #footer .flex_item{
    font-weight: normal;
    font-size: 13px;
    line-height: 1.4;
    color: #000;
    text-align: left;
    margin: 20px 0 0 0;
    white-space: nowrap;
  }

  #footer .bnr_mark {

  }
  #footer .bnr_mark .inner {
    display: flex;
    align-items: center;
    padding: 0 0 0;
  }
  #footer .bnr_mark .inner img {
  }
  #footer .bnr_mark ul {
    display: flex;
    justify-content: flex-end;
    align-items: baseline;
  }
  #footer .bnr_mark ul li {
    margin: 0 0;
  }
  #footer .bnr_mark ul li:nth-child(2) {
    margin: 0 0 0 16px;
  }
  #footer .bnr_mark ul li:nth-child(1) img  {
    width: 51px;
  }
  #footer .bnr_mark ul li:nth-child(2) img {
    width: 69px;
  }
  #footer .bnr_mark .number {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #footer .bnr_mark .number_txt {
    font-size: 13px;
    line-height: 1.4;
    color: #000;
    text-align: left;
    margin: 0 0 0 35px;
    white-space: nowrap;
  }
}

/*------------------------------------
画面サイズ 1025px 以上 1119px 未満 調整
-------------------------------------*/
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  .head .head_inner .logo .logo_image {
    width: 100%;
    max-width: 137px;
    height: auto;
  }
  .head .head_inner .logo .logo_image a {
    display: block;
  }
  .head .head_inner .logo .logo_image img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  .head .head_inner {
    width: 85.768%;
    max-width: unset;
    padding: 0 30px;
    margin: 0 auto;
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 60px;
  }
  .head .head_inner .head_copy {
    font-size: 10px;
    line-height: 1.0;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #000000;
    margin-top: 8px;
    margin-left: 0;
    text-align: left;
}
  .links ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    background: transparent;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.0;
    text-align: left;
    color: #000;
    text-decoration: none;
    opacity: 1;
    transition: opacity .3s;
  }
  .links .icon {
    width: 18px;
    margin: 0 10px 0 20px;
  }
  .links .icon.contact {
    width: 20px;
    margin: 0 10px 0 30px;
  }
  .links .icon img {
    width: 100%;
    height: auto;
  }

  .header_bottom .head_copy {
    font-size: 12px;
    font-weight: 600;
    color: #000000;
    margin-top: 19px;
    margin-left: 20px;
    text-align: left;
    white-space: nowrap;
  }
  .header_bottom .bottom_nav li a {
    font-weight: 600;
    font-size: 14px;
    line-height: 30px;
    text-align: left;
    color: #000;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: auto;
    padding: 0 0;
    height: 70px;
    position: relative;
    background: #fff;
    opacity: 1.0;
    transition: all .3s;
  }
  .header_bottom .bottom_nav_area li a {
    font-size: 15px;
    line-height: 30px;
    font-weight: normal;
    color: #333333;
    display: inline-block;
    text-decoration: none;
    position: relative;
    padding: 0 9px 4px 0;
    width: calc(86% - 9px);
    height: auto;
    background: unset;
    opacity: 1.0;
    transition: border-bottom 0.3s;
    border-bottom: 2px solid #e7e7e7;
  }
  .header_bottom .bottom_nav_area li .small {
    font-size: 13px;
    line-height: 30px;
  }
}


/*------------------------------------
画面サイズ 768px 以上 1025px 未満
-------------------------------------*/
@media screen and (min-width: 768px) and (max-width: 1025px) {
  html, body {
    height: auto;
  }
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: inline !important;
  }

  /*--------------------------------------- header -----------------------------------------*/
  #header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1041;
  }
  .btn_sp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 56px;
    pointer-events: visible;
  }
  .head {
    background: #fff;
    border-radius: 5px;
    margin: 15px 13px 0;
    width: calc(100% - 26px);
  }
  .head .head_inner {
    width: calc(100% - 32px);
    max-width: none;
    height: auto;
    padding: 13px 16px 12px;
    margin: 0 auto;
    text-align: right;
}
  .head .head_inner .head_copy {
    font-size: 10px;
    line-height: 1.0;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #000000;
    margin-top: 8px;
    margin-left: 0;
    text-align: left;
}
  .head .head_inner .logo {
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    position: relative;
  }
  .head .head_inner .logo::before {
    content: "";
    width: 0;
    height: 30px;
    position: absolute;
    top: -6px;
    left: -10px;
    background-color: #ddd;
  }
  .head .head_inner .logo {
    display: block;
  }
  .head .head_inner .logo .logo_image {
    width: 100%;
    max-width: 137px;
    height: auto;
  }
  .head .head_inner .logo .logo_image a {
    display: block;
  }
  .head .head_inner .logo .logo_image img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  /*----------------------------------- sp contents -----------------------------------*/
  #contents {
    padding-top: 85px;
  }
  /*----------------------------------- sp header -----------------------------------*/
  .header_top {
    position: fixed;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    border-bottom: 0px solid #e1e2e5;
  }
  .header_top.menu_scroll_set {
    opacity: 1;
    pointer-events: auto;
  }
  .header_middle {
    width: 92.768%;
    padding: 14px 4.116%;
    display: block;
    position: relative;
    background: #fff;
    z-index: 10;
    border-bottom: 0px solid #e1e2e5;
    text-align: left;
    transition: background 0.3s;
  }
  .header_middle.menu_hide_bg {
    background: transparent;
  }
  #header.hide .header_bottom {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    margin-bottom: 0px;
  }
  .header_middle a img {
    width: 160px;
  }
  .top_nav {
    width: auto;
    padding: 5px 5.116%;
    justify-content: flex-start;
  }
  .top_nav li:not(:last-child) {
    display: none;
  }
  .top_nav li {
    border-left: solid 0px #c7c7c7;
  }
  .top_nav li.sns_link {
    width: 50%;
    text-align: left;
    justify-content: flex-start;
    align-items: unset;
  }
  .top_nav li.sns_link a {
    width: 40px;
    max-width: none;
  }
  .top_nav li.sns_link a:not(:first-child) {
    margin-left: 15px;
  }
  .top_nav li.sns_link a img {
    width: 100%;
    margin-top: 2px;
  }
  #header #btn_menu.shadow::before {
    box-shadow: 0 3px 9px 0 rgba(0,0,0,.15);
  }

  @supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    #btn_menu {
      height: 34px;
      position: fixed;
      right: 30px;
      top: 31px;
      width: 35px;
      display: block;
      z-index: 10001;
      pointer-events: auto;
    }
  }

  @supports not (-webkit-touch-callout: none) {
      /* CSS for other than iOS devices */
      #btn_menu {
        height: 34px;
        position: fixed;
        right: 30px;
        top: 31px;
        width: 35px;
        display: block;
        z-index: 10001;
        pointer-events: auto;
      }
  }
  #btn_menu #btn_open {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 34px;
  }
  #btn_menu #btn_close {
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
  }
  #btn_menu #btn_open.open, #btn_menu #btn_close.open {
    display: block;
  }
  #btn_menu #btn_open.close, #btn_menu #btn_close.close {
    display: none;
  }
  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 35px;
    height: 34px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #B7054B;
    border-radius: 0px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 12px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 16px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 12px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    top: 10px;
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    bottom: 5px;
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  .header_bottom {
    width: 100%;
    padding: 0 0;
    height: 100svh !important;
    overflow: auto;
    display: none;
    justify-content: flex-start;
    background: #fff;
  }
  .header_bottom .logo {
    display: none;
  }
  .header_bottom .bottom_nav {
    width: auto;
    max-width: 1200px;
    padding: 105px 14.116% 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-right: solid 0px #dddddd;
    overflow: visible !important;
  }
  .header_bottom .bottom_nav li {
    width: 100%;
    padding: 0 0;
    list-style: none;
    border-top: solid 0px #dddddd;
    border-right: solid 0px #dddddd;
    border-left: solid 0px #dddddd;
    border-bottom: solid 0px #dddddd;
    text-align: center;
    position: relative;
  }
  .header_bottom .bottom_nav li a {
    font-size: 18px;
    line-height: 30px;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    padding: 0 0;
    margin: 0;
    height: 70px;
    border-top: 0px solid #e3e3e3;
    background: #fff;
    position: relative;
    opacity: 1.0;
    transition: opacity 0.3s;
  }
  .header_bottom .bottom_nav li a .icon {
    display: flex;
    margin: 0 0 0 0;
  }
  .header_bottom .bottom_nav li a .icon img {
    width: 13px;
  }
  .header_bottom .bottom_nav li a .icon.blank {
    display: flex;
    margin: 0 5px 0 0;
  }
  .header_bottom .bottom_nav li a .icon.blank img {
    width: 16px;
  }
  .header_bottom .bottom_nav li:last-child::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 1px;
    background: #BFB4AB;
    z-index: 1;
  }

  .header_bottom .bottom_nav_area {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0 0;
    background: #e3e3e3;
    border-top: 0px solid #e1e2e5;
    opacity: 1;
    overflow: hidden;
    max-height: 0;
    display: block;
    pointer-events: visible;
    transition: all .3s linear;
  }
  .header_bottom .bottom_nav li.on .bottom_nav_area {
    max-height: 600px;
  }
  .header_bottom .bottom_nav_area ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .header_bottom .bottom_nav_area li:first-child {
    border-top: solid 0px #dddddd;
  }
  .header_bottom .bottom_nav_area li {
    border-top: solid 0px #dddddd;
    border-right: solid 0px #dddddd;
    border-left: solid 0px #dddddd;
    border-bottom: solid 0px #dddddd;
  }
  .header_bottom .bottom_nav_area li a {
    font-size: 16px;
    line-height: 30px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding: 0 9px 4px 0;
    width: calc(86% - 9px);
    height: auto;
    border-top: 0px solid #e3e3e3;
    position: relative;
    opacity: 1.0;
    transition: opacity 0.3s;
  }
  .header_bottom .bottom_nav_area li a::before {
    left: 99%;
    background-image: none;
    opacity: 0;
  }
  .header_bottom .bottom_nav_area li a .arrow {
    position: absolute;
    top: 50%;
    right: -3px;
    transform: translateY(-50%) translateX(-50%);
    width: 7px;
    height: 12px;
    opacity: 1;
  }
  .links ul {
    display: flex;
  }
  .links ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    background: transparent;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.0;
    text-align: left;
    color: #fff;
    text-decoration: none;
    opacity: 1;
    transition: opacity .3s;
  }
  .links li:nth-child(1) {
    margin: 0 21px 0;
  }
  .links li:nth-child(2) {
    margin: 0 0 0 21px;
  }
  .links .icon {
    width: 50px;
    margin: 0 10px 0 10px;
  }
  .links .icon.contact {
    width: 50px;
    margin: 0 32px 0 10px;
  }
  .links .icon img {
    width: 100%;
    height: auto;
    position: relative;
    top: 1px;
  }
  .header_bottom .links {
  }
  .header_bottom .links ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: transparent;
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    text-align: left;
    color: #000;
    text-decoration: none;
    opacity: 1;
    transition: opacity .3s;
  }
  .header_bottom .links .icon {
    width: 12px;
    margin: 0 10px 0 0;
  }
  .header_bottom .links .icon.contact {
    width: 12px;
    margin: 0 10px 0 0;
  }
  .header_bottom .links .icon img {
    width: 100%;
    height: auto;
  }

  .header_bottom .links a {
    margin: 0 auto;
  }
  .header_bottom .links ul {
    display: block;
    padding: 16px 14.116% 20px;
  }
  .header_bottom .links li:nth-child(1) {
    margin: 15px 0 0;
  }
  .header_bottom .links li:nth-child(2) {
    margin: 25px 0 100px;
  }

  /*----------------------------------- sp footer -----------------------------------*/
  #footer {
    background: #F9F5F3;
    position: relative;
  }
  #footer .sitemap {
    background: #b7054b;
  }
  #footer .links {
    width: auto;
    padding: 68px 0 0px;
    border-bottom: solid 0px #dddddd;
  }
  #footer .links ul {
    width: 89.768%;
    padding: 0 5.116%;
    display: block;
  }
  #footer .links ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
  }
  #footer .links ul li:nth-child(1) {
    margin: 0;
  }
  #footer .links ul li:nth-child(2) {
    margin: 40px 0 0;
  }
  #footer .links a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 278px;
    height: 50px;
    margin: 0 auto;
    background: transparent;
    border: 3px solid #b7054b;
    font-weight: 600;
    font-size: 19px;
    line-height: 11px;
    text-align: left;
    color: #b7054b;
    text-decoration: none;
    opacity: 1;
    transition: opacity .3s;
  }
  #footer .links .icon {
    width: 50px;
    margin: 0 20px 0 20px;
  }
  #footer .links .icon.contact {
    width: 50px;
    margin: 0 40px 0 20px;
  }
  #footer .links a img {
    width: 100%;
  }

  #footer .footer_inner {
    width: 89.768%;
    padding: 0 5.116% 0;
  }
  #footer .footer_inner .footer_link01 {
    padding: 50px 0 70px;
    margin: 0;
  }
  #footer .footer_inner .footer_link01 li a {
    font-size: 16px;
    display: inline-block;
    margin: 0 0 26px;
    color: #fff;
    text-decoration: none;
  }
  #footer .footer_inner .footer_link01 li a .icon {
    width: 16px;
    height: 16px;
    margin: 0 0 0 10px;
  }
  #footer .footer_inner .footer_link01 li a .icon img {
    width: 16px;
    height: 16px;
    margin: 1px 0 0 0;
    top: 5px;
    transform: translate(0, -50%);
    position: relative;
  }
  #footer .footer_col h3 {
    margin: 0 0 6px;
  }
  #footer .footer_col h3.h3_only {
    margin: 0 0 12px;
  }
  #footer .footer_col h3 a {
    font-size: 13px;
  }
  #footer .footer_col ul {
    margin-bottom: 13px;
  }
  #footer .footer_col li {
    margin-bottom: 5px;
  }
  #footer .footer_col li a {
    font-size: 12px;
  }
  #footer .footer_col li a:hover {
    opacity: 1.0;
  }
  #footer .banner_img {
    display: block;
    width: 72%;
    margin: 30px 14% 20px !important;
    opacity: 1.0;
    transition: opacity 0.3s;
  }
  #footer .banner_img img {
    width: 100%;
    height: auto;
  }
  #footer .sp_col {
    width: 100%;
    display: block;
    justify-content: flex-start;
  }
  #footer .sp_col.line_top {
    border-top: solid 1px #dddddd;
    margin: 10px 0 0;
    padding: 16px 0 0;
    display: inline-block !important;
  }
  #footer .footer_col {
    width: 100%;
    margin-right: 0;
    padding: 0 0 0 0;
    border-left: solid 0px #dddddd;
  }
  #footer .footer_col.last_col {
    border-right: solid 0px #dddddd;
  }
  #footer .bnr_mark ul {
    display: flex;
    justify-content: center;
    align-items: baseline;
  }
  #footer .bnr_mark .inner {
    display: flex;
    align-items: center;
    padding: 0 0;
  }
  #footer .bnr_mark ul li:nth-child(2) {
    margin: 0 0 0 6px;
  }
  #footer .bnr_mark ul li:nth-child(1) img  {
    width: 35px;
  }
  #footer .bnr_mark ul li:nth-child(2) img {
    width: 45px;
  }
  #footer .bnr_mark .number {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #footer .bnr_mark .number_txt {
    font-weight: normal;
    font-size: 9px;
    line-height: 1.4;
    color: #000;
    text-align: left;
    margin: 0 0 0 10px;
    white-space: nowrap;
  }
  #footer #pagetop {
    clear: both;
    margin: 0 0 0 0;
    padding-right: 0;
    font-size: 0;
    line-height: 0;
    text-align: right;
    position: fixed;
    top: unset;
    bottom: 130px;
    right: 20px;

    width: 100%;
    height: 0;
    max-width: 1200px;
    padding: 0 0;
    opacity: 0;
    transition: opacity .3s;
  }
  #footer #pagetop.active {
    visibility: visible;
    opacity: 1;
  }
  #footer #pagetop.active.absolute {
    /* position: absolute; */
    top: unset;
    right: 20px;
    bottom: 130px;
  }
  #footer #pagetop a {
    margin-top: 0;
    display: block;
    float: right;
    width: 48px;
    height: 48px;
    opacity: 1;
    transition: opacity .3s;
  }
  #footer #pagetop a img {
    width: 100%;
  }
  #footer .copyright .copyright_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: auto;
    padding: 22px 0;
    margin: 0 20px;
  }
  .copyright_logo {
    max-width: 115px;
  }
  .copyright_logo a {
    display: block;
    margin: 2px 0 0;
  }
  .copyright_logo img {
    width: 100%;
    height: auto;
  }
  #footer .flex_item{
    font-weight: normal;
    font-size: 9px;
    line-height: 1.4;
    color: #000;
    text-align: left;
    margin: 15px 0 0 0;
    white-space: nowrap;
  }
}




/*------------------------------------
画面サイズ 768px 未満 (SP)
-------------------------------------*/
@media screen and (max-width: 768px) {
  html, body {
    height: auto;
  }
  .pc_only {
    display: none !important;
  }
  .sp_only {
    display: inline !important;
  }

  a[href*="tel:"] {
    color: #333;
    display: inline-block;
  }

  /*--------------------------------------- header -----------------------------------------*/
  #header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1041;
  }
  .btn_sp {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 56px;
    pointer-events: visible;
  }
  .head {
    background: #fff;
    border-radius: 5px;
    margin: 15px 13px 0;
    width: calc(100% - 26px);
  }
  .head .head_inner {
    width: calc(100% - 32px);
    max-width: none;
    height: auto;
    padding: 13px 16px 12px;
    margin: 0 auto;
    text-align: right;
  }
  .head .head_inner .head_copy {
    font-size: 10px;
    line-height: 1.0;
    font-weight: 600;
    letter-spacing: 0.08em;
    color: #000000;
    margin-top: 8px;
    margin-left: 0;
    text-align: left;
  }
  .head .head_inner .logo {
    font-size: 11px;
    font-weight: normal;
    color: #000000;
    position: relative;
  }
  .head .head_inner .logo::before {
    content: "";
    width: 0;
    height: 30px;
    position: absolute;
    top: -6px;
    left: -10px;
    background-color: #ddd;
  }
  .head .head_inner .logo {
    display: block;
  }
  .head .head_inner .logo .logo_image {
    width: 100%;
    max-width: 137px;
    height: auto;
  }
  .head .head_inner .logo .logo_image a {
    display: block;
  }
  .head .head_inner .logo .logo_image img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
  }
  /*----------------------------------- sp contents -----------------------------------*/
  #contents {
    padding-top: 85px;
  }
  /*----------------------------------- sp header -----------------------------------*/
  .header_top {
    position: fixed;
    background: #fff;
    opacity: 0;
    pointer-events: none;
    border-bottom: 0px solid #e1e2e5;
  }
  .header_top.menu_scroll_set {
    opacity: 1;
    pointer-events: auto;
  }
  .header_middle {
    width: 92.768%;
    padding: 14px 4.116%;
    display: block;
    position: relative;
    background: #fff;
    z-index: 10;
    border-bottom: 0px solid #e1e2e5;
    text-align: left;
    transition: background 0.3s;
  }
  .header_middle.menu_hide_bg {
    background: transparent;
  }
  #header.hide .header_bottom {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    margin-bottom: 0px;
  }
  .header_middle a img {
    width: 160px;
  }
  .top_nav {
    width: auto;
    padding: 5px 5.116%;
    justify-content: flex-start;
  }
  .top_nav li:not(:last-child) {
    display: none;
  }
  .top_nav li {
    border-left: solid 0px #c7c7c7;
  }
  .top_nav li.sns_link {
    width: 50%;
    text-align: left;
    justify-content: flex-start;
    align-items: unset;
  }
  .top_nav li.sns_link a {
    width: 40px;
    max-width: none;
  }
  .top_nav li.sns_link a:not(:first-child) {
    margin-left: 15px;
  }
  .top_nav li.sns_link a img {
    width: 100%;
    margin-top: 2px;
  }
  #header #btn_menu.shadow::before {
    box-shadow: 0 3px 9px 0 rgba(0,0,0,.15);
  }

  @supports (-webkit-touch-callout: none) {
    /* CSS specific to iOS devices */
    #btn_menu {
      height: 34px;
      position: fixed;
      right: 30px;
      top: 31px;
      width: 35px;
      display: block;
      z-index: 10001;
      pointer-events: auto;
    }
  }

  @supports not (-webkit-touch-callout: none) {
      /* CSS for other than iOS devices */
      #btn_menu {
        height: 34px;
        position: fixed;
        right: 30px;
        top: 31px;
        width: 35px;
        display: block;
        z-index: 10001;
        pointer-events: auto;
      }
  }
  #btn_menu #btn_open {
    position: absolute;
    top: 0;
    left: 0;
    width: 35px;
    height: 34px;
  }
  #btn_menu #btn_close {
    position: absolute;
    top: 0;
    left: 0;
    width: 26px;
    height: 26px;
  }
  #btn_menu #btn_open.open, #btn_menu #btn_close.open {
    display: block;
  }
  #btn_menu #btn_open.close, #btn_menu #btn_close.close {
    display: none;
  }
  .menu-trigger, .menu-trigger span {
    display: inline-block;
    transition: all .3s;
    box-sizing: border-box;
  }
  .menu-trigger {
    position: relative;
    width: 35px;
    height: 34px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
  }
  .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #B7054B;
    border-radius: 0px;
  }
  .menu-trigger span:nth-of-type(1) {
    top: 12px;
  }
  .menu-trigger span:nth-of-type(2) {
    top: 16px;
  }
  .menu-trigger span:nth-of-type(3) {
    bottom: 12px;
  }
  .menu-trigger.active span:nth-of-type(1) {
    top: 10px;
    -webkit-transform: translateY(8px) rotate(-45deg);
    transform: translateY(8px) rotate(-45deg);
  }
  .menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
  }
  .menu-trigger.active span:nth-of-type(3) {
    bottom: 5px;
    -webkit-transform: translateY(-8px) rotate(45deg);
    transform: translateY(-8px) rotate(45deg);
  }
  .header_bottom {
    min-height: 100svh; /* 最小高さも設定 */
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    background: #fff;
    transition: height 0.3s ease; /* 高さの変化をスムーズに */
    height: 100svh !important;
    min-height: 100svh;
    opacity: 0;
    display: none;
    overflow-y: auto;
    padding-bottom: 130px;
    pointer-events: none;
  }
  .show-menu .header_bottom {
    pointer-events: visible;
  }
  .header_bottom .logo {
    display: none;
  }
  .header_bottom .bottom_nav {
    width: auto;
    max-width: 1200px;
    padding: 70px 30px 20px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    border-right: solid 0px #dddddd;
    overflow: visible !important;
  }
  .header_bottom .bottom_nav li {
    width: 100%;
    padding: 0 0;
    list-style: none;
    border-top: solid 0px #dddddd;
    border-right: solid 0px #dddddd;
    border-left: solid 0px #dddddd;
    border-bottom: solid 0px #dddddd;
    text-align: center;
    position: relative;
  }
  .header_bottom .bottom_nav li a {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    color: #333;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: auto;
    padding: 0 0;
    margin: 0;
    height: 54px;
    border-top: 0px solid #e3e3e3;
    background: #fff;
    position: relative;
    opacity: 1.0;
    transition: opacity 0.3s;
  }
  .header_bottom .bottom_nav li a .icon {
    display: flex;
    margin: 0 0 0 0;
  }
  .header_bottom .bottom_nav li a .icon img {
    width: 13px;
  }
  .header_bottom .bottom_nav li a .icon.blank {
    display: flex;
    margin: 0 5px 0 0;
  }
  .header_bottom .bottom_nav li a .icon.blank img {
    width: 16px;
  }
  .header_bottom .bottom_nav li:last-child::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 100%;
    height: 1px;
    background: #BFB4AB;
    z-index: 1;
  }

  .header_bottom .bottom_nav_area {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding: 0 0;
    background: #e3e3e3;
    border-top: 0px solid #e1e2e5;
    opacity: 1;
    overflow: hidden;
    max-height: 0;
    display: block;
    pointer-events: visible;
    transition: all .3s linear;
  }
  .header_bottom .bottom_nav li.on .bottom_nav_area {
    max-height: 600px;
  }
  .header_bottom .bottom_nav_area ul {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    padding: 10px 0;
  }
  .header_bottom .bottom_nav_area li:first-child {
    border-top: solid 0px #dddddd;
  }
  .header_bottom .bottom_nav_area li {
    border-top: solid 0px #dddddd;
    border-right: solid 0px #dddddd;
    border-left: solid 0px #dddddd;
    border-bottom: solid 0px #dddddd;
  }
  .header_bottom .bottom_nav_area li a {
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 97%;
    padding: 0 0;
    height: 42px;
    border-top: 0px solid #e3e3e3;
    position: relative;
    opacity: 1.0;
    transition: opacity 0.3s;
  }
  .header_bottom .bottom_nav_area li a::before {
    left: 99%;
    background-image: none;
    opacity: 0;
  }
  .header_bottom .bottom_nav_area li a .arrow {
    position: absolute;
    top: 50%;
    right: -3px;
    transform: translateY(-50%) translateX(-50%);
    width: 7px;
    height: 12px;
    opacity: 1;
  }
  .header_bottom .links {
  }
  .header_bottom .links ul li a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: transparent;
    font-weight: 600;
    font-size: 13px;
    line-height: 13px;
    text-align: left;
    color: #000;
    text-decoration: none;
    opacity: 1;
    transition: opacity .3s;
  }
  .header_bottom .links .icon {
    width: 12px;
    margin: 0 10px 0 0;
  }
  .header_bottom .links .icon.contact {
    width: 12px;
    margin: 0 10px 0 0;
  }
  .header_bottom .links .icon img {
    width: 100%;
    height: auto;
  }

  .header_bottom .links a {
    margin: 0 auto;
  }
  .header_bottom .links ul {
    display: block;
    padding: 10px 30px 20px;
  }
  .header_bottom .links li:nth-child(1) {
    margin: 15px 0 0;
  }
  .header_bottom .links li:nth-child(2) {
    margin: 25px 0 100px;
  }

  /*----------------------------------- sp footer -----------------------------------*/
  #footer {
    background: #F9F5F3;
    position: relative;
  }
  #footer .sitemap {
    background: #b7054b;
  }
  #footer .links {
    width: auto;
    padding: 68px 0 0px;
    border-bottom: solid 0px #dddddd;
  }
  #footer .links ul {
    width: 89.768%;
    padding: 0 5.116%;
  }
  #footer .links ul li {
    width: 100%;
    margin-right: 0;
    margin-bottom: 18px;
  }
  #footer .links ul li:nth-child(1) {
    margin: 0;
  }
  #footer .links ul li:nth-child(2) {
    margin: 40px 0 0;
  }
  #footer .links a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 278px;
    height: 50px;
    margin: 0 auto;
    background: transparent;
    border: 3px solid #b7054b;
    font-weight: 600;
    font-size: 19px;
    line-height: 11px;
    text-align: left;
    color: #b7054b;
    text-decoration: none;
    opacity: 1;
    transition: opacity .3s;
  }
  #footer .links .icon {
    width: 50px;
    margin: 0 20px 0 20px;
  }
  #footer .links .icon.contact {
    width: 50px;
    margin: 0 40px 0 20px;
  }
  #footer .links a img {
    width: 100%;
  }

  #footer .footer_inner {
    width: 89.768%;
    padding: 0 5.116% 0;
  }
  #footer .footer_inner .footer_link01 {
    padding: 50px 0 70px;
    margin: 0;
  }
  #footer .footer_inner .footer_link01 li a {
    font-size: 16px;
    display: inline-block;
    margin: 0 0 26px;
    color: #fff;
    text-decoration: none;
  }
  #footer .footer_inner .footer_link01 li a .icon {
    width: 16px;
    height: 16px;
    margin: 0 0 0 10px;
  }
  #footer .footer_inner .footer_link01 li a .icon img {
    width: 16px;
    height: 16px;
    margin: 1px 0 0 0;
    top: 5px;
    transform: translate(0, -50%);
    position: relative;
  }
  #footer .footer_col h3 {
    margin: 0 0 6px;
  }
  #footer .footer_col h3.h3_only {
    margin: 0 0 12px;
  }
  #footer .footer_col h3 a {
    font-size: 13px;
  }
  #footer .footer_col ul {
    margin-bottom: 13px;
  }
  #footer .footer_col li {
    margin-bottom: 5px;
  }
  #footer .footer_col li a {
    font-size: 12px;
  }
  #footer .footer_col li a:hover {
    opacity: 1.0;
  }
  #footer .banner_img {
    display: block;
    width: 72%;
    margin: 30px 14% 20px !important;
    opacity: 1.0;
    transition: opacity 0.3s;
  }
  #footer .banner_img img {
    width: 100%;
    height: auto;
  }
  #footer .sp_col {
    width: 100%;
    display: block;
    justify-content: flex-start;
  }
  #footer .sp_col.line_top {
    border-top: solid 1px #dddddd;
    margin: 10px 0 0;
    padding: 16px 0 0;
    display: inline-block !important;
  }
  #footer .footer_col {
    width: 100%;
    margin-right: 0;
    padding: 0 0 0 0;
    border-left: solid 0px #dddddd;
  }
  #footer .footer_col.last_col {
    border-right: solid 0px #dddddd;
  }
  #footer .bnr_mark ul {
    display: flex;
    justify-content: center;
    align-items: baseline;
  }
  #footer .bnr_mark .inner {
    display: flex;
    align-items: flex-end;
    padding: 0 0;
  }
  #footer .bnr_mark ul li:nth-child(2) {
    margin: 0 0 0 4px;
  }
  #footer .bnr_mark ul li:nth-child(1) img  {
    width: 20px;
  }
  #footer .bnr_mark ul li:nth-child(2) img {
    width: 24px;
  }
  #footer .bnr_mark .number {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  #footer .bnr_mark .number_txt {
    font-weight: normal;
    font-size: 8px;
    line-height: 1.4;
    color: #000;
    text-align: left;
    margin: 0 0 0 6px;
    white-space: nowrap;
  }
  #footer #pagetop {
    clear: both;
    margin: 0 0 0 0;
    padding-right: 0;
    font-size: 0;
    line-height: 0;
    text-align: right;
    position: fixed;
    top: unset;
    bottom: 130px;
    right: 20px;

    width: 100%;
    height: 0;
    max-width: 1150px;
    padding: 0 0;
    opacity: 0;
    transition: opacity .3s;
  }
  #footer #pagetop.active {
    visibility: visible;
    opacity: 1;
  }
  #footer #pagetop.active.absolute {
    /* position: absolute; */
    top: unset;
    right: 20px;
    bottom: 130px;
  }
  #footer #pagetop a {
    margin-top: 0;
    display: block;
    float: right;
    width: 48px;
    height: 48px;
  }
  #footer #pagetop a img {
    width: 100%;
  }
  #footer .copyright {
    background: #F9F5F3;
  }
  #footer .copyright .copyright_inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: auto;
    padding: 22px 0;
    margin: 0 20px;
  }
  .copyright_logo {
    max-width: 115px;
  }
  .copyright_logo a {
    display: block;
    margin: 2px 0 0;
  }
  .copyright_logo img {
    width: 100%;
    height: auto;
  }
  #footer .flex_item{
    font-weight: normal;
    font-size: 9px;
    line-height: 1.4;
    color: #000;
    text-align: left;
    margin: 15px 0 0 0;
    white-space: nowrap;
  }
}/* END SP */


/*--------------------------------------------------------------------------------------
  iPhone5
--------------------------------------------------------------------------------------*/
@media screen and (max-width: 320px) {
  .header_bottom .bottom_nav li a {
    padding: 0 8.616%;
  }
  .header_bottom .bottom_nav_area .bottom_nav_inner li a {
    padding: 0 0%;
  }
}/* END iPhone5 */