@charset "UTF-8";
/* arguments inittial */
/* font style */
/* site style */
/* [ opacity ]
-------------------------------------------------*/
/* [ display style ]
-------------------------------------------------*/
/* [ background-image ]
-------------------------------------------------*/
/* [ writing-mode ]
-------------------------------------------------*/
/* [ illustrator & photoshop letter spacing ]
-------------------------------------------------*/
/* [ easy breakpoint ]
-------------------------------------------------*/
/* [ easy transform ]
-------------------------------------------------*/
.drr .sup {
  font-size: 10px;
}
.drr .inner {
  max-width: 1000px;
  margin-inline: auto;
  padding-inline: 15px;
}
@media (min-width: 768px) {
  .drr .text-center-pc {
    text-align: center !important;
  }
}
@media (max-width: 767px) {
  .drr .text-left-sp {
    text-align: left !important;
  }
}
.drr .next-border {
  display: block;
  margin: 30px auto;
  width: 2px;
  height: 40px;
  background-color: #004a95;
}
@media (min-width: 768px) {
  .drr .next-border {
    height: 150px;
    margin: 50px auto;
  }
}
.drr .fv-content {
  width: 100%;
  height: 60vh;
  position: relative;
}
@media (min-width: 768px) {
  .drr .fv-content {
    height: 70vh;
  }
}
.drr .fv-content-img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-size: cover;
  background-position: center center;
  background-image: url("../img/special/fv.jpg");
}
.drr .fv-content-img .caption {
  position: absolute;
  left: 10px;
  bottom: 70px;
  font-size: 10px;
  z-index: 3;
  text-align: left;
}
@media (min-width: 768px) {
  .drr .fv-content-img .caption {
    left: none;
    right: 25px;
    text-align: right;
  }
}
.drr .fv-content-img:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2;
  top: 0;
  left: 0;
}
@media (min-width: 768px) {
  .drr .fv-content-img {
    background-image: url("../img/special/fv.jpg");
  }
}
.drr .fv-content-img:after {
  background: rgba(0, 0, 0, 0.5);
}
.drr .fv-content-title {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .drr .fv-content-title {
    font-size: 48px;
    line-height: 1.2;
  }
}
.drr .fv-content-title-img {
  max-width: 60%;
}
@media (min-width: 768px) {
  .drr .fv-content-title-img {
    max-width: 100%;
  }
}
.drr .fv-content-text {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 50px 15px;
  pointer-events: none;
  justify-content: center;
  height: 100%;
}
@media (min-width: 768px) {
  .drr .fv-content-text {
    padding: 100px 50px;
    /*max-width: 1200px;*/
    margin: 0 auto;
    justify-content: flex-end;
  }
}
.drr .fv-content .scroll {
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #fff;
  font-size: 12px;
  height: 60px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .drr .fv-content .scroll {
    bottom: 0;
  }
}
.drr .fv-content .scroll:after {
  content: "";
  top: 0;
  left: 50%;
  width: 1px;
  height: 90px;
  position: absolute;
  background: #fff;
  animation: scrollanimation 1.3s infinite;
}
.drr .sec01-title {
  padding: 40px 15px;
  text-align: center;
}
.drr .sec01-hero {
  position: relative;
}
.drr .sec01-hero img {
  width: 100%;
  max-width: none;
}
.drr .sec01-hero-caption {
  position: absolute;
  inset: auto 5px 5px auto;
  font-size: 10px;
  color: #fff;
}
.drr .sec01-lead {
  display: flex;
  flex-direction: column;
  gap: 1.5em;
  padding: 30px 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
  background: url("../img/special/drr/bg-gradation.jpg") center no-repeat;
  background-size: 100% 100%;
}
@media (min-width: 768px) {
  .drr .sec01-lead {
    padding: 70px 15px;
    font-size: 17px;
    background: url("../img/special/drr/bg-gradation-pc.jpg") center no-repeat;
    background-size: cover;
  }
}
.drr .sec01-gallery {
  display: flex;
  margin-bottom: 10px;
}
.drr .sec01-gallery-item {
  flex: 1;
  position: relative;
}
.drr .sec01-gallery-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.27);
  z-index: 2;
}
.drr .sec01-gallery-caption {
  position: absolute;
  inset: auto 5px 5px auto;
  font-size: 10px;
  color: #fff;
  text-shadow: 0 0 6px #000, 0 0 6px #000;
  z-index: 3;
}
.drr .sec01-caption {
  text-align: center;
  color: #b3b3b3;
  font-size: 10px;
}
.drr .sec01-headline {
  margin-block: 30px;
  text-align: center;
}
@media (min-width: 768px) {
  .drr .sec01-headline {
    margin-block: 60px;
  }
}
.drr .sec01-headline-text {
  margin-bottom: 1.5em;
  text-align: center;
  font-size: 12px;
  color: #004a95;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .drr .sec01-headline-text {
    font-size: 17px;
  }
}
.drr .sec01-composition {
  margin-block: 50px 30px;
  width: 100%;
  height: auto;
  text-align: center;
}
@media (min-width: 768px) {
  .drr .sec01-composition {
    argin-block: 80px 45px;
  }
}
.drr .sec01-composition-caption {
  margin-top: 10px;
  text-align: center;
  font-size: 10px;
  color: #b3b3b3;
}
.drr .sec01-text {
  text-align: center;
  color: #004a95;
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .drr .sec01-text {
    font-size: 17px;
  }
}
.drr .sec02-headline {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.drr .sec02-text {
  text-align: center;
  color: #004a95;
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .drr .sec02-text {
    font-size: 17px;
  }
}
.drr .sec02-text.text-black {
  color: #1a1a1a;
}
.drr .sec02-group {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .drr .sec02-group {
    margin-top: 60px;
  }
}
.drr .sec02-group-title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 25px;
  padding: 0.5em 3em;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #004a95;
  border-radius: 50px;
}
@media (min-width: 768px) {
  .drr .sec02-group-title {
    margin: 0 auto 45px;
    font-size: 24px;
  }
}
.drr .sec02-group-title::after {
  content: "";
  position: absolute;
  bottom: -10px; /* 三角形の高さ分下に配置 */
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 10px 7px 0 7px; /* 三角形のサイズ調整 */
  border-color: #004a95 transparent transparent transparent;
}
@media (min-width: 768px) {
  .drr .sec02-group-title::after {
    bottom: -18px;
    border-width: 20px 15px 0 15px;
  }
}
.drr .sec02-group-subtitle {
  margin: 30px auto 10px;
  text-align: center;
  width: max(35.85vw, 200px);
}
@media (min-width: 768px) {
  .drr .sec02-group-subtitle {
    margin: 55px auto 20px;
  }
}
@media (min-width: 768px) {
  .drr .sec02-group-subtitle img {
    width: 320px;
    height: auto;
  }
}
.drr .sec02-group-text {
  margin-bottom: 15px;
  text-align: center;
  font-size: 10px;
  color: #1a1a1a;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .drr .sec02-group-text {
    margin-bottom: 30px;
    font-size: 17px;
  }
}
.drr .sec02-group-img-block {
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.drr .sec02-group-img-caption {
  margin-top: 5px;
  text-align: right;
  font-size: 10px;
  color: #b3b3b3;
}
.drr .sec02-group-caption {
  margin-top: 5px;
  text-align: center;
  font-size: 10px;
  color: #b3b3b3;
}
.drr .sec02-group-flex-01, .drr .sec02-group-flex-02 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}
@media (min-width: 768px) {
  .drr .sec02-group-flex-01, .drr .sec02-group-flex-02 {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
  }
}
.drr .sec02-group-flex-01 {
  margin-block: 30px;
}
@media (min-width: 768px) {
  .drr .sec02-group-flex-01 {
    gap: 30px;
  }
}
@media (max-width: 767px) {
  .drr .sec02-group-flex-01 .sec02-group-img {
    max-width: 500px;
  }
}
@media (min-width: 768px) {
  .drr .sec02-group-flex-01 .sec02-group-img {
    flex: 1;
  }
}
.drr .sec02-group-flex-01 .sec02-group-img img {
  width: 100%;
}
.drr .sec02-group-flex-02 {
  margin-block: 60px 30px;
}
@media (min-width: 768px) {
  .drr .sec02-group-flex-02 .sec02-group-img {
    flex-grow: 1;
  }
}
@media (min-width: 768px) {
  .drr .sec02-group-flex-02 img {
    width: 100%;
    height: auto;
  }
}
.drr .sec03-headline {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.drr .sec03-img {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 1.5em;
}
.drr .sec03-img-caption {
  margin-top: 5px;
  padding-inline: 15px;
  text-align: left;
  font-size: 10px;
  color: #b3b3b3;
}
@media (min-width: 768px) {
  .drr .sec03-img-caption {
    text-align: right;
    padding-inline: 0;
  }
}
.drr .sec03-text {
  text-align: center;
  color: #004a95;
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .drr .sec03-text {
    font-size: 17px;
  }
}
.drr .sec03-group {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .drr .sec03-group {
    margin-top: 60px;
  }
}
.drr .sec03-group.mt-0 {
  margin-top: 0;
}
.drr .sec03-group-title {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 25px;
  padding: 0.5em 3em;
  text-align: center;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  background-color: #004a95;
  border-radius: 50px;
}
@media (min-width: 768px) {
  .drr .sec03-group-title {
    margin: 0 auto 45px;
    font-size: 24px;
  }
}
.drr .sec03-group-title::after {
  content: "";
  position: absolute;
  bottom: -10px; /* 三角形の高さ分下に配置 */
  left: 50%;
  transform: translateX(-50%);
  border-style: solid;
  border-width: 10px 7px 0 10px; /* 三角形のサイズ調整 */
  border-color: #004a95 transparent transparent transparent;
}
@media (min-width: 768px) {
  .drr .sec03-group-title::after {
    bottom: -18px;
    border-width: 20px 15px 0 15px;
  }
}
.drr .sec03-group-subtitle {
  margin: 30px auto 10px;
  text-align: center;
  width: max(45.24vw, 240px);
}
@media (min-width: 768px) {
  .drr .sec03-group-subtitle {
    margin: 55px auto 20px;
  }
}
.drr .sec03-group-text {
  margin-bottom: 15px;
  text-align: center;
  font-size: 10px;
  color: #1a1a1a;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .drr .sec03-group-text {
    font-size: 15px;
  }
}
.drr .sec03-group-text.font-bold {
  font-weight: bold;
}
.drr .sec03-group-text.mb-md {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .drr .sec03-group-text.mb-md {
    margin-bottom: 60px;
  }
}
.drr .sec03-group-img {
  position: relative;
}
.drr .sec03-group-img-block {
  width: 100%;
  margin: 0 auto 15px;
  text-align: center;
}
@media (min-width: 768px) {
  .drr .sec03-group-img-block {
    max-width: 80%;
  }
}
@media (min-width: 768px) {
  .drr .sec03-group-img-block img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .drr .sec03-group-img.size-ss {
    width: max(27.82vw, 160px) !important;
  }
}
@media (max-width: 767px) {
  .drr .sec03-group-img.size-ss img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .drr .sec03-group-img.size-ss .sec03-group-img-caption_inset + .sec03-img-caption {
    inset: auto 0 -15px auto;
    padding-inline: 0;
  }
}
@media (max-width: 767px) {
  .drr .sec03-group-img.size-s {
    width: max(41.73vw, 200px) !important;
  }
}
@media (max-width: 767px) {
  .drr .sec03-group-img.size-s img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .drr .sec03-group-img.size-s .sec03-group-img-caption_inset + .sec03-img-caption {
    inset: auto 0 -15px auto;
    padding-inline: 0;
  }
}
@media (max-width: 767px) {
  .drr .sec03-group-img.size-m {
    width: max(38.26vw, 220px) !important;
  }
}
@media (max-width: 767px) {
  .drr .sec03-group-img.size-m img {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .drr .sec03-group-img.size-l {
    width: max(48.6vw, 280px) !important;
  }
}
@media (max-width: 767px) {
  .drr .sec03-group-img.size-l img {
    width: 100%;
  }
}
.drr .sec03-group-img-caption {
  margin-top: 5px;
  padding-inline: 5px;
  font-size: 10px;
  color: #b3b3b3;
}
.drr .sec03-group-img-caption_inset {
  position: absolute;
  inset: auto 10px 10px auto;
  font-size: 10px;
}
.drr .sec03-group-img-caption_inset + .sec03-img-caption {
  position: absolute;
  inset: auto 10px -15px auto;
}
.drr .sec03-group-img-caption_inset .text-white {
  color: #fff;
}
.drr .sec03-group-caption {
  margin-top: 5px;
  text-align: center;
  font-size: 10px;
  color: #b3b3b3;
}
.drr .sec03-group-caption.left {
  text-align: left;
}
@media (min-width: 768px) {
  .drr .sec03-group-caption.left {
    text-align: center;
  }
}
.drr .sec03-group-flex-01 {
  display: flex;
  flex-direction: column;
  gap: 15px;
  align-items: center;
  margin-block: 30px;
}
@media (min-width: 768px) {
  .drr .sec03-group-flex-01 {
    flex-direction: row;
    justify-content: space-around;
  }
}
.drr .sec03-group-flex-02 {
  margin-block: 30px 10px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  row-gap: 30px;
  -moz-column-gap: 15px;
       column-gap: 15px;
}
@media (min-width: 768px) {
  .drr .sec03-group-flex-02 {
    margin-block: 60px 30px;
    justify-content: space-around;
  }
}
.drr .sec03-group-flex-02 .sec03-group-img {
  width: -moz-fit-content;
  width: fit-content;
  text-align: center;
}
.drr .sec03-group-flex-col {
  display: flex;
  justify-content: center;
  width: calc(50% - 7.5px);
}
@media (min-width: 768px) {
  .drr .sec03-group-flex-col {
    display: block;
    width: auto;
  }
}
.drr .sec04-headline {
  position: relative;
  margin-bottom: 30px;
  text-align: center;
}
.drr .sec04-text {
  text-align: center;
  color: #004a95;
  font-size: 12px;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .drr .sec04-text {
    font-size: 17px;
  }
}
.drr .sec04-text.text-02 {
  margin-block: 40px;
}
@media (min-width: 768px) {
  .drr .sec04-text.text-02 {
    margin-block: 80px;
  }
}
.drr .sec04-caption {
  margin-top: 15px;
  text-align: center;
  font-size: 10px;
  color: #b3b3b3;
}
@media (min-width: 768px) {
  .drr .sec04-caption {
    margin-top: 30px;
  }
}
.drr .sec04-group {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .drr .sec04-group {
    margin-top: 60px;
    gap: 30px;
  }
}
.drr .sec04-group-img {
  position: relative;
  width: 100%;
  text-align: center;
}
.drr .sec04-group-img img {
  width: 100%;
  max-width: none;
}
@media (min-width: 768px) {
  .drr .sec04-group-img img {
    width: -moz-fit-content;
    width: fit-content;
    max-width: 100%;
  }
}
.drr .sec04-link {
  display: flex;
  justify-content: center;
  align-items: center;
}
.drr .sec04-link a {
  display: block;
  width: 250px;
  transition: all 0.3s ease-in-out;
}
@media (min-width: 768px) {
  .drr .sec04-link a {
    width: -moz-fit-content;
    width: fit-content;
  }
}
.drr .sec04-link a:hover {
  opacity: 0.8;
}
.drr .sec05 {
  padding-bottom: 60px;
  background: url(../img/special/drr/bg-gradation-foot.jpg) center top no-repeat;
  background-size: cover;
}
@media (min-width: 768px) {
  .drr .sec05 {
    margin-top: 30px;
    background: url(../img/special/drr/bg-gradation-foot-pc.jpg) center top no-repeat;
    background-size: cover;
  }
}
.drr .sec05-title {
  margin: 0 auto 30px;
  padding-top: min(22.4vw, 150px);
  width: max(56.8%, 213px);
  text-align: center;
}
@media (min-width: 768px) {
  .drr .sec05-title {
    margin: 0 auto 60px;
    padding-top: max(14.55vw, 180px);
  }
}
.drr .sec05-text {
  margin-top: 15px;
  text-align: center;
  font-size: 12px;
  line-height: 1.5;
  color: #fff;
}
@media (min-width: 768px) {
  .drr .sec05-text {
    margin-top: 30px;
    font-size: 17px;
  }
}
@keyframes scrollanimation {
  0% {
    top: 15px;
    height: 1px;
  }
  50% {
    top: 15px;
    height: 70px;
  }
  100% {
    top: 80px;
  }
}
.drr {

}/*# sourceMappingURL=drr.css.map */