@charset "UTF-8";
/*@import url("https://fonts.googleapis.com/css?family=Work+Sans");*/
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;900&display=swap');

#wrapper{
  overflow: hidden;
}

a, a img {
  transition-duration: 0.5s;
}
a:hover, a img:hover {
  transition: 0.5s;
  transition-duration: 0.5s;
  opacity: 0.5;
}
a img:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}
.p-main * {
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 400;
  color: #4c4c4c;
}
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeInUp {
  animation-name: fadeInUp;
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadeInLeft {
  animation-name: fadeInLeft;
}
@keyframes slideInDown {
  0% {
    opacity: 0;
    transform: translateY(-2000px);
  }
  100% {
    transform: translateY(0);
  }
}
.slideInDown {
  animation-name: slideInDown;
}
.p-main {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  margin: 0 auto;
  padding: 0;
  font-smoothing: antialiased;
  font-size: 14px;
  line-height: 1.8 !important;
}
@media screen and (min-width: 980px) {
  .p-main {
    font-size: 18px;
  }
}
.p-main * {
  box-sizing: border-box;
}

@keyframes auto-fade_kf {
  0% {
    opacity: 1;
  }
  20% {
    opacity: 0;
  }
  60% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/* Utility */
.u-none {
  display: none;
}
@media screen and (min-width: 980px) {
  .u-md-block {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .u-sm-block {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .u-sm-inline {
    display: inline;
  }
}
@media screen and (min-width: 980px) {
  .u-md-inline {
    display: inline;
  }
}
.u-table {
  display: table;
}
@media screen and (min-width: 980px) {
  .u-md-table {
    display: table;
  }
}
@media screen and (min-width: 480px) {
  .u-xs-none {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .u-sm-none {
    display: none;
  }
}
@media screen and (min-width: 980px) {
  .u-md-none {
    display: none;
  }
}

.p-main {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
  margin: 0 auto;
  padding: 0;
  color: #333333;
  font-smoothing: antialiased;
  font-family: 'Noto Sans JP', sans-serif;
  font-weight: 500;
  font-style: normal;
  font-size: 11px;
  line-height: 1.8 !important;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 980px) {
  .p-main {
    font-size: 15px;
  }
}


/* == PageDesign PC ============================================= */
html{
  scroll-behavior: smooth;
}
.p-main{
  margin: 0 auto 150px;
}
.p-main h2{
  margin: 0 0 100px;
}

/*---- lead_txt ----*/
.lead_txt{
  margin: 0 auto 70px;
}
.lead_txt p {
  margin: 0 auto 11%;
  font-size: 16px;
  line-height: 33px;
  text-align: center;
  letter-spacing: 0.1em;
}
.lead_txt p span{
  font-family: adobe-handwriting-ernie, 'Noto Sans JP', sans-serif;
  font-size: 24px;
  margin: 0 5px;
}
.lead_txt p span.b-a-l{
  margin: 0 -3px 0 0;
}
.lead_txt ul{
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.lead_txt li{
  width: 208px;
  margin: 0 auto;
}

.v-line{
  width: 1px;
  height: 130px;
  margin: 0 auto 100px;
  background-color: #000;
}


/*---- .main-contents ----*/
.main-contents{
  width: 95%;
  max-width: 1070px;
  margin: 0 auto;
}
.content-box{
  margin: 0 auto 135px;
}
.box-main{
  width: 100%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
}
.flex-r .box-main{
  flex-direction: row-reverse;
}
.box-main-img{
  width: 57%;
  max-width: 590px;
}
.box-main-credit{
  max-width: 430px;
  width: 40%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.vertical-txt{
  display: flex;
  justify-content: center;
}
.box-main-credit h3{
  display: inline-block;
  font-size: 26px;
  line-height: 65px;
      letter-spacing: 0.1em;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  height: 550px;
  margin: 0 auto 150px;
}
.credit-two .box-main-credit h3{
  margin: 0 auto 40px;
}
.box-main-credit p{
  font-size: 13px;
  line-height: 27px;
  letter-spacing: 0.14em;
  margin: 0 0 30px;
}
.box-main-credit ul{
  border-top: 1px solid #e5e5e5;
  width: 100%;
}
.box-main-credit li{
  margin: 0;
  font-size: 13px;
  letter-spacing: 0.05em;
  transition: 0.5s;
  line-height: 26px;
  padding: 5% 0;
  border-bottom: 1px solid #e5e5e5;
}
.box-main-credit li a{
  display: flex;
  align-items: center;
}
.box-main-credit li div{
  max-width: 60px;
  width: 20%;
  margin: 0 5% 0 2%;
}
.box-main-credit li span{
  font-weight: 600;
}
.box-main-credit a:hover{
  transition: 0.5s;
  text-decoration: none;
}
.set-label{
  color: #fff;
  background-color: #9e7171;
  padding: 1px 1px 2px 3px;
}
.check-now{
  color: #c56c4c;
  position: relative;
  transition: 0.5s;
}
.box-main-credit a .check-now span{
  transition: 0.5s;
  position: relative;
  left: 0;
}
.box-main-credit a:hover .check-now span{
  position: relative;
  left: 5px;
  transition: 0.5s;
}

.item-btn a{
  display: inline;
  padding: 15px 20px;
  background-color: #c56c4c;
  color: #fff;
  opacity: 1;
  transition: 0.5s;
  border: 1px solid #c56c4c;
  font-weight: 600;
  font-size: 15px;
}
.item-btn a:hover{
  opacity: 1;
  transition: 0.5s;
  border: 1px solid #c56c4c;
  color: #c56c4c;
  background-color: #fff;
}

.box-insta-line{
  position: relative;
  border: solid 2px black;
  background-color: #fff;
  z-index: 1;
  margin:0 auto;
}
.box-insta-line::before {
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
}
.box-insta-line::after{
  position: absolute;
  content: "";
  display: block;
  background-color: #fff;
}
.box-insta-line::before {
  top: -2px;
  bottom: -2px;
  left: 180px;
  right: 180px;
}
.box-insta-line::after {
  top: 110px;
  bottom: 110px;
  left: -2px;
  right: -2px;
}

.b-line{
  width: 100%;
  height: 1px;
  background-color: #000;
  margin: 0 auto 200px;
}

.foot-area{
  width: 90%;
  margin: 0 auto;
  max-width: 900px;
}
.foot-area-bnr{
  margin: 0 auto 75px;
}
.foot-area-btn a{
  margin: 0 auto 30px;
  display: inline-block;
  width: 100%;
  padding: 20px 0;
  border: 1px solid #4c4c4c;
  font-size: 20px;
  color: #4c4c4c;
  text-align: center;
  text-decoration: none;
  transition: 0.5s;
  letter-spacing: 0.1em;
}
.foot-area-btn a:hover{
  text-decoration: none;
  background-color: #e5e5e5;
  opacity: 1;
  transition: 0.5s;
}
.arrow{
  display: -webkit-inline-box;
    width: 9px;
    height: 9px;
    border-top: solid 2px #696969;
    border-right: solid 2px #696969;
    vertical-align: middle;
    margin: 14px 15px 0 -15px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    float: right;
}


@media screen and (max-width: 1200px) {
  .box-main-credit h3{
    margin: 0 auto 30%;
  }
  .credit-two .box-main-credit h3{
    margin: 0;
  }

}

@media screen and (max-width: 979px) {
  .box-main-credit h3{
    font-size: 20px;
    line-height: 57px;
    height: 410px;
    margin: 0 auto 25%;
  }
}




/* == PageDesign smp ============================================= */
@media screen and (max-width: 768px) {
.p-main{
  overflow: hidden;
  margin: 0 auto 15vw;
}
.p-main h2{
  margin: 0 0 10vw;
}

/*---- lead_txt ----*/
.lead_txt{
  margin: 0 auto 12vw;
}
.lead_txt h3{
  font-size: 23px;
  letter-spacing: 0.13em;
  margin: 0 auto 9.5vw;
}
.lead_txt p{
  width: 92%;
  font-size: 12px;
  line-height: 27px;
  margin: 0 auto 10vw;
}
.lead_txt p span{
  font-size: 18px;
}

.v-line{
  height: 20vw;
  margin: 0 auto 15vw;
}

.content-box{
  margin: 0 auto 15vw;
}
.box-main{
  width: 95%;
  flex-wrap: wrap;
  flex-direction: column-reverse;
}
.flex-r .box-main{
  flex-direction: column-reverse;
}
.box-main-credit{
  justify-content: flex-start;
}
.box-main-credit h3{
  writing-mode: horizontal-tb;
  text-align: left;
  font-size: 15px;
  line-height: 33px;
  height: auto;
  margin: 0 0 10% 5%;
  letter-spacing: 0.17em;
}
.box-main-credit span{
  display: none;
}
.credit-two .box-main-credit h3{
  margin: 0 0 10% 5%;
}
.box-main-img{
  width: 100%;
  margin: 0 auto 8vw;
}
.box-main-credit{
  width: 100%;
  max-width: initial;
  padding: 0;
}
.box-main-credit ul{
  margin: 0 0 10vw;
}
.box-main-credit li{
  margin: 0 0 3vw;
  font-size: 11px;
  padding: 4% 0;
}
.box-main-credit li div{
  margin: 0 5% 0 4%;
}
.box-main-credit p{
  font-size: 12px;
  line-height: 24px;
  margin: 0 0 8vw;
}
.box-main-credit li{
  font-size: 12px;
  line-height: 20px;
}
.item-btn a{
  font-size: 14px;
  padding: 3vw 20px;
}

.sec-01 .box-sub{
  width: 95%;
  margin: 0 auto 12vw;
  text-align: center;
}


.box-insta-line{
  border: solid 1px black;
}
.box-insta{
  padding: 10% 7%;
}
.box-insta-line::before{
  left: 18vw;
  right: 18vw;
}
.box-insta-line::after{
  top: 11vw;
  bottom: 11vw;
}
.box-insta{
  flex-wrap: wrap;
}
.box-insta div{
  width: 100%;
}
.box-insta div img{
  width: 40%;
  margin: 0 auto 4vw;
}
.box-insta p{
  font-size: 11px;
  line-height: 20px;
}
.box-insta div p{
  margin: 0 0 7vw;
}
.box-insta ul{
  width: 100%;
}
.box-insta ul li{
  width: 32%;
  text-align: center;
  max-width: 95px;
  margin: 0 auto;
}
.box-insta ul li a p{
  font-size: 10px;
  line-height: 15px;
  text-align: left;
}
.arrow{
  margin: 10px 15px 0 -15px;
  width: 7px;
  height: 7px;
}

.b-line{
  margin: 0 auto 20vw;
}
.foot-area{
  width: 85%;
}
.foot-area-bnr{
  margin: 0 auto 10vw;
}
.foot-area-btn a{
  margin: 0 auto 4vw;
  font-size: 15px;
  padding: 4vw 0;
}
}































