@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  width: 100%;
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  color: #540a00;
  font-weight: 600;
  font-size: 3.75vw;
  font-feature-settings: "palt";
  line-height: 1.8em;
  letter-spacing: 0.1em;
  overflow-x: hidden;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    width: 100%;
    position: relative;
  }
}

.smp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .smp-block {
    display: none;
  }
}

.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-block {
    display: block;
  }
}

button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

img {
  width: 100%;
  max-width: 100%;
}

header {
  width: 100%;
  overflow: hidden;
  position: relative;
  /**/
}
header a.head-logo {
  display: block;
  width: 36.8%;
  position: absolute;
  left: 50%;
  top: 3%;
  transform: translate(-50%, 0%);
}
@media screen and (min-width: 768px) {
  header a.head-logo {
    width: 17.5%;
    max-width: 238px;
    position: absolute;
    left: 30px;
    top: 30px;
    transform: translate(0%, 0%);
  }
}
header span.fukidashi {
  display: block;
  position: absolute;
  opacity: 0;
  transform: translate(0, 50%) scale(0);
  /*&.fukidashi01*/
  /*&.fukidashi02*/
  /*&.fukidashi03*/
  /*&.fukidashi04*/
  /*&.fukidashi05*/
  /*&.fukidashi06*/
}
header span.fukidashi.fukidashi01 {
  display: none;
}
@media screen and (min-width: 768px) {
  header span.fukidashi.fukidashi01 {
    display: block;
    width: 12.9%;
    left: 11.9%;
    top: 15.8%;
  }
}
header span.fukidashi.fukidashi02 {
  width: 23.4%;
  left: 6.5%;
  top: 49.1%;
}
@media screen and (min-width: 768px) {
  header span.fukidashi.fukidashi02 {
    width: 11.6%;
    top: 28.4%;
    left: 3%;
  }
}
header span.fukidashi.fukidashi03 {
  width: 30.4%;
  left: -4.1%;
  top: 60.3%;
}
@media screen and (min-width: 768px) {
  header span.fukidashi.fukidashi03 {
    width: 10.6%;
    left: 14.5%;
    top: 37.3%;
  }
}
header span.fukidashi.fukidashi04 {
  width: 20.8%;
  right: 7%;
  top: 53.3%;
}
@media screen and (min-width: 768px) {
  header span.fukidashi.fukidashi04 {
    width: 14%;
    right: 4.8%;
    top: 6.5%;
  }
}
header span.fukidashi.fukidashi05 {
  width: 25.6%;
  right: -2.7%;
  top: 63%;
}
@media screen and (min-width: 768px) {
  header span.fukidashi.fukidashi05 {
    width: 9.9%;
    right: 20.3%;
    top: 15.1%;
  }
}
header span.fukidashi.fukidashi06 {
  display: none;
}
@media screen and (min-width: 768px) {
  header span.fukidashi.fukidashi06 {
    display: block;
    width: 10.2%;
    right: 9.9%;
    top: 26.9%;
  }
}

@keyframes fukidashiani {
  0% {
    opacity: 0;
    transform: translate(0, 50%) scale(0);
  }
  15% {
    transform: translate(0, 0) scale(1.125);
    opacity: 1;
  }
  18% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  85% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translate(0, 0) scale(0);
    opacity: 0;
  }
}
div.news-wrap {
  margin-top: 8%;
}
@media screen and (min-width: 768px) {
  div.news-wrap {
    margin-top: 0;
  }
}
div.news-wrap h2 {
  width: 26%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  div.news-wrap h2 {
    width: 128px;
  }
}
div.news-wrap div.news-list {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  div.news-wrap div.news-list {
    max-width: 660px;
  }
}
div.news-wrap div.news-list ul li {
  padding-top: 4%;
  border-bottom: solid 0.25px #CCC;
}
@media screen and (min-width: 768px) {
  div.news-wrap div.news-list ul li {
    padding-bottom: 10px;
  }
}
div.news-wrap div.news-list ul li span.date {
  display: inline-block;
  font-size: 0.86em;
}

main {
  width: 100%;
  overflow: hidden;
}

section.sec-about {
  width: 100%;
  margin-top: 10%;
  padding-top: 30%;
  padding-bottom: 65%;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.sec-about {
    max-width: 1600px;
    margin: 0 auto;
    margin-top: 60px;
    padding: 80px;
  }
}
section.sec-about div.abou-bg {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.sec-about div.abou-bg {
    min-width: 1400px;
    max-width: 1600px;
    left: 50%;
    top: 55%;
    transform: translate(-50%, -50%);
  }
}
section.sec-about div.about-cont {
  position: relative;
  z-index: 9;
}
@media screen and (min-width: 768px) {
  section.sec-about div.about-cont {
    padding-top: 50px;
  }
}
section.sec-about h2 {
  width: 66%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.sec-about h2 {
    width: 224px;
  }
}
section.sec-about h3 {
  width: 78%;
  margin: 0 auto;
  margin-top: 4%;
}
@media screen and (min-width: 768px) {
  section.sec-about h3 {
    width: 412px;
    margin-top: 20px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-about h3 {
    width: 412px;
    margin-top: 40px;
  }
}
section.sec-about p.about-txt {
  margin-top: 6%;
  line-height: 1.8em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.sec-about p.about-txt {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-about p.about-txt {
    margin-top: 30px;
  }
}
section.sec-about span.illust01 {
  display: block;
  width: 16%;
  position: absolute;
  right: 1%;
  top: 6%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  section.sec-about span.illust01 {
    width: 12%;
    right: 4%;
    top: 5%;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-about span.illust01 {
    width: 8%;
    right: 20%;
    top: 24%;
  }
}
section.sec-about span.illust02 {
  display: block;
  width: 41%;
  position: absolute;
  left: -18%;
  top: 3%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  section.sec-about span.illust02 {
    width: 15.5%;
    left: 0;
    top: 29%;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-about span.illust02 {
    width: 13.5%;
    left: 13%;
    top: 40%;
  }
}
section.sec-about span.illust03 {
  display: block;
  width: 25%;
  position: absolute;
  left: 7%;
  bottom: 6%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  section.sec-about span.illust03 {
    width: 12%;
    left: 12%;
    bottom: -5%;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-about span.illust03 {
    width: 9.8%;
    left: 28%;
    bottom: -15%;
  }
}
section.sec-about span.illust04 {
  display: block;
  width: 36.8%;
  position: absolute;
  right: 2%;
  bottom: -3%;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  section.sec-about span.illust04 {
    width: 20%;
    right: -2%;
    bottom: -18%;
  }
}
@media screen and (min-width: 1280px) {
  section.sec-about span.illust04 {
    right: 2%;
    bottom: -56%;
  }
}

/*section.sec-about{*/
section.about-tabensai {
  background: #fff0a3;
  padding: 15% 0;
  position: relative;
  z-index: 0;
  /*to-tabensai-btn*/
}
@media screen and (min-width: 768px) {
  section.about-tabensai {
    max-width: 765px;
    margin: 0 auto;
    margin-top: 60px;
    padding: 60px;
  }
}
@media screen and (min-width: 1280px) {
  section.about-tabensai {
    margin-top: 100px;
  }
}
section.about-tabensai::before {
  content: " ";
  display: block;
  width: 100%;
  height: 7px;
  background: #FFF;
  position: absolute;
  left: 0;
  top: 4%;
  transform: translate(0, 0);
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.about-tabensai::before {
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    background: none;
    border: solid 7px #FFF;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
section.about-tabensai::after {
  content: " ";
  display: block;
  width: 100%;
  height: 7px;
  background: #FFF;
  position: absolute;
  left: 0;
  bottom: 4%;
  transform: translate(0, 0);
}
@media screen and (min-width: 768px) {
  section.about-tabensai::after {
    display: none;
  }
}
section.about-tabensai h2 {
  width: 55.4%;
  margin: 0 auto;
  margin-bottom: 4%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  section.about-tabensai h2 {
    width: 554px;
    margin-bottom: 25px;
  }
}
section.about-tabensai div.to-tabensai-btn {
  width: 80%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  section.about-tabensai div.to-tabensai-btn {
    max-width: 580px;
  }
}
section.about-tabensai div.to-tabensai-btn a {
  display: block;
  background: #cb141d;
  border: solid 3px #FFF;
  padding: 5% 0;
  border-radius: 60px;
  position: relative;
}
@media screen and (min-width: 768px) {
  section.about-tabensai div.to-tabensai-btn a {
    padding: 30px 0;
  }
  section.about-tabensai div.to-tabensai-btn a:hover {
    transition: all 0.4s;
    background: #540a00;
  }
  section.about-tabensai div.to-tabensai-btn a:hover span.arrow {
    transition: all 0.4s;
    transform: translate(25%, -50%);
  }
}
section.about-tabensai div.to-tabensai-btn a span.txt {
  display: block;
  line-height: 1em;
  width: 43%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.about-tabensai div.to-tabensai-btn a span.txt {
    width: 222px;
  }
}
section.about-tabensai div.to-tabensai-btn a span.arrow {
  display: block;
  width: 10%;
  position: absolute;
  right: 8%;
  top: 53%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  section.about-tabensai div.to-tabensai-btn a span.arrow {
    width: 32px;
    right: 30px;
  }
}
section.about-tabensai h3 {
  width: 39%;
  margin: 0 auto;
  margin-top: 8%;
  margin-bottom: 5%;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 768px) {
  section.about-tabensai h3 {
    width: 162px;
    margin-top: 30px;
    margin-bottom: 0;
  }
}
section.about-tabensai p.about-tabensai-txt {
  text-align: center;
  line-height: 2em;
  position: relative;
  z-index: 2;
}

/*section.about-tabensai*/
section.present-wrap {
  margin-top: 15%;
  background: url(../campaign-image/present-bg_sp.png) no-repeat center top;
  background-size: 100%;
  padding-top: 25%;
  padding-bottom: 35%;
  position: relative;
  z-index: 1;
}
section.present-wrap::after {
  content: " ";
  display: block;
  width: 102%;
  height: 4%;
  background: url(../campaign-image/present-bg02_sp.png) no-repeat center bottom;
  background-size: cover;
  position: absolute;
  left: 50%;
  bottom: -5px;
  transform: translate(-50%, 0);
}
@media screen and (min-width: 768px) {
  section.present-wrap::after {
    background: url(../campaign-image/present-bg02_pc.png) no-repeat center bottom;
    background-size: cover;
    width: 102%;
    height: 20%;
    z-index: -1;
  }
}
@media screen and (min-width: 768px) {
  section.present-wrap {
    background: url(../campaign-image/present-bg_pc.png) no-repeat center top;
    background-size: cover;
    margin-top: 0;
    padding-top: 25%;
    padding-bottom: 220px;
  }
}
section.present-wrap h2 {
  width: 37.2%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.present-wrap h2 {
    width: 180px;
  }
}
section.present-wrap h3 {
  width: 86%;
  margin: 0 auto;
  margin-top: 5%;
}
@media screen and (min-width: 768px) {
  section.present-wrap h3 {
    width: 80%;
    max-width: 754px;
    margin-top: 40px;
  }
}
section.present-wrap h3 span {
  display: block;
}
section.present-wrap h3 span.copy01 {
  width: 100%;
}
section.present-wrap h3 span.copy02 {
  width: 99%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.present-wrap h3 span.copy02 {
    width: 92%;
    max-width: 574px;
  }
}
section.present-wrap p.present-note {
  font-size: 0.8em;
  text-align: center;
  line-height: 1.4em;
  color: #FFF;
  margin-top: 2%;
  margin-bottom: 5%;
}
section.present-wrap div.present-list {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.present-wrap div.present-list {
    max-width: 920px;
  }
}
section.present-wrap div.present-list ul {
  /*li*/
}
@media screen and (min-width: 768px) {
  section.present-wrap div.present-list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
section.present-wrap div.present-list ul li {
  margin-bottom: 14%;
  /**/
}
@media screen and (min-width: 768px) {
  section.present-wrap div.present-list ul li {
    width: 48%;
    margin-bottom: 60px;
  }
  section.present-wrap div.present-list ul li:nth-child(2), section.present-wrap div.present-list ul li:nth-child(4) {
    margin-left: 4%;
  }
}
section.present-wrap div.present-list ul li div.present-txt-box {
  background: #FFF;
  border-radius: 60px;
  margin-top: 2%;
  padding: 3% 0 4% 0;
  position: relative;
}
section.present-wrap div.present-list ul li div.present-txt-box span.present-icon {
  display: block;
  width: 26%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}
section.present-wrap div.present-list ul li div.present-txt-box p {
  line-height: 1.4em;
  padding-left: 30%;
}
@media screen and (min-width: 768px) {
  section.present-wrap div.present-list ul li div.present-txt-box p {
    line-height: 1.3em;
  }
}
section.present-wrap div.present-list ul li div.present-txt-box p span.small-txt {
  display: inline-block;
  font-size: 0.8em;
  line-height: 1.4em;
}

div.link-btn {
  width: 80%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  div.link-btn {
    max-width: 580px;
  }
}
div.link-btn a {
  display: block;
  background: #cb141d;
  border: solid 3px #FFF;
  padding: 5% 0;
  border-radius: 60px;
  position: relative;
}
@media screen and (min-width: 768px) {
  div.link-btn a {
    padding: 20px 0;
  }
}
div.link-btn a span.txt {
  display: block;
  line-height: 1em;
  width: 43%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  div.link-btn a span.txt {
    width: 222px;
  }
}
div.link-btn a span.arrow {
  display: block;
  width: 10%;
  position: absolute;
  right: 5%;
  top: 55%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  div.link-btn a span.arrow {
    width: 32px;
    right: 30px;
  }
}
div.link-btn.campaign_btn {
  margin-top: 25%;
}
@media screen and (min-width: 768px) {
  div.link-btn.campaign_btn {
    margin-top: 0;
  }
}
div.link-btn.campaign_btn a {
  background: #ffe02b;
  padding: 8% 0;
}
@media screen and (min-width: 768px) {
  div.link-btn.campaign_btn a {
    padding: 30px 0;
    transition: all 0.4s;
  }
  div.link-btn.campaign_btn a:hover {
    background: #b0141d;
    transition: all 0.4s;
  }
  div.link-btn.campaign_btn a:hover span.txt {
    transition: all 0.4s;
    background: url(../campaign-image/btn-txt-campaign_pc_on.svg) no-repeat center center;
    background-size: contain;
  }
  div.link-btn.campaign_btn a:hover span.txt img {
    opacity: 0;
    transition: all 0.4s;
  }
  div.link-btn.campaign_btn a:hover span.arrow {
    background: url(../campaign-image/arrow-white.svg) no-repeat center top 30%;
    background-size: contain;
    transition: all 0.4s;
    transform: translate(25%, -50%);
  }
  div.link-btn.campaign_btn a:hover span.arrow img {
    opacity: 0;
    transition: all 0.4s;
  }
}
div.link-btn.campaign_btn a span.txt {
  width: 64%;
}
@media screen and (min-width: 768px) {
  div.link-btn.campaign_btn a span.txt {
    width: 238px;
    transition: all 0.4s;
  }
}
@media screen and (min-width: 768px) {
  div.link-btn.campaign_btn a span.arrow {
    height: 25px;
    background: url(../campaign-image/arrow-white.svg) no-repeat center center;
    background-size: contain;
    transition: all 0.4s;
  }
}
div.link-btn.campaign_btn02 {
  margin-top: 25%;
}
@media screen and (min-width: 768px) {
  div.link-btn.campaign_btn02 {
    margin-top: 70px;
  }
}
div.link-btn.campaign_btn02 a {
  background: #b0141d;
  padding: 8% 0;
}
@media screen and (min-width: 768px) {
  div.link-btn.campaign_btn02 a {
    padding: 30px 0;
    /**/
  }
  div.link-btn.campaign_btn02 a:hover {
    background: #ffe02b;
    transition: all 0.4s;
    /**/
  }
  div.link-btn.campaign_btn02 a:hover span.txt {
    transition: all 0.4s;
    background: url(../campaign-image/btn-txt-campaign02_pc_on.svg) no-repeat center center;
    background-size: contain;
  }
  div.link-btn.campaign_btn02 a:hover span.txt img {
    opacity: 0;
    transition: all 0.4s;
  }
  div.link-btn.campaign_btn02 a:hover span.arrow {
    background: url(../campaign-image/arrow-red.svg) no-repeat center center;
    background-size: contain;
    transition: all 0.4s;
    transform: translate(25%, -50%);
  }
  div.link-btn.campaign_btn02 a:hover span.arrow img {
    opacity: 0;
    transition: all 0.4s;
  }
}
div.link-btn.campaign_btn02 a span.txt {
  width: 64%;
}
@media screen and (min-width: 768px) {
  div.link-btn.campaign_btn02 a span.txt {
    width: 238px;
    transition: all 0.4s;
  }
}
@media screen and (min-width: 768px) {
  div.link-btn.campaign_btn02 a span.arrow {
    height: 25px;
    background: url(../campaign-image/arrow-white.svg) no-repeat center center;
    background-size: contain;
    transition: all 0.4s;
  }
}
div.link-btn.tabensai_btn a {
  background: #FFF;
  padding: 8% 0;
  /**/
}
@media screen and (min-width: 768px) {
  div.link-btn.tabensai_btn a {
    padding: 30px 0;
    transition: all 0.4s;
  }
  div.link-btn.tabensai_btn a:hover {
    background: #540a00;
    transition: all 0.4s;
  }
  div.link-btn.tabensai_btn a:hover span.txt {
    background: url(../campaign-image/btn-txt-tabensai02_pc_on.svg) no-repeat center center;
    background-size: contain;
    transition: all 0.4s;
  }
  div.link-btn.tabensai_btn a:hover span.txt img {
    opacity: 0;
    transition: all 0.4s;
  }
  div.link-btn.tabensai_btn a:hover span.arrow {
    background: url(../campaign-image/arrow-white.svg) no-repeat center center;
    background-size: contain;
    transition: all 0.4s;
    transform: translate(25%, -50%);
  }
  div.link-btn.tabensai_btn a:hover span.arrow img {
    opacity: 0;
    transition: all 0.4s;
  }
}
div.link-btn.tabensai_btn a span.txt {
  width: 64%;
}
@media screen and (min-width: 768px) {
  div.link-btn.tabensai_btn a span.txt {
    width: 240px;
  }
}
@media screen and (min-width: 768px) {
  div.link-btn.tabensai_btn a span.arrow {
    height: 25px;
    background: url(../campaign-image/arrow-white.svg) no-repeat center center;
    background-size: contain;
    transition: all 0.4s;
  }
}
div.link-btn.tabensai_btn02 a {
  background: #d8c7ab;
  padding: 8% 0;
}
@media screen and (min-width: 768px) {
  div.link-btn.tabensai_btn02 a {
    padding: 30px 0;
  }
  div.link-btn.tabensai_btn02 a:hover {
    background: #540a00;
    transition: all 0.4s;
  }
  div.link-btn.tabensai_btn02 a:hover span.txt {
    background: url(../campaign-image/btn-txt-tabensai02_pc_on.svg) no-repeat center center;
    background-size: contain;
    transition: all 0.4s;
  }
  div.link-btn.tabensai_btn02 a:hover span.txt img {
    opacity: 0;
    transition: all 0.4s;
  }
  div.link-btn.tabensai_btn02 a:hover span.arrow {
    background: url(../campaign-image/arrow-white.svg) no-repeat center center;
    background-size: contain;
    transition: all 0.4s;
    transform: translate(25%, -50%);
  }
  div.link-btn.tabensai_btn02 a:hover span.arrow img {
    opacity: 0;
    transition: all 0.4s;
  }
}
div.link-btn.tabensai_btn02 a span.txt {
  width: 64%;
}
@media screen and (min-width: 768px) {
  div.link-btn.tabensai_btn02 a span.txt {
    width: 240px;
  }
}
@media screen and (min-width: 768px) {
  div.link-btn.tabensai_btn02 a span.arrow {
    height: 25px;
    background: url(../campaign-image/arrow-white.svg) no-repeat center center;
    background-size: contain;
    transition: all 0.4s;
  }
}

/*to-tabensai-btn*/
p.serch-copy {
  width: 52.8%;
  margin: 0 auto;
  margin-top: 10%;
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  p.serch-copy {
    width: 80%;
    max-width: 545px;
    margin-top: 60px;
    margin-bottom: 30px;
  }
}

section.howto-wrap {
  position: relative;
  /**/
}
@media screen and (min-width: 768px) {
  section.howto-wrap {
    padding-top: 70px;
  }
}
section.howto-wrap span.howto-bg01 {
  display: block;
  width: 91%;
  position: absolute;
  right: 0;
  top: 1%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  section.howto-wrap span.howto-bg01 {
    width: 44.8%;
    transform: translate(20%, 0);
  }
}
@media screen and (min-width: 1280px) {
  section.howto-wrap span.howto-bg01 {
    width: 44.8%;
    transform: translate(0, 0);
  }
}
section.howto-wrap span.howto-bg02 {
  display: block;
  width: 91%;
  position: absolute;
  left: 0;
  bottom: 44%;
  z-index: -1;
}
@media screen and (min-width: 768px) {
  section.howto-wrap span.howto-bg02 {
    width: 54%;
    left: 0;
    bottom: auto;
    top: 25%;
    transform: translate(-20%, 0);
  }
}
@media screen and (min-width: 1280px) {
  section.howto-wrap span.howto-bg02 {
    width: 48.4%;
    transform: translate(0%, 0);
  }
}
section.howto-wrap h2 {
  width: 46%;
  margin: 0 auto;
  margin-bottom: 6%;
}
@media screen and (min-width: 768px) {
  section.howto-wrap h2 {
    width: 180px;
    margin-bottom: 60px;
  }
}
section.howto-wrap h3 {
  font-size: 1.4em;
  text-align: center;
  color: #333;
  margin-top: 15%;
  margin-bottom: 6%;
}
@media screen and (min-width: 768px) {
  section.howto-wrap h3 {
    margin-top: 60px;
    margin-bottom: 30px;
  }
}
section.howto-wrap p.how-txt01 {
  width: 58%;
  margin: 0 auto;
  margin-bottom: 8%;
}
@media screen and (min-width: 768px) {
  section.howto-wrap p.how-txt01 {
    max-width: 466px;
    margin-bottom: 70px;
  }
}
section.howto-wrap p.txt-search {
  width: 52.8%;
  margin: 0 auto;
  margin-top: 10%;
  margin-bottom: 4%;
}
@media screen and (min-width: 768px) {
  section.howto-wrap p.txt-search {
    width: 80%;
    max-width: 542px;
    margin-top: 60px;
    margin-bottom: 20px;
  }
}
section.howto-wrap div.howto-step {
  width: 58.6%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  section.howto-wrap div.howto-step {
    width: 94%;
    max-width: 1100px;
  }
}
@media screen and (min-width: 768px) {
  section.howto-wrap div.howto-step ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.howto-wrap div.howto-step ul li {
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  section.howto-wrap div.howto-step ul li {
    width: 32%;
    margin-bottom: 0;
  }
}
section.howto-wrap div.kiyaku-box {
  width: 82%;
  padding: 5% 5%;
  margin: 0 auto;
  box-sizing: border-box;
  background: #FFF;
  border: solid 2px #f2f2f2;
  border-radius: 20px;
}
@media screen and (min-width: 768px) {
  section.howto-wrap div.kiyaku-box {
    padding: 30px;
  }
}
section.howto-wrap div.kiyaku-box div.kiyaku-inner {
  overflow-y: scroll;
  height: 300px;
  padding-right: 1em;
  font-weight: 500;
}
section.howto-wrap div.kiyaku-box p {
  text-align: justify;
  word-break: break-all;
  color: #333;
  margin-bottom: 1em;
}
section.howto-wrap div.kiyaku-box p a {
  text-decoration: underline;
  color: #540a00;
}
section.howto-wrap div.kiyaku-box ul li {
  text-align: justify;
  text-indent: -1em;
  margin-left: 1em;
  word-break: break-all;
  color: #333;
  margin-bottom: 0.6em;
}
section.howto-wrap div.kiyaku-box ul li a {
  text-decoration: underline;
  color: #540a00;
}

/**/
footer {
  background: #540a00;
  color: #FFF;
  box-sizing: border-box;
  margin-top: 25%;
  padding: 12% 0;
  /*div.ft-link-box{*/
}
@media screen and (min-width: 768px) {
  footer {
    margin-top: 160px;
    padding: 100px 0;
  }
}
footer div.ft-link-box {
  width: 80%;
  margin: 0 auto;
  /*a{*/
}
@media screen and (min-width: 768px) {
  footer div.ft-link-box {
    max-width: 250px;
  }
}
footer div.ft-link-box a {
  display: block;
  border: solid 3px #FFF;
  padding: 10% 0;
  border-radius: 60px;
  position: relative;
}
@media screen and (min-width: 768px) {
  footer div.ft-link-box a {
    padding: 30px 0;
  }
  footer div.ft-link-box a:hover {
    background: #FFF;
    transition: all 0.4s;
  }
  footer div.ft-link-box a:hover span.txt {
    transition: all 0.4s;
    background: url(../campaign-image/ft-toiawase-txt_pc_on.svg) no-repeat center center;
    background-size: contain;
  }
  footer div.ft-link-box a:hover span.txt img {
    opacity: 0;
    transition: all 0.4s;
  }
  footer div.ft-link-box a:hover span.arrow {
    background: url(../campaign-image/arrow-brown.svg) no-repeat center top 30%;
    background-size: contain;
    transition: all 0.4s;
    transform: translate(25%, -50%);
  }
  footer div.ft-link-box a:hover span.arrow img {
    opacity: 0;
    transition: all 0.4s;
  }
}
footer div.ft-link-box a span.txt {
  display: block;
  line-height: 1em;
  width: 43%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  footer div.ft-link-box a span.txt {
    width: 105px;
    margin: 0;
    margin-left: 50px;
  }
}
footer div.ft-link-box a span.arrow {
  display: block;
  width: 10%;
  position: absolute;
  right: 5%;
  top: 55%;
  transform: translate(0, -50%);
}
@media screen and (min-width: 768px) {
  footer div.ft-link-box a span.arrow {
    width: 32px;
    right: 30px;
    height: 25px;
    background: url(../campaign-image/arrow-white.svg) no-repeat center top 30%;
    background-size: contain;
    transform: translate(0%, -50%);
    transition: all 0.4s;
  }
}
footer div.ft-inner {
  margin-top: 10%;
}
@media screen and (min-width: 768px) {
  footer div.ft-inner {
    margin-top: 50px;
  }
}
footer div.ft-inner p {
  color: #FFF;
  text-align: center;
  margin-bottom: 5%;
}
@media screen and (min-width: 768px) {
  footer div.ft-inner p {
    margin-bottom: 25px;
  }
}
footer div.ft-inner p a {
  display: block;
  color: #FFF;
  margin-top: 10%;
}
@media screen and (min-width: 768px) {
  footer div.ft-inner p a {
    margin-top: 50px;
  }
}

/* スクロールバー全体 */
::-webkit-scrollbar {
  width: 8px;
}

/* 背景 */
::-webkit-scrollbar-track {
  background: #f2f2f2;
}

/* つまみ */
::-webkit-scrollbar-thumb {
  background: #b4b4b4;
  border-radius: 4px;
}

div.fix-btn {
  position: fixed;
  width: 34.6%;
  right: 5%;
  bottom: 3%;
  z-index: 5;
  animation: fixbtnfadeup 0.4s 1s ease-in-out forwards, fixbtnscaleani 6s 2s ease-in-out infinite;
  opacity: 0;
  transform: translate(0, 100%) scale(0);
}
@media screen and (min-width: 768px) {
  div.fix-btn {
    max-width: 186px;
  }
}

@keyframes fixbtnfadeup {
  0% {
    opacity: 0;
    transform: translate(0, 100%);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0%) scale(1);
  }
}
@keyframes fixbtnscaleani {
  0% {
    transform: translate(0, 0%) scale(1);
  }
  10% {
    transform: translate(0, 0%) scale(1.125);
  }
  13% {
    transform: translate(0, 0%) scale(1);
  }
  16% {
    transform: translate(0, 0%) scale(1.125);
  }
  19% {
    transform: translate(0, 0%) scale(1);
  }
  21% {
    transform: translate(0, 0%) scale(1.125);
  }
  24% {
    transform: translate(0, 0%) scale(1);
  }
  27% {
    transform: translate(0, 0%) scale(1.125);
  }
  30% {
    transform: translate(0, 0%) scale(1);
  }
  100% {
    opacity: 1;
    transform: translate(0, 0%) scale(1);
  }
}
div.news-wrap {
  perspective: 800px;
}
div.news-wrap h2 {
  opacity: 0;
}
div.news-wrap h2ani {
  opacity: 0;
}
div.news-wrap h2.animation {
  animation: spinY 0.8s ease-in-out forwards;
}

section.howto-wrap h2,
section.present-wrap h2,
div.about-cont h2 {
  opacity: 0;
}
section.howto-wrap h2ani,
section.present-wrap h2ani,
div.about-cont h2ani {
  opacity: 0;
}
section.howto-wrap h2.animation,
section.present-wrap h2.animation,
div.about-cont h2.animation {
  animation: spinY 0.8s ease-in-out forwards;
}

@keyframes spinY {
  from {
    opacity: 0;
    transform: rotateY(120deg);
  }
  to {
    opacity: 1;
    transform: rotateY(360deg);
  }
}
div.link-btn.campaign_btn02.ani,
div.link-btn.campaign_btn.ani {
  opacity: 0;
  transform: scale(0);
}
div.link-btn.campaign_btn02.animation,
div.link-btn.campaign_btn.animation {
  animation: scaleUp 0.8s ease-in-out forwards;
}

@keyframes scaleUp {
  0% {
    transform: scale(0);
    opacity: 0; /* おすすめ */
  }
  75% {
    transform: scale(1.125);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
span.illust01.ani {
  opacity: 0;
  transition: all 0.4s;
  transform: translate(50%, -50%);
}
span.illust01.animation {
  opacity: 1;
  transition: all 0.4s;
  transform: translate(0%, 0%);
}

span.illust02.ani img {
  opacity: 0;
  transition: all 0.6s;
  transform: translate(-50%, -50%);
}
span.illust02.animation img {
  opacity: 1;
  transition: all 0.7s;
  transform: translate(0%, 0%);
}

span.illust03.ani {
  opacity: 0;
  transition: all 0.4s;
  transform: translate(-50%, 50%);
}
span.illust03.animation {
  opacity: 1;
  transition: all 0.6s;
  transform: translate(0%, 0%);
}

span.illust04.ani {
  opacity: 0;
  transition: all 0.4s;
  transform: translate(50%, 50%);
}
span.illust04.animation {
  opacity: 1;
  transition: all 0.6s;
  transform: translate(0%, 0%);
}

section.howto-wrap div.howto-step ul li.ani,
section.howto-wrap p.how-txt01.ani,
section.present-wrap div.present-list ul li div.present-img.ani,
section.present-wrap h3.ani,
section.sec-about p.about-txt.ani,
section.sec-about h3.ani {
  opacity: 0;
}
section.howto-wrap div.howto-step ul li.animation,
section.howto-wrap p.how-txt01.animation,
section.present-wrap div.present-list ul li div.present-img.animation,
section.present-wrap h3.animation,
section.sec-about p.about-txt.animation,
section.sec-about h3.animation {
  animation: fadeUp 0.6s 0.2s ease-out forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}/*# sourceMappingURL=campaign.css.map */