/*----------------------------------------------------------
ua
----------------------------------------------------------*/
body.ie .loading {
  display: none !important; }

/*----------------------------------------------------------
loading
----------------------------------------------------------*/
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fbf8f6;
  overflow: hidden;
  z-index: 999; }
  .loading_icon {
    position: absolute;
    top: -5px;
    left: 15%;
    bottom: 0;
    width: 14%;
    max-width: 85px;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: auto 0;
    opacity: 0; }
    @media screen and (min-width: 751px) {
      .loading_icon {
        top: -15px;
        left: -10px;
        width: 85px; } }
  .loading_logo {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    margin: auto; }
    @media screen and (min-width: 751px) {
      .loading_logo {
        width: 480px; } }
  .loading_logo_text {
    width: 55%;
    max-width: 385px;
    padding: 0 0 0 10%;
    margin: 0 auto;
    opacity: 0; }
    @media screen and (min-width: 751px) {
      .loading_logo_text {
        width: 385px; } }

/*----------------------------------------------------------
cta_fixed
----------------------------------------------------------*/
.cta_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 10px 0;
  z-index: 99; }
  @media screen and (min-width: 751px) {
    .cta_fixed {
      height: 90px; } }
  .cta_fixed .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }
  .cta_fixed .sec_cta_btn {
    display: block;
    width: 100%;
    height: 100%;
    max-width: 700px;
    margin: auto; }
  .cta_fixed .sec_cta_btn_link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 100%; }

/*----------------------------------------------------------
mv
----------------------------------------------------------*/
.mv {
  position: relative;
  height: 90vh;
  background-image: url(../images/mv/20211020KV.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 0 }
  @media screen and (min-width: 751px) {
    .mv {
      height: 100vh;
      background-position: 29% 0; } }
  .mv .title {
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: .2em;
    padding: 30px 0 0 0; }
    @media screen and (min-width: 751px) {
      .mv .title {
        font-size: 40px; } }
  .mv .title_logo {
    width: 70%;
    max-width: 550px;
    margin: 10px auto 0 auto; }
  .mv_text {
    position: absolute;
    display: block;
    bottom: 80px;
    left: 0;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .09em;
    line-height: 2.8; }
    @media screen and (min-width: 751px) {
      .mv_text {
        bottom: 140px;
        font-size: 32px;
        line-height: 2.5; } }
    .mv_text span {
      background-color: #fff;
      padding: 10px 10px 5px 25px; }
    .mv_text .tegaki {
      max-width: 100px;
      padding: 5px 5px 0 5px; }
      @media screen and (min-width: 751px) {
        .mv_text .tegaki {
          max-width: 180px; } }

/*----------------------------------------------------------
benefits
----------------------------------------------------------*/
.sec_cta_benefits {
  position: relative; }
  @media screen and (min-width: 751px) {
    .sec_cta_benefits {
      padding: 100px 0 170px 0; } }
  .sec_cta_benefits::before {
    content: '';
    position: absolute;
    display: block;
    top: -40px;
    left: 0;
    width: 100%;
    height: 40px;
    background-image: url(../images/benefits_line.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: top center; }
    @media screen and (min-width: 751px) {
      .sec_cta_benefits::before {
        top: -80px;
        height: 80px; } }

.benefits {
  position: relative;
  border-radius: 10px;
  margin: 0 0 20px 0;
  overflow: hidden; }
  @media screen and (min-width: 751px) {
    .benefits {
      margin: 0 0 50px 0; } }
  .benefits_title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .1em;
    color: #fff;
    background-color: #172852;
    padding: 15px 0; }
    @media screen and (min-width: 751px) {
      .benefits_title {
        font-size: 26px; } }
  .benefits_text {
    position: fixed;
    bottom: 0;
    right: 0;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .02em;
    padding: 0 30px 20px 0; }
    @media screen and (min-width: 751px) {
      .benefits_text {
        font-size: 26px; } }

.benefits_cambria {
  position: relative;
  overflow: hidden; }
  @media screen and (min-width: 751px) {
    .benefits_cambria {
      margin: 0 0 50px 0; } }
  .benefits_cambria_text {
    bottom: 0;
    text-align:center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .02em;
    padding: 0 30px 20px 0; }
    @media screen and (min-width: 751px) {
      .benefits_cambria_text {
        font-size: 26px; } }

/*----------------------------------------------------------
tanoshimi
----------------------------------------------------------*/
.tanoshimi {
  background-color: #f1e8e1;
  padding: 50px 0 0 0; }
  @media screen and (min-width: 751px) {
    .tanoshimi {
      padding: 135px 0 0 0; } }
  .tanoshimi_list {
    margin: 45px 0 0 0; }
    @media screen and (min-width: 751px) {
      .tanoshimi_list {
        margin: 60px 0 0 0; } }
  .tanoshimi_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px 0; }
    @media screen and (min-width: 751px) {
      .tanoshimi_item {
        margin: 0 0 50px 0; } }
  .tanoshimi_item:nth-child(2n+1) .tanoshimi_item_img {
    margin: 0 0 0 -5%; }
  .tanoshimi_item:nth-child(2n+1) .tanoshimi_item_wrap {
    margin: 10% 0 0 -10px; }
    @media screen and (min-width: 751px) {
      .tanoshimi_item:nth-child(2n+1) .tanoshimi_item_wrap {
        margin: 10% 0 0 -30px; } }
  .tanoshimi_item:nth-child(2n) .tanoshimi_item_img {
    margin: 0 -5% 0 0; }
  .tanoshimi_item:nth-child(2n) .tanoshimi_item_wrap {
    margin: 10% 0 0 50px; }
    @media screen and (min-width: 751px) {
      .tanoshimi_item:nth-child(2n) .tanoshimi_item_wrap {
        margin: 10% 0 0 80px; } }
  .tanoshimi_item_img {
    position: relative;
    width: 50%;
    z-index: 1; }
    @media screen and (min-width: 751px) {
      .tanoshimi_item_img {
        width: 100%;
        max-width: 515px;
        padding: 10px; } }
    .tanoshimi_item_img::before {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-image: url(../images/tanoshimi/vector.png);
      background-repeat: no-repeat;
      background-size: 100%;
      z-index: -1; }
  .tanoshimi_item_wrap {
    position: relative;
    width: 50%;
    z-index: 2; }
  .tanoshimi_item_lead {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.3; }
    @media screen and (min-width: 751px) {
      .tanoshimi_item_lead {
        font-size: 32px; } }
  .tanoshimi_item_text {
    font-size: 11px;
    line-height: 1.8;
    margin: 10px 0 0 0; }
    @media screen and (min-width: 751px) {
      .tanoshimi_item_text {
        font-size: 20px; } }
  .tanoshimi_fukidashi {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 60px auto 0 auto; }
    @media screen and (min-width: 751px) {
      .tanoshimi_fukidashi {
        margin: 150px auto 0 auto; } }
    .tanoshimi_fukidashi p {
      text-align: center;
      font-size: 12px;
      font-weight: bold;
      letter-spacing: .1em;
      line-height: 1.3;
      margin: 11px 0 0 10%; }
      @media screen and (min-width: 751px) {
        .tanoshimi_fukidashi p {
          font-size: 20px;
          margin: 35px 0 0 70px; } }
  .tanoshimi_rissu {
    position: relative;
    width: 100%;
    max-width: 100px;
    margin: 30px 0 0 0; }
    @media screen and (min-width: 751px) {
      .tanoshimi_rissu {
        max-width: 245px;
        margin: 60px 0 0 0; } }
    .tanoshimi_rissu::before, .tanoshimi_rissu::after {
      content: '';
      position: absolute;
      display: block;
      width: 10px;
      height: 2px;
      background-color: #172852; }
      @media screen and (min-width: 751px) {
        .tanoshimi_rissu::before, .tanoshimi_rissu::after {
          width: 30px;
          height: 3px; } }
    .tanoshimi_rissu::before {
      top: -15%;
      right: -25%;
      -webkit-transform: rotate(-50deg);
      -ms-transform: rotate(-50deg);
      transform: rotate(-50deg); }
      @media screen and (min-width: 751px) {
        .tanoshimi_rissu::before {
          right: -20%; } }
    .tanoshimi_rissu::after {
      top: 30%;
      right: -35%;
      -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
      transform: rotate(30deg); }
      @media screen and (min-width: 751px) {
        .tanoshimi_rissu::after {
          right: -30%; } }

/*----------------------------------------------------------
oyatsu
----------------------------------------------------------*/
.oyatsu {
  background-color: #f0eeec;
  padding: 60px 0; }
  @media screen and (min-width: 751px) {
    .oyatsu {
      padding: 165px 0; } }
  .oyatsu_tab_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin: 50px 0 0 0; }
    @media screen and (min-width: 751px) {
      .oyatsu_tab_list {
        margin: 100px 0 0 0; } }
  .oyatsu_tab_item {
    width: 30%; }
    .oyatsu_tab_item a {
      display: block;
      text-align: center;
      font-size: 11px;
      line-height: 1.3; }
      @media screen and (min-width: 751px) {
        .oyatsu_tab_item a {
          font-size: 20px;
          -webkit-transition: all .3s;
          -o-transition: all .3s;
          transition: all .3s; }
          .oyatsu_tab_item a:hover span {
            opacity: 1; } }
    .oyatsu_tab_item span {
      display: block;
      width: 55px;
      height: 65px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center;
      margin: 15px auto 0 auto;
      opacity: .3;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      @media screen and (min-width: 751px) {
        .oyatsu_tab_item span {
          width: 145px;
          height: 160px; } }
  .oyatsu_tab_item:nth-child(1) span {
    background-image: url(../images/oyatsu/yakigashi.png); }
  .oyatsu_tab_item:nth-child(2) span {
    background-image: url(../images/oyatsu/dry.png); }
  .oyatsu_tab_item:nth-child(3) span {
    background-image: url(../images/oyatsu/other.png); }
  .oyatsu_tab_item.current a {
    font-weight: bold; }
  .oyatsu_tab_item.current span {
    opacity: 1; }
  .oyatsu_tab_item:nth-child(1).current span {
    background-image: url(../images/oyatsu/yakigashi_current.png); }
  .oyatsu_tab_item:nth-child(2).current span {
    background-image: url(../images/oyatsu/dry_current.png); }
  .oyatsu_tab_item:nth-child(3).current span {
    background-image: url(../images/oyatsu/other_current.png); }
  .oyatsu_wrap {
    background-color: #fff;
    padding: 25px;
    border-radius: 10px;
    margin: 15px 0 0 0; }
    @media screen and (min-width: 751px) {
      .oyatsu_wrap {
        padding: 70px 60px 60px 60px;
        border-radius: 30px;
        margin: 45px 0 0 0; } }
  .oyatsu_list_title {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .1em; }
    @media screen and (min-width: 751px) {
      .oyatsu_list_title {
        font-size: 25px; } }
  .oyatsu_list_wrap {
    display: none; }
  .oyatsu_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px 0 0 0; }
    @media screen and (min-width: 751px) {
      .oyatsu_list {
        margin: 25px 0 0 0; } }
  .oyatsu_item {
    width: 31%;
    margin: 0 0 15px 0; }
    @media screen and (min-width: 751px) {
      .oyatsu_item {
        margin: 0 0 30px 0; } }
  .oyatsu_img {
    border-radius: 10px;
    overflow: hidden; }
    @media screen and (min-width: 751px) {
      .oyatsu_img {
        border-radius: 30px; } }
  .oyatsu_name {
    text-align: center;
    font-size: 10px;
    line-height: 1.3;
    margin: 10px 0 0 0; }
    @media screen and (min-width: 751px) {
      .oyatsu_name {
        font-size: 20px;
        margin: 25px 0 0 0; } }
  .oyatsu_list_etc {
    text-align: right;
    font-size: 12px;
    letter-spacing: .1em; }
    @media screen and (min-width: 751px) {
      .oyatsu_list_etc {
        font-size: 25px; } }
  .oyatsu_list_wrap.active {
    display: block; }
  .oyatsu_text p {
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 1.5em 0; }
    @media screen and (min-width: 751px) {
      .oyatsu_text p {
        font-size: 20px; } }
  .oyatsu_tegaki {
    margin: 30px 0; }
    @media screen and (min-width: 751px) {
      .oyatsu_tegaki {
        width: 80%;
        margin: 40px auto; } }

/*----------------------------------------------------------
media
----------------------------------------------------------*/
.media {
  background-image: url(../images/media/media_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 90px 0; }
  @media screen and (min-width: 751px) {
    .media {
      padding: 230px 0; } }
  .media_wrap {
    background-color: #fff;
    padding: 50px 25px;
    border-radius: 10px; }
    @media screen and (min-width: 751px) {
      .media_wrap {
        padding: 130px 50px;
        border-radius: 30px; } }
  .media_list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (min-width: 751px) {
      .media_list {
        margin: 50px 0 0 0; } }
  .media_item {
    width: 30%;
    margin: 0 0 10px 0; }

/*----------------------------------------------------------
anshin
----------------------------------------------------------*/
.anshin {
  background-color: #fff;
  padding: 150px 0 0 0; }
  @media screen and (min-width: 751px) {
    .anshin {
      padding: 230px 0 0 0; } }
  .anshin .sec_title span {
    position: relative; }
  .anshin .sec_title span::after {
    content: '';
    position: absolute;
    display: block;
    top: -80px;
    right: -80px;
    width: 80px;
    height: 80px;
    background-image: url(../images/anshin/title_obj.png);
    background-repeat: no-repeat;
    background-size: cover; }
  .anshin_obj {
    width: 60%;
    margin: 0 auto; }
    @media screen and (min-width: 751px) {
      .anshin_obj {
        width: 50%;
        padding: 100px 0 0 0; } }
  .anshin_lead {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .1em;
    line-height: 1.5;
    padding: 0 20px;
    margin: 50px 0 0 0; }
    @media screen and (min-width: 751px) {
      .anshin_lead {
        font-size: 40px;
        padding: 0 30px;
        margin: 100px 0 0 0; } }
    .anshin_lead .small {
      font-size: 15px; }
      @media screen and (min-width: 751px) {
        .anshin_lead .small {
          font-size: 28px; } }
  .anshin_text {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .05em;
    padding: 0 20px;
    margin: 40px 0 0 0; }
    @media screen and (min-width: 751px) {
      .anshin_text {
        font-size: 26px;
        padding: 0 30px;
        margin: 120px 0 0 0; } }
  .anshin_kaiyaku {
    position: relative;
    margin: 40px 0 0 0;
    z-index: 1; }
    .anshin_kaiyaku::before {
      content: '';
      position: absolute;
      display: block;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 40%;
      background-color: #f8f3f0;
      z-index: -1; }
  .anshin_kaiyaku_text {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .05em;
    padding: 0 20px; }
    @media screen and (min-width: 751px) {
      .anshin_kaiyaku_text {
        font-size: 26px;
        padding: 0 30px; } }
  .anshin_kaiyaku_img {
    border-radius: 30px;
    margin: 20px 0 0 0;
    overflow: hidden; }
    @media screen and (min-width: 751px) {
      .anshin_kaiyaku_img {
        margin: 50px 0 0 0; } }
  .anshin_kaiyaku_notice {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: .05em;
    padding: 0 20px;
    margin: 20px 0 0 0; }
    @media screen and (min-width: 751px) {
      .anshin_kaiyaku_notice {
        font-size: 20px;
        padding: 0 30px;
        margin: 50px 0 0 0; } }
  .anshin_nigate {
    background-color: #f8f3f0;
    padding: 25px 0 60px 0; }
    @media screen and (min-width: 751px) {
      .anshin_nigate {
        padding: 100px 0 145px 0; } }
  .anshin_nigate_img {
    border-radius: 30px;
    margin: 40px 0 0 0;
    overflow: hidden; }
    @media screen and (min-width: 751px) {
      .anshin_nigate_img {
        margin: 95px 0 0 0; } }

/*----------------------------------------------------------
osusume
----------------------------------------------------------*/
.osusume {
  background-color: #fff;
  padding: 115px 0 70px 0; }
  @media screen and (min-width: 751px) {
    .osusume {
      padding: 305px 0 170px 0; } }
  .osusume .sec_title {
    position: relative;
    z-index: 1; }
  .osusume_obj {
    position: absolute;
    display: block; }
  .osusume_obj.obj01 {
    top: -20%;
    left: 0;
    width: 12%; }
    @media screen and (min-width: 751px) {
      .osusume_obj.obj01 {
        top: -25%;
        width: 15%; } }
  .osusume_obj.obj02 {
    top: -100%;
    right: 0;
    width: 25%;
    z-index: -1; }
    @media (max-width: 750px) and (min-width: 531px) {
      .osusume_obj.obj02 {
        top: -200%; } }
    @media screen and (min-width: 751px) {
      .osusume_obj.obj02 {
        top: -120%;
        width: 30%; } }
  .osusume_mv {
    position: relative;
    margin: 50px 0 0 0; }
    @media screen and (min-width: 751px) {
      .osusume_mv {
        margin: 130px 0 0 0; } }
  .osusume_column {
    margin: 85px 0 0 0; }
    @media screen and (min-width: 751px) {
      .osusume_column {
        margin: 200px 0 0 0; } }
  .osusume_column_img {
    width: 85%;
    overflow: hidden; }
  .osusume_column_img.right {
    border-radius: 20px 0 0 20px;
    margin: 0 0 0 auto; }
  .osusume_column_img.left {
    border-radius: 0 20px 20px 0;
    margin: 0 auto 0 0; }
  .osusume_column_title {
    font-size: 20px;
    font-weight: bold;
    letter-spacing: .05em;
    margin: 40px 0 0 0; }
    @media screen and (min-width: 751px) {
      .osusume_column_title {
        font-size: 40px;
        margin: 100px 0 0 0; } }
  .osusume_column_text {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .05em;
    margin: 35px 0 0 0; }
    @media screen and (min-width: 751px) {
      .osusume_column_text {
        font-size: 26px;
        margin: 80px 0 0 0; } }
    .osusume_column_text span {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #f5e2dc));
      background: -webkit-linear-gradient(transparent 50%, #f5e2dc 50%);
      background: -o-linear-gradient(transparent 50%, #f5e2dc 50%);
      background: linear-gradient(transparent 50%, #f5e2dc 50%); }
  .osusume_notice {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: .05em;
    margin: 60px 0 0 0; }
    @media screen and (min-width: 751px) {
      .osusume_notice {
        font-size: 20px;
        margin: 130px 0 0 0; } }

/*----------------------------------------------------------
box
----------------------------------------------------------*/
.box {
  background-color: #f6f0eb;
  padding: 75px 0 50px 0; }
  @media screen and (min-width: 751px) {
    .box {
      padding: 200px 0 130px 0; } }
  .box_column {
    margin: 70px 0 0 0; }
    @media screen and (min-width: 751px) {
      .box_column {
        margin: 120px 0 0 0; } }
  .box_opinion.no1 .box_opinion_item p {
    width: 50%; }
  .box_opinion.no2 .box_opinion_item p {
    width: 60%; }
  .box_opinion_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 20px 0; }
    @media screen and (min-width: 751px) {
      .box_opinion_item {
        margin: 0 0 45px 0; } }
    .box_opinion_item img {
      width: 12%;
      max-width: 70px;
      min-width: 30px; }
    .box_opinion_item p {
      font-size: 12px;
      font-weight: bold;
      letter-spacing: .2em;
      line-height: 1.3;
      margin: 0 0 0 10px; }
      @media screen and (min-width: 751px) {
        .box_opinion_item p {
          font-size: 24px;
          margin: 0 0 0 25px; } }
  .box_arrow {
    width: 20px;
    margin: 0 auto; }
    @media screen and (min-width: 751px) {
      .box_arrow {
        width: 45px; } }
  .box_contents {
    background-color: #fff;
    border-radius: 30px;
    margin: 20px 0 0 0;
    overflow: hidden; }
    @media screen and (min-width: 751px) {
      .box_contents {
        margin: 55px 0 0 0; } }
  .box_text {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: .05em;
    padding: 25px; }
    @media screen and (min-width: 751px) {
      .box_text {
        font-size: 22px;
        padding: 70px 65px; } }
  .box_notice {
    width: 80%;
    font-size: 11px;
    font-weight: bold;
    letter-spacing: .05em;
    margin: 25px auto 0 auto;
    opacity: .7; }
    @media screen and (min-width: 751px) {
      .box_notice {
        font-size: 20px;
        margin: 70px auto 0 auto; } }

/*----------------------------------------------------------
voice
----------------------------------------------------------*/
.voice {
  background-color: #f1e8e1;
  padding: 60px 0 50px 0; }
  @media screen and (min-width: 751px) {
    .voice {
      padding: 155px 0 125px 0; } }
  .voice .sec_title .small {
    font-size: 12px; }
    @media screen and (min-width: 751px) {
      .voice .sec_title .small {
        font-size: 25px; } }
  .voice_list {
    margin: 30px 0 0 0; }
    @media screen and (min-width: 751px) {
      .voice_list {
        margin: 65px 0 0 0; } }
  .voice_item {
    background-color: #fff;
    padding: 25px 20px;
    border-radius: 20px;
    margin: 0 10px; }
    @media screen and (min-width: 751px) {
      .voice_item {
        padding: 60px;
        border-radius: 30px;
        margin: 0 15px; } }
  .voice_img {
    height: 52.5vw;
    border-radius: 30px;
    overflow: hidden; }
    @media screen and (min-width: 751px) {
      .voice_img {
        height: 37.55vw; } }
    .voice_img img {
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: center;
      object-position: center; }
  .voice_user {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 10px 0 10px; }
    @media screen and (min-width: 751px) {
      .voice_user {
        margin: 35px 25px 0 25px; } }
  .voice_user_icon {
    width: 40px;
    border-radius: 50%;
    overflow: hidden; }
    @media screen and (min-width: 751px) {
      .voice_user_icon {
        width: 95px; } }
  .voice_user_name {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .2em;
    margin: 0 0 0 15px; }
    @media screen and (min-width: 751px) {
      .voice_user_name {
        font-size: 25px;
        margin: 0 0 0 30px; } }
  .voice_comment {
    font-size: 11px;
    font-weight: bold;
    letter-spacing: .05em;
    margin: 25px 10px 0 10px; }
    @media screen and (min-width: 751px) {
      .voice_comment {
        font-size: 20px;
        margin: 60px 25px 0 25px; } }
  .voice_search {
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .1em;
    margin: 30px 0 0 0; }
    @media screen and (min-width: 751px) {
      .voice_search {
        font-size: 30px;
        margin: 85px 0 0 0; } }

/*----------------------------------------------------------
popular
----------------------------------------------------------*/
.popular {
  position: relative;
  background-color: #fff;
  padding: 145px 0 135px 0;
  z-index: 1; }
  @media screen and (min-width: 751px) {
    .popular {
      padding: 385px 0 380px 0; } }
  .popular::before {
    content: '';
    position: absolute;
    display: block;
    top: 20px;
    left: 0;
    width: 35%;
    height: 100%;
    background-image: url(../images/popular/ashirai.png);
    background-repeat: no-repeat;
    background-size: 100%;
    z-index: -1; }
    @media screen and (min-width: 751px) {
      .popular::before {
        top: 80px; } }
  .popular_list {
    margin: 55px 0 0 0; }
    @media screen and (min-width: 751px) {
      .popular_list {
        margin: 130px 0 0 0; } }
  .popular_item {
    margin: 0 10px; }
    @media screen and (min-width: 751px) {
      .popular_item {
        margin: 0 25px; } }
  .popular_img {
    border-radius: 30px;
    overflow: hidden; }
  .popular_name {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .2em;
    line-height: 1.2;
    margin: 15px 0 0 0; }
    @media screen and (min-width: 751px) {
      .popular_name {
        font-size: 30px;
        margin: 45px 0 0 0; } }
  .popular_evaluation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 15px 0 0 0; }
    @media screen and (min-width: 751px) {
      .popular_evaluation {
        margin: 35px 0 0 0; } }
  .popular_star {
    width: 38%;
    max-width: 250px;
    min-width: 140px; }
  .popular_num {
    font-size: 12px;
    letter-spacing: inherit;
    line-height: 1;
    margin: 5px 0 0 5px; }
    @media screen and (min-width: 751px) {
      .popular_num {
        font-size: 20px;
        margin: 5px 0 0 20px; } }
  .popular_tegaki {
    position: absolute;
    bottom: 50px;
    right: 35px;
    width: 35%;
    max-width: 320px;
    min-width: 130px; }
    @media screen and (min-width: 751px) {
      .popular_tegaki {
        bottom: 140px;
        right: 90px; } }

/*----------------------------------------------------------
story
----------------------------------------------------------*/
.story {
  background-color: #f6f0eb;
  padding: 55px 0 75px 0; }
  @media screen and (min-width: 751px) {
    .story {
      padding: 150px 0 185px 0; } }
  .story .sec_title .small {
    font-size: 12px; }
    @media screen and (min-width: 751px) {
      .story .sec_title .small {
        font-size: 25px; } }
  .story_item {
    background-color: #fff;
    padding: 25px;
    border-radius: 30px;
    margin: 30px 0 0 0; }
    @media screen and (min-width: 751px) {
      .story_item {
        padding: 65px;
        margin: 80px 0 0 0; } }
  .story_img {
    border-radius: 30px;
    overflow: hidden; }
  .story_item_title {
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .05em;
    margin: 30px 0 0 0; }
    @media screen and (min-width: 751px) {
      .story_item_title {
        font-size: 30px;
        margin: 85px 0 0 0; } }
  .story_item_text {
    position: relative;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .05em;
    margin: 40px 0 40px 0; }
    @media screen and (min-width: 751px) {
      .story_item_text {
        font-size: 20px;
        margin: 100px 0 70px 0; } }
    .story_item_text::before, .story_item_text::after {
      content: '';
      position: absolute;
      display: block;
      left: 0;
      width: 100%;
      height: 1px;
      background-size: 8px 1px;
      background-image: -webkit-linear-gradient(left, #172852, #172852 3px, transparent 3px, transparent 8px);
      background-image: -o-linear-gradient(left, #172852, #172852 3px, transparent 3px, transparent 8px);
      background-image: linear-gradient(to right, #172852, #172852 3px, transparent 3px, transparent 8px);
      background-repeat: repeat-x; }
      @media screen and (min-width: 751px) {
        .story_item_text::before, .story_item_text::after {
          height: 3px;
          background-size: 15px 3px; } }
    .story_item_text::before {
      top: -20px; }
      @media screen and (min-width: 751px) {
        .story_item_text::before {
          top: -20%; } }
    .story_item_text::after {
      bottom: -20px; }
      @media screen and (min-width: 751px) {
        .story_item_text::after {
          bottom: -18%; } }
  .story_item_fav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .story_icon {
    width: 10%; }
    @media screen and (min-width: 751px) {
      .story_icon {
        width: 10%; } }
  .story_fav_name {
    font-size: 11px;
    font-weight: bold;
    line-height: 1.3;
    margin: 0 0 0 30px; }
    @media screen and (min-width: 751px) {
      .story_fav_name {
        font-size: 20px; } }
    .story_fav_name span {
      font-size: 14px; }
      @media screen and (min-width: 751px) {
        .story_fav_name span {
          font-size: 30px; } }

/*----------------------------------------------------------
oishii
----------------------------------------------------------*/
.oishii {
  background-color: #fff;
  padding: 70px 0 75px 0; }
  @media screen and (min-width: 751px) {
    .oishii {
      padding: 195px 0 180px 0; } }
  .oishii_column {
    margin: 55px 0 0 0; }
    @media screen and (min-width: 751px) {
      .oishii_column {
        margin: 140px 0 0 0; } }
  .oishii_column_img {
    width: 70%; }
  .oishii_column_img.left {
    margin: 0 auto 0 0; }
  .oishii_column_img.right {
    margin: 0 0 0 auto; }
  .oishii_column_text {
    width: 90%;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .05em;
    margin: 55px auto; }
    @media screen and (min-width: 751px) {
      .oishii_column_text {
        font-size: 25px;
        margin: 130px auto; } }
  .oishii_comment {
    margin: 75px 0 0 0; }
    @media screen and (min-width: 751px) {
      .oishii_comment {
        margin: 195px 0 0 0; } }
  .oishii_comment_text {
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .05em; }
    @media screen and (min-width: 751px) {
      .oishii_comment_text {
        font-size: 25px; } }
  .oishii_fukidashi {
    width: 90%;
    margin: 0 auto; }
  .oishii_team {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0 0 0; }
    @media screen and (min-width: 751px) {
      .oishii_team {
        margin: 45px 0 0 0; } }
  .oishii_team_img {
    width: 40%; }
  .oishii_team_name {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .05em;
    margin: 0 0 0 30px; }
    @media screen and (min-width: 751px) {
      .oishii_team_name {
        font-size: 25px;
        margin: 0 0 0 50px; } }

/*----------------------------------------------------------
kodawari
----------------------------------------------------------*/
.kodawari {
  background-color: #f2f1f0;
  padding: 55px 0 75px 0; }
  @media screen and (min-width: 751px) {
    .kodawari {
      padding: 145px 0 180px 0; } }
  .kodawari .sec_title {
    text-align: left; }
  .kodawari_column {
    margin: 50px 0 0 0; }
    @media screen and (min-width: 751px) {
      .kodawari_column {
        margin: 140px 0 0 0; } }
  .kodawari_img {
    border-radius: 30px;
    overflow: hidden; }
    @media screen and (min-width: 751px) {
      .kodawari_img {
        border-radius: 60px; } }
  .kodawari_text {
    position: relative;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .05em;
    margin: 20px 0 0 0;
    z-index: 1; }
    @media screen and (min-width: 751px) {
      .kodawari_text {
        font-size: 30px;
        margin: 65px 0 0 0; } }
  .kodawari_column.no1 {
    margin: 10px 0 0 0; }
    @media screen and (min-width: 751px) {
      .kodawari_column.no1 {
        margin: 0; } }
    .kodawari_column.no1 .kodawari_img {
      border-radius: none; }
  .kodawari_column.no2, .kodawari_column.no3 {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .kodawari_column.no2 .kodawari_img, .kodawari_column.no3 .kodawari_img {
      width: 60%; }
  .kodawari_column.no2 .kodawari_text {
    width: 50%;
    margin: 0 0 15% -10%; }
  .kodawari_column.no3 .kodawari_text {
    width: 50%;
    margin: 0 -10% 10% 0; }

/*----------------------------------------------------------
trigger
----------------------------------------------------------*/
.trigger {
  background-color: #fff;
  background-image: url(../images/trigger/trigger_bg.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: bottom center;
  padding: 75px 0 80% 0; }
  @media screen and (min-width: 751px) {
    .trigger {
      padding: 185px 0 80% 0; } }
  .trigger_text {
    margin: 60px 0 0 0; }
    @media screen and (min-width: 751px) {
      .trigger_text {
        margin: 140px 0 0 0; } }
    .trigger_text p {
      font-size: 12px;
      font-weight: bold;
      letter-spacing: .05em;
      line-height: 2;
      margin: 0 0 2.5em 0; }
      @media screen and (min-width: 751px) {
        .trigger_text p {
          font-size: 25px;
          margin: 0 0 2.5em 0; } }
  .trigger_tegaki {
    display: block;
    margin: 20% 0 0 0; }
    @media screen and (min-width: 751px) {
      .trigger_tegaki {
        margin: 30% 0 0 0; } }

/*----------------------------------------------------------
promise
----------------------------------------------------------*/
.promise {
  background-color: #f2f1f0;
  padding: 60px 0; }
  @media screen and (min-width: 751px) {
    .promise {
      padding: 160px 0; } }
  .promise_list {
    margin: 45px 0 0 0; }
    @media screen and (min-width: 751px) {
      .promise_list {
        margin: 50px 0 0 0; } }
  .promise_item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 25px 0; }
    @media screen and (min-width: 751px) {
      .promise_item {
        margin: 0 0 65px 0; } }
  .promise_item:nth-child(1) .promise_img::before {
    background-image: url(../images/promise/promise_01_bg.png); }
  .promise_item:nth-child(2) .promise_img::before {
    background-image: url(../images/promise/promise_02_bg.png); }
  .promise_item:nth-child(3) .promise_img::before {
    background-image: url(../images/promise/promise_03_bg.png); }
  .promise_item:nth-child(4) .promise_img::before {
    background-image: url(../images/promise/promise_04_bg.png); }
  .promise_item:nth-child(5) .promise_img::before {
    background-image: url(../images/promise/promise_05_bg.png); }
  .promise_img {
    position: relative;
    width: 40%;
    padding: 10px;
    z-index: 1; }
    .promise_img::before {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-size: 100%;
      background-position: center;
      z-index: -1; }
  .promise_text_wrap {
    position: relative;
    width: 60%;
    margin: 30px 0 0 -10px;
    z-index: 1; }
    @media screen and (min-width: 751px) {
      .promise_text_wrap {
        margin: 50px 0 0 -10px; } }
  .promise_title {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: .1em; }
    @media screen and (min-width: 751px) {
      .promise_title {
        font-size: 30px; } }
  .promise_text {
    font-size: 11px;
    font-weight: 500;
    letter-spacing: inherit;
    margin: 10px 0 0 0; }
    @media screen and (min-width: 751px) {
      .promise_text {
        font-size: 20px; } }

/*----------------------------------------------------------
faq
----------------------------------------------------------*/
.faq {
  background-color: #fff;
  padding: 60px 0; }
  @media screen and (min-width: 751px) {
    .faq {
      padding: 160px 0; } }
  .faq_list {
    margin: 40px 0 30px 0; }
    @media screen and (min-width: 751px) {
      .faq_list {
        margin: 100px 0 80px 0; } }
  .faq_item {
    position: relative;
    padding: 25px; }
    @media screen and (min-width: 751px) {
      .faq_item {
        padding: 65px; } }
    .faq_item::before {
      content: '';
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-size: 8px 1px;
      background-image: -webkit-linear-gradient(left, #172852, #172852 3px, transparent 3px, transparent 8px);
      background-image: -o-linear-gradient(left, #172852, #172852 3px, transparent 3px, transparent 8px);
      background-image: linear-gradient(to right, #172852, #172852 3px, transparent 3px, transparent 8px);
      background-repeat: repeat-x; }
      @media screen and (min-width: 751px) {
        .faq_item::before {
          height: 3px;
          background-size: 15px 3px; } }
  .faq_item:last-child::after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background-size: 8px 1px;
    background-image: -webkit-linear-gradient(left, #172852, #172852 3px, transparent 3px, transparent 8px);
    background-image: -o-linear-gradient(left, #172852, #172852 3px, transparent 3px, transparent 8px);
    background-image: linear-gradient(to right, #172852, #172852 3px, transparent 3px, transparent 8px);
    background-repeat: repeat-x; }
    @media screen and (min-width: 751px) {
      .faq_item:last-child::after {
        height: 3px;
        background-size: 15px 3px; } }
  .faq_q {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    letter-spacing: .05em;
    pointer-events: visible;
    cursor: pointer; }
    @media screen and (min-width: 751px) {
      .faq_q {
        font-size: 30px; } }
    .faq_q::before, .faq_q::after {
      content: '';
      position: absolute;
      display: block;
      top: 15px;
      right: 0;
      width: 15px;
      height: 3px;
      background-color: #172852;
      -webkit-transition: all .3s;
      -o-transition: all .3s;
      transition: all .3s; }
      @media screen and (min-width: 751px) {
        .faq_q::before, .faq_q::after {
          top: 28px;
          width: 30px;
          height: 4px; } }
    .faq_q::after {
      -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      transform: rotate(90deg); }
    .faq_q span {
      display: block;
      width: 90%; }
  .faq_q.active::after {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0); }
  .faq_a {
    display: none;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 2; }
    @media screen and (min-width: 751px) {
      .faq_a {
        font-size: 20px;
        margin: 60px 0 0 0; } }

/*----------------------------------------------------------
contact
----------------------------------------------------------*/
.contact {
  background-color: #fff;
  padding: 0 0 100px 0; }
  @media screen and (min-width: 751px) {
    .contact {
      padding: 0 0 180px 0; } }
  .contact_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .contact_item {
    width: 47%;
    border-radius: 30px; }
  .contact_link {
    display: block;
    width: 100%;
    height: 100%;
    background-color: #f2f1f0;
    padding: 15px 10px;
    border-radius: 20px; }
    @media screen and (min-width: 751px) {
      .contact_link {
        padding: 40px 25px;
        border-radius: 30px;
        -webkit-transition: all .3s;
        -o-transition: all .3s;
        transition: all .3s; }
        .contact_link:hover {
          opacity: .5; } }
  .contact_mail {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .05em; }
    @media screen and (min-width: 751px) {
      .contact_mail {
        font-size: 30px; } }
  .contact_text {
    font-size: 11px;
    letter-spacing: .02em;
    margin: 15px 0 0 0; }
    @media screen and (min-width: 751px) {
      .contact_text {
        font-size: 20px;
        margin: 25px 0 0 0; } }
