@charset "UTF-8";
/* ==========================================================================
リセットcss
========================================================================== */
/*! destyle.css v3.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Replaced content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
svg,
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable.
 * 1. Make form elements stylable across systems iOS especially.
 * 2. Inherit text-transform from parent.
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none; /* 1 */
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit; /* 2 */
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Correct cursors for clickable elements.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

/**
 * Improve outlines for Firefox and unify style with input elements & buttons.
 */
:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Fix font inheritance.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable]:focus {
  outline: auto;
}

/* Tables */
/* ============================================ */
/**
1. Correct table border color inheritance in all Chrome and Safari.
*/
table {
  border-color: inherit; /* 1 */
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* ==========================================================================
定数css
========================================================================== */
/* ==========================================================================
共通css
========================================================================== */
/*
*
*	common
*
*/
html {
  font-size: 62.5%;
  height: 100%;
  scroll-behavior: smooth;
}

body {
  text-size-adjust: 100%;
  vertical-align: baseline;
  font-size: 15px;
  line-height: 1;
  font-family: Quicksand, 游ゴシック体, "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  border-top: 4px solid #61aa12;
}
.v-sp {
  display: none;
}
@media screen and (max-width: 640px) {
  body {
    font-size: 1.4rem;
  }
  .v-sp {
    display: block;
  }
  .sp-txt {
    text-align: left;
  }
}

main {
  position: relative;
  overflow: hidden;
}

h1 {
  font-size: 3rem;
  font-weight: 700;
}
@media screen and (max-width: 860px) {
  h1 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 640px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: 2.5rem;
  font-weight: 700;
}
@media screen and (max-width: 860px) {
  h2 {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 640px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: 2rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  h3 {
    font-size: 1.8rem;
  }
}

h4 {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  h4 {
    font-size: 1.6rem;
    font-weight: 700;
  }
}

h5 {
  font-size: 1.6rem;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  h5 {
    font-size: 1.4rem;
    font-weight: 700;
  }
}

p {
  font-size: 1.6rem;
}
@media screen and (max-width: 640px) {
  p {
    font-size: 1.4rem;
  }
}

a,
button {
  transition: all 0.5s;
}
a:hover,
button:hover {
  opacity: 0.7;
}

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

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

label {
  position: relative;
  font-size: 1.6rem;
}
label:hover {
  cursor: pointer;
}

input[type=text],
input[type=tel],
input[type=email],
select {
  width: 100%;
  display: inline-block;
  padding: 0.7em 1em;
  background: #fff;
  border: solid 1px #000;
  border-radius: 3px;
  font-size: 1.6rem;
}

input[type=radio] {
  display: none;
}

input[type=radio] + span:before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  vertical-align: sub;
  margin-right: 10px;
  border-width: 1px;
  border-style: solid;
  border-radius: 50%;
  padding: 2px;
  background-clip: content-box;
}

input[type=radio]:not(:checked) + span:before {
  border-color: #000;
  background: #fff;
}

input[type=radio]:checked + span:before {
  border-color: #000;
  background-color: #000;
}

input[type=checkbox] {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  padding-left: 20px;
  vertical-align: middle;
}

input[type=checkbox]:before,
input[type=checkbox]:after {
  content: "";
  display: block;
  position: absolute;
}

input[type=checkbox]:before {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 15px;
  border-radius: 2px;
  left: 0;
  top: 2px;
  border: 1px solid;
  border-color: #000;
  background: #fff;
}

input[type=checkbox]:checked:after {
  content: "";
  position: absolute;
  display: block;
  width: 15px;
  height: 6px;
  margin-top: -9px;
  top: 50%;
  left: 3px;
  transform: rotate(-45deg);
  border-bottom: 3px solid;
  border-left: 3px solid;
  border-color: #000;
}

select {
  max-width: 200px;
  font-size: 1.6rem;
  -webkit-appearance: auto;
  appearance: auto;
  height: 45px;
}
select:hover {
  cursor: pointer;
}

textarea {
  resize: vertical;
  width: 100%;
  height: 200px;
  resize: none;
  padding: 0.5em 1em;
  background: #fff;
  border: solid 1px #000;
  border-radius: 3px;
  font-size: 1.6rem;
}

.wpcf7-list-item {
  margin: 0 1em 0 0;
}

dl {
  display: flex;
  flex-wrap: wrap;
  border-top: solid 1px #000;
  text-align: left;
}
dl dt {
  width: 20%;
  padding: 30px 0;
  border-bottom: solid 1px #000;
  font-size: 1.4rem;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  dl dt {
    width: 100%;
    padding: 15px 0 10px;
    border-bottom: none;
  }
}
dl dd {
  width: 80%;
  padding: 30px 0;
  border-bottom: solid 1px #000;
  font-size: 1.4rem;
}
@media screen and (max-width: 640px) {
  dl dd {
    width: 100%;
    padding: 0 0 15px;
  }
}
dl dd a {
  color: #fff;
  word-break: break-word;
}

table {
  border-collapse: collapse;
  margin: 40px 0;
}
table th, table td {
  border: solid 1px #000;
  padding: 1em;
}
table th {
  background: #000;
  font-weight: bold;
}

/* ==========================================================================
header
========================================================================== */
header {
  width: 100%;
}
header .wrp {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 2rem 1rem;
}
@media screen and (max-width: 640px) {
  header .wrp {
    display: block;
    text-align: center;
  }
}
header .wrp .h-logo {
  width: 140px;
  height: auto;
  display: block;
}
@media screen and (max-width: 640px) {
  header .wrp .h-logo {
    margin: 0 auto 1rem;
  }
}
header .wrp .h-logo h1 {
  display: block;
  flex-shrink: 0;
color: #61aa12;
  text-decoration: none;
}
header .wrp p {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  header .wrp p {
    font-size: 1.2rem;
  }
}

footer {
  text-align: center;
  font-size: 1.4rem;
  background: #f3f3f0;

}
footer .area {
  margin: 0;
  padding: 30px 0 25px 0;
  background: #f3f3f0;
}
footer .area li {
  display: inline-block;
  margin: 0 0 6px 3px;
}
footer .area li a {
  display: inline-block;
  padding: 6px 10px;
  background: #fff;
  color: #666;
  font-size: 11px;
  border-radius: 24px;
}
footer .guide {
  margin: 0;
  padding: 20px 0 10px;
}
footer .guide li {
  display: inline-block;
  margin: 0 0 5px 0;
  padding: 3px 5px;
}
footer .guide li a, footer .guide li a:link {
  color: #777;
  text-decoration: none;
  word-break: break-all;
  font-size: 12px;
}
footer .copyright {
  padding: 0 0 30px 0;
  font-size: 80%;
  color: #777;
}


/* タテルヤホーム */
main.top .main-visual {
  position: relative;
  width: 100%;
  height: 700px;
}
@media screen and (max-width: 640px) {
  main.top .main-visual {
  height: calc(100svh - 87px);
  max-height: 600px;
  }
}
main.top .main-visual .visual-slider {
  width: 100%;
  height: 100%;
}
main.top .main-visual .visual-slider .slick-list,
main.top .main-visual .visual-slider .slick-track {
  width: 100%;
  height: 100%;
}
main.top .main-visual .title-wrp {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  max-width: 700px;
  width: 100%;
  height: 520px;
  background: no-repeat center/contain url(../../img/campaign/title-bg.svg);
}
@media screen and (max-width: 640px) {
  main.top .main-visual .title-wrp {
  height: 320px;
  }
}
main.top .main-visual .title-wrp .main-copy {
  display: block;
  width: 80%;
  height: 160px;
  margin: 0 auto 1rem;
  text-indent: -9999px;
  background: no-repeat center/contain url(../../img/campaign/main-copy.svg);
}
@media screen and (max-width: 640px) {
  main.top .main-visual .title-wrp .main-copy {
  max-width: 340px;
  height: 100px;
  }
}
main.top .main-visual .title-wrp .sub-copy {
  display: block;
  width: 70%;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
}
@media screen and (max-width: 640px) {
  main.top .main-visual .title-wrp .sub-copy {
  max-width: 360px;
  width: 80%;
  font-size: clamp(1.2rem, 3vw, 1.4rem);
  }
}
main.top .main-visual .title-wrp .btn-main {
  position: relative;
  width: 80%;
  font-size: 2.2rem;
  font-weight: bold;
  color: #fff;
  background: #61AA12;
  padding: 1.2em 3em 1.2em 2em;
  margin: 60px 0 0;
  border-radius: 10px;
  line-height: 1.3;
}
main.top .main-visual .title-wrp .btn-main:hover {
  opacity: 1;
  background: #6dbd17;
}
@media screen and (max-width: 860px) {
  main.top .main-visual .title-wrp .btn-main {
  font-size: 2rem;
  }
}
@media screen and (max-width: 640px) {
  main.top .main-visual .title-wrp .btn-main {
  max-width: 300px;
  font-size: 1.6rem;
  padding: 1em 2.5em 1em 1.5em;
  margin: 20px 0 0;
  }
}
main.top .main-visual .title-wrp .btn-main:after {
  content: "";
  position: absolute;
  top: 40%;
  right: 25px;
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat center/contain url(../../img/campaign/icon-arrow.svg);
  transform: rotate(90deg);
}

main.top .site-list {
  background: #EFF4E9;
}
main.top .site-list .container {
  max-width: 1080px;
  margin: 0 auto;
  padding: 120px 20px;
  z-index: 10;
}
@media screen and (max-width: 640px) {
  main.top .site-list .container {
    padding: 20px 20px 120px;
  }
}
main.top .site-list .container .campaign {
  width: 100%;
  //height: 200px;
  background: #61aa13;
  border-radius: 10px;
  margin: 0 auto 60px;
  //border: solid 10px #f2dd01;
}
@media screen and (max-width: 640px) {
  main.top .site-list .container .campaign {
    margin: 0 auto 20px;
  }
}
main.top .site-list .container .campaign img {
  object-fit: contain;
  border-radius: 20px;
}
main.top .site-list .container .campaign img.pc {
  display: block;
}
main.top .site-list .container .campaign img.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  main.top .site-list .container .campaign img.pc {
    display: none;
  }
  main.top .site-list .container .campaign img.sp {
    display: block;
  }
}
main.top .site-list .container .area-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 60px;
}
@media screen and (max-width: 640px) {
  main.top .site-list .container .area-list ul {
    margin: 0 0 20px;
  }
}
main.top .site-list .container .area-list ul li {
  flex: 1;
}
@media screen and (max-width: 860px) {
  main.top .site-list .container .area-list ul li {
    flex: auto;
    width: calc(100% / 3 - 5px);
  }
}
@media screen and (max-width: 640px) {
  main.top .site-list .container .area-list ul li {
    width: calc(50% - 5px);
  }
}
main.top .site-list .container .area-list ul li a {
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  padding: 10px;
  font-weight: bold;
}
main.top .site-list .container .area-list ul li a:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 16px;
  transform: rotate(90deg);
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: no-repeat center/40% url(../../img/campaign/icon-arrow-gr.svg);
}
main.top .site-list .container .area-list ul li a span {
  color: #61AA12;
  font-size: 20px;
}
@media screen and (max-width: 640px) {
  main.top .site-list .container .area-list ul li a span {
    font-size: 16px;
  }
}
main.top .site-list .container .list-wrp {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 30px;
}
@media screen and (max-width: 640px) {
  main.top .site-list .container .list-wrp {
    gap: 20px;
  }
}
main.top .site-list .container .list-wrp .column {
  width: calc(50% - 15px);
  background: #fff;
  border-radius: 10px;
  box-shadow: 5px 5px 0 #CDE0B9;
}
@media screen and (max-width: 860px) {
  main.top .site-list .container .list-wrp .column {
    width: 100%;
  }
}
main.top .site-list .container .list-wrp .column img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  border-radius: 10px 10px 0 0;
}
main.top .site-list .container .list-wrp .column .wrp {
  width: 100%;
  padding: 40px 20px;
}
@media screen and (max-width: 640px) {
  main.top .site-list .container .list-wrp .column .wrp {
    padding: 20px;
  }
}
main.top .site-list .container .list-wrp .column .wrp ul.link-list {
  margin: 20px 0 0;
}
@media screen and (max-width: 640px) {
  main.top .site-list .container .list-wrp .column .wrp ul.link-list {
    margin: 10px 0 0;
  }
}
main.top .site-list .container .list-wrp .column .wrp ul.link-list li {
  position: relative;
  margin: 0 0 10px;
}
main.top .site-list .container .list-wrp .column .wrp ul.link-list li:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 20px;
}
main.top .site-list .container .list-wrp .column .wrp ul.link-list li.ranking:before {
  background: no-repeat center/contain url(../../img/campaign/icon-crown.svg);
}
main.top .site-list .container .list-wrp .column .wrp ul.link-list li.maker-list:before {
  background: no-repeat center/contain url(../../img/campaign/icon-list.svg);
}
main.top .site-list .container .list-wrp .column .wrp ul.link-list li.event:before {
  background: no-repeat center/contain url(../../img/campaign/icon-event.svg);
}
main.top .site-list .container .list-wrp .column .wrp ul.link-list li.modelhouse:before {
  background: no-repeat center/contain url(../../img/campaign/icon-pin.svg);
}
main.top .site-list .container .list-wrp .column .wrp ul.link-list li.case:before {
  background: no-repeat center/contain url(../../img/campaign/icon-house.svg);
}
main.top .site-list .container .list-wrp .column .wrp ul.link-list li a {
  position: relative;
  display: block;
  padding: 16px 10px 16px 40px;
  font-weight: bold;
  color: #61AA12;
  border: solid 1px #61AA12;
  border-radius: 10px;
}
@media screen and (max-width: 640px) {
  main.top .site-list .container .list-wrp .column .wrp ul.link-list li a {
    padding: 10px 10px 10px 40px;
  }
}
main.top .site-list .container .list-wrp .column .wrp ul.link-list li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: no-repeat center/40% url(../../img/campaign/icon-arrow.svg) #61AA12;
}
main.top .site-list .container .list-wrp .column p {
  position: relative;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.4;
}
main.top .site-list .container .list-wrp .column p span {
  font-size: 1.6rem;
  padding-left: 5px;
}

main.campaign .main-visual {
  background: #61aa13;
}
main.campaign .main-visual img {
  display: block;
  max-width: 1200px;
  margin: 0 auto;
}
main.campaign .site-list {
  background: #ff9300;
  //background: #61aa12;
}
main.campaign .site-list .container {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 20px;
}
@media screen and (max-width: 1000px) {
  main.campaign .site-list .container {
    display: block;
  }
}
main.campaign .site-list h2 {
  flex-shrink: 0;
  position: relative;
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  border: solid 1px;
  padding: 1rem 4rem 1rem 2rem;
  border-radius: 50px;
  /* margin-bottom: 20px; */
}
@media screen and (max-width: 1000px) {
  main.campaign .site-list h2 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 860px) {
  main.campaign .site-list h2 {
    font-size: 1.4rem;
  }
}
main.campaign .site-list h2:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: no-repeat center/40% url(../../img/campaign/icon-arrow.svg);
}
@media screen and (max-width: 860px) {
/*
  main.campaign .site-list h2:after {
    top: auto;
    transform: rotate(90deg);
  }
*/
}
main.campaign .site-list .list-wrp {
  display: flex;
  flex-wrap: wrap;
  flex-grow: 1;
  gap: 10px;
  flex-grow: 1;
  /* display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  grid-column-gap: 10px;
  grid-row-gap: 10px; */
}
main.campaign .site-list .list-wrp a {
  flex: 1;
  white-space: nowrap;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  padding: 1.5rem 2.5rem;
  font-weight: bold;
  line-height: 1.4;
}


@media screen and (max-width: 860px) {
  main.campaign .site-list .list-wrp a {
    min-width: 150px;
    max-width: 48%;
  }
}
main.campaign .site-list .list-wrp .column p {
  position: relative;
  padding: 1.5rem 2.5rem;
  font-weight: bold;
  line-height: 1.4;
}
main.campaign .site-list .list-wrp .column p:after {
  //content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: no-repeat center/40% url(../../img/campaign/icon-arrow.svg) #61AA12;
}
main.campaign .contents {
  background: #eef5e6;
}
main.campaign .contents .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 20px 10px;
  z-index: 10;
}
main.campaign .contents .container .intro {
  text-align: center;
}
main.campaign .contents .container .intro p {
  font-weight: bold;
  font-size: 2.2rem;
  line-height: 1.7;
  margin-bottom: 50px;
}
@media screen and (max-width: 860px) {
  main.campaign .contents .container .intro p {
    font-size: 1.8rem;
  }
}
main.campaign .contents .container .wrp,
.wrp.box {
  max-width: 960px;
  position: relative;
  background: #fff;
  padding: 6rem 6rem 4rem;
  margin: 0 auto 60px;
  border-radius: 10px;
  //border: solid 2px #14266d;
  text-align: center;
}
.wrp.box {
  max-width: 1200px;
  padding-left: 4rem;
  padding-right: 4rem;
}
.list {
  text-align: left;
  font-size: 15px;
}
.list li {
  margin: 10px 0;
  line-height: 1.4;
}
.list li time {
  margin-right: 10px;
}
.list a {
  color: #06f;
  text-decoration: underline;
}

@media screen and (max-width: 860px) {
  main.campaign .contents .container .wrp,
  .wrp.box {
    padding: 6rem 2rem 4rem;
  }
}
main.campaign .contents .container .wrp.center {
  text-align: center;
}
main.campaign .contents .container .wrp h2,
.wrp.box h2 {
  position: absolute;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  text-align: center;
  font-size: 2rem;
  white-space: nowrap;
  /* margin: -60px 0 2rem; */
  padding: 1.5rem 2.5rem;
  background: #fff;
  background: #fcee22;
  //color: #0c0a66;
  //border-bottom: solid 3px #14266d;
  //border: solid 5px #d30700;
  border-radius: 5px;
}
main.campaign .contents .container .wrp h3 {
  border-left: 4px solid #61AA12;
  margin: 40px 0 20px;
  padding: 5px 10px;
  font-size: 1.6rem;
  text-align: left;
}
@media screen and (max-width: 860px) {
  main.campaign .contents .container .wrp h2 {
    font-size: 2rem;
  }
}
main.campaign .contents .container .wrp p {
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
}
@media screen and (max-width: 640px) {
  main.campaign .contents .container .wrp p {
    font-size: 1.6rem;
  }
}
main.campaign .contents .container .wrp p b {
  font-size: 3rem;
  color: #d30700;
  padding: 0 5px;
}
main.campaign .contents .container .wrp span {
  text-align: left;
  font-size: 1.4rem;
  line-height: 1.7;
}
main.campaign .contents .container .wrp ul,
main.campaign .contents .container .wrp ol {
  max-width: 90%;
  margin: 20px auto 0;
  text-align: left;
}
main.campaign .contents .container .wrp ul li,
main.campaign .contents .container .wrp ol li {
  display: flex;
  align-items: baseline;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 0 0 10px;
}
main.campaign .contents .container .wrp ul li:before {
  content: "";
  flex-shrink: 0;
  margin-right: 5px;
  display: block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #61AA12;
}
main.campaign .contents .container .wrp ol {
  counter-reset: number;
}
main.campaign .contents .container .wrp ol li:before {
  counter-increment: number;
  content: counter(number)'.';
  color: #61AA12;
}
main.campaign .contents .container .wrp .note {
  max-width: 90%;
  margin: 20px auto 0;
  text-align: left;
}
main.campaign .contents .container .wrp .note p {
  font-size: 1.4rem;
  font-weight: normal;
}
/*
main.campaign .contents .container .btn {
  display: block;
  margin: 10px auto 0;
  padding: 0;
  border-bottom: 3px solid #3a8e00;
  background: #61aa12;
  background-size: 55px 44px;
  line-height: 50px;
  color: #fff;
  font-weight: bold;
  border-radius: 3px;
  max-width: 300px;
  text-align: center;
  text-decoration: none !important;
}
*/
main.campaign .cta-area {
	min-height: 210px;
}
main.campaign .cta-area h2 {
  position: relative;
  padding: 15px 0;
  text-align: center;
  background: #f86e00;
  color: #fff;
}
main.campaign .cta-area h2:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #f86e00;
}
main.campaign .cta-area h2 strong {
  color: #fcee22;
}
main.campaign .cta-area .btn {
  margin: 10px auto;
  width: 90%;
  max-width: 400px;
}
main.campaign .cta-area .btn a {
    background: #61aa12;
    border-radius: 9999px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    text-decoration: none;
    color: #fff;
    font-weight: bold;
    border-bottom: solid 5px #3a8e00;
    transition: 0.3s ease-in-out;
    font-size: 2rem;
}
main.campaign .cta-area .btn a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
main.campaign .cta-area .btn a:hover:after {
  right: 1.4rem;
}
main.campaign .cta-area .btn a:hover {
  color: #FFF;
  border-bottom: solid 2px #999;
  transform: translateY(3px);
}
main.campaign .cta-area .btn a:hover:before {
    color: #fff;
}
main.campaign .cta-area .tooltip {
  margin: 30px 0 0 0;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
  margin-bottom: .5rem;
  text-align: center;
  color: #61aa12;
}
main.campaign .cta-area .tooltip:before {
  margin-right: 1rem;
  content: '＼';
}
main.campaign .cta-area .tooltip:after {
  margin-left: 1rem;
  content: '／';
}
main.campaign .cta-area .list-wrp {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 20px auto 0;
  padding: 0 20px;
  max-width: 640px;
}
main.campaign .cta-area .list-wrp a {
  position: relative;
  white-space: nowrap;
  text-align: center;
  background: #fff;
  border-radius: 5px;
  padding: 1.5rem 2.5rem;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
  border: solid 1px #ccc;
  min-width: 48%;
  margin: 0 0 10px 0;
  text-align: left;
}
main.campaign .cta-area .list-wrp a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
  color: #61aa12;
}
.footer-visual {
  max-width: 640px;
  margin: 0 auto 30px;
}
@media screen and (max-width: 860px) {
.footer-visual {
  margin-bottom: 0;
}
}
.cta-makers {
	padding-bottom: 30px;
}
.cta-makers .nest {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 1200px;
	margin: 0 auto;;
}
.cta-makers p {
	width: 240px;
}
@media screen and (max-width: 860px) {
	.cta-makers p {
		width: 130px;
	}
}
@media screen and (max-width: 380px) {
	.cta-makers p {
		width: 120px;
	}
}