@charset "UTF-8";

html {
  box-sizing: border-box;
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium",
    "游ゴシック", "Yu Gothic", sans-serif;
  font-family: "Yu Gothic", YuGothic, "游ゴシック体", "游ゴシック Medium",
    "Yu Gothic Medium", "游ゴシック", "ヒラギノ角ゴ Pro W3", "メイリオ",
    sans-serif;
}

*,
:after,
:before {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

:after,
:before {
  text-decoration: inherit;
  vertical-align: inherit;
}

* {
  padding: 0;
  margin: 0;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item;
}

small {
  font-size: 80%;
}

[hidden],
template {
  display: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:active,
a:hover {
  outline-width: 0;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}

b,
strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

input {
  border-radius: 0;
}

ul,
li {
  list-style: none;
}

[role="button"],
[type="button"],
[type="reset"],
[type="submit"],
button {
  cursor: pointer;
}

[disabled] {
  cursor: default;
}

[type="number"] {
  width: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

textarea {
  overflow: auto;
  resize: vertical;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

optgroup {
  font-weight: 700;
}

button {
  overflow: visible;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: 0;
  padding: 0;
}

[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}

[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}

button,
select {
  text-transform: none;
}

button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
}

/* 全体共通 */
.wrap {
  width: 100%;
  margin: auto;
  position: relative;
  display: block;
  background-color: #f2efe0;
}

img {
  width: 100%;
  margin: 0;
  display: block;
}

.cta {
  position: relative;
}
.cta__link {
  width: 68%;
  margin: 0 auto;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  transition: 0.6s;
}
.cta__link:hover {
  opacity: 0.6;
}

.cta__01 {
  bottom: 32%;
}
.cta__02 {
  bottom: 19%;
}

.product_ttl {
  width: 80%;
  margin: 0 auto;
  margin-top: -40px;
}

.product__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0 20px;
  margin: 32px auto 0;
}

.product__item {
  width: 48%;
  margin-bottom: 30px;
}
.product__item:nth-child(2n) {
  margin-left: 12px;
}

.product__link {
  width: 100%;
  display: block;
  color: #fff;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  padding: 8px 0;
  transition: 0.6s;
}
.product__link:hover {
  opacity: 0.6;
}

.yellow {
  background-color: #c0a521;
  margin-bottom: 6px;
}
.blue {
  background-color: #1f94c7;
}

.product__ttl {
  text-align: center;
  line-height: 20px;
  font-size: 15px;
  color: #231815;
}
.product__ttl_wrap {
  display: flex;
  height: 56px;
  align-items: center;
  justify-content: center;
}

.message {
  background-color: #fff;
  position: relative;
}

.cta__last {
  position: absolute;
  bottom: -25%;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.footer {
  padding-top: 86%;
  padding-bottom: 24px;
}

.footer__logo {
  width: 40%;
  margin: 0 auto;
  display: block;
}

.footer__link {
  color: #231815;
  font-size: 13px;
}
.footer__link__wrap {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.footer__link_left {
  border-right: 1px solid #231815;
  padding-right: 16px;
  margin-right: 16px;
}

.footer__copyright {
  color: #231815;
  text-align: center;
  font-size: 13px;
  margin-top: 12px;
}

.is-sp {
  display: block;
}

@media screen and (min-width: 760px) {
  .mv__product.loading_fadein.load {
    opacity: 1;
    visibility: visible;
    transform: translateY(40px);
  }
  .is-sp {
    display: none;
  }
  .product__link {
    font-size: 18px;
    padding: 20px 0;
  }
  .product__ttl {
    text-align: center;
    line-height: 20px;
    font-size: 20px;
    color: #231815;
  }
}

@media screen and (min-width: 769px) {
  .wrap {
    width: 750px;
  }
}
