/*===================================================================
reset*/
/* http://meyerweb.com/eric/tools/css/reset/
v2.0 | 20110126
License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,500,700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, section, figure, aside, header, footer, main, nav, label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
main, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: '';
  content: none;
}

q:before, q:after {
  content: '';
  content: none;
}

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

a {
  text-decoration: none;
  outline: none;
  color: #000;
}

img {
  vertical-align: top;
}

html {
  font-family: Helvetica, Arial, 'Noto Sans JP', sans-serif;
  -webkit-text-size-adjust: none;
  height: 100%;
  font-size: 62.5%;
}

body {
  line-height: 1.4;
  color: #333;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  body {
    max-width: 1200px;
    margin: 0 auto;
    font-size: 1.6rem;
  }
}

.is-sp {
  display: block !important;
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}

.is-pc {
  display: none !important;
}

@media screen and (min-width: 768px) {
  .is-pc {
    display: block !important;
  }
}

.switch-language {
  position: absolute;
  top: 0;
  right: 20px;
  text-align: center;
  z-index: 100;
}

.switch-language h4 {
  text-align: center;
  font-size: 10px;
  margin: 10px 0 5px;
  color: #333;
  font-family: 'Letter Gothic W01 Bold Slanted';
}

@media (min-width: 768px) {
  .switch-language h4 {
    font-size: 14px;
    margin: 10px 0;
  }
}

.switch-language a {
  font-size: 10px;
  color: #333;
  display: inline-block;
  font-family: 'Letter Gothic W01 Bold';
  line-height: 1em;
  overflow: hidden;
}

@media (min-width: 768px) {
  .switch-language a {
    font-size: 14px;
  }
}

body.ja .en {
  display: none;
}

body.ja .ja {
  display: block;
}

body.ja span.ja {
  display: inline;
}

body.en .ja {
  display: none;
}

body.en .en {
  display: block;
}

body.en span.en {
  display: inline;
}

.switch-language a span {
  display: inline-block;
  border: #333 solid 2px;
  float: left;
  padding: 6px 12px;
}

.switch-language a span.btn-ja {
  border-radius: 3px 0 0 3px;
}

.switch-language a span.btn-en {
  border-radius: 0 3px 3px 0;
}

.switch-language a .select {
  background: #333;
  color: #fff;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 70px;
}

@media (min-width: 768px) {
  header {
    max-width: 1080px;
    height: 90px;
    margin: 0 auto;
  }
}

header img {
  width: 50px;
}

@media (min-width: 768px) {
  header img {
    width: 65px;
  }
}

footer {
  text-align: center;
  padding: 20px 0;
  font-size: 1rem;
}

footer a {
  color: #333;
}

.hero {
  position: relative;
}

.hero_heading {
  position: absolute;
  top: 30%;
  left: 13%;
  z-index: 10;
  font-size: 2.5rem;
  font-weight: bold;
}

@media (min-width: 768px) {
  .hero_heading {
    font-size: 5rem;
  }
}

.hero .swiper-container {
  width: 77%;
  margin-right: 0;
  margin-left: 23%;
}

.hero .swiper-slide {
  width: 100% !important;
}

.lead {
  margin: 10% 0;
  padding: 0 15px;
  background: url(../images/1l.png) no-repeat center;
  background-size: 70%;
}

@media (min-width: 768px) {
  .lead {
    margin: 5% auto;
    padding: 0;
    font-size: 2rem;
    background-size: 30%;
    text-align: center;
  }
}

.lead_txt {
  line-height: 1.7;
}

.lead_txt + .lead_txt {
  margin-top: 10px;
}

@media (min-width: 768px) {
  .lead_txt + .lead_txt {
    margin-top: 15px;
  }
}

.block {
  margin: 15% 15px 0;
  padding-bottom: 5%;
  border-bottom: 2px solid #333;
}

@media (min-width: 768px) {
  .block {
    max-width: 850px;
    margin: 10% auto;
  }
}

.block_inner {
  margin: 0 -15px;
}

@media (min-width: 768px) {
  .block_inner {
    margin: 0;
  }
}

.block_head {
  padding-top: 3%;
  border-top: 2px solid #333;
  font-weight: bold;
  font-size: 4.2rem;
}

@media (min-width: 768px) {
  .block_head {
    font-size: 6rem;
  }
}

.block_mod {
  margin-top: 6%;
}

.block_vol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.block_volTxt {
  position: relative;
}

.block_day {
  position: relative;
}

.block_day_img {
  position: absolute;
}

.block.chimney {
  background: url(../images/bg_chimney.png) no-repeat center;
  background-size: 80%;
}

@media (min-width: 768px) {
  .block.chimney {
    background-attachment: fixed;
    background-size: contain;
    background-position: center !important;
  }
}

.block.chimney .block_volTxt {
  width: 36%;
  right: -4%;
}

.block.chimney .block_mod.-mid {
  margin-left: 5%;
}

.block.chimney .block_day_img {
  top: -44%;
  right: 5%;
}

.block.daypack {
  background: url(../images/bg_daypack.png) no-repeat center;
  background-size: 85%;
}

@media (min-width: 768px) {
  .block.daypack {
    background-attachment: fixed;
    background-size: contain;
    background-position: center !important;
  }
}

.block.daypack .block_volTxt {
  width: 39%;
  right: -9%;
  margin-bottom: 13%;
}

.block.daypack .block_mod.-mid {
  margin-top: -8%;
}

.block.daypack .block_day_img {
  top: -40%;
  right: 12%;
}

.block.apac {
  background: url(../images/bg_apac.png) no-repeat center;
  background-size: 85%;
}

@media (min-width: 768px) {
  .block.apac {
    background-attachment: fixed;
    background-size: contain;
    background-position: center !important;
  }
}

.block.apac .block_volTxt {
  width: 32%;
  right: -4%;
}

.block.apac .block_day_img {
  top: -52%;
  right: 6%;
}

.btn {
  width: calc(100% - 30px);
  margin: 5% auto 0;
  text-align: center;
}

@media (min-width: 768px) {
  .btn {
    width: 50%;
  }
}

.btn a {
  display: block;
  padding: 10px;
  border: 2px solid #333;
  font-weight: bold;
  background: rgba(255, 255, 255, 0.6);
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
}

.btn a:hover {
  background: white;
}

.btn a span {
  margin-left: 15px;
  font-size: 2rem;
}

.epl {
  max-width: 1080px;
  margin: 10% auto;
}
/*# sourceMappingURL=style.css.map */