@charset "utf-8";
/******
		contents
					******/

/* フェードアップアニメーションCSS */
.fade-up-move {
  opacity: 1;
  opacity: 0;
  animation: fade-up 1.2s forwards;
}

@keyframes fade-up {
  0% {
    opacity: 0;
    transform: perspective(50px) translateY(10px);
  }
  100% {
    opacity: 1;
    transform: perspective(50px) translateY(0px);
  }
}
/* フェードアップアニメーションCSS END*/

.z-animation {
  opacity: 0;
}

.header-amazon {
  background: #202a36;
  padding: 30px 0;
}

.header-amazon-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-amazon-left span {
  background: url(../img/header-amazon-img.png) left center / contain no-repeat;
  padding-left: 65px;
}

.header-amazon-right {
  margin-left: 50px;
}

.faeswgseg {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  color: #fe8c23;
}

.present-note {
  color: #fff;
  text-decoration: underline;
  font-size: 14px;
  margin-top: 10px;
  text-align: left;
}

header {
  display: flex;
  justify-content: space-between;
  padding: 20px;
  background: #ff7700;
}

.header-logo {
  text-align: left;
  display: flex;
  align-items: center;
  column-gap: 20px;
}

.header-logo-img img {
  width: 340px;
}

.header-logo-text {
  width: 920px;
  max-width: 100%;
}

.header-logo-text img {
  width: 100%;
}

.header-logo-text em {
  font-style: normal;
  background-color: #ff7700;
  color: white;
}

.key-top {
  width: 60%;
  margin-left: -38px;
}

.header-exclusive {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.header-exclusive-list {
  background: #1aad7a;
  border-radius: 40px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 5px 20px;
  margin-right: 10px;
}

.header-top {
  text-align: left;
  max-width: 700px;
}

.header-top img {
  max-width: 100%;
}

.header-inner {
  text-align: left;
  padding: 100px 0;
}

.header-text {
  font-size: 18px;
  font-weight: bold;
  margin-top: 40px;
}

.circle {
  animation: fuwafuwa 2s infinite;
}

@keyframes fuwafuwa {
  0% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(8px);
  }

  100% {
    transform: translateY(0px);
  }
}

.medal-box {
  display: flex;
  align-items: center;
}

.medal-img {
  margin: 40px 40px 0 0;
  width: 300px;
}

.header-point {
  position: absolute;
  right: 10%;
  bottom: 60px;
}

.header-point img {
  width: 180px;
}

.key-sec {
  background: url(../img/key-bg.png) center center / cover no-repeat;
  padding-bottom: 90px;
}

.key-inner {
  text-align: left;
  max-width: 1400px;
  padding: 0 40px 0 120px;
  margin-top: 30px;
}

.key-top {
  font-size: 24px;
  font-weight: 900;
  color: #2ea99d;
}

.key-main-copy {
  max-width: 80%;
  margin: 10px 0px;
  margin-top: 40px;
}

.key-point {
  margin-top: 40px;
}

.key-point-list {
  color: #2ea99d;
  text-align: left;
  border-radius: 6px;
  display: flex;
  align-items: center;
  column-gap: 10px;
  margin-top: 20px;
}

.key-point-icon img {
  width: 50px;
}

.key-point-top {
  font-weight: 900;
  color: #2ea99d;
  background: #fff;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 20px;
}

.key-point-copy {
  font-size: clamp(18px, 24 / 1440 * 100vw, 26px);
  font-weight: 900;
  text-shadow: 0px 0px 3px #ffffff, 0px 0px 3px #ffffff, 0px 0px 3px #ffffff;
}

.key-per-wrap ul {
  display: flex;
  column-gap: 20px;
  margin-top: 40px;
}

.key-per-wrap ul li {
  width: 300px;
}

.service-contents {
  background-color: #f0fcf8;
  padding: 60px 0;
}

.service-contents-title h2 {
  font-size: 32px;
  font-weight: 900;
  color: #2ea99d;
}

.service-contents-text {
  font-size: 16px;
  color: #2ea99d;
  margin-top: 20px;
  font-weight: bold;
}

.service-contents-inner {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 20px;
  max-width: 800px;
  margin: auto;
  margin-top: 40px;
}

.service-contents-list {
  width: calc(20% - 20px);
  text-align: center;
  border-radius: 4px;
  padding: 10px;
  color: #2ea99d;
  font-weight: bold;
  align-items: center;
  column-gap: 10px;
  font-size: 20px;
}

.service-contents-list span {
  display: block;
  margin-bottom: 0px;
}

.btn-hover {
  cursor: pointer;
  cursor: hand;
}

.cta-sec {
  background: #2ea99d;
}

.cta-text {
  max-width: 500px;
  margin: auto;
}

.cta-btn {
  margin-top: 30px;
  padding-bottom: 20px;
  position: relative;
  z-index: 9999;
}

.cta-btn :hover {
  opacity: 0.7;
  transition: 0.5s;
}

.cta-inner {
  position: relative;
  padding: 60px 0 0 0;
}

.cta-phone {
  padding-bottom: 60px;
}

.cta-phone-note {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-top: 10px;
}

.cta-bg01 {
  position: absolute;
  left: 0;
  bottom: 0;
}

.cta-bg02 {
  position: absolute;
  right: 0;
  bottom: 0;
}

.bullet-over-box {
  padding-top: 60px;
}

.bullet-over-sec {
  padding: 40px 0 60px 0;
}

.sec-contents-title h2 {
  color: #1f1f1f;
  font-size: 32px;
  font-weight: 900;
}

.bullet-sec {
  padding: 60px 0;
}

.bullet-over-sec {
  display: flex;
  align-items: center;
  column-gap: 50px;
  justify-content: center;
}

.bullet-over-list {
  text-align: left;
}

.bullet-over-list ul li {
  margin-top: 16px;
  font-size: 20px;
  font-weight: bold;
  display: flex;
  align-items: center;
  column-gap: 6px;
}

.bullet-head-mini {
  background: #2ea99d;
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  border-radius: 50px;
  margin-bottom: 20px;
}

.bullet-head-big {
  font-size: 30px;
  color: #333333;
  font-weight: 900;
}

.bullet-main {
  margin-top: 30px;
  display: flex;
  align-items: center;
}

.bullet-list {
  margin-left: 50px;
}

.bullet-list ul li {
  background: url(../img/bullet-check.png) left center / 20px no-repeat;
  padding-left: 30px;
  text-align: left;
  margin: 15px 0;
  font-size: 18px;
  color: #333;
}

.bullet-green {
  color: #2ea99d;
}

.bullet-triangle {
  margin: auto;
  margin-top: 30px;
  width: 30%;
}

.bullet-text {
  font-size: 22px;
  color: #fd7138;
  font-weight: 900;
  margin-top: 30px;
  line-height: 180%;
}

.bullet-img {
  margin-top: 30px;
}

.solution-sec {
  background-color: #fcfaf0;
  padding: 90px 0;
}

.soltion-main {
  margin-top: 40px;
}

.soltion-inner {
  margin-top: 60px;
}

.soltion-top-img {
  max-width: 800px;
  margin: auto;
}

.soltion-list {
  background-color: #fff;
  display: flex;
  column-gap: 50px;
  padding: 40px;
  margin-top: 20px;
  align-items: center;
}

.step-arrow {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 18px 24px 0 24px;
  border-color: #1aad7a transparent transparent transparent;
  line-height: 0px;
  _border-color: #1aad7a #000000 #000000 #000000;
  _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
  margin: 0 auto;
}

.soltion-main .orange {
  border-color: #ff9000 transparent transparent transparent;
  margin-top: 20px;
}

.soltion-list-img {
  width: 25%;
}

.soltion-list-desc {
  width: calc(75% - 50px);
  text-align: left;
}

.soltion-list-title {
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
  column-gap: 10px;
  color: #ff7700;
}

.soltion-list-text {
  text-align: left;
  margin-top: 16px;
  line-height: 180%;
}

.campaign-sec {
  background: #202a36;
  padding: 60px 0;
}

.campaign-right {
  margin-left: 50px;
  text-align: left;
  color: #fe8c23;
  font-weight: bold;
  font-size: 26px;
}

.campaign-right span {
  text-align: left;
  color: #fff;
  font-size: 16px;
  margin-bottom: 16px;
  display: block;
}

.campaign-right .span-block {
  color: #fe8c23;
  font-weight: bold;
  font-size: 24px;
  margin: 0;
  line-height: 150%;
}

.one-time {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.comparison-sec {
  padding: 60px 0;
  background: #f0fcf8;
}

.comparison-box1 {
  background: #2f4858;
  padding: 40px;
  text-align: left;
  margin-top: 40px;
  border-radius: 10px;
}

.comparison-box2 {
  background: #2ea99d;
  padding: 40px;
  text-align: left;
  margin-top: 40px;
  border-radius: 10px;
}

.comparison-box3 {
  background: #ffd0cc;
  padding: 40px;
  text-align: left;
  margin-top: 40px;
  border-radius: 10px;
}

.comparison-box-title {
  text-align: center;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
}

.comparison-box-list {
  background-color: #fff;
  display: flex;
  margin-top: 20px;
}

.comparison-box-icon {
  padding: 20px;
  background: #a0a5a8;
  width: 70px;
  display: flex;
  align-items: center;
}

.comparison-box-icon img {
  width: 100%;
}

.comparison-box2 .comparison-box-icon {
  background: #ffdfa8;
}

.comparison-box3 {
  padding-top: 20px;
}

.comparison-box3 .comparison-box-icon {
  background: #dc961c;
}

.comparison-box-text {
  padding: 20px;
  font-size: 20px;
  font-weight: bold;
  width: calc(100% - 70px);
}

.comparison-bottom-text {
  background-color: #fff;
  padding: 30px;
  margin-top: 30px;
  border-radius: 8px;
  font-weight: bold;
}

.comparison-next {
  margin-top: 40px;
  font-weight: 900;
  font-size: 40px;
}

.contents-main {
  margin-top: 30px;
}

.contents-sec {
  padding: 60px 0 90px 0;
  background: #fff;
}

.contents-list-box {
  padding: 10px;
  height: 100%;
}

.contents-list-box-inner {
  background: #fff;
  box-shadow: 0 0 8px gray;
  padding: 20px;
  border-radius: 10px;
  height: 100%;
}

.contents-list-name {
  font-weight: bold;
  color: #333;
  font-size: 20px;
}

.contents-list-img {
  margin: 20px 0;
}

.contents-list-img img {
  height: 150px;
}

.contents-list-text {
  text-align: justify;
  font-size: 14px;
}

.slick-prev:before,
.slick-next:before {
  content: "";
  font-size: 20px;
  line-height: 1;
  opacity: 1;
  color: white;
}

.slick-prev,
.slick-next {
  border: none;
  background: none;
  content: "";
  position: absolute;
  top: 10%;
  z-index: 1000;
}

.slick-next {
  right: -20px;
}
.slick-prev {
  left: -20px;
}

.slick-prev::before {
  content: "←";
  color: #fff;
  font-size: 20px;
}

.slick-next::before {
  content: "→";
  color: #fff;
  font-size: 20px;
}

.slick-dots li {
  float: left;
}

.slick-dots {
  position: absolute;
  bottom: -60px;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
  list-style: none;
  left: 0%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}
.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1;
}
.slick-dots li button:before {
  font-family: "slick";
  font-size: 25px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: black;
}

.case-sec {
  padding: 60px 0 90px 0;
  background: #f7f7f7;
}

.case-head {
  background: #2ea99d;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  border-radius: 50px;
  padding: 10px 30px;
}

.case-list-bg {
  background: #f7f7f7;
}

.case-slide {
  margin-top: 60px;
}

.case-block-img {
  width: 20%;
}

.case-block-right {
  border-radius: 20px;
  overflow: hidden;
  margin-left: 50px;
}

.case-block-left-top {
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-block-left-top-right {
  margin-left: 32px;
  text-align: left;
}

.case-block-right img {
  width: 100%;
}

.case-block-left-number {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 4px;
}

.case-block-left-data {
  font-size: 16px;
}

.case-block-left-title {
  font-size: 24px;
  font-weight: bold;
  margin-top: 6px;
  color: #3e3e3e;
  letter-spacing: 1px;
}

.case-block-title-label {
  margin-top: 24px;
  font-weight: bold;
  color: #acacac;
  font-size: 14px;
}

.case-block-info {
  margin-top: 64px;
}

.case-block-info ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0px 0px; /* 余白 */
}

.case-block-info ul li {
  padding: 24px 0;
  border-top: 1px solid #3e3e3e;
  flex-basis: 45%;
  margin: 0 auto;
  text-align: left;
}

.case-block-info ul .last-li {
  border-bottom: 1px solid #3e3e3e;
  flex-basis: 96%;
}

.case-block-info ul .border-bottom {
  border-bottom: 1px solid #3e3e3e;
}

.case-block-info ul li p {
  color: #bf5748;
  font-weight: bold;
  font-size: 16px;
}

.case-block-info ul li span {
  color: #1f1f1f;
  font-size: 12px;
  font-weight: bold;
  margin-top: 4px;
  display: block;
  line-height: 170%;
}

.case-block-comment {
  margin-top: 50px;
  background: #fff;
  border-radius: 20px;
  padding: 30px;
  font-size: 14px;
  line-height: 180%;
  text-align: left;
}

.case-block-comment-title {
  color: #006d5e;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 16px;
  background: url(../img/case-block-comment-title-bg.svg);
  background-position: left center;
  background-repeat: no-repeat;
  background-size: 24px;
  padding-left: 40px;
  line-height: 32px;
  letter-spacing: 1px;
}

.case-comment-last {
  display: flex;
  align-items: center;
  margin-top: 24px;
}

.case-comment-img img {
  width: 80px;
}

.case-comment-name {
  font-size: 14px;
  font-weight: bold;
  margin-left: 16px;
}

#sec-case .slick-next {
  right: -2%;
  top: 14%;
  outline: 0;
}

#sec-case .slick-prev {
  top: 14%;
  left: -2%;
  outline: 0;
}

#sec-case .slick-arrow {
  z-index: 2 !important;
}

#sec-case .slick-arrow {
  background: #ff7700 !important;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  font-weight: bold;
}

.slick-prev:before,
.slick-next:before {
  line-height: 1.6;
}

#sec-case .case-block-right {
  position: relative;
}

.portfolio-box {
  max-width: 700px;
  margin: auto;
  margin-top: 50px;
}

.list-last {
  margin-bottom: 0;
}

.staff-sec {
  padding: 60px 0 70px 0;
}

.staff-list {
  background: #fff;
  border: 1px solid #202a36;
}

.staff-list-top {
  position: relative;
}

.staff-list-top img {
  width: 100%;
}

.staff-list-name {
  position: absolute;
  border-bottom: 0px;
  left: 50%;
  bottom: 0%;
  transform: translate(-50%, 0%);
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  background: rgba(32, 42, 54, 0.8);
  width: 100%;
  color: #fff;
  padding: 20px 0;
  font-size: 22px;
  font-weight: bold;
}

.staff-list-name span {
  font-weight: normal;
  font-size: 16px;
}

.staff-list-text {
  padding: 20px;
  text-align: left;
}

.staff-list-out {
  padding: 0 10px;
  margin-top: 30px;
}

.staff-text {
  font-size: 24px;
  margin-top: 80px;
}

.staff-slill {
  padding-bottom: 10px;
}

.yellow-sec {
  background: #f7f7f7;
  padding: 60px 0;
}

.yellow-main {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.yellow-left {
  width: 40%;
}

.yellow-right {
  margin-left: 100px;
  text-align: left;
  width: 60%;
}

.yellow-right-title {
  font-size: 28px;
  font-weight: bold;
  color: #333;
}

.yellow-right-text {
  font-size: 18px;
  color: #333;
  margin-top: 20px;
  line-height: 180%;
}

.voice-sec {
  padding: 60px 0 100px 0;
  background: #fff;
}

.voice-list {
  background: #1aad7a;
  border: none;
  border-radius: 10px;
  padding: 30px;
}

.voice-list-top {
  display: flex;
  align-items: center;
}

.voice-img {
  width: 30%;
}

.voice-list-right {
  width: 70%;
  text-align: left;
}

.voice-list-title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}

.voice-list-mini {
  color: #fff;
  font-size: 16px;
  margin-top: 10px;
}

.voice-list-text {
  text-align: left;
  color: #fff;
  margin-top: 20px;
  line-height: 180%;
}

.voice-list-out {
  margin-top: 50px;
  padding: 0 10px;
}

.step-sec {
  padding: 60px 0;
  background: #f0fcf8;
}

.step-main {
  margin-top: 60px;
  display: flex;
  column-gap: 30px;
}

.step-box {
  flex-basis: 33.333%;
  position: relative;
  background-color: #fff;
  border-radius: 10px;
  position: relative;
  padding: 40px 20px;
}

.step-box-inner {
  margin: 0 8px;
}

.step-number {
  position: absolute;
  top: -5px;
  left: 10px;
  font-size: 42px;
  color: #1aad7a;
  font-weight: 900;
  transform: translate(-50%, -50%);
}

.step-title {
  font-size: 24px;
  font-weight: 900;
  color: #1aad7a;
}

.step-text {
  margin-top: 24px;
  font-size: 15px;
  color: #333;
  line-height: 160%;
  text-align: center;
}

.step-list-icon {
  max-width: 200px;
  margin: auto;
  margin-top: 0px;
}

.step-list-text {
  font-size: 16px;
  font-weight: bold;
  margin-top: 0px;
  color: #1aad7a;
}

.step-bottom-text {
  margin-top: 40px;
  font-weight: bold;
}

.qa-sec {
  background-color: #fff;
  padding: 60px 0;
}

.qa-list {
  margin-top: 30px;
}

.faq-inner {
  margin-top: 32px;
  font-size: 16px;
  line-height: 200%;
}

.faq-list {
  margin-top: 16px 0;
  padding: 32px 0;
  border-top: solid 1px #9a8d6c;
}

.faq-title {
  display: flex;
  align-items: center;
  font-size: 20px;
  font-weight: bold;
}

.faq-text {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.faq-title-eg {
  margin-right: 16px;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  width: 50px;
  line-height: 50px;
  text-align: center;
  border-radius: 50px;
}

.faq-text-inner {
  width: 100%;
  text-align: justify;
}

/*====================================================================
.s_01 .accordion_one
====================================================================*/
.s_01 .accordion_one {
  max-width: 100%;
  margin: 0 auto;
}
.s_01 .accordion_one .accordion_header {
  background: url(../img/qa-q.png) left 20px center / 30px no-repeat;
  background-color: #f7f7f7;
  color: #333333;
  font-size: 22px;
  font-weight: bold;
  padding: 20px 9%;
  text-align: center;
  position: relative;
  z-index: +1;
  cursor: pointer;
  transition-duration: 0.2s;
  text-align: left;
}
.s_01 .accordion_one:nth-of-type(2) .accordion_header {
  background-color: #ff9a05;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_header {
  background-color: #1c85d8;
}
.s_01 .accordion_one .accordion_header:hover {
  opacity: 0.8;
}
.s_01 .accordion_one .accordion_header .i_box {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  right: 5%;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  box-sizing: border-box;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
}
.s_01 .accordion_one .accordion_header .i_box .one_i {
  display: block;
  width: 18px;
  height: 18px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  transform-origin: center center;
  transition-duration: 0.2s;
  position: relative;
}
.s_01 .accordion_one .accordion_header.open .i_box {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before,
.s_01 .accordion_one .accordion_header .i_box .one_i:after {
  display: flex;
  content: "";
  background-color: #2ea99d;
  border-radius: 10px;
  width: 18px;
  height: 4px;
  position: absolute;
  top: 7px;
  left: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  transform-origin: center center;
}
.s_01 .accordion_one .accordion_header .i_box .one_i:before {
  width: 4px;
  height: 18px;
  top: 0;
  left: 7px;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:before {
  content: none;
}
.s_01 .accordion_one .accordion_header.open .i_box .one_i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.s_01 .accordion_one .accordion_inner {
  display: none;
  padding: 20px 20px;
  box-sizing: border-box;
  text-align: left;
  font-size: 18px;
  color: #fd7138;
}
.s_01 .accordion_one:nth-of-type(2) .accordion_inner {
  border-left: 2px solid #ff9a05;
  border-right: 2px solid #ff9a05;
  border-bottom: 2px solid #ff9a05;
}
.s_01 .accordion_one:nth-of-type(3) .accordion_inner {
  border-left: 2px solid #1c85d8;
  border-right: 2px solid #1c85d8;
  border-bottom: 2px solid #1c85d8;
}
.s_01 .accordion_one .accordion_inner .box_one {
  height: auto;
}
.s_01 .accordion_one .accordion_inner p.txt_a_ac {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 18px;
  }
  .s_01 .accordion_one .accordion_header .i_box {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
}
@media screen and (max-width: 767px) {
  .s_01 .accordion_one .accordion_header {
    font-size: 16px;
    text-align: left;
    padding: 15px 60px 15px 15px;
  }
}

#footer_main {
  background: #f2f2f2;
  color: #000;
}

.footer-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.footer-link-list {
  margin: 0 20px;
}

.footer-link-list a {
  color: #000;
  font-size: 12px;
}

.footer-info {
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 40px;
}

/* モーダル全体(背景＋本体) */
.modal {
  display: none;
  position: fixed;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 999999;
}

/* モーダル背景 */
.modal-bg {
  position: absolute;
  height: 100vh;
  width: 100%;
  background: rgba(0, 0, 0, 0.8);
}

/* モーダル本体 */
.modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: scroll; /* はみ出た部分はスクロールさせる */
  height: 80%; /* これが無いと「overflow:scroll」が利かない */
  width: 80%; /* これが無いと「overflow:scroll」が利かない */
  background: white;
  padding: 20px 20px;
  border-radius: 0px;
  font-size: 14px;
}

/* モーダルウィンドウ表示中に記事本体を固定 */
body.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
}

.modal-inner {
  text-align: justify;
}

.modal-image {
  width: 60%;
}

.modal-image img {
  width: 100%;
}

.modal-desc {
  text-align: left;
  margin-left: 40px;
  width: 40%;
}

.text-box {
  margin-top: 30px;
}

.modal-content ul li {
  margin-bottom: 10px;
}

.text-box-head {
  margin-bottom: 10px;
  font-weight: bold;
}

/* サンクスCSS */
.thx-header {
  background: none;
}

.thx-main {
  padding: 60px 0 0px 0;
  background: #1bbd53;
}

.thx-main-top {
  font-size: 26px;
  font-weight: bold;
  color: #fff;
}

.thx-main-img {
  max-width: 100px;
  margin: auto;
  margin-top: 30px;
}

.thx-back {
  margin-top: 30px;
}

.thx-back a {
  background: #fd7138;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 6px;
  width: 300px;
  max-width: 100%;
  font-size: 18px;
  font-weight: bold;
}

.thx-line-box {
  margin-top: 30px;
}

.thx-cta-btn a {
  transition: 0.2s;
}

.thx-cta-btn a:hover {
  transition: 0.2s;
  opacity: 0.6;
}

.thx-cta {
}

.thx-cta-btn {
  margin-top: 40px;
  position: relative;
  display: inline-block;
}

.thx-cta-btn-point {
  position: absolute;
  top: -60px;
  left: -60px;
  z-index: 100;
}

.thx-line-box-text {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  margin-top: 30px;
}

.thx-cta {
  margin-top: 30px;
}

.thx-cta-right {
  margin-left: 30px;
}

.thx-main-top {
  max-width: 500px;
  margin: auto;
}

.pulse-btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  cursor: pointer;
  width: 500px%;
  max-width: 100%;
}

.pulse-btn img {
  width: 1000%;
  position: relative;
  z-index: 100;
}

.pulse-btn::before,
.pulse-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-color: white;
  border-radius: 10px;
  box-sizing: border-box;
  pointer-events: none;
  animation: pulsate 3s linear infinite;
  z-index: 10;
}

.pulse-btn::after {
  animation-delay: 0.8s;
}

@keyframes pulsate {
  0% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(1.3);
    opacity: 0;
  }
}

/* amazon gift */
.amazon-sec {
  background-color: #223c49;
  padding: 60px 0;
}

.amazon-inner img {
  width: 80%;
  margin: auto;
}

.amazon-top {
  color: #fe8c23;
  border-radius: 50px;
  font-size: 28px;
  font-weight: bold;
  display: inline-block;
}

.present-inner {
  display: flex;
  padding-top: 90px;
  position: relative;
}

.present-list {
  flex: 1;
  border: 1px dashed #fe8c23;
  padding: 90px 30px 30px 30px;
  position: relative;
  margin: 0 20px;
  border-radius: 20px;
}

.present-plus {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 80px;
}

.present-number {
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}

.present-img img {
  width: 100%;
}

.present-text {
  margin-top: 30px;
}

.present-text img {
  width: 100%;
}

.present-img img {
  width: 100%;
}

.present-text {
  margin-top: 30px;
}

.modal-content {
  color: #000;
}

.modal-content a {
  color: #000;
  text-decoration: underline;
}

.amazon-right {
  margin-top: 30px;
}

.amazon-note {
  margin-top: 30px;
  text-decoration: underline;
}

.amazon-right .cta-present-btn a img {
  width: 450px;
}

.campaign-top {
  background-color: #fc693b;
  background-image: repeating-linear-gradient(-45deg, #f44e21, #f44e21 7px, transparent 0, transparent 14px);
  padding: 64px 0;
}

.campaign-main {
  background: #fef6e0;
  padding: 64px 0;
}

.campaign-main-text {
  background: #fff;
  border-radius: 8px;
  padding: 20px 30px;
  margin-top: 64px;
  margin-bottom: 64px;
  font-weight: bold;
  font-size: 18px;
  text-align: left;
}

.campaign-main-inner {
  max-width: 60%;
}

.campaign-img img {
  width: 100%;
}

.campaign-btn {
  margin-top: 64px;
}

.campaign-main-wrap {
  position: relative;
}

.campaign-main-img {
  position: absolute;
  right: 0%;
  top: 50%;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  max-width: 40%;
}

.present-note {
  font-size: 20px;
  margin-top: 24px;
}

.present-note a {
  color: #000;
  text-decoration: underline;
}

/* 提携先企業 */
.company-sec {
  padding: 60px 0;
}

.company-head {
  font-size: 28px;
  font-weight: bold;
}

.company-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.company-logo {
  flex-basis: 16.666%;
}

.company-logo img {
  width: 100%;
  padding: 2px;
}

.etc-logo {
  margin-top: 20px;
}

.etc {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 100;
}

/* 320 - 767 */
@media only screen and (min-width: 320px) and (max-width: 767px) {
  .company-sec {
    padding: 30px 0;
  }
  .company-head {
    font-size: 16px;
  }

  .company-inner {
    justify-content: flex-start;
  }

  .company-logo {
    flex-basis: 33.3%;
  }

  .etc {
    font-size: 14px;
  }
}

.present-head img {
  width: 700px;
  max-width: 100%;
}

.movie-sec {
  padding: 60px 0;
}

.movie-main {
  margin-top: 30px;
}

.movie-main .modal-content {
  background: none;
  border: none;
  overflow: hidden;
}

.youtube {
  max-width: 1200px;
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 100%;
  height: 100%;
}
