@charset "utf-8";
html { visibility: hidden; }
html.wf-active { visibility: visible; }
body {
    position: relative;
    margin: 0;
    overflow-x: hidden;
    font-family: "source-han-sans-japanese", sans-serif;
}

* {
    box-sizing: border-box;
}
h1,h2,h3,h4,p,ul,li,ol,span,dl,dt,dd,figure,figcaption {
  margin: 0;
  padding: 0;
  list-style: none;
  font-weight: normal;
}
@keyframes fadeInAnime {
  from {
      opacity: 0;
      transform: translateY(30px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}
@keyframes zoomInAnime{
  from {
    transform: scale(0.6);
    opacity: 0;
  }

  to {
    transform: scale(1);
    opacity: 1;
  }
}
.fade {
  opacity: 0;
  transform: translateY(0.6em);
}
.fade.fadein {
	animation: slide-up-animation .75s ease-out forwards;
}
.fade2 {
  opacity: 0;
  transition: opacity .6s;
}
.fade2.fadein {
  opacity: 1;
}

.zoom {
  opacity: 0;
}
.zoom.zoomin {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}

html.wf-active .js-fv-up {
	animation: slide-up-animation .75s ease-out forwards;
  overflow: hidden;
}
@keyframes slide-up-animation {
	0% {
		opacity: 0;
		transform: translateY(30px);
	}
	100% {
		opacity: 1;
		transform: translateY(0);
	}
}
main.my-first {
  padding-top: 0;
  padding-bottom: calc(150 / 1600 * 100vw);
  font-family: "Yu Mincho", YuMincho, "Noto Serif JP", sans-serif;
  font-size: 0;
  color: #040A54;
}
main.my-first img {
  width: 100%;
}
main.my-first a {
  color: inherit;
  text-decoration: none;
}
main.my-first .title-header {
  position: relative;
  margin-bottom: calc(55 / 1600 * 100vw);
  padding-top: calc(45 / 1600 * 100vw);
  background: #fff;
}
main.my-first .title-header .logo .image {
  width: calc(100 / 1600 * 100vw);
  margin: auto;
}
main.my-first section.kv {
  width: 100%;
  margin-bottom: calc(173 / 1600 * 100vw);
}
main.my-first section.kv .banner {
  position: relative;
  margin-bottom: calc(102 / 1600 * 100vw);
  opacity: 0;
  transition: opacity .6s;
}
main.my-first section.kv .banner .end-label {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  text-align: center;
  font-family: "source-han-sans-japanese", sans-serif;
  color: #fff;
  background: rgba(0, 0, 0, 0.75);
}

main.my-first section.kv .banner .end-label .end-title {
  margin-bottom: calc(65 / 1600 * 100vw);
  font-weight: 700;
  font-size: calc(34 / 1600 * 100vw);
  line-height: 1;
}
main.my-first section.kv .banner .end-label .end-title > span {
  font-weight: 700;
}

main.my-first section.kv .banner .end-label p {
  margin: 0 0 calc(30 / 1600 * 100vw);
  font-weight: 500;
  font-size: calc(20 / 1600 * 100vw);
  line-height: calc(40 / 1600 * 100vw);
  letter-spacing: 0.03em;
}
main.my-first section.kv .banner .end-label > span {
  display: block;
  font-weight: 400;
  font-size: calc(15 / 1600 * 100vw);
  line-height: calc(34 / 1600 * 100vw);
  letter-spacing: 0.03em;
}
main.my-first section.kv .title {
  text-align: center;
}
main.my-first section.kv .title .catch {
  margin-bottom: calc(19 / 1600 * 100vw);
  font-weight: 600;
  font-size: calc(16 / 1600 * 100vw);
  line-height: 1;
  letter-spacing: .02em;
}
main.my-first section.kv .title h1 {
  margin-bottom: calc(45 / 1600 * 100vw);
  font-weight: 600;
  font-size: calc(40 / 1600 * 100vw);
  line-height: 1;
  letter-spacing: .03em;
}
main.my-first section.kv .title p {
  font-weight: 500;
  font-size: calc(15 / 1600 * 100vw);
  line-height: 220%;
  letter-spacing: .03em;
}
main.my-first section.gift {
  width: calc(960 / 1600 * 100vw);
  margin: 0 auto calc(170 / 1600 * 100vw);
}
main.my-first section.gift .gift-inner {
  position: relative;
  margin-bottom: calc(64 / 1600 * 100vw);
  padding: calc(86 / 1600 * 100vw) calc(74 / 1600 * 100vw) calc(60 / 1600 * 100vw);
  background: rgba(255, 226, 222, 0.35);
}
/*
main.my-first section.gift .gift-inner h2 {
  position: absolute;
  top: calc(-50 / 1600 * 100vw);
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  width: calc(427 / 1600 * 100vw);
}
*/
main.my-first section.gift .gift-inner h2 {
  position: absolute;
  top: calc(-50 / 1600 * 100vw);
  left: calc(50% - (213.5 / 1600 * 100vw));
  z-index: 1;
  width: calc(427 / 1600 * 100vw);
  height: calc(96 / 1600 * 100vw);
  background-image: url('../../images/50th/my-first/label.svg');
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0;
  transform: translateY(0.6em);
}
main.my-first section.gift .gift-inner h2 span {
  display: flex;
  position: absolute;
  top: calc(8 / 1600 * 100vw);
  left: 50%;
  transform: translateX(-50%);
  margin-left: 1px;
  font-family: 'Cormorant Garamond', serif;
  font-weight: 700;
  font-size: calc(32 / 1600 * 100vw);
  line-height: 1;
  letter-spacing: .06em;
}
main.my-first section.gift .gift-inner h2 span i {
  position: relative;
  font-style: normal;
  /*
  opacity: 0;
  transition: opacity .6s;
  */
}
main.my-first section.gift .gift-inner h2.fadein span i {
  opacity: 1;
}
main.my-first section.gift .gift-inner h2 span i:nth-of-type(1) {
  top: calc(7 / 1600 * 100vw);
  transform: rotate(-7.621deg);
  transition-delay: .05s;
}
main.my-first section.gift .gift-inner h2 span i:nth-of-type(2) {
  top: calc(4 / 1600 * 100vw);
  transform: rotate(-6.009deg);
  transition-delay: .1s;
}
main.my-first section.gift .gift-inner h2 span i:nth-of-type(3) {
  top: calc(3 / 1600 * 100vw);
  transform: rotate(-4.483deg);
  transition-delay: .15s;
}
main.my-first section.gift .gift-inner h2 span i:nth-of-type(4) {
  top: calc(1 / 1600 * 100vw);
  transform: rotate(-2.957deg);
  transition-delay: .2s;
}
main.my-first section.gift .gift-inner h2 span i:nth-of-type(5) {
  top: calc(0 / 1600 * 100vw);
  transform: rotate(-1.706deg);
  transition-delay: .25s;
}
main.my-first section.gift .gift-inner h2 span i:nth-of-type(6) {
  top: calc(0 / 1600 * 100vw);
  transform: rotate(-0.469deg);
  transition-delay: .3s;
}
main.my-first section.gift .gift-inner h2 span i:nth-of-type(7) {
  top: calc(0.5 / 1600 * 100vw);
  transform: rotate(1.057deg);
  transition-delay: .35s;
}
main.my-first section.gift .gift-inner h2 span i:nth-of-type(8) {
  top: calc(3 / 1600 * 100vw);
  transform: rotate(2.061deg);
  width: calc(12 / 1600 * 100vw);
}
main.my-first section.gift .gift-inner h2 span i:nth-of-type(9) {
  top: calc(1 / 1600 * 100vw);
  transform: rotate(3.258deg);
  transition-delay: .4s;
}
main.my-first section.gift .gift-inner h2 span i:nth-of-type(10) {
  top: calc(2 / 1600 * 100vw);
  transform: rotate(4.67deg);
  transition-delay: .45s;
}
main.my-first section.gift .gift-inner h2 span i:nth-of-type(11) {
  top: calc(4 / 1600 * 100vw);
  transform: rotate(5.879deg);
  transition-delay: .5s;
}
main.my-first section.gift .gift-inner h2 span i:nth-of-type(12) {
  top: calc(6 / 1600 * 100vw);
  transform: rotate(7.621deg);
  transition-delay: .55s;
}
main.my-first section.gift .gift-inner ul {
  margin-bottom: calc(62 / 1600 * 100vw);
}
main.my-first section.gift .gift-inner ul li {
  opacity: 0;
}
main.my-first section.gift .gift-inner ul li:not(:first-child) {
  width: calc(250 / 1600 * 100vw);
}
main.my-first section.gift .gift-inner ul li:nth-child(1) {
  animation-delay: 0.2s;
}
main.my-first section.gift .gift-inner ul li:nth-child(2) {
  animation-delay: 0.4s;
}
main.my-first section.gift .gift-inner ul li:nth-child(3) {
  animation-delay: 0.6s;
}
main.my-first section.gift .gift-inner ul li:nth-child(4) {
  animation-delay: 0.8s;
}
main.my-first section.gift .gift-inner p {
  margin-bottom: calc(60 / 1600 * 100vw);
  font-weight: 500;
  font-size: calc(15 / 1600 * 100vw);
  line-height: 200%;
}
main.my-first section.gift .gift-inner .limited {
  width: calc(520 / 1600 * 100vw);
  margin: auto;
  padding: calc(30 / 1600 * 100vw) calc(24 / 1600 * 100vw) calc(26 / 1600 * 100vw);
  background: #fff;
}
main.my-first section.gift .gift-inner .limited .sub-title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: calc(25 / 1600 * 100vw);
}
main.my-first section.gift .gift-inner .limited .sub-title::before,
main.my-first section.gift .gift-inner .limited .sub-title::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: calc(5 / 1600 * 100vw);
  width: calc(10.28 / 1600 * 100vw);
  height: calc(13.98 / 1600 * 100vw);
  background-image: url(../../images/50th/my-first/title-decoration.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
main.my-first section.gift .gift-inner .limited .sub-title::before {
  left: 0;
}
main.my-first section.gift .gift-inner .limited .sub-title::after {
  right: 0;
}
main.my-first section.gift .gift-inner .limited .sub-title h3 {
  font-weight: 600;
  font-size: calc(20 / 1600 * 100vw);
  line-height: 125%;
  letter-spacing: .04em;
}
main.my-first section.gift .gift-inner .limited .sub-title h3::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: calc(430 / 1600 * 100vw);
  top: calc(10 / 1600 * 100vw);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  height: 1px;
  background: rgba(4, 10, 84, 0.40);
}
main.my-first section.gift .gift-inner .limited .sub-title span {
  position: relative;
  z-index: 2;
  padding: 0 calc(20 / 1600 * 100vw);
  font-weight: inherit;
  background: #fff;
}
main.my-first section.gift .gift-inner .limited .time {
  font-weight: 600;
  font-size: calc(20 / 1600 * 100vw);
  line-height: calc(25 / 1600 * 100vw);
}
main.my-first section.gift .gift-inner .limited .time span {
  font-size: calc(36 / 1600 * 100vw);
}
main.my-first section.gift .gift-inner .limited .time i {
  font-style: normal;
}
main.my-first section.gift .note {
  font-weight: 500;
  font-size: calc(12 / 1600 * 100vw);
  line-height: 200%;
  letter-spacing: .03em;
}
main.my-first section.gift.fadein .gift-inner h2 {
  animation: slide-up-animation .75s ease-out forwards;
}
main.my-first section.gift.fadein .gift-inner ul li {
  animation-name: zoomInAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
main.my-first section.entry {
  position: relative;
  width: 100%;
  margin-bottom: calc(151 / 1600 * 100vw);
  padding: calc(106 / 1600 * 100vw) 0 calc(83 / 1600 * 100vw);
  background: #FFF5F3;
}
main.my-first section.entry .entry-inner {
  width: calc(960 / 1600 * 100vw);
  margin: auto;
}
/*
main.my-first section.entry .entry-inner h2 {
  position: absolute;
  top: calc(-50 / 1600 * 100vw);
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  width: calc(427 / 1600 * 100vw);
}
*/
main.my-first section.entry .entry-inner h2 {
  position: absolute;
  top: calc(-50 / 1600 * 100vw);
  left: calc(50% - (213.5 / 1600 * 100vw));
  z-index: 1;
  width: calc(427 / 1600 * 100vw);
  height: calc(96 / 1600 * 100vw);
  background-image: url('../../images/50th/my-first/label.svg');
  background-size: contain;
  background-repeat: no-repeat;
}
main.my-first section.entry .entry-inner h2 span {
  display: flex;
  position: absolute;
  top: calc(12 / 1600 * 100vw);
  left: 50%;
  transform: translateX(-50%);
  margin-left: 1px;
  font-weight: 800;
  font-size: calc(24 / 1600 * 100vw);
  line-height: 1;
  letter-spacing: .07em;
}
main.my-first section.entry .entry-inner h2 span i {
  position: relative;
  font-style: normal;
  /*
  opacity: 0;
  transition: opacity .6s;
  */
}
main.my-first section.entry .entry-inner h2.fadein span i {
  opacity: 1;
}
main.my-first section.entry .entry-inner h2 span i:nth-of-type(1) {
  top: calc(4 / 1600 * 100vw);
  transform: rotate(-5.795deg);
  transition-delay: .05s;
}
main.my-first section.entry .entry-inner h2 span i:nth-of-type(2) {
  top: calc(2 / 1600 * 100vw);
  transform: rotate(-3.831deg);
  transition-delay: .1s;
}
main.my-first section.entry .entry-inner h2 span i:nth-of-type(3) {
  top: calc(0.5 / 1600 * 100vw);
  transform: rotate(-1.793deg);
  transition-delay: .15s;
}
main.my-first section.entry .entry-inner h2 span i:nth-of-type(4) {
  top: 0;
  transform: rotate(0.137deg);
  transition-delay: .2s;
}
main.my-first section.entry .entry-inner h2 span i:nth-of-type(5) {
  top: calc(1 / 1600 * 100vw);
  transform: rotate(2.167deg);
  transition-delay: .25s;
}
main.my-first section.entry .entry-inner h2 span i:nth-of-type(6) {
  top: calc(2.5 / 1600 * 100vw);
  transform: rotate(4.116deg);
  transition-delay: .3s;
}
main.my-first section.entry .entry-inner h2 span i:nth-of-type(7) {
  top: calc(5 / 1600 * 100vw);
  transform: rotate(6.194deg);
  transition-delay: .35s;
}
main.my-first section.entry .entry-inner .about-entry {
  width: calc(520 / 1600 * 100vw);
  margin: 0 auto calc(80 / 1600 * 100vw);
  padding: calc(30 / 1600 * 100vw) calc(25 / 1600 * 100vw);
  background: #fff;
}
main.my-first section.entry .entry-inner .about-entry .sub-title {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  margin-bottom: calc(20 / 1600 * 100vw);
}
main.my-first section.entry .entry-inner .about-entry .sub-title::before,
main.my-first section.entry .entry-inner .about-entry .sub-title::after {
  content: '';
  position: absolute;
  z-index: 1;
  top: calc(4 / 1600 * 100vw);
  width: calc(10.28 / 1600 * 100vw);
  height: calc(13.98 / 1600 * 100vw);
  background-image: url(../../images/50th/my-first/title-decoration.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
main.my-first section.entry .entry-inner .about-entry .sub-title::before {
  left: 0;
}
main.my-first section.entry .entry-inner .about-entry .sub-title::after {
  right: 0;
}
main.my-first section.entry .entry-inner .about-entry .sub-title h3 {
  font-weight: 600;
  font-size: calc(20 / 1600 * 100vw);
  line-height: 125%;
}
main.my-first section.entry .entry-inner .about-entry .sub-title h3::before {
  content: '';
  position: absolute;
  z-index: 1;
  width: calc(430 / 1600 * 100vw);
  top: calc(10 / 1600 * 100vw);
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  height: 1px;
  background: rgba(4, 10, 84, 0.40);
}
main.my-first section.entry .entry-inner .about-entry .sub-title span {
  position: relative;
  z-index: 2;
  padding: 0 calc(20 / 1600 * 100vw);
  font-weight: inherit;
  background: #fff;
}
main.my-first section.entry .entry-inner .about-entry .note {
  text-align: center;
  font-weight: 500;
  font-size: calc(16 / 1600 * 100vw);
  line-height: 200%;
}
main.my-first section.entry .entry-inner .step-list {
  z-index: 1;
}
main.my-first section.entry .entry-inner .step-list .step {
  position: relative;
  z-index: 1;
  background: #fff;
}
main.my-first section.entry .entry-inner .step-list .step .step-inner {
  position: relative;
  z-index: unset;
  width: 100%;
  height: 100%;
  padding: calc(45 / 1600 * 100vw) calc(40 / 1600 * 100vw) calc(35 / 1600 * 100vw);
  background: #fff;
}
main.my-first section.entry .entry-inner .step-list .step .step-inner::after {
  content: '';
  position: absolute;
  top: calc(2.5 / 1600 * 100vw);
  left: calc(2.5 / 1600 * 100vw);
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #040A54;
}
main.my-first section.entry .entry-inner .step-list .step .num {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(-15 / 1600 * 100vw);
  left: 50%;
  transform: translateX(-50%);
  font-family: Bodoni Moda;
  font-style: italic;
  font-weight: 700;
  font-size: calc(30 / 1600 * 100vw);
  line-height: calc(25 / 1600 * 100vw);
  letter-spacing: .05em;
}
main.my-first section.entry .entry-inner .step-list .step .num span {
  margin-left: calc(3 / 1600 * 100vw);
  font-weight: inherit;
  font-size: calc(32 / 1600 * 100vw);
}
main.my-first section.entry .entry-inner .step-list .step .step-title {
  margin-bottom: calc(24 / 1600 * 100vw);
  text-align: center;
  font-weight: 600;
  font-size: calc(23 / 1600 * 100vw);
  line-height: 150%;
  letter-spacing: .06em;
}
main.my-first section.entry .entry-inner .step-list .step p {
  font-weight: 500;
  font-size: calc(15 / 1600 * 100vw);
  line-height: 200%;
}
main.my-first section.entry .entry-inner .step-list .step p a {
  text-decoration: underline;
  cursor: pointer;
}
main.my-first section.entry .entry-inner .step-list .step p span {
  display: block;
  margin-top: calc(10 / 1600 * 100vw);
  font-weight: 500;
  font-size: calc(12 / 1600 * 100vw);
  line-height: 150%;
}
main.my-first section.search {
  width: auto;
}
main.my-first section.search .mod-simple-tab-header {
  display: flex;
  justify-content: space-between;
  width: calc(882 / 1600 * 100vw);
  margin: 0 auto calc(103 / 1600 * 100vw);
  border-bottom: 1px solid rgba(4, 10, 84, 0.30);
}
main.my-first section.search .mod-simple-tab-header .mod-simple-tab-trigger {
  display: flex;
  justify-content: center;
  position: relative;
  width: calc(415 / 1600 * 100vw);
  padding-bottom: calc(31 / 1600 * 100vw);
  font-family: 'Cormorant Garamond', serif;
  font-weight: 600;
  font-size: calc(32 / 1600 * 100vw);
  line-height: 1;
  color: rgba(4, 10, 84, 0.30);
}
main.my-first section.search .mod-simple-tab-header .mod-simple-tab-trigger::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: #040A54;
  transform: scaleX(0);
  transition: all 0.4s ease;
}
main.my-first section.search .mod-simple-tab-header .mod-simple-tab-trigger.active {
  color: #040A54;
}
main.my-first section.search .mod-simple-tab-header .mod-simple-tab-trigger.active::before {
  transform: scaleX(1);
}
main.my-first section.search .mod-simple-tab-body {
  width: calc(1000 / 1600 * 100vw);
  margin: 0 auto calc(90 / 1600 * 100vw);
}
main.my-first section.search .mod-simple-tab-body .mod-simple-tab-content {
  display: none;
  opacity: 0;
  transition: opacity .4s linear;
}
main.my-first section.search .mod-simple-tab-body .mod-simple-tab-content.show {
  display: block;
}
main.my-first section.search .mod-simple-tab-body .mod-simple-tab-content.fade-tab {
  opacity: 1;
}
main.my-first section.search .mod-simple-tab-body .mod-simple-tab-content .search-type {
  display: block;
  position: relative;
  margin-bottom: calc(118 / 1600 * 100vw);
}
main.my-first section.search .mod-simple-tab-body .mod-simple-tab-content .search-type p {
  position: absolute;
  top: calc(-48 / 1600 * 100vw);
  left: 50%;
  transform: translateX(-50%);
  font-weight: 500;
  font-size: calc(16 / 1600 * 100vw);
  line-height: 1;
  white-space: nowrap;
}
main.my-first section.search .mod-simple-tab-body .mod-simple-tab-content .search-type p::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: calc(14 / 1600 * 100vw);
  background: #FFF5F3;
}
main.my-first section.search .mod-simple-tab-body .mod-simple-tab-content .search-type .search-btn {
  position: relative;
  width: calc(520 / 1600 * 100vw);
  margin: auto;
}
main.my-first section.search .mod-simple-tab-body .mod-simple-tab-content .search-type .search-btn .btn-title {
  position: absolute;
  top: calc(57 / 1600 * 100vw);
  left: calc(109 / 1600 * 100vw);
  font-weight: 600;
  font-size: calc(32 / 1600 * 100vw);
  line-height: 150%;
  letter-spacing: .04em;
  color: #fff;
}
main.my-first section.search .mod-simple-tab-body .mod-simple-tab-content .search-type .search-btn .btn-title span {
  font-size: calc(24 / 1600 * 100vw);
}
main.my-first section.search .mod-simple-tab-body .mod-simple-tab-content .brand-list h2 {
  margin-bottom: calc(35 / 1600 * 100vw);
  text-align: center;
  font-weight: 600;
  font-size: calc(32 / 1600 * 100vw);
  line-height: 150%;
}
main.my-first section.search .mod-simple-tab-body .mod-simple-tab-content .brand-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: calc(20 / 1600 * 100vw);
}
main.my-first section.search .mod-simple-tab-body .mod-simple-tab-content .brand-list ul li {
  width: calc(320 / 1600 * 100vw);
}
main.my-first section.search .entry-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  width: calc(480 / 1600 * 100vw);
  height: calc(75 / 1600 * 100vw);
  margin: 0 auto;
  padding-top: calc(1 / 1600 * 100vw);
  font-weight: 600;
  font-size: calc(20 / 1600 * 100vw);
  line-height: 1;
  letter-spacing: .1em;
  color: #fff;
  border-radius: 50px;
  background: #040A54;
}
main.my-first section.search .entry-btn::before {
  content: '';
  position: absolute;
  z-index: 2;
  top: calc(-49 / 1600 * 100vw);
  left: calc(-90 / 1600 * 100vw);
  width: calc(123 / 1600 * 100vw);
  height: calc(80 / 1600 * 100vw);
  background-image: url(../../images/50th/my-first/btn-decoration-pc.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
	main.my-first section {
    width: calc(960 / 1600 * 100vw);
    margin: auto;
  }
  main.my-first section.gift {
    text-align: center;
  }
  main.my-first section.gift ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  main.my-first section.gift .gift-inner {
    text-align: center;
  }
  main.my-first section.gift .gift-inner ul li:first-child {
    width: 100%;
    margin-bottom: calc(29 / 1600 * 100vw);
  }
  main.my-first section.gift .gift-inner ul li:first-child img {
    width: calc(487 / 1600 * 100vw);
  }
  main.my-first section.gift .note {
    display: inline-flex;
    flex-direction: column;
    text-align: left;
  }
  main.my-first section.entry .entry-inner .step-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    position: relative;
    gap: calc(45 / 1600 * 100vw) calc(40 / 1600 * 100vw);
  }
  main.my-first section.entry .entry-inner .step-list .step {
    width: calc(425 / 1600 * 100vw);
  }
  main.my-first section.search .mod-simple-tab-body .mod-simple-tab-content .brand-list ul li {
    overflow: hidden;
  }
  main.my-first section.search .mod-simple-tab-body .mod-simple-tab-content .brand-list ul li img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .8s;
  }
  main.my-first section.search .mod-simple-tab-body .mod-simple-tab-content .brand-list ul li:hover img {
    transform: translateX(0) translateY(0) translateZ(0) scale(1.1);
  }
}
@media screen and (max-width: 767px) {
  .pc {
    display: none;
  }
  main.my-first {
    padding-bottom: calc(100 / 375 * 100vw);
  }
  main.my-first .title-header {
    margin-bottom: calc(38 / 375 * 100vw);
    padding-top: calc(60 / 375 * 100vw);
  }
  main.my-first .title-header .logo .image {
    width: calc(70 / 375 * 100vw);
  }
  main.my-first section.kv {
    margin-bottom: calc(90 / 375 * 100vw);
  }
  main.my-first section.kv .banner {
    margin-bottom: calc(50 / 375 * 100vw);
  }
  main.my-first section.kv .banner .end-label .end-title {
    margin-bottom: calc(25 / 375 * 100vw);
    font-size: calc(19 / 375 * 100vw);
    line-height: calc(22 / 375 * 100vw);
  }
  main.my-first section.kv .banner .end-label .end-title span {
    display: block;
    margin-top: calc(8 / 375 * 100vw);
  }
  main.my-first section.kv .banner .end-label p {
    width: calc(309 / 375 * 100vw);
    margin: 0 auto calc(14 / 375 * 100vw);
    text-align: left;
    font-size: calc(12 / 375 * 100vw);
    line-height: calc(20 / 375 * 100vw);
  }
  main.my-first section.kv .banner .end-label > span {
    font-size: calc(10 / 375 * 100vw);
    line-height: calc(17 / 375 * 100vw);
  }
  main.my-first section.kv .title .catch {
    margin-bottom: calc(12 / 375 * 100vw);
    font-size: calc(14 / 375 * 100vw);
  }
  main.my-first section.kv .title h1 {
    margin-bottom: calc(32 / 375 * 100vw);
    font-size: calc(24 / 375 * 100vw);
    letter-spacing: .01em;
  }
  main.my-first section.kv .title p {
    font-size: calc(13 / 375 * 100vw);
    line-height: 210%;
    letter-spacing: .01em;
  }
  main.my-first section.gift {
    width: calc(335 / 375 * 100vw);
    margin-bottom: calc(92 / 375 * 100vw);
  }
  main.my-first section.gift .gift-inner {
    margin-bottom: calc(32 / 375 * 100vw);
    padding: calc(48 / 375 * 100vw) calc(13 / 375 * 100vw) calc(39 / 375 * 100vw);
  }
  /*
  main.my-first section.gift .gift-inner h2 {
    top: calc(-32 / 375 * 100vw);
    width: calc(284 / 375 * 100vw);
  }
  */
  main.my-first section.gift .gift-inner h2 {
    top: calc(-32 / 375 * 100vw);
    left: calc(50% - (142 / 375 * 100vw));
    width: calc(284 / 375 * 100vw);
    height: calc(64 / 375 * 100vw);
  }
  main.my-first section.gift .gift-inner h2 span {
    top: calc(6 / 375 * 100vw);
    margin-left: -1px;
    font-size: calc(21.36 / 375 * 100vw);
  }
  main.my-first section.gift .gift-inner h2 span i:nth-of-type(1) {
    top: calc(5 / 375 * 100vw);
    transform: rotate(-7.621deg);
  }
  main.my-first section.gift .gift-inner h2 span i:nth-of-type(2) {
    top: calc(3 / 375 * 100vw);
    transform: rotate(-6.009deg);
  }
  main.my-first section.gift .gift-inner h2 span i:nth-of-type(3) {
    top: calc(1.5 / 375 * 100vw);
    transform: rotate(-4.483deg);
  }
  main.my-first section.gift .gift-inner h2 span i:nth-of-type(4) {
    top: calc(1 / 375 * 100vw);
    transform: rotate(-2.957deg);
  }
  main.my-first section.gift .gift-inner h2 span i:nth-of-type(5) {
    top: calc(0 / 375 * 100vw);
    transform: rotate(-1.706deg);
  }
  main.my-first section.gift .gift-inner h2 span i:nth-of-type(6) {
    top: calc(0 / 375 * 100vw);
    transform: rotate(-0.469deg);
  }
  main.my-first section.gift .gift-inner h2 span i:nth-of-type(7) {
    top: calc(0.5 / 375 * 100vw);
    transform: rotate(1.057deg);
  }
  main.my-first section.gift .gift-inner h2 span i:nth-of-type(8) {
    top: calc(1 / 375 * 100vw);
    transform: rotate(2.061deg);
    width: calc(7 / 375 * 100vw);
  }
  main.my-first section.gift .gift-inner h2 span i:nth-of-type(9) {
    top: calc(1 / 375 * 100vw);
    transform: rotate(3.258deg);
  }
  main.my-first section.gift .gift-inner h2 span i:nth-of-type(10) {
    top: calc(2 / 375 * 100vw);
    transform: rotate(4.67deg);
  }
  main.my-first section.gift .gift-inner h2 span i:nth-of-type(11) {
    top: calc(3.5 / 375 * 100vw);
    transform: rotate(5.879deg);
  }
  main.my-first section.gift .gift-inner h2 span i:nth-of-type(12) {
    top: calc(5 / 375 * 100vw);
    transform: rotate(7.621deg);
  }
  main.my-first section.gift .gift-inner ul {
    margin-bottom: calc(39 / 375 * 100vw);
  }
  main.my-first section.gift .gift-inner ul li {
    margin: auto;
  }
  main.my-first section.gift .gift-inner ul li:first-child {
    width: calc(309 / 375 * 100vw);
  }
  main.my-first section.gift .gift-inner ul li:not(:first-child) {
    width: calc(225 / 375 * 100vw);
    margin-top: calc(19 / 375 * 100vw);
  }
  main.my-first section.gift .gift-inner ul li:nth-child(1) {
    animation-delay: 0.4s;
  }
  main.my-first section.gift .gift-inner ul li:nth-child(2) {
    animation-delay: 0.8s;
  }
  main.my-first section.gift .gift-inner ul li:nth-child(3) {
    animation-delay: 1.2s;
  }
  main.my-first section.gift .gift-inner ul li:nth-child(4) {
    animation-delay: 1.6s;
  }
  main.my-first section.gift .gift-inner p {
    width: calc(280 / 375 * 100vw);
    margin: 0 auto calc(29 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
    line-height: 200%;
  }
  main.my-first section.gift .gift-inner .limited {
    width: calc(309 / 375 * 100vw);
    padding: calc(24 / 375 * 100vw) 0 calc(20 / 375 * 100vw);
  }
  main.my-first section.gift .gift-inner .limited .sub-title {
    width: calc(270 / 375 * 100vw);
    margin: 0 auto calc(15 / 375 * 100vw);
  }
  main.my-first section.gift .gift-inner .limited .sub-title::before,
  main.my-first section.gift .gift-inner .limited .sub-title::after {
    top: calc(2 / 375 * 100vw);
    width: calc(8 / 375 * 100vw);
    height: calc(11 / 375 * 100vw);
  }
  main.my-first section.gift .gift-inner .limited .sub-title h3 {
    font-size: calc(15 / 375 * 100vw);
    line-height: 125%;
    letter-spacing: .01em;
  }
  main.my-first section.gift .gift-inner .limited .sub-title h3::before {
    width: calc(237 / 375 * 100vw);
    top: calc(7 / 375 * 100vw);
  }
  main.my-first section.gift .gift-inner .limited .sub-title span {
    padding: 0 calc(4 / 375 * 100vw);
  }
  main.my-first section.gift .gift-inner .limited .time {
    text-align: center;
    font-size: calc(15 / 375 * 100vw);
    line-height: calc(17.5 / 375 * 100vw);
    white-space: nowrap;
  }
  main.my-first section.gift .gift-inner .limited .time span {
    font-size: calc(22 / 375 * 100vw);
  }
  main.my-first section.gift .gift-inner .limited .time > i {
    font-size: calc(14 / 375 * 100vw);
  }
  main.my-first section.gift .gift-inner .limited .time i i {
    margin: 0 calc(-1 / 375 * 100vw);
  }
  main.my-first section.gift .note {
    width: calc(309 / 375 * 100vw);
    margin: 0 auto;
    font-size: calc(11 / 375 * 100vw);
    line-height: 200%;
    letter-spacing: 0;
  }
  main.my-first section.gift .note p {
    padding-left: 1em;
    text-indent: -1em;
  }
  main.my-first section.entry {
    margin-bottom: calc(80 / 375 * 100vw);
    padding: calc(62 / 375 * 100vw) calc(33 / 375 * 100vw) calc(41 / 375 * 100vw);
  }
  main.my-first section.entry .entry-inner {
    width: auto;
  }
  /*
  main.my-first section.entry .entry-inner h2 {
    top: calc(-32 / 375 * 100vw);
    width: calc(284 / 375 * 100vw);
  }
  */
  main.my-first section.entry .entry-inner h2 {
    top: calc(-32 / 375 * 100vw);
    left: calc(50% - (142 / 375 * 100vw));
    width: calc(284 / 375 * 100vw);
    height: calc(64 / 375 * 100vw);
  }
  main.my-first section.entry .entry-inner h2 span {
    top: calc(8 / 375 * 100vw);
    margin-left: 0;
    font-size: calc(16.597 / 375 * 100vw);
    letter-spacing: .03em;
  }
  main.my-first section.entry .entry-inner h2 span i:nth-of-type(1) {
    top: calc(3 / 375 * 100vw);
    transform: rotate(-5.795deg);
  }
  main.my-first section.entry .entry-inner h2 span i:nth-of-type(2) {
    top: calc(1 / 375 * 100vw);
    transform: rotate(-3.831deg);
  }
  main.my-first section.entry .entry-inner h2 span i:nth-of-type(3) {
    top: calc(0 / 375 * 100vw);
    transform: rotate(-1.793deg);
  }
  main.my-first section.entry .entry-inner h2 span i:nth-of-type(4) {
    top: 0;
    transform: rotate(0.137deg);
  }
  main.my-first section.entry .entry-inner h2 span i:nth-of-type(5) {
    top: calc(0.5 / 375 * 100vw);
    transform: rotate(2.167deg);
  }
  main.my-first section.entry .entry-inner h2 span i:nth-of-type(6) {
    top: calc(1 / 375 * 100vw);
    transform: rotate(4.116deg);
  }
  main.my-first section.entry .entry-inner h2 span i:nth-of-type(7) {
    top: calc(3 / 375 * 100vw);
    transform: rotate(6.194deg);
  }
  main.my-first section.entry .entry-inner .about-entry {
    width: 100%;
    margin-bottom: calc(53 / 375 * 100vw);
    padding: calc(24 / 375 * 100vw) calc(19 / 375 * 100vw) calc(20 / 375 * 100vw);
  }
  main.my-first section.entry .entry-inner .about-entry .sub-title {
    width: calc(270 / 375 * 100vw);
    margin: 0 auto calc(13 / 375 * 100vw);
  }
  main.my-first section.entry .entry-inner .about-entry .sub-title::before,
  main.my-first section.entry .entry-inner .about-entry .sub-title::after {
    top: calc(2 / 375 * 100vw);
    width: calc(8 / 375 * 100vw);
    height: calc(11 / 375 * 100vw);
  }
  main.my-first section.entry .entry-inner .about-entry .sub-title h3 {
    font-size: calc(15 / 375 * 100vw);
    line-height: 125%;
  }
  main.my-first section.entry .entry-inner .about-entry .sub-title h3::before {
    width: calc(237 / 375 * 100vw);
    top: calc(7 / 375 * 100vw);
  }
  main.my-first section.entry .entry-inner .about-entry .sub-title span {
    padding: 0 calc(8 / 375 * 100vw);
  }
  main.my-first section.entry .entry-inner .about-entry .note {
    width: calc(260 / 375 * 100vw);
    margin: auto;
    text-align: left;
    font-size: calc(13 / 375 * 100vw);
    line-height: 200%;
  }
  main.my-first section.entry .entry-inner .about-entry .note p {
    padding-left: 1em;
    text-indent: -1em;
  }
  main.my-first section.entry .entry-inner .step-list .step {
    
  }
  main.my-first section.entry .entry-inner .step-list .step+.step {
    margin-top: calc(41 / 375 * 100vw);
  }
  main.my-first section.entry .entry-inner .step-list .step .step-inner {
    height: auto;
    padding: calc(31 / 375 * 100vw) calc(24 / 375 * 100vw) calc(25 / 375 * 100vw);
  }
  main.my-first section.entry .entry-inner .step-list .step .step-inner::after {
    top: calc(1.5 / 375 * 100vw);
    left: calc(1.5 / 375 * 100vw);
  }
  main.my-first section.entry .entry-inner .step-list .step .num {
    top: calc(-11 / 375 * 100vw);
    font-size: calc(22 / 375 * 100vw);
    line-height: calc(18 / 375 * 100vw);
  }
  main.my-first section.entry .entry-inner .step-list .step .num span {
    margin-left: calc(5 / 375 * 100vw);
    font-size: calc(23.5 / 375 * 100vw);
  }
  main.my-first section.entry .entry-inner .step-list .step .step-title {
    margin-bottom: calc(14 / 375 * 100vw);
    font-size: calc(16.5 / 375 * 100vw);
  }
  main.my-first section.entry .entry-inner .step-list .step p {
    font-size: calc(13 / 375 * 100vw);
  }
  main.my-first section.entry .entry-inner .step-list .step p span {
    display: inline-block;
    font-size: calc(11 / 375 * 100vw);
  }
  main.my-first section.search .mod-simple-tab-header {
    width: calc(308 / 375 * 100vw);
    margin-bottom: calc(52 / 375 * 100vw);
  }
  main.my-first section.search .mod-simple-tab-header .mod-simple-tab-trigger {
    width: calc(154 / 375 * 100vw);
    padding-bottom: calc(15 / 375 * 100vw);
    font-size: calc(23 / 375 * 100vw);
  }
  main.my-first section.search .mod-simple-tab-body {
    width: 100%;
    margin-bottom: 0;
  }
  main.my-first section.search .mod-simple-tab-body .mod-simple-tab-content .search-type {
    margin-bottom: calc(62 / 375 * 100vw);
  }
  main.my-first section.search .mod-simple-tab-body .mod-simple-tab-content .search-type p {
    top: calc(-38 / 375 * 100vw);
    font-size: calc(13 / 375 * 100vw);
    line-height: 200%;
  }
  main.my-first section.search .mod-simple-tab-body .mod-simple-tab-content .search-type p::before {
    height: calc(12 / 375 * 100vw);
  }
  main.my-first section.search .mod-simple-tab-body .mod-simple-tab-content .search-type .search-btn {
    width: calc(309 / 375 * 100vw);
    margin-top: calc(80 / 375 * 100vw);
  }
  main.my-first section.search .mod-simple-tab-body .mod-simple-tab-content .search-type .search-btn .btn-title {
    position: absolute;
    top: calc(29 / 375 * 100vw);
    left: calc(68 / 375 * 100vw);
    font-size: calc(20 / 375 * 100vw);
  }
  main.my-first section.search .mod-simple-tab-body .mod-simple-tab-content .search-type .search-btn .btn-title span {
    font-size: calc(16 / 375 * 100vw);
  }
  main.my-first section.search .mod-simple-tab-body .mod-simple-tab-content .brand-list h2 {
    margin-bottom: calc(21 / 375 * 100vw);
    font-size: calc(20 / 375 * 100vw);
  }
  main.my-first section.search .mod-simple-tab-body .mod-simple-tab-content .brand-list ul {
    gap: 1px;
  }
  main.my-first section.search .mod-simple-tab-body .mod-simple-tab-content .brand-list ul li {
    width: calc(50% - 0.5px);
  }
  main.my-first section.search .entry-btn {
    width: calc(309 / 375 * 100vw);
    height: calc(60 / 375 * 100vw);
    margin-top: calc(64 / 375 * 100vw);
    padding-top: calc(1 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    border-radius: calc(90 / 375 * 100vw);
    letter-spacing: 0;
  }
  main.my-first section.search .entry-btn::before {
    top: calc(-55 / 375 * 100vw);
    left: calc(-34 / 375 * 100vw);
    width: calc(89 / 375 * 100vw);
    height: calc(71 / 375 * 100vw);
    background-image: url(../../images/50th/my-first/btn-decoration-sp.svg);
  }
}
.wf-active main.my-first section.kv .banner {
  opacity: 1;
}