/* *{
  outline: 1px solid black;
} */

@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap');
body {
    font-family: "Montserrat", sans-serif;
    overflow-x: hidden;
}

header {
    text-align: center;
    margin: 0 auto;
    width: 100%;
    border-bottom: 6px solid #453527;
}

@media (max-width: 768px) {
    header img {
        width: 50%;
    }
}

#hero .container {
    padding-top: 32px;
}

#hero .date {
    padding-top: 30px;
}

#hero .price {
    padding-top: 90px;
}

main {
    /* background-image: url("../img/bg.jpg"); */
    /* background-image: url("../img/bg2.jpg"); */
    /* background-image: url("../img/bg3.png"); */
    background-image: url("../img/bg4.jpg");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

main .container {
    background: url("../img/bg_w.png") repeat-y;
    background-size: contain;
}

header,
#hero,
main,
footer {
    /* display: none; */
}

#openingImage1 {
    width: 100vw;
    height: 100vh;
    /**********1案***********************************/
    /* background-image: url("../img/top.jpg");
    background-size: 50%;
    background-position: calc(50% + -13%) calc(50% + 0px); */
    /**********1案***********************************/
    /**********２案***********************************/
    background-size: 90%;
    background-image: url("../img/top2.jpg");
    background-position: calc(50% + -50px) calc(50% + 0px);
    /**********２案***********************************/
    z-index: 1000;
    position: fixed;
    top: 0;
    display: none;
}
@media (max-width: 1200px) {
    #openingImage1 {
        background-size: 170%;
    }
}
@media (max-width: 768px) {
    #openingImage1 {
        background-size: cover;
    }
}
#openingImage2 {
    width: 100vw;
    height: 100vh;
    background-image: url("../img/top_ex1.png");
    /* background-image: url("../img/top_ex2.png"); */
    /* background-image: url("../img/top_ex3.png"); */
    /* background-image: url("../img/top_ex4.png"); */
    /* background-image: url("../img/top_ex5.png"); */
    /* background-image: url("../img/top_ex6.png"); */
    /* background-image: url("../img/top_ex7.png"); */
    background-position: center;
    background-size: cover;
    z-index: 10000;
    position: fixed;
    top: 0;
    display: none;
}

.cvr {
    width: 100%;
}

.cvr a {
    margin: 16px 0;
    /*ボタンの外側余白*/
    padding: 12px 30px;
    /*ボタンの内側余白*/
    text-align: center;
    /*文字の位置*/
    transition: 0.5s;
    background-size: 200% auto;
    color: white;
    /*文字の色*/
    box-shadow: 0 0 20px #eee;
    border-radius: 10px;
    /*ボタンの角の形*/
    display: block;
    width: 300px;
    font-weight: 600;
    font-size: 18px;
    margin: 0 auto;
}

.top-btn a {
    margin: unset;
    margin: 32px 0 0;
    /*ボタンの外側余白*/
    width: 500px;
}


/*ボタン１の色*/

.cvr a {
    background-image: linear-gradient( to right, #ff7daf 0%, #ff758d 51%, #ff7daf 100%);
}

.cvr a:hover {
    background-position: right center;
    text-decoration: none;
}


/* section{
  padding: 110px 0;
} */

.card-ori {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 1.8rem;
}

.card-ori .img img {
    border-radius: 12px 12px 0 0;
}

.card-ori .text img {
    padding: 12px;
}

@media (min-width: 768px) {
    .sp {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .pc {
        display: none;
    }
}

#description_text{
  font-family: 'Noto Serif JP', serif;
  font-size: 24px;
  font-weight: 600;
  color:#666;
  letter-spacing:0.15em;
  line-height:1.8em;
}
@media (max-width: 992.98px) {
  #description_text{
    font-size: 18px;
  }
}
@media (max-width: 767.98px) {
  #description_text{
    font-size: 16px;
  }
}
@media (max-width: 577.98px) {
  #description_text{
    font-size: 10px;
  }
}
#description_text  .type1{
  display: block;
  font-size: 50%;
  margin: -1.2% 0 0 0;
  padding: 0;
}
#description_text  .type2{
  display: block;
  font-size: 75%;
  margin: 0;
  padding: 0 0 2em 1.6em;
  line-height: 1.5em;
}
#description_text  a{
  word-break: break-all;
}

.copy-guard {
  pointer-events: none;
}