@charset 'UTF-8';
header {
  top: 0;
  left: 0;
  background: #fff;
  padding: 1% 0;
  box-shadow: 0px 1px 10px 1px rgba(0, 0, 0, 0.3);
  z-index: 100;
}

header div {
  max-width: 1000px;
  margin: 0 auto;
}

header div figure {
  width: 20%;
}

header div a {
  width: 25%;
}

@media screen and (max-width: 767px) {
  header {
    padding: 2% 0;
  }
  header div {
    width: 92%;
    margin: 0 auto;
  }
  header div figure {
    width: 35%;
    margin: 0;
  }
  header div a {
    width: 45%;
  }
}

.flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flex_w {
  flex-wrap: wrap;
}

.mv {
  background: url(../img/mv_bg.jpg) no-repeat center;
  background-size: 100%;
}

.mv_content {
  padding: 3% 0 0;
}

.mv_content figure {
  margin-top: 5px;
  margin-bottom: 5px;
}

.btn_01 {
  margin: 3% 0;
}

.btn_01 img {
  margin: 0 auto;
}

.m-w-auto {
  margin: 0 auto;
}

.db {
  display: block;
}

.w10 {
  width: 100%;
}
.w9 {
  width: 90%;
}
.w8 {
  width: 80%;
}
.w7 {
  width: 70%;
}
.w6 {
  width: 60%;
}
.w5 {
  width: 50%;
}
.w4 {
  width: 40%;
}
.w3 {
  width: 30%;
}
.w2 {
  width: 20%;
}
.w1 {
  width: 10%;
}

@media screen and (max-width: 767px) {
  .mv {
    background: url(../img/mv_bg_sp.jpg) no-repeat center;
    background-size: 100%;
  }
  .mv_content {
    padding: 0;
    width: 92%;
    margin: 0 auto;
  }
  .btn_01 {
    margin: 4% auto 7%;
    width: 90%;
  }
}

.sec_03_first_content {
  background: url(../img/sec_03_title_bg.jpg) no-repeat center;
  background-position: bottom;
  background-size: 100%;
}

.sec_03_title {
  margin-bottom: 4%;
}

@media screen and (max-width: 767px) {
  .sec_03_title {
    margin-bottom: 8%;
  }
}

.sec_03_second_content {
  background: url(../img/sec_03_bg.jpg) no-repeat center;
  background-size: cover;
}

.sec_03_second_content figure {
  width: 48.5%;
  margin-top: 2%;
}

.sec_03_second_content div {
  padding-top: 1%;
  padding-bottom: 2%;
}

@media screen and (max-width: 767px) {
  .sec_03_first_content {
    background: url(../img/sec_03_title_bg_sp.jpg) no-repeat center;
    background-position: bottom;
    background-size: 100%;
  }
  .sec_03_first_content .inner {
    width: 97%;
        margin-top: -2%;
  }
  .sec_03_second_content .inner {
    padding: 3% 0;
    width: 100%;
  }
  .sec_03_second_content figure {
    width: 100%;
    margin-top: 3%;
  }
  .float-right {
    float: right;
  }
}

.sec_04 {
  background: #353535;
  position: relative;
}

.sec_04 > .line01 {
  position: absolute;
  top: 0;
  width: 100%;
}

.sec_04 > .line02 {
  position: absolute;
  bottom: 0;
  width: 100%;
}

.sec_04 .inner {
  padding: 3% 0 2.5%;
}

.sec_04_content {
  margin-top: 1%;
}

@media screen and (max-width: 767px) {
  .sec_04 .inner {
    padding: 8% 0 9%;
  }
}

.sec_05 {
  background: url(../img/sec_05_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 4% 0;
}

.sec_05_p {
  margin-top: 3%;
}

.item_acc {
  width: 100%;
  background: #102540;
  color: #fff;
  text-align: center;
  font-size: 1.3vw;
  border-radius: 0px;
  padding: 2px;
  position: relative;
  border: 3px solid #102540;
}
.sec_05 .item_acc > div {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  border: 2px solid #fff;
  border-radius: 5px;
}

@media screen and (max-width: 767px) {
  .sec_05 {
    padding: 8% 0;
    background: url(../img/sec_05_bg.jpg) no-repeat center;
    background-size: cover;
  }
  .sec_05_p {
    font-size: 14px;
  }
  .sec_05 .item_acc > div {
    border: 1px solid #fff;
    border-radius: 5px;
  }
  .item_acc {
    padding: 0px;
  }
}

.item_acc > div span {
  margin: 2% 0;
  display: block;
}

.item_acc img {
  position: absolute;
  width: 4.5%;
  left: 30px;
  top: 33%;
}

@media screen and (min-width: 767px) {
    .sec_05 .item_acc img,
    .sec_09 .item_acc img {
      width: 2.5%;
    } 
}

.arrow::before {
  position: absolute;
  content: "";
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 12px;
  height: 12px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transition: transform 0.3s ease-out; /* アニメーションを追加 */
}

.arrow.arrow-open::before {
  transform: rotate(315deg);
}

.content_items > div {
  width: 50%;
  padding: 3%;
  background: #fff;
  border: solid 2px #102540;
}
.box {
  background: #fff;
  border: 2px solid #102540;
  margin-top: 3%;
  border-radius: 10px;
  box-sizing: border-box;
}
.acc_outside {
  background: #fff;
  border: 2px solid #102540;
  margin-top: 3%;
  border-radius: 10px;
  box-sizing: border-box;
}

.detaile_area_content {
  margin: 0% 0;
}

.acc_content {
  opacity: 0;
  height: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.1s linear, visibility 0.1s linear, height 0.3s ease-out;
}

.arrow + div.open {
  opacity: 1 !important;
  height: auto;
  visibility: visible;
  pointer-events: auto;
  transition: height 0.1s ease-out, opacity 0.1s linear 0.1s,
    visibility 0.1s linear 0.1s;
}

.item_name,
.item_pre,
.item_price {
  text-align: left;
}

.item_name {
  font-size: 16px;
}

.fls {
  text-align: left;
  margin-bottom: 5px;
  font-size: 14px;
}

.item_title {
  padding: 2px 3px;
  background: #1f2a40;
  color: #fff;
  display: inline-block;
  margin-right: 5px;
  font-size: 12px;
}

.bg_r {
  background: #c00b1a;
}

.fc_r {
  color: #c00b1a;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 767px) {
  .content_items > div {
    width: 95%;
    padding: 3%;
    margin: 0 auto;
  }
  .item_acc > div span {
    margin: 4% 0;
    display: block;
    font-size: 4vw;
  }
  .arrow::before {
    width: 8px;
    height: 8px;
  }
  .sec_09 .arrow::before {
    top: -45%;
  }
  .acc_outside {
    border-radius: 5px;
  }
  .item_acc img {
    top: 14%;
  }
  .sec_05 .item_acc img {
      top: 33%;
    }
  .sec_09 .item_acc img {
      top: 15%;
    }
}

.sec_06 {
  padding: 3% 0;
  background: url(../img/sec_06_bg.jpg) no-repeat center;
  background-size: cover;
}

.sec_06_title {
  margin-bottom: 3%;
}

@media screen and (max-width: 767px) {
  .sec_06 {
    padding: 6% 0;
  }
  .sec_06_title {
    margin-bottom: 5%;
  }
}

.sec_07 {
  background: url(../img/sec_07_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 3% 0;
}

.sec_07_content {
  padding: 5% 0 3%;
}

.sec_07 p {
  padding: 0 0 4%;
}

@media screen and (max-width: 767px) {
  .sec_07 {
    padding: 6% 0;
  }
  .sec_07 p {
    font-size: 14px;
    text-align: left;
    padding: 0 15px 30px;
  }
  .sec_07_content {
    padding: 8% 0 6%;
  }
}

.sec_08 {
  background: url(../img/sec_08_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 3% 0;
}

.sec_08_title {
  padding-bottom: 4%;
}

@media screen and (max-width: 767px) {
  .sec_08 {
    background: url(../img/sec_08_bg_sp.png) no-repeat center;
    background-size: cover;
    padding: 6% 0;
  }
}

.sec_09 {
  background: url(../img/sec_09_bg.jpg) no-repeat center;
  padding: 3% 0;
  position: relative;
  background-size: cover;
}

.sec_09_content {
  background: #fff;
  /* background: linear-gradient(180deg, rgb(255, 255, 255),
   rgb(233, 233, 233)); */
  padding: 5% 5%;
}

.sec_09 .item_acc {
  background: #fff;
  color: #000;
  border: none;
  border-bottom: 1px solid #000;
}

.sec_09 .item_acc .sec_09_title {
  margin-bottom: 5%;
}

.sec_09 .acc_outside {
  border: 1px solid #000;
  border-radius: 0px;
}

.sec_09 .arrow::before {
  border-top: 2px solid #000 !important;
  border-right: 2px solid #000 !important;
}

.sec_09 .arrow-open img {
  transform: rotate(135deg);
}

.sec_09 .acc_content p {
    padding: 4%;
    text-align: left 
}

@media screen and (max-width: 767px) {
  .sec_09 {
    background: url(../img/sec_09_bg.jpg) no-repeat center;
    padding: 6% 1%;
    position: relative;
    background-size: cover;
  }

  .sec_09 .acc_content p {
    font-size: 14px;
    text-align: left;
    padding: 15px 15px 15px;
  }
}

.sec_qa {
  background: url(../img/qa_bg.jpg) no-repeat center;
  background-size: cover;
  padding: 3% 0;
}

.sec_qa .inner {
  width: 58%;
}

.sec_qa .acc_outside {
  border: none;
  border-radius: 15px;
  background: #c00b1a;
}

.sec_qa .item_acc {
  background: none;
  border: none;
  text-align: left;
  padding: 7px 60px 0px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5vw;
}
.sec_qa .item_acc div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.sec_qa .item_acc div span {
  width: 90%;
  line-height: 1.6;
  letter-spacing: 1px;
  font-size: 1vw;
}

.sec_qa .item_acc img {
  position: relative;
  width: 6%;
  left: 0;
  top: 0;
}

.sec_qa .acc_content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 0 0 10px 10px;
  border: 3px solid #c00b1a;
}

.sec_qa .acc_content figure {
  position: relative;
  width: 5%;
  left: 0px;
  top: -10px;
}

.sec_qa .acc_content p {
  width: 90%;
  line-height: 1.6;
  letter-spacing: 1px;
  text-align: left;
  padding: 15px 20px 15px 10px;
  font-size: 1vw;
}

.sec_qa_title {
  width: 50%;
  margin: 0 auto 4%;
}

@media screen and (max-width: 767px) {
  .sec_qa_title {
    width: 80%;
    margin: 0 auto 6%;
  }
  .sec_qa {
    padding: 6% 0;
  }
  .sec_qa .inner {
    width: 95%;
  }
  .sec_qa .acc_outside {
    border-radius: 10px;
  }
  .sec_qa .item_acc {
    padding: 7px 45px 0px 15px;
    height: auto;
  }
  .sec_qa .item_acc div span {
    width: 85%;
    line-height: 1.4;
    letter-spacing: 1px;
    font-size: 14px;
  }
  .sec_qa .item_acc img {
    width: 12%;
  }
  .sec_qa .acc_content figure {
    width: 10%;
    left: 5px;
    top: -10px;
  }
  .sec_qa .acc_content p {
    width: 90%;
    line-height: 1.4;
    letter-spacing: 1px;
    text-align: left;
    padding: 15px 20px 15px 20px;
    font-size: 14px;
  }
}

footer {
  background: #102540;
  padding: 3% 0 5%;
  text-align: center;
}

footer .web_form a {
  width: 80%;
  margin: 0 auto;
  display: inline-block;
}

.company {
  margin-top: 3%;
}

.company a {
  color: #fff;
  font-size: 1.1vw;
}

@media screen and (max-width: 767px) {
div .w6 {
    width: 80%;
}
  .company a {
    color: #fff;
    font-size: 14px;
  }
  footer {
    background: #102540;
    padding: 6% 0 6%;
    text-align: center;
  }
}
.sec_09_content_01 {
    padding-bottom: 5%;
}


/*フッター追従css*/
.footer {
  transition: 0.5s;
}

.pagetop {
	position: fixed;
	bottom: 1%;
	right: 1%;
	width: 25%;
	background-size: cover;
	text-align: center;
	padding: 2% 0 1%;
    z-index: 100;
    transition: 0.5s;
    display: none;
}

.pagetop.UpMove {
    display: flex;
        align-items: baseline;
}

.pagetop div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 56%;
  background: #fff;
  border-radius: 5px;
  padding: 0.7% 1%;
  margin: 0 auto;
  position: relative;
  z-index: 105;
}

@media screen and (max-width: 767px) {
    .pagetop div {
      width: 96%;
      margin: 0 auto;
      padding: 1.2% 1.5%;
    }
    .pagetop {
	  padding: 1% 0;
	  width: 100%;
	  margin: 0 auto;
	  left: 0;
	  right: 0;
	  bottom: 0%;
    }
    .pagetop.UpMove {
    background: #1e2740;
}
}
.is-hidden {
  visibility: hidden;
  opacity: 0;
  transition: .5s;
}

.pagetop.UpMove{
  animation: UpAnime 0.5s forwards;
}
@keyframes UpAnime{
  from {
    opacity: 0;
  transform: translateY(200px);
  }
  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.pagetop.DownMove {
  animation: DownAnime 0.5s forwards;
}
@keyframes DownAnime{
  from {
    opacity: 1;
  transform: translateY(0);
  }
  to {
    opacity: 1;
  transform: translateY(1000px);
  }
}
.jisseki{
    padding:7%;
}
.items{
    padding:2%;
}
.slick-dots li {
    width: 10px;
}

/*--------離脱ポップ--------*/
.popup-area {
    display:none;
    width:80vw;
    padding:0;
    position: fixed;
    z-index: 9999;   
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    border-radius:0;
}
.popup-area .popwrap{
    position:relative;
    margin-bottom:20px;
    box-shadow: 0 0 4px 4px rgba(0,0,0,0.4);
}
.close-btn span{
    color: #fff;
    font-weight: bold;
    font-size: 40px;
}

@media screen and (min-width: 980px) {
    .popup-area {
        width:auto;
        max-width: 35vw;
    }
}
.cover-eml {
    background:rgba(0,0,0,0.6);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 999;   
    top:0;
    right:0;
    bottom:0;
    left:0;
}
.popup-area .close-btn{
    margin: 0 0 15px auto;
    cursor: pointer;
    text-align:right;
    width:15px;
    height:36px;
}
