@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Spartan:wght@400;500;600;700&display=swap');
/* 基本情報 */
html,body {height: 100%;}
html {font-size: 62.5%;overflow-y: scroll;}
body,h1,h2,h3,h4,h5,h6,p,address,ul,ol,li,dl,dt,dd,table,th,td,img,figure,form {
  font-style: normal;
  /*font-weight: normal;
  font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;*/
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 1.5rem;
  color: #383838;
  line-height: 1.6;
  text-align: left;
  margin: 0;
  padding: 0;border: none;
  list-style-type: none;
  letter-spacing: 0.1em;
}
input,button,textarea,select {
  margin: 0;padding: 0;border: none;border-radius: 0;background: none;outline: none;-webkit-appearance: none;-moz-appearance: none;appearance: none;
  /*font-family: 'Noto Sans JP', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Arial, Verdana, sans-serif;*/
  font-weight: 500;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  color: #383838;
}
textarea {resize: vertical;}
select::-ms-expand {display: none;}
::placeholder {
  color: #383838;
}

/*.ie11対策*/
input:-ms-input-placeholder {
  color: #383838;
}
select:invalid {
  color: #383838;
}

/*.ie11対策*/
[type="checkbox"],
[type="radio"] {
  visibility: hidden;
  width:1px;
  position: absolute;
}
a {
  text-decoration: none;
  color: inherit;
  outline: none;
  transition: .3s;
}
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}
a:hover img {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  transition-duration: .3s;
}
img:hover  {
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  transition-duration: .3s;
}
*,*::after,*::before {box-sizing: border-box;}
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* --------------------------------------------------------------------------------

responsive

-------------------------------------------------------------------------------- */
.tab_sp {
  display: none !important;
}
@media screen and (min-width: 769px) and (max-width: 1200px) {
  .tab {
    display: block !important;
  }
}
@media screen and (min-width: 769px) {
  a:hover {
    opacity: .7;
  }
  .sp {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .tab_sp {
    display: block !important;
  }
  .tab_pc {
    display: none !important;
  }
}
@media screen and (max-width: 768px) {
  a:active {
    opacity: .7;
  }
  .pc {
    display: none !important;
  }
}
/* --------------------------------------------------------------------------------

base

-------------------------------------------------------------------------------- */
p,
dt,
dd,
li,
th,
td,
input,
button,
textarea,
select {
  /*font-size: 1.7rem;*/
  font-size: 1.4rem;
  line-height: 1.6;
}
body.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wrap {
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
}
.bg_white {
  background: #fff;
}
.bg_bule {
  background: #EEF3F8;
}
.bg_green {
  background: #47ACAB;
}
.ff_spt {
  font-family: 'Spartan', sans-serif;
}
.fw_rt {
  font-weight: 300;
}
.fw_rl {
  font-weight: 400;
}
.fw_md {
  font-weight: 500;
}
.fw_sbd {
  font-weight: 600;
}
.fw_bd {
  font-weight: 700;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.font_en {
  font-family: 'Tenali Ramakrishna', sans-serif;
}
.top_btn {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
}
.top_btn_link {
  display: block;
  position: relative;
  width: 60px;
  height: 60px;
  border: 1px solid transparent;
  border-radius: 50em;
  background: #D5D5D5;
}
.top_btn_link:hover {
  background: #8596A0;
  opacity: 1;
}
.top_btn_link::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 45%;
  right: 50%;
  width: 11px;
  height: 11px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: translate(50%,50%) rotate(-135deg);
}
.reuse_ttl {
  /*font-family: 'Spartan', sans-serif;
  font-weight: 600;
  font-size: 4rem;*/
  font-family: 'Tenali Ramakrishna', sans-serif;
  font-weight: 400;
  font-size: 5rem;
  letter-spacing: .08em;
  text-indent: .08em;
  line-height: 1.133;
  text-align: center;
  margin-bottom: 8px;
}
.reuse_lead {
  /*font-weight: 500;*/
  font-weight: 400;
  font-size: 2.2rem;
  letter-spacing: .1em;
  text-indent: .08em;
  line-height: 1.466;
  text-align: center;
}

/* clearfix
---------------------------------------- */
.cf:after{
  content: ".";
  display: block;
  height: 0;
  font-size:0;
  clear: both;
  visibility:hidden;
}
.cf {display: inline-block;}
/* Hides from IE Mac */
* html .cf {height: 1%;}
.cf {display:block;}
/* End Hack */

@media screen and (min-width: 769px) {
  .top_btn_link:hover {
    background: #8596A0;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  body {-webkit-text-size-adjust: 100%;}
  p,
  dt,
  dd,
  li,
  th,
  td,
  input,
  button,
  textarea,
  select {
    font-size: 1.5rem;
    line-height: 1;
  }
  .wrap {
    display: block;
    width: 89.333333333%;
  }
  .top_btn {
    bottom: 30px;
    right: 30px;
  }
  .top_btn_link {
    width: 60px;
    height: 60px;
  }
  .top_btn_link:active {
    border: 1px solid #707070;
    background: #8596A0;
    opacity: 1;
  }
  .reuse_ttl {
    font-size: 7.5vw;
    line-height: 1.13;
    /*margin-bottom: 1.866vw;*/
  }
  .reuse_lead {
    font-size: 3.2vw;
    line-height: 1.458;
  }
}
@media screen and (max-width: 540px) {
  .top_btn {
    bottom: 15px;
    right: 15px;
  }
  .top_btn_link {
    width: 30px;
    height: 30px;
  }
  .top_btn_link::before {
    bottom: 40%;
  }
}
/* --------------------------------------------------------------------------------

header

-------------------------------------------------------------------------------- */
header {
  height: 110px;
}
header .txt {
  font-size: 1.2rem;
  letter-spacing: .08em;
  text-indent: .08em;
  line-height: 30px;
  color: #848484;
  height: 30px;
  background: #EAECF0;
  margin-bottom: 0;
}
header .inner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
}
header .header_wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 90px 0 74px;
  width: 100%;
  height: 80px;
  background: #fff;
  /*overflow: hidden;*/
}
.menu_btn {
  display: none;
}
header .logo_wrap .logo_link {
  display: block;
}
header .header_list_wrap,
header .gnav_list,
header .various_list,
header .various_list a {
  display: flex;
  align-items: center;
}
header .gnav_item {
  margin-left: 48px;
}
header .gnav_item.about {
  margin-left: 0;
}
header .gnav_link {
  font-weight: 400;
  font-size: 1.8rem;
  letter-spacing: .08em;
  line-height: 2;
  display: inline-block;
  position: relative;
  /*border-bottom: 1px solid transparent;*/
}
header .gnav_link::before {
  content: "";
  border-bottom: 1px solid transparent;
  position: absolute;
  bottom: 19px;
  left: 0;
  height: 1px;
  width: 100%;
}
header .gnav_link:hover {
  text-decoration: none;
}
header .search_box {
  margin-left: 60px;
}
header .search_box_search {
  display: flex;
  align-items: center;
  position: relative;
  width: 200px;
  height: 38px;
  border-radius: 50em;
  background: #EDEDED;
}
header .search_input {
  appearance: auto !important;
  font-size: 1.2rem;
  line-height: 1.5;
  padding: 0 40px 0 20px !important;
  width: 100% !important;
  color: #383838;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  display: block !important;
  margin: 0 !important;
}
header .search_ico {
  position: absolute;
  top: 50%;
  right: 14.5px;
  transform: translateY(-50%);
  cursor: pointer;
}
header .search_ico input {
  display: block;
}
header .various_item {
  margin-left: 38px;
}
header .various_item img {
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 100%;
  transform: translateY(50%);
}
header .various_item .off {
  z-index: 1;
  transition: .3s;
}
header .my_page_img {
  position: relative;
  margin: 0 11px 0 0;
  width: 21px;
  height: 23px;
}
header .cart_img {
  position: relative;
  margin: 0 12px 0 0;
  width: 18px;
  height: 23px;
}
header .cart_count {
  font-family: 'Arial', sans-serif;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 18px;
  color: #fff;
  text-align: center;
  position: absolute;
  top: -4px;
  right: -8px;
  z-index: 1;
  width: 18px;
  height: 18px;
  border-radius: 50em;
  background: #8596A0;
}
header .various_txt {
  font-size: 1.5rem;
  letter-spacing: .08em;
  line-height: 1.5;
  padding-top: 5px;
  transition: .3s;
}
header .various_link:hover {
  text-decoration: none;
}
header .gnav_list {
  position: relative;
}
header .gnav_child {
  display: none;
  width: 622px;
  position: absolute;
  top: 62px;
  left: -100px;
  padding: 30px;
  margin: auto;
  background-color: #FFF;
  border-radius: 0 0 5px 5px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
  overflow: collapse;
  z-index: 100;
  justify-content: space-between;
}
header .mouse_on .gnav_child.active{
  display: flex;
}
header li.mouse_on .gnav_child li {
  width: 48.5%;
}
header li.mouse_on .gnav_child li a {
  position: relative;
  display: block;
  font-size: 13px;
}
header li.mouse_on .gnav_child li p {
  margin-top: 1em;
  font-size: 14px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  header .gnav_link:hover {
    color: #8596A0;
    /*border-bottom-color: #8596A0;*/
    opacity: 1;
  }
  header .gnav_link:hover::before {
    border-bottom-color: #8596A0;
  }
  header .various_link:hover {
    opacity: 1;
  }
  header .various_link:hover .off {
    opacity: 0;
  }
  header .various_link:hover .various_txt {
    color: #8596A0;
  }
}
@media screen and (max-width: 1500px) {
  header .header_wrap {
    padding: 0 50px;
  }
  header .gnav_item {
    margin-left: 24px;
  }
  header .search_box {
    margin-left: 30px;
  }
}
@media screen and (max-width: 1280px) {
  header .header_wrap {
    padding: 0 20px;
  }
  /*header .logo_wrap {
    width: 200px;
  }*/
  header .gnav_item {
    margin-left: 15px;
  }
  header .gnav_link {
    font-size: 1.2rem;
  }
  header .search_box {
    margin-left: 20px;
  }
  header .search_box_search {
    width: 180px;
  }
  header .various_item {
    margin-left: 15px;
  }
}
@media screen and (min-width: 1025px) {
  header .gnav_link {
    padding: 27.5px 0 21.5px;
  }
}
@media screen and (max-width: 1024px) {
  header {
    height: 182px;
  }
  header .txt {
    font-size: 2.4rem;
    line-height: 60px;
    height: 60px;
  }
  header .header_wrap {
    padding: 0 6.666666666%;
    height: 122px;
  }
  /*header .logo_wrap {
    width: 243px;
  }*/
  header .logo_wrap img {
    width: 100%;
  }
  header .gnav {
    display: block;
  }
  header .menu_btn {
    display: block;
    position: relative;
    cursor: pointer;
    width: 60px;
    height: 100%;
  }
  .menu_btn span {
    display: inline-block;
    position: absolute;
    left: 0;
    width: 60px;
    height: 3px;
    background: #383838;
    transition: .3s;
  }
  .menu_btn span:nth-of-type(1) {
    top: 43.5px;
  }
  .menu_btn span:nth-of-type(2) {
    top: 50%;
  }
  .menu_btn span:nth-of-type(3) {
    top: 77px;
    width: 40px;
  }
  header nav#gnav {
    position: fixed;
    top: 0;
    left: -100vw;
    z-index: 20;
    width: 80vw;
    height: 100%;
    overflow-y: scroll;
    transition: .3s;
  }
  header nav#gnav.gnav_open {
    left: 0;
  }
  header .black_bg {
    position: fixed;
    top: 0;
    left: -100vw;
    z-index: 10;
    width: 100vw;
    height: 100%;
    overflow-y: scroll;
    transition: .3s;
    background: rgba(0,0,0,.6);
  }
  header nav#gnav.gnav_open + .black_bg {
    left: 0;
  }
  header .black_bg::before,
  header .black_bg::after {
    content:"";
    display: block;
    position: absolute;
    top: 62px;
    right: 5.7866666666vw;
    width: 60px;
    height: 3px;
    background: #fff;
    pointer-events: none;
  }
  header .black_bg::before {
    transform: rotate(-45deg);
  }
  header .black_bg::after {
    transform: rotate(45deg);
  }
  header .gnav_list {
    flex-direction: column;
    background: #fff;
  }
  header .gnav_item {
    margin: 0;
    padding: 0 40px;
    width: 100%;
  }
  header .gnav_item_logo {
    align-self: flex-start;
    order: -2;
    margin: 37px 40px 46.8px;
  }
  header .gnav_link_logo {
    font-size: 0;
    line-height: 1;
    display: block;
  }
  /*header .gnav_item_logo img {
    width: 243px;
  }*/
  
  header .gnav_item_login {
    width: 100%;
  }
  header .gnav_item_login .gnav_link {
    background: #DBD7D6;
    border: none;
  }
  header .gnav_item.faq .gnav_link {
    border: none;
  }
  header .gnav_item_account {
    font-size: 1.8rem;
    line-height: 4.454;
    color: #fff;
    text-align: center;
    display: block;
    width: 100%;
    background: #ABB5BA;
  }
  header .gnav_item_close {
    font-size: 1.8rem;
    line-height: 4.454;
    text-align: center;
    display: block;
    margin-top: 70px;
    width: 100%;
    background: #DBD7D6;
  }
  header .gnav_link {
    font-size: 1.8rem;
    /*line-height: 4.454;*/
    line-height: 3.5;
    text-align: center;
    display: block;
    width: 100%;
    border-bottom: 2px solid #EAECF0;
  }
  header .font_en .gnav_link {
    font-size: 2.2rem;
  }
  header .acd_menu > span {
    font-size: 1.8rem;
    line-height: 3.5;
    text-align: center;
    display: block;
    width: 100%;
    border-bottom: 2px solid #EAECF0;
    position: relative;
  }
  header .acd_menu > span::after {
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: #383838 2px solid;
    border-right: #383838 2px solid;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    position:absolute;
    right: 2%;
    top: 0;
    bottom: 15%;
    margin: auto;
  }
  header .acd_menu > span.act::after {
    content:"";
    display:block;
    width:8px;
    height:8px;
    border-top: #383838 2px solid;
    border-right: #383838 2px solid;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position:absolute;
    right: 2%;
    top: 7%;
    bottom: 0;
    margin: auto;
  }
  header .acd_menu > ul {
    display: none;
  }
  header .search_box {
    order: -1;
    margin: 0 auto 50px;
    width: 90%;
  }
  header .search_box_search {
    width: 100%;
    height: 80px;
  }
  header .search_input {
    font-size: 2.5rem;
    padding: 0 80px 0 22px;
  }
  header .search_ico {
    right: 32.7px;
    width: 33px;
  }
  header .search_ico img {
    width: 100%;
  }
  header .various_item {
    margin-left: 0;
  }
  header .my_page_img {
    margin-right: 27px;
    width: 36px;
    height: 37.71px;
  }
  header .cart_img {
    margin-right: 0;
    width: 30px;
    height: 38.33px;
  }
  header .cart_count {
    font-size: 1.8rem;
    line-height: 30px;
    top: -8px;
    right: -14px;
    width: 30px;
    height: 30px;
  }
  header .various_txt {
    display: none;
  }
}

@media screen and (max-width: 540px) {
  header {
    height: 91px;
  }
  header .txt {
    font-size: 1.2rem;
    line-height: 30px;
    height: 30px;
  }
  header .header_wrap {
    padding: 0 5.333333333%;
    height: 61px;
  }
  header .logo_wrap {
    width: 120px;
  }
  header .menu_btn {
    width: 30px;
  }
  .menu_btn span {
    width: 30px;
  }
  .menu_btn span:nth-of-type(1) {
    top: 22px;
  }
  .menu_btn span:nth-of-type(2) {
    top: 50%;
  }
  .menu_btn span:nth-of-type(3) {
    top: 40px;
    width: 20px;
  }
  header .black_bg::before,
  header .black_bg::after {
    top: 31px;
    right: 5.7866666666vw;
    width: 30px;
  }
  header .gnav_list {
    padding: 18px 0 0;
  }
  header .gnav_item {
    padding: 0 20px;
  }
  header .gnav_item_logo {
    margin: 0 20px 23px;
  }
  header .gnav_item_logo img {
    width: 120px;
  }
  header .gnav_item_account {
    font-size: 1.5rem;
  }
  header .gnav_item_close {
    font-size: 1.5rem;
    margin-top: 35px;
  }
  header .gnav_link {
    font-size: 1.5rem;
  }
  header .font_en .gnav_link {
    font-size: 1.75rem;
  }
  header .acd_menu > span {
    font-size: 1.5rem;
  }
  header .search_box {
    margin: 0 auto 25px;
    width: 90%;
  }
  header .search_box_search {
    height: 40px;
  }
  header .search_input {
    font-size: 1.5rem;
    padding: 0 40px 0 15px;
  }
  header .search_ico {
    right: 16px;
    width: 16px;
  }
  header .my_page_img {
    margin-right: 13px;
    width: 21px;
    height: 22px;
  }
  header .cart_img {
    width: 18px;
    height: 23px;
  }
  header .cart_count {
    font-size: 1.2rem;
    line-height: 18px;
    top: -4px;
    right: -8px;
    width: 18px;
    height: 18px;
  }
  header .various_txt {
    display: none;
  }
}

/* --------------------------------------------------------------------------------

footer

-------------------------------------------------------------------------------- */
footer {
  padding: 0 50px;
  background: #B3BFC6;
}
footer .inner {
  padding: 55px 0 35px;
}
footer .logo_link {
  display: inline-block;
  margin-bottom: 35px;
}
footer .list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 20px;
}
footer .item {
  margin: 0 22px 10px;
}
footer .link {
  font-size: 1.5rem;
  letter-spacing: .08em;
  line-height: 1.461;
  color: #fff;
}
footer .link:hover {
  text-decoration: none;
}
footer .sns_list {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
footer .instagram {
  margin-left: 28px;
}
footer .copy {
  font-size: 1rem;
  letter-spacing: .08em;
  text-indent: .08em;
  line-height: 1.2;
  color: #fff;
}
footer .btn {
  margin-bottom: 35px;
}
footer .btn a {
  font-family: 'Spartan', sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  letter-spacing: .08em;
  text-indent: .08em;
  line-height: 2;
  color: #8D8D8D;
  text-align: center;
  display: inline-block;
  padding: 10px 0 11px;
  width: 350px;
  border: 1px solid #848484;
  border-radius: 25px;
  background: #FFF;
}
footer .btn a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  footer .btn a:hover {
    background: #848484;
    color: #fff;
    opacity: 1;
  }
}
@media screen and (max-width: 768px) {
  footer {
    padding: 0 0 90px;
  }
  footer .inner {
    padding: 9.466vw 0 5.653vw;
  }
  footer .logo_link {
    margin-bottom: 8.4vw;
    width: 42.933333333vw;
  }
  footer .logo_link img {
    width: 100%;
  }
  footer .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto 1.8vw;
    width: 89.333333333%;
  }
  footer .item {
    margin: 0 0 5.466vw;
    width: 50%;
  }
  footer .item:nth-of-type(2) {
    order: 7;
  }
  footer .item:nth-of-type(3) {
    order: 3;
  }
  footer .item:nth-of-type(4) {
    order: 2;
  }
  footer .item:nth-of-type(5) {
    order: 5;
  }
  footer .item:nth-of-type(6) {
    order: 4;
  }
  footer .item:nth-of-type(7) {
    order: 6;
  }
  footer .link {
    font-size: 2.933vw;
    line-height: 1.454;
    margin-left: 1em;
  }
  footer .sns_list {
    margin-bottom: 7.066vw;
  }
  footer .facebook {
    width: 3.466666666vw;
  }
  footer .instagram {
    margin-left: 8.933vw;
    width: 6.8vw;
  }
  footer .sns_item img {
    width: 100%;
  }
  footer .copy {
    font-size: 2.666666666vw;
    line-height: 1.15;
  }
  footer .btn {
    margin-bottom: 5vw;
  }
  footer .btn a {
    font-size: 3vw;
    letter-spacing: .06em;
    text-indent: 0.06em;
    line-height: 1;
    padding: 3.5vw 0 3.6vw;
    width: 70%;
    border-radius: 5.8vw;
  }
}
@media screen and (max-width: 540px) {
  footer {
    padding: 0 0 45px;
  }
}