@charset "UTF-8";
/* -----------------------------------------------
* Plugins エントリーポイント
-------------------------------------------------- */
/*------------------------------------------------------------------------------
  reset PC
------------------------------------------------------------------------------*/
html,
input,
textarea,
select,
button {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-weight: 400;
  font-size: 16px;
}

html {
  color: #000;
  background: #fff;
  font-size: 16px;
  line-height: 1.6;
  word-break: break-all;
}

body {
  background: #fff;
  margin: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  border: 0;
  margin: 0;
  vertical-align: top;
  max-width: 100%;
}

p {
  margin: 0;
  padding: 0;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a {
  color: #000;
  text-decoration: none;
}

input,
select,
textarea,
button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

select::-ms-expand {
  display: none;
}

textarea {
  resize: vertical;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

button {
  border: none;
  cursor: pointer;
}

label {
  cursor: pointer;
}

table {
  border-collapse: collapse;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  padding: 0;
}

main {
  display: block;
}

.outer-block {
  min-width: 100%;
}

.inner-block {
  position: relative;
  width: 1040px;
  padding: 0 30px;
}

#wrapper {
  position: relative;
}

dl, dt, dd {
  padding: 0;
  margin: 0;
}
.c-svg {
  display: inline-block;
  fill: currentColor;
  vertical-align: top;
}

/*------------------------------------------------------------------------------
  reset SP
------------------------------------------------------------------------------*/
/* --------------------------------
c-header
----------------------------------- */
.c-header .inner-block {
  max-width: 1200px;
  width: 100%;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-header .inner-block .header-button .hover {
  display: none;
}

/* --------------------------------
c-footer
----------------------------------- */
.c-footer {
  position: fixed;
  z-index: 999;
  bottom: 0;
  right: 0;

  display: none;
}
.c-footer .inner-block {
  width: 100%;
  max-width: 1200px;
  padding: 0 30px 3%;
  text-align: center;
}
.c-footer.outer-block {
min-width:unset;
}
.c-footer .inner-block .floating-banner .hover {
  display: none;
}

@media only screen and (max-width: 740px) {
  .c-footer {
    left: 0%;
  }
}

/* -----------------------------------------------
* Modules エントリーポイント
-------------------------------------------------- */
/* -----------------------------------------------
* home Module
* homeページ用
-------------------------------------------------- */

.home {
  font-family: "Noto Sans CJK JP", serif;
}
.home .inner-block {
  padding: 0;
  max-width: 1200px;
  width: 100%;
}
.home .mv-section img {
  width: 100%;
}
.home .mv-section .mv2 {
  position: relative;
}
.home .mv-section .maitake {
  position: absolute;
  width: calc(100% * (212 / 640));
  right: 0;
  top: 77%;
}
.home .banner-section {
  text-align: center;
  padding: 50px 20px;
}

.home .banner-section .campaign-link{
  display: block;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin: 10px 0 0 0;
  line-height: 1.2;
}

.home .banner-section .campaign-link span{
  background:linear-gradient(transparent 60%, #FFFF00 0%);
}

.home .recommended-section {
  background: url("../img/recommended_img.png") no-repeat top center/contain;
  width: 100%;
  padding-top: 8%;
  padding-bottom: 50%;
}
.home .recommended-title {
  text-align: center;
  width: calc(100% * (810 / 1200));
  max-width: 810px;
  margin: 0 auto;
}
.home .description-section {
  padding-bottom: 80px;
}
.home .description-title {
  height: 112px;
  font-size: 30px;
  color: #fff;
  padding-top: 57px;
  padding-left: 30px;
  background: url("../img/description_ttl_bg.png") no-repeat;
  background-size: cover;
}
.home .d-icon-text-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
}
.home .bold {
  font-weight: bold;
}
.home .description-text {
  font-size: 22px;
  line-height: 40px;
}
.home .description-icon {
  width: 200px;
  height: 200px;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
}
.home .d-icon-r .description-icon {
  margin-left: 40px;
}
.home .d-icon-l {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.home .d-icon-l .description-icon {
  margin-right: 40px;
}
.home .description-caution {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffea00;
  border: 2px solid #333;
  border-radius: 5px;
  padding: 20px;
  max-width: 1140px;
  margin: 0 auto;
}
.home .caution-head {
  color: #fff;
  background-color: #333;
  padding: 5px 15px;
  border-radius: 10px;
  margin-right: 22px;
  font-size: 20px;
}
.home .caution-text {
  font-size: 20px;
}
.home .reason-section {
  background: url("../img/reason_bg.jpg") no-repeat;
  background-size: cover;
  padding: 70px 50px 80px 50px;
}
.home .fw900 {
  font-weight: 900;
}
.home .reason-title {
  text-align: center;
}
.home .reason-title .sub {
  font-size: 30px;
  line-height: 48px;
}
.home .reason-title .main {
  font-size: 50px;
  line-height: 74.14px;
  margin-top: 10px;
}
.home .fz36 {
  font-size: 36px;
}
.home .fz92 {
  font-size: 92px;
}
.home .fz70 {
  font-size: 70px;
}
.home .reason-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home .reason-content {
  width: calc(50% - 20px);
  border-radius: 10px;
  background-color: #fff;
  position: relative;
  margin-top: 80px;
  text-align: center;
}
.home .reason-icon {
  position: absolute;
}
.home .r-c-title-text-wrapper {
  padding: 37px;
}
.home .reason-content-title {
  line-height: 40px;
  font-size: 30px;
  margin-bottom: 25px;
}
.home .red {
  color: #e60012;
}
.home .reason-content-text {
  text-align: left;
  line-height: 36px;
  font-size: 18px;
  font-weight: 500;
}
.home .voice-section {
  background: url("../img/voice_bg.jpg") no-repeat;
  background-size: cover;
  text-align: center;
  padding: 80px 40px 100px;
  position: relative;
}
.home .voice-title {
  font-size: 40px;
  line-height: 36px;
  margin-bottom: 50px;
}
.home .voice-content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.home .voice-content {
  background-color: #fff;
  width: calc((100% - 40px) / 3);
  padding: 40px 30px 75px;
  position: relative;
  border-radius: 10px;
}
.home .voice-content-title {
  font-size: 24px;
  line-height: 40px;
  padding-bottom: 30px;
  border-bottom: 2px dotted #eee9e0;
}
.home .max900 {
  display: none;
}
.home .voice-content-text {
  text-align: left;
  font-weight: 500;
  font-size: 15px;
  line-height: 30px;
  padding-top: 30px;
}
.home .age-gender {
  position: absolute;
  right: 30px;
  bottom: 30px;
  font-size: 18px;
  line-height: 40px;
}
.home .voice-caption {
  font-size: 14px;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.home .benefits-section {
  background: url("../img/benefit_bg1.png") no-repeat top left/30%, url("../img/benefit_bg2.png") no-repeat bottom right/30%;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 85px;
}
.home .benefit-title .sub {
  font-size: 26px;
}
.home .benefit-title .main {
  color: #c7991c;
  font-size: 48px;
  padding: 20px 130px;
  background-color: #f9f5e8;
  margin: 30px auto 0;
  width: 600px;
  border-top: 2px solid #c7991c;
  border-bottom: 2px solid #c7991c;
}
.home .benefit-main {
  letter-spacing: 0.0266666667vw;
}
.home .fz100 {
  font-size: 100px;
}
.home .fz50 {
  font-size: 50px;
}
.home .fz60 {
  font-size: 60px;
}
.home .benefit-ul {
  width: 530px;
  margin: 0 auto 30px;
  white-space: nowrap;
}
.home .benefit-li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.home .benefit-li:not(:last-child) {
  margin-bottom: 20px;
}
.home .benefit-li-text {
  font-size: 24px;
  margin-left: 20px;
}
.home .benefit-button {
  text-align: center;
}
.home .benefit-button img {
  padding: 0 20px;
}
.home .table-section {
  background: url("../img/table_bg.jpg") no-repeat;
  background-size: cover;
  padding: 66px 0 50px;
  margin-bottom: 20%;
}
.home .table-section table {
  font-weight: 500;
  width: calc(100% * (750 / 1200));
  margin: 0 auto;
}
.home .table-section th,
.home .table-section td {
  padding: 20px;
  border: 1px solid #d9d9d9;
  font-size: 14px;
}
.home .table-section th {
  background-color: #e9e9e9;
  line-height: 36px;
  width: calc(100% * (150 / 1200));
  text-align: left;
}
.home .table-section td {
  background-color: #fff;
}
.home .max1150 {
  display: none;
}
.home .lh36 {
  line-height: 36px;
}
.home .lh24 {
  line-height: 24px;
}
.home .lh40 {
  line-height: 40px;
}
.home .copyright {
  text-align: center;
  margin-top: 80px;
  font-weight: 500;
  font-size: 14px;
  line-height: 36px;
  vertical-align: 10;
}

/* -----------------------------------------------
* Page エントリーポイント
-------------------------------------------------- */

@media only screen and (min-width: 741px) {
  .inner-block {
    margin: 0 auto;
  }
  .sp {
    display: none !important;
  }

  a[href^="tel:"] {
    pointer-events: none;
  }

  a,
a::before,
a::after,
button {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
  }
  .c-header .inner-block .header-button:hover {
    opacity: 1;
  }
  .c-header .inner-block .header-button:hover .no-hover {
    display: none;
  }
  .c-header .inner-block .header-button:hover .hover {
    display: inline;
  }
  .c-footer .inner-block .floating-banner:hover {
    opacity: 1;
  }
  .c-footer .inner-block .floating-banner:hover .no-hover {
    display: none;
  }
  .c-footer .inner-block .floating-banner:hover .hover {
    display: inline;
  }
  a:hover {
    opacity: 0.5;
  }
  .home .reason-icon {
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
  }
  .home .table-section th {
    white-space: nowrap;
  }
}

@media only screen and (max-width: 740px) {
  body {
    font-size: 14px;
    position: relative;
    -webkit-appearance: none;
    -webkit-text-size-adjust: 100%;
  }

  .outer-block {
    min-width: 320px;
  }

  .inner-block {
    padding: 0 10px;
    width: auto;
  }

  #wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
  }

  input[type=submit] {
    -webkit-text-size-adjust: 100%;
  }

  input,
select,
textarea {
    font-size: 16px !important;
  }

  .pc {
    display: none !important;
  }
  header .outer-block {
    max-height: 126px;
  }
  .c-header {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
  }
  .c-header .inner-block .header-logo {
    margin-right: 10px;
  }
  .c-header .inner-block {
    width: auto;
    padding: 10px;
  }
  .c-footer .inner-block {
    width: auto;
    padding: 0;
  }
  .c-footer .inner-block img {
    width: 100%;
  }
  .home .inner-block {
    width: auto;
  }
  .home .mv-section {
    position: relative;
  }
  .home .banner-section {
    margin: 20px 0 0 0;
    padding: 0 10px;
    position: relative;
    z-index: 1;
  }
  .home .banner-section img {
    width: 100%;
  }
  .home .banner-section .campaign-link{
    font-size: 14px;
  }
  .home .recommended-section {
    margin-top: 10px;
    padding-top: 5%;
    padding-bottom: 53%;
  }
  .home .recommended-title {
    width: 100%;
    padding: 0 20px;
  }
  .home .description-section {
    padding-bottom: 50px;
  }
  .home .d-title-icon-wrapper-sp {
    margin-top: 5%;
    position: relative;
    max-width: 80vw;
  }
  .home .description-title {
    height: 25.0666666667vw;
    padding-top: 13.0666666667vw;
    padding-left: 4.8vw;
    background: url("../img/sp/description_ttl_bg.png") no-repeat center left/contain;
    font-size: 4vw;
    margin-left: 10px;
    margin-right: 10px;
  }
  .home .sp-2row {
    padding-top: 9.8666666667vw;
  }
  .home .d-icon-text-wrapper {
    padding: 20px 20px 25px 20px;
  }
  .home .description-text {
    font-size: 2.9333333333vw;
    line-height: 5.3333333333vw;
  }
  .home .description-icon {
    position: absolute;
    top: 0;
    right: -5.3333333333vw;
    width: calc(100% * (100 / 320));
  }
  .home .description-caution {
    margin: 0 10px;
    padding: 10px 5px 10px 0;
  }
  .home .caution-head {
    padding: 7px 3px 7px 0px;
    border-radius: 0 5px 5px 0;
    margin-right: 5px;
    font-size: 2.6666666667vw;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
            writing-mode: vertical-rl;
  }
  .home .caution-text {
    font-size: 2.6666666667vw;
    line-height: 18px;
  }
  .home .reason-section {
    padding: 40px 10px 50px 10px;
  }
  .home .reason-title .sub {
    font-size: 4vw;
    line-height: 6.4vw;
  }
  .home .reason-title .main {
    font-size: 6.6666666667vw;
    line-height: 9.8853333333vw;
  }
  .home .fz36 {
    font-size: 4.8vw;
  }
  .home .fz92 {
    font-size: 12.2666666667vw;
  }
  .home .fz70 {
    font-size: 9.3333333333vw;
  }
  .home .reason-content-wrapper {
    display: block;
  }
  .home .reason-content {
    width: 100%;
    border-radius: 5px;
    margin-top: 25px;
  }
  .home .reason-icon {
    width: 13.3333333333vw;
    left: 10px;
    top: 100%;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
  }
  .home .reason-icon img {
    width: 100%;
  }
  .home .reason-img {
    position: relative;
  }
  .home .reason-img img {
    width: 100%;
  }
  .home .r-c-title-text-wrapper {
    padding: 20px 10px;
  }
  .home .reason-content-title {
    line-height: 5.3333333333vw;
    font-size: 4vw;
    margin-bottom: 10px;
  }
  .home .reason-content-text {
    line-height: 5.3333333333vw;
    font-size: 2.9333333333vw;
  }
  .home .voice-section {
    padding: 40px 10px 50px;
    background: url("../img/sp/voice_bg.jpg") no-repeat;
    background-size: cover;
  }
  .home .voice-title {
    font-size: 5.3333333333vw;
  }
  .home .voice-content-wrapper {
    display: block;
  }
  .home .voice-content {
    width: 100%;
    padding: 25px 10px 40px 10px;
    border-radius: 5px;
  }
  .home .voice-content:not(:last-child) {
    margin-bottom: 20px;
  }
  .home .voice-content-title {
    font-size: 4.8vw;
    line-height: 5.3333333333vw;
    padding-bottom: 15px;
  }
  .home .voice-content-text {
    font-size: 3.2vw;
    line-height: 5.3333333333vw;
    padding-top: 15px;
  }
  .home .age-gender {
    right: 10px;
    bottom: 15px;
    font-size: 2.6666666667vw;
    line-height: 5.3333333333vw;
  }
  .home .voice-caption {
    font-size: 12px;
  }
  .home .benefits-section {
    background: url("../img/benefit_bg1.png") no-repeat top left/25%, url("../img/benefit_bg2.png") no-repeat bottom right/25%;
    padding-top: 40px;
    padding-bottom: 43px;
  }
  .home .benefit-title .sub {
    font-size: 3.4666666667vw;
  }
  .home .benefit-title .main {
    font-size: 6.4vw;
    padding: 2.6666666667vw 17.3333333333vw;
    margin: 4vw auto 0;
    width: 80vw;
  }
  .home .fz100 {
    font-size: 13.3333333333vw;
  }
  .home .fz50 {
    font-size: 6.6666666667vw;
  }
  .home .fz60 {
    font-size: 8vw;
  }
  .home .benefit-ul {
    width: 74.6666666667vw;
    margin: 0 auto 15px;
  }
  .home .benefit-li img {
    width: 10.6666666667vw;
  }
  .home .benefit-li:not(:last-child) {
    margin-bottom: 10px;
  }
  .home .benefit-li-text {
    font-size: 3.2vw;
    margin-left: 2.6666666667vw;
  }
  .home .table-section {
    background: url("../img/sp/table_bg.jpg") no-repeat;
    background-size: cover;
    padding: 33px 10px 25px 10px;
  }
  .home .table-section table {
    display: block;
    width: 100%;
  }
  .home .table-section th,
.home .table-section td {
    display: block;
    width: 100%;
    padding: 10px;
    font-size: 13px;
  }
  .home .table-section th {
    line-height: 18px;
    width: 100%;
  }
  .home .lh36 {
    line-height: 18px;
  }
  .home .lh24 {
    line-height: 12px;
  }
  .home .lh40 {
    line-height: 20px;
  }
  .home .lh20-sp {
    line-height: 20px;
  }
  .home .copyright {
    margin-top: 45px;
    font-size: 2.1333333333vw;
    line-height: 18px;
  }
}

@media only screen and (max-width: 1200px) and (min-width: 741px) {
  .home .description-caution {
    margin: 0 20px;
  }
}

@media only screen and (max-width: 740px) and (max-width: 330px) {
  .home .description-caution {
    margin: 0;
  }
}

@media only screen and (max-width: 1150px) and (min-width: 741px) {
  .home .caution-head {
    white-space: nowrap;
  }
  .home .max1150 {
    display: inline;
  }
}

@media only screen and (max-width: 900px) and (min-width: 741px) {
  .home .r-c-title-text-wrapper {
    padding: 37px 20px;
  }
  .home .max900 {
    display: inline;
  }
}

@media only screen and (max-width: 1250px) and (min-width: 1191px) {
  .home .reason-content-title {
    font-size: 28px;
  }
}

@media only screen and (max-width: 1190px) and (min-width: 1131px) {
  .home .reason-content-title {
    font-size: 24px;
  }
}

@media only screen and (max-width: 1130px) and (min-width: 921px) {
  .home .reason-content-title {
    font-size: 22px;
  }
}

@media only screen and (max-width: 920px) and (min-width: 741px) {
  .home .reason-content-title {
    font-size: 18px;
  }
  .home .reason-content-title .fz36 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 1115px) and (min-width: 741px) {
  .home .table-section th,
.home .table-section td {
    padding: 15px;
  }
}
/*# sourceMappingURL=style.css.map */