@charset "UTF-8";
/* Scss Document */
.pc {
  display: block;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.header {
  box-shadow: 2px 0 2px 2px #fff;
}

.wrapper {
  border: none;
}

.mv1 {
  width: 100%;
  height: 700px;
  background: url("../img/favorite/grace25ss/img1_pc2.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0;
}
.mv2 {
  width: 100%;
  height: 533px;
  background: url("../img/favorite/grace25ss/img1_sp.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  margin: 0;
}
.mv1:before {
  display: none;
}
.mv2:before {
  content: "";
  position: absolute;
  bottom: -50px;
  left: 50%;
  width: 1px;
  height: 100px;
  margin-left: -0.5px;
  background-color: #7a7c2c;
}
@media only screen and (max-width: 768px) {
  .mv1:before {
    bottom: -25px;
    height: 50px;
  }
  .mv2:before {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .mv1 {
    height: 156px;
  }
    .mv2 {
      height: 500px;
    }
}

#grace25ss {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, "Sawarabi Mincho", serif;
}
#grace25ss section {
  box-sizing: border-box;
  height: 100%;
  background: #fff;
  display: block;
}
#grace25ss section.bg {
  background: #f7f8f3;
  margin-bottom: 3%;
}
#grace25ss section.bg2 {
  background: #f7f8f3;
  margin-bottom: 3%;
  padding: 3% 0;
}
@media only screen and (max-width: 768px) {
  #grace25ss section.bg {
    margin-bottom: 10%;
  }
  #grace25ss section.bg2 {
    padding: 7% 0;
  }
}
#grace25ss h1 {
  font-size: 30px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 60px;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 1024px) {
  #grace25ss h1 {
    font-size: 28px;
  }
}
@media only screen and (max-width: 768px) {
  #grace25ss h1 {
    font-size: 19px;
    margin-top: 35px;
    margin-bottom: 35px;
    /*text-align: justify;*/
    letter-spacing: -0.08rem;
  }
  #grace25ss h1 span {
    font-size: 18px;
    display: block;
  }
}
#grace25ss h2 {
  font-size: 20px;
  font-family: 'Lora', serif;
  font-weight: normal;
  letter-spacing: 0.1em;
  text-align: center;
  color: #161616;
  line-height: 1;
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  #grace25ss h2 {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 30px;
    font-weight: 700;
  }
}
#grace25ss h3 {
  font-size: 25px;
  font-family: 'Lora', serif;
  color: #7a7c2c;
  text-align: center;
  letter-spacing: -0.01rem;
  margin-top: 120px;
  margin-bottom: 90px;
  font-weight: normal;
}
@media only screen and (max-width: 768px) {
  #grace25ss h3 {
    /*font-size: 15px;*/
    font-size: 20px;
    line-height: 1.6;
    margin-top: 90px;
    margin-bottom: 70px;
  }
}
#grace25ss h4 {
  font-size: 20px;
  margin-bottom: 20px;
  line-height: 1.6;
  letter-spacing: -0.01rem;
}
@media only screen and (max-width: 768px) {
  #grace25ss h4 {
    font-size: 14px;
    margin-bottom: 5.2%;
    /*text-align: center;*/
  }
}
#grace25ss h5 {
    font-size: 35px;
    font-family: 'Lora', serif;
    font-weight: normal;
    letter-spacing: 0.1em;
    text-align: center;
    margin: 20% auto;
    color: #333333;
    line-height: 1;
    margin-bottom: 30px;
  }
  @media only screen and (max-width: 768px) {
    #grace25ss h5 {
      font-size: 23px;
      line-height: 1.5;
      margin: 25% auto;
      margin-bottom: 50px;
    }
  }
#grace25ss img {
  display: block;
  width: 100%;
  padding: 0 5%;
}
#grace25ss p {
  text-align: justify;
  line-height: 2;
  padding: 0 5%;
}
@media only screen and (max-width: 768px) {
  #grace25ss p {
    letter-spacing: -0.01rem;
  }
}
#grace25ss .ashirai {
  position: relative;
  padding: 0 40px;
}
#grace25ss .ashirai:before, #grace25ss .ashirai:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 20px;
  height: 1px;
  background: #111;
  margin-top: -0.5px;
}
#grace25ss .ashirai:before {
  left: 0;
}
#grace25ss .ashirai:after {
  right: 0;
}
@media only screen and (max-width: 768px) {
  #grace25ss .ashirai {
    display: block;
  }
}
#grace25ss .fade {
  opacity: 0;
  transform: translateY(20px);
  transition: all 1.3s 0s ease-out;
}
#grace25ss .fade:nth-of-type(2) {
  transform: translateY(40px);
}
#grace25ss .fade:nth-of-type(3) {
  transform: translateY(45px);
}
#grace25ss .inner {
  padding: 25px 0;
  margin: 0 auto;
  width: 1000px;
}
@media only screen and (max-width: 1024px) {
  #grace25ss .inner {
    width: 92.4%;
  }
}
@media only screen and (max-width: 768px) {
  #grace25ss .inner {
    padding: 2% 0 5%;
    width: 100%;
  }
}
#grace25ss .box-list div {
}
#grace25ss .box-list div:first-of-type {
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  #grace25ss .box-list div {
    margin-top: 4%;
  }
  #grace25ss .box-list div:first-of-type {
    margin-top: 2%;
  }
  #grace25ss .box-list div p {
    margin-top: 3%;
  }
}
#grace25ss .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
#grace25ss .flex p {
  width: 45%;
}
#grace25ss .flex img {
  width: 50%;
}
@media only screen and (max-width: 768px) {
  #grace25ss .flex p {
    width: 100%;
    padding: 5% 5%;
  }
  #grace25ss .flex img {
    width: 100%;
  }
}
#grace25ss .centerImage {
  width: 640px;
  margin: 0 auto 50px;
}
@media only screen and (max-width: 768px) {
  #grace25ss .centerImage {
    width: 100%;
    margin-bottom: 0;
  }
}
#grace25ss .mb50 {
  margin-bottom: 50px;
}
@media only screen and (max-width: 768px) {
  #grace25ss .mb50 {
    margin-bottom: 5%;
  }
}

#grace25ss .-flex2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #grace25ss .-swap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
@media only screen and (max-width: 768px) {
  #grace25ss .-swap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: column-reverse;
  }
}


#grace25ss .btn {
  width: 60%;
}
#grace25ss .btn a {
  padding: 20px 0;
  margin: 0 auto;
  text-align: center;
  line-height: 1;
  border: 1px solid #000000;
  background-color: #ffffff;
  color: #000000;
  display: block;
  position: relative;
}
#grace25ss .btn a:after {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: calc(100% - 8px);
  height: calc(100% - 8px);
  background-color: #fefefe6c;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
#grace25ss .btn a:hover:after {
  opacity: 1;
}
@media only screen and (max-width: 768px) {
  #grace25ss .btn a {
    width: 80%;
    padding: 15px 0;
  }
}

#grace25ss .sum {
  position: relative;
  margin-top: 50px;
  padding-top: 50px;
  text-align: center;
}
#grace25ss .sum:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 3px;
  top: 0;
  left: 50%;
  margin-left: -10px;
  background-color: #7a7c2c;
}
#grace25ss .related h3 {
  text-align: center;
  margin: 0 0 40px;
  padding-left: 0;
  color: #7a7c2c;
  font-size: 18px;
  line-height: 1.0;
  font-weight: normal;
  font-family: 'Lora', serif;
  letter-spacing: 0.1rem;
  width: 100%;
}
#grace25ss .related h3:before {
  background: none;
}
#grace25ss .related .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}
#grace25ss .related .flex img {
  width: 100%;
}
#grace25ss .related .flex div.journal_meta {
  width: 100%;
}
#grace25ss .related .relate--list {
  width: 47.5%;
}
#grace25ss .related .relate--list:nth-of-type(n+3) {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  #grace25ss .related .relate--list {
    width: 100%;
    padding: 0 3%;
  }
  #grace25ss .related .relate--list:nth-of-type(n+2) {
    margin-top: 5%;
  }
}
#grace25ss .related .favorite-ttl {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.6;
  letter-spacing: 0.85px;
}
#grace25ss .bg-img {
  padding: 0 50px;
}
@media only screen and (max-width: 768px) {
  #grace25ss .bg-img {
    padding: 0;
  }
}
#grace25ss .online-shop P {
  text-align: center;
  font-size: 14px;
  margin-bottom: 10px;
  color: #000;
}
#grace25ss .online-shop a {
  margin: 0 auto;
}
