@charset "UTF-8";
body {
  font-feature-settings: "palt";
  letter-spacing: 0.05em;
  line-height: 0;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  background-color: #fff;
  box-sizing: border-box;
  color: #000;
  font-family: "Helvetica Neue", "Helvetica", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
  overflow-x: hidden; }

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

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

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after {
  content: '';
  content: none; }

q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

input {
  -webkit-appearance: none;
  appearance: none; }

.clrfx::after {
  content: "";
  display: block;
  clear: both; }

p {
  margin: 0;
  line-height: 0;
  letter-spacing: 0.1em; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

table {
  border-spacing: 0;
  border-collapse: separate; }

caption, th {
  text-align: left; }

q:before, q:after {
  content: ''; }

object, embed {
  vertical-align: top; }

legend {
  display: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  margin: 0;
  line-height: 0; }

img, abbr, acronym, fieldset {
  border: 0; }

img {
  width: 100%;
  height: auto; }

a {
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  transition: .3s;
  letter-spacing: 0.05em; }
  a:hover {
    opacity: 0.65; }

*:focus {
  outline: none; }

/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
ANIMATION
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.js-In {
  opacity: 0;
  transition: .5s; }
  .js-In.is-inview {
    opacity: 1; }
  .js-In.js-scale {
    transform: scale(0.75); }
    .js-In.js-scale.is-inview {
      transform: scale(1); }
  .js-In.js-bounse.is-inview {
    animation: bounce;
    animation-delay: .3s;
    animation-duration: 1s; }
  .js-In.js-left {
    transform: translateX(-100px); }
    .js-In.js-left.is-inview {
      transform: translateX(0); }
  .js-In.js-Up {
    transform: translateY(30px); }
    .js-In.js-Up.is-inview {
      transform: translateY(0); }
  .js-In.js-Heart.is-inview {
    animation: heartMini;
    animation-duration: .75s; }
  .js-In.gourmet_h4.is-inview:before {
    animation: heartMini;
    animation-duration: 1s; }

@keyframes bounce {
  0% {
    transform: scale(1, 1) translate(0%, 0%); }
  30% {
    transform: scale(1.1, 0.9) translate(0%, 0%); }
  40% {
    transform: scale(1, 1) translate(0%, 0%); }
  50% {
    transform: scale(0.95, 1.05) translate(0%, -10%); }
  60% {
    transform: scale(1, 1) translate(0%, -20%); }
  100% {
    transform: scale(1, 1) translate(0%, 0%); } }
@keyframes heartMini {
  0% {
    transform: scale(1); }
  25% {
    transform: scale(1.1); }
  50% {
    transform: scale(1); }
  75% {
    transform: scale(1.1); }
  100% {
    transform: scale(1); } }
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
LOADING
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#kumamon__fv .fv_wrap {
  opacity: 0;
  overflow: hidden; }
  #kumamon__fv .fv_wrap .fv_heart {
    opacity: 0; }
  #kumamon__fv .fv_wrap .fv_ttl {
    opacity: 0; }
  #kumamon__fv .fv_wrap .fv_kuma {
    opacity: 0; }
  #kumamon__fv .fv_wrap .kuma_copyright {
    opacity: 0; }
#kumamon__fv.appear .fv_wrap {
  animation: fvBg .75s forwards; }
#kumamon__fv.appear .fv_heart {
  animation: fvHeart .75s forwards .5s; }
#kumamon__fv.appear .fv_kuma {
  animation: fvKuma .75s forwards 1.25s; }
#kumamon__fv.appear .fv_ttl, #kumamon__fv.appear .kuma_copyright {
  animation: fvTtl .3s forwards 1.3s; }

@keyframes fvBg {
  0% {
    opacity: 0;
    transform: scale(0.95); }
  50% {
    opacity: 1; }
  100% {
    opacity: 1;
    transform: scale(1); } }
@keyframes fvHeart {
  0% {
    transform: scale(1);
    opacity: 0; }
  10% {
    opacity: 1; }
  20% {
    transform: scale(1); }
  40% {
    transform: scale(1.03); }
  60% {
    transform: scale(0.95); }
  80% {
    transform: scale(1.03); }
  100% {
    transform: scale(1);
    opacity: 1; } }
@keyframes fvKuma {
  0% {
    opacity: 0;
    transform: scale(1, 1) translate(0%, 0%); }
  5% {
    opacity: 1; }
  30% {
    transform: scale(1.05, 1) translate(0%, 10%); }
  40% {
    transform: scale(1, 1) translate(0%, 10%); }
  50% {
    transform: scale(0.95, 1) translate(0%, 10%); }
  60% {
    transform: scale(1, 1) translate(0%, 10%); }
  100% {
    opacity: 1;
    transform: scale(1, 1) translate(0%, 0%); } }
@keyframes fvTtl {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
COMMON
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.pc700 {
  display: block; }

.sp700 {
  display: none; }

.pc500 {
  display: block; }

span.pc500 {
  display: inline; }

.sp500 {
  display: none; }

@media screen and (max-width: 700px) {
  .pc700 {
    display: none; }

  .sp700 {
    display: block; } }
@media screen and (max-width: 500px) {
  .pc500 {
    display: none; }

  span.pc500 {
    display: none; }

  .sp500 {
    display: block; } }
.kumamoto_h3_wrap {
  position: relative;
  border-bottom: 16px solid #000; }
  .kumamoto_h3_wrap:before {
    content: "";
    background-image: url(../img/ttl_bg.png);
    height: 100px;
    width: 62vw;
    min-width: 700px;
    background-position: top right;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1; }
  .kumamoto_h3_wrap .kumamoto_h3 {
    max-width: 1000px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    position: relative;
    height: 100px;
    padding: 0 50px; }
    .kumamoto_h3_wrap .kumamoto_h3 .ttl {
      height: 60px; }
      .kumamoto_h3_wrap .kumamoto_h3 .ttl img {
        height: 100%;
        width: auto;
        margin-top: 20px; }
    .kumamoto_h3_wrap .kumamoto_h3 .kuma {
      width: 13vw;
      max-width: 160px;
      position: absolute;
      right: 15vw;
      bottom: -15px; }
    .kumamoto_h3_wrap .kumamoto_h3 .en {
      position: absolute;
      bottom: 10px;
      width: 13vw;
      right: 30px; }

@media screen and (max-width: 1000px) {
  .kumamoto_h3_wrap {
    border-bottom: 8px solid #000;
    height: 80px; }
    .kumamoto_h3_wrap:before {
      width: 80vw;
      max-width: 600px;
      min-width: 460px;
      height: 80px; }
    .kumamoto_h3_wrap .kumamoto_h3 {
      height: 80px; }
      .kumamoto_h3_wrap .kumamoto_h3 .ttl {
        height: 40px; }
        .kumamoto_h3_wrap .kumamoto_h3 .ttl img {
          margin-top: 20px; }
      .kumamoto_h3_wrap .kumamoto_h3 .kuma {
        right: 2vw;
        bottom: -5px; }
      .kumamoto_h3_wrap .kumamoto_h3 .en {
        bottom: -50px; } }
@media screen and (max-width: 500px) {
  .kumamoto_h3_wrap {
    height: auto; }
    .kumamoto_h3_wrap:before {
      content: none; }
    .kumamoto_h3_wrap .kumamoto_h3 {
      height: auto;
      padding: 0; }
      .kumamoto_h3_wrap .kumamoto_h3 .ttl {
        height: auto;
        width: 65vw; }
        .kumamoto_h3_wrap .kumamoto_h3 .ttl img {
          width: 100%;
          height: auto; }
      .kumamoto_h3_wrap .kumamoto_h3 .kuma {
        width: 30vw; }
      .kumamoto_h3_wrap .kumamoto_h3 .en {
        width: 100px;
        bottom: -30px;
        right: 15px; } }
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
FV
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#kumamon__fv {
  padding: 50px; }
  #kumamon__fv .fv_wrap {
    background-color: #e60000;
    height: 600px;
    max-width: 1250px;
    margin: 0 auto;
    position: relative; }
  #kumamon__fv .fv_heart {
    width: 70%;
    max-width: 500px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: 50px auto; }
  #kumamon__fv .fv_ttl {
    width: 32%;
    max-width: 320px;
    position: absolute;
    left: 40px;
    bottom: 40px; }
  #kumamon__fv .fv_kuma {
    width: 40%;
    max-width: 380px;
    position: absolute;
    right: 50px;
    bottom: 0; }
  #kumamon__fv .kuma_copyright {
    width: 85px;
    position: absolute;
    bottom: 15px;
    right: 15px; }

@media screen and (max-width: 700px) {
  #kumamon__fv {
    padding: 15px;
    height: auto; }
    #kumamon__fv .fv_wrap {
      height: auto;
      min-height: auto; }
    #kumamon__fv .fv_heart {
      position: relative;
      padding: 50px 0 0;
      margin: 0 auto; }
    #kumamon__fv .fv_ttl {
      position: relative;
      width: 80%;
      max-width: 500px;
      margin: 0 auto;
      bottom: auto;
      left: auto; }
    #kumamon__fv .fv_kuma {
      position: relative;
      right: auto;
      bottom: auto;
      margin: 0 auto;
      width: 50%; }
    #kumamon__fv .kuma_copyright {
      width: 70px;
      bottom: 10px;
      right: 10px; } }
@media screen and (max-width: 500px) {
  #kumamon__fv .fv_heart {
    width: 86%;
    padding: 25px 0 0; }
  #kumamon__fv .fv_ttl {
    width: 85%; }
  #kumamon__fv .fv_kuma {
    min-width: 250px;
    width: 72%; } }
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
LEAD
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#kumamon__lead {
  margin: 140px 0 200px;
  padding: 0 50px; }
  #kumamon__lead .lead_main {
    max-width: 750px;
    margin: 0 auto; }
  #kumamon__lead .lead_body {
    width: 75%;
    max-width: 560px;
    margin: 65px auto; }

@media screen and (max-width: 500px) {
  #kumamon__lead {
    margin: 70px 0 90px;
    padding: 0 20px; }
    #kumamon__lead .lead_main {
      width: 65%; }
    #kumamon__lead .lead_body {
      width: 90%;
      margin: 40px auto; } }
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
MAJOR
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#kumamon__major .operation {
  max-width: 1000px;
  margin: 100px auto;
  padding: 0 25px; }
  #kumamon__major .operation .operation_ttl {
    display: flex; }
    #kumamon__major .operation .operation_ttl .ttl_icon {
      background-image: url(../img/heart.png);
      background-size: cover;
      position: relative;
      width: 180px;
      height: 156px; }
      #kumamon__major .operation .operation_ttl .ttl_icon img {
        height: 35px;
        width: auto;
        position: absolute;
        left: 40px;
        top: 50px; }
    #kumamon__major .operation .operation_ttl .oparation_body {
      margin-top: 40px;
      margin-left: 30px; }
  #kumamon__major .operation .operation_contents {
    max-width: 860px;
    margin: 55px auto; }
#kumamon__major #operation_1 .operation_ttl .oparation_body {
  width: 628px; }
#kumamon__major #operation_1 .movie_wrap .slide {
  background-color: #e60000;
  padding: 10px 0;
  overflow: hidden;
  display: flex; }
  #kumamon__major #operation_1 .movie_wrap .slide img {
    height: 46px;
    width: auto; }
#kumamon__major #operation_1 .movie_wrap .slide_left img {
  animation: flowing 20s linear infinite; }
#kumamon__major #operation_1 .movie_wrap .slide_right img {
  animation: flowing 20s linear reverse infinite; }
@keyframes flowing {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-100%); } }
#kumamon__major #operation_1 .movie_wrap .movie video {
  width: 100%; }
#kumamon__major #operation_2 .operation_ttl .oparation_body {
  width: 627px; }
#kumamon__major #operation_2 a {
  margin-top: 16px;
  width: 365px; }
#kumamon__major #operation_2 .contents_2 {
  margin-top: 70px; }
#kumamon__major #operation_3 .operation_ttl .oparation_body {
  width: 690px;
  margin-top: 0; }
#kumamon__major #operation_4 .operation_ttl .oparation_body {
  width: 677px; }
#kumamon__major #operation_4 .operation_contents .entry_ttl {
  width: 100%;
  background-color: #e60000;
  margin-bottom: 40px; }
  #kumamon__major #operation_4 .operation_contents .entry_ttl img {
    height: 32px;
    width: auto;
    width: 200px;
    padding: 10px;
    margin: 0 auto;
    display: block; }
#kumamon__major #operation_4 .operation_contents .entry {
  margin-top: 70px; }
  #kumamon__major #operation_4 .operation_contents .entry .entry_steps {
    display: flex;
    justify-content: space-between; }
    #kumamon__major #operation_4 .operation_contents .entry .entry_steps .step1 {
      width: 52.5%; }
    #kumamon__major #operation_4 .operation_contents .entry .entry_steps .arrow {
      width: 1.3%; }
    #kumamon__major #operation_4 .operation_contents .entry .entry_steps .step2 {
      width: 35%; }
  #kumamon__major #operation_4 .operation_contents .entry .entry_terms {
    margin-top: 10px; }
#kumamon__major #operation_4 .operation_contents .note {
  font-size: 11px;
  transform-origin: top left;
  line-height: 1.5;
  text-align: center;
  margin-top: 50px; }
  #kumamon__major #operation_4 .operation_contents .note a {
    color: #000;
    text-decoration: underline; }

@media screen and (max-width: 950px) {
  #kumamon__major .operation .operation_ttl .ttl_icon {
    width: 120px;
    height: 104px; }
    #kumamon__major .operation .operation_ttl .ttl_icon img {
      height: 25px;
      left: 26px;
      top: 35px; }
  #kumamon__major .operation .operation_ttl .oparation_body {
    margin-top: 10px;
    margin-left: 20px;
    max-width: 100%; }
  #kumamon__major #operation_1 .operation_ttl .oparation_body {
    width: 375px; }
  #kumamon__major #operation_2 .operation_ttl .oparation_body {
    width: 471px; }
  #kumamon__major #operation_3 .operation_ttl .oparation_body {
    width: 520px; }
  #kumamon__major #operation_4 .operation_ttl .oparation_body {
    width: 507px; } }
@media screen and (max-width: 700px) {
  #kumamon__major .operation .operation_ttl {
    display: block; }
    #kumamon__major .operation .operation_ttl .oparation_body {
      margin-top: 20px;
      margin-left: 0; }
  #kumamon__major #operation_3 .operation_ttl .oparation_body {
    margin-top: 20px; } }
@media screen and (max-width: 500px) {
  #kumamon__major .operation {
    padding: 0 20px;
    margin: 80px 0; }
    #kumamon__major .operation .operation_ttl .ttl_icon {
      margin: 0 auto; }
    #kumamon__major .operation .operation_ttl .oparation_body {
      margin: 20px auto 0; }
  #kumamon__major #operation_1 .operation_ttl .oparation_body {
    width: 300px; }
  #kumamon__major #operation_1 .movie_wrap .slide img {
    height: 18px; }
  #kumamon__major #operation_2 .operation_ttl .oparation_body {
    width: 300px; }
  #kumamon__major #operation_2 a {
    width: 290px; }
  #kumamon__major #operation_2 .contents_2 {
    margin-top: 40px; }
  #kumamon__major #operation_3 .operation_ttl .oparation_body {
    width: 310px; }
  #kumamon__major #operation_4 .operation_ttl .oparation_body {
    width: 324px; }
  #kumamon__major #operation_4 .operation_contents .entry_ttl img {
    height: 25px; }
  #kumamon__major #operation_4 .operation_contents .entry .entry_steps {
    display: block; }
    #kumamon__major #operation_4 .operation_contents .entry .entry_steps .step1, #kumamon__major #operation_4 .operation_contents .entry .entry_steps .step2 {
      width: 100%; }
    #kumamon__major #operation_4 .operation_contents .entry .entry_steps .arrow {
      width: 100%;
      margin: 20px 0; }
  #kumamon__major #operation_4 .operation_contents .note {
    text-align: left;
    font-size: 10px; } }
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
GOURMET
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
#kumamon__gourmet .kumamoto_h3_wrap .kumamoto_h3 .kuma {
  width: 9vw;
  right: 16vw; }

@media screen and (max-width: 1000px) {
  #kumamon__gourmet .kumamoto_h3_wrap .kumamoto_h3 .kuma {
    right: 2vw; } }
@media screen and (max-width: 500px) {
  #kumamon__gourmet .kumamoto_h3_wrap .kumamoto_h3 .kuma {
    width: 24vw; }

  #kumamon__gourmet .kumamoto_h3_wrap .kumamoto_h3 .en {
    width: 175px;
    right: 15px; } }
#kumamon__gourmet {
  margin-top: 260px; }
  #kumamon__gourmet .kumamoto_h3_wrap {
    margin-bottom: 150px; }
  #kumamon__gourmet .gourmet_contents {
    padding: 0 25px;
    box-sizing: border-box; }
    #kumamon__gourmet .gourmet_contents .gourmet_h4 {
      max-width: 1000px;
      margin: 0 auto;
      position: relative;
      padding-left: 115px;
      box-sizing: border-box;
      margin-top: 100px;
      margin-bottom: 60px; }
      #kumamon__gourmet .gourmet_contents .gourmet_h4::before {
        content: "";
        width: 100px;
        height: 86px;
        background-image: url(../img/heart.png);
        background-size: cover;
        position: absolute;
        left: 0;
        top: -20px; }
      #kumamon__gourmet .gourmet_contents .gourmet_h4 img {
        height: 40px;
        width: auto; }
    #kumamon__gourmet .gourmet_contents ul {
      max-width: 860px;
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap; }
      #kumamon__gourmet .gourmet_contents ul li {
        width: 30%;
        margin: 0 1.65%;
        margin-bottom: 30px; }

@media screen and (max-width: 700px) {
  #kumamon__gourmet .gourmet_contents .gourmet_h4 {
    padding-left: 90px; }
    #kumamon__gourmet .gourmet_contents .gourmet_h4:before {
      width: 80px;
      height: 69px; }
    #kumamon__gourmet .gourmet_contents .gourmet_h4 img {
      height: 35px; }
  #kumamon__gourmet .gourmet_contents ul li {
    width: 45%;
    margin: 0 2.5% 20px; } }
@media screen and (max-width: 500px) {
  #kumamon__gourmet {
    margin-top: 120px; }
    #kumamon__gourmet .kumamoto_h3_wrap {
      margin-bottom: 80px; }
    #kumamon__gourmet .gourmet_contents {
      padding: 0 15px; }
      #kumamon__gourmet .gourmet_contents .gourmet_h4 {
        padding-left: 55px;
        margin-top: 50px;
        margin-bottom: 30px; }
        #kumamon__gourmet .gourmet_contents .gourmet_h4::before {
          width: 48px;
          height: 41px;
          top: -10px; }
        #kumamon__gourmet .gourmet_contents .gourmet_h4 img {
          height: 20px; } }
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
FOOTER
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
footer {
  margin-top: 300px;
  background-color: #dcdcdc; }
  footer .footer_links {
    border-top: 16px solid #000;
    padding: 70px 0 90px; }
    footer .footer_links .footer_ttl {
      margin: 0 auto 50px;
      width: 90%; }
    footer .footer_links .footer_cta {
      max-width: 860px;
      margin: 0 auto;
      display: flex;
      justify-content: space-around; }
      footer .footer_links .footer_cta li {
        width: 45%; }
        footer .footer_links .footer_cta li p {
          margin-bottom: 15px; }
        footer .footer_links .footer_cta li:first-child p {
          width: 70%; }
        footer .footer_links .footer_cta li:last-child p {
          width: 91%; }
        footer .footer_links .footer_cta li a {
          overflow: hidden;
          position: relative;
          display: block; }
          footer .footer_links .footer_cta li a:before {
            content: "";
            display: block;
            padding-top: 33%;
            /*ここには横幅に対して縦が何%になるかを記述*/ }
          footer .footer_links .footer_cta li a img {
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 0;
            transition: 0.3s;
            display: block;
            width: 100%; }
          footer .footer_links .footer_cta li a:hover {
            opacity: 1; }
            footer .footer_links .footer_cta li a:hover img {
              transform: scale(1.1); }
  footer #footer_a .footer_ttl {
    max-width: 580px;
    width: 90%; }
  footer #footer_b .footer_ttl {
    max-width: 535px;
    width: 90%; }
  footer #footer {
    background-color: #fff;
    padding: 75px 0;
    text-align: center; }
    footer #footer .footer_logo {
      width: 150px;
      margin: 0 auto; }
    footer #footer .address {
      font-size: 13px;
      margin-top: 45px;
      transform: scale(0.9, 1);
      line-height: 1.65; }
    footer #footer .copyright {
      font-size: 10px;
      margin-top: 80px;
      letter-spacing: 0;
      line-height: 1; }

@media screen and (max-width: 500px) {
  footer {
    margin-top: 120px; }
    footer .footer_links .footer_cta {
      display: block;
      padding: 0 38px; }
      footer .footer_links .footer_cta li {
        width: 100%; }
        footer .footer_links .footer_cta li p {
          margin-bottom: 10px; }
        footer .footer_links .footer_cta li:first-child {
          margin-bottom: 30px; }
        footer .footer_links .footer_cta li a:before {
          content: none; }
        footer .footer_links .footer_cta li a img {
          position: relative; }
        footer .footer_links .footer_cta li a:hover {
          opacity: 1; }
          footer .footer_links .footer_cta li a:hover img {
            transform: scale(1); }
    footer #footer_a .footer_ttl {
      width: 75%; }
    footer #footer_b .footer_ttl {
      width: 70%; }
    footer #footer {
      padding: 60px 0 30px; }
      footer #footer .footer_logo {
        width: 90px; }
      footer #footer .address {
        margin-top: 30px; }
      footer #footer .copyright {
        margin-top: 60px; } }
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
MODAL
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.p-modal--btn {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
  position: relative; }
  .p-modal--btn:before {
    width: 20px;
    height: 20px;
    content: "";
    background-image: url(../img/plus.png);
    background-size: contain;
    position: absolute;
    bottom: 10%;
    right: 3%;
    transition: .2s; }
  .p-modal--btn:hover::before {
    transform: scale(1.3); }

.p-modal--content {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.35);
  z-index: 1500;
  display: none; }
  .p-modal--content .p-modal--contentWrap {
    overflow: auto;
    height: 100vh;
    display: flex; }
    .p-modal--content .p-modal--contentWrap .p-modal--inner {
      background-color: #fff;
      margin: auto;
      width: 90%;
      max-width: 720px;
      padding: 60px;
      box-sizing: border-box;
      position: relative; }
      .p-modal--content .p-modal--contentWrap .p-modal--inner .p-modal--close {
        width: 25px;
        height: 25px;
        border: 2px solid;
        line-height: 1;
        text-align: center;
        color: #e60000;
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 20px;
        cursor: pointer; }
      .p-modal--content .p-modal--contentWrap .p-modal--inner .p-modal-inner_contents {
        max-width: 500px;
        margin: 0 auto; }
        .p-modal--content .p-modal--contentWrap .p-modal--inner .p-modal-inner_contents .modal_ttl {
          display: flex;
          justify-content: space-between;
          align-items: center;
          margin-top: 30px;
          padding-bottom: 10px;
          border-bottom: 6px solid #e60000;
          margin-bottom: 20px; }
          .p-modal--content .p-modal--contentWrap .p-modal--inner .p-modal-inner_contents .modal_ttl p {
            font-size: 22px;
            transform: scale(0.8, 1);
            transform-origin: top left;
            line-height: 1;
            font-weight: 600; }
          .p-modal--content .p-modal--contentWrap .p-modal--inner .p-modal-inner_contents .modal_ttl img {
            height: 9px;
            width: auto; }
        .p-modal--content .p-modal--contentWrap .p-modal--inner .p-modal-inner_contents .modal_body {
          line-height: 1.8;
          font-size: 14px;
          transform: scale(0.8, 1);
          transform-origin: top left;
          width: 125%;
          text-align: justify;
          font-weight: 600; }

@media screen and (max-width: 500px) {
  .p-modal--btn {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    appearance: none;
    position: relative; }
    .p-modal--btn:before {
      width: 12px;
      height: 12px; }

  .p-modal--content .p-modal--contentWrap .p-modal--inner {
    padding: 20px 20px 100px; }
    .p-modal--content .p-modal--contentWrap .p-modal--inner .p-modal--close {
      bottom: 20px;
      top: auto; } }
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
TERMS
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.terms {
  border-top: 30px solid #e60000;
  text-align: center;
  padding: 140px 0 20px; }
  .terms .terms_h2 {
    font-size: 24px;
    line-height: 1.7;
    display: inline;
    border-bottom: 1px solid #e60000;
    padding-bottom: 6px; }
  .terms p {
    font-size: 13px;
    line-height: 1.8;
    text-align: left;
    width: 100%;
    max-width: 900px;
    margin: 0 auto;
    margin-top: 140px;
    padding: 0 20px;
    box-sizing: border-box; }
    .terms p .mini {
      font-size: 11px; }
    .terms p a {
      color: #222;
      text-decoration: underline; }
  .terms .copyright {
    font-size: 10px;
    letter-spacing: 0;
    text-align: center; }

@media screen and (max-width: 500px) {
  .terms {
    padding: 50px 0; }
    .terms .terms_h2 {
      font-size: 15px;
      line-height: 2.5;
      padding-bottom: 3px; }
    .terms p {
      font-size: 11px;
      margin-top: 50px; } }
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
キャンペーン終了用
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
.oparation_wrap {
  position: relative;
  padding: 20px 0; }
  .oparation_wrap .fin_wrap {
    background-color: rgba(0, 0, 0, 0.65);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center; }
    .oparation_wrap .fin_wrap .comp {
      width: 90%;
      max-width: 700px; }
