@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video, main {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, main {
  display: block; }

body, html {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

a img {
  border: none; }

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

/* iOSでのデフォルトスタイルをリセット */
input[type="button"], input[type="text"], input[type="tel"], input[type="email"], input[type="submit"], input[type="image"], textarea {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer; }

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
  display: none; }

input[type="submit"]::focus,
input[type="button"]::focus {
  outline-offset: -2px; }

select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  outline: none;
  background: transparent; }

button,
input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent; }

input[type="radio"] {
  display: none; }

input[type="radio"]:checked + label {
  background: #5f5f5f; }

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

/* MEDIA QUERY */
@media screen and (max-width: 641px) {
  .lt-sp {
    display: none !important; } }

@media screen and (min-width: 642px) {
  .st-sp {
    display: none !important; } }

@media screen and (max-width: 1024px) {
  .lt-tblt {
    display: none !important; } }

@media screen and (min-width: 1025px) {
  .st-tblt {
    display: none !important; } }

/* Text Color */
/* FONT SIZE */
/* FONT SET */
/* xd文字スタイルに入ってるセットを設定 */
/*******************************

   SINGLE

*******************************/
a {
  text-decoration: none; }

ul {
  list-style: none; }

:root,
:root * {
  box-sizing: border-box;
  -webkit-text-size-adjust: 100%; }

body {
  background: #FFF;
  font-family: "Noto Sans JP", sans-serif; }

h1,
h2,
h3,
h4,
h5,
h6 {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }
  h1 span,
  h2 span,
  h3 span,
  h4 span,
  h5 span,
  h6 span {
    font-family: "Cormorant Garamond", serif; }

[class$="__ttl"] {
  font-family: "Cormorant Garamond", serif; }

/* cmn */
.cmn_h2 {
  text-align: center;
  font-size: 20px;
  color: #929292; }
  @media screen and (max-width: 1024px) {
    .cmn_h2 {
      font-size: 12px; } }
  .cmn_h2 span {
    font-size: 56px;
    display: block;
    color: #000;
    padding-bottom: 20px; }
    @media screen and (max-width: 1024px) {
      .cmn_h2 span {
        font-size: 32px;
        padding-bottom: 10px; } }

.cmn_btn {
  background-color: #f2f2f2;
  padding: 5px 30px 8px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.25;
  color: #4a4a4a; }
  @media screen and (min-width: 1025px) {
    .cmn_btn {
      transition: ease 400ms; }
      .cmn_btn:hover {
        color: #FFF;
        background-color: #000000; } }
  @media screen and (max-width: 641px) {
    .cmn_btn {
      font-size: 14px;
      padding: 5px 10px 6px; } }
  .cmn_btn__container {
    display: flex;
    justify-content: center;
    align-items: center; }

/* slider */
.slick-arrow {
  position: absolute;
  top: calc((285px - 50px) * .5);
  z-index: 1000;
  width: 50px;
  height: 50px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 200%;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: ease 400ms; }
  @media screen and (max-width: 641px) {
    .slick-arrow {
      width: 40px; } }
  .slick-arrow:not(.slick-disabled) {
    cursor: pointer; }
    .slick-arrow:not(.slick-disabled):hover {
      opacity: 0.65; }
  .slick-arrow.slick-disabled {
    opacity: 0; }
.slick-next {
  background-image: url("../img/arrow_right.svg"); }
  @media screen and (min-width: 1025px) {
    .slick-next {
      right: 0; }
      .slick-next:hover {
        transform: translateX(10px); } }
  @media screen and (max-width: 1024px) {
    .slick-next {
      right: 10px; } }
.slick-prev {
  background-image: url("../img/arrow_left.svg"); }
  @media screen and (min-width: 1025px) {
    .slick-prev {
      left: 0; }
      .slick-prev:hover {
        transform: translateX(-10px); } }
  @media screen and (max-width: 1024px) {
    .slick-prev {
      left: 10px; } }

main {
  /* お気に入りボタン */
  /* Search */
  /* TAB */ }
  main .mv {
    position: relative;
    overflow: hidden; }
    main .mv__img, main .mv__link {
      width: 100%;
      height: auto; }
      @media screen and (min-width: 1025px) {
        main .mv__img, main .mv__link {
          transition: opacity ease 600ms; }
          main .mv__img:hover, main .mv__link:hover {
            opacity: 0.75; } }
    main .mv__link {
      display: block;
      width: 100%;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center center; }
  main .info {
    background: #f2f2f2; }
    main .info .postage {
      text-align: center;
      background: #c0c0c0; }
      main .info .postage p {
        font-size: 14px;
        padding: 16px 0; }
        @media screen and (max-width: 641px) {
          main .info .postage p {
            font-size: 12px;
            padding: 5px; } }
    main .info .notice {
      padding: 50px 10px; }
      @media screen and (max-width: 1024px) {
        main .info .notice {
          margin-bottom: 30px; } }
      main .info .notice span {
        display: block;
        font-size: 36px;
        text-align: center;
        font-family: "Cormorant Garamond", serif;
        margin-bottom: 20px; }
        @media screen and (max-width: 641px) {
          main .info .notice span {
            font-size: 20px;
            margin-bottom: 12px; } }
      main .info .notice p {
        display: block;
        font-size: 14px;
        text-align: center;
        line-height: 1.5;
        color: #4a4a4a; }
  @media screen and (min-width: 1025px) {
    main .gender {
      height: 346px; }
      main .gender ul {
        font-size: 0;
        text-align: center; }
        main .gender ul li {
          font-size: 24px;
          display: inline-block;
          margin: 160px 80px 0; }
          main .gender ul li a {
            color: #000000;
            font-family: "Cormorant Garamond", serif;
            transition: ease 400ms; }
            main .gender ul li a:hover {
              opacity: 0.5; } }
  @media screen and (max-width: 1024px) {
    main .gender.top-link ul li a {
      font-size: 14px; } }
  @media screen and (max-width: 1024px) {
    main .top-link {
      padding: 35px 0;
      background-color: #fff; }
      main .top-link ul {
        display: flex;
        justify-content: center; }
        main .top-link ul li {
          flex-basis: 150px;
          text-align: center; }
          main .top-link ul li:not(:last-child) {
            border-right: 1px solid #e6d48a; }
          main .top-link ul li a {
            color: #000000;
            font-size: 11px;
            line-height: 1.25; }
            main .top-link ul li a span {
              font-family: "Cormorant Garamond", serif;
              display: block;
              font-size: 14px; } }
  main .features {
    display: flex;
    justify-content: center; }
    @media screen and (min-width: 1025px) {
      main .features .leftnav {
        width: 253px; } }
  @media screen and (min-width: 1025px) {
    main .features_contents {
      max-width: 1040px;
      width: calc( 100% - 260px ); } }
  main .features_contents__main {
    width: 100%;
    max-width: 670px;
    margin: 0 auto; }
    @media screen and (max-width: 1024px) {
      main .features_contents__main {
        width: calc( 100% - 40px );
        position: relative;
        padding-bottom: 50px;
        padding-top: 20px;
        margin-bottom: 50px; }
        main .features_contents__main:after {
          content: '';
          display: block;
          background-color: #e6d48a;
          position: absolute;
          bottom: 0;
          left: 50%;
          width: 60vw;
          height: 2px;
          transform: translateX(-50%); } }
    main .features_contents__main figure {
      display: block;
      padding-top: 66px;
      text-align: center; }
      @media screen and (max-width: 1024px) {
        main .features_contents__main figure {
          padding-top: 25px; } }
      main .features_contents__main figure img {
        max-width: 100%; }
  main .features_contents__ttl {
    padding: 60px 0 30px;
    font-size: 28px; }
    @media screen and (max-width: 1024px) {
      main .features_contents__ttl {
        font-size: 20px;
        padding: 20px 0 15px; } }
  main .features_contents__txt {
    max-width: 406px;
    font-size: 14px;
    line-height: 1.8; }
    @media screen and (max-width: 1024px) {
      main .features_contents__txt {
        line-height: 1.5; } }
  main .features_contents__day {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    padding-top: 30px; }
    @media screen and (max-width: 1024px) {
      main .features_contents__day {
        font-size: 12px;
        padding-top: 20px; } }
  main .features_slider {
    padding: 0 15px;
    margin: 135px auto;
    opacity: 0;
    transition: opacity ease 400ms; }
    @media screen and (max-width: 1024px) {
      main .features_slider {
        padding: 0;
        width: 100vw;
        margin: 0 auto 100px; } }
    main .features_slider.slick-initialized {
      opacity: 1; }
    main .features_slider li {
      padding: 0 25px; }
      @media screen and (max-width: 641px) {
        main .features_slider li {
          padding: 0 10px; } }
      main .features_slider li a {
        outline: none;
        display: block;
        will-change: opacity;
        transition: ease 400ms; }
        @media screen and (min-width: 1025px) {
          main .features_slider li a:hover {
            opacity: 0.65; } }
      main .features_slider li img {
        display: block;
        width: 100%;
        margin-bottom: 20px;
        transition: transform 600ms; }
        @media screen and (max-width: 641px) {
          main .features_slider li img {
            transform: scale(0.85); } }
      main .features_slider li p {
        font-size: 14px;
        font-weight: 100;
        line-height: 20px;
        text-align: justify;
        color: #4a4a4a;
        transition: ease 600ms; }
        @media screen and (max-width: 641px) {
          main .features_slider li p {
            opacity: 0;
            transform: translateY(-50%); } }
    main .features_slider .slick-center img {
      transform: scale(1); }
    main .features_slider .slick-center p {
      opacity: 1;
      transform: translateY(0%); }
  main .media {
    width: 100%;
    max-width: 1720px;
    margin: 0 auto;
    overflow: hidden; }
    main .media_slider {
      opacity: 0;
      transition: opacity ease 400ms;
      margin: 135px auto 110px;
      padding: 0;
      width: calc(100% - 50px); }
      @media screen and (max-width: 641px) {
        main .media_slider {
          width: 100%;
          margin: 30px auto; } }
      main .media_slider.slick-initialized {
        opacity: 1; }
        main .media_slider.slick-initialized .slick-list {
          overflow: visible; }
    main .media-item {
      padding: 0 50px; }
      @media screen and (max-width: 1024px) {
        main .media-item {
          padding: 0 25px; } }
      main .media-item a {
        display: block;
        transition: ease 400ms;
        color: #4a4a4a; }
        main .media-item a:hover {
          opacity: 0.65; }
      main .media-item figure {
        display: block; }
        main .media-item figure img {
          width: 90%;
          display: block;
          margin: 0 auto; }
          @media screen and (max-width: 1024px) {
            main .media-item figure img {
              width: 100%;
              margin-bottom: 10px; } }
      main .media-item_day {
        font-size: 20px;
        font-weight: normal;
        margin-bottom: 5px;
        color: #000000;
        letter-spacing: .1em; }
      main .media-item_paper, main .media-item_price {
        font-size: 14px;
        line-height: 1.5; }
      main .media-item_ttl {
        font-size: 12px;
        line-height: 1.5; }
      main .media-item_price {
        margin-top: 6px;
        letter-spacing: .1em; }
      main .media-item_paper {
        margin: 12px 0 6px; }
  main .fav_btn {
    position: absolute;
    bottom: 12px;
    right: 12px; }
    main .fav_btn:before {
      content: '';
      display: block;
      position: absolute;
      background-image: url("../img/heart_hvr.png");
      background-repeat: no-repeat;
      background-position: center center;
      background-size: contain;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      transition: ease 400ms;
      opacity: 0; }
    main .fav_btn:hover:before {
      opacity: 1; }
  main .pickup {
    max-width: 1210px; }
    @media screen and (min-width: 1025px) {
      main .pickup {
        margin: 220px auto;
        width: calc(100% - 50px); } }
    @media screen and (max-width: 1024px) {
      main .pickup {
        margin: 95px auto;
        width: 100%; } }
    main .pickup-list {
      display: flex;
      flex-wrap: wrap; }
      @media screen and (min-width: 642px) {
        main .pickup-list {
          padding: 110px 0 0;
          display: flex;
          flex-wrap: wrap; } }
  @media screen and (min-width: 642px) and (min-width: 1025px) {
    main .pickup-list li {
      width: calc(33.333% - ((43px * 2) / 3)); }
      main .pickup-list li:not(:nth-of-type(3n)) {
        margin-right: 43px; }
      main .pickup-list li:nth-of-type(n+4) {
        margin-top: 3rem; } }
  @media screen and (min-width: 642px) and (max-width: 1024px) {
    main .pickup-list li {
      width: calc(50% - (43px / 2)); }
      main .pickup-list li:nth-of-type(odd) {
        margin-right: 43px; }
      main .pickup-list li:nth-of-type(n+3) {
        margin-top: 3rem; } }
  @media screen and (min-width: 642px) and (max-width: 641px) {
    main .pickup-list {
      flex-direction: column; } }
  @media screen and (min-width: 642px) and (max-width: 641px) {
    main .pickup-list li {
      width: 100%; }
      main .pickup-list li:nth-of-type(odd) {
        margin-right: 0; }
      main .pickup-list li:not(:first-of-type) {
        margin-top: 1rem; } }

      @media screen and (max-width: 641px) {
        main .pickup-list {
          padding: 25px 0 0;
          display: flex;
          justify-content: space-between; }
          main .pickup-list li {
            width: calc( ( 100% - 15px ) * .5 );
            margin-bottom: 25px; } }
      main .pickup-list__item {
        position: relative; }
        main .pickup-list__item figure {
          display: block;
          position: relative; }
          main .pickup-list__item figure img {
            display: block;
            max-width: 100%;
            border: 1px solid #cbcbcc; }
        main .pickup-list__item a {
          display: block;
          color: #000000;
          transition: ease 400ms; }
          main .pickup-list__item a:hover {
            opacity: 0.65; }
    main .pickup_label {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 1;
      background-color: #aa2929;
      color: #fff;
      width: 40px;
      line-height: 20px;
      font-size: 10px;
      font-weight: 400;
      letter-spacing: 0.1em;
      text-align: center;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    main .pickup_item {
      padding: 12px;
      font-size: 14px;
      color: #4a4a4a; }
    main .pickup_price {
      padding: 0 12px;
      font-size: 14px;
      color: #4a4a4a; }
  @media screen and (min-width: 1025px) {
    main .keyword {
      margin-top: 230px; } }
  main .keyword h2 {
    font-size: 28px;
    text-align: center;
    font-weight: 200; }
    @media screen and (max-width: 641px) {
      main .keyword h2 {
        font-size: 23px;
        padding-bottom: 10px; } }
  main .keyword ul {
    text-align: center;
    margin: 70px 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
    @media screen and (max-width: 1024px) {
      main .keyword ul {
        margin: 20px auto; } }
    main .keyword ul li {
      display: block;
      max-width: 300px;
      text-align: center;
      margin: 0 14px 16px; }
      @media screen and (max-width: 641px) {
        main .keyword ul li {
          margin: 0 8px 16px; } }
      main .keyword ul li a {
        display: block;
        font-size: 14px; }
  main .keyword .key_searchbox {
    position: relative;
    display: flex;
    justify-content: center;
    margin-top: 45px;
    margin-bottom: 230px; }
    @media screen and (max-width: 641px) {
      main .keyword .key_searchbox {
        margin: 20px auto 90px; }
        main .keyword .key_searchbox input[type="text"] {
          width: 100%;
          background: transparent; } }
  main .form-wrap {
    position: relative;
    display: block;
    border: 1px solid #000000;
    width: 358px;
    border-radius: 4px;
    margin: 0 auto;
    padding: 0 40px 0 40px;
    overflow: hidden; }
    main .form-wrap button {
      position: absolute;
      display: block;
      top: 0;
      left: 0;
      width: 40px;
      height: 40px;
      cursor: pointer;
      overflow: hidden;
      white-space: nowrap;
      text-indent: 200%;
      background-image: url(../img/search.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 19px;
      transition: ease 400ms; }
      main .form-wrap button:hover {
        background-color: #f2f2f2; }
    main .form-wrap input[type="text"] {
      line-height: 20px;
      text-align: center;
      padding: 10px .25em;
      width: 100%;
      font-size: 14px; }
      @media screen and (max-width: 1024px) {
        main .form-wrap input[type="text"] {
          font-size: 16px; } }
  main .ranking {
    max-width: 1200px;
    margin: 0 auto 220px; }
    @media screen and (max-width: 641px) {
      main .ranking {
        margin: 0 auto 70px; } }
    main .ranking .ranking_item {
      display: flex;
      flex-wrap: wrap; }
      @media screen and (min-width: 642px) {
        main .ranking .ranking_item {
          display: flex;
          flex-wrap: wrap; } }
  @media screen and (min-width: 642px) and (min-width: 1025px) {
    main .ranking .ranking_item li {
      width: calc(33.333% - ((35px * 2) / 3)); }
      main .ranking .ranking_item li:not(:nth-of-type(3n)) {
        margin-right: 35px; }
      main .ranking .ranking_item li:nth-of-type(n+4) {
        margin-top: 3rem; } }
  @media screen and (min-width: 642px) and (max-width: 1024px) {
    main .ranking .ranking_item li {
      width: calc(50% - (35px / 2)); }
      main .ranking .ranking_item li:nth-of-type(odd) {
        margin-right: 35px; }
      main .ranking .ranking_item li:nth-of-type(n+3) {
        margin-top: 3rem; } }
  @media screen and (min-width: 642px) and (max-width: 641px) {
    main .ranking .ranking_item {
      flex-direction: column; } }
  @media screen and (min-width: 642px) and (max-width: 641px) {
    main .ranking .ranking_item li {
      width: 100%; }
      main .ranking .ranking_item li:nth-of-type(odd) {
        margin-right: 0; }
      main .ranking .ranking_item li:not(:first-of-type) {
        margin-top: 1rem; } }

      @media screen and (max-width: 641px) {
        main .ranking .ranking_item {
          padding: 0 20px;
          justify-content: space-between; } }
      main .ranking .ranking_item li {
        display: block;
        position: relative; }
        @media screen and (max-width: 641px) {
          main .ranking .ranking_item li {
            width: calc( ( 100% - 15px ) * .5 ); } }
        main .ranking .ranking_item li a {
          display: block;
          transition: ease 400ms; }
          main .ranking .ranking_item li a:hover {
            opacity: 0.75; }
        main .ranking .ranking_item li img {
          display: block;
          max-width: 100%; }
        main .ranking .ranking_item li p {
          padding: 0 36px 0 12px;
          font-size: 14px;
          color: #4a4a4a;
          line-height: 1.8; }
          @media screen and (max-width: 641px) {
            main .ranking .ranking_item li p {
              padding: 0 6px 0 6px;
              line-height: 1.5;
              margin-top: 6px; }
              main .ranking .ranking_item li p.ranking_item_brand {
                padding-right: 36px; }
              main .ranking .ranking_item li p.ranking_item_name {
                font-size: 12px; } }
        main .ranking .ranking_item li .rankicon {
          display: block; }
          @media screen and (min-width: 642px) {
            main .ranking .ranking_item li .rankicon {
              width: 59px; } }
          @media screen and (max-width: 641px) {
            main .ranking .ranking_item li .rankicon {
              width: 39px; } }
        main .ranking .ranking_item li .fav_btn {
          bottom: 50px; }
          @media screen and (max-width: 641px) {
            main .ranking .ranking_item li .fav_btn {
              bottom: auto;
              top: 50vw; } }
  main .tab-head {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 0 120px; }
    @media screen and (max-width: 641px) {
      main .tab-head {
        padding: 25px 0 30px; } }
    main .tab-head li {
      max-width: 310px;
      margin: 0 10px; }
    main .tab-head a {
      display: block;
      width: 100%;
      color: #000000;
      font-family: "Cormorant Garamond", serif;
      text-align: center;
      font-size: 24px;
      border-radius: 4px;
      padding: 5px 70px; }
      @media screen and (max-width: 641px) {
        main .tab-head a {
          font-size: 14px;
          width: 130px;
          padding: 5px; } }
      main .tab-head a.is-active {
        background: #e6d48a; }
  main .tab-container {
    position: relative;
    transition: ease 400ms;
    overflow: hidden; }
  main .tab-body {
    transition: opacity ease 400ms; }
    main .tab-body.is-active {
      z-index: 0;
      opacity: 1; }
    main .tab-body:not(.is-active) {
      position: absolute;
      opacity: 0;
      pointer-events: none;
      z-index: -1; }
  main .brand {
    width: 100%;
    background: #f2f2f2;
    padding: 80px 0; }
    @media screen and (max-width: 641px) {
      main .brand {
        padding: 50px 0 0; } }
    main .brand .brand_slider {
      width: 100%;
      padding: 50px 0 80px; }
      @media screen and (max-width: 641px) {
        main .brand .brand_slider {
          padding: 25px 0 50px; } }
    main .brand .brand_slider-content {
      margin: 0 57px;
      max-width: 1780px;
      margin: 0 auto;
      opacity: 0;
      transition: opacity ease 400ms; }
      main .brand .brand_slider-content.slick-initialized {
        opacity: 1; }
      main .brand .brand_slider-content a {
        display: block;
        color: #4a4a4a;
        outline: none;
        transition: opacity ease 400ms; }
        main .brand .brand_slider-content a figure {
          display: block;
          overflow: hidden;
          transform-style: preserve-3d; }
          main .brand .brand_slider-content a figure img {
            transition: transform ease 400ms; }
        main .brand .brand_slider-content a:hover {
          opacity: 0.75; }
          main .brand .brand_slider-content a:hover figure img {
            transform: scale(1.02); }
      main .brand .brand_slider-content h3 {
        font-size: 19px;
        padding: 20px 0;
        font-weight: 400; }
        @media screen and (max-width: 641px) {
          main .brand .brand_slider-content h3 {
            color: #000000;
            font-size: 14px; } }
      main .brand .brand_slider-content p {
        font-size: 14px;
        line-height: 1.5; }
        @media screen and (max-width: 641px) {
          main .brand .brand_slider-content p {
            font-size: 11px; } }
      @media screen and (max-width: 641px) {
        main .brand .brand_slider-content h3, main .brand .brand_slider-content p {
          opacity: 0;
          transition: ease 400ms; } }
      main .brand .brand_slider-content .slick-slide {
        margin: 0 13px; }
        main .brand .brand_slider-content .slick-slide img {
          width: 100%; }
        @media screen and (max-width: 641px) {
          main .brand .brand_slider-content .slick-slide.slick-center h3, main .brand .brand_slider-content .slick-slide.slick-center p {
            opacity: 1; } }
    main .brand .brand_logolist {
      margin: 0 auto;
      display: flex;
      flex-wrap: wrap;
      align-items: center; }
      @media screen and (min-width: 642px) {
        main .brand .brand_logolist {
          display: flex;
          flex-wrap: wrap; } }
  @media screen and (min-width: 642px) and (min-width: 1025px) {
    main .brand .brand_logolist li {
      width: calc(25% - ((0px * 3) / 4)); }
      main .brand .brand_logolist li:not(:nth-of-type(4n)) {
        margin-right: 0px; }
      main .brand .brand_logolist li:nth-of-type(n+5) {
        margin-top: 3rem; } }
  @media screen and (min-width: 642px) and (max-width: 1024px) {
    main .brand .brand_logolist li {
      width: calc(50% - (0px / 2)); }
      main .brand .brand_logolist li:nth-of-type(odd) {
        margin-right: 0px; }
      main .brand .brand_logolist li:nth-of-type(n+3) {
        margin-top: 3rem; } }
  @media screen and (min-width: 642px) and (max-width: 641px) {
    main .brand .brand_logolist li {
      width: 100%;
      flex-direction: column; }
      main .brand .brand_logolist li:nth-of-type(odd) {
        margin-right: 0; }
      main .brand .brand_logolist li:not(:first-of-type) {
        margin-top: 1rem; } }

      @media screen and (min-width: 1025px) {
        main .brand .brand_logolist {
          padding: 100px 0; } }
      main .brand .brand_logolist__wrap {
        background: #fff;
        padding: 140px; }
        @media screen and (min-width: 642px) and (max-width: 1024px) {
          main .brand .brand_logolist__wrap {
            padding: 140px 50px; } }
        @media screen and (max-width: 641px) {
          main .brand .brand_logolist__wrap {
            padding: 45px 30px 70px; } }
      main .brand .brand_logolist-inner {
        max-width: 1200px;
        margin: 0 auto; }
      main .brand .brand_logolist li {
        display: flex;
        align-items: center;
        justify-content: center; }
        @media screen and (max-width: 641px) {
          main .brand .brand_logolist li {
            width: calc( ( 100% - 60px ) * .3333 );
            margin: 0 0 30px; }
            main .brand .brand_logolist li:not(:nth-child(3n)) {
              margin-right: 30px; } }
      main .brand .brand_logolist a {
        display: block;
        transition: ease 400ms; }
        main .brand .brand_logolist a img {
          display: block;
          max-width: 100%; }
        main .brand .brand_logolist a:hover {
          opacity: .65; }
  main .mailmagazine_mv {
    width: 100%; }
    main .mailmagazine_mv figure {
      position: relative;
      width: 100%;
      overflow: hidden; }
      main .mailmagazine_mv figure:before {
        content: '';
        display: block;
        padding-top: 56.521739%; }
      main .mailmagazine_mv figure > video {
        position: absolute;
        top: 0;
        left: 0;
        height: 100% !important;
        width: 100% !important; }
  main .mailmagazine h2 {
    margin: 270px 0 50px; }
    @media screen and (max-width: 641px) {
      main .mailmagazine h2 {
        margin: 90px 0 20px; } }
  main .mailmagazine .cmn_btn {
    width: 210px;
    padding: 10px; }
  main .mailmagazine p {
    text-align: center;
    line-height: 30px;
    font-size: 14px; }
  main .mailmagazine .innner {
    text-align: center; }
    main .mailmagazine .innner .mailform {
      max-width: 480px;
      margin: 50px auto 0; }
      @media screen and (max-width: 641px) {
        main .mailmagazine .innner .mailform {
          margin: 30px auto 0;
          max-width: calc( 100vw - 60px ); } }
      main .mailmagazine .innner .mailform .form-wrap {
        border-radius: 4px;
        border: solid 1px #000;
        background-image: url("../img/mail.png");
        background-size: 20px;
        background-position: 10px center;
        background-repeat: no-repeat;
        margin-bottom: 50px; }
        main .mailmagazine .innner .mailform .form-wrap input[type="text"] {
          font-size: 16px;
          max-width: 100%;
          width: 350px;
          padding: 8px 20px 8px 40px;
          position: relative;
          background: transparent;
          text-align: center; }
  main .mailmagazine ul {
    text-align: center; }
    main .mailmagazine ul li {
      display: inline-block;
      text-align: center;
      background-color: #f2f2f2;
      font-size: 14px;
      font-family: "Noto Sans JP";
      font-weight: 100;
      color: #FFF;
      padding: 8px 20px;
      border-radius: 4px;
      position: relative;
      margin-bottom: 256px; }

/* TOPへ戻るボタン */
.backtotop-wrap {
  padding: 390px 0 125px;
  text-align: center; }
  @media screen and (max-width: 641px) {
    .backtotop-wrap {
      padding: 225px 0 55px; }
      .backtotop-wrap img {
        width: 22px; } }
