@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Allura|Noto+Sans+JP");
.body.container {
  letter-spacing: 0.05em;
  line-height: 20px;
  margin: auto;
  /*--------------------------
  ここから追加
  -------------------------*/
  /*--------------------------
  item_erea
  -------------------------*/
  /*--------------------------
  item
  -------------------------*/
  /*------ ext-divider start ------*/
  /*------ text-divider end ------*/
  /*-------------------------
  link-erea
  -------------------------*/
  /*パンクズ*/
}

.body.container p {
  margin: 0 0 10px;
  font-family: 'Noto Sans JP', sans-serif;
}

.body.container a {
  /* color: #000; */
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.body.container a:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
  text-decoration: none;
}

.body.container img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
  display: block;
  margin: 0 auto;
}

.body.container .sp_view,
.body.container .view_425 {
  display: none;
}

.body.container .pc_view {
  display: inline;
}

.body.container .mainWrap {
  display: block;
  /* width: 100%; */
  max-width: 1200px;
  margin: 0 auto;
  /* padding: 30px 0 0; */
  color: #000;
}

.body.container .mainWrap a img:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 767px) {
  .body.container {
    padding: 0 calc(20* (100vw / 750));
    width: auto;
    line-height: calc(40* (100vw / 750));
  }
  .body.container .sp_view {
    display: inline;
  }
  .body.container .pc_view {
    display: none;
  }
  .breadcrumb__list{
    width: 100vw;
    margin-left: calc(-20 * (100vw / 750));
  }
}

@media (max-width: 425px) {
  .body.container .view_425 {
    display: inline;
  }
}

.body.container .top-inner h2 {
  margin: 7% auto 3% auto;
}

.body.container .top-inner p {
  text-align: center;
  line-height: 2.1;
  font-size: 18px;
  letter-spacing: .1em;
  margin: 0 auto 8%;
}

.body.container .top-inner p span {
  line-height: 2.7;
  font-size: 36px;
  font-weight: bold;
}

@media (max-width: 639px) {
  .body.container .top-inner h2 {
    width: 80%;
    margin: 8% auto;
  }
  .body.container .top-inner p {
    text-align: center;
    line-height: 2.1;
    font-size: 14px;
    letter-spacing: .1em;
    margin: 10% auto 15%;
  }
  .body.container .top-inner p span {
    line-height: 1.8;
    font-size: 21px;
    font-weight: bold;
  }
  .body.container .item_title {
    width: 50%;
  }
  .body.container .item_title01 {
    width: 34%;
  }
  .body.container .title_sub {
    width: 50%;
  }
}

@media (max-width: 425px) {
  .body.container .top-inner h2 {
    width: 80%;
    margin: 8% auto;
  }
  .body.container .top-inner p {
    text-align: center;
    line-height: 2.1;
    font-size: 13px;
    letter-spacing: .08em;
    margin: 15% auto 20%;
  }
  .body.container .top-inner p span {
    line-height: 1.8;
    font-size: 18px;
    font-weight: bold;
  }
}

.body.container .item_erea {
  width: 100%;
  text-align: center;
  margin: 0 auto 10%;
}

.body.container .item_top_01 {
  margin-bottom: 8%;
}

.body.container .item_top_02_03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}

.body.container .item_top_02,
.body.container .item_top_03 {
  width: 45%;
}

.body.container .item_top_02 {
  margin-right: 4%;
}

@media (max-width: 639px) {
  .body.container .item_top_01 {
    width: 100%;
    max-width: 380px;
    margin: 0 auto;
    margin-bottom: 20%;
  }
  .body.container .item_top_02_03 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 800px;
    margin: 0 auto;
  }
  .body.container .item_top_02,
  .body.container .item_top_03 {
    width: 100%;
    max-width: 380px;
    margin-bottom: 20%;
  }
  .body.container .item_top_02 {
    margin-right: 0;
  }
}

.body.container .item-main-text {
  margin-bottom: 4%;
}

.body.container .item-main-img {
  margin-bottom: 10%;
}

.body.container .item-main-img .item-sub {
  margin-top: 4%;
}

.body.container .item-main-img .item-sub .item-sub-text {
  font-size: 18px;
  letter-spacing: 3px;
  line-height: 1.6em;
  margin-top: 4%;
}

.body.container .item-color-text {
  font-size: 24px;
  letter-spacing: 3px;
  margin-bottom: 4%;
}

.body.container .item-color-img {
  margin-bottom: 4%;
}

.body.container .item-credit {
  margin-bottom: 4%;
}

@media (max-width: 639px) {
  .body.container .item-main-text {
    margin-bottom: 8%;
  }
  .body.container .item-main-img {
    margin-bottom: 20%;
  }
  .body.container .item-main-img .item-sub {
    margin-top: 4%;
  }
  .body.container .item-main-img .item-sub .item-sub-text {
    font-size: 14px;
    letter-spacing: 3px;
    line-height: 1.6em;
    margin-top: 4%;
  }
  .body.container .item-color-text {
    font-size: 24px;
    letter-spacing: 3px;
    margin-bottom: 4%;
  }
  .body.container .item-color-img {
    margin-bottom: 8%;
  }
  .body.container .item-credit {
    margin-bottom: 4%;
  }
}

.body.container .text-divider {
  width: 100%;
  max-width: 580px;
  margin: 10% auto 20px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* 垂直中心 */
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  /* 水平中心 */
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 3px;
  line-height: 40px;
}

.body.container .text-divider:before,
.body.container .text-divider:after {
  content: "";
  width: 250px;
  border-bottom: 4px double #000;
  /* 線の長さ */
}

.body.container .text-divider:before {
  margin-right: 1em;
  /* 文字の右隣 */
}

.body.container .text-divider:after {
  margin-left: 1em;
  /* 文字の左隣 */
}

.body.container .text-divider_bottom {
  width: 100%;
  max-width: 580px;
  margin: 0 auto 4% auto;
  border-bottom: 4px double #000;
  content: "";
}

@media (max-width: 639px) {
  .body.container .text-divider {
    width: 100%;
    max-width: 580px;
    margin: 0 auto 10px auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /* 垂直中心 */
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    /* 水平中心 */
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 40px;
  }
  .body.container .text-divider:before,
  .body.container .text-divider:after {
    border-bottom: 4px double #000;
    content: "";
    width: 250px;
    /* 線の長さ */
  }
  .body.container .text-divider:before {
    margin-right: 1em;
    /* 文字の右隣 */
  }
  .body.container .text-divider:after {
    margin-left: 1em;
    /* 文字の左隣 */
  }
  .body.container .text-divider_bottom {
    width: 100%;
    max-width: 580px;
    margin: 0 auto;
    border-bottom: 4px double #000;
    content: "";
  }
}

.body.container .credit_text {
  font-size: 16px;
  line-height: 2.1;
  margin: 0 auto 1%;
  letter-spacing: 2px;
  font-weight: 100;
}

.body.container .title_item {
  font-size: 28px;
  font-weight: bold;
  margin: 0 auto;
  letter-spacing: 6px;
  line-height: 40px;
}

.body.container .title_price {
  font-size: 21px;
  line-height: 50px;
}

.body.container .title_tax {
  font-size: 11px;
}

@media (max-width: 639px) {
  .body.container .title_item {
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto;
    letter-spacing: 6px;
    line-height: 10px;
  }
  .body.container .title_price {
    font-size: 16px;
    line-height: 30px;
  }
}

.body.container .item_sub {
  font-size: 12px;
  font-weight: bold;
  letter-spacing: .2em;
}

.body.container .item {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: .2em;
}

.body.container .item_credit {
  /* text-decoration: underline; */
  /* text-decoration-thickness: 1px; */
  letter-spacing: .1em;
}

.body.container .price {
  font-size: 18px;
}

.body.container .tax {
  font-size: 12px;
}

.body.container .item_top_02_03 .item {
  font-size: 18px;
  font-weight: bold;
  margin: 0 auto 2%;
  letter-spacing: .18em;
  line-height: 1.4em;
}

.body.container .item_top_02_03 .price {
  font-size: 16px;
}

.body.container .item_top_02_03 .tax {
  font-size: 11px;
}

@media (max-width: 639px) {
  .body.container .item {
    font-size: 28px;
    font-weight: bold;
    margin: 0 auto 2%;
    letter-spacing: .2em;
  }
  .body.container .item_credit {
    /* text-decoration: underline; */
    /* text-decoration-thickness: 1px; */
    letter-spacing: .1em;
  }
  .body.container .price {
    font-size: 21px;
  }
  .body.container .tax {
    font-size: 14px;
  }
  .body.container .item_top_02_03 .item {
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto 4%;
    letter-spacing: .2em;
    line-height: 1.4em;
  }
  .body.container .item_top_02_03 .price {
    font-size: 14px;
  }
  .body.container .item_top_02_03 .tax {
    font-size: 11px;
  }
}

.body.container .check_btn {
  display: block;
  width: 100%;
  max-width: 300px;
  height: 40px;
  text-align: center;
  line-height: 41px;
  background: #fff;
  border: 1px solid #000;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: .2em;
  text-decoration: none;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.body.container .check_btn span {
  color: #000;
  position: relative;
}

.body.container .check_btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 130px;
  width: 7px;
  height: 7px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -5px;
}

.body.container .item_top_02_03 .check_btn {
  display: block;
  width: 100%;
  max-width: 160px;
  height: 35px;
  text-align: center;
  line-height: 36px;
  background: #fff;
  border: 1px solid #000;
  font-size: 11px;
  font-weight: bold;
  letter-spacing: .2em;
  text-decoration: none;
  margin: 0 auto;
}

.body.container .item_top_02_03 .check_btn span {
  color: #000;
  position: relative;
}

.body.container .item_top_02_03 .check_btn span::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 73px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  margin-top: -2px;
}

@media (max-width: 639px) {
  .body.container .item_top_02_03 .check_btn {
    display: block;
    width: 100%;
    max-width: 270px;
    height: 40px;
    text-align: center;
    line-height: 41px;
    background: #fff;
    border: 1px solid #000;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .2em;
    text-decoration: none;
    margin: 0 auto;
  }
  .body.container .item_top_02_03 .check_btn span {
    color: #000;
    position: relative;
  }
  .body.container .item_top_02_03 .check_btn span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 130px;
    width: 7px;
    height: 7px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    margin-top: -5px;
  }
}

@media (max-width: 639px) {
  .body.container .credit_text {
    font-size: 13px;
    line-height: 2.1;
    margin: 0 auto 3%;
  }
  .body.container .item {
    font-size: 18px;
    font-weight: bold;
    margin: 0 auto 3%;
  }
  .body.container .price {
    font-size: 18px;
  }
  .body.container .tax {
    font-size: 11px;
  }
  .body.container .check_btn {
    width: 100%;
    max-width: 270px;
    display: block;
    margin: 0 auto;
  }
  .body.container .check_btn a {
    background: #000000;
    text-align: center;
    display: block;
    padding: 6px 0 6px 0;
    font-size: 11px;
    letter-spacing: 3px;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .body.container .check_btn a:visited,
  .body.container .check_btn a:link,
  .body.container .check_btn a:active {
    color: #fff;
  }
  .body.container .text_01 {
    margin-bottom: 3.5%;
  }
  .body.container .text_02 {
    margin-bottom: 3.5%;
  }
}

@media (max-width: 425px) {
  .body.container .item_erea {
    width: 100%;
    text-align: center;
    margin: 0 auto 25%;
  }
  .body.container .credit_text {
    font-size: 13px;
    line-height: 2.1;
    margin: 0 auto 5%;
  }
  .body.container .item {
    font-size: 18px;
    font-weight: bold;
  }
  .body.container .credit_underline {
    /*text-decoration: underline;*/
    /*text-decoration-thickness: 1px;*/
  }
  .body.container .price {
    font-size: 18px;
  }
  .body.container .tax {
    font-size: 11px;
  }
  .body.container .item-color-text {
    font-size: 18px;
    margin: 0 auto 7%;
    letter-spacing: 3px;
  }
  .body.container .check_btn {
    width: 100%;
    max-width: 270px;
    display: block;
    margin: 0 auto;
  }
  .body.container .check_btn a {
    background: #000000;
    text-align: center;
    display: block;
    padding: 6px 0 6px 0;
    font-size: 11px;
    letter-spacing: 3px;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
  }
  .body.container .check_btn a:visited,
  .body.container .check_btn a:link,
  .body.container .check_btn a:active {
    color: #fff;
  }
}

.body.container .link-erea {
  width: 100%;
  max-width: 45%;
  margin: 15% auto;
}

.body.container .link-erea-inner {
  width: 100%;
  margin: auto 0;
  display: block;
}

.body.container .link-erea-inner:first-child {
  margin-right: 5%;
}

.body.container .link-erea-inner a {
  background: #000000;
  text-align: center;
  display: block;
  padding: 14px 0 14px 0;
  font-size: 18px;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 20px;
}

.body.container .link-erea-inner a:visited,
.body.container .link-erea-inner a:link,
.body.container .link-erea-inner a:active {
  color: #ffffff;
}

.body.container .link-erea-inner a:hover {
  opacity: .7;
  -webkit-transition: .3s;
  transition: .3s;
}

@media (max-width: 639px) {
  .body.container .link-erea {
    width: 100%;
    max-width: 640px;
    margin: 25% auto;
  }
  .body.container .link-erea-inner {
    width: 100%;
    margin: auto 0;
    display: block;
  }
  .body.container .link-erea-inner:first-child {
    margin-right: 5%;
  }
  .body.container .link-erea-inner a {
    background: #000000;
    text-align: center;
    display: block;
    padding: 15px 0 15px 0;
    font-size: 15px;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 20px;
  }
  .body.container .link-erea-inner a:visited,
  .body.container .link-erea-inner a:link,
  .body.container .link-erea-inner a:active {
    color: #ffffff;
  }
  .body.container .link-erea-inner a:hover {
    opacity: .7;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

@media (max-width: 425px) {
  .body.container .link-erea {
    width: 100%;
    max-width: 640px;
    margin: 25% auto;
  }
  .body.container .link-erea-inner {
    width: 100%;
    margin: auto 0;
    display: block;
  }
  .body.container .link-erea-inner:first-child {
    margin-right: 5%;
  }
  .body.container .link-erea-inner a {
    background: #000000;
    text-align: center;
    display: block;
    padding: 15px 0 15px 0;
    font-size: 15px;
    text-decoration: none;
    -webkit-transition: .3s;
    transition: .3s;
    margin-bottom: 20px;
  }
  .body.container .link-erea-inner a:visited,
  .body.container .link-erea-inner a:link,
  .body.container .link-erea-inner a:active {
    color: #ffffff;
  }
  .body.container .link-erea-inner a:hover {
    opacity: .7;
    -webkit-transition: .3s;
    transition: .3s;
  }
}

.body.container #wrapper {
  overflow: visible;
}

.body.container .navDrawr {
  overflow: hidden;
}

@media (max-width: 979px) {
  .body.container .navDrawr {
    overflow-y: auto;
  }
}

.body.container .nav_all {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 10%;
  margin-bottom: 20%;
  padding-top: 2.5%;
  padding-bottom: 2%;
}

.body.container .item_title {
  margin-bottom: 10%;
}

.body.container .color_img {
  margin-bottom: 4%;
}

.body.container .sub_text {
  font-size: 16px;
  line-height: 30px;
  font-weight: 100;
  margin-bottom: 70px;
}

.body.container .text_01 {
  font-size: 16px;
  letter-spacing: .25em;
  line-height: 1.8em;
  margin-bottom: 4%;
}

.body.container .text_02 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: .25em;
  line-height: 40px;
  margin-bottom: 1.5%;
}

.body.container .text_03 {
  font-size: 16px;
  letter-spacing: .25em;
  line-height: 1.8em;
}

.body.container .text_04 {
  font-size: 28px;
  font-weight: bold;
  letter-spacing: .25em;
  line-height: 40px;
  margin-bottom: 1.5%;
}

.body.container .nav_bg {
  background-color: #dee4ed;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100vw;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (max-width: 639px) {
  .body.container .sub_text {
    font-size: 13px;
    line-height: 30px;
    font-weight: 100;
    margin-bottom: 70px;
  }
  .body.container .nav_all {
    width: 90%;
    margin: auto;
  }
  .body.container .color_img {
    margin-bottom: 30px;
  }
  .body.container .text_01 {
    font-size: 14px;
    letter-spacing: .08em;
    line-height: 1.8em;
    margin-bottom: 4%;
  }
  .body.container .text_02 {
    font-size: 21px;
    font-weight: bold;
    letter-spacing: .25em;
    line-height: 40px;
    margin-bottom: 1.5%;
  }
  .body.container .text_03 {
    font-size: 11px;
    letter-spacing: .25em;
    line-height: 1.8em;
  }
  .body.container .text_04 {
    font-size: 28px;
    font-weight: bold;
    letter-spacing: .25em;
    line-height: 40px;
    margin-bottom: 1.5%;
  }
}

.body.container #titleText {
  font-size: 12px;
  margin-left: 10px;
}

.body.container .divider {
  margin-left: 5px;
}
/*# sourceMappingURL=style.css.map */
.top-inner{
  margin-top: 45px;
}
