@charset "UTF-8";
body {
  font-family: "Hiragino Kaku Gothix ProN", "メイリオ", sams-serif;
  margin: 0;
}

body .main_line01 {
  width: 100vw;
  position: fixed;
  bottom: 50px;
  border-bottom: 16px solid #22455f;
  z-index: 150;
}

@media (max-width: 560px) {
  body .main_line01 {
    bottom: 0;
    border-bottom: 6px solid #22455f;
  }
}

body .main_line02 {
  height: 100vh;
  position: fixed;
  left: 50px;
  border-left: 8px solid #a1020a;
  z-index: 140;
}

@media (max-width: 560px) {
  body .main_line02 {
    left: 3px;
    border-left: 3px solid #a1020a;
  }
}

body .main_line03 {
  height: 100vh;
  position: fixed;
  left: 42px;
  border-left: 8px solid #e2450a;
  z-index: 140;
}

@media (max-width: 560px) {
  body .main_line03 {
    left: 0px;
    border-left: 3px solid #e2450a;
  }
}

@media (max-width: 560px) {
  .pc {
    display: none;
  }
}

@media (min-width: 560px) {
  .sp {
    display: none;
  }
}

header {
  height: 100vh;
  width: 100vw;
  position: relative;
  z-index: 200;
}

@media (max-width: 560px) {
  header {
    height: 80px;
    background-color: rgba(230, 230, 230, 0.4);
    position: fixed;
  }
}

header #fv_pc {
  width: 100vw;
  height: auto;
  margin-bottom: 10px;
}

@media (max-width: 560px) {
  header #fv_pc {
    display: none;
  }
}

header .cart {
  position: fixed;
  top: 10px;
  right: 10px;
  width: 50px;
  height: auto;
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px;
}

header .logo {
  position: fixed;
  top: 10px;
  left: 30px;
  height: 60px;
  width: auto;
}

header .bc {
  position: fixed;
  top: 35px;
  left: calc((100vw - 200px) / 2);
  width: 200px;
  height: auto;
}

header nav {
  display: none;
}

@media (max-width: 560px) {
  header nav {
    display: block;
    position: relative;
    z-index: 1000;
  }
}

header .menu {
  display: none;
  width: 70%;
  height: 100vh;
  background-color: rgba(20, 20, 20, 0.7);
  position: absolute;
  top: 80px;
  right: 0px;
  z-index: 95;
}

@media (min-width: 500px) {
  header .menu {
    width: 100%;
    margin-left: 50px;
    position: static;
    top: 0px;
    right: 0px;
    height: 80px;
    background-color: rgba(0, 0, 0, 0);
  }
}

header .menu ul {
  margin: 0px;
  height: 60px;
  line-height: 60px;
  width: 100%;
  text-align: left;
  display: block;
  font-size: 20px;
  text-decoration: none;
}

@media (min-width: 500px) {
  header .menu ul {
    font-family: "游ゴシック";
    display: block;
    font-size: 13px;
    height: 80px;
    line-height: 80px;
  }
}

header .menu ul li {
  font-weight: 600;
  list-style: none;
}

header .menu ul li a {
  color: white;
}

header .sp-menu {
  width: 40px;
  display: block;
  color: #323232;
  position: absolute;
  top: 45px;
  right: 15px;
  font-size: 11px;
  font-weight: 600;
  text-align: center;
  letter-spacing: 1px;
}

@media (min-width: 500px) {
  header .sp-menu {
    display: none;
  }
}

header #panel-btn {
  display: inline-block;
  position: absolute;
  top: 5px;
  right: 15px;
  width: 40px;
  height: 30px;
  z-index: 1000;
}

header #panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 4px;
  background: #323232;
  -webkit-transition: .2s;
  transition: .2s;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 50px;
}

header #panel-btn-icon:before,
header #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background: #323232;
  -webkit-transition: .3s;
  transition: .3s;
  border-radius: 50px;
}

header #panel-btn-icon:before {
  margin-top: -13px;
}

header #panel-btn-icon:after {
  margin-top: 9px;
}

header #panel-btn .close {
  background: transparent;
}

header #panel-btn .close:before,
header #panel-btn .close:after {
  margin-top: 0;
}

header #panel-btn .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background: #323232;
}

header #panel-btn .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  background: #323232;
}

.clearfix:after {
  content: '';
  display: block;
  clear: both;
}

.subtitle {
  font-size: 18px;
  padding-left: 10px;
  padding-bottom: 2px;
  border-left: 5px solid #22455f;
  border-bottom: 1px solid #22455f;
}

@media (max-width: 560px) {
  .subtitle {
    width: calc(100vw - 30px);
    margin: -80px 0 0 20px;
    border-left: none;
    padding-left: 0;
    padding-top: 80px;
  }
}

main {
  width: 1000px;
  margin: 50px auto 0;
  color: #22455F;
}

@media (max-width: 560px) {
  main {
    max-width: 100vw;
    margin: 0;
  }
}

main #fv_sp {
  display: none;
}

@media (max-width: 560px) {
  main #fv_sp {
    display: block;
    width: 100vw;
    height: auto;
    margin-bottom: 10px;
    padding-top: 80px;
  }
}

main .product {
  padding-top: 10px;
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 560px) {
  main .product {
    display: block;
    height: auto;
  }
}

main .product .item {
  width: 240px;
  height: 280px;
  background-color: white;
  text-decoration: none;
  color: #22455f;
}

@media (max-width: 560px) {
  main .product .item {
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    margin-bottom: 20px;
  }
}

main .product .item:hover {
  background-color: rgba(226, 69, 10, 0.1);
}

main .product .item img {
  width: 200px;
  height: auto;
  margin: 20px 20px 0px;
}

@media (max-width: 560px) {
  main .product .item img {
    width: 45vw;
    height: auto;
    margin: 0 2.5vw;
  }
}

@media (max-width: 560px) {
  main .product .item div {
    width: 50vw;
  }
}

main .product .item div h2 {
  font-size: 14px;
  margin: 0 0 0 20px;
  font-weight: normal;
}

@media (max-width: 560px) {
  main .product .item div h2 {
    width: 50vw;
    margin: 0;
    font-size: 16px;
  }
}

main .product .item div h3 {
  font-size: 12px;
  margin: 10px 0 0 20px;
}

@media (max-width: 560px) {
  main .product .item div h3 {
    width: 50vw;
    margin: 0;
    font-size: 16px;
    margin-top: 10px;
  }
}

main .product .item_none {
  width: 240px;
  height: 260px;
}

@media (max-width: 560px) {
  main .product .item_none {
    display: none;
  }
}

main .product .item_none h2 {
  font-size: 14px;
  text-align: center;
  line-height: 260px;
  background-color: rgba(0, 0, 0, 0.1);
}

main #concept {
  padding-top: 10px;
  height: 200vh;
}

@media (max-width: 560px) {
  main #concept {
    height: auto;
    margin-top: -80px;
    padding-top: 80px;
  }
}

main #concept img {
  width: 100%;
  height: auto;
  margin-bottom: 100px;
}

@media (max-width: 560px) {
  main #concept img {
    width: 95vw;
    display: block;
    margin: 10px auto 30px;
  }
}

main #journey {
  margin-top: 200px;
}

@media (max-width: 560px) {
  main #journey {
    margin-top: -80px;
    padding-top: 80px;
  }
}

main #journey .area01 h3, main #journey .area01 h2, main #journey .area01 p,
main #journey .area03 h3,
main #journey .area03 h2,
main #journey .area03 p {
  text-align: center;
}

@media (max-width: 560px) {
  main #journey .area01 p,
  main #journey .area03 p {
    padding: 10px;
  }
}

main #journey .area01 h2,
main #journey .area03 h2 {
  font-size: 22px;
  margin-bottom: 0;
}

main #journey .area01 h3,
main #journey .area03 h3 {
  font-size: 18px;
  margin-top: 0;
  font-weight: normal;
}

main #journey .area01 .weight,
main #journey .area03 .weight {
  font-weight: bold;
  font-size: 20px;
}

main #journey .area02 h2 {
  font-size: 16px;
  text-align: left;
  border-top: 1px solid #e2450a;
  border-bottom: 1px solid #e2450a;
  margin-top: 30px;
  padding: 5px 0 5px 5px;
}

main #journey .area02 h2:nth-child(1) {
  margin-top: 100px;
}

@media (max-width: 560px) {
  main #journey .area02 h2 {
    text-align: center;
  }
}

main #journey .area02 p {
  margin: 0;
  padding-left: 20px;
  padding-top: 5px;
  font-size: 16px;
  text-align: left;
  line-height: 2;
}

main #journey .area02 p span {
  font-weight: 600;
}

main #journey .area03 {
  margin-top: 100px;
  margin-bottom: 300px;
}

main #journey .area03 .line01 {
  border-bottom: 6px solid #22455f;
  border-top: 6px solid #22455f;
  width: 250px;
  margin: 0 auto;
}

main #journey .area03 .line01 .line02 {
  border-bottom: 3px solid #e2450a;
  border-top: 3px solid #e2450a;
}

main #journey .area03 .line01 .line02 h2 {
  border-bottom: 3px solid #a1020a;
  border-top: 3px solid #a1020a;
  margin: 0;
  padding: 3px;
}

main #journey .area03 p {
  line-height: 2;
}

main .toshop {
  width: 500px;
  margin: 0 auto;
  background-color: #22455F;
  border-radius: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (min-width: 500px) {
  main .toshop:hover {
    background-color: #3697c8;
    cursor: pointer;
  }
}

@media (max-width: 560px) {
  main .toshop {
    width: 300px;
  }
}

main .toshop p {
  color: white;
  padding: 10px 0;
  font-size: 20px;
  line-height: 30px;
  margin: 0;
}

@media (max-width: 560px) {
  main .toshop p {
    font-size: 16px;
  }
}

main .toshop img {
  width: 30px;
  height: 30px;
  padding: 10px;
  margin: 0;
}

@media (max-width: 560px) {
  main .toshop img {
    display: none;
  }
}

footer {
  border-bottom: 1px solid #22455F;
  margin: 100px 0 1px;
  position: relative;
  z-index: 100;
}

footer nav {
  width: 100vw;
  height: 50px;
  display: block;
  margin: 0 auto;
  position: fixed;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.8);
}

@media (max-width: 560px) {
  footer nav {
    display: none;
  }
}

footer nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style-type: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 15px 0;
}

footer nav ul li {
  font-weight: 700;
  font-size: 16px;
  padding: 0 40px;
}

footer nav ul li a {
  text-decoration: none;
  color: #22455F;
  padding: 5px;
}

footer nav ul li a:hover {
  color: #969696;
  color: #E2450A;
  border-bottom: 2px solid #E2450A;
  background-color: rgba(226, 69, 10, 0.1);
  padding-bottom: 5px;
}
/*# sourceMappingURL=base.css.map */