@charset "UTF-8";
#main {
  font-family: "Yu Mincho Medium", "YuMincho", "Yu Mincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
/*****canael***************変更**/
#opening .animation_wrap h2 {
  width: 60%;
  transition: 1.5s;
  margin: 0 auto;
}
.animate__delay-07s {
  animation-delay: 1.3s;
}
@media screen and (max-width: 798px) {
#opening .animation_wrap h2 {
  width: 90%;

}
}

/*****canael***************変更**/

#breadcrumbs p {
  font-family: -apple-system, BlinkMacSystemFont, "游ゴシック", Yu Gothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", "MS PGothic", sans-serif;
}

.fadeInUpTrigger, .fadeInTrigger {
  opacity: 0;
}

.slideInRightTrigger {
  transform: translate3d(100%, 0, 0);
  overflow: hidden;
}

.animate__duration-3s {
  animation-duration: 2s;
}

.animate__delay-05s {
  animation-delay: 0.8s;
}

.pc_hidden {
  display: block;
}

.sp_hidden {
  display: none;
}

@keyframes stretch-line {
  0% {
    width: 0%;
  }
  100% {
    width: 75%;
  }
}

@media screen and (min-width: 798px) {
  .pc_hidden {
    display: none;
  }
  .sp_hidden {
    display: block;
  }
}
#opening {
  position: relative;
  z-index: 999;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background-color: #a89177;
  width: 100vw;
  height: auto;
  overflow: hidden;
  transition: 1.5s;
  aspect-ratio: 9/16;
  margin: auto;
}
#opening .animation_wrap {
  width: 80%;
  margin: auto;
  transition: 1.5s;
}
#opening .animation_wrap h1 {
  width: 100%;
  transition: 1.5s;
}
#opening .animation_wrap figure {
  width: 90%;
  margin: auto;
  position: relative;
  z-index: 1;
  transition: 1.5s;
}
#opening .animation_wrap #animation_motto {
  position: relative;
  width: 70%;
  top: -40px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  margin: 0 auto;
  margin-top: 0;
  filter: drop-shadow(0 5px 0 rgba(191, 157, 115, 0.4));
  transition: 1.5s;
}
#opening.end {
  border-radius: 20px;
  width: 95%;
  height: auto;
  aspect-ratio: 70/93;
}
#opening.end > .animation_wrap {
  width: 100%;
}
#opening.end > .animation_wrap > h1 img {
  filter: drop-shadow(0 6px 0 rgba(191, 157, 115, 0.4));
}
#opening.end > .animation_wrap > figure {
  width: 90%;
  margin-top: -25px;
}
#opening.end > .animation_wrap #animation_motto {
  width: 60%;
  margin: -50px auto 0;
}
@media screen and (min-width: 798px) {
  #opening {
    aspect-ratio: 16/8;
  }
  #opening .animation_wrap h1 {
    width: 70%;
    margin: auto;
  }
  #opening .animation_wrap figure {
    width: 40%;
  }
  #opening .animation_wrap #animation_motto {
    width: 35%;
  }
  #opening.end {
    aspect-ratio: 16/8;
  }
  #opening.end > .animation_wrap > h1 {
    width: 50%;
  }
  #opening.end > .animation_wrap > figure {
    width: 35%;
  }
  #opening.end > .animation_wrap #animation_motto {
    width: 35%;
  }
}

#main {
  position: relative;
}
#main::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: linear-gradient(135deg, #FFEDFF, #E2FCFF);
  z-index: -10;
}

.flexBox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
}

img {
  width: 100%;
}

#mv > .mv_container {
  width: 95%;
  aspect-ratio: 70/93;
  margin: 10px auto;
  border-radius: 20px;
}
#mv > .mv_container .mv_wrap > h1 {
  width: 100%;
}
#mv > .mv_container .mv_wrap > h1 img {
  filter: drop-shadow(0 6px 0 rgba(0, 137, 155, 0.4));
}
#mv > .mv_container .mv_wrap > figure {
  width: 90%;
  margin: auto;
  position: relative;
  margin-top: -25px;
  z-index: 1;
}
#mv > .mv_container .mv_wrap p {
  width: 60%;
  margin: auto;
  margin-top: -50px;
  position: relative;
  z-index: 2;
}
#mv > .mv_container .mv_wrap p img {
  filter: drop-shadow(0 5px 0 rgba(0, 137, 155, 0.4));
}
#mv .container {
    width: 90%;
    margin: 60px auto;
}
#mv .container .mv_catch {
  text-align: center;
  margin: 40px auto 20px;
}
#mv .container .mv_catch img:first-of-type {
  width: 60%;
  margin-bottom: 5px;
}
#mv .container .mv_txt {
  letter-spacing: 0.1em;
  font-size: 20px;
  text-align: center;
  color: #a89177;
  line-height: 1.6;
}
#mv .container .mv_txt02 {
  font-size: 32px;
  letter-spacing: .1em;
  text-align: center;
  color: #a89177;
  line-height: 1.6;
}
@media screen and (min-width: 798px) {
  #mv .container {
    max-width: 1080px;
  }
  #mv .container .mv_catch {
    margin: 80px auto 40px;
  }
  #mv .container .mv_catch img {
    width: 40%;
    margin: 0 10px;
  }
  #mv .container .mv_catch img:first-of-type {
    width: 25%;
  }
  #mv .container .mv_txt {
    font-size: 18px;
  }
  #mv .container .mv_txt span {
    font-size: 1.5em;
  }
}
#mv .pickup_container {
  width: 90%;
  margin: 40px auto;
}
#mv .pickup_container .pickup_item {
  position: relative;
  filter: drop-shadow(0 0 10px rgba(50, 50, 50, 0.16));
}
#mv .pickup_container .pickup_item figure {
  width: 60%;
}
#mv .pickup_container .pickup_item p {
  width: 65%;
}
#mv .pickup_container .pickup_item:nth-of-type(2n+1) p {
  position: absolute;
  top: 55%;
  left: 30%;
}
#mv .pickup_container .pickup_item:nth-of-type(2n) figure {
  margin: 0 0 0 auto;
}
#mv .pickup_container .pickup_item:nth-of-type(2n) p {
  position: absolute;
  top: 55%;
  left: 10%;
}
@media screen and (min-width: 798px) {
  #mv .pickup_container {
    justify-content: space-evenly;
  }
  #mv .pickup_container .pickup_item {
    width: calc((100% - 400px) / 3);
    margin: 50px auto 0;
  }
  #mv .pickup_container .pickup_item figure {
    width: 100%;
  }
  #mv .pickup_container .pickup_item p {
    width: 100%;
  }
  #mv .pickup_container .pickup_item:nth-of-type(2n+1) p {
    top: inherit;
    bottom: 5%;
    left: 10%;
  }
  #mv .pickup_container .pickup_item:nth-of-type(2n) p {
    top: inherit;
    bottom: 5%;
    left: 10%;
  }
}

@media screen and (min-width: 798px) {
  #feature {
    margin-top: 120px;
  }
}
#feature h2 {
  width: 95%;
  margin: auto;
  position: relative;
}
#feature h2::after {
  content: "";
  position: absolute;
  display: block;
  width: 0%;
  height: 1.5px;
  background-color: #a89177;
  right: -2.5%;
}
#feature h2 img {
  width: 30%;
}
@media screen and (min-width: 798px) {
  #feature h2::after {
    width: 0%;
  }
  #feature h2 img {
    width: 13%;
  }
}
#feature h2.animate__animated::after {
  animation: stretch-line 1s ease 0.3s normal forwards;
}
#feature .feature_catch {
  margin-top: 50px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  font-size: 1.1rem;
  font-feature-settings: "palt";
  letter-spacing: 1.4px;
  overflow: hidden;
}
#feature .feature_catch:nth-of-type(2n+1) .featurenum {
  margin: 0 20px 0 -2px;
}
#feature .feature_catch:nth-of-type(2n) {
  flex-direction: row-reverse;
  text-align: right;
}
#feature .feature_catch:nth-of-type(2n) .featurenum {
  margin: 0 -2px 0 20px;
}
#feature .feature_catch:last-of-type {
  letter-spacing: 1.6px;
}
#feature .feature_catch .featurenum {
  aspect-ratio: 59/46;
  display: inline-block;
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
  width: 20%;
}
#feature .feature_catch .featurenum.num01 {
  background-image: url(../img/canael_2025/feature_num01.svg);
}
#feature .feature_catch .featurenum.num02 {
  background-image: url(../img/canael_2025/feature_num02.svg);
}
#feature .feature_catch .featurenum.num03 {
  background-image: url(../img/canael_2025/feature_num03.svg);
}
@media screen and (min-width: 798px) {
  #feature .feature_catch {
    font-size: 1.5rem;
    margin-top: 80px;
    margin-bottom: 40px;
  }
  #feature .feature_catch:nth-of-type(2n+1) .featurenum {
    margin: 0 50px 0 2.5%;
  }
  #feature .feature_catch:nth-of-type(2n) {
    flex-direction: row-reverse;
    text-align: right;
  }
  #feature .feature_catch:nth-of-type(2n) .featurenum {
    margin: 0 2.5% 0 50px;
  }
  #feature .feature_catch .featurenum {
    width: 10%;
    opacity: 0.4;
  }
}
#feature .feature_content {
  background-color: #f1ece5;
  padding: 2.5% 0;
}
#feature .feature_content .container {
  width: 100%;
  margin: auto;
}
#feature .feature_content .container h4 {
  color: #a89177;
  background-color: #fff;
  text-align: center;
  font-size: 1rem;
  font-feature-settings: "palt";
  letter-spacing: 1px;
  padding: 15px 0;
  vertical-align: middle;
}
#feature .feature_content .container h4 span {
  display: block;
  font-size: 1.5em;
  line-height: 1.4;
  font-weight: bold;
}
#feature .feature_content .container h4.long {
  font-size: 13px;
}
#feature .feature_content .container h4.long span {
  font-size: 1.6em;
}
#feature .feature_content .container h4.wide-pad {
  padding: 20px 0;
}
#feature .feature_content .container .explain {
  margin: 30px auto 20px;
  text-align: center;
  font-feature-settings: "palt";
  letter-spacing: 0.7px;
  line-height: 1.7;
}
#feature .feature_content .container .explain span {
  color: #a89177;
  display: block;
  font-size: 1.15rem;
}
#feature .feature_content .container .explain.tx-l {
  text-align: left;
}
#feature .feature_content .container figure {
  width: 100%;
  margin-bottom: 30px;
}
@media screen and (min-width: 798px) {
  #feature .feature_content .container {
    max-width: 980px;
  }
  #feature .feature_content .container h4 {
    font-size: 1.4rem;
    padding: 30px 0;
  }
  #feature .feature_content .container h4.long {
    font-size: 1.4rem;
  }
  #feature .feature_content .container .explain {
    max-width: 600px;
    font-size: 1.05rem;
    line-height: 2;
    margin: 50px auto 30px;
  }
  #feature .feature_content .container .explain span {
    font-size: 1.6rem;
  }
  #feature .feature_content .container figure {
    max-width: 780px;
    margin: 30px auto 50px;
  }
}
#feature .feature_content .jwood h5 {
  width: 80%;
  margin: 5px auto;
}
#feature .feature_content .jwood .jwood_explain {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#feature .feature_content .jwood .jwood_explain p {
  width: 55%;
  font-size: 12px;
  padding-left: 3%;
  letter-spacing: 0.5px;
  box-sizing: border-box;
}
#feature .feature_content .jwood .jwood_explain div {
  background-image: url(../img/canael_2025/jwood_bg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  border-radius: 25px 0 0 25px;
  width: 40%;
  aspect-ratio: 164/115;
}
#feature .feature_content .jwood .jwood_explain .jwood_btn {
  width: 95%;
  margin: 25px auto 40px;
  filter: drop-shadow(0 3px 5px rgba(0, 0, 0, 0.55));
}
@media screen and (min-width: 798px) {
  #feature .feature_content .jwood .jwood_explain {
    margin: 30px auto 100px;
  }
  #feature .feature_content .jwood .jwood_explain p {
    width: 45%;
    padding-left: 15%;
    font-size: 1.05rem;
    line-height: 1.9;
  }
  #feature .feature_content .jwood .jwood_explain p span {
    margin: 40px auto 20px;
  }
  #feature .feature_content .jwood .jwood_explain div {
    width: 50%;
    aspect-ratio: 160/90;
    background-position: center bottom;
  }
  #feature .feature_content .jwood .jwood_explain .jwood_btn {
    width: 100%;
    margin: 50px auto 0;
  }
}
#feature .feature_content .feature02_figure {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#feature .feature_content .feature02_figure .feature02_figure-item1 {
  width: 60%;
  margin: 0 auto 60px;
  position: relative;
}
#feature .feature_content .feature02_figure .feature02_figure-item1::after {
  content: "";
  display: block;
  aspect-ratio: 1/1;
  width: 50px;
  position: absolute;
  background-image: url(../img/feauture02_img2.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  left: 50%;
  transform: translateX(-50%);
}
#feature .feature_content .feature02_figure .feature02_figure-item2 {
  width: 100%;
  margin-bottom: 0;
}
@media screen and (min-width: 798px) {
  #feature .feature_content .feature02_figure .feature02_figure-item1 {
    width: 40%;
    margin: 0 auto 10px;
  }
  #feature .feature_content .feature02_figure .feature02_figure-item1::after {
    top: 50%;
    left: 96%;
    transform: translateY(-50%);
    width: 70px;
  }
  #feature .feature_content .feature02_figure .feature02_figure-item2 {
    width: 50%;
  }
}
#feature .feature_content .notes {
  display: block;
  margin-bottom: 40px;
  font-size: 11px;
  line-height: 1.6;
}
#feature .feature_content .notes.tx-r {
  text-align: right;
  width: 90%;
  margin: auto;
}
#feature .feature_content .notes span {
  display: block;
  margin: 3px 0;
  text-indent: -2.5em;
  padding-left: 3em;
  letter-spacing: 0.5px;
  font-feature-settings: "palt";
}
@media screen and (min-width: 798px) {
  #feature .feature_content .notes {
    width: 100%;
    font-size: 13px;
  }
  #feature .feature_content .notes span {
    display: inline-block;
  }
  #feature .feature_content .notes.tx-r {
    max-width: 780px;
  }
}
#feature .feature_content .feature03 {
  width: 95%;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 798px) {
  #feature .feature_content .feature03 {
    margin: auto;
    max-width: 850px;
  }
}

#qa {
  margin: 50px auto;
}
@media screen and (min-width: 798px) {
  #qa {
    margin: 120px auto 100px;
  }
}
#qa h2 {
  width: 20%;
  margin: auto;
}
@media screen and (min-width: 798px) {
  #qa h2 {
    max-width: 150px;
    margin: 0 auto 50px;
  }
}
#qa .qa_container li {
  margin-bottom: 30px;
}
#qa .qa_container li dl {
  font-feature-settings: "palt";
  letter-spacing: 1px;
}
#qa .qa_container li dl dt {
  font-family: "Yu Mincho", "YuMincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  margin: 0 0 -15px auto;
  position: relative;
  top: 0;
  right: 0;
  z-index: 1;
  background-color: #a89177;
  color: #fff;
  width: 93%;
  text-align: right;
  padding: 5px 10px;
  font-size: 1rem;
  font-weight: 400;
  border-radius: 3px 0 0 3px;
  box-sizing: border-box;
  letter-spacing: 0.3px;
}
#qa .qa_container li dl dd {
  margin-left: -2px;
  width: 96%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  border: solid 2px #a89177;
  border-radius: 0 3px 3px 0;
  box-sizing: border-box;
  padding: 25px 10px;
  filter: drop-shadow(6px 6px 0 #a89177);
}
#qa .qa_container li dl dd figure {
  width: 20%;
}
#qa .qa_container li dl dd span {
  width: 75%;
  font-family: "Yu Mincho", "YuMincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
#qa .qa_container li dl dd span a {
  text-decoration: underline;
}
@media screen and (min-width: 798px) {
  #qa .qa_container {
    max-width: 1100px;
    margin: auto;
  }
  #qa .qa_container li {
    max-width: 680px;
  }
  #qa .qa_container li:nth-of-type(2) {
    margin: 0 0 50px auto;
  }
  #qa .qa_container li:nth-of-type(3) {
    margin: 0 0 50px 50px;
  }
  #qa .qa_container li:nth-of-type(4) {
    margin: auto;
  }
  #qa .qa_container li dl dt {
    font-size: 1.5rem;
    width: 80%;
    padding: 5px 20px;
  }
  #qa .qa_container li dl dd {
    width: 90%;
    font-size: 1rem;
    padding: 25px;
  }
  #qa .qa_container li dl dd figure {
    width: 15%;
  }
  #qa .qa_container li dl dd span {
    width: 80%;
  }
}

#form .doc_contents {
  position: relative;
  text-align: center;
  background-color: #eefaff;
  width: 93%;
  padding: 20px 0;
  margin: -50px auto 0;
  border-radius: 5px;
  filter: drop-shadow(-2px -2px 10px rgba(50, 50, 50, 0.2));
}
#form .doc_contents > span {
  color: #a89177;
  background-color: #fff;
  text-align: center;
  padding: 5px 30px;
}
#form .doc_contents > p {
  line-height: 1.8;
  font-size: 13px;
  font-family: "Yu Mincho", "YuMincho", "游明朝体", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
}
#form .doc_contents > p span {
  font-size: 1rem;
  font-weight: bold;
  display: block;
  line-height: 1.5;
  margin-top: 20px;
}
#form iframe {
  height: 1300px;
}
@media screen and (min-width: 798px) {
  #form .doc_contents {
    padding: 30px 0;
    max-width: 980px;
    margin: -30px auto 0;
/*    display: flex;
    flex-wrap: wrap;
    justify-content: center; */
  }
  #form .doc_contents > span {
    font-size: 1.5rem;
    width: 60%;
	  display:block;
	  margin:10px auto;
  }
  #form .doc_contents > p {
    width: 60%;
	  margin:10px auto;
	  display:block;
  }
  #form iframe {
    height: 1000px;
  }
}/*# sourceMappingURL=canael-motto.css.map */

#form .doc_button{
	display:block;
	font-size:120%;
	line-height:80px;
	width:70%;
	max-width:350px;
	background: url(../../images/icon_catalog_white.svg) no-repeat 50px 24px  / 30px 30px;
	background-color:#a89177;
	color:#fff;
	margin:50px auto;
	text-align:center;
	padding-left:25px;
}