@charset "utf-8";
.page-wrap{
  background-color: #555a5f;
  padding: 60px 0;
}
@media screen and (max-width: 810px) {
  .page-wrap{
    padding: 30px 0;
  }
}

h3.backLine {
  font-size: clamp(18px,2.2vw,26px);
  padding: 0.5em 0;
  position: relative;
  text-align: center;
  z-index: 1;
  max-width: 1200px;
  width: 90%;
  margin: 50px auto 20px;
}
h3.backLine span {
  background-color: #555a5f;
  padding: 0 0.5em;
  color: #fff;
}
h3.backLine::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top:50%;
  left: 0;
  background-color: #fff;
  z-index: -1;
}
#login  p.lead {
  font-size: clamp(12px,1.6vw,18px);
  line-height: 1.8;
  color: #fff;
  text-align: center;
}
#login .page-wrap .flex {
  max-width: 1000px;
  width: 90%;
  padding: 50px 0 6%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  color: #555a5f;
}
#login .page-wrap .flex > div {
  padding: 30px;
}
#login .page-wrap .flex .leftBox {
  width: 48%;
  background-color: #fff;
}
#login .page-wrap .flex .leftBox dl {}
#login .page-wrap .flex dt {
  font-size: clamp(16px,1.8vw,22px);
  padding: 0.3em 0;
  text-align: center;
}
#login .page-wrap .flex dd {
  font-size: clamp(12px,1.3vw,14px);
  padding: 0.3em 0;
  height: 5em;
  display: flex;
justify-content: center;
align-items: center;
  text-align: center;
  text-align: center;
}

#login .page-wrap .flex .leftBox #pwBox {
  max-width: 300px;
  margin: 0 auto;
}
#login .page-wrap .flex .leftBox #pwBox .engTxt {
  width: 100%;
  text-align: left;
  
}
#login .page-wrap .flex .leftBox #pwBox #password {
  font-size: clamp(14px,1.5vw,16px);
  padding: 0.3em;
  border: #000 solid 1px;
  
}
#login .page-wrap .flex .leftBox #pwBox #pwBtn {
  border: none;
  background-color: #555a5f;
  color: #fff;
  font-size: clamp(12px,1.6vw,18px);
  padding: 0 1em;
  font-family: 'Noto Serif JP', serif;
}
#login .page-wrap .flex .leftBox a{
  color: #555a5f;
  display: inline-block;
  margin-top: 10px;
  font-size: clamp(12px,1.3vw,14px);
  text-decoration: underline;
}
#login .page-wrap .flex .leftBox a:hover{
  text-decoration: none;
}

#login .page-wrap .flex .rightBox {
  width: 48%;
background-color: #fff;
  color: #555a5f;
}
#login .page-wrap .flex .rightBox dl {}
#login .page-wrap .flex .rightBox dt {
}
#login .page-wrap .flex .rightBox dd {
  font-size: clamp(12px,1.3vw,14px);
  color: #e5727c;
  display: block;
}
#login .page-wrap .flex .rightBox a {
  font-size: clamp(20px,2.4vw,28px);
  line-height: 1;
  display: block;
  letter-spacing: 0.1em;
  margin-top: 5px;
  pointer-events: none;
  color: #e5727c;
}
#login .page-wrap .flex .rightBox a:hover,
#login .page-wrap .flex .leftBox #pwBox #pwBtn:hover{
  opacity: 0.6;
  transition: 0.3s;
  text-decoration: none;
}
@media screen and (max-width: 810px) {
  h3.backLine {
    margin: 30px auto 10px;
  }
  h3.backLine span {
    background-color: #555a5f;
    padding: 0 0.5em;
    color: #fff;
  }
  #login .page-wrap .flex {
    padding: 30px 0 4%;
    display: block;
  }
  #login .page-wrap .flex > div {
    padding: 20px 10px;
  }
  #login .page-wrap .flex .leftBox {
    width: 100%;
    background-color: #fff;
  }
  #login .page-wrap .flex .leftBox dl {}
  #login .page-wrap .flex dt {
    padding: 0 0 10px;
    text-align: center;
  }
  #login .page-wrap .flex dd {
    padding: 0.3em 0;
    height: 5em;
    display: flex;
  justify-content: center;
  align-items: center;
    text-align: center;
    text-align: center;
  }

  #login .page-wrap .flex .leftBox #pwBox {
    max-width: 300px;
    margin: 0 auto;
  }
  #login .page-wrap .flex .leftBox #pwBox .engTxt {
    width: 100%;
    text-align: left;
    
  }
  #login .page-wrap .flex .leftBox #pwBox #password {
    font-size: 14px;
    width: 100%;
    display: block;
    
  }
  #login .page-wrap .flex .leftBox #pwBox #pwBtn {
    margin: 10px auto;
    padding: 5px 15px;
  }
  #login .page-wrap .flex .rightBox {
    width: 100%;
    margin: 20px 0 0;
  }
  #login .page-wrap .flex .rightBox a{
    pointer-events: inherit;
  }
}

.index-mv,
.index-mv .img{
  position: relative;
}
.index-mv .img span{
  position: absolute;
  bottom: 5px;
  right: 5px;
  font-size: 10px;
  color: #fff;
}
.index-mv .txt{
  font-size: clamp(24px,3vw,40px);
  font-weight: bold;
  line-height: 1;
  color: #fff;
  text-shadow: 0 0 6px rgba(0,0,0,.8);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  text-align: center;
  z-index: 1;
}

.index-head {
  padding: 60px 0 30px;
}
.index-head .txt1{
  font-size: clamp(14px,2.2vw,28px);
  font-weight: bold;
  line-height: 1.6;
  color: #7a4e4f;
  text-align: center;
  max-width: fit-content;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.index-head .txt1:before,
.index-head .txt1:after{
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 16%;
  height: 0;
  padding-top: 5%;
  background: no-repeat center center / contain;
}
.index-head .txt1:before{
  background-image: url(../../images/teikei/midashi-left.png);
  left: -20%;
}
.index-head .txt1:after{
  background-image: url(../../images/teikei/midashi-right.png);
  right: -20%;
}
.index-head .txt1 strong{
  font-weight: bold;
  color: #ff0000;
}
.index-head .txt2{
  font-size: clamp(14px,1.7vw,20px);
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  color: #7a4e4f;
  margin: 40px auto 0;
}
.index-head .txt2 span{
  color: #e5727c;
  display: inline-block;
  padding: 0 5px 10px;
  background: url(../../images/teikei/wave.svg) no-repeat bottom center / contain;
}
.index-head .txt2 span strong{
  font-size: clamp(40px,4.5vw,50px);
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 810px) {
  .index-head {
    padding: 40px 0 25px;
  }
  .index-head .txt{
    text-shadow: 0 0 10px rgba(0, 0, 0, .9), 0 0 10px rgba(0, 0, 0, .9);
  }
  .index-head .txt2{
    margin: 50px auto 0;
  }
  .index-head .txt2 span{
    color: #e5727c;
    display: block;
    width: fit-content;
    margin: 5px auto 0;
  }
}
.index-body{
  max-width: 800px;
  width: 90%;
  margin: 0 auto 45px;
  border: solid 1px #7a4e4f;
  padding: 40px 10px;
  background-color: #f8f6f6;
  position: relative;
}
.index-body:before,
.index-body:after{
  content: '';
  position: absolute;
  width: calc(100% - 4px);
  left: 2px;
  height: 0;
  padding-top: 3%;
  background: url(../../images/teikei/body-triangle.svg) no-repeat center center / contain;
}
.index-body:before{
  top: 2px;
}
.index-body:after{
  bottom: 2px;
  transform: rotate(180deg);
}
.index-body .txt1{
  font-size: clamp(14px,1.5vw,16px);
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  padding: 0 5px 10px;
  border-bottom: solid 1px #000;
  width: fit-content;
  margin: 0 auto 30px;
  color: #ff0000;
}
.index-body .price{
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0 0 20px;
}
.index-body .price .txt2{
  font-size: clamp(18px,1.9vw,20px);
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  padding: 0 40px;
  color: #7a4e4f;
  position: relative;
}
.index-body .price .txt2:first-of-type:after{
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(100%,-50%);
  width:0;
  height:0;
  border-style:solid;
  border-width: 15px 0 15px 15px;
  border-color: transparent transparent transparent #7a4e4f;
}
.index-body .price .txt2 strong{
  font-size: clamp(30px,3.5vw,40px);
  font-weight: bold;
  line-height: 1;
}
.index-body .price .txt2 span{
  display: block;
  font-size: clamp(12px,1.3vw,14px);
  padding-bottom: 10px;
  margin-bottom: 10px;
  position: relative;
  color: #000;
}
.index-body .price .txt2 span:after{
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 1px;
  background-color: #7a4e4f;
}
.index-body .note{
  font-size: clamp(12px,1.3vw,14px);
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 810px) {
  .index-body{
    margin: 0 auto 60px;
    padding: 20px 5px;
  }
  .index-body .txt1{
    margin: 0 auto 20px;
  }
  .index-body .price{
    display: block;
    margin: 0 0 20px;
  }
  .index-body .price .txt2{
    padding: 0;
  }
  .index-body .price .txt2:first-of-type{
    padding-bottom: 30px;
    margin-bottom: 20px;
  }
  .index-body .price .txt2:first-of-type:after{
    top: inherit;
    right: inherit;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width:0;
    height:0;
    border-style:solid;
    border-width: 12px 15px 0 15px;
    border-color: #7a4e4f transparent transparent transparent;
  }
}
.index-link{
  max-width: 660px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.index-link li{
  width: calc(100% / 2 - 30px);
}
.index-link li .midashi{
  text-align: center;
  position: relative;
  padding: 1em 1em 1.8em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  font-size: clamp(14px,1.4vw,15px);
  font-weight: bold;
  line-height: 1.4;
  margin: 0 0 20px;
}
.index-link li:nth-child(1) .midashi{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0.5,0.5 99.5,0.5 99.5,68 50,99.5 0.5,68' fill='none' stroke='%237a4e4f' stroke-width='1' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");
  color: #7a4e4f;
}
.index-link li:nth-child(2) .midashi{
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100' preserveAspectRatio='none'%3E%3Cpolygon points='0.5,0.5 99.5,0.5 99.5,68 50,99.5 0.5,68' fill='none' stroke='%23e5727c' stroke-width='1' vector-effect='non-scaling-stroke'/%3E%3C/svg%3E");
  color: #e5727c;
}
.link-btn01{
  display: block;
  color: #fff;
  font-size: clamp(15px,1.6vw,18px);
  line-height: 1;
  position: relative;
  padding: 22px 5px;
  box-shadow: 3px 3px 3px rgba(0,0,0,.6);
  transition: .3s;
}
.link-btn01.pink{
  background: linear-gradient(to right, #f06478, #ff5a6e);
}
.link-btn01.brown{
  background: linear-gradient(to right, #a56969, #7a4e4f);
}
.link-btn01:hover{
  text-decoration: none;
  box-shadow: 0 0 0 rgba(0,0,0,.6);
  opacity: 1;
}
.link-btn01:before{
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  top: 5px;
  width: calc(100% - 12px);
  height: calc(100% - 12px);
  z-index: 1;
  border: 1px solid rgba(255, 255, 255, .3);
}
@media screen and (max-width: 810px) {
  .index-link{
    display: block;
  }
  .index-link li{
    width: 100%;
    margin: 0 0 30px;
  }
  .index-link li .midashi{
    margin: 0 0 10px;
  }
}