/* copyright @SH */
html {
  font-size: 12px; }

@media screen and (min-width: 600px) {
  html {
    font-size: 13px; } }

@media screen and (min-width: 768px) {
  html {
    font-size: 14px; } }

@media screen and (min-width: 1024px) {
  html {
    font-size: 15px; } }

@media screen and (min-width: 1280px) {
  html {
    font-size: 16px; } }

body {
  margin: 0;
  font-family: 'Noto Sans JP',sans-serif; }

ul {
  list-style-type: none;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0; }

dl {
  margin-top: 0;
  margin-bottom: 0; }

dl dd {
  margin-left: 0; }

h1 {
  margin-top: 0;
  margin-bottom: 0; }

p {
  margin-top: 0;
  margin-bottom: 0; }

img {
  max-width: 100%;
  vertical-align: middle;
  backface-visibility: hidden;
  image-rendering: -webkit-optimize-contrast; }

figure {
  margin: 0; }

.header {
  background-color: #f2eecc;
  padding: .5em .5em 0; }

.header .logo-mall a img {
  max-width: 120px; }

.header .title-box {
  background-image: url(../img/bg_top.png);
  padding: .625em 0; }

.header .title-box .title-box-inner {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2.375em 0 2em; }

.header .title-box .title-box-inner .title-box-contents {
  max-width: 980px;
  margin: 0 auto;
  position: relative; }

.header .title-box .title-box-inner .title-box-contents .sub-title {
  text-align: center;
  font-size: 1.125em;
  letter-spacing: .1em;
  color: #333;
  margin-bottom: .2em; }

.header .title-box .title-box-inner .title-box-contents .title {
  display: table;
  font-size: 3.2em;
  margin: 0 auto .25em;
  color: #333;
  position: relative; }

.header .title-box .title-box-inner .title-box-contents .title .balloon-wrap {
  position: absolute;
  top: -1.2em;
  left: 0;
  -ms-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg); }

@media screen and (min-width: 768px) {
  .header .title-box .title-box-inner .title-box-contents .title .balloon-wrap {
    left: -.8em; } }

.header .title-box .title-box-inner .title-box-contents .title .balloon-wrap .balloon-contents {
  position: relative;
  display: inline-block;
  padding: 1em;
  vertical-align: middle;
  text-align: center;
  color: #fff;
  font-size: .3333333333em;
  font-weight: 700;
  background-color: #333;
  border-radius: 50%;
  box-sizing: border-box; }

.header .title-box .title-box-inner .title-box-contents .title .balloon-wrap .balloon-contents::before {
  content: "";
  position: absolute;
  bottom: -.6em;
  right: -.3em;
  border: .6em solid transparent;
  border-left: 1.6em solid #333;
  z-index: 0;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -100; }

.header .title-box .title-box-inner .title-box-contents .intro {
  font-size: .875em;
  width: 90%;
  margin: 0 auto 2em;
  line-height: 1.7;
  max-width: 600px;
  color: #333; }

.header .title-box .title-box-inner .title-box-contents .nav {
  bottom: -50px;
  margin: 0 auto;
  display: flex;
  width: 24.5em; }

.header .title-box .title-box-inner .title-box-contents .nav .btn-result a {
  display: block;
  background-color: #699695;
  width: 12em;
  padding: .5em;
  margin-right: .5em;
  box-sizing: border-box;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: .5em; }

.header .title-box .title-box-inner .title-box-contents .nav .btn-result a:hover {
  background-color: #449694; }

.header .title-box .title-box-inner .title-box-contents .nav .btn-interview a {
  display: block;
  background-color: #a27e27;
  width: 12em;
  color: #fff;
  padding: .5em;
  text-decoration: none;
  text-align: center;
  box-sizing: border-box;
  border-radius: .5em; }

.header .title-box .title-box-inner .title-box-contents .nav .btn-interview a:hover {
  background-color: #b1810e; }

.header .title-box .title-box-inner .title-box-contents .nav .btn-interview.btn-invalid a {
  background-color: #ccc; }

.header .title-box .title-box-inner .title-box-contents .nav .btn-interview.btn-invalid a:hover {
  cursor: default;
  background-color: #ccc; }

.cd-header2022 {
  background-position: center;
  background-color: #f2eecc;
  box-sizing: border-box;
  padding: 0;
  border-bottom: 1px solid #e9e3e6; }

.cd-header2022 .cd-header2022-title {
  width: 100%;
  display: table;
  margin: 0 auto;
  max-width: 800px; }

.cd-header2022 .cd-header2022-title img {
  width: 100%; }

.cd-header2022 .cd-header2022-title__sp {
  display: none; }

@media screen and (max-width: 599px) {
  .cd-header2022 .cd-header2022-title__sp {
    display: block; } }

.cd-header2022 .cd-header2022-title__pc {
  display: none; }

@media screen and (min-width: 600px) {
  .cd-header2022 .cd-header2022-title__pc {
    display: block; } }

.message-and-rbtn {
  background-color: #fdfcf6; }

#secInterview {
  padding: 4em 1em 0;
  display: none; }

#secInterview .btn-coordinate-detail {
  display: table;
  margin: 0 auto 3em;
  position: relative; }

#secInterview .btn-coordinate-detail a {
  text-decoration: none;
  color: #fff;
  background-color: #de2526;
  font-size: .875em;
  padding: 1em 4em;
  border-radius: .4em;
  display: table;
  transition: .5s; }

#secInterview .btn-coordinate-detail a:hover {
  background-color: #f63d3e; }

#secInterview .btn-coordinate-detail img {
  position: absolute;
  bottom: .5em;
  right: -.5em;
  width: 3.1875em; }

#secInterview .interview-article {
  max-width: 740px;
  width: 90%;
  margin: 0 auto;
  font-size: 1em;
  color: #262626;
  line-height: 2; }

#secInterview .interview-article .voice {
  margin-bottom: 2.5em; }

#secInterview .interview-article .voice:last-child {
  margin-bottom: 0; }

@media screen and (min-width: 1024px) {
  #secInterview .interview-article .voice {
    display: flex;
    flex-wrap: wrap; } }

@media screen and (min-width: 1024px) {
  #secInterview .interview-article .voice dt {
    width: 150px; } }

@media screen and (min-width: 1024px) {
  #secInterview .interview-article .voice dd {
    width: 590px; } }

#secInterview .interview-article .pic-for-interview {
  margin: 0 auto 3em;
  display: table; }

#secInterview .interview-article .pic-for-interview img {
  box-sizing: border-box;
  border-radius: .6em; }

#secInterview .interview-article .pic-for-interview figcaption {
  display: table;
  margin: 0 auto;
  font-size: .875em;
  line-height: 2;
  padding-left: .5em; }

.sec-title {
  position: relative;
  padding: 0 1em;
  color: #333;
  font-weight: 300; }

.sec-title h1 {
  display: table;
  margin: 0 auto 1em;
  font-size: 2.5em;
  letter-spacing: .1em;
  color: #333;
  font-weight: 800; }

.sec-title p {
  font-size: 1.2em;
  display: table;
  margin: 0 auto;
  line-height: 2;
  text-align: center;
  letter-spacing: .03em; }

.sec-title-result {
  padding-bottom: 6em; }

.sec-result-btn {
  padding-bottom: 4em; }

.result-btn-box {
  padding: 4em 1em 0;
  display: table;
  margin: 0 auto;
  font-weight: 300; }

.result-btn {
  display: block;
  text-decoration: none;
  color: #fff !important;
  font-size: 1.5em;
  letter-spacing: .1em;
  padding: .4em 1em .5em;
  border-radius: .2em;
  transition: .5s; }

@media screen and (min-width: 600px) {
  .result-btn {
    display: inline-block; } }

.result-btn__1st {
  background-color: #0c8c43;
  margin-bottom: 1em; }

@media screen and (min-width: 600px) {
  .result-btn__1st {
    margin-right: 1em; } }

.result-btn__2nd {
  background-color: #0e2d9d; }

.result-btn:hover {
  transition: .5s;
  opacity: .7; }

.result-2nd {
  display: none; }

.result-2nd-sec {
  display: none;
  padding-bottom: 0 !important; }

#canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden; }

.coordinate-single .message-customer {
  margin-bottom: 2.5em; }

.message-customer dl {
  color: #333;
  background-color: #f7f7f7;
  padding: 1em;
  position: relative;
  line-height: 1.8;
  letter-spacing: .03em; }

.message-customer dl dt {
  padding-bottom: .3em;
  background-repeat: no-repeat;
  background-size: contain;
  font-size: 1.2em;
  font-weight: 500; }

.message-customer dl dt span {
  font-size: .8em; }

.message-customer dl dd {
  font-size: 1.2em;
  line-height: 1.8;
  font-weight: 300; }

.customer-comment {
  margin-bottom: 1em; }

.message-mall {
  background-color: #fff;
  box-sizing: border-box;
  border-radius: 0 0 .5em .5em; }

.message-mall dl {
  color: #333; }

.message-mall dl dt {
  font-size: 1em;
  font-weight: 700;
  padding-bottom: .5em; }

.message-mall dl dd {
  font-size: 1em;
  line-height: 1.7; }

.message-mall.message-mall-list {
  width: 90%;
  max-width: 1200px;
  padding: 2em .5em;
  margin: 0 auto; }

@media screen and (min-width: 1024px) {
  .message-mall.message-mall-list {
    padding: 2em 1.2em;
    margin: 0 auto 2em; } }

.message-mall.message-mall-list dl {
  color: #cba600 !important;
  max-width: 960px;
  width: 90%;
  margin: 0 auto; }

.message-mall.message-mall-list dt {
  font-size: 1em;
  display: table;
  text-decoration: underline;
  padding-bottom: .5em;
  font-weight: 400;
  color: #333; }

.message-mall.message-mall-list dd {
  font-size: 1.2em;
  font-weight: 700;
  color: #333; }

.coordinate-single .message-mall {
  margin-bottom: 3em; }

.sec-prize {
  padding-bottom: 3em; }

.sec-prize-title {
  width: 100%;
  padding: 3em 1em 3.5em;
  margin: 0 auto 3em;
  box-sizing: border-box; }

.sec-prize-title.sec-prize-title-no1 {
  background-image: url(../img/bg_title_sec01.png);
  background-position: 50%;
  background-size: cover; }

.sec-prize-title.sec-prize-title-omigoto {
  background-color: #0c8c43;
  background-position: 50%;
  background-size: cover; }

.sec-prize-title.sec-prize-title-impact {
  background-color: #0e2d9d;
  background-position: 50%;
  background-size: cover; }

.sec-prize-title.sec-prize-title-facebook {
  background-image: url(../img/bg_title_sec04.png);
  background-position: 50%;
  background-size: cover; }

.sec-prize-title.sec-prize-title-tokubetsu {
  background-image: url(../img/bg_title_sec05.png);
  background-position: 50%;
  background-size: cover; }

.sec-prize-title h1 {
  color: #fff;
  text-align: center;
  font-size: 2em;
  line-height: 1.7;
  letter-spacing: .1em;
  font-weight: 800; }

.sec-prize-title .theme-title-kaigyo {
  display: block; }

@media screen and (min-width: 1024px) {
  .sec-prize-title .theme-title-kaigyo {
    display: inline; } }

.sec-prize-title .title-sub1 {
  display: table;
  color: #fff;
  margin-left: auto;
  margin-bottom: 1em;
  margin-right: auto;
  font-size: 1.2em;
  padding: .2em .2em .1em;
  letter-spacing: .1em;
  font-weight: 300; }

.sec-prize-title .title-sub2 {
  color: #fff;
  text-align: center;
  font-size: 1.5em; }

.coordinate-single {
  width: 90%;
  max-width: 508px;
  margin: 0 auto; }

.coordinate-single .coordinate {
  margin-bottom: 2.5em; }

.coordinate-list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto; }

.coordinate-list .coordinate-wrap {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3em;
  padding: 1em 1em 3em; }

@media screen and (min-width: 768px) {
  .coordinate-list .coordinate-wrap {
    box-sizing: border-box;
    width: 50%;
    padding: 2em 2em 5em;
    margin-left: initial;
    margin-right: initial;
    margin-bottom: 0; }
  .coordinate-list .coordinate-wrap:last-child {
    border-right: none; } }

.coordinate-list .coordinate-wrap .coordinate {
  margin-bottom: 1em;
  padding-left: 3em; }

.coordinate-list .coordinate-wrap.coordinate-wrap-single {
  margin-left: auto;
  margin-right: auto; }

.coordinate {
  overflow: hidden;
  max-width: 508px;
  position: relative; }

.coordinate .coordinate-front {
  width: 50%;
  max-width: 254px;
  float: left;
  position: relative;
  height: auto; }

.coordinate .coordinate-front::before {
  content: "";
  display: block;
  padding-top: 187.007874015%; }

.coordinate .coordinate-front .coordinate-front-position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.coordinate .coordinate-back {
  width: 50%;
  max-width: 254px;
  float: right;
  position: relative;
  height: auto; }

.coordinate .coordinate-back::before {
  content: "";
  display: block;
  padding-top: 187.007874015%; }

.coordinate .coordinate-back .coordinate-back-position {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.coordinate .coordinate-link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .25s; }

.coordinate .coordinate-link:hover {
  background-color: rgba(255, 255, 255, 0.2); }

.coordinate-items {
  margin-bottom: 1em;
  position: relative; }

.coordinate-items ul {
  display: flex; }

.coordinate-items ul li {
  width: 20%;
  border: 1px solid #ddd;
  margin: .2em;
  transition: .25s; }

.coordinate-items ul li:hover {
  border: 1px solid #999; }

.coordinate-items ul li span img {
  cursor: pointer; }

.gift {
  display: block;
  max-width: 1074px;
  background-color: #fff5f5;
  margin: 0 1em;
  padding: 2em 2em; }

@media screen and (min-width: 768px) {
  .gift {
    margin: 0 auto; } }

.gift .gift-btn a {
  display: table;
  color: #fff;
  text-decoration: none;
  padding: .7em 2.3em;
  font-size: 1.2em;
  margin: 0 auto 1em;
  border-radius: .5em;
  background-color: #de2526;
  transition: .5s;
  font-weight: 700;
  letter-spacing: .03em; }

.gift .gift-btn a:hover {
  background-color: #f63d3e; }

.gift .gift-notes {
  text-align: center;
  font-size: 1.1em;
  color: #333;
  line-height: 2;
  font-weight: 300;
  letter-spacing: .03em;
  color: #de2526; }

.gift .gift-notes a {
  color: #333;
  font-weight: 700;
  text-decoration: none;
  transition: .5s;
  color: #de2526; }

.gift .gift-notes a:hover {
  opacity: .5;
  transition: .5s; }

.btn-post-list {
  padding: 0 auto 3em; }

.btn-post-list a {
  text-decoration: none;
  color: #fff;
  background-color: #0c8c43;
  font-size: 1em;
  padding: 1em 3em;
  letter-spacing: .1em;
  display: table;
  border-radius: .3em;
  margin: 0 auto;
  transition: .25s; }

.btn-post-list a:hover {
  background-color: #1ead5c; }

.back-to-top {
  max-width: 1135px;
  width: 94%;
  margin: 0 auto;
  text-align: right;
  padding: 4rem 0 2rem; }

.back-to-top a {
  text-decoration: none;
  color: #333;
  transition: .5s; }

.back-to-top a:hover {
  opacity: .5;
  transition: .5s; }

.footer {
  background-color: #f5f5f5;
  padding: 6rem 1rem;
  text-align: center;
  font-size: .875rem;
  color: #666; }

.footer__inner {
  max-width: 1200px;
  margin: 0 auto; }

.footer__text {
  letter-spacing: .03em;
  line-height: 1.6; }

/*# sourceMappingURL=maps/style.css.map */
