@charset "UTF-8";
/*----------------------------------
common parts
----------------------------------*/
#cts-75th {
  /* l-header */
}
#cts-75th .l-header {
  position: fixed;
  transition: background 0.3s ease;
  width: 100%;
}
#cts-75th .l-header.is-bg-show {
  background: #fff;
}
#cts-75th .l-header__container {
  padding-bottom: 30px !important;
}
@media (max-width: 750px) {
  #cts-75th .l-header__container {
    padding-top: 4vw !important;
    padding-bottom: 4vw !important;
  }
}
#cts-75th .l-header__logo {
  display: flex;
  align-items: center;
}
#cts-75th .l-header-trigger.is-show {
  transform: translateX(0);
}
@media screen and (max-width: 750px) {
  #cts-75th .l-header-trigger.is-show {
    transform: translateX(0);
  }
}
#cts-75th .l-contents {
  padding-top: 0;
}

/*----------------------------------
.l-contents-75th
----------------------------------*/
.l-contents-75th {
  margin: 0;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-overflow-scrolling: touch;
  width: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  scroll-behavior: smooth;
  overflow: hidden;
  /* utility */
  /* c-kv-75th */
  /* c-section-75th-message */
  /* c-section-75th-about */
  /* c-section-75th-slider */
  /* c-section-75th-question */
}
.l-contents-75th * {
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "Yu Gothic", "游ゴシック", YuGothic, "游ゴシック体", メイリオ, sans-serif;
  font-weight: 500;
  font-size: calc(16 / 16 * 1rem);
  line-height: 2;
  letter-spacing: 0.06em;
  box-sizing: border-box;
}
@media (max-width: 750px) {
  .l-contents-75th * {
    font-size: max(14px, 3.7333333333vw);
    line-height: 1.9285714286;
  }
}
.l-contents-75th main {
  overflow: hidden;
}
.l-contents-75th section {
  position: relative;
}
.l-contents-75th a,
.l-contents-75th button {
  border: none;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
}
.l-contents-75th img {
  height: auto;
  vertical-align: middle;
}
.l-contents-75th sup {
  font-size: 75%;
}
.l-contents-75th sub {
  font-size: 75%;
}
.l-contents-75th .c-bg__beige {
  background: url(/site_lulu/assets/images/lulu-a/75th/bg_beige.png) repeat;
  background-size: 260px 260px;
}
.l-contents-75th .c-kv-75th {
  position: relative;
  padding: 13.5714285714vw 0 12.8571428571vw;
}
@media (max-width: 750px) {
  .l-contents-75th .c-kv-75th {
    padding: 39.3333333333vw 0 7.3333333333vw;
  }
}
.l-contents-75th .c-kv-75th:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 64.2857142857vw;
  background: url("/site_lulu/assets/images/lulu-a/75th/bg_kv.svg") no-repeat right top/contain;
  z-index: 0;
}
@media (max-width: 750px) {
  .l-contents-75th .c-kv-75th:after {
    height: 146.6666666667vw;
    background: url("/site_lulu/assets/images/lulu-a/75th/sp/bg_kv.svg") no-repeat center top/contain;
  }
}
.l-contents-75th .c-kv-75th__inner {
  padding-left: 100px;
  padding-right: 100px;
  z-index: 1;
  position: relative;
}
@media (min-width: 751px) and (max-width: 1024px) {
  .l-contents-75th .c-kv-75th__inner {
    padding-left: 7.1428571429vw;
    padding-right: 7.1428571429vw;
  }
}
@media (max-width: 750px) {
  .l-contents-75th .c-kv-75th__inner {
    padding: 0;
    text-align: center;
  }
}
@media (min-width: 751px) {
  .l-contents-75th .c-kv-75th__box {
    display: flex;
    justify-content: space-between;
    min-height: 27.5vw;
  }
}
@media (max-width: 750px) {
  .l-contents-75th .c-kv-75th__box {
    min-height: 78.1333333333vw;
  }
}
.l-contents-75th .c-kv-75th__ttl {
  width: 20.3571428571vw;
}
@media (min-width: 751px) {
  .l-contents-75th .c-kv-75th__ttl {
    margin-left: 7.8571428571vw;
  }
}
@media (max-width: 750px) {
  .l-contents-75th .c-kv-75th__ttl {
    width: 76.2666666667vw;
    margin: 0 auto;
  }
}
.l-contents-75th .c-kv-75th__img {
  width: 32.8571428571vw;
}
@media (min-width: 751px) {
  .l-contents-75th .c-kv-75th__img {
    position: relative;
  }
}
@media (max-width: 750px) {
  .l-contents-75th .c-kv-75th__img {
    width: 52vw;
    margin: 6vw auto 0;
  }
}
.l-contents-75th .c-kv-75th__img .list {
  position: relative;
}
.l-contents-75th .c-kv-75th__img .list li {
  position: absolute;
  width: auto;
  display: flex;
  opacity: 0;
}
.l-contents-75th .c-kv-75th__img .list li img {
  filter: drop-shadow(30px 30px 30px rgba(204, 70, 12, 0.4));
  transform: translateZ(0);
}
.l-contents-75th .c-kv-75th__img .list li .caption {
  text-align: center;
  margin-top: 0.7142857143vw;
  color: #fff;
  font-size: 1vw;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  -moz-column-gap: 0.5714285714vw;
       column-gap: 0.5714285714vw;
}
@media (max-width: 750px) {
  .l-contents-75th .c-kv-75th__img .list li .caption {
    font-size: 2.6666666667vw;
    margin-top: 2vw;
    -moz-column-gap: 1.3333333333vw;
         column-gap: 1.3333333333vw;
  }
}
.l-contents-75th .c-kv-75th__img .list li .caption .ended {
  font-size: 0.8571428571vw;
  border: solid 1px #fff;
  height: 1.3571428571vw;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 0.3571428571vw;
}
@media (max-width: 750px) {
  .l-contents-75th .c-kv-75th__img .list li .caption .ended {
    font-size: 2.5333333333vw;
    height: 4vw;
    padding: 0 0.6666666667vw;
  }
}
.l-contents-75th .c-kv-75th__img .list li .caption .label {
  display: flex;
  align-items: center;
  justify-content: center;
}
.l-contents-75th .c-kv-75th__img .list li .caption .label img {
  width: auto;
  height: 1.3571428571vw;
}
@media (max-width: 750px) {
  .l-contents-75th .c-kv-75th__img .list li .caption .label img {
    height: 4vw;
  }
}
.l-contents-75th .c-kv-75th__img .list li .note {
  font-size: 0.7857142857vw;
  text-align: center;
  margin-top: 2.1428571429vw;
  line-height: 1.4545454545;
  position: absolute;
}
@media (min-width: 751px) {
  .l-contents-75th .c-kv-75th__img .list li .note {
    left: 50%;
    top: 26.4285714286vw;
    transform: translateX(-50%);
    width: 100%;
  }
}
@media (max-width: 750px) {
  .l-contents-75th .c-kv-75th__img .list li .note {
    font-size: 2.2666666667vw;
    line-height: 1.2941176471;
    margin-top: 0.6666666667vw;
    text-align: right;
    top: 45.3333333333vw;
    right: -22.6666666667vw;
    width: 100vw;
  }
}
@media (max-width: 750px) {
  .l-contents-75th .c-kv-75th__logo {
    margin-top: 26vw;
    width: 21.0666666667vw;
  }
}
.l-contents-75th .c-kv-75th__img-stop {
  position: absolute;
  width: 3.1428571429vw;
  bottom: 1.4285714286vw;
  right: 1.4285714286vw;
  z-index: 1;
}
@media (max-width: 750px) {
  .l-contents-75th .c-kv-75th__img-stop {
    width: 8vw;
    bottom: 38.6666666667vw;
    right: 2.6666666667vw;
  }
}
.l-contents-75th .c-kv-75th__img-stop img {
  filter: brightness(0) invert(1);
}
@media (hover: hover) and (pointer: fine) {
  .l-contents-75th .c-kv-75th__img-stop:hover {
    opacity: 0.6;
  }
}
.l-contents-75th .c-section-75th-message {
  padding: 100px 0;
}
@media (min-width: 751px) and (max-width: 1024px) {
  .l-contents-75th .c-section-75th-message {
    text-align: center;
  }
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-message {
    padding: 5.3333333333vw 0 6.6666666667vw;
    text-align: center;
  }
}
.l-contents-75th .c-section-75th-message__inner {
  padding: 0 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
@media (min-width: 751px) and (max-width: 1024px) {
  .l-contents-75th .c-section-75th-message__inner {
    flex-direction: column-reverse;
  }
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-message__inner {
    padding: 0 5.3333333333vw;
    flex-direction: column-reverse;
  }
}
.l-contents-75th .c-section-75th-message__ttl {
  color: #eb6120;
  font-size: calc(30 / 16 * 1rem);
  line-height: 1.8;
  font-weight: bold;
  white-space: nowrap;
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-message__ttl {
    font-size: 6.1333333333vw;
    line-height: 1.652173913;
  }
}
@media (min-width: 751px) and (max-width: 1024px) {
  .l-contents-75th .c-section-75th-message__txt-box {
    margin-top: 50px;
  }
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-message__txt-box {
    margin-top: 9.3333333333vw;
  }
}
.l-contents-75th .c-section-75th-message__txt-box .txt {
  font-size: calc(14 / 16 * 1rem);
  line-height: 1.8571428571;
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-message__txt-box .txt {
    font-size: 3.4666666667vw;
    line-height: 1.9230769231;
  }
}
.l-contents-75th .c-section-75th-message__txt-box .txt + .txt {
  margin-top: 25px;
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-message__txt-box .txt + .txt {
    margin-top: 7.3333333333vw;
  }
}
.l-contents-75th .c-section-75th-about {
  position: relative;
}
.l-contents-75th .c-section-75th-about::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 92.8571428571vw;
  height: 62.8571428571vw;
  background: url("/site_lulu/assets/images/lulu-a/75th/bg_about.svg") no-repeat center top/contain;
  z-index: 0;
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-about::after {
    width: 100%;
    height: 261.3333333333vw;
    background: url("/site_lulu/assets/images/lulu-a/75th/sp/bg_about.svg") no-repeat center top/contain;
  }
}
.l-contents-75th .c-section-75th-about .deco {
  position: absolute;
  z-index: -1;
}
.l-contents-75th .c-section-75th-about .deco img {
  width: 100%;
}
.l-contents-75th .c-section-75th-about__container {
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  -moz-column-gap: 6.7857142857vw;
       column-gap: 6.7857142857vw;
  padding-top: 16.0714285714vw;
  padding-bottom: 18.2142857143vw;
  margin-left: 3.5714285714vw;
  margin-right: 3.5714285714vw;
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-about__container {
    flex-direction: column;
    padding-top: 44vw;
    padding-bottom: 49.3333333333vw;
    padding-left: 8vw;
    padding-right: 5.3333333333vw;
    margin-left: 0;
    margin-right: 0;
  }
}
.l-contents-75th .c-section-75th-message__ttl-box .deco.deco--01 {
  width: 6.4285714286vw;
  top: 13.8571428571vw;
  left: 8.7142857143vw;
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-message__ttl-box .deco.deco--01 {
    width: 23.2vw;
    top: 31.7333333333vw;
    left: -10.9333333333vw;
  }
}
.l-contents-75th .c-section-75th-message__ttl-box .deco.deco--02 {
  width: 12.1428571429vw;
  top: 30.5vw;
  left: 29.7142857143vw;
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-message__ttl-box .deco.deco--02 {
    width: 40vw;
    top: 60vw;
    left: inherit;
    right: -14.6666666667vw;
  }
}
.l-contents-75th .c-section-75th-about__sub-ttl,
.l-contents-75th .c-section-75th-about__sub-ttl span {
  color: #eb6120;
  font-weight: bold;
  font-size: 1.3571428571vw;
  line-height: 2.2631578947;
  letter-spacing: 0.06em;
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-about__sub-ttl,
.l-contents-75th .c-section-75th-about__sub-ttl span {
    font-size: 4.2666666667vw;
    line-height: 1.75;
  }
}
.l-contents-75th .c-section-75th-about__sub-ttl .strong::before, .l-contents-75th .c-section-75th-about__sub-ttl .strong::after,
.l-contents-75th .c-section-75th-about__sub-ttl span .strong::before,
.l-contents-75th .c-section-75th-about__sub-ttl span .strong::after {
  content: "";
  display: inline-block;
  margin-bottom: -0.5714285714vw;
  width: 0.7142857143vw;
  height: 1.7857142857vw;
  background: url("/site_lulu/assets/images/lulu-a/75th/img_border.svg") no-repeat center top/contain;
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-about__sub-ttl .strong::before, .l-contents-75th .c-section-75th-about__sub-ttl .strong::after,
.l-contents-75th .c-section-75th-about__sub-ttl span .strong::before,
.l-contents-75th .c-section-75th-about__sub-ttl span .strong::after {
    width: 2vw;
    height: 5.3333333333vw;
    margin-bottom: -1.3333333333vw;
  }
}
.l-contents-75th .c-section-75th-about__sub-ttl .strong:before,
.l-contents-75th .c-section-75th-about__sub-ttl span .strong:before {
  margin-right: 0.7142857143vw;
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-about__sub-ttl .strong:before,
.l-contents-75th .c-section-75th-about__sub-ttl span .strong:before {
    margin-right: 2.6666666667vw;
  }
}
.l-contents-75th .c-section-75th-about__sub-ttl .strong:after,
.l-contents-75th .c-section-75th-about__sub-ttl span .strong:after {
  transform: scaleX(-1);
}
.l-contents-75th .c-section-75th-about__main-ttl {
  margin-top: 1.4285714286vw;
  width: 33.5714285714vw;
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-about__main-ttl {
    margin-top: 4vw;
    width: 84vw;
  }
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-about__txt-box {
    margin-top: 9.3333333333vw;
  }
}
.l-contents-75th .c-section-75th-about__txt-box .deco.deco--03 {
  width: 4.8571428571vw;
  top: 43.5714285714vw;
  right: 3.5714285714vw;
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-about__txt-box .deco.deco--03 {
    width: 17.3333333333vw;
    top: inherit;
    bottom: 62.1333333333vw;
    right: -8.6666666667vw;
  }
}
.l-contents-75th .c-section-75th-about__txt-box .deco.deco--04 {
  width: 14.7857142857vw;
  top: 48.4285714286vw;
  right: 3.5714285714vw;
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-about__txt-box .deco.deco--04 {
    width: 36.1333333333vw;
    top: inherit;
    bottom: 25.6vw;
    right: 0;
  }
}
.l-contents-75th .c-section-75th-about__txt-box .txt {
  font-size: 1.1428571429vw;
  line-height: 2;
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-about__txt-box .txt {
    font-size: 3.7333333333vw;
    line-height: 1.9285714286;
  }
}
.l-contents-75th .c-section-75th-about__txt-box .txt .txt--white {
  font-size: 1.1428571429vw;
  background: #fff;
  border-radius: 0.2857142857vw;
  padding: 0.1em 0.3em;
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-about__txt-box .txt .txt--white {
    font-size: 3.7333333333vw;
    border-radius: 0.8vw;
    padding: 0.1em 0em 0.1em 0.2em;
    margin: 0 0 0 -0.2em;
    white-space: nowrap;
  }
}
.l-contents-75th .c-section-75th-about__txt-box .txt + .txt {
  margin-top: 2.5vw;
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-about__txt-box .txt + .txt {
    margin-top: 8.6666666667vw;
  }
}
@-webkit-keyframes img-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes img-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.l-contents-75th .c-section-75th-slider {
  padding: 50px 0 60px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-slider {
    padding: 8vw 0 13.3333333333vw;
  }
}
.l-contents-75th .c-section-75th-slider .list {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  display: flex;
  -webkit-animation: img-scroll 30s linear infinite;
          animation: img-scroll 30s linear infinite;
  will-change: transform;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.l-contents-75th .c-section-75th-slider .list.is-paused {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.l-contents-75th .c-section-75th-slider .list li {
  width: 250px;
  margin: 0 20px;
  flex-shrink: 0;
}
@media (min-width: 1800px) {
  .l-contents-75th .c-section-75th-slider .list li {
    width: 270px;
  }
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-slider .list li {
    width: 66.6666666667vw;
    margin: 0 1.3333333333vw;
  }
}
.l-contents-75th .c-section-75th-slider .list li img {
  border-radius: 10px;
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-slider .list li img {
    border-radius: 2.6666666667vw;
  }
}
.l-contents-75th .c-section-75th-slider .list li:nth-of-type(even) {
  margin-top: 40px;
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-slider .list li:nth-of-type(even) {
    margin-top: 5.3333333333vw;
  }
}
.l-contents-75th .c-section-75th-slider__stop {
  position: absolute;
  width: 3.1428571429vw;
  bottom: 0;
  right: 1.4285714286vw;
  transition: 0.3s;
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-slider__stop {
    width: 8vw;
    bottom: 1.3333333333vw;
    right: 2.6666666667vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-contents-75th .c-section-75th-slider__stop:hover {
    opacity: 0.6;
  }
}
.l-contents-75th .c-section-75th-question {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-question {
    padding-top: 20vw;
    padding-bottom: 21.3333333333vw;
  }
}
.l-contents-75th .c-section-75th-question .c-section-75th-question__ttl {
  display: inline;
  font-size: calc(36 / 16 * 1rem);
  font-weight: bold;
  letter-spacing: 0.06em;
  line-height: 1.8571428571;
  color: #eb6120;
  border-bottom: solid 4px #eb6120;
  padding-bottom: 5px;
}
@media (min-width: 751px) and (max-width: 1024px) {
  .l-contents-75th .c-section-75th-question .c-section-75th-question__ttl br.pc-hide {
    display: block !important;
  }
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-question .c-section-75th-question__ttl {
    font-size: 6.6666666667vw;
    line-height: 1.84;
    border-width: 0.8vw;
    padding-bottom: 0.8vw;
  }
}
.l-contents-75th .c-section-75th-question .c-section-75th-question__attention {
  margin-top: 30px;
  max-width: 790px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 751px) {
  .l-contents-75th .c-section-75th-question .c-section-75th-question__attention {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-question .c-section-75th-question__attention {
    width: 89.3333333333vw;
    margin-top: 5.3333333333vw;
  }
}
.l-contents-75th .c-section-75th-question .c-section-75th-question__lead {
  font-size: calc(14 / 16 * 1rem);
  letter-spacing: 0.06em;
  line-height: 1.8571428571;
  margin-top: 30px;
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-question .c-section-75th-question__lead {
    font-size: 3.4666666667vw;
    line-height: 1.7692307692;
    margin-top: 6vw;
  }
}
.l-contents-75th .c-section-75th-question .c-section-75th-question__container {
  margin-top: 50px;
  background: #eb6120;
  border-radius: 50px;
  padding-bottom: 80px;
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-question .c-section-75th-question__container {
    margin-top: 20vw;
    border-radius: 6.6666666667vw;
    padding-bottom: 20vw;
  }
}
.l-contents-75th .c-section-75th-question .c-section-75th-question__list {
  width: 85.7142857143vw;
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-question .c-section-75th-question__list {
    width: 100%;
    flex-direction: column;
    align-items: center;
    padding: 0 5.3333333333vw;
  }
}
.l-contents-75th .c-section-75th-question .c-section-75th-question__list .item.item--01 {
  margin-top: -50px;
  width: 26.0833333333%;
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-question .c-section-75th-question__list .item.item--01 {
    margin-top: -16vw;
    margin-right: auto;
    width: 64.2666666667vw;
  }
}
.l-contents-75th .c-section-75th-question .c-section-75th-question__list .item.item--02 {
  margin-top: 64px;
  width: 37.1666666667%;
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-question .c-section-75th-question__list .item.item--02 {
    margin-top: 0;
    width: 90.6666666667vw;
  }
}
.l-contents-75th .c-section-75th-question .c-section-75th-question__list .item.item--03 {
  margin-top: 37px;
  width: 30.6666666667%;
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-question .c-section-75th-question__list .item.item--03 {
    margin-top: 5.3333333333vw;
    width: 80vw;
    margin-left: auto;
  }
}
.l-contents-75th .c-section-75th-question .c-section-75th-question__link.link--01 {
  margin-top: 60px;
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-question .c-section-75th-question__link.link--01 {
    margin-top: 13.3333333333vw;
  }
}
.l-contents-75th .c-section-75th-question .c-section-75th-question__link.link--01 .txt img {
  width: 575px;
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-question .c-section-75th-question__link.link--01 .txt img {
    width: 66.6666666667vw;
  }
}
.l-contents-75th .c-section-75th-question .c-section-75th-question__link.link--01 .btn {
  position: relative;
  margin-top: 30px;
  background: #fff;
  height: 70px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 480px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  color: #eb6120;
  font-weight: bold;
  font-size: calc(17 / 16 * 1rem);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
  letter-spacing: 0;
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-question .c-section-75th-question__link.link--01 .btn {
    margin-top: 4vw;
    min-width: 89.0666666667vw;
    height: 17.3333333333vw;
    font-size: 4vw;
    line-height: 1.4;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-contents-75th .c-section-75th-question .c-section-75th-question__link.link--01 .btn:hover {
    opacity: 0.6;
  }
}
.l-contents-75th .c-section-75th-question .c-section-75th-question__link.link--01 .btn:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-top: 2px solid #eb6120;
  border-right: 2px solid #eb6120;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 15px;
  transition: 0.3s;
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-question .c-section-75th-question__link.link--01 .btn:after {
    width: 2.4vw;
    height: 2.4vw;
    right: 4vw;
  }
}
.l-contents-75th .c-section-75th-question .c-section-75th-question__link.link--02 {
  margin-top: 100px;
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-question .c-section-75th-question__link.link--02 {
    margin-top: 20vw;
  }
}
.l-contents-75th .c-section-75th-question .c-section-75th-question__link.link--02 .btn {
  position: relative;
  background: #eb6100;
  height: 60px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  -moz-column-gap: 10px;
       column-gap: 10px;
  min-width: 320px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
  font-weight: bold;
  font-size: calc(17 / 16 * 1rem);
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.16);
  padding: 0 20px;
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-question .c-section-75th-question__link.link--02 .btn {
    height: 14.6666666667vw;
    -moz-column-gap: 6.6666666667vw;
         column-gap: 6.6666666667vw;
    min-width: 89.0666666667vw;
    font-size: 4.2666666667vw;
    padding: 0 6.6666666667vw;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-contents-75th .c-section-75th-question .c-section-75th-question__link.link--02 .btn:hover {
    opacity: 0.6;
  }
}
.l-contents-75th .c-section-75th-question .c-section-75th-question__link.link--02 .btn .img {
  width: 44px;
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-question .c-section-75th-question__link.link--02 .btn .img {
    width: 10.6666666667vw;
  }
}
.l-contents-75th .c-section-75th-question .c-section-75th-question__link.link--02 .btn p {
  color: #fff;
  font-weight: bold;
}
.l-contents-75th .c-section-75th-question .c-section-75th-question__link.link--02 .btn:after {
  position: absolute;
  content: "";
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  right: 22px;
  transition: 0.3s;
}
@media (max-width: 750px) {
  .l-contents-75th .c-section-75th-question .c-section-75th-question__link.link--02 .btn:after {
    width: 2.4vw;
    height: 2.4vw;
    right: 6.6666666667vw;
  }
}
/*# sourceMappingURL=75th.css.map */