@charset "UTF-8";
.view-pc {
  display: block; }
  @media screen and (max-width: 768px) {
    .view-pc {
      display: none; } }

.view-sp {
  display: none; }
  @media screen and (max-width: 768px) {
    .view-sp {
      display: block; } }

.font-uppercase {
  text-transform: uppercase; }

.txt-marker {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #e78f7f));
  background: -webkit-linear-gradient(transparent 60%, #e78f7f 40%);
  background: -o-linear-gradient(transparent 60%, #e78f7f 40%);
  background: linear-gradient(transparent 60%, #e78f7f 40%); }

.txt-dotted {
  border-bottom: 2px dotted #e78f7f; }

.txt-sign {
  font-size: 1.57143rem;
  font-weight: bold;
  text-align: right;
  letter-spacing: 0.2rem; }
  @media screen and (max-width: 768px) {
    .txt-sign {
      font-size: 1.35714rem; } }

header {
  position: relative; }
  header .inner_block {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 1280px;
    text-align: center;
    margin: 0 auto;
    padding: 15px 0; }
    @media screen and (max-width: 768px) {
      header .inner_block {
        max-width: 94%;
        margin: 0 auto; } }
  header h1 {
    text-align: center; }
    header h1 img {
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        header h1 img {
          margin-right: 0;
          height: auto;
          width: 120px; } }
  @media screen and (max-width: 320px){
    header h1{
      text-align: left;
    }
  }
  header ul {
    position: absolute;
    right: 30px;
    top: 30px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media screen and (max-width: 768px) {
      header ul {
        right: 10px;
        top: 12px; } }
    header ul li {
      list-style: none; }
      header ul li.start {
        margin-right: 15px; }
        @media screen and (max-width: 768px) {
          header ul li.start {
            margin-right: 8px; } }
        header ul li.start a {
          background: #e78f7f;
          color: #fff;
          border-radius: 100px;
          padding: 5px 15px;
          border: 2px solid #fff;
          -webkit-box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
          box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5); }
          @media screen and (max-width: 768px) {
            header ul li.start a {
              font-size: 0.71429rem;
              line-height: 140%;
              display: block;
              margin-right: 0;
              border-radius: 5px;
              padding: 5px; } }
      header ul li a {
        color: #e78f7f;
        text-align: center; }
        header ul li a img {
          display: block;
          margin: 0 auto 5px; }
          @media screen and (max-width: 768px) {
            header ul li a img {
              margin: 0 auto 2px; } }
      header ul li span {
        font-size: 0.85714rem; }
        @media screen and (max-width: 768px) {
          header ul li span {
            font-size: 0.71429rem; } }
  header .switch {
    display: none; }
    @media screen and (max-width: 768px) {
      header .switch {
        display: block;
        position: absolute;
        right: 20px;
        top: 20px;
        z-index: 999; }
        header .switch:before {
          content: "";
          background: url(../images/common/icon_nav.png) no-repeat;
          background-size: 100%;
          width: 40px;
          height: 40px;
          display: block; } }
    @media screen and (max-width: 768px) and (max-width: 768px) {
      header .switch:before {
        width: 30px;
        height: 30px; } }
    @media screen and (max-width: 768px) {
        header .switch.show:before {
          background: url(../images/common/icon_nav_close.png) no-repeat;
          background-size: 100%;
          width: 40px;
          height: 40px; } }
    @media screen and (max-width: 768px) and (max-width: 768px) {
      header .switch.show:before {
        width: 30px;
        height: 30px; } }
    @media screen and (max-width: 768px) {
        header .switch span {
          display: none; } }
  header nav {
    width: 70%; }
    header nav ul {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      header nav ul li {
        width: 18%; }
        header nav ul li a {
          color: #fff; }
    @media screen and (max-width: 768px) {
      header nav {
        background: rgba(0, 0, 0, 0.8);
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        height: 100vh;
        width: 100%;
        z-index: 990; }
        header nav ul {
          margin-top: 100px; }
          header nav ul li {
            border-bottom: 1px solid #ececec;
            width: 100%; }
            header nav ul li a {
              font-size: 1.14286rem;
              color: #fff;
              display: block;
              padding: 15px 0;
              text-align: center; } }

body {
  font-family: "Noto Sans", sans-serif; }
  body p {
    font-size: 1.25rem;
    font-family: "Noto Sans", sans-serif; }
    @media screen and (max-width: 768px) {
      body p {
        font-size: 1.14286rem; } }

.common_mm {
  background: #ececec; }
  @media screen and (max-width: 768px) {
    .common_mm {
      padding-top: 0px; } }
  .common_mm p {
    text-align: center; }
  .common_mm form {
    margin-top: 50px; }
    @media screen and (max-width: 768px) {
      .common_mm form {
        margin-top: 25px; } }

.start-btn {
  background: #e78f7f;
  color: #fff;
  border-radius: 100px;
  padding: 18px 40px;
  font-size: 1.4rem;
  font-weight: bold;
  border: 2px solid #fff;
  -webkit-box-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
  box-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
  margin: 0 auto;
  position: fixed;
  bottom: 50px;
  left: auto;
  right: 15px;
  z-index: 999; }
  @media screen and (max-width: 768px) {
    .start-btn {
      max-width: 100px;
      text-align: center;
      padding: 5px 15px;
      font-size: 1rem;
/*      max-width: 200px;
      font-size: 1.42857rem;
      padding: 10px;
*/      bottom: 10px;
      left: 0;
      right: 0; } }

footer .inner_block {
  max-width: 1280px;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media screen and (max-width: 768px) {
    footer .inner_block {
      padding-bottom: 50px; } }
  footer .inner_block div {
    width: 30%;
    padding: 100px 0; }
    @media screen and (max-width: 768px) {
      footer .inner_block div {
        width: 100%;
        padding: 15px 0 25px; } }
    footer .inner_block div:first-child ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 50px;
      list-style: none; }
      @media screen and (max-width: 768px) {
        footer .inner_block div:first-child ul {
          width: 50%;
          margin: 25px auto 0;
          display: block;
          text-align: center;
          padding: 0; } }
      footer .inner_block div:first-child ul li {
        width: 30px;
        height: 30px;
        margin-right: 15px; }
        @media screen and (max-width: 768px) {
          footer .inner_block div:first-child ul li {
            display: inline-block;
            height: auto; } }
        footer .inner_block div:first-child ul li img {
          vertical-align: middle; }
        footer .inner_block div:first-child ul li.sns-youtube img {
          margin-top: 5px; }
    footer .inner_block div:first-child p {
      width: 60%; }
      @media screen and (max-width: 768px) {
        footer .inner_block div:first-child p {
          width: 50%;
          margin: 0 auto; } }
    footer .inner_block div:first-child img {
      max-width: 100%;
      height: auto; }
    footer .inner_block div .footer-menu {
      list-style: none; }
      @media screen and (max-width: 768px) {
        footer .inner_block div .footer-menu {
          width: 90%;
          margin: 0 auto; } }
      footer .inner_block div .footer-menu li {
        margin-bottom: 15px; }
        @media screen and (max-width: 768px) {
          footer .inner_block div .footer-menu li {
            font-size: 1rem;
            display: inline-block; }
            footer .inner_block div .footer-menu li:after {
              content: "/";
              color: #e78f7f;
              margin-left: 10px;
              margin-right: 10px; } }
        @media screen and (max-width: 768px) {
          footer .inner_block div .footer-menu li:last-child:after {
            display: none; } }
        footer .inner_block div .footer-menu li:first-child {
          margin-bottom: 30px;
          font-weight: bold;
          color: #e78f7f; }
          @media screen and (max-width: 768px) {
            footer .inner_block div .footer-menu li:first-child {
              width: 100%; }
              footer .inner_block div .footer-menu li:first-child:after {
                display: none; } }

.content-col2 {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .content-col2 > div {
    width: 48.5%; }
    @media screen and (max-width: 768px) {
      .content-col2 > div {
        width: 100%; } }
  @media screen and (max-width: 768px) {
    .content-col2 .content-col2_txt {
      margin-bottom: 15px; } }
  .content-col2 .content-col2_txt h2 {
    font-size: 2.14286rem;
    line-height: 3rem;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      .content-col2 .content-col2_txt h2 {
        font-size: 1.42857rem;
        line-height: 2.5rem;
        margin-bottom: 25px; } }
  .content-col2 .content-col2_txt img {
    width: 100%;
    height: auto; }
  .content-col2 .content-col2_copy {
    position: relative;
    vertical-align: middle; }
    .content-col2 .content-col2_copy p {
      font-size: 2.14286rem;
      display: block;
      font-weight: bold;
      line-height: 3rem;
      letter-spacing: 0.35rem; }
      .content-col2 .content-col2_copy p:first-letter {
        font-size: 2.57143rem;
        color: #e78f7f; }
      @media screen and (max-width: 768px) {
        .content-col2 .content-col2_copy p {
          font-size: 1.28571rem;
          line-height: 2rem;
          letter-spacing: 0.15rem;
          text-align: center;
          margin-top: 30px; }
          .content-col2 .content-col2_copy p:first-letter {
            font-size: 1.85714rem; } }

.faq-list {
  margin-bottom: 30px; }
  .faq-list dt {
    padding: 15px 0;
    border-bottom: 1px solid #999;
    background: url(../images/common/icon_plus.svg) no-repeat;
    background-size: 15px 15px;
    background-position: 98% 25px;
    cursor: pointer; }
    @media screen and (max-width: 768px) {
      .faq-list dt {
        padding: 7px 25px 7px 0;
        background-position: 98% 16px; } }
    .faq-list dt.open {
      background: url(../images/common/icon_minus.svg) no-repeat;
      background-size: 15px 15px;
      background-position: 98% 25px; }
      @media screen and (max-width: 768px) {
        .faq-list dt.open {
          padding: 7px 25px 7px 0;
          background-position: 98% 16px; } }
  .faq-list dd {
    display: none;
    padding: 30px; }
    @media screen and (max-width: 768px) {
      .faq-list dd {
        padding: 15px; } }
    .faq-list dd p {
      margin-bottom: 15px; }
  .faq-list + .h3-heading {
    margin-top: 100px; }

.faq-navi {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 50px 0; }
  @media screen and (max-width: 768px) {
    .faq-navi {
      margin: 25px 0;
      -webkit-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; } }
  .faq-navi li {
    margin-bottom: 15px;
    margin-right: 15px; }
    @media screen and (max-width: 768px) {
      .faq-navi li {
        margin-right: 7px;
        margin-bottom: 7px;
        width: calc(50% - 7px);
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .faq-navi li a {
      border: 1px solid #e78f7f;
      padding: 15px 15px;
      display: block; }
      @media screen and (max-width: 768px) {
        .faq-navi li a {
          font-size: 0.85714rem;
          padding: 20px 0;
          width: 100%;
          line-height: 140%; } }
      @media screen and (max-width: 768px) {
        .faq-navi li a.line-double {
          padding: 15px 0 10px; } }
      .faq-navi li a:hover {
        background: #e78f7f;
        opacity: 1;
        color: #fff; }

.txt-box {
  width: 90%;
  margin: 0 auto; }
  .txt-box p {
    margin-bottom: 30px; }
  .txt-box + .h2-heading {
    margin-top: 100px; }

.point-list {
  width: 50%;
  margin: 0 auto 100px; }
  @media screen and (max-width: 768px) {
    .point-list {
      width: 94%;
      margin: 0 auto 50px; } }
  .point-list li {
    font-size: 1.35714rem;
    list-style: none;
    letter-spacing: 0.2rem;
    padding: 15px 0; }
    @media screen and (max-width: 768px) {
      .point-list li {
        font-size: 1.14286rem;
        letter-spacing: 0.1rem; } }
    .point-list li span {
      background: #e78f7f;
      padding: 9px 0 0 4px;
      border-radius: 200px;
      width: 36px;
      height: 31px;
      text-align: center;
      display: inline-block;
      color: #fff;
      margin-right: 15px;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .point-list li span {
          margin-right: 0;
          width: 26px;
          height: 24px;
          padding: 5px 0 0 2px;
          margin-right: 10px; } }

.dl-table {
  width: 94%;
  margin: 0 auto;
  font-size: 1.25rem;
  line-height: 2.5rem;
  font-family: "Noto Sans", sans-serif; }
  @media screen and (max-width: 768px) {
    .dl-table {
      width: 80%; } }
  .dl-table.company {
    width: 50%; }
    @media screen and (max-width: 768px) {
      .dl-table.company {
        width: 80%; } }
  .dl-table div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 16px 0;
    border-bottom: 1px solid #999; }
    @media screen and (max-width: 768px) {
      .dl-table div {
        display: block; } }
  .dl-table dt {
    width: 25%;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none; }
    @media screen and (max-width: 768px) {
      .dl-table dt {
        width: 100%; } }
  .dl-table dd > ul {
    list-style: none; }

.simple-list {
  padding: 15px 0;
  margin: 15px 0; }
  .simple-list li {
    list-style: none;
    font-size: 1.14286rem;
    margin-bottom: 15px; }

.line-list {
  margin: 0;
  padding: 30px 0;
  border: 1px dashed #999;
  width: 80%;
  margin: 0 auto; }
  .line-list li {
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 1.28571rem;
    text-align: center; }
    .line-list li:after {
      content: "↓";
      color: #e78f7f;
      display: block;
      margin: 10px auto;
      width: 15px;
      font-size: 2.14286rem; }
    .line-list li:last-child:after {
      display: none; }

.content-txt {
  padding: 0 0 30px 0; }

.h2-heading {
  font-size: 2.14286rem;
  margin-bottom: 50px;
  text-align: center;
  line-height: 3rem; }
  .h2-heading.font-en {
    font-size: 2.42857rem; }
    @media screen and (max-width: 768px) {
      .h2-heading.font-en {
        font-size: 1.57143rem; } }
  @media screen and (max-width: 768px) {
    .h2-heading {
      font-size: 1.35714rem;
      margin-bottom: 25px;
      line-height: 2rem; } }
  .h2-heading .h2-label {
    color: #000;
    font-size: 1.78571rem;
    padding: 5px 20px;
    border-radius: 50px;
    margin-right: 10px;
    border: 2px dotted #e78f7f; }
    @media screen and (max-width: 768px) {
      .h2-heading .h2-label {
        font-size: 1.25rem;
        margin-right: 5px;
        padding: 5px 10px; } }
  .h2-heading .txt-marker {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(70%, transparent), color-stop(30%, #e78f7f));
    background: -webkit-linear-gradient(transparent 70%, #e78f7f 30%);
    background: -o-linear-gradient(transparent 70%, #e78f7f 30%);
    background: linear-gradient(transparent 70%, #e78f7f 30%); }

.h2-heading_after {
  font-size: 1.42857rem;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .h2-heading_after {
      font-size: 1.25rem; } }

.h3-heading {
  font-size: 1.42857rem;
  margin-bottom: 40px; }
  @media screen and (max-width: 768px) {
    .h3-heading {
      font-size: 1.25rem;
      margin-top: 25px; } }

.h4-heading {
  font-size: 1.28571rem;
  padding: 15px 0;
  color: #e78f7f; }
  @media screen and (max-width: 768px) {
    .h4-heading {
      font-size: 1.14286rem;
      margin-top: 25px; } }

.items-heading {
  font-size: 1.71429rem;
  position: relative;
  padding: 0 65px;
  text-align: center;
  max-width: 500px;
  margin: 0 auto 25px; }
  .items-heading::before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #000; }
  .items-heading span {
    position: relative;
    padding: 5px 1em;
    background: #fff;
    display: block; }
    .items-heading span:last-child {
      font-size: 1.28571rem; }
    @media screen and (max-width: 768px) {
      .items-heading span {
        padding: 5px 0; } }
  @media screen and (max-width: 768px) {
    .items-heading {
      font-size: 1.07143rem; } }

.items-heading_after {
  text-align: center;
  margin-bottom: 50px; }

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

.more-link {
  padding: 30px 0; }
  @media screen and (max-width: 768px) {
    .more-link {
      padding: 15px 0; } }
  .more-link a {
    display: block;
    background: #e78f7f;
    color: #fff;
    border: 1px solid #e78f7f;
    width: 300px;
    margin: 0 auto;
    font-size: 1.35714rem;
    text-align: center;
    padding: 15px 0;
    border-radius: 50px; }
    @media screen and (max-width: 768px) {
      .more-link a {
        font-size: 1.25rem;
        width: 250px; } }
    .more-link a.btn-l {
      width: 400px; }
      @media screen and (max-width: 768px) {
        .more-link a.btn-l {
          width: 100%; } }
    .more-link a:hover {
      opacity: 1;
      background: #fff;
      color: #e78f7f; }

.t-center {
  text-align: center; }

.t-left {
  text-align: left; }

.t-right {
  text-align: right; }

section {
  padding: 60px 0 80px; }
  @media screen and (max-width: 768px) {
    section {
      padding: 30px 0 0; } }
  section.bg-gray {
    background: #ececec; }
  section .inner_block {
    max-width: 1280px;
    margin: 0 auto;
    position: relative;
    padding: 50px 0; }
    @media screen and (max-width: 768px) {
      section .inner_block {
        padding: 25px 0; } }
    section .inner_block p {
      line-height: 2.5rem; }
      @media screen and (max-width: 768px) {
        section .inner_block p {
          line-height: 2rem; } }
    @media screen and (max-width: 768px) {
      section .inner_block {
        width: 94%;
        margin: 0 auto;
        padding: 25px 0; } }

div.photo-full {
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%; }
  @media screen and (max-width: 768px) {
    div.photo-full {
      height: 250px; } }

div.photo-full-img {
  max-width: 1280px;
  margin: 0 auto;
  position: relative; }
  @media screen and (max-width: 768px) {
    div.photo-full-img {
      margin: 50px 0 30px; } }
  div.photo-full-img p {
    background: #fff;
    position: absolute;
    top: 30px;
    padding: 15px 5px;
    font-weight: bold;
    line-height: 40px;
    font-size: 1.1rem; }
    @media screen and (max-width: 768px) {
      div.photo-full-img p {
        top: -30px; } }
    div.photo-full-img p:after {
      content: "";
      border: 3px solid #e78f7f;
      display: block;
      bottom: 0; }
  div.photo-full-img img {
    width: 100%;
    margin: 0 auto; }

.sub-mv {
  background: url(../images/index/photo_items@2x.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  z-index: 0; }
  .sub-mv:after {
    content: "";
    background: rgba(255, 255, 255, 0.3);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0; }
  .sub-mv .inner_block {
    padding: 20px 0 50px 0; }
  .sub-mv h2 {
    font-size: 2.14286rem;
    z-index: 2;
    position: relative;
    margin: 0 auto;
    text-align: center; }
    @media screen and (max-width: 768px) {
      .sub-mv h2 {
        font-size: 1.42857rem; } }
    .sub-mv h2 span {
      background: #e78f7f;
      padding: 5px 15px;
      color: #fff; }

#mv {
  padding: 0;
  width: 100%;
  margin-bottom: 70px;
  height: calc(100vh - 100px); }
  @media screen and (max-width: 1280px) {
    #mv {
      height: auto; } }
  #mv .inner_block {
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 100%; }
    #mv .inner_block img {
      width: 100%;
      height: auto; }
  #mv .slide {
    height: calc(100vh - 100px);
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    }
    #mv .slide .slide-img {
      display: none; 
     }
      @media screen and (max-width: 1280px) {
        #mv .slide .slide-img {
          display: block;
          } }
      @media screen and (max-width: 768px) {
        #mv .slide .slide-img {
          display: none; } }
    @media screen and (max-width: 1280px) {
      #mv .slide {
        background-image: none !important;
        height: auto; } }
    @media screen and (max-width: 768px) {
      #mv .slide {
        background-image: none !important;
        height: auto; } }
    #mv .slide div {
      padding-top: 30px; }
      @media screen and (max-width: 990px) {
        #mv .slide div {
          padding-top: 0; } }
      #mv .slide div p {
        width: 50%;
        margin: 0 auto; }
        @media screen and (max-width: 768px) {
          #mv .slide div p {
            width: 100%; } }
        #mv .slide div p span {
          font-size: 1.78571rem;
          background: #0fb48b;
          color: #fff;
          letter-spacing: 0.5rem; }
          @media screen and (max-width: 768px) {
            #mv .slide div p span {
              font-size: 1.14286rem;
              letter-spacing: 0; } }
          #mv .slide div p span:after {
            content: "";
            display: block;
            margin-bottom: 15px; }
            @media screen and (max-width: 768px) {
              #mv .slide div p span:after {
                margin-bottom: 5px; } }
    #mv .slide.slide03 div {
      position: relative; }
      #mv .slide.slide03 div p {
        width: 35%;
        margin: 75px auto 0; }
        @media screen and (max-width: 768px) {
          #mv .slide.slide03 div p {
            width: 80%;
            margin-top: 40px; } }
        #mv .slide.slide03 div p span {
          font-size: 2.14286rem; }
          @media screen and (max-width: 768px) {
            #mv .slide.slide03 div p span {
              font-size: 1.28571rem; } }

.top_headtxt .inner_block {
  max-width: 950px; }

.top_headtxt .content-col2 > div {
  width: 48.5%; }
  @media screen and (max-width: 768px) {
    .top_headtxt .content-col2 > div {
      width: 48.5%; } }
  @media screen and (max-width: 576px) {
    .top_headtxt .content-col2 > div {
      width: 100%; } }

.top_goal .h2-heading {
  margin-left: -70px; }
  @media screen and (max-width: 768px) {
    .top_goal .h2-heading {
      margin-left: 0; } }

.top_goal .goal-items {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 100px; }
  @media screen and (max-width: 768px) {
    .top_goal .goal-items {
      margin-top: 50px; } }
  .top_goal .goal-items .item {
    width: 50%;
    position: relative;
    margin-bottom: 100px; }
    @media screen and (max-width: 768px) {
      .top_goal .goal-items .item {
        width: 100%;
        margin-bottom: 50px; } }
    .top_goal .goal-items .item figure {
      width: 30%;
      z-index: 1;
      position: relative; }
      @media screen and (max-width: 768px) {
        .top_goal .goal-items .item figure {
          width: 50%;
          margin: 0 auto; } }
      .top_goal .goal-items .item figure img {
        max-width: 100%; }
    .top_goal .goal-items .item div {
      background: #FEF6EB;
      width: 50%;
      position: absolute;
      left: 20%;
      bottom: -50px;
      padding: 30px 5% 30px 15%;
      z-index: 0; }
      @media screen and (max-width: 768px) {
        .top_goal .goal-items .item div {
          position: relative;
          width: 100%;
          left: 0;
          bottom: auto;
          padding: 15px 0;
          margin-top: 15px;
          border-radius: 5px; } }
      .top_goal .goal-items .item div p {
        padding: 0 15px; }
        .top_goal .goal-items .item div p span {
          background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #e78f7f));
          background: -webkit-linear-gradient(transparent 60%, #e78f7f 40%);
          background: -o-linear-gradient(transparent 60%, #e78f7f 40%);
          background: linear-gradient(transparent 60%, #e78f7f 40%); }
      @media screen and (max-width: 768px) {
        .top_goal .goal-items .item div:before {
          content: "";
          position: absolute;
          top: -30px;
          left: 50%;
          margin-left: -15px;
          border: 15px solid transparent;
          border-bottom: 15px solid #FEF6EB; } }
    .top_goal .goal-items .item:nth-of-type(2) div p span {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #f2d791));
      background: -webkit-linear-gradient(transparent 60%, #f2d791 40%);
      background: -o-linear-gradient(transparent 60%, #f2d791 40%);
      background: linear-gradient(transparent 60%, #f2d791 40%); }
    .top_goal .goal-items .item:nth-of-type(3) div p span {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #f4d1ad));
      background: -webkit-linear-gradient(transparent 60%, #f4d1ad 40%);
      background: -o-linear-gradient(transparent 60%, #f4d1ad 40%);
      background: linear-gradient(transparent 60%, #f4d1ad 40%); }
    .top_goal .goal-items .item:nth-of-type(4) div p span {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(40%, #b3ccbc));
      background: -webkit-linear-gradient(transparent 60%, #b3ccbc 40%);
      background: -o-linear-gradient(transparent 60%, #b3ccbc 40%);
      background: linear-gradient(transparent 60%, #b3ccbc 40%); }

.top_soup .top_soup_content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 100px; }
  @media screen and (max-width: 768px) {
    .top_soup .top_soup_content {
      margin-top: 0; } }
  .top_soup .top_soup_content .item-photo {
    width: 30%;
    position: relative; }
    @media screen and (max-width: 768px) {
      .top_soup .top_soup_content .item-photo {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 15px; } }
    .top_soup .top_soup_content .item-photo .arrow {
      width: 50px;
      height: auto;
      margin: 15px auto;
      display: block; }
      @media screen and (max-width: 768px) {
        .top_soup .top_soup_content .item-photo .arrow {
          -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
          position: absolute;
          width: 45px;
          top: 0;
          bottom: 0;
          right: 0;
          left: 0;
          margin: auto; } }
    .top_soup .top_soup_content .item-photo img {
      max-width: 100%;
      height: auto;
      border-radius: 5px; }
      @media screen and (max-width: 768px) {
        .top_soup .top_soup_content .item-photo img {
          width: 48%; } }
  .top_soup .top_soup_content .item-txt {
    width: 60%; }
    @media screen and (max-width: 768px) {
      .top_soup .top_soup_content .item-txt {
        width: 100%; } }
    .top_soup .top_soup_content .item-txt p {
      margin-bottom: 30px; }
      @media screen and (max-width: 768px) {
        .top_soup .top_soup_content .item-txt p {
          margin-bottom: 15px; } }

.top_soup .inner_block .soup_notes {
  font-size: 1rem; }
  .top_soup .inner_block .soup_notes span {
    font-size: 1.07143rem;
    padding: 5px 0px 5px 15px;
    background: #e78f7f;
    color: #fff; }
    @media screen and (max-width: 768px) {
      .top_soup .inner_block .soup_notes span {
        padding: 0 0 0 10px; } }

    @media screen and (max-width: 320px){
      .top_soup .inner_block .soup_notes span {
        padding: 0 0 0 2px; 
      }
    }

    .top_soup .inner_block .soup_notes span:after {
      display: inline-block;
      content: "・・・";
      background: #fff;
      color: #e78f7f;
      margin-left: 15px;
      padding: 0 5px; }
      @media screen and (max-width: 768px) {
        .top_soup .inner_block .soup_notes span:after {
          font-size: 1.07143rem; } }

.top_our-mission p {
  margin-bottom: 50px; }
  @media screen and (max-width: 768px) {
    .top_our-mission p {
      margin-bottom: 25px; } }

.top_production .item {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px; }
  .top_production .item:nth-of-type(even) .item-photo {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
    @media screen and (max-width: 768px) {
      .top_production .item:nth-of-type(even) .item-photo {
        -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
        order: 0; } }
  .top_production .item:nth-of-type(even) .item-txt {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }
    @media screen and (max-width: 768px) {
      .top_production .item:nth-of-type(even) .item-txt {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
  .top_production .item .item-photo {
    width: 50%;
    position: relative; }
    @media screen and (max-width: 768px) {
      .top_production .item .item-photo {
        width: 100%; } }
    .top_production .item .item-photo p {
      background: #fff;
      position: absolute;
      top: 30px;
      padding: 15px;
      font-weight: bold; }
      @media screen and (max-width: 768px) {
        .top_production .item .item-photo p {
          top: -30px; } }
      .top_production .item .item-photo p:after {
        content: "";
        border: 3px solid #e78f7f;
        display: block;
        bottom: 0; }
    .top_production .item .item-photo img {
      max-width: 90%;
      height: auto;
      margin-left: 5%; }
  .top_production .item .item-txt {
    width: 45%; }
    @media screen and (max-width: 768px) {
      .top_production .item .item-txt {
        width: 100%; } }
    .top_production .item .item-txt p:first-child {
      font-size: 1.57143rem;
      font-weight: bold;
      margin-bottom: 30px;
      margin-top: 30px; }
      @media screen and (max-width: 768px) {
        .top_production .item .item-txt p:first-child {
          font-size: 1.28571rem;
          margin-bottom: 15px;
          margin-top: 30px; } }
    .top_production .item .item-txt p.notes {
      color: #000;
      line-height:1.8rem;
      font-size: 1.14286rem; }
      @media screen and (max-width: 768px) {
        .top_production .item .item-txt p.notes {
          font-size: 1rem;
          line-height:1.4rem; } }

.top_our-story {
  background: url(../images/index/bg_ourstory.jpg) no-repeat;
  background-size: cover;
  background-position: center; }
  .top_our-story .inner_block {
    padding: 150px 0; }
    @media screen and (max-width: 768px) {
      .top_our-story .inner_block {
        padding: 25px 0 50px; } }
  .top_our-story h2 {
    color: #fff;
    text-align: center;
    text-shadow: 1px 0px 5px rgba(0, 0, 0, 0.3); }
  .top_our-story a {
    display: block;
    background: #fff;
    color: #e78f7f;
    width: 300px;
    margin: 0 auto;
    font-size: 1.35714rem;
    text-align: center;
    padding: 15px 0;
    border-radius: 50px;
    border: 3px solid #e78f7f;
    position: relative; }
    @media screen and (max-width: 768px) {
      .top_our-story a {
        font-size: 1.25rem;
        width: 250px; } }
    .top_our-story a:hover {
      opacity: 1;
      background: #e78f7f;
      color: #fff; }

.top_items .btn-cart {
  background: #ff9600;
  display: block;
  padding: 15px;
  width: 200px;
  color: #fff;
  text-align: center;
  font-size: 1.28571rem;
  font-weight: bold;
  margin: 0 auto;
  border: 3px solid #fff; }

.top_items .item-body {
  position: relative; }
  .top_items .item-body p {
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
    line-height: 140%; }
  .top_items .item-body ul {
    list-style: none;
    text-align: center;
    width: 50%;
    margin: 0 auto 30px; }
    @media screen and (max-width: 768px) {
      .top_items .item-body ul {
        width: 100%; } }
    .top_items .item-body ul li {
      font-size: 1.25rem;
      margin-bottom: 15px; }
      .top_items .item-body ul li:first-child {
        background: #fff;
        padding: 15px 0;
        border-radius: 5px;
        position: relative;
        margin-bottom: 30px; }
        .top_items .item-body ul li:first-child:before {
          content: "";
          position: absolute;
          top: 100%;
          left: 50%;
          margin-left: -15px;
          border: 15px solid transparent;
          border-top: 15px solid #fff; }
      .top_items .item-body ul li:last-child {
        font-size: 2.14286rem;
        font-weight: bold; }
        .top_items .item-body ul li:last-child span {
          font-size: 1.14286rem; }
          .top_items .item-body ul li:last-child span:first-child {
            margin-right: 10px;
            margin-left: 5px; }

.top_items .item-checkbox {
  width: 60%;
  margin: 0 auto 50px; }
  @media screen and (max-width: 768px) {
    .top_items .item-checkbox {
      width: 100%; } }
  .top_items .item-checkbox ul {
    list-style: none;
    margin-bottom: 50px; }
    @media screen and (max-width: 768px) {
      .top_items .item-checkbox ul {
        margin-bottom: 25px; } }
    .top_items .item-checkbox ul li {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-bottom: 15px; }
      .top_items .item-checkbox ul li p {
        width: calc(100% - 30px); }
      .top_items .item-checkbox ul li:before {
        content: "";
        background: url(../images/index/icon_checkbox.svg) no-repeat;
        display: block;
        width: 25px;
        height: 25px;
        margin-top: 10px; }
  .top_items .item-checkbox > p {
    font-size: 1.07143rem; }

.top_items .lineup01 {
  margin-bottom: 50px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .top_items .lineup01 .item {
    width: calc(50% - 50px);
    background: #b3ccbc;
    padding: 25px 25px; }
    @media screen and (max-width: 768px) {
      .top_items .lineup01 .item {
        width: calc(100% - 50px); } }
    .top_items .lineup01 .item:last-child {
      background: #f4d1ad; }
      .top_items .lineup01 .item:last-child .item-img .item-cnt {
        color: #f4d1ad; }
    .top_items .lineup01 .item .item-img {
      width: 70%;
      margin: 0 auto 50px; }
      @media screen and (max-width: 768px) {
        .top_items .lineup01 .item .item-img {
          width: 100%;
          margin: 0 auto 25px; } }
      .top_items .lineup01 .item .item-img img {
        max-width: 100%;
        height: auto; }
      .top_items .lineup01 .item .item-img .item-cnt {
        background: #fff;
        padding: 10px 15px;
        width: 200px;
        border-radius: 30px;
        color: #b3ccbc;
        text-align: center;
        margin: 0 auto 30px;
        font-weight: bold; }

.top_items .lineup02 {
  margin-bottom: 50px; }
  .top_items .lineup02 .item {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: #FEF6EB;
    border-radius: 15px;
    padding: 30px 15px;
    width: calc(100% - 30px); }
    .top_items .lineup02 .item .item-img {
      width: 45%;
      margin: 0 auto; }
      @media screen and (max-width: 768px) {
        .top_items .lineup02 .item .item-img {
          width: 100%;
          margin-bottom: 25px; } }
      .top_items .lineup02 .item .item-img img {
        max-width: 100%;
        height: auto; }
    .top_items .lineup02 .item .item-body {
      width: 50%; }
      @media screen and (max-width: 768px) {
        .top_items .lineup02 .item .item-body {
          width: 100%; } }
      .top_items .lineup02 .item .item-body .btn-cart {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0; }
        @media screen and (max-width: 768px) {
          .top_items .lineup02 .item .item-body .btn-cart {
            position: relative; } }
      .top_items .lineup02 .item .item-body .item-cnt {
        background: #e78f7f;
        padding: 10px 15px;
        width: 200px;
        border-radius: 30px;
        color: #fff;
        text-align: center;
        margin: 0 auto 30px;
        font-weight: bold; }
      @media screen and (max-width: 768px) {
        .top_items .lineup02 .item .item-body .price-list {
          width: 100%; } }
      .top_items .lineup02 .item .item-body .price-list li img {
        width: 80px;
        margin-left: 15px;
        vertical-align: middle;
        margin: 15px 0 30px 15px;
      }
.top_items .lineup02 .item .item-body .btn-cart.soldout{
  position: relative;
  margin-top: -30px;
}
 .top_items .btn-cart.soldout{
  background: #999;
  position: relative;

 }
.top_items .soldout-txt{
  font-size: .9rem;
}

.top_items .lineup_after_txt {
  width: 70%;
  margin: 0 auto 100px; }
  @media screen and (max-width: 768px) {
    .top_items .lineup_after_txt {
      width: 100%;
      margin: 0 auto 50px; } }
  .top_items .lineup_after_txt p {
    font-size: 1.14286rem;
    line-height: 2rem; }
    @media screen and (max-width: 768px) {
      .top_items .lineup_after_txt p {
        font-size: 1rem;
        line-height: 1.5rem; } }

.refund h2 {
  text-align: center;
  margin-bottom: 50px;
  font-size: 2.14286rem; }
  @media screen and (max-width: 768px) {
    .refund h2 {
      line-height: 160%;
      font-size: 1.35714rem;
      margin-bottom: 25px;
      line-height: 2rem; } }
  .refund h2 span {
    display: inline-block;
    background: #e78f7f;
    width: 50px;
    height: 50px;
    line-height: 140%;
    border-radius: 15px;
    text-align: center;
    font-size: 1.42857rem;
    color: #fff;
    padding: 10px 15px 20px 15px;
    margin-right: 15px;
    vertical-align: middle; }
    @media screen and (max-width: 768px) {
      .refund h2 span {
        display: block;
        margin: 0 auto;
        margin-bottom: 15px;
        font-size: 1.28571rem;
        padding: 8px 10px 12px 10px; } }

.refund .refund-head {
  width: 70%;
  margin: 0 auto;
  text-align: center; }
  @media screen and (max-width: 768px) {
    .refund .refund-head {
      width: 100%; } }
  .refund .refund-head > p {
    font-size: 1.28571rem;
    text-align: left; }

.refund ul {
  border: 1px solid #ff9600;
  width: 80%;
  margin: 50px auto 0;
  padding: 15px;
  border-radius: 15px;
  display: none; }
  @media screen and (max-width: 768px) {
    .refund ul {
      width: calc(100% - 32px);
      margin: 25px auto 0; } }
  .refund ul li {
    list-style: none;
    font-size: 1.28571rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .refund ul li:before {
      content: "■";
      color: #e78f7f;
      margin-top: 10px;
      margin-right: 10px;
      font-size: 1rem; }
    .refund ul li p {
      width: 95%; }
      @media screen and (max-width: 768px) {
        .refund ul li p {
          font-size: 1rem;
          width: 90%; } }

.refund a {
  color: #e78f7f;
  text-decoration: underline;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  margin-top: 15px; }


.video {
  position: relative;
  width: 100%;
  
}

.video::before {
  content:"";
  display: block;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}