@charset "UTF-8";
 
 
html {
  font-size: 62.5%;
}
@media only screen and (max-width: 767px) {
  html {
    font-size: calc(10 *(100vw / 750));
  }
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  html {
    font-size: calc(10 *(100vw / 1400));
  }
}
 
/* ▼ パンくず ▼ */
  /* ----------[ breadcrumb SP ]---------- */
  .edit-area .cateList{
    width: 89%;
    margin: calc(15 * (100vw / 390)) auto 0;
    padding: 0 0 calc(15 * (100vw / 390));
    font-family: noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: calc(10 * (100vw / 390));
    letter-spacing: 0.01em;
    line-height: calc(20 * (100vw / 390));
    color: #4d4d4d;
    /* white-space: nowrap; */
    text-align: left;

}

/* ----------[ breadcrumb table ]---------- */
@media only screen and (min-width: 768px){
  .edit-area .cateList {
    font-family: noto-sans-cjk-jp, sans-serif;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: calc(1280 * (100vw / 1400));
    max-width: 1280px;
    height: calc(50 * (100vw / 1400));
    max-height: 50px;
    margin: calc(24 * (100vw / 1400)) auto 0;
    padding: 0 calc(40 * (100vw / 1400)) calc(24 * (100vw / 1400)) 0;
    font-size: calc(13 * (100vw / 1400));
    letter-spacing: 0.01em;
    line-height: normal;
    color: #4d4d4d;
  }
  .edit-area .cateList span {
    padding: 0 calc(5 * (100vw / 1400));
}

}

/* ----------[ breadcrumb PC ]---------- */
@media only screen and (min-width: 1400px){
  .edit-area .cateList {
    margin: 20px auto 0;
    padding: 0 40px 20px 0;
    font-size: 13px;
    height: 50px;
    font-family: noto-sans-cjk-jp, sans-serif;
    font-style: normal;
    font-weight: normal;
  }
  .edit-area .cateList span {
    padding: 0 5px;
}

}

/* ▲ パンくず ▲ */
 
 
.inner {
  width: 100%;
  color: #2a2a2a;
  /* font-feature-settings: "palt"; */
  overflow: hidden;
}


.inner a {
  display: inline-block;
  width: 100%;
}
 
.inner picture {
  display: block;
}
 
.inner img {
  width: 100%; 
  height: auto;
}

.inner .Noto {
  font-family: noto-sans-cjk-jp, sans-serif;
  font-weight: 400;
  font-feature-settings: normal;
}

.inner .Futura {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
}

.inner .mv {
  width: 100%;
  margin:  0 auto;
}

.inner .mv .bg {
  background: url(../img/mv_bg.jpg) repeat;
  background-size:100%;
  background-position-x: 90rem;
}

.inner .mv .imgbox {
  width: 140rem;
  margin: 0 auto;
  position: relative
}

.inner .mv .imgbox .img02 {
  width: 31.2rem;
  position: absolute;
  bottom: -13rem;
  left: 6rem;
}

.inner .mv .Noto {
  text-align: center;
  font-size: 1.7rem;
  margin-top: 6.3rem;
  margin-left: 1.1rem;
  line-height: 1.88;
  letter-spacing: 0;
}

.inner .mv .txt01 {
  margin-top: 5rem;
}

.inner .mv .txt02 {
  margin-top: 3.3rem;
}

.inner .mv .txt03 {
  margin-top: 3.2rem;
}

.inner .mv .txt04 {
  font-size: 1.4rem;
  margin-top: 0;
}

.inner .sec01 {
  width: 100%;
  margin-top: 6.6rem;
  padding-top: 8rem;
  padding-bottom: 15rem;
  background: url(../img/bg.jpg) repeat;
  background-size:96rem 64rem;
  background-attachment: fixed;

}

.inner .sec01 .imgbox {
  width: 140rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 8rem;
}


.inner .sec01 .imgbox li {
  width: 42rem;
}

/* ::shadow */

.inner .sec01 .imgbox li picture {
  box-shadow: 0.3rem 0.3rem 1rem rgb(42 42 42 / 20%);
  border-radius: 0.6rem;
}

.inner .sec01 .imgbox li:nth-child(6) {
  position: relative;
}

.inner .sec01 .imgbox li:nth-child(6) .sign{
  width: 38.4rem;
  position: absolute;
  top: 13rem;
  left: 2.4rem;
}

.inner .sec01 .imgbox li:nth-child(6) .sign picture {
  box-shadow: none;
}

.inner .sec01 .imgbox li .prcbox {
  margin-top: 2rem;
  display: flex;
  display: inline-block;
  transition-duration: 1s;
}

.inner .sec01 .imgbox li .prcbox li {
  width: auto;
  margin-right: 1.3rem;
  display: inline-block;
  letter-spacing: 0.12em;
}

.inner .sec01 .imgbox li .prcbox li a {
  font-family: futura-pt, sans-serif;
  font-weight: 400;
  display: inline-block;
  font-size:1.2rem;
}

.inner .sec02 {
  background-color: #fff;
  padding-top: 8.6rem;
  padding-bottom: 11rem;

}

.inner .sec02 .sec_inner {
  width: 140rem;
  margin: 0 auto;
}

.inner .sec02 .sec_ttl {
  font-size: 4rem;
  letter-spacing: 0.065em;
  margin-left: 0.3rem;
  text-align: center;
  position: relative;
}

.inner .sec02 .sec_ttl::before {
  content: "";
  position: absolute;
  top: 6.4rem;
  left: 50%;
  transform: translateX(-50%);
  width: 5rem;
  height: 2px;
  background-color: #a78d86;  
}

.inner .sec02 .imgbox {
  display: flex;
  margin: 10.5rem 0 0 5.1rem;
  width: 140rem;
}

.inner .sec02 .imgbox .item01 {
  display: flex;
}

.inner .sec02 .imgbox .item01 .img01 {
  width: 27rem;
  position: relative;
}

.inner .sec02 .imgbox .item01 .img01 .icon {
  width: 6rem;
  position: absolute;
  top: -3rem;
  left: -2rem;
}

.inner .sec02 .imgbox .item01 .txt_area {
  margin-left: 4rem;
}

.inner .sec02 .imgbox .item01 .txt_area .ttl01 {
  font-size: 3.5rem;
  position: relative;
  margin: 1rem 0 0 1.7rem;
}

.inner .sec02 .imgbox .item01 .txt_area .ttl01::before {
  content: "";
  position: absolute;
  top: 0.2rem;
  left: -1.5rem;
  width: 2px;
  height: 3rem;
  background-color: #a78d86;
}

.inner .sec02 .imgbox .item01 .txt_area .txt01 {
  margin-top: 1rem;
  font-size: 1.5rem;
  line-height:1.73 ;
}

.inner .sec02 .imgbox .item01 .txt_area .txt02 {
  font-size: 1.4rem;
  line-height: 1.42;
  margin-top: 1rem;
}

.inner .sec02 .imgbox .item01 .button a {
  margin-top: 3.8rem;
  padding-left: 0.8rem;
  display: inline-block;
  width: 26rem;
  line-height: 4.6rem;
  background-color: #fff;
  border: 1px solid #2a2a2a;
  text-align: center;
  font-size: 1.4rem;
  letter-spacing: 0.12em;
}

.inner .sec02 .imgbox .item01 .button a:hover {
  background-color: #2a2a2a;
  color: #fff;  
}

.inner .sec02 .imgbox .item02 {
  margin-left: 7rem;
}

.inner .sec02 .imgbox .item02 .button a {
  margin-top: 3.6rem;
  padding-left: 0.8rem;
  letter-spacing: 0.08em;
}

.inner .sec02 .imgbox .item02 .button a .size{
  font-size: 1.6rem;
}

.viewall_box {
  width: 100%;
  background: url(../img/bg.jpg) repeat;
  background-size:96rem 64rem; 
  background-attachment: fixed;
}

.viewall_box .sec_inner{
  width: 140rem;
  position: relative;
  padding-top: 19.5rem;
  padding-bottom: 19.4rem;
  margin: 0 auto;
}

.viewall_box .sec_inner .viewall {
  margin: 0 auto;
}

.viewall_box .sec_inner .viewall a {
  display: block;
  font-size: 1.8rem;
  line-height: 7.8rem;
  margin: 0 auto;
  width: 32rem;
  height: 8rem;
  background-color: #2a2a2a;
  color: #fff;
  text-align: center;
  letter-spacing: 0.05em;
}

.viewall_box .sec_inner .viewall a:hover {
  background-color: #bababa;
}

.viewall_box .sec_inner .img01 {
  width: 22rem;
  position: absolute;
  left: 22.7rem;
  top: 9.6rem
}

.viewall_box .sec_inner .img02 {
  width: 22rem;
  position: absolute;
  right: 22.7rem;
  top: 9.6rem
}

.inner .margin {
  font-feature-settings: "palt";
}
 
.sp_ol{
  display: none!important;
}
 
/* ▼ ページ作成エリア ▼ */
 
 
@media only screen and (min-width: 767px) {

  .inner .sec01 .imgbox li .prcbox {
    opacity: 0;
  }
  .inner .sec01 .imgbox li:hover > .prcbox {
    opacity: 1;
  }
}

































 
@media only screen and (max-width: 767px) {
.main-area {
  display: block;
}
  .sp_ol{
    display: block!important;
  }
 
  .pc_ol{
    display: none!important;
  }
 
  .inner {
    width: 100%;
  }

  .inner .Noto {
    font-family: noto-sans-cjk-jp, sans-serif;
    font-weight: 400;
    font-feature-settings: normal;
  }
  
  .inner .Futura {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
  }
  
  .inner .mv {
    width: 100%;
    margin:  0 auto;
  }
  
  .inner .mv .bg {
    background: none;
  }
  
  .inner .mv .imgbox {
    width: 100%;
    margin: 0 auto;
    position: relative
  }
  
  .inner .mv .imgbox .img02 {
    width: calc(223 *(100vw / 750));
    position: absolute;
    bottom: calc(387 *(100vw / 750));
    left: calc(36 *(100vw / 750));
  }
  
  .inner .mv .Noto {
    text-align: center;
    font-size: calc(24.5 *(100vw / 750));
    margin-top: calc(68*(100vw / 750));
    margin-left: calc(0 *(100vw / 750));
    line-height: 1.9;
    letter-spacing: 0;
  }
  
  .inner .mv .txt01 {
    margin-top: calc(20 *(100vw / 750));
  }
  
  .inner .mv .txt02 {
    margin-top: calc(45  *(100vw / 750));
  }
  
  .inner .mv .txt03 {
    margin-top: calc(49  *(100vw / 750));
  }
  
  .inner .mv .txt04 {
    font-size: calc(18 *(100vw / 750));
    margin-top: calc(-2  *(100vw / 750));
  }
  
  .inner .sec01 {
    width: 100%;
    margin-top: calc(70  *(100vw / 750));
    padding-top: calc(112  *(100vw / 750));
    padding-bottom: calc(194  *(100vw / 750));
    background: url(../img/bg_sp.jpg) repeat;
    background-size:100%;
  
  }
  
  .inner .sec01 .imgbox {
    width: calc(649 *(100vw / 750));
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
    row-gap: calc(80*(100vw / 750));
  }
  
  .inner .sec01 .imgbox li {
    width: calc(650 *(100vw / 750));
  }

  .inner .sec01 .imgbox li picture {
    box-shadow: calc(3 *(100vw / 750)) calc(3 *(100vw / 750)) calc(13 *(100vw / 750)) rgb(42 42 42 / 20%);
    border-radius:  calc(6 *(100vw / 750));
  }
  

  .inner .sec01 .imgbox li :nth-child(n+2) {
    margin-top: calc(100 *(100vw / 750));
  }  

  .inner .sec01 .imgbox li .prcbox li:nth-child(n+2) {
    margin-top: calc(0 *(100vw / 750));
  }  
  
  .inner .sec01 .imgbox li:nth-child(6) {
    position: relative;
    height:  calc(581      *(100vw / 750));
  }
  
  
  .inner .sec01 .imgbox li:nth-child(6) .sign{
    width: calc(588 *(100vw / 750));
    position: absolute;
    top: calc(114 *(100vw / 750));
    left: calc(42 *(100vw / 750));
  }

  .inner .sec01 .imgbox li:nth-child(5) {
    margin-top: calc(5*(100vw / 750));
  } 

  .inner .sec01 .imgbox li:nth-child(6) {
    margin-top: calc(4*(100vw / 750));
  } 

  .inner .sec01 .imgbox li:nth-child(10) {
    margin-top: calc(5*(100vw / 750));
  } 


  .inner .sec01 .imgbox li:nth-child(12) {
    margin-top: calc(19*(100vw / 750));
  } 
  
  
  .inner .sec01 .imgbox li .prcbox {
    margin-top:  calc(24 *(100vw / 750));
    display: flex;
    display: inline-block;
    transition-duration: 1s;
  }
  
  .inner .sec01 .imgbox li .prcbox li {
    width: auto;
    margin-right:  calc(16  *(100vw / 750));
    display: inline-block;
    letter-spacing: 0.12em;
  }
  
  .inner .sec01 .imgbox li .prcbox li a {
    font-family: futura-pt, sans-serif;
    font-weight: 400;
    display: inline-block;
    font-size: calc(18 *(100vw / 750));
  }
  
  .inner .sec02 {
    background-color: #fff;
    padding-top:  calc(148  *(100vw / 750));
    padding-bottom: calc(190  *(100vw / 750));
  }
  
  .inner .sec02 .sec_inner {
    width: 100%;
    margin: 0 auto;
  }
  
  .inner .sec02 .sec_ttl {
    font-size:  calc(50 *(100vw / 750));
    letter-spacing: 0.065em;
    margin-left:  calc(0 *(100vw / 750));
    text-align: center;
    position: relative;
  }
  
  .inner .sec02 .sec_ttl::before {
    content: "";
    position: absolute;
    top:  calc(70  *(100vw / 750));
    left: 50%;
    transform: translateX(-50%);
    width:  calc(50 *(100vw / 750));
    height: 2px;
    background-color: #a78d86;  
  }
  
  .inner .sec02 .imgbox {
    display: flex;
    flex-direction: column;
    margin:  calc(174  *(100vw / 750)) auto 0;
    width:  calc(650 *(100vw / 750));
        flex-direction: column;
  }
  
  .inner .sec02 .imgbox .item01 {
    display: flex;
    flex-direction: column;
  }
  
  .inner .sec02 .imgbox .item01 .img01 {
    width:  calc(650 *(100vw / 750));
    position: relative;
  }
  
  .inner .sec02 .imgbox .item01 .img01 .icon {
    width: calc(144*(100vw / 750));
    position: absolute;
    top: calc(-72 *(100vw / 750));
    left: calc(0 *(100vw / 750));
  }
  
  .inner .sec02 .imgbox .item01 .txt_area {
    margin-left: 0;
  }
  
  .inner .sec02 .imgbox .item01 .txt_area .ttl01 {
    font-size:  calc(50 *(100vw / 750));
    position: relative;
    margin:  calc(40  *(100vw / 750)) 0 0 calc(20 *(100vw / 750));
  }
  
  .inner .sec02 .imgbox .item01 .txt_area .ttl01::before {
    content: "";
    position: absolute;
    top:  calc(10 *(100vw / 750));
    left:  calc(-20 *(100vw / 750));
    width: 2px;
    height:  calc(35 *(100vw / 750));
    background-color: #a78d86;
  }
  
  .inner .sec02 .imgbox .item01 .txt_area .txt01 {
    margin-top: calc(10 *(100vw / 750));
    font-size: calc(22 *(100vw / 750));
    line-height: 1.72;
  }
  
  .inner .sec02 .imgbox .item01 .txt_area .txt02 {
    font-size:  calc(18 *(100vw / 750));
    line-height: 1.33;
    margin-top:  calc(10 *(100vw / 750));
  }
  
  .inner .sec02 .imgbox .item01 .button a {
    margin: calc(50 *(100vw / 750)) 0 0 calc(135 *(100vw / 750));
    padding-left: calc(21*(100vw / 750));
    display: inline-block;
    width: calc(346 *(100vw / 750));
    line-height: calc(80 *(100vw / 750));
    background-color: #fff;
    border: 1px solid #2a2a2a;
    text-align: center;
    font-size: calc(22 *(100vw / 750));
    /* letter-spacing: 0.1em; */
    letter-spacing: 0.04em;
  }
  
  .inner .sec02 .imgbox .item01 .button a:hover {
    background-color: #2a2a2a;
    color: #fff;  
  }
  
  .inner .sec02 .imgbox .item02 {
    margin-left: 0;
    margin-top: calc(148 *(100vw / 750));
  }
  
  .inner .sec02 .imgbox .item02 .button a {
    margin-top: calc(36 *(100vw / 750));
    padding-left: calc(8*(100vw / 750));
    width: calc(358 *(100vw / 750));
    letter-spacing: 0.02em;
  }
  
  .inner .sec02 .imgbox .item02 .button a .size{
    font-size:  calc(24.5 *(100vw / 750));
  }
  
  .viewall_box {
    width: 100%;
    background: url(../img/bg_sp.jpg) repeat;
    background-size:100%; 
  }
  
  .viewall_box .sec_inner{
    width: 100%;
    position: relative;
    padding-top: calc(178  *(100vw / 750));
    padding-bottom: calc(170  *(100vw / 750));
    margin: 0 auto;
  }
  
  .viewall_box .sec_inner .viewall {
    margin: 0 auto;
  }
  
  .viewall_box .sec_inner .viewall a {
    display: block;
    font-size: calc(28 *(100vw / 750));
    line-height:calc(100 *(100vw / 750));
    margin: 0 auto;
    width: calc(350 *(100vw / 750));
    height: calc(100 *(100vw / 750));
    background-color: #2a2a2a;
    color: #fff;
    text-align: center;
    letter-spacing: 0.05em;
  }
  
  .viewall_box .sec_inner .viewall a:hover {
    background-color: #bababa;
  }
  
  .viewall_box .sec_inner .img01 {
    width: calc(205 *(100vw / 750));
    position: absolute;
    left: calc(-37 *(100vw / 750));
    top: calc(98 *(100vw / 750));
  }
  
  .viewall_box .sec_inner .img02 {
    width: calc(205 *(100vw / 750));
    position: absolute;
    right: calc(-37 *(100vw / 750));
    top: calc(98 *(100vw / 750));
  }
 
}
/* ▲ ページ作成エリア ▲ */




.fade {
  transition-property:opacity;
  transition-duration: 0.8s;
  opacity: 0;
}

.fade.fade_on {
  opacity: 1;
}


.mv .img02 {
  animation-name: R_Anime;
  animation-duration:10s;
  animation-delay: 2s;
  animation-fill-mode:forwards;
  transform-origin:center;
  animation-iteration-count:infinite;
  animation-duration:alternate;
  /* animation-timing-function:step-start; */
  }

  @keyframes R_Anime{

    0% {
      transform:rotate(0deg);

    }
    10%{
      transform:rotate(-4deg);
    }

    50% {
      transform:rotate(0deg);
    }

    60% {
      transform:rotate(4deg);
    }

    100% {
      transform:rotate(0deg);
    }

  }



  
  
 







