@charset "utf-8";
/* #Reset & Basics
================================================== */
* {
 margin: 0;
 padding: 0;
 outline: none;
}

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

/* #Base styles
================================================== */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

html,
body,
#wrapper {
  overflow-x: hidden;
}

/* 基本設定
--------------------------------------------------- */
body {
 margin: 0 auto;
 padding: 0;
 text-align: center;
/*
 font-family:"ヒラギノ角ゴ Pro W3", "Hiragino kaku Gothic Pro", "メイリオ", Meiryo, "ヒラギノ明朝 Pro W3", "HiraginoMincho Pro", "游明朝","Yu Mincho", serif;
*/
 font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro W3", "Hiragino kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
 font-size: 15px;
 line-height: 1.8;
 color: #000000;
 -webkit-text-size-adjust: 100%;
}

img {
 border: none;
 height: auto;
}

a:link, a:active, a:visited {
  color: #0044cc;
  text-decoration: underline;
  text-decoration-skip: none;
  text-decoration-skip-ink: none;
}

a:hover {
  color: #7a8fe0;
  text-decoration: none;
}

ul, ol {
  list-style-type: none;
}


/* rollover
----------------------------------------------------*/
a:hover img.hov {
  filter: alpha(opacity=8);
  -moz-opacity:0.8;
  opacity:0.8;
}

.hov a:hover {
  filter: alpha(opacity=8);
  -moz-opacity:0.8;
  opacity:0.8;
}

a.hov:hover {
  filter: alpha(opacity=8);
  -moz-opacity:0.8;
  opacity:0.8;
}


/* clear
----------------------------------------------------*/
/* ---IE7.IE8 clearfix--- */
.clearfix:after { content: ".";display: block;clear: both;height: 0;visibility: hidden; }
.clearfix { display: inline-block; }
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

.clear {
  clear: both;
}


/* 画面サイズ調整用 */
.show_pc {
  display: block;
}

.show_sp {
  display: none;
}

/* screens smaller than 767
--------------------------------------------------- */
@media only screen and (max-width:767px) {
.show_pc {
  display: none;
}

.show_sp {
  display: block;
}

  }
/* /screens smaller than 767 */

/* 調整用 */
.f_min {
  font-family: "Hiragino Mincho ProN", "ヒラギノ明朝 Pro W3", "HiraginoMincho Pro", "游明朝","Yu Mincho", serif;
}

.mb5 {
  margin-bottom: 5px!important;
}
.mb10 {
  margin-bottom: 10px!important;
}
.mb15 {
  margin-bottom: 15px!important;
}
.mb20 {
  margin-bottom: 20px!important;
}
.mb25 {
  margin-bottom: 25px!important;
}
.mb30 {
  margin-bottom: 30px!important;
}
.mb40 {
  margin-bottom: 40px!important;
}
.mb50 {
  margin-bottom: 50px!important;
}
.mb100 {
  margin-bottom: 100px!important;
}
.mt5 {
  margin-top: 5px!important;
}
.mt10 {
  margin-top: 10px!important;
}
.mt15 {
  margin-top: 15px!important;
}
.mt20 {
  margin-top: 20px!important;
}
.mt25 {
  margin-top: 25px!important;
}
.mt30 {
  margin-top: 30px!important;
}
.bold {
  font-weight: bold!important;
}

.emp {
  color: #9e0411!important;
}

.align_lf {
  text-align: left!important;
}
.align_c {
  text-align: center!important;
}
.align_ri {
  text-align: right!important;
}
.float_lf {
  float: left!important;
}
.float_ri {
  float: right!important;
}

.max_width{
  max-width:100%;
}

/* wrapper
--------------------------------------------------- */
#wrapper {
  padding-bottom: 110px;
}

@media screen and (max-width: 767px) {
  #wrapper {
    padding-top: 80px;
    padding-bottom: 72px;
  }
}/* max-width: 767px */


/* header
--------------------------------------------------- */
@media screen and (max-width: 767px) {
  .l_header_wrap {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    background-color: #ffffff;
  }
}/* max-width: 767px */


.l_header_cont {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  display: flex;
}

@media screen and (max-width: 1000px) {
  .l_header_cont {
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    border-bottom: 1px solid #CCC6C6;
  }
}/* max-width: 1000px */

.l_header_logo {
  width: 18%;
  padding: 22px 0 0 0;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .l_header_logo {
    width: 43.2%;
    height: 79px;
    text-align: center;
    padding: 15px 0 0 0;
  }
}/* max-width: 767px */

.l_header_logo img {
  max-width: 100%;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .l_header_logo img {
    width: 112px;
  }
}/* max-width: 767px */

.l_header_tel {
  width: 36.9%;
  margin-left: 3.5%;
  padding: 20px 0 0 0;
}

@media screen and (max-width: 767px) {
  .l_header_tel {
    display: none;
  }
}/* max-width: 767px */

.l_header_tel_txt {
  font-size: 16px;
}

@media screen and (min-width:768px) and ( max-width:999px) {
  .l_header_tel_txt {
    font-size: 1.602vw;
  }
}/* max-width: 767px */

.l_header_tel_info .icon {
  margin-right: 7px;
}

@media screen and (min-width:768px) and ( max-width:999px) {
  .l_header_tel_info .icon {
    margin-right: 2%;
  }
}/* max-width: 767px */

.l_header_tel_info .icon img {
  width: 100%;
  max-width: 60px;
}

@media screen and (min-width:768px) and ( max-width:999px) {
  .l_header_tel_info .icon img {
    width: 17.1%;
    max-width: 60px;
  }
}/* max-width: 767px */

.l_header_tel_info .tel {
  font-size: 35px;
  font-weight: bold;
  letter-spacing: -0.02em;
}

@media screen and (min-width:768px) and ( max-width:999px) {
  .l_header_tel_info .tel {
    font-size: 3.504vw;
  }
}/* max-width: 767px */

.l_header_reception {
  width: 12%;
  margin-left: 0.9%;
  padding: 26px 0 0 0;
}

@media screen and (max-width: 767px) {
  .l_header_reception {
    display: none;
  }
}/* max-width: 767px */

.l_header_reception_txt {
  box-sizing: border-box;
  border: 1px solid #999999;
  border-radius: 4px;
  text-align: center;
  line-height: 1.57;
  padding: 10px 5px 8px;
}

@media screen and (min-width:768px) and ( max-width:999px) {
  .l_header_reception_txt {
    font-size: 1.502vw;
  }
}/* max-width: 767px */



.l_header_line {
  width: 29.2%;
  margin-left: 2.5%;
  padding: 26px 0 0 0;
}

@media screen and (min-width:768px) and ( max-width:999px) {
  .l_header_line {
    padding-top: 2.6%;
  }
}/* max-width: 767px */

@media screen and (max-width: 767px) {
  .l_header_line {
    display: none;
  }
}/* max-width: 767px */

.l_header_sp_mypage {
  display: none;
}

a.l_header_sp_mypage_btn {
  display: block;
  width: 100%;
  height: 79px;
  box-sizing: border-box;
  background-color: #174A45;
  text-align: center;
  color: #fff;
  text-decoration: none;
}

.sp_mypage_icon {
  display: block;
  padding: 14px 0 5px;
}

.sp_mypage_icon img {
  width: 23px;
  vertical-align: top;
}

.sp_mypage_txt {
  display: block;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
}

@media screen and (max-width: 767px) {
  .l_header_sp_mypage {
    display: block;
    width: 22%;
  }
}/* max-width: 767px */

.l_header_sp_tel {
  display: none;
}

@media screen and (max-width: 767px) {
  .l_header_sp_tel {
    display: block;
    width: 18.9%;
  }
}/* max-width: 767px */

a.l_header_sp_tel_btn {
  display: block;
  width: 100%;
  height: 79px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  color: #333333;
}

.sp_tel_icon {
  display: block;
  padding: 14px 0 5px;
}

.sp_tel_icon img {
  width: 23px;
  vertical-align: top;
}

.sp_tel_txt {
  display: block;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
}

.l_header_sp_menu {
  display: none;
}

@media screen and (max-width: 767px) {
  .l_header_sp_menu {
    display: block;
    width: calc(19% + 10px);
    cursor: pointer;/*反応の良くなるおまじない？*/
  }
}/* max-width: 767px */

.l_header_sp_menu_btn {
  display: block;
  width: 100%;
  height: 79px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  color: #333333;
  border-left: 1px solid #CCC6C6;
}

.sp_menu_icon {
  display: block;
  padding: 10px 0 8px;
}

.sp_menu_icon img {
  width: 30px;
  vertical-align: top;
}

.sp_menu_txt {
  display: block;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.4;
}

/* l_nav
--------------------------------------------------- */
.l_nav {
  background-color: #000000;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l_nav {
    display: none;
  }
}/* max-width: 767px */

.l_nav_cont {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .l_nav_cont {
    width: 100%;
  }
}/* max-width: 1000px */

.l_nav_link {
  display: flex;
}

.l_nav_link a {
}

.l_nav_link > li {
  width: 16.6%;
}

@media screen and (min-width:768px) and ( max-width:999px) {
  .l_nav_link > li {
    font-size: 1.502vw;
  }
}/* max-width: 767px and max-width:999px */


.l_nav_link > li > a {
  display: block;
  text-align: center;
  padding: 20px 2px;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  position: relative;
}

.l_nav_link > li:hover {
  background-color: #333333;
}

.l_subnav_link {
  display: none;
  position: absolute;
  margin-top: 0;
  width: 100%;
  left: 0;
  z-index: 100;
  background-color: rgba(51,51,51,0.95);
}

.l_nav_link > li:hover .l_subnav_link {
  display: block;
}
.l_subnav_link_cont {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
  padding: 27px 40px 7px;
}

@media screen and (max-width: 1000px) {
  .l_subnav_link_cont {
    width: 100%;
  }
}/* max-width: 1000px */

.l_subnav_link_ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.1;
  margin-bottom: 25px;
}
.l_subnav_link_list {
  display: flex;
  flex-wrap: wrap;
}

.l_subnav_link_list li {
  padding: 0 25px 20px 11px;
  position: relative;
  line-height: 1.28;
  font-size: 14px;
  letter-spacing: 0.05em;
}

.l_subnav_link_four_column li {
  box-sizing: border-box;
  width: 25%;
  padding: 0 40px 20px 11px;
}

.l_subnav_link_list li:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 6px;
  border-color: transparent transparent transparent #ffffff;
}

.l_subnav_link_list a {
  color: #fff;
  text-decoration: none;
}

.l_subnav_link_list a:hover {
  text-decoration: underline;
}


.l_nav_link03 > li {
  flex: 1;
}

.l_nav_link03>li>a,
.l_nav_link03>li>span {
  padding: 8px 8px 8px!important;
  height: 72px!important;
  font-size: 14px!important;
  line-height: 1.21!important;
}

.l_nav_link03>li>span:hover,
.l_nav_link03>li>a:hover {
  background: #333333!important;
  color: #fff!important;
}

.l_nav_link03>li>span.current,
.l_nav_link03>li>a.current {
  background: #333333!important;
  color: #fff!important;
}

.l_nav_link03>li:nth-of-type(6)>a,
.l_nav_link03>li:nth-of-type(6)>span {
  background: transparent!important;
}

.l_nav_link03>li:nth-of-type(6)>a:hover,
.l_nav_link03>li:nth-of-type(6)>span:hover {
  background: #333333!important;
}

.l_nav_link03>li:nth-of-type(6)>a.current,
.l_nav_link03>li:nth-of-type(6)>span.current {
  background: #333333!important;
}

.l_subnav_link03 {
  background-color: rgba(61,61,61,0.9)!important;
}

.l_subnav_link_three_column li {
  box-sizing: border-box;
  width: 33.3%;
  padding: 0 40px 20px 11px;
}



/* header(追従)
--------------------------------------------------- */
@media screen and (min-width: 768px) {
  .l_fix_header {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: rgba(255,255,255,0.95);
    z-index: 1000;
    height: 96px;
  }
}/* min-width: 768px */

@media screen and (max-width: 767px) {
  .l_fix_header {
    display: none!important;
  }
}/* max-width: 767px */

.l_fix_header_cont {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  display: flex;
}

@media screen and (max-width: 1000px) {
  .l_fix_header_cont {
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
}/* max-width: 1000px */

.l_fix_header_logo {
  width: 14.7%;
  padding: 15px 0 0 0;
  box-sizing: border-box;
}

.l_fix_header_logo img {
  max-width: 100%;
  vertical-align: top;
}

.l_fix_header_nav {
  width: 67.9%;
  height: 96px;
}

.l_fix_header_link {
  width: 17.4%;
}

.l_fix_header_line {
  padding: 15px 0 0 0;
}

.l_fix_header_syuttyou {
  padding: 15px 0 0 0;
}

.l_fix_header_takuhai {
  padding: 7px 0 0 0;
}

.l_fix_header_contact {
  display: flex;
  gap: 0 5px;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .l_fix_header_contact li {
    width: calc(50% - 5px);
  }
}

.l_fix_header_btn {
  display: block;
  width: 84px;
  height: 80px;
  border-radius: 4px;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 11px;
  text-align: center;
  box-sizing: border-box;
  line-height: 1.45;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .l_fix_header_btn {
    width: 100%;
    font-size: 1.0vw;
  }
}

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

@media (hover: hover) and (pointer: fine) {
  .l_fix_header_btn:hover {
    border: none;
    transform: translateY(5px);
  }
}

.l_fix_header_btn_login {
  padding-top: 43px;
  background: #174A45 url("../img/icon/mypage_line.svg") no-repeat center 11px;
  background-size: 25px auto;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .l_fix_header_btn_login {
    padding-top: 4.3vw;
    background-size: 2.5vw auto;
  }
}

.l_fix_header_btn_reserve {
  padding-top: 43px;
  background: #BF0011 url("../img/icon/calc_wh.svg") no-repeat center 11px;
  background-size: 19px auto;
  color: #fff;
}
@media screen and (min-width: 768px) and (max-width: 999px) {
  .l_fix_header_btn_reserve {
    padding-top: 4.3vw;
    background-size: 1.9vw auto;
  }
}
.l_fix_nav_link {
  display: table;
  margin: 0 3% 0 1.6%;
  width: 95.4%;
  height: 100%;
}

.l_fix_takuhai_header_nav .l_fix_nav_link {
  display: table;
  margin: 0 0.7% 0 1.9%;
  width: 97.4%;
}

.l_fix_nav_link > li {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  /* padding: 0 1%; */
}

.l_fix_takuhai_header_nav .l_fix_nav_link > li {
  padding: 0 0.5%;
}

@media screen and (min-width:768px) and ( max-width:999px) {
  .l_fix_nav_link > li {
    font-size: 1.4vw;
  }
}/* max-width: 767px and max-width:999px */

.l_fix_nav_link > li > a {
  display: flex;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  color: #333333;
  text-decoration: none;
  position: relative;
}

.l_fix_nav_link > li:hover > a.has_child:after{
  position: absolute;
  content: '';
  display: block;
  width: 0;
  height: 0;
  left: 50%;
  bottom: 0;
  margin:0 auto;
  border-style: solid;
  border-width: 0 7.5px 13px 7.5px;
  border-color: transparent transparent #333333 transparent;
  z-index: 100;
  filter: alpha(opacity=0.95);
  -moz-opacity: 0.95;
  opacity: 0.95;
}

.l_fix_takuhai_header_nav .l_fix_nav_link > li > a {
  display: flex;
  text-align: center;
  line-height: 1.32;
}

.l_subnav_link {
  display: none;
  position: absolute;
  margin-top: 0;
  width: 100%;
  left: 0;
  z-index: 100;
  background-color: rgba(51,51,51,0.95);
}

.l_fix_header_nav .l_subnav_link {
  top: 96px;
}

.l_fix_nav_link > li:hover .l_subnav_link {
  display: block;
}

.l_fix_subnav_arrow_cont {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

@media screen and (max-width: 1000px) {
  .l_fix_subnav_arrow_cont {
    width: 100%;
  }
}/* max-width: 1000px */


.l_fix_nav_guid .l_fix_subnav_arrow_cont:before{
  left: 25.5%;
}

.l_fix_nav_item .l_fix_subnav_arrow_cont:before{
  left: 48.7%;
}

.l_fix_nav_method .l_fix_subnav_arrow_cont:before{
  left: 64.1%;
}

.l_fix_nav_link .l_subnav_link_cont {
  padding: 25px 0 10px;
}

.l_fix_nav_link .l_subnav_link_ttl {
  font-size: 12px;
  color: #fff;
  margin-bottom: 14px;
}

.l_fix_nav_link .l_subnav_link_list li {
  padding: 0 25px 15px 11px;
  font-size: 12px;
}


/* l_sp_nav
--------------------------------------------------- */
.l_nav_sp {
  display: none;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l_nav_sp {
    display: block;
    background-color: #F3EFEF;
    box-sizing: border-box;
    border-bottom: 1px solid #CCC6C6;
  }
}/* max-width: 767px */

.l_nav_sp_link {
  display: flex;
  height: 56px;
}

.l_nav_sp_link li {
  width: 33.33%;
  border-left: 1px solid #CCC6C6;
/*
  display: flex;
  align-items: center;
*/
}

.l_nav_sp_link li:first-child {
  width: 33.33%;
  border-left: none;
}

.l_nav_sp_link li a {
  display: block;
  font-size: 13px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
  box-sizing: border-box;
  height: 100%;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
}

.l_nav_sp_icon {
  display: flex;
  align-items: center;
  justify-content: center;
}

.l_nav_sp_icon.takuhai img {
  width: 20px;
  margin-right: 6px;
}

.l_nav_sp_icon.syuttyou img {
  width: 23px;
  margin-right: 5px;
}

.l_nav_sp_icon.shop img {
  width: 16px;
  margin-right: 8px;
}

.l_nav_sp_sub_txt {
  font-size: 10px;
}

/* l_sns
--------------------------------------------------- */
.l_sns {
  border-top: 1px solid #C9C8C8;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .l_sns {
    border-top: none;
  }
}/* max-width: 767px */

.l_sns_cont {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
}

@media screen and (max-width: 1000px) {
  .l_sns_cont {
    width: 100%;
  }
}/* max-width: 1000px */

.l_sns_list {
  display: flex;
  justify-content: center;
  align-items: center;
}

.l_sns_list li {
  padding: 0 30px;
}

@media screen and (max-width: 767px) {
  .l_sns_list li {
    padding: 0 23px;
  }
}/* max-width: 767px */

.l_sns_list img {
  width: 40px;
  vertical-align: top;
}
@media screen and (max-width: 767px) {
  .l_sns_list img {
    width: 31px;
  }
}/* max-width: 767px */

/* l_footer
--------------------------------------------------- */
@media screen and (max-width: 767px) {
  .l_footer {
    background-color: transparent;
    padding: 0 0 10px;
  }
}
.l_footer_wrapper {
  background-color: #333333;
  color: #FFFFFF;
  padding: 81px 0 10px;
}
@media screen and (max-width: 767px) {
  .l_footer_wrapper {
    padding: 0;
  }
}
.l_footer_wrapper02 {
  background-color: #ffffff;
  color: #000000;
}
.l_footer_corp {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 20px 0;
}
@media screen and (max-width: 767px) {
  .l_footer_corp {
    display: block;
  }
}
.l_footer_corp_logo {
  height: 70px;
}
.l_footer_corp_gia_list {
  display: flex;
  flex-wrap: wrap;
  width: 290px;
  gap: 10px;
  justify-content: center;
}
.l_footer_corp_gia_list li:nth-of-type(1),.l_footer_corp_gia_list li:nth-of-type(2){
  height: 70px;
}
.l_footer_corp_gia_list li:nth-of-type(2) img{
	border: 1px #666 solid;

}
  @media screen and (max-width: 767px) {
    .l_footer_corp_gia_list {
      justify-content: center;
	  width: 100%;
    }
  }/* max-width: 767px */

  @media screen and (max-width: 767px) {
    .l_footer_corp_adress {
      width: 270px;
      margin: 20px auto;
      text-align: left;
      }
  }

.l_footer_cont {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
  font-size: 13px;
}

@media screen and (max-width: 1000px) {
  .l_footer_cont {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }
}/* max-width: 1000px */

.l_footer_top {
  display: flex;
  padding-bottom: 29px;
}

.l_footer_btm {
  display: flex;
  padding-bottom: 36px;
}

@media screen and (max-width: 767px) {
  .l_footer_top,
  .l_footer_btm {
    display: none;
  }
}/* max-width: 767px */


.l_footer_box.top {
  width: 22.7%;
}

.l_footer_box.method {
  width: 24%;
}

.l_footer_box.about {
  width: 23%;
}

.l_footer_box.other {
  width: 21%;
}

.l_footer_box.terms {
  width: 9.3%;
}

@media screen and (min-width:768px) and ( max-width:999px) {
  .l_footer_box.top,
  .l_footer_box.method,
  .l_footer_box.about,
  .l_footer_box.other,
  .l_footer_box.terms {
    width: 20%;
  }
}/* max-width: 767px */

.l_footer_nav a {
  color: #fff;
}

.l_footer_nav li {
  padding-bottom: 21px;
}

.l_footer_nav_ttl {
  font-weight: bold;
}

.l_footer_nav_ttl strong{
	font-weight: normal;
	display: block;
	font-size: 0.8rem;
  }

.l_footer_info {
  background-color: #FFFFFF;
  color: #000000;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 36px 0;
  display: flex;
  font-size: 14px;
  margin-bottom: 45px;
}

@media screen and (min-width:768px) and ( max-width:999px) {
  .l_footer_info {
    font-size: 1.401vw;
  }
}/* max-width: 767px */


@media screen and (max-width: 767px) {
  .l_footer_info {
     color: #000000;
     border-radius: 0;
     padding: 0 0 23px;
     display: block;
     margin-bottom: 20px;
     border-bottom: 1px solid #C9C8C8;
  }
}/* max-width: 767px */

.l_footer_logo {
  width: 50%;
  text-align: center;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .l_footer_logo {
    width: 100%;
    margin: 30px 0 30px;
  }

}/* max-width: 767px */

.l_footer_logo_img {
  padding-bottom: 22px;
}

.l_footer_logo_img img {
  width: 100%;
  max-width: 174px;
  vertical-align: top;
}

.l_footer_logo p {
  word-break: keep-all;
  text-align: left;
  margin: 0 20px;
}
@media screen and (max-width: 767px) {
  .l_footer_logo p {
    word-break: break-all;
  }
}

.l_footer_logo p:last-child {
  padding-bottom: 0;
}

.l_footer_tel {
  width: 60%;
  text-align: center;
  box-sizing: border-box;
}

@media screen and (max-width: 767px) {
  .l_footer_tel {
    width: 100%;
  }
}/* max-width: 767px */

.l_footer_tel_ttl {
  padding-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .l_footer_tel_ttl {
    background-color: #111111;
    color: #ffffff;
    font-size: 16px;
    font-weight: bold;
    padding: 7px 5px 2px;
  }
}/* max-width: 767px */

.l_footer_sp_tel_txt {
  display: none;
}

@media screen and (max-width: 767px) {
  .l_footer_sp_tel_txt {
    display: block;
    padding: 9px 20px 0px;
    text-align: left;
  }
}/* max-width: 767px */

.l_footer_tel_info {
  padding-bottom: 4px;
}

@media screen and (max-width: 767px) {
  .l_footer_tel_info {
    padding: 0 10px;
  }
}/* max-width: 767px */

.l_footer_tel_info .icon {
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .l_footer_tel_info .icon {
    margin-right: 1px;
  }
}/* max-width: 767px */

.l_footer_tel_info .icon img {
  width: 100%;
  max-width: 64px;
}

@media screen and (max-width: 767px) {
  .l_footer_tel_info .icon img {
    max-width: 50px;
  }
}/* max-width: 767px */

.l_footer_tel_info .tel {
  font-size: 44px;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .l_footer_tel_info .tel {
    display: none;
  }
}/* max-width: 767px */

.l_footer_tel_info a {
  display: none;
}

@media screen and (max-width: 767px) {
  .l_footer_tel_info a {
    display: inline;
    font-size: 35px;
    font-weight: bold;
  }
}/* max-width: 767px */

.l_footer_sp_logo {
  display: none;
}

@media screen and (max-width: 767px) {
  .l_footer_sp_logo {
    display: block;
    text-align: center;
    margin-bottom: 28px;
  }

  .l_footer_sp_logo img {
    width: 116px;
    vertical-align: top;
  }
}/* max-width: 767px */

.l_footer_copy {
  text-align: center;
  font-size: 13px;
}

@media screen and (max-width: 767px) {
  .l_footer_copy {
    font-size: 10px;
    color: #000000;
  }
}/* max-width: 767px */

.l_footer_copy p {
  padding-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .l_footer_copy p {
    padding-bottom: 2px;
  }
}/* max-width: 767px */

.l_footer_copy p:last-child {
  padding-bottom: 0;
}

/* l_sp_nav
--------------------------------------------------- */
.l_sp_nav {
  display: none;
}

.l_sp_nav li{
  display: block;
}

@media screen and (max-width: 767px) {
  .l_sp_nav {
    display: block;
    background-color: #333333;
    color: #ffffff;
    text-align: left;
    font-size: 14px;
  }
}/* max-width: 767px */

.l_sp_nav_link,
a.l_sp_nav_link {
  display: block;
  color: #ffffff;
  background-color: #666666;
  padding: 18px 35px 18px 19px;
  text-decoration: none;
  position: relative;
  border: none;
  border-bottom: 1px solid #ffffff;
}

.l_sp_nav_item03.current .l_sp_nav_link,
.l_sp_nav_item03.current a.l_sp_nav_link {
  background-color: #333333;
}


.l_sp_nav_link:after {
  content: '';
  width: 10px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -8px;
  background: url(../../assets/img/icon/arrow_wh.svg) no-repeat 0 0;
  background-size: 10px auto;
  transition: transform 0.3s ease-out;
}

.l_sp_nav_parent_link:after {
  transform: rotate(90deg);
  transform-origin: 50% 50%;
}

.l_sp_nav_parent_link.open:after {
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

a.l_sp_subnav_link {
  display: block;
  color: #ffffff;
  background-color: #666666;
  padding: 18px 35px 18px 19px;
  text-decoration: none;
  position: relative;
  border: none;
  border-bottom: 1px solid #999999;
}

.l_sp_subnav_link:after {
  content: '';
  width: 10px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -8px;
  background: url(../../assets/img/icon/arrow_wh.svg) no-repeat 0 0;
  background-size: 10px auto;
}

.l_sp_nav.l_sp_nav03 {
  background-color: transparent;
}

.l_sp_nav.l_sp_nav03 {
  padding-top: 20px;
}

.l_sp_nav03 .l_sp_subnav_link02,
.l_sp_nav03 a.l_sp_subnav_link02 {
  background-color: #999999;
  border-bottom: 1px solid #ffffff;
}

.l_sp_nav03 .l_sp_subnav_item03.current .l_sp_subnav_link02,
.l_sp_nav03 .l_sp_subnav_item03.current a.l_sp_subnav_link02 {
  background-color: #333333;
}

.l_sp_nav03 a.l_sp_subnav_link02._underchild {
  background-color: #BCBCBC;
}

.l_sp_nav03 .l_sp_subnav_link02,
.l_sp_nav03 a.l_sp_subnav_link02 {
  position: relative;
}

.l_sp_nav03 .l_sp_subnav_link02:after {
  content: '';
  width: 10px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 22px;
  margin-top: -8px;
  background: url(../../assets/img/icon/arrow_wh.svg) no-repeat 0 0;
  background-size: 10px auto;
  transition: transform 0.3s ease-out;
}


.l_sp_nav.l_sp_nav03.l_sp_nav03_top {
  padding-top: 0;
}

.l_sp_nav03_top .l_sp_subnav_link02,
.l_sp_nav03_top a.l_sp_subnav_link02 {
  background-color: #666666;
  padding: 18px 35px 18px 19px;
}

.l_sp_nav03 .l_sp_subnav_link02.l_sp_subnav_line_link03,
.l_sp_nav03 a.l_sp_subnav_link02.l_sp_subnav_line_link03 {
  background-color: #00B100;
  border-bottom: 1px solid #ffffff;
  padding-left: 49px;
}

.l_sp_nav03 .l_sp_subnav_line_link03:before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 19px;
  margin-top: -12px;
  background: url(../../assets/img/icon/icon_chat_line.svg) no-repeat 0 0;
  background-size: 100% auto;
}

.l_sp_nav03 .l_sp_subnav_link02.l_sp_subnav_shop_kaitori_link03 {
  padding-left: 49px;
}

.l_sp_nav03 .l_sp_subnav_shop_kaitori_link03:before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 19px;
  margin-top: -12px;
  background: url(../../assets/img/icon/icon_company_line.svg) no-repeat 0 0;
  background-size: 100% auto;
}

.l_sp_nav03 .l_sp_subnav_link02.l_sp_subnav_takuhai_kaitori_link03 {
  padding-left: 49px;
}

.l_sp_nav03 .l_sp_subnav_takuhai_kaitori_link03:before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 19px;
  margin-top: -12px;
  background: url(../../assets/img/icon/icon_box_line.svg) no-repeat 0 0;
  background-size: 100% auto;
}

.l_sp_nav03 .l_sp_subnav_link02.l_sp_subnav_syuttyou_kaitori_link03 {
  padding-left: 49px;
}

.l_sp_nav03 .l_sp_subnav_syuttyou_kaitori_link03:before {
  content: '';
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 19px;
  margin-top: -12px;
  background: url(../../assets/img/icon/icon_delivery_line.svg) no-repeat 0 0;
  background-size: 100% auto;
}


/* l_sp_menu
--------------------------------------------------- */
.overlay {
  background-color: rgba(0,0,0,0.5);
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  display: none;
}
.open .overlay {
  display: block;
}

body.open {
  overflow: hidden;
  position: fixed;
  width: 100%;
}

#l_sp_menu {
  position: fixed;
  top: 0;
/*
  right: -100%;
  right: 0;
*/
  right: -100%;
  z-index: 101;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  background: #fff;
}

body.open #l_sp_menu {
  right: 0;
}

.l_sp_menu_header {
  display: flex;
  height: 79px;
  box-sizing: border-box;
  border-bottom: 1px solid #CCC6C6;
}

.l_sp_menu_logo {
  width: 43.2%;
  text-align: center;
  padding: 15px 0 0 0;
  margin-right: 37.8%;
}

.l_sp_menu_logo img {
  width: 112px;
  vertical-align: top;
}

.l_sp_menu_box {
  display: block;
  width: 19%;
  position: fixed;
  top: 0;
  right: 100%;
}

body.open .l_sp_menu_box {
  right: 0;
}

.l_sp_menu__btn {
  display: block;
  width: 100%;
  height: 79px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  color: #333333;
  border-left: 1px solid #CCC6C6;
  border-bottom: 1px solid #CCC6C6;
}

.l_sp_menu_cont_wrap {
  background-color: #F4EDE5;
  height: calc(100% - 79px);
  overflow-y: auto;
}

.l_sp_menu_cont {
  text-align: left;
  min-height: calc(100% + 1px);
}

.l_sp_menu_ttl {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  margin: 0 19px 45px;
  padding-top: 34px;
}

.l_sp_menu_ttl:after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -11px;
  background-color: #333333;
  width: 89px;
  height: 1px;
  transform: translateX(-50%);
}

.l_sp_menu_txt {
  font-size: 16px;
  padding: 0 19px 28px;
}

.l_sp_menu_method_block {
  padding: 0 19px;
}

.l_sp_menu_method_link li {
  margin-bottom: 22px;
}

.l_sp_menu_phone_block {
  padding: 0 19px 33px;
}

.l_sp_menu_phone_txt {
  font-size: 14px;
  margin-top: 15px;
}

.l_sp_nav_ttl {
  font-size: 20px;
  font-family: hiragino mincho pron, ヒラギノ明朝 pro w3, hiraginomincho pro, 游明朝, yu mincho, serif;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  padding: 20px 10px;
  color: #000000;
}


/* l_fix_bar
--------------------------------------------------- */
.l_fix_bar {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 141px;
  z-index: 100;
  background-color: #ECECEC;
}

@media screen and (max-width: 767px) {
  .l_fix_bar {
    height: 72px;
    transition: .3s all ease .3s;
    transform: translateY(72px);
  }
  .l_fix_bar.is-active {
    transform: none;
  }
}/* max-width: 767px */

.l_fix_cont {
  width: 1000px;
  margin: 0 auto;
  text-align: left;
  box-sizing: border-box;
}

@media screen and (max-width: 1000px) {
  .l_fix_cont {
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
    padding-right: 10px;
  }
}/* max-width: 1000px */

@media screen and (max-width: 767px) {
  .l_fix_cont {
    padding-left: 0;
    padding-right: 0;
  }
}/* max-width: 767px */

.l_fix_banner_list {
  display: flex;
}

@media screen and (min-width: 768px) {
  .l_fix_banner_list {
    margin-top: 16px;
  }
}/* min-width: 768px */

.l_fix_method_box {
  width: 20%;
}

@media screen and (max-width: 1000px) {
  .l_fix_method_box {
    width: 33.3%;
  }
}/* max-width: 1000px */
@media screen and (min-width:768px) and ( max-width:999px) {
  .l_fix_method_box {
    width: 24%;
  }
}/* max-width: 767px */

.l_fix_other_box {
  width: 16.4%;
}

@media screen and (min-width:768px) and ( max-width:999px) {
  .l_fix_other_box {
    width: 21.45%;
  }
}/* max-width: 767px */



@media screen and (min-width: 768px) {
  .l_fix_banner_list li {
    margin-right: 1.8%;
  }

  .l_fix_banner_list li:last-child {
    margin-right: 0;
  }
}/* min-width: 768px */

@media screen and (min-width:768px) and ( max-width:999px) {
  .l_fix_banner_list li {
    margin-right: 1%;
  }

  .l_fix_banner_list li:last-child {
    margin-right: 0;
  }
}/* max-width: 767px */



@media screen and (max-width: 1000px) {
  .l_fix_banner_list li {
    box-sizing: border-box;
    border-right: 1px solid #ffffff;
  }

  .l_fix_banner_list li:last-child {
    border-right: none;
  }
}/* max-width: 1000px */

a.l_fix_method_btn {
  display: block;
  width: 100%;
  height: 106px;
  color: #000000;
  background-color: #ffffff;
  text-decoration: none;
  box-sizing: border-box;
  padding: 14px 10px 5px;
  position: relative;
  text-align: center;
}
@media screen and (min-width: 768px) {
  a.l_fix_method_btn {
    border: 1px solid #C9C8C8;
    box-shadow: 0px 3px 3px rgba(0,0,0,0.16);
    border-radius: 2px;
    transition: all .05s ease-in;
    -webkit-transition: all .05s ease-in;
  }
  a.l_fix_method_btn:hover {
    transform: translateY(3px);
    box-shadow: 0px 0px 0px rgba(0,0,0,0.16);
  }
}/* min-width: 768px */

@media screen and (max-width: 767px) {
  a.l_fix_method_btn {
    height: 72px;
    padding: 8px 10px 5px;
  }
}/* max-width: 767px */

@media screen and (min-width: 768px) {
  .l_fix_method_btn_bar {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 6px;
    border-radius: 2px 2px 0 0;
  }
}/* min-width: 768px */

.l_fix_method_btn_txt {
  display: block;
  line-height: 1.53;
  font-size: 13px;
  margin-bottom: 6px;
}

@media screen and (min-width:768px) and ( max-width:999px) {
  .l_fix_method_btn_txt {
    font-size: 1.286vw;
  }
}/* max-width: 767px */


@media screen and (max-width: 767px) {
  .l_fix_method_btn_txt {
    font-size: 11px;
    line-height: 1.4;
    color: #ffffff;
  }
}/* max-width: 767px */

.l_fix_method_btn_ttl {
  display: block;
  line-height: 1;
  font-size: 26px;
  font-weight: bold;
}

@media screen and (min-width:768px) and ( max-width:999px) {
  .l_fix_method_btn_ttl {
    font-size: 2.572vw;
  }
}/* max-width: 767px */

@media screen and (max-width: 767px) {
  .l_fix_method_btn_ttl {
    font-size: 17px;
  }
}/* max-width: 767px */

.l_fix_method_btn_icon {
  display: inline-block;
  margin-right: 6px;
}

@media screen and (max-width: 767px) {
  .l_fix_method_btn_icon {
    margin-right: 5px;
  }
}/* max-width: 767px */

@media screen and (min-width:768px) and ( max-width:999px) {
  .l_fix_method_btn_icon img {
    width: 20px;
  }
}/* max-width: 767px */



@media screen and (max-width: 767px) {
  .takuhai .l_fix_method_btn_icon img {
    width: 19px;
    vertical-align: -3px;
  }
  .syuttyou .l_fix_method_btn_icon img {
    width: 24px;
    vertical-align: -2px;
  }
  .shop .l_fix_method_btn_icon img {
    width: 11px;
    vertical-align: -1px;
  }
}/* max-width: 767px */

.l_fix_method_btn.takuhai {
  background-color: #E5F0DF;
}
.l_fix_method_btn.syuttyou {
  background-color: #D4ECF0;
}
.l_fix_method_btn.shop {
  background-color: #F5F3DC;
}

@media screen and (max-width: 767px) {
  .l_fix_method_btn.takuhai {
    background-color: #7CB25E;
  }
  .l_fix_method_btn.syuttyou {
    background-color: #26A1B4;
  }
  .l_fix_method_btn.shop {
    background-color: #B2705E;
  }
}/* max-width: 767px */


.takuhai .l_fix_method_btn_bar {
  background-color: #7CB25E;
}
.syuttyou .l_fix_method_btn_bar {
  background-color: #26A1B4;
}
.shop .l_fix_method_btn_bar {
  background-color: #B2705E;
}
.takuhai .l_fix_method_btn_ttl {
  color: #7CB25E;
}
.syuttyou .l_fix_method_btn_ttl {
  color: #26A1B4;
}
.shop .l_fix_method_btn_ttl {
  color: #B2705E;
}

@media screen and (max-width: 767px) {
  .takuhai .l_fix_method_btn_ttl,
  .syuttyou .l_fix_method_btn_ttl,
  .shop .l_fix_method_btn_ttl {
    color: #ffffff;
  }
}/* max-width: 767px */



a.l_fix_other_btn {
  display: block;
  width: 100%;
  height: 106px;
  color: #ffffff;
  background-color: #ffffff;
  text-decoration: none;
  box-shadow: 0px 3px 3px rgba(0,0,0,0.16);
  box-sizing: border-box;
  padding: 18px 10px 5px;
  border: 1px solid #C9C8C8;
  border-radius: 2px;
  position: relative;
  text-align: center;
  transition: all .05s ease-in;
  -webkit-transition: all .05s ease-in;
}

a.l_fix_other_btn:hover {
  transform: translateY(3px);
  box-shadow: 0px 0px 0px rgba(0,0,0,0.16);
}

@media screen and (min-width:768px) and ( max-width:999px) {
  a.l_fix_other_btn {
    padding-top: 15px;
  }
}/* max-width: 767px */



.l_fix_other_icon {
  display: block;
  margin-bottom: 6px;
}

.l_fix_other_icon img {
  max-width: 100%;
  vertical-align: top;
}

.l_fix_other_txt_box {
  display: block;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.42;
}

@media screen and (min-width:768px) and ( max-width:999px) {
  .l_fix_other_txt_box {
    font-size: 1.385vw;
  }
}/* max-width: 767px */

.l_fix_other_txt {
  display: inline-block;
  position: relative;
  padding-right: 14px;
}

.l_fix_other_txt:after {
  width: 7px;
  height: 7px;
  content: '';
  position: absolute;
  right: 0;
  bottom: 6px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.l_fix_other_btn.mypage {
  background-color: #174A45;
}

.l_fix_other_btn.campaign {
  background-color: #927244;
}

.mypage .l_fix_other_icon img {
  width: 32px;
}

.campaign .l_fix_other_icon img {
  width: 29px;
}

/* l_pagetop
--------------------------------------------------- */
.l_pagetop {
  display: none;
}

@media screen and (max-width: 767px) {
  .l_pagetop {
    display: block;
    width: 60px;
    position: fixed;
    right: 0;
    bottom: 72px;
    z-index: 10;
    transition: .3s all ease .3s;
    transform: translateY(72px);
  }
  .l_pagetop.is-active {
    transform: none;
  }
}/* max-width: 767px */

a.l_pagetop_link {
  display: block;
  width: 60px;
  height: 50px;
  background-color: #666666;
  position: relative;
}

.l_pagetop_link:after {
  content: '';
  width: 16px;
  height: 16px;
  position: absolute;
  top: 30px;
  left: 20px;
  background: url(../../assets/img/icon/arrow_wh.svg) no-repeat 0 0;
  background-size: 10px auto;
  transform: rotate(-90deg);
  transform-origin: 0 0;
}

/* l_pagelink
--------------------------------------------------- */
.l_pagelink_block {
  position: relative;
}

.l_pagelink {
  position: absolute;
  top: -106px;
  left: 0;
}

@media screen and (max-width: 767px) {
  .l_pagelink {
    top: -89px;
  }
}/* max-width: 767px */

/* l_alert
--------------------------------------------------- */
.l_bread {
  padding: 16px 0;
  border-top: 1px solid #C9C8C8;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .l_bread {
    display: block;
    padding: 10px 20px;
    margin: 0;
    background-color: #fff;
    border: none;
  }
  .l_bread .content {
    padding: 0;
  }
}/* max-width: 767px */

@media screen and (max-width: 767px) {
  .l_bread ul {
    width: 100%;
  }
}/* max-width: 767px */

.l_bread li {
  position: relative;
  display: inline;
}


.l_bread li:after {
  display: inline-block;
  content: "/";
  margin: 0 5px 0 10px;
  border: none;
  vertical-align: middle;
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .l_bread li {
    font-size: 12px;
  }
}/* max-width: 767px */

.l_bread li:last-child:after {
  content: none;
}

.l_bread li {
  color: #666666;
  text-decoration: none;
}

.l_bread li a:hover {
  text-decoration: underline;
}

.l_bread li a {
  color: #0044cc;
  text-decoration: underline;
  font-size: 0;
}
.l_bread li span{
  font-size: 13px;
}
@media screen and (max-width: 767px) {
  .l_bread li span{
    font-size: 12px;
  }
}/* max-width: 767px */

.l_bread li a:hover {
  color: #7a8fe0;
  text-decoration: none;
}

.l_bread li:last-child a {
  color: #666666;
  text-decoration: none;
}

.l_bread li:last-child a:hover {
  color: #666666;
  text-decoration: none;
}

/* l_alert
--------------------------------------------------- */
.l_alert {
  background-color: #9E0411;
}

a.l_alert_link {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  color: #ffffff;
  min-height: 50px;
  padding: 5px 10px;
  box-sizing: border-box;
  line-height: 1.5;
}

.l_alert_conts {
  margin: 0 auto;
  width: 100%;
  max-width: 1000px;
}

.l_alert_wrap {
  display: table;
  margin: 0 auto;
  text-align: left;
  position: relative;
}

.l_alert_wrap:after {
  content: '';
  width: 10px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -8px;
  background: url(../../assets/img/icon/arrow_wh.svg) no-repeat 0 0;
  background-size: 9px auto;
}

.l_alert_box {
  display: table-cell;
  vertical-align: middle;
  padding-right: 20px;
}

.l_alert_box.icon {
  padding-left: 42px;
}

.l_alert_link_ttl {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-decoration: underline;
}
a.l_alert_link:hover .l_alert_link_ttl {
  text-decoration: none;
}

.l_alert_link_icon {
  width: 30px;
  position: absolute;
  top: 50%;
  left: 2px;
  margin-top: -15px;
}

.l_alert_link_icon img {
  max-width: 100%;
  vertical-align: top;
}

.l_alert_link_txt {
  width: 100%;
  display: block;
}

.scroll_hint {
  display: flex;
  gap: 5px;
  justify-content: center;
  align-items: center;
  margin: 16px 0;
  font-size: 12px;
}

.scroll_hint.txt_white {
  color: #FFF;
}



@media screen and (max-width: 767px) {
  .sp_c_fullscreen {
    width: 100vw;
    margin-left: -20px;
  }
}/* max-width: 767px */
