@charset "UTF-8";
/* CSS Document */
/*スマホ用スタイル*/
@media screen and (max-width: 767px) {

/*セクション間余白----------------------------------------------------------- */
  section {
    padding: 40px 0;
  }
  footer {
    padding: 15px 0;
  }

/*Header----------------------------------------------------------- */
header .logo {
  height: 40px;
}
header .logo img {
  max-height: 40px;
}
header {
    position: fixed;
    top: 0;
    width: 100%;
    max-width: 2000px;
    height: 90px;
    padding: 15px 0;
    z-index: 99999;
    height: auto;
}
header.open{
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(24px);
}
/*Nav----------------------------------------------------------- */
  #nav_toggle {
    position: absolute;
    top: 8px;
    /**/
    right: 8px;
    /**/
    width: 40px;
    /**/
    height: 30px;
  }
  #nav_toggle div {
    position: relative;
    width: 30px;
    /**/
    margin: 0 auto;
  }
  #nav_toggle span {
    display: block;
    height: 4px;
    background: #fff;
    position: absolute;
    width: 100%;
    left: 0;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
    border-radius: 3px;
  }
  #nav_toggle span:nth-child(1) {
    top: 5px;
    /**/
  }
  #nav_toggle span:nth-child(2) {
    top: 15px;
    /**/
  }
  #nav_toggle span:nth-child(3) {
    top: 25px;
    /**/
  }
  .open #nav_toggle span:nth-child(1) {
    top: 12px;
    /**/
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .open #nav_toggle span:nth-child(2) {
    width: 0;
    left: 50%;
  }
  .open #nav_toggle span:nth-child(3) {
    top: 12px;
    /**/
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
  div#nav_toggle:after {
    content: "MENU";
    color: #fff;
    display: block;
    padding-top: 80%;
    /**/
    font-family: "Roboto Condensed",sans-serif;
    font-style: italic;
    font-size: 11px;
    letter-spacing: 0.06em;
    text-align: center;
  }
  .open div#nav_toggle:after {
    content: "CLOSE";
  }
  nav ul.container {
    flex-direction: column;
    padding-left: 0;
    padding-right: 0;
  }
  nav li {
    width: 100%;
    border-left: 0;
    border-right: 0;
  }
  nav li:not(:last-child) {
    border-bottom: 1px solid #fff;
  }
  nav li a {
    flex-direction: row;
    color: #fff;
  }
  .nav_jp {
    padding-bottom: 0;
    padding-right: 10px;
  }
  nav li {
    position: relative;
  }
  nav li:before {
    position: absolute;
    content: "";
    right: 10px;
    width: 8px;
    height: 12px;
    background-image: url(https://www.tokyo-jimushosagashi.com/img/common/sp_menu_arrow.png);
  }
/*MV----------------------------------------------------------- */
.font_30 {
  font-size: 16px;
}
.font_50 {
  font-size: 26px;
}
.mv {
  padding: 70px 0 40px;
}
.mv .container{
  padding-right: 0;
  padding-left: 0;
}
/*CTA----------------------------------------------------------- */
.btn_wh {
  width: 100%;
  border: 2px solid #e04622;
  margin-top: 15px;
}
.btn_wh a{
  padding: 15px;
  font-size: 16px;
}
.btn_wh::after {
  bottom: 42%;
  width: 8px;
  height: 8px;
}
/*CTA2----------------------------------------------------------- */


/*sec01----------------------------------------------------------- */
.sec01 {
  background-position: right -310px center;
}
/*sec02----------------------------------------------------------- */
.sec02 .js-scrollable img{
  max-width: 1000px;
}
.sec02 .btn_wh {
  margin-top: 30px;
}
/*sec03----------------------------------------------------------- */
.sec03 h2 {
  padding: 30px 0;
}
.sec03 h2 .font_50 {
  line-height: 1.3;
  margin-top: 5px;
}
.sec03 .inner {
  margin-top: 30px;
}
.sec03 .box {
  padding: 15px;
}
.sec03 .tokuten h3 span {
  background-color: #41a9a5;
  font-weight: bold;
  color: #FFF;
  font-size: 24px;
  display: inline-block;
  padding: 0 10px;
}
.sec03 .tokuten h3 {
  margin-bottom: 15px;
}
.sec03 .white_box_s {
  padding: 15px 10px;
}
.sec03 .tokuten .font_s {
    font-size: 14px;
}
.sec03 .store .font_m {
  font-size: 22px;
}
.sec03 .store .fx-row{
  margin-left: -8px;
  margin-right: -8px;
}
.sec03 .store .fx-col-50-xs{
  padding-right: 8px;
  padding-left: 8px;
}
.sec03 .store .font_s {
  font-size: 14px;
  margin-top: 5px;
}
.sec03 h2 .font_l {
  font-size: 50px;
}
/*sec04----------------------------------------------------------- */
.sec04 h3 {
  text-align: left;
  border-bottom: 2px solid #41a9a5;
  padding-bottom: 10px;
  font-size: 18px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.sec04 .en {
  font-size: 200%;
  font-style: italic;
  margin-right: 0px;
  width: 80px;
}
.sec04 .txt{
  width: calc(100% - 80px);
}
.sec04 .step {
  font-size: 18px;
}
.sec04 .gr_box {
  background-color: #ecebeb;
  margin-top: 15px;
  padding: 30px 15px;
}
.sec04 .gr_box .btn_wh {
  width: auto;
  margin-top: 15px;
}
.sec04 .box:not(:last-child) {
  margin-bottom: 15px;
}
.sec04 h2{
  padding-bottom: 15px;
}
.sec04 h2 .font_l {
  font-size: 50px;
  margin: 0 5px;
}
/*sec05----------------------------------------------------------- */
.sec05 h2{
  padding-bottom: 15px;
}
.sec05 .btn_wh{
  margin-top: 15px;
}
.sec05 .box {
  padding: 5px;
}



/*Footer----------------------------------------------------------- */
footer .footer_list li a {
  font-size: 12px;
}
footer a:link, footer a:visited {
  font-size: 12px;
  display: block;
  padding: 8px 0;
}

}

/*スマホ用スタイルend*/
