
/* 全体設定
------------------------------------------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&family=Roboto:wght@900&display=swap');
body {
  font-family: 'Noto Sans JP', Arial,Helvetica, "Yu Gothic", "游ゴシック体","游ゴシック", "ヒラギノ角ゴProN W3", "Hiragino Kaku Gothic ProN","メイリオ ", Meiryo, sans-serif;
  font-size: 16px;
  line-height: 1.8;
  letter-spacing: 2px;
  color: #000;
  font-weight: 400;
  width: 100%;
  position: relative;
  word-wrap: break-word;
  overflow-wrap: break-word;
  font-feature-settings: "palt";
  overflow-x: hidden;
}

.roboto {
  font-family: 'Roboto', sans-serif;
}

.printBox {
  display: none;
}

.noscript {
  z-index: 999999;
  position: fixed;
  top: 100px;
  text-align: center;
  width: 100%;
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

button {
  /* text-align: inherit; */
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
  font-size: 100%;
  transition: opacity .3s ease;
}

a:hover, a:active {
  outline: none;
  text-decoration: none;
  color: #000;
  opacity: 0.8;
  transition: opacity .3s ease;
}


img {
  vertical-align: top;
  image-rendering: -webkit-optimize-contrast;
  max-width: 100%;
}
img.img_insert_left {
  float: left;
  margin: 0 30px 40px 0;
  width: 200px;
}
img.img_insert_right {
  float: right;
  margin: 0 30px 40px 40px;
  width: 300px;
}
.text-small {
  font-size: 12px;
  line-height: 1.6;
}
.text-large {
  font-size: 24px;
  line-height: 1.6;
}
.text-center {
  text-align: center;
}
.text-center-pc {
  text-align: center;
}
.text-right {
  text-align: right;
}
.note {
  text-indent: -1em;
  margin-left: 1em;
}
strong {
  font-weight: bold;
}
sup {
  font-size: 0.6em;
}
.text-centerBox{
  text-align: center;
}
@media (min-width: 767px) {
a[href*="tel:"] {
pointer-events: none;
cursor: default;
text-decoration: none;
color: #000;
}
}

.scroll-prevent {
  overflow: hidden;
}



/* header
------------------------------------------------------------*/

.headerArea {
  position: fixed;
  top: 0;
  z-index: 99;
  background: #CE3736;
  width: 100%;
  opacity: .9;
  padding: 15px 0;
  height: 70px;
  display: flex;
  align-items: center;
}

.headerArea .inner {
  max-width: 1200px;
  width: 100%;
  padding: 0 40px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

.headerArea .inner .headerLogo {
  width: 121px;
}
.headerArea .inner .globalMenu {
  display: flex;
  justify-content: center;
  font-size: 12px;
  letter-spacing: 0;
  width: calc(100% - 121px);
}
.headerArea .inner .globalMenu li {
  padding: 0 10px;
}
.headerArea .inner .globalMenu li a {
  color: #fff;
}

.headerArea .spMenu ,
.headerArea .inner .spMenu_btn {
  display: none;
}


/* kvArea
------------------------------------------------------------*/

.kvArea {
  width: 100%;
  padding: 0;
  margin: 70px auto 0;
}

.kvArea .slick01 {
  position: relative;
}
.kvArea .slick01 .slide-dots {
  position: absolute;
  bottom: 50px;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}
.kvArea .slick01 .slide-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  background: #fff;
  border-radius: 6px;
  margin: 0 10px;
  font-size: 0;
}
.kvArea .slick01 .slide-dots li.slick-active {
  background: #CE3736;
}

/* common
------------------------------------------------------------*/

.bg_gray {
  background: #E0E0E0;
}
.bg_red {
  background: #CE3736;
}

.h2_Box {
  text-align: center;
  margin-bottom: 60px;
}
.h2_Box .inner {
  display: inline-block;
}
.h2_Box .inner .icon {
  display: inline-block;
  width: 60px;
  vertical-align: text-bottom;
}
.h2_Box .inner h2 {
  display: inline-block;
  padding-left: 15px;
  text-align: left;
  line-height: 1.4;
}
.h2_Box .inner h2 span {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  color: #CE3736;
}

.h2_Box_type2 {
  text-align: center;
  margin-bottom: 60px;
}
.h2_Box_type2 .inner {
  display: inline-block;
}
.h2_Box_type2 .inner .icon {
  display: inline-block;
  width: 60px;
  vertical-align: text-bottom;
}
.h2_Box_type2 .inner h2 {
  display: inline-block;
  padding-left: 15px;
  text-align: left;
  line-height: 1.4;
  color: #fff;
}
.h2_Box_type2 .inner h2 span {
  font-size: 30px;
  font-family: 'Roboto', sans-serif;
  color: #fff;
}

.linkBtn01 {
  color: #fff;
  display: inline-block;
  margin: 10px 0;
  font-size: 20px;
  background: #CE3736;
  padding: 20px 30px 20px 50px;
  border-radius: 6px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  z-index: 99;
}
.linkBtn01:hover {
  color: #fff;
}
.linkBtn01 span {
  display: block;
  position: relative;
  padding-right: 50px;
}
.linkBtn01 span img {
  display: block;
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.linkBtn02 {
  color: #fff;
  display: inline-block;
  margin: 10px 0;
  font-size: 18px;
  background: #CE3736;
  padding: 10px 30px 10px 50px;
  border-radius: 6px;
}
.linkBtn02:hover {
  color: #fff;
}
.linkBtn02 span {
  display: block;
  position: relative;
  padding-right: 50px;
}
.linkBtn02 span img {
  display: block;
  width: 30px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}


/* contentsArea01,contentsArea05
------------------------------------------------------------*/

.contentsArea01,
.contentsArea05 {
  max-width: 1060px;
  width: 100%;
  padding: 100px 20px;
  margin: 0 auto;
}
.contentsArea01 .contents_Box,
.contentsArea05 .contents_Box {
  display: flex;
}
.contentsArea01 .contents_Box .imgBox,
.contentsArea05 .contents_Box .imgBox {
  width: calc(100% / 2);
  padding-right: 10px;
}
.contentsArea01 .contents_Box .textBox,
.contentsArea05 .contents_Box .textBox {
  width: calc(100% / 2);
  padding-left: 40px;
}
.contentsArea01 .contents_Box .textBox .deco_number,
.contentsArea05 .contents_Box .textBox .deco_number {
  font-family: 'Roboto', sans-serif;
  font-size: 140px;
  font-weight: 900;
  text-align: right;
  color: #CE3736;
  line-height: 1;
  margin: -20px -20px 20px 0;
}
.contentsArea01 .contents_Box .textBox h3,
.contentsArea05 .contents_Box .textBox h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.contentsArea01 .contents_Box .textBox .text,
.contentsArea05 .contents_Box .textBox .text {
  line-height: 2;
}



/* contentsArea02,contentsArea04,contentsArea06
------------------------------------------------------------*/

.contentsArea02,
.contentsArea04,
.contentsArea06 {
  max-width: 1060px;
  width: 100%;
  padding: 100px 20px;
  margin: 0 auto;
}
.contentsArea02 .contents_Box,
.contentsArea04 .contents_Box,
.contentsArea06 .contents_Box {
  display: flex;
  flex-direction: row-reverse;
}
.contentsArea02 .contents_Box .imgBox,
.contentsArea04 .contents_Box .imgBox,
.contentsArea06 .contents_Box .imgBox {
  width: calc(100% / 2);
  padding-left: 10px;
}
.contentsArea02 .contents_Box .textBox,
.contentsArea04 .contents_Box .textBox,
.contentsArea06 .contents_Box .textBox {
  width: calc(100% / 2);
  padding-right: 40px;
}
.contentsArea02 .contents_Box .textBox .deco_number,
.contentsArea04 .contents_Box .textBox .deco_number,
.contentsArea06 .contents_Box .textBox .deco_number {
  font-family: 'Roboto', sans-serif;
  font-size: 140px;
  font-weight: 900;
  text-align: left;
  color: #CE3736;
  line-height: 1;
  margin: -20px 0 20px -20px;
}
.contentsArea02 .contents_Box .textBox h3,
.contentsArea04 .contents_Box .textBox h3,
.contentsArea06 .contents_Box .textBox h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.contentsArea02 .contents_Box .textBox .text,
.contentsArea04 .contents_Box .textBox .text,
.contentsArea06 .contents_Box .textBox .text {
  line-height: 2;
}







/* contentsArea03
------------------------------------------------------------*/

.contentsArea03 {
  max-width: 1060px;
  width: 100%;
  padding: 100px 20px;
  margin: 0 auto;
}
.contentsArea03 .contents_Box {
  display: flex;
  flex-direction: row-reverse;
}
.contentsArea03 .contents_Box .imgBox {
  width: calc(100% / 2);
}
.contentsArea03 .contents_Box .imgBox .table_type01 {
  width: 100%;
  border-bottom: 1px solid #CE3736;
  border-collapse: collapse;
  margin: 10px auto 60px;
}
.contentsArea03 .contents_Box .imgBox .table_type01 caption {
  width: 100%;
}
.contentsArea03 .contents_Box .imgBox .table_type01 caption span {
  color: #fff;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 18px;
  background: #CE3736;
  padding: 10px 50px;
  border-radius: 6px;
}
.contentsArea03 .contents_Box .imgBox .table_type01 td,
.contentsArea03 .contents_Box .imgBox .table_type01 th {
  border-top: 1px solid #CE3736;
  border-collapse: collapse;
  vertical-align: middle;
}
.contentsArea03 .contents_Box .imgBox .table_type01 th {
  text-align: center;
  font-weight: 400;
  padding: 5px 0;
  width: calc(100% / 3);
}
.contentsArea03 .contents_Box .imgBox .table_type01 td {
  padding: 20px 0;
  text-align: center;
}
.contentsArea03 .contents_Box .imgBox .table_type02 {
  width: 100%;
  border-bottom: 1px solid #4E4E4E;
  border-collapse: collapse;
}
.contentsArea03 .contents_Box .imgBox .table_type02 caption {
  width: 100%;
}
.contentsArea03 .contents_Box .imgBox .table_type02 caption span {
  color: #707070;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 18px;
  background: #E0E0E0;
  padding: 10px 50px;
  border-radius: 6px;
}
.contentsArea03 .contents_Box .imgBox .table_type02 td,
.contentsArea03 .contents_Box .imgBox .table_type02 th {
  border-top: 1px solid #4E4E4E;
  border-collapse: collapse;
  vertical-align: middle;
}
.contentsArea03 .contents_Box .imgBox .table_type02 th {
  text-align: center;
  font-weight: 400;
  padding: 5px 0;
  width: 30%;
}
.contentsArea03 .contents_Box .imgBox .table_type02 th:first-child {
  width: 40%;
}
.contentsArea03 .contents_Box .imgBox .table_type02 td {
  padding: 20px 0;
  text-align: center;
}

.contentsArea03 .contents_Box .textBox {
  width: calc(100% / 2);
  padding-left: 40px;
}
.contentsArea03 .contents_Box .textBox .deco_number {
  font-family: 'Roboto', sans-serif;
  font-size: 140px;
  font-weight: 900;
  text-align: right;
  color: #CE3736;
  line-height: 1;
  margin: -20px -20px 20px 0;
}
.contentsArea03 .contents_Box .textBox h3 {
  font-size: 24px;
  margin-bottom: 20px;
}
.contentsArea03 .contents_Box .textBox .text {
  line-height: 2;
}


/* contentsArea07
------------------------------------------------------------*/

.contentsArea07 {
  max-width: 1060px;
  width: 100%;
  padding: 100px 20px;
  margin: 0 auto;
}
.contentsArea07 .contents_Box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.contentsArea07 .contents_Box .leftBox {
  width: calc(100% / 2);
  padding-right: 20px;
}
.contentsArea07 .contents_Box .leftBox .table_type01 {
  width: 100%;
  border-bottom: 1px solid #CE3736;
  border-collapse: collapse;
  margin: 10px auto 60px;
}
.contentsArea07 .contents_Box .leftBox .table_type01 caption {
  width: 100%;
  margin-bottom: 10px;
}
.contentsArea07 .contents_Box .leftBox .table_type01 caption span {
  color: #fff;
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  background: #CE3736;
  padding: 10px 50px;
  border-radius: 6px;
  text-align: center;
}
.contentsArea07 .contents_Box .leftBox .table_type01 td,
.contentsArea07 .contents_Box .leftBox .table_type01 th {
  border-top: 1px solid #CE3736;
  border-collapse: collapse;
  vertical-align: middle;
}
.contentsArea07 .contents_Box .leftBox .table_type01 th {
  text-align: center;
  font-weight: 400;
  padding: 5px 0;
  width: calc(100% / 3);
}
.contentsArea07 .contents_Box .leftBox .table_type01 td {
  padding: 20px 0;
  text-align: center;
}

.contentsArea07 .contents_Box .rightBox {
  width: calc(100% / 2);
  padding-left: 20px;
}

.contentsArea07 .contents_Box .rightBox .table_type01 {
  width: 100%;
  border-bottom: 1px solid #CE3736;
  border-collapse: collapse;
  margin: 10px auto 60px;
}
.contentsArea07 .contents_Box .rightBox .table_type01 caption {
  width: 100%;
  margin-bottom: 10px;
}
.contentsArea07 .contents_Box .rightBox .table_type01 caption span {
  color: #fff;
  display: block;
  margin-bottom: 10px;
  font-size: 18px;
  background: #CE3736;
  padding: 10px 50px;
  border-radius: 6px;
  text-align: center;
}
.contentsArea07 .contents_Box .rightBox .table_type01 td,
.contentsArea07 .contents_Box .rightBox .table_type01 th {
  border-top: 1px solid #CE3736;
  border-collapse: collapse;
  vertical-align: middle;
}
.contentsArea07 .contents_Box .rightBox .table_type01 th {
  text-align: center;
  font-weight: 400;
  padding: 5px 0;
  width: calc(100% / 3);
}
.contentsArea07 .contents_Box .rightBox .table_type01 td {
  padding: 20px 0;
  text-align: center;
}

.contentsArea07 .contents_Box .table_type01 td .normal-price {
  display: inline-block;
  padding-bottom: 40px;
  position: relative;
}
.contentsArea07 .contents_Box .table_type01 td .normal-price:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.9em;
  left: 0;
  right: 0;
  margin: auto;
  height: 3px;
  width: 100%;
  background: #CE3736;
}
.contentsArea07 .contents_Box .table_type01 td .normal-price:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 22px 14px 0 14px;
  border-color: #CE3736 transparent transparent transparent;
}
.contentsArea07 .contents_Box .table_type01 td .campaign-price {
  display: block;
  color: #CE3736;
  line-height: 1.6;
}
.contentsArea07 .contents_Box .table_type01 td .campaign-price .campaign-text {
  display: block;
  font-size: 12px;
  letter-spacing: 0;
}

.contentsArea07 .contents_Box .priceDl01 {
}
.contentsArea07 .contents_Box .priceDl01 dt {
  display: inline-block;
  font-weight: normal;
  color: #fff;
  font-size: 18px;
  background: #CE3736;
  padding: 15px 40px;
  border-radius: 6px;
  text-align: center;
  vertical-align: top;
  margin-right: 20px;
  width: 150px;
}
.contentsArea07 .contents_Box .priceDl01 dd {
  display: inline-block;
  vertical-align: top;
  border-top: 1px solid #CE3736;
  border-bottom: 1px solid #CE3736;
  text-align: center;
  padding: 8px 0 5px;
  width: calc(100% - 180px);
}
.contentsArea07 .contents_Box .priceDl01 .normal-price {
  display: inline-block;
  margin-right: 60px;
  position: relative;
  vertical-align: 10px;
}
.contentsArea07 .contents_Box .priceDl01 .normal-price:before {
  content: "";
  display: block;
  position: absolute;
  top: 0.9em;
  left: 0;
  right: 0;
  margin: auto;
  height: 3px;
  width: 100%;
  background: #CE3736;
}
.contentsArea07 .contents_Box .priceDl01 .normal-price:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -40px;
  margin: auto;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 14px 0 14px 22px;
  border-color: transparent transparent transparent #CE3736;
}
.contentsArea07 .contents_Box .priceDl01 .campaign-price {
  display: inline-block;
  color: #CE3736;
  line-height: 1.6;
}
.contentsArea07 .contents_Box .priceDl01 .campaign-price .campaign-text {
  display: block;
  font-size: 12px;
  letter-spacing: 0;
}

.contentsArea07 .contents_Box .priceDl02 {
}
.contentsArea07 .contents_Box .priceDl02 dt {
  display: inline-block;
  font-weight: normal;
  color: #fff;
  font-size: 16px;
  line-height: 1.6;
  background: #CE3736;
  padding: 10px 20px;
  border-radius: 6px;
  text-align: center;
  vertical-align: top;
  margin-right: 20px;
  width: 260px;
}
.contentsArea07 .contents_Box .priceDl02 dd {
  display: inline-block;
  vertical-align: top;
  line-height: 1.4;
  border-top: 1px solid #CE3736;
  border-bottom: 1px solid #CE3736;
  text-align: center;
  padding: 10px 0;
  width: calc(100% - 290px);
}


/* contentsArea08
------------------------------------------------------------*/

.contentsArea08 {
  max-width: 1060px;
  width: 100%;
  padding: 100px 20px;
  margin: 0 auto;
}
.contentsArea08 .contents_Box {
  display: flex;
  flex-direction: row-reverse;
}
.contentsArea08 .contents_Box .imgBox {
  width: 320px;
}
.contentsArea08 .contents_Box .imgBox img {
  width: 200px;
  display: block;
  margin-bottom: 50px;
}
.contentsArea08 .contents_Box .textBox {
  width: calc(100% - 320px);
}

.contentsArea08 .contents_Box .textBox .flexBox {
  display: flex;
  padding: 0 0 40px;
}
.contentsArea08 .contents_Box .textBox .overline {
  border-top: 1px solid #fff;
  padding: 40px 0;
}
.contentsArea08 .contents_Box .textBox .flexBox .icon {
  width: 120px;
  padding-right: 20px;
}
.contentsArea08 .contents_Box .textBox .flexBox .text {
  width: calc(100% - 120px);
  color: #fff;
}
.contentsArea08 .contents_Box .textBox .flexBox .text h3 {
  font-size: 24px;
  margin-bottom: 5px;
}
.contentsArea08 .contents_Box .textBox .flexBox .text p {
}


/* contentsArea09
------------------------------------------------------------*/

.contentsArea09 {
  max-width: 1060px;
  width: 100%;
  padding: 100px 20px;
  margin: 0 auto;
}
.contentsArea09 .contents_Box {
}
.contentsArea09 .contents_Box .gmap {
  margin-bottom: 50px;
}
.contentsArea09 .contents_Box .gmap iframe {
  width: 100%;
  height: 500px;
}
.contentsArea09 .contents_Box dl {
}
.contentsArea09 .contents_Box dl dt {
  display: inline-block;
  padding-right: 30px;
}
.contentsArea09 .contents_Box dl dt span {
  display: inline-block;
  border: 2px solid #CE3736;
  border-radius: 40px;
  padding: 10px 40px;
  color: #CE3736;
}
.contentsArea09 .contents_Box dl dd {
  display: inline-block;
  vertical-align: top;
}


/* contentsArea10
------------------------------------------------------------*/

.contentsArea10 {
  max-width: 1060px;
  width: 100%;
  padding: 100px 20px;
  margin: 0 auto;
}
.contentsArea10 .contents_Box {
}
.contentsArea10 .contents_Box dl {
}
.contentsArea10 .contents_Box dl dt {
  display: inline-block;
  width: 220px;
  padding-right: 20px;
  margin-bottom: 50px;
}
.contentsArea10 .contents_Box dl dt span {
  display: inline-block;
  border: 2px solid #CE3736;
  border-radius: 40px;
  padding: 10px 30px;
  color: #CE3736;
}
.contentsArea10 .contents_Box dl dd {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 230px);
  margin-bottom: 50px;
}

.contentsArea10 .contents_Box dl dd .disc li {
  margin-bottom: 0.7em;
  position: relative;
  padding-left: 1em;
}
.contentsArea10 .contents_Box dl dd .disc li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.7em;
  background: #000;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  display: block;
}


/* footer
------------------------------------------------------------*/
footer {
  padding: 100px 0 30px;
  background: #CE3736;
}
footer .footerLogo {
  width: 330px;
  margin: 0 auto 100px;
}
footer .copyright {
  color: #fff;
  font-size: 12px;
  text-align: center;
}



/* 中間レイアウト
-----------------------------------------------*/

@media screen and (max-width:1060px) {


  body {
    font-size: 1.6vw;
  }
  .text-small {
    font-size: 1.2vw;
    line-height: 1.6;
    letter-spacing: 0.3px;
  }
  .text-large {
    font-size: 2.4vw;
    line-height: 1.6;
  }


  /* header
  ------------------------------------------------------------*/

  .headerArea {
    padding: 1.5vw 0;
    height: 7vw;
  }

  .headerArea .inner {
    max-width: 1200px;
    width: 100%;
    padding: 0 2vw;
  }

  .headerArea .inner .headerLogo {
    width: 12.1vw;
  }
  .headerArea .inner .globalMenu {
    font-size: 1.2vw;
    width: calc(100% - 12.1vw);
  }
  .headerArea .inner .globalMenu li {
    padding: 0 1vw;
  }

  /* kvArea
  ------------------------------------------------------------*/

  .kvArea {
    margin: 7vw auto 0;
  }

  .kvArea .slick01 .slide-dots {
    bottom: 2vw;
  }




  /* header
  ------------------------------------------------------------*/

  .headerArea {
    padding: 1.5vw 0;
    height: 7vw;
  }

  .headerArea .inner {
    max-width: 1200px;
    width: 100%;
    padding: 0 4vw;
  }

  .headerArea .inner .headerLogo {
    width: 12.1vw;
  }
  .headerArea .inner .globalMenu {
    font-size: 1.2vw;
    width: calc(100% - 12.1vw);
  }
  .headerArea .inner .globalMenu li {
    padding: 0 1vw;
  }

  /* kvArea
  ------------------------------------------------------------*/

  .kvArea {
    margin: 7vw auto 0;
  }

  .kvArea .slick01 .slide-dots {
    bottom: 5vw;
  }

  /* common
  ------------------------------------------------------------*/

  .h2_Box {
    margin-bottom: 6vw;
  }
  .h2_Box .inner .icon {
    width: 6vw;
  }
  .h2_Box .inner h2 {
    padding-left: 1.5vw;
  }
  .h2_Box .inner h2 span {
    font-size: 3vw;
  }
  .h2_Box_type2 {
    margin-bottom: 6vw;
  }
  .h2_Box_type2 .inner .icon {
    width: 6vw;
  }
  .h2_Box_type2 .inner h2 {
    display: inline-block;
    padding-left: 1.5vw;
    text-align: left;
    line-height: 1.4;
    color: #fff;
  }
  .h2_Box_type2 .inner h2 span {
    font-size: 3vw;
    font-family: 'Roboto', sans-serif;
    color: #fff;
  }

  .linkBtn01 {
    color: #fff;
    display: inline-block;
    margin: 1vw 0;
    font-size: 2vw;
    background: #CE3736;
    padding: 2vw 3vw 2vw 5vw;
    border-radius: 6px;
    position: fixed;
    right: 1vw;
    bottom: 1vw;
    z-index: 99;
  }
  .linkBtn01:hover {
    color: #fff;
  }
  .linkBtn01 span {
    display: block;
    position: relative;
    padding-right: 5vw;
  }
  .linkBtn01 span img {
    display: block;
    width: 3vw;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .linkBtn02 {
    color: #fff;
    display: inline-block;
    margin: 1vw 0;
    font-size: 1.8vw;
    background: #CE3736;
    padding: 1vw 3vw 1vw 5vw;
    border-radius: 6px;
  }
  .linkBtn02:hover {
    color: #fff;
  }
  .linkBtn02 span {
    display: block;
    position: relative;
    padding-right: 5vw;
  }
  .linkBtn02 span img {
    display: block;
    width: 3vw;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }


  /* contentsArea01,contentsArea05
  ------------------------------------------------------------*/

  .contentsArea01,
  .contentsArea05 {
    max-width: 1060px;
    width: 100%;
    padding: 10vw 2vw;
    margin: 0 auto;
  }
  .contentsArea01 .contents_Box,
  .contentsArea05 .contents_Box {
    display: flex;
  }
  .contentsArea01 .contents_Box .imgBox,
  .contentsArea05 .contents_Box .imgBox {
    width: calc(100% / 2);
    padding-right: 1vw;
  }
  .contentsArea01 .contents_Box .textBox,
  .contentsArea05 .contents_Box .textBox {
    width: calc(100% / 2);
    padding-left: 4vw;
  }
  .contentsArea01 .contents_Box .textBox .deco_number,
  .contentsArea05 .contents_Box .textBox .deco_number {
    font-family: 'Roboto', sans-serif;
    font-size: 14vw;
    font-weight: 900;
    text-align: right;
    color: #CE3736;
    line-height: 1;
    margin: -2vw -2vw 2vw 0;
  }
  .contentsArea01 .contents_Box .textBox h3,
  .contentsArea05 .contents_Box .textBox h3 {
    font-size: 2.4vw;
    margin-bottom: 2vw;
  }
  .contentsArea01 .contents_Box .textBox .text,
  .contentsArea05 .contents_Box .textBox .text {
    line-height: 2;
  }



  /* contentsArea02,contentsArea04,contentsArea06
  ------------------------------------------------------------*/

  .contentsArea02,
  .contentsArea04,
  .contentsArea06 {
    max-width: 1060px;
    width: 100%;
    padding: 10vw 2vw;
    margin: 0 auto;
  }
  .contentsArea02 .contents_Box,
  .contentsArea04 .contents_Box,
  .contentsArea06 .contents_Box {
    display: flex;
    flex-direction: row-reverse;
  }
  .contentsArea02 .contents_Box .imgBox,
  .contentsArea04 .contents_Box .imgBox,
  .contentsArea06 .contents_Box .imgBox {
    width: calc(100% / 2);
    padding-left: 1vw;
  }
  .contentsArea02 .contents_Box .textBox,
  .contentsArea04 .contents_Box .textBox,
  .contentsArea06 .contents_Box .textBox {
    width: calc(100% / 2);
    padding-right: 4vw;
  }
  .contentsArea02 .contents_Box .textBox .deco_number,
  .contentsArea04 .contents_Box .textBox .deco_number,
  .contentsArea06 .contents_Box .textBox .deco_number {
    font-family: 'Roboto', sans-serif;
    font-size: 14vw;
    font-weight: 900;
    text-align: left;
    color: #CE3736;
    line-height: 1;
    margin: -2vw 0 2vw -2vw;
  }
  .contentsArea02 .contents_Box .textBox h3,
  .contentsArea04 .contents_Box .textBox h3,
  .contentsArea06 .contents_Box .textBox h3 {
    font-size: 2.4vw;
    margin-bottom: 2vw;
  }
  .contentsArea02 .contents_Box .textBox .text,
  .contentsArea04 .contents_Box .textBox .text,
  .contentsArea06 .contents_Box .textBox .text {
    line-height: 2;
  }







  /* contentsArea03
  ------------------------------------------------------------*/

  .contentsArea03 {
    max-width: 1060px;
    width: 100%;
    padding: 10vw 2vw;
    margin: 0 auto;
  }
  .contentsArea03 .contents_Box {
    display: flex;
    flex-direction: row-reverse;
  }
  .contentsArea03 .contents_Box .imgBox {
    width: calc(100% / 2);
  }
  .contentsArea03 .contents_Box .imgBox .table_type01 {
    width: 100%;
    border-bottom: 1px solid #CE3736;
    border-collapse: collapse;
    margin: 1vw auto 6vw;
  }
  .contentsArea03 .contents_Box .imgBox .table_type01 caption {
    width: 100%;
  }
  .contentsArea03 .contents_Box .imgBox .table_type01 caption span {
    color: #fff;
    display: inline-block;
    margin-bottom: 1vw;
    font-size: 1.8vw;
    background: #CE3736;
    padding: 1vw 5vw;
    border-radius: 6px;
  }
  .contentsArea03 .contents_Box .imgBox .table_type01 td,
  .contentsArea03 .contents_Box .imgBox .table_type01 th {
    border-top: 1px solid #CE3736;
    border-collapse: collapse;
    vertical-align: middle;
  }
  .contentsArea03 .contents_Box .imgBox .table_type01 th {
    text-align: center;
    font-weight: 400;
    padding: 5px 0;
    width: calc(100% / 3);
  }
  .contentsArea03 .contents_Box .imgBox .table_type01 td {
    padding: 2vw 0;
    text-align: center;
  }
  .contentsArea03 .contents_Box .imgBox .table_type02 {
    width: 100%;
    border-bottom: 1px solid #4E4E4E;
    border-collapse: collapse;
  }
  .contentsArea03 .contents_Box .imgBox .table_type02 caption {
    width: 100%;
  }
  .contentsArea03 .contents_Box .imgBox .table_type02 caption span {
    color: #707070;
    display: inline-block;
    margin-bottom: 1vw;
    font-size: 1.8vw;
    background: #E0E0E0;
    padding: 1vw 5vw;
    border-radius: 6px;
  }
  .contentsArea03 .contents_Box .imgBox .table_type02 td,
  .contentsArea03 .contents_Box .imgBox .table_type02 th {
    border-top: 1px solid #4E4E4E;
    border-collapse: collapse;
    vertical-align: middle;
  }
  .contentsArea03 .contents_Box .imgBox .table_type02 th {
    text-align: center;
    font-weight: 400;
    padding: 5px 0;
    width: 30%;
  }
  .contentsArea03 .contents_Box .imgBox .table_type02 th:first-child {
    width: 40%;
  }
  .contentsArea03 .contents_Box .imgBox .table_type02 td {
    padding: 2vw 0;
    text-align: center;
  }

  .contentsArea03 .contents_Box .textBox {
    width: calc(100% / 2);
    padding-left: 4vw;
  }
  .contentsArea03 .contents_Box .textBox .deco_number {
    font-family: 'Roboto', sans-serif;
    font-size: 14vw;
    font-weight: 900;
    text-align: right;
    color: #CE3736;
    line-height: 1;
    margin: -2vw -2vw 2vw 0;
  }
  .contentsArea03 .contents_Box .textBox h3 {
    font-size: 2.4vw;
    margin-bottom: 2vw;
  }
  .contentsArea03 .contents_Box .textBox .text {
    line-height: 2;
  }


  /* contentsArea07
  ------------------------------------------------------------*/

  .contentsArea07 {
    max-width: 1060px;
    width: 100%;
    padding: 10vw 2vw;
    margin: 0 auto;
  }
  .contentsArea07 .contents_Box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .contentsArea07 .contents_Box .leftBox {
    width: calc(100% / 2);
    padding-right: 2vw;
  }
  .contentsArea07 .contents_Box .leftBox .table_type01 {
    width: 100%;
    border-bottom: 1px solid #CE3736;
    border-collapse: collapse;
    margin: 1vw auto 6vw;
  }
  .contentsArea07 .contents_Box .leftBox .table_type01 caption {
    width: 100%;
    margin-bottom: 1vw;
  }
  .contentsArea07 .contents_Box .leftBox .table_type01 caption span {
    color: #fff;
    display: block;
    margin-bottom: 1vw;
    font-size: 1.8vw;
    background: #CE3736;
    padding: 1vw 5vw;
    border-radius: 6px;
    text-align: center;
  }
  .contentsArea07 .contents_Box .leftBox .table_type01 td,
  .contentsArea07 .contents_Box .leftBox .table_type01 th {
    border-top: 1px solid #CE3736;
    border-collapse: collapse;
    vertical-align: middle;
  }
  .contentsArea07 .contents_Box .leftBox .table_type01 th {
    text-align: center;
    font-weight: 400;
    padding: 5px 0;
    width: calc(100% / 3);
  }
  .contentsArea07 .contents_Box .leftBox .table_type01 td {
    padding: 2vw 0;
    text-align: center;
  }

  .contentsArea07 .contents_Box .rightBox {
    width: calc(100% / 2);
    padding-left: 2vw;
  }

  .contentsArea07 .contents_Box .rightBox .table_type01 {
    width: 100%;
    border-bottom: 1px solid #CE3736;
    border-collapse: collapse;
    margin: 1vw auto 6vw;
  }
  .contentsArea07 .contents_Box .rightBox .table_type01 caption {
    width: 100%;
    margin-bottom: 1vw;
  }
  .contentsArea07 .contents_Box .rightBox .table_type01 caption span {
    color: #fff;
    display: block;
    margin-bottom: 1vw;
    font-size: 1.8vw;
    background: #CE3736;
    padding: 1vw 5vw;
    border-radius: 6px;
    text-align: center;
  }
  .contentsArea07 .contents_Box .rightBox .table_type01 td,
  .contentsArea07 .contents_Box .rightBox .table_type01 th {
    border-top: 1px solid #CE3736;
    border-collapse: collapse;
    vertical-align: middle;
  }
  .contentsArea07 .contents_Box .rightBox .table_type01 th {
    text-align: center;
    font-weight: 400;
    padding: 5px 0;
    width: calc(100% / 3);
  }
  .contentsArea07 .contents_Box .rightBox .table_type01 td {
    padding: 2vw 0;
    text-align: center;
  }

  .contentsArea07 .contents_Box .table_type01 td .normal-price {
    display: inline-block;
    padding-bottom: 4vw;
    position: relative;
  }
  .contentsArea07 .contents_Box .table_type01 td .normal-price:before {
    content: "";
    display: block;
    position: absolute;
    top: 0.9em;
    left: 0;
    right: 0;
    margin: auto;
    height: 3px;
    width: 100%;
    background: #CE3736;
  }
  .contentsArea07 .contents_Box .table_type01 td .normal-price:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 1vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.2vw 1.4vw 0 1.4vw;
    border-color: #CE3736 transparent transparent transparent;
  }
  .contentsArea07 .contents_Box .table_type01 td .campaign-price {
    display: block;
    color: #CE3736;
    line-height: 1.6;
  }
  .contentsArea07 .contents_Box .table_type01 td .campaign-price .campaign-text {
    display: block;
    font-size: 1.2vw;
    letter-spacing: 0;
  }

  .contentsArea07 .contents_Box .priceDl01 {
  }
  .contentsArea07 .contents_Box .priceDl01 dt {
    display: inline-block;
    font-weight: normal;
    color: #fff;
    font-size: 1.8vw;
    background: #CE3736;
    padding: 1.5vw 3vw;
    border-radius: 6px;
    text-align: center;
    vertical-align: top;
    margin-right: 2vw;
    width: 13vw;
  }
  .contentsArea07 .contents_Box .priceDl01 dd {
    display: inline-block;
    vertical-align: top;
    border-top: 1px solid #CE3736;
    border-bottom: 1px solid #CE3736;
    text-align: center;
    padding: 8px 0 5px;
    width: calc(100% - 16vw);
  }
  .contentsArea07 .contents_Box .priceDl01 .normal-price {
    display: inline-block;
    margin-right: 6vw;
    position: relative;
    vertical-align: 1vw;
  }
  .contentsArea07 .contents_Box .priceDl01 .normal-price:before {
    content: "";
    display: block;
    position: absolute;
    top: 0.9em;
    left: 0;
    right: 0;
    margin: auto;
    height: 3px;
    width: 100%;
    background: #CE3736;
  }
  .contentsArea07 .contents_Box .priceDl01 .normal-price:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -4vw;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 1.4vw 0 1.4vw 2.2vw;
    border-color: transparent transparent transparent #CE3736;
  }
  .contentsArea07 .contents_Box .priceDl01 .campaign-price {
    display: inline-block;
    color: #CE3736;
    line-height: 1.6;
  }
  .contentsArea07 .contents_Box .priceDl01 .campaign-price .campaign-text {
    display: block;
    font-size: 1.2vw;
    letter-spacing: 0;
  }

  .contentsArea07 .contents_Box .priceDl02 {
  }
  .contentsArea07 .contents_Box .priceDl02 dt {
    display: inline-block;
    font-weight: normal;
    color: #fff;
    font-size: 1.6vw;
    line-height: 1.6;
    background: #CE3736;
    padding: 1vw 1vw;
    border-radius: 6px;
    text-align: center;
    vertical-align: top;
    margin-right: 2vw;
    width: 24vw;
  }
  .contentsArea07 .contents_Box .priceDl02 dd {
    display: inline-block;
    vertical-align: top;
    line-height: 1.4;
    border-top: 1px solid #CE3736;
    border-bottom: 1px solid #CE3736;
    text-align: center;
    padding: 1vw 0;
    width: calc(100% - 27vw);
  }


  /* contentsArea08
  ------------------------------------------------------------*/

  .contentsArea08 {
    max-width: 1060px;
    width: 100%;
    padding: 10vw 2vw;
    margin: 0 auto;
  }
  .contentsArea08 .contents_Box {
    display: flex;
    flex-direction: row-reverse;
  }
  .contentsArea08 .contents_Box .imgBox {
    width: 32vw;
  }
  .contentsArea08 .contents_Box .imgBox img {
    width: 20vw;
    display: block;
    margin: 0 auto 5vw;
  }
  .contentsArea08 .contents_Box .textBox {
    width: calc(100% - 32vw);
  }

  .contentsArea08 .contents_Box .textBox .flexBox {
    display: flex;
    padding: 0 0 4vw;
  }
  .contentsArea08 .contents_Box .textBox .overline {
    border-top: 1px solid #fff;
    padding: 4vw 0;
  }
  .contentsArea08 .contents_Box .textBox .flexBox .icon {
    width: 12vw;
    padding-right: 2vw;
  }
  .contentsArea08 .contents_Box .textBox .flexBox .text {
    width: calc(100% - 12vw);
    color: #fff;
  }
  .contentsArea08 .contents_Box .textBox .flexBox .text h3 {
    font-size: 2.4vw;
    margin-bottom: 5px;
  }
  .contentsArea08 .contents_Box .textBox .flexBox .text p {
  }


  /* contentsArea09
  ------------------------------------------------------------*/

  .contentsArea09 {
    max-width: 1060px;
    width: 100%;
    padding: 10vw 2vw;
    margin: 0 auto;
  }
  .contentsArea09 .contents_Box {
  }
  .contentsArea09 .contents_Box .gmap {
    margin-bottom: 5vw;
  }
  .contentsArea09 .contents_Box .gmap iframe {
    width: 100%;
    height: 50vw;
  }
  .contentsArea09 .contents_Box dl {
  }
  .contentsArea09 .contents_Box dl dt {
    display: inline-block;
    padding-right: 3vw;
  }
  .contentsArea09 .contents_Box dl dt span {
    display: inline-block;
    border: 2px solid #CE3736;
    border-radius: 4vw;
    padding: 1vw 4vw;
    color: #CE3736;
  }
  .contentsArea09 .contents_Box dl dd {
    display: inline-block;
    vertical-align: top;
  }


  /* contentsArea10
  ------------------------------------------------------------*/

  .contentsArea10 {
    max-width: 1060px;
    width: 100%;
    padding: 10vw 2vw;
    margin: 0 auto;
  }
  .contentsArea10 .contents_Box {
  }
  .contentsArea10 .contents_Box dl {
  }
  .contentsArea10 .contents_Box dl dt {
    display: inline-block;
    width: 23vw;
    padding-right: 2vw;
    margin-bottom: 5vw;
  }
  .contentsArea10 .contents_Box dl dt span {
    display: inline-block;
    border: 2px solid #CE3736;
    border-radius: 4vw;
    padding: 1vw 3vw;
    color: #CE3736;
  }
  .contentsArea10 .contents_Box dl dd {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 24vw);
    margin-bottom: 5vw;
  }

  .contentsArea10 .contents_Box dl dd .disc li {
    margin-bottom: 0.7em;
    position: relative;
    padding-left: 1em;
  }
  .contentsArea10 .contents_Box dl dd .disc li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7em;
    background: #000;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    display: block;
  }


  /* footer
  ------------------------------------------------------------*/
  footer {
    padding: 10vw 0 3vw;
    background: #CE3736;
  }
  footer .footerLogo {
    width: 33vw;
    margin: 0 auto 10vw;
  }
  footer .copyright {
    color: #fff;
    font-size: 1.2vw;
    text-align: center;
  }
























}






/* PC,SP切り替え
------------------------------------------------------------*/
.pc-on {
  display: block !important;
}

.pc-on-inlineblock {
  display: inline-block !important;
}
.pc-on-inline {
  display: inline !important;
}
.pc-on-flex {
  display: flex !important;
}

.sp-on {
  display: none !important;
}

.sp-on-inlineblock {
  display: none !important;
}
.sp-on-inline {
  display: none !important;
}






/* スマートフォン
-----------------------------------------------*/
@media only screen and (max-width: 767px) {

  /* PC,SP切り替え
  ------------------------------------------------------------*/
  .pc-on {
      display: none !important;
  }

  .pc-on-inlineblock {
      display: none !important;
  }
  .pc-on-inline {
      display: none !important;
  }
  .pc-on-flex {
    display: none !important;
  }

  .sp-on {
      display: block !important;
  }

  .sp-on-inlineblock {
      display: inline-block !important;
  }
  .sp-on-inline {
      display: inline !important;
  }

  /* 全体設定
  ------------------------------------------------------------*/

  body {
    font-size: 3.4vw;
    line-height: 1.6;
    letter-spacing: 1px;
    color: #000;
    font-weight: 500;
    width: 100%;
    position: relative;
/*    text-align: justify;
    text-justify: inter-ideograph;*/
    overflow-x: hidden;
  }
  img.img_insert_left {
    float: left;
    margin: 0 6vw 8vw 0;
    width: 40vw;
  }
  img.img_insert_right {
    float: right;
    margin: 0 6vw 8vw 8vw;
    width: 60vw;
  }
  .text-small {
    font-size: 2.8vw;
    line-height: 1.6;
  }
  .text-large {
    font-size: 4.8vw;
    line-height: 1.6;
  }
  .text-center {
    text-align: center;
  }
  .text-center-pc {
    text-align: center;
  }
  .text-right {
    text-align: right;
  }
  .note {
    text-indent: -1em;
    margin-left: 1em;
  }
  strong {
    font-weight: bold;
  }

  .text-centerBox{
    text-align: center;
  }



  /* header
  ------------------------------------------------------------*/

  .headerArea {
    position: fixed;
    top: 0;
    z-index: 99;
    background: #CE3736;
    width: 100%;
    opacity: .9;
    padding: 3.5vw 0 1vw;
    height: 14vw;
    display: block;
    align-items: center;
  }

  .headerArea .inner {
    max-width: 1200px;
    width: 100%;
    padding: 0 4vw;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .headerArea .inner .headerLogo {
    width: 24vw;
  }
  .headerArea .inner .globalMenu {
    display: none;
  }
  .headerArea .inner .spMenu_btn {
    display: block;
    width: 6vw;
    height: 6vw;
    cursor: pointer;
    position: relative;
    z-index: 9999;
  }
  .headerArea .inner .spMenu_btn span {
    display: block;
    width: 6vw;
    height: 1px;
    border-top: 2px solid #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    transition: .3s border-top ease;
  }
  .headerArea .inner .spMenu_btn span:before,
  .headerArea .inner .spMenu_btn span:after {
    content: "";
    display: block;
    width: 6vw;
    height: 1px;
    border-top: 2px solid #fff;
    position: absolute;
    left: 0;
    transition: .3s transform ease;
  }
  .headerArea .inner .spMenu_btn span:before {
    top: 8px;
  }
  .headerArea .inner .spMenu_btn span:after {
    bottom: 9px;
  }

  .headerArea .inner .spMenu_btn.is-active span {
    border-top: 2px solid transparent;
    transition: .3s border-top ease;
  }
  .headerArea .inner .spMenu_btn.is-active span:before {
    transform: rotate(-135deg);
    top: -1px;
    transition: .3s transform ease;
  }
  .headerArea .inner .spMenu_btn.is-active span:after {
    transform: rotate(135deg);
    bottom: -1px;
    transition: .3s transform ease;
  }



  .headerArea .spMenu {
    display: none;
    background: #CE3736;
    width: 100%;
    height: 100vh;
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
  }
  .headerArea .spMenu ul {
    margin: 20vw 0 0 10vw;
  }
  .headerArea .spMenu ul li {
    margin-bottom: 8vw;
  }
  .headerArea .spMenu ul li a {
    color: #fff;
  }
  .headerArea .spMenu .spMenuLogo {
    width: 30vw;
    margin: 20vw auto 0;
  }


  /* kvArea
  ------------------------------------------------------------*/

  .kvArea {
    width: 100%;
    padding: 0;
    margin: 14vw auto 0;
  }

  .kvArea .slick01 {
    position: relative;
  }
  .kvArea .slick01 .slide-dots {
    position: absolute;
    bottom: 4vw;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
  }
  .kvArea .slick01 .slide-dots li {
    display: inline-block;
    width: 2.4vw;
    height: 2.4vw;
    background: #fff;
    border-radius: 1.2vw;
    margin: 0 2vw;
    font-size: 0;
  }
  .kvArea .slick01 .slide-dots li.slick-active {
    background: #CE3736;
  }

  /* common
  ------------------------------------------------------------*/

  .bg_gray {
    background: #E0E0E0;
  }
  .bg_red {
    background: #CE3736;
  }

  .h2_Box {
    text-align: left;
    margin-bottom: 8vw;
  }
  .h2_Box .inner {
    display: inline-block;
  }
  .h2_Box .inner .icon {
    display: inline-block;
    width: 14vw;
    vertical-align: text-bottom;
  }
  .h2_Box .inner h2 {
    display: inline-block;
    padding-left: 3vw;
    text-align: left;
    line-height: 1.4;
    font-size: 4vw;
  }
  .h2_Box .inner h2 span {
    font-size: 7vw;
    font-family: 'Roboto', sans-serif;
    color: #CE3736;
  }

  .h2_Box_type2 {
    text-align: left;
    margin-bottom: 8vw;
  }
  .h2_Box_type2 .inner {
    display: inline-block;
  }
  .h2_Box_type2 .inner .icon {
    display: inline-block;
    width: 12vw;
    vertical-align: text-bottom;
  }
  .h2_Box_type2 .inner h2 {
    display: inline-block;
    padding-left: 3vw;
    text-align: left;
    line-height: 1.4;
    color: #fff;
  }
  .h2_Box_type2 .inner h2 span {
    font-size: 6vw;
    font-family: 'Roboto', sans-serif;
    color: #fff;
  }

  .linkBtn01 {
    color: #fff;
    display: inline-block;
    margin: 2vw auto;
    font-size: 4vw;
    background: #CE3736;
    padding: 4vw 6vw 4vw 10vw;
    border-radius: 1.2vw;
    position: fixed;
    right: 0;
    left: 0;
    bottom: 2vw;
    z-index: 99;
    width: 84vw;
  }
  .linkBtn01:hover {
    color: #fff;
  }
  .linkBtn01 span {
    display: block;
    position: relative;
    padding-right: 10vw;
  }
  .linkBtn01 span img {
    display: block;
    width: 6vw;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }

  .linkBtn02 {
    color: #fff;
    display: inline-block;
    margin: 2vw 0;
    font-size: 3.6vw;
    background: #CE3736;
    padding: 2vw 6vw 2vw 10vw;
    border-radius: 1.2vw;
  }
  .linkBtn02:hover {
    color: #fff;
  }
  .linkBtn02 span {
    display: block;
    position: relative;
    padding-right: 10vw;
  }
  .linkBtn02 span img {
    display: block;
    width: 6vw;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }



  /* contentsArea01,contentsArea05
  ------------------------------------------------------------*/

  .contentsArea01,
  .contentsArea05 {
    max-width: 1060px;
    width: 100%;
    padding: 14vw 8vw;
    margin: 0 auto;
  }
  .contentsArea01 .contents_Box,
  .contentsArea05 .contents_Box {
    display: block;
  }
  .contentsArea01 .contents_Box .imgBox,
  .contentsArea05 .contents_Box .imgBox {
    width: 100%;
    padding-right: 0;
    margin-bottom: 8vw;
  }
  .contentsArea01 .contents_Box .textBox,
  .contentsArea05 .contents_Box .textBox {
    width: 100%;
    padding-left: 0;
  }
  .contentsArea01 .contents_Box .textBox .deco_number,
  .contentsArea05 .contents_Box .textBox .deco_number {
    font-family: 'Roboto', sans-serif;
    font-size: 20vw;
    font-weight: 900;
    text-align: left;
    color: #CE3736;
    line-height: 1;
    margin: 0 0 4vw 0;
  }
  .contentsArea01 .contents_Box .textBox h3,
  .contentsArea05 .contents_Box .textBox h3 {
    font-size: 4.5vw;
    margin-bottom: 4vw;
  }
  .contentsArea01 .contents_Box .textBox .text,
  .contentsArea05 .contents_Box .textBox .text {
    line-height: 2;
  }



  /* contentsArea02,contentsArea04,contentsArea06
  ------------------------------------------------------------*/

  .contentsArea02,
  .contentsArea04,
  .contentsArea06 {
    max-width: 1060px;
    width: 100%;
    padding: 14vw 8vw;
    margin: 0 auto;
  }
  .contentsArea02 .contents_Box,
  .contentsArea04 .contents_Box,
  .contentsArea06 .contents_Box {
    display: block;
  }
  .contentsArea02 .contents_Box .imgBox,
  .contentsArea04 .contents_Box .imgBox,
  .contentsArea06 .contents_Box .imgBox {
    width: 100%;
    padding-left: 0;
    margin-bottom: 8vw;
  }
  .contentsArea02 .contents_Box .textBox,
  .contentsArea04 .contents_Box .textBox,
  .contentsArea06 .contents_Box .textBox {
    width: 100%;
    padding-right: 0;
  }
  .contentsArea02 .contents_Box .textBox .deco_number,
  .contentsArea04 .contents_Box .textBox .deco_number,
  .contentsArea06 .contents_Box .textBox .deco_number {
    font-family: 'Roboto', sans-serif;
    font-size: 20vw;
    font-weight: 900;
    text-align: left;
    color: #CE3736;
    line-height: 1;
    margin: 0 0 4vw 0;
  }
  .contentsArea02 .contents_Box .textBox h3,
  .contentsArea04 .contents_Box .textBox h3,
  .contentsArea06 .contents_Box .textBox h3 {
    font-size: 4.5vw;
    margin-bottom: 4vw;
  }
  .contentsArea02 .contents_Box .textBox .text,
  .contentsArea04 .contents_Box .textBox .text,
  .contentsArea06 .contents_Box .textBox .text {
    line-height: 2;
  }







  /* contentsArea03
  ------------------------------------------------------------*/

  .contentsArea03 {
    max-width: 1060px;
    width: 100%;
    padding: 14vw 8vw;
    margin: 0 auto;
  }
  .contentsArea03 .contents_Box {
    display: block;
  }
  .contentsArea03 .contents_Box .imgBox {
    width: 100%;
  }
  .contentsArea03 .contents_Box .imgBox .table_type01 {
    width: 100%;
    border-bottom: 1px solid #CE3736;
    border-collapse: collapse;
    margin: 2vw auto 12vw;
  }
  .contentsArea03 .contents_Box .imgBox .table_type01 caption {
    width: 100%;
  }
  .contentsArea03 .contents_Box .imgBox .table_type01 caption span {
    color: #fff;
    display: block;
    text-align: center;
    margin-bottom: 2vw;
    font-size: 4.5vw;
    background: #CE3736;
    padding: 2vw 10vw;
    border-radius: 1.2vw;
  }
  .contentsArea03 .contents_Box .imgBox .table_type01 td,
  .contentsArea03 .contents_Box .imgBox .table_type01 th {
    border-top: 1px solid #CE3736;
    border-collapse: collapse;
    vertical-align: middle;
  }
  .contentsArea03 .contents_Box .imgBox .table_type01 th {
    text-align: center;
    font-weight: 400;
    padding: 1vw 0;
    width: calc(100% / 3);
  }
  .contentsArea03 .contents_Box .imgBox .table_type01 td {
    padding: 4vw 0;
    text-align: center;
  }
  .contentsArea03 .contents_Box .imgBox .table_type02 {
    width: 100%;
    border-bottom: 1px solid #4E4E4E;
    border-collapse: collapse;
  }
  .contentsArea03 .contents_Box .imgBox .table_type02 caption {
    width: 100%;
  }
  .contentsArea03 .contents_Box .imgBox .table_type02 caption span {
    color: #707070;
    display: block;
    text-align: center;
    margin-bottom: 2vw;
    font-size: 4.5vw;
    background: #E0E0E0;
    padding: 2vw 10vw;
    border-radius: 1.2vw;
  }
  .contentsArea03 .contents_Box .imgBox .table_type02 td,
  .contentsArea03 .contents_Box .imgBox .table_type02 th {
    border-top: 1px solid #4E4E4E;
    border-collapse: collapse;
    vertical-align: middle;
  }
  .contentsArea03 .contents_Box .imgBox .table_type02 th {
    text-align: center;
    font-weight: 400;
    padding: 1vw 0;
    width: 30%;
  }
  .contentsArea03 .contents_Box .imgBox .table_type02 th:first-child {
    width: 40%;
  }
  .contentsArea03 .contents_Box .imgBox .table_type02 td {
    padding: 4vw 0;
    text-align: center;
  }

  .contentsArea03 .contents_Box .textBox {
    width: 100%;
    padding-left: 0;
    margin-bottom: 10vw;
  }
  .contentsArea03 .contents_Box .textBox .deco_number {
    font-family: 'Roboto', sans-serif;
    font-size: 20vw;
    font-weight: 900;
    text-align: left;
    color: #CE3736;
    line-height: 1;
    margin: 0 0 4vw 0;
  }
  .contentsArea03 .contents_Box .textBox h3 {
    font-size: 4.5vw;
    margin-bottom: 4vw;
  }
  .contentsArea03 .contents_Box .textBox .text {
    line-height: 2;
  }


  /* contentsArea07
  ------------------------------------------------------------*/

  .contentsArea07 {
    max-width: 1060px;
    width: 100%;
    padding: 14vw 8vw;
    margin: 0 auto;
  }
  .contentsArea07 .contents_Box {
    display: block;
  }
  .contentsArea07 .contents_Box .leftBox {
    width: 100%;
    padding-right: 0;
  }
  .contentsArea07 .contents_Box .leftBox .table_type01 {
    width: 100%;
    border-bottom: 1px solid #CE3736;
    border-collapse: collapse;
    margin: 2vw auto 12vw;
  }
  .contentsArea07 .contents_Box .leftBox .table_type01 caption {
    width: 100%;
    margin-bottom: 2vw;
  }
  .contentsArea07 .contents_Box .leftBox .table_type01 caption span {
    color: #fff;
    display: block;
    margin-bottom: 2vw;
    font-size: 3.6vw;
    background: #CE3736;
    padding: 2vw 10vw;
    border-radius: 6px;
    text-align: center;
  }
  .contentsArea07 .contents_Box .leftBox .table_type01 td,
  .contentsArea07 .contents_Box .leftBox .table_type01 th {
    border-top: 1px solid #CE3736;
    border-collapse: collapse;
    vertical-align: middle;
  }
  .contentsArea07 .contents_Box .leftBox .table_type01 th {
    text-align: center;
    font-weight: 400;
    padding: 1vw 0;
    width: calc(100% / 3);
  }
  .contentsArea07 .contents_Box .leftBox .table_type01 td {
    padding: 4vw 0;
    text-align: center;
  }

  .contentsArea07 .contents_Box .rightBox {
    width: 100%;
    padding-left: 0;
  }

  .contentsArea07 .contents_Box .rightBox .table_type01 {
    width: 100%;
    border-bottom: 1px solid #CE3736;
    border-collapse: collapse;
    margin: 2vw auto 12vw;
  }
  .contentsArea07 .contents_Box .rightBox .table_type01 caption {
    width: 100%;
    margin-bottom: 2vw;
  }
  .contentsArea07 .contents_Box .rightBox .table_type01 caption span {
    color: #fff;
    display: block;
    margin-bottom: 2vw;
    font-size: 3.6vw;
    background: #CE3736;
    padding: 2vw 10vw;
    border-radius: 6px;
    text-align: center;
  }
  .contentsArea07 .contents_Box .rightBox .table_type01 td,
  .contentsArea07 .contents_Box .rightBox .table_type01 th {
    border-top: 1px solid #CE3736;
    border-collapse: collapse;
    vertical-align: middle;
  }
  .contentsArea07 .contents_Box .rightBox .table_type01 th {
    text-align: center;
    font-weight: 400;
    padding: 1vw 0;
    width: calc(100% / 3);
  }
  .contentsArea07 .contents_Box .rightBox .table_type01 td {
    padding: 4vw 0;
    text-align: center;
  }

  .contentsArea07 .contents_Box .table_type01 td .normal-price {
    display: inline-block;
    padding-bottom: 8vw;
    position: relative;
  }
  .contentsArea07 .contents_Box .table_type01 td .normal-price:before {
    content: "";
    display: block;
    position: absolute;
    top: 0.7em;
    left: 0;
    right: 0;
    margin: auto;
    height: 3px;
    width: 100%;
    background: #CE3736;
  }
  .contentsArea07 .contents_Box .table_type01 td .normal-price:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 2vw;
    left: 0;
    right: 0;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4.4vw 2.8vw 0 2.8vw;
    border-color: #CE3736 transparent transparent transparent;
  }
  .contentsArea07 .contents_Box .table_type01 td .campaign-price {
    display: block;
    color: #CE3736;
    line-height: 1.6;
  }
  .contentsArea07 .contents_Box .table_type01 td .campaign-price .campaign-text {
    display: block;
    font-size: 2.4vw;
    letter-spacing: 0;
  }

  .contentsArea07 .contents_Box .priceDl01 {
    margin-bottom: 10vw;
  }
  .contentsArea07 .contents_Box .priceDl01 dt {
    display: block;
    font-weight: normal;
    color: #fff;
    font-size: 3.6vw;
    background: #CE3736;
    padding: 3vw 8vw;
    border-radius: 6px;
    text-align: center;
    vertical-align: top;
    margin-right: 0;
    margin-bottom: 4vw;
    width: 100%;
  }
  .contentsArea07 .contents_Box .priceDl01 dd {
    display: block;
    vertical-align: top;
    border-top: 1px solid #CE3736;
    border-bottom: 1px solid #CE3736;
    text-align: center;
    padding: 1.6vw 0 1vw;
    width: 100%;
  }
  .contentsArea07 .contents_Box .priceDl01 .normal-price {
    display: inline-block;
    margin-right: 12vw;
    position: relative;
    vertical-align: 2vw;
  }
  .contentsArea07 .contents_Box .priceDl01 .normal-price:before {
    content: "";
    display: block;
    position: absolute;
    top: 0.7em;
    left: 0;
    right: 0;
    margin: auto;
    height: 3px;
    width: 100%;
    background: #CE3736;
  }
  .contentsArea07 .contents_Box .priceDl01 .normal-price:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -8vw;
    margin: auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 2.8vw 0 2.8vw 4.4vw;
    border-color: transparent transparent transparent #CE3736;
  }
  .contentsArea07 .contents_Box .priceDl01 .campaign-price {
    display: inline-block;
    color: #CE3736;
    line-height: 1.6;
  }
  .contentsArea07 .contents_Box .priceDl01 .campaign-price .campaign-text {
    display: block;
    font-size: 2.4vw;
    letter-spacing: 0;
  }

  .contentsArea07 .contents_Box .priceDl02 {
    margin-bottom: 6vw;
  }
  .contentsArea07 .contents_Box .priceDl02 dt {
    display: block;
    font-weight: normal;
    color: #fff;
    font-size: 3.2vw;
    line-height: 1.6;
    background: #CE3736;
    padding: 2vw 4vw;
    border-radius: 6px;
    text-align: center;
    vertical-align: top;
    margin-right: 0;
    margin-bottom: 4vw;
    width: 100%;
  }
  .contentsArea07 .contents_Box .priceDl02 dd {
    display: inline-block;
    vertical-align: top;
    line-height: 1.4;
    border-top: 1px solid #CE3736;
    border-bottom: 1px solid #CE3736;
    text-align: center;
    padding: 2vw 0;
    width: 100%;
  }

  /* contentsArea08
  ------------------------------------------------------------*/

  .contentsArea08 {
    max-width: 1060px;
    width: 100%;
    padding: 14vw 8vw;
    margin: 0 auto;
  }
  .contentsArea08 .contents_Box {
    display: block;
  }
  .contentsArea08 .contents_Box .imgBox {
    width: 100%;
  }
  .contentsArea08 .contents_Box .imgBox img {
    width: 100%;
    display: block;
    margin-bottom: 10vw;
  }
  .contentsArea08 .contents_Box .textBox {
    width: 100%;
  }

  .contentsArea08 .contents_Box .textBox .flexBox {
    display: flex;
    padding: 0 0 8vw;
  }
  .contentsArea08 .contents_Box .textBox .overline {
    border-top: 1px solid #fff;
    padding: 8vw 0;
  }
  .contentsArea08 .contents_Box .textBox .flexBox .icon {
    width: 22vw;
    padding-right: 4vw;
  }
  .contentsArea08 .contents_Box .textBox .flexBox .text {
    width: calc(100% - 22vw);
    color: #fff;
  }
  .contentsArea08 .contents_Box .textBox .flexBox .text h3 {
    font-size: 4.5vw;
    margin-bottom: 1vw;
  }
  .contentsArea08 .contents_Box .textBox .flexBox .text p {
  }


  /* contentsArea09
  ------------------------------------------------------------*/

  .contentsArea09 {
    max-width: 1060px;
    width: 100%;
    padding: 14vw 8vw;
    margin: 0 auto;
  }
  .contentsArea09 .contents_Box {
  }
  .contentsArea09 .contents_Box .gmap {
    margin-bottom: 10vw;
  }
  .contentsArea09 .contents_Box .gmap iframe {
    width: 100%;
    height: 100vw;
  }
  .contentsArea09 .contents_Box dl {
  }
  .contentsArea09 .contents_Box dl dt {
    display: inline-block;
    padding-right: 0;
    margin-bottom: 4vw;
    font-size: 4.5vw;
  }
  .contentsArea09 .contents_Box dl dt span {
    display: inline-block;
    border: 2px solid #CE3736;
    border-radius: 8vw;
    padding: 2vw 8vw;
    color: #CE3736;
  }
  .contentsArea09 .contents_Box dl dd {
    display: inline-block;
    vertical-align: top;
  }


  /* contentsArea10
  ------------------------------------------------------------*/

  .contentsArea10 {
    max-width: 1060px;
    width: 100%;
    padding: 14vw 8vw;
    margin: 0 auto;
  }
  .contentsArea10 .contents_Box {
  }
  .contentsArea10 .contents_Box dl {
  }
  .contentsArea10 .contents_Box dl dt {
    display: inline-block;
    width: 100%;
    padding-right: 0;
    margin-bottom: 4vw;
  }
  .contentsArea10 .contents_Box dl dt span {
    display: inline-block;
    border: 2px solid #CE3736;
    border-radius: 8vw;
    padding: 2vw 6vw;
    color: #CE3736;
    font-size: 4.5vw;
  }
  .contentsArea10 .contents_Box dl dd {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    margin-bottom: 6vw;
  }

  .contentsArea10 .contents_Box dl dd .disc li {
    margin-bottom: 0.7em;
    position: relative;
    padding-left: 1em;
  }
  .contentsArea10 .contents_Box dl dd .disc li:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7em;
    background: #000;
    width: 4px;
    height: 4px;
    border-radius: 2px;
    display: block;
  }


  /* footer
  ------------------------------------------------------------*/
  footer {
    padding: 20vw 0 20vw;
    background: #CE3736;
  }
  footer .footerLogo {
    width: 66vw;
    margin: 0 auto 20vw;
  }
  footer .copyright {
    color: #fff;
    font-size: 2.4vw;
    text-align: center;
  }







}


