/* common */
article {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0 auto; }

.screen_senction {
  width: 100%;
  position: relative;
  z-index: 1; }

.content_senction {
  margin: 0 auto;
  position: relative;
  z-index: 1; }

ul.col4 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  ul.col4 li {
    max-width: 24%;
    text-align: center; }

ul.col3 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
  ul.col3 li {
    width: 32%;
    text-align: center; }

@media screen and (max-width: 960px) {
  ul.col2_sp {
    flex-wrap: wrap;
    justify-content: space-between; }
    ul.col2_sp li {
      max-width: 49%;
      margin-bottom: 1.8%;
      flex-basis: calc(50% - 4px);
      text-align: center; } }

/* common */
header .wrap {
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
  align-items: center;
  padding: 15px 0 5px;
  box-sizing: border-box; }
  header .wrap > div {
    width: 30%;
    padding: 0 8px;
    box-sizing: border-box; }

.top_main {
  background-image: url(../../images/main_bg.png);
  background-repeat: repeat;
  background-position: left top;
  background-size: 55px auto;
  padding: 10px 0 5px;
  position: relative;
  margin: 0 auto; }
  .top_main .img {
    text-align: center;
    width: 90%;
    margin: 0 auto; }

.box01 {
  position: relative;
  z-index: 2;
  background: linear-gradient(#e1f1f0 0%, rgba(225, 241, 240, 0) 100%); }
  .box01 .content_senction {
    width: 85%;
    position: relative;
    padding: 20px 0 20px; }
    .box01 .content_senction .title {
      position: relative;
      margin: 0 auto;
      text-align: center;
      padding-bottom: 12px; }
    .box01 .content_senction .text1 {
      text-align: center;
      padding-bottom: 10px; }
    .box01 .content_senction .img1 {
      text-align: center;
      margin: 0 auto;
      width: 85%; }
      .box01 .content_senction .img1 img {
        margin: 0 auto; }

.box02 {
  position: relative;
  z-index: 1;
  margin: 0 auto; }
  .box02 .content_senction {
    background-image: url(../../images/box02_bg.png);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: 100% auto;
    margin-top: -40px; }
  .box02 .top_logo {
    display: flex;
    justify-content: center;
    flex-wrap: nowrap;
    align-items: center;
    padding-top: 40px; }
    .box02 .top_logo > div {
      padding: 0 10px; }
      .box02 .top_logo > div img {
        width: auto;
        height: 24px; }
  .box02 .title {
    position: relative;
    margin: 0 auto;
    text-align: center;
    padding-top: 15px;
    padding-bottom: 13px;
    width: 75%; }
  .box02 .arrow {
    text-align: center;
    padding-bottom: 8px;
    width: 20px;
    margin: 0 auto; }
  .box02 .box {
    position: relative;
    width: 87%;
    background-color: #d3e9dc;
    margin: 0 auto;
    padding: 3px;
    box-sizing: border-box; }
    .box02 .box .inner {
      position: relative;
      width: 100%;
      background-color: #d3e9dc;
      border: 2px solid #fff;
      box-sizing: border-box;
      padding: 20px 15px 0px;
      background-image: url(../../images/box02_pic02.png);
      background-repeat: no-repeat;
      background-position: top 25% left 10px;
      background-size: auto 74%;
      display: flex;
      justify-content: flex-end; }
      .box02 .box .inner .text_box {
        position: relative;
        right: 0;
        width: 68%; }
        .box02 .box .inner .text_box .img1 {
          padding-bottom: 10px; }
        .box02 .box .inner .text_box .title_s {
          padding-left: 2px;
          padding-bottom: 14px; }
          .box02 .box .inner .text_box .title_s img {
            height: 19px;
            width: auto; }
        .box02 .box .inner .text_box p {
          position: relative;
          top: -15px;
          padding-left: 14%;
          padding-bottom: 0px;
          box-sizing: border-box;
          font-size: 1.0rem;
          line-height: 120%;
          letter-spacing: 1px; }
  .box02 .text2 {
    text-align: center;
    padding: 40px 0 20px;
    width: 84%;
    margin: 0 auto; }
  .box02 .wrap {
    position: relative;
    width: 82%;
    margin: 0 auto;
    padding-left: 3%;
    box-sizing: border-box; }
    .box02 .wrap .slide {
      display: none;
      width: 100%;
      padding-right: 11%; }
      .box02 .wrap .slide.active {
        display: block; }
  .box02 ul.comment_list {
    position: relative;
    flex-wrap: nowrap;
    padding-bottom: 5px;
    width: 94%;
    padding-right: 10%; }
    .box02 ul.comment_list li {
      position: relative;
      width: 100%;
      border: 2px solid #000;
      border-radius: 4px;
      box-sizing: border-box;
      background-color: #fff;
      box-shadow: 2px 4px rgba(0, 0, 0, 0.1);
      padding: 10px 15px 10px 10px;
      margin-bottom: 12px; }
      .box02 ul.comment_list li.r {
        left: 10%; }
      .box02 ul.comment_list li p {
        font-size: 1.1rem;
        font-weight: 500;
        line-height: 130%;
        letter-spacing: 0px;
        text-align: justify;
        padding-bottom: 5px; }
        .box02 ul.comment_list li p strong {
          background-color: #fde698;
          background: linear-gradient(transparent 8%, #fde698 8%, #fde698 90%, transparent 90%);
          font-weight: 900; }
      .box02 ul.comment_list li .store {
        text-align: right;
        font-size: 1.0rem;
        font-weight: 700;
        line-height: 120%; }
  .box02 .btn {
    padding-bottom: 30px;
    padding-top: 15px; }
    .box02 .btn a {
      position: relative;
      display: block;
      width: 100%;
      background-color: #e75e66;
      border-radius: 6px;
      color: #fff;
      text-align: center;
      font-size: 1.4rem;
      font-weight: 700;
      letter-spacing: 1px;
      padding: 12px 10px 20px;
      box-sizing: border-box; }
      .box02 .btn a:hover {
        text-decoration: none; }
      .box02 .btn a span {
        position: absolute;
        display: block;
        left: 0;
        right: 0;
        top: 34%;
        margin: auto;
        transition: all 0.15s ease-in 0s; }
      .box02 .btn a .off {
        display: none;
        opacity: 0;
        -moz-opacity: 0;
        filter: alpha(opacity=0); }
      .box02 .btn a .on {
        display: block;
        opacity: 1.0;
        -moz-opacity: 1.0;
        filter: alpha(opacity=100); }

.box03 {
  position: relative;
  background-image: url(../../images/box03_bg.png);
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  position: relative;
  margin: 0 auto;
  padding-bottom: 30px; }
  .box03 .title {
    position: relative;
    z-index: 2;
    text-align: center;
    padding-left: 10px;
    padding-top: 10px;
    padding-bottom: 30px; }
    .box03 .title img {
      width: 86%;
      height: auto;
      margin: 0 auto; }
  .box03 p {
    position: absolute;
    text-align: center;
    bottom: 15px;
    left: 13%;
    font-size: 0.8rem;
    line-height: 120%;
    letter-spacing: -0.5px;
    color: #595757; }
  .box03 .box {
    position: relative;
    width: 87%;
    background-color: #d9ebdd;
    margin: 0 auto;
    padding: 4px;
    box-sizing: border-box; }
    .box03 .box .inner {
      position: relative;
      width: 100%;
      background-color: #d9ebdd;
      border: 2px solid #fff;
      box-sizing: border-box;
      padding: 15px 5px 30px; }

ul.products_list {
  padding: 0 5%;
  box-sizing: border-box; }
  ul.products_list li {
    width: 100%;
    margin-bottom: 45px; }
    ul.products_list li h2 {
      text-align: center;
      padding-bottom: 10px; }
      ul.products_list li h2 img {
        height: 28px;
        width: auto;
        margin: 0 auto; }
    ul.products_list li .t, ul.products_list li .name {
      display: none; }
    ul.products_list li .wrap {
      display: flex;
      justify-content: space-between;
      flex-wrap: nowrap;
      align-items: center;
      padding-bottom: 10px; }
      ul.products_list li .wrap .img, ul.products_list li .wrap .img2 {
        width: 45%;
        text-align: center; }
      ul.products_list li .wrap .t_box {
        width: 53%; }
        ul.products_list li .wrap .t_box .tag {
          padding-bottom: 10px; }
          ul.products_list li .wrap .t_box .tag img {
            height: 18px;
            width: auto;
            margin: 0 auto; }
        ul.products_list li .wrap .t_box .t {
          display: block;
          text-align: center;
          font-size: 1.0rem;
          font-weight: 700;
          letter-spacing: -1px;
          line-height: 160%;
          padding-bottom: 15px;
          box-sizing: border-box; }
        ul.products_list li .wrap .t_box .name {
          display: block;
          text-align: center; }
          ul.products_list li .wrap .t_box .name strong {
            display: block;
            font-weight: black;
            font-size: 1.2rem;
            line-height: 120%;
            padding-bottom: 3px;
            font-family: "Noto Sans JP,Noto Sans CJK JP" !important; }
          ul.products_list li .wrap .t_box .name span {
            display: block;
            font-size: 0.8rem;
            font-weight: 400;
            letter-spacing: -0.5px; }
    ul.products_list li .btn {
      display: flex;
      justify-content: space-between;
      flex-wrap: nowrap;
      text-align: center; }
      ul.products_list li .btn a {
        display: block;
        width: 45%;
        background-color: #36b38b;
        color: #fff;
        text-align: center;
        font-size: 1.1rem;
        font-weight: 700;
        letter-spacing: 1px;
        padding: 10px 5px;
        box-sizing: border-box;
        margin: 0 auto; }
        ul.products_list li .btn a:hover {
          text-decoration: none; }
      ul.products_list li .btn .lips {
        background-color: #e75e66; }

.btn_bottom {
  text-align: center; }
  .btn_bottom a {
    display: block;
    width: 88%;
    background-color: #fff47f;
    border: 2px solid #36b28b;
    border-radius: 4px;
    color: #36b28b !important;
    text-align: center;
    font-size: 1.3rem;
    font-weight: 700;
    letter-spacing: 1px;
    padding: 10px 10px;
    box-sizing: border-box;
    margin: 0 auto; }
    .btn_bottom a:hover {
      text-decoration: none; }

/* footer */
footer {
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0 auto; }
  footer .footer_wrap {
    width: 100%;
    background-color: #ed888e;
    padding: 20px 0 10px; }
    footer .footer_wrap .l_sp {
      color: #fff;
      font-size: 2.0rem;
      font-weight: 700;
      letter-spacing: 2px;
      text-align: center; }
      footer .footer_wrap .l_sp span {
        display: inline-block;
        transform: rotate(90deg); }
    footer .footer_wrap .content_senction {
      width: 95%;
      margin: 0 auto;
      position: relative;
      z-index: 1;
      display: flex;
      justify-content: center;
      align-items: center;
      padding: 20px 10px 16px;
      box-sizing: border-box; }
      footer .footer_wrap .content_senction > div {
        width: 49%;
        margin: 0 5px; }
      footer .footer_wrap .content_senction a {
        display: flex;
        align-items: center;
        box-sizing: border-box;
        border: 2px solid #68c5a8;
        box-shadow: 2px 2px #68c5a8;
        border-radius: 8px;
        background-color: #fff;
        text-align: center;
        padding: 0 0;
        height: 45px; }
        footer .footer_wrap .content_senction a img {
          height: 30px;
          width: auto;
          margin: 0 auto; }
      footer .footer_wrap .content_senction .l {
        display: none; }
      footer .footer_wrap .content_senction .c img {
        height: 26px; }

/* footer */
/* inline */
.inline_link_box {
  width: 100%;
  margin: 0 auto;
  padding: 30px;
  text-align: center; }
  .inline_link_box a {
    margin-bottom: 30px; }
    .inline_link_box a img {
      width: 250px; }
  .inline_link_box a:last-child {
    margin-bottom: 0; }
  .inline_link_box input {
    width: 250px; }

/* inline */
