@charset "UTF-8";
@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?78752234");
  src: url("../font/fontello.eot?78752234#iefix") format("embedded-opentype"), url("../font/fontello.woff?78752234") format("woff"), url("../font/fontello.ttf?78752234") format("truetype"), url("../font/fontello.svg?78752234") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'fontello';
  src: url("../font/fontello.eot?78752234");
  src: url("../font/fontello.eot?78752234#iefix") format("embedded-opentype"), url("../font/fontello.woff?78752234") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Noto Sans JP';
  src: url("../font/Noto_Sans_JP/NotoSansJP-Thin.otf") format("opentype");
  font-weight: 100;
  font-style: normal; }
@font-face {
  font-family: 'Noto Sans JP';
  src: url("../font/Noto_Sans_JP/NotoSansJP-Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Noto Sans JP';
  src: url("../font/Noto_Sans_JP/NotoSansJP-Regular.otf") format("opentype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Noto Sans JP';
  src: url("../font/Noto_Sans_JP/NotoSansJP-Medium.otf") format("opentype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Noto Sans JP';
  src: url("../font/Noto_Sans_JP/NotoSansJP-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../font/Roboto/Roboto-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../font/Roboto/Roboto-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../font/Roboto/Roboto-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }
@font-face {
  font-family: 'Roboto';
  src: url("../font/Roboto/Roboto-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal; }
html {
  font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,'メイリオ',Meiryo,sans-serif;
  font-size: 62.5%;
  color: #000;
  line-height: 1; }
  html .en {
    font-family: 'Roboto','Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif; }

.hide_pc {
  display: none; }
  @media only screen and (max-width: 1040px) {
    .hide_pc {
      display: block; } }

.hide_sp {
  display: block; }
  @media only screen and (max-width: 1040px) {
    .hide_sp {
      display: none; } }

.m-head {
  width: 100%;
  border-bottom: 2px solid #ccc;
  margin: 0; }
  .m-head .m-head_container {
    position: relative;
    width: 100%;
    max-width: 1040px;
    height: 60px;
    text-align: left;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .m-head .m-head_container {
        width: calc(100% - 20px);
        height: 50px;
        margin: 0 10px; } }
    .m-head .m-head_container a {
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      display: block; }
      .m-head .m-head_container a img {
        display: block; }
        @media only screen and (max-width: 1040px) {
          .m-head .m-head_container a img {
            width: 90px;
            height: auto; } }
    .m-head .m-head_container p {
      position: absolute;
      top: 50%;
      top: 50%;
      left: 170px;
      transform: translateY(-50%);
      font-size: 1.4rem;
      line-height: 1;
      letter-spacing: 0.05em; }
      @media only screen and (max-width: 1040px) {
        .m-head .m-head_container p {
          left: 100px;
          font-size: 1rem;
          line-height: 1.4; } }

.breadcrumb {
  width: 100%;
  max-width: 1041px;
  text-align: left;
  margin: 0 auto;
  padding: 12px 0; }
  @media only screen and (max-width: 767px) {
    .breadcrumb {
      display: none; } }
  .breadcrumb li {
    display: inline-block;
    vertical-align: top;
    text-align: left;
    font-size: 1.4rem; }
    .breadcrumb li:after {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: auto;
      text-align: center;
      content: "\E835";
      margin: 0 10px; }
    .breadcrumb li:last-child:after {
      display: none; }
    .breadcrumb li a {
      color: #333;
      transition: all .3s; }
      .breadcrumb li a:hover {
        color: #e2231a; }
    .breadcrumb li:first-child a:before {
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: auto;
      text-align: center;
      content: "\E833";
      color: #ccc;
      margin-right: 5px;
      transform: translateY(-1px);
      transition: all .3s; }
    .breadcrumb li:first-child a:hover:before {
      color: #e2231a; }

main {
  width: 100%;
  padding: 10px 0 0;
  overflow-x: hidden; }
  @media only screen and (max-width: 1040px) {
    main {
      padding: 0;
      overflow-x: hidden; } }
  main section {
    width: 100%;
    text-align: center;
    margin: 0; }
    main section .container {
      width: 100%;
      max-width: 1040px;
      margin: 0 auto;
      padding: 80px 0 0; }
      @media only screen and (max-width: 1040px) {
        main section .container {
          width: calc(100% - 30px);
          margin: 0 15px;
          padding: 0; } }
      main section .container .maga_form {
        display: flex;
        flex-direction: column;
        align-content: center;
        align-items: center;
        width: 80%;
        text-align: center;
        margin: 0 auto; }
        @media only screen and (max-width: 1040px) {
          main section .container .maga_form {
            width: 100%;
            margin-bottom: 60px; } }
        main section .container .maga_form p {
          font-size: 2rem;
          width: 100%;
          margin-bottom: 30px; }
          @media only screen and (max-width: 1040px) {
            main section .container .maga_form p {
              width: 100%;
              font-size: 1.4rem;
              margin-bottom: 10px;
              line-height: 1.6; } }
        main section .container .maga_form a {
          width: 100%;
          border: 2px solid #e2231a;
          border-radius: 40px;
          padding: 20px 0;
          font-size: 2rem;
          font-weight: 600;
          color: #e2231a; }
          @media only screen and (max-width: 1040px) {
            main section .container .maga_form a {
              font-size: 1.5rem;
              padding: 15px 0; } }
          main section .container .maga_form a:hover {
            background: #e2231a;
            color: #fff; }
      main section .container.mv {
        position: relative;
        padding: 0;
        overflow: hidden; }
        @media only screen and (max-width: 767px) {
          main section .container.mv {
            width: 100%;
            margin: 0; } }
        main section .container.mv img {
          display: block; }
          @media only screen and (max-width: 767px) {
            main section .container.mv img {
              width: 100%; } }
        main section .container.mv .date {
          position: absolute;
          bottom: 3%;
          left: 25%;
          width: 50%;
          font-size: 1.6rem;
          font-weight: 300;
          line-height: 1.6;
          color: #FFFFFF;
          text-align: center; }
          @media only screen and (max-width: 1040px) {
            main section .container.mv .date {
              font-size: 1.3rem;
              left: 0;
              width: 100%;
              bottom: 7%; } }
        main section .container.mv .season {
          position: absolute;
          top: 53%;
          left: 25%;
          width: 50%;
          font-size: 1.6rem;
          font-weight: 400;
          line-height: 1.6;
          color: #FFFFFF;
          text-align: center; }
          @media only screen and (max-width: 767px) {
            main section .container.mv .season {
              top: 42.5%;
              font-size: 1.2rem;
              left: 0;
              width: 100%;
              margin: 15px 0; } }
    main section .nun {
      position: absolute;
      top: 40%;
      left: 25%;
      transform: translateY(-50%);
      width: 50%;
      font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,'メイリオ',Meiryo,sans-serif;
      font-size: 17px;
      font-weight: 600;
      color: #FFFFFF;
      text-align: center;
      line-height: 1.5; }
      @media only screen and (max-width: 1040px) {
        main section .nun {
          top: 36%;
          left: 0;
          font-size: 1.2rem;
          padding: 10px 0 15px;
          line-height: 1.3;
          width: 100%;
          font-weight: 500; } }
    main section .short {
      position: absolute;
      top: 27%;
      left: 41%;
      width: 186px; }
      @media only screen and (max-width: 1040px) {
        main section .short {
          width: 100px;
          top: 14%;
          left: 38%; } }
    main section .title {
      position: absolute;
      top: 47%;
      left: 10%;
      transform: translateY(-50%);
      width: 80%;
      font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,'メイリオ',Meiryo,sans-serif;
      font-size: 36px;
      font-weight: 700;
      color: #FFFFFF;
      text-align: center;
      line-height: 1.5; }
      @media only screen and (max-width: 1040px) {
        main section .title {
          top: 38%;
          left: 0;
          font-size: 1.5rem;
          padding: 10px 0 15px;
          line-height: 1.3;
          width: 100%;
          margin: 15px 0; } }
    main section section {
      padding-bottom: 0; }
      main section section.scrl2 {
        margin-top: 0px; }
        @media only screen and (max-width: 767px) {
          main section section.scrl2 {
            margin-top: 25px;
            width: 100%; } }
      main section section .container h2 {
        font-size: 2.5rem;
        font-weight: 500;
        line-height: 1.4;
        letter-spacing: 0.05em; }
        @media only screen and (max-width: 767px) {
          main section section .container h2 {
            font-size: 1.7rem;
            letter-spacing: 0.05em;
            font-weight: 600; } }
        main section section .container h2 span {
          display: block;
          font-size: 2rem; }
          @media only screen and (max-width: 767px) {
            main section section .container h2 span {
              font-size: 1.8rem; } }
      main section section .container.con1 {
        text-align: center; }
        @media only screen and (max-width: 767px) {
          main section section .container.con1 {
            margin-top: 25px; } }
        main section section .container.con1 .lead {
          font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,'メイリオ',Meiryo,sans-serif;
          font-size: 1.5rem;
          line-height: 1.8;
          margin: 40px 0 0; }
          @media only screen and (max-width: 1040px) {
            main section section .container.con1 .lead {
              text-align: left;
              font-size: 1.4rem;
              text-align: left;
              text-align: left;
              margin: 10px auto 0 auto; } }
          main section section .container.con1 .lead.w80 {
            width: 82%;
            margin: 40px auto 0 auto; }
            @media only screen and (max-width: 1040px) {
              main section section .container.con1 .lead.w80 {
                width: 100%;
                padding-bottom: 0px;
                margin: 20px auto 0 auto; } }
        main section section .container.con1 .yub {
          font-size: 1.5rem;
          line-height: 1.8;
          font-weight: 700; }
          @media only screen and (max-width: 1040px) {
            main section section .container.con1 .yub {
              font-size: 1.4rem; } }
        main section section .container.con1 .deal {
          font-size: 1.5rem;
          line-height: 1.8;
          margin: 40px 0 0; }
          @media only screen and (max-width: 1040px) {
            main section section .container.con1 .deal {
              text-align: left;
              font-size: 1.4rem;
              text-align: left;
              margin: 10px auto 0 auto;
              display: flex;
              justify-content: flex-start; } }
          main section section .container.con1 .deal.w80 {
            width: 82%;
            margin: 40px auto 0 auto; }
            @media only screen and (max-width: 1040px) {
              main section section .container.con1 .deal.w80 {
                width: 100%; } }
        main section section .container.con1 .hide_sp {
          display: block; }
          @media only screen and (max-width: 1040px) {
            main section section .container.con1 .hide_sp {
              display: none; } }
        main section section .container.con1 .w70 {
          width: 70%;
          margin-top: 45px; }
          @media only screen and (max-width: 1040px) {
            main section section .container.con1 .w70 {
              width: 100%; } }
      main section section .container.con2 {
        text-align: left; }
        @media only screen and (max-width: 1040px) {
          main section section .container.con2 {
            padding-top: 0; } }
        main section section .container.con2 .hide_pc {
          display: none; }
          @media only screen and (max-width: 1040px) {
            main section section .container.con2 .hide_pc {
              display: block; } }
        main section section .container.con2 .hide_sp {
          display: block; }
          @media only screen and (max-width: 1040px) {
            main section section .container.con2 .hide_sp {
              display: none; } }
        main section section .container.con2 h2 {
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 2.7rem;
          font-weight: 500;
          padding: 0px 0px 20px 0px;
          margin-bottom: 25px;
          text-align: center;
          letter-spacing: 0.2rem;
          border-bottom: 1px solid #000;
          margin-bottom: 50px; }
          @media only screen and (max-width: 767px) {
            main section section .container.con2 h2 {
              font-size: 1.7rem;
              display: flex;
              padding: 0;
              flex-direction: column;
              text-align: center;
              align-items: center;
              letter-spacing: 0.1rem;
              font-weight: 600;
              padding: 0px 0px 10px 0px;
              margin-bottom: 30px; } }
        main section section .container.con2 h3 {
          font-size: 2.8rem;
          margin-bottom: 60px;
          text-align: center;
          font-weight: 500; }
          @media only screen and (max-width: 767px) {
            main section section .container.con2 h3 {
              font-size: 2.2rem;
              margin: 100px 0 30px 0; } }
        main section section .container.con2 .quietimg {
          width: 76%;
          margin: 0 auto 120px auto;
          display: flex; }
          @media only screen and (max-width: 767px) {
            main section section .container.con2 .quietimg {
              width: 100%;
              margin: 50px 0; } }
        main section section .container.con2 .img_center {
          display: flex;
          justify-content: center; }
        main section section .container.con2 .leadflex {
          width: 82%;
          margin: 0 auto 110px auto; }
          @media only screen and (max-width: 767px) {
            main section section .container.con2 .leadflex {
              width: 100%;
              margin: 0 auto 40px auto; } }
        main section section .container.con2 .mt10 {
          margin: 10px 0 0 !important; }
        main section section .container.con2 .lead {
          text-align: left;
          font-size: 1.5rem;
          line-height: 1.6;
          margin: 45px 0 0; }
          @media only screen and (max-width: 1040px) {
            main section section .container.con2 .lead {
              text-align: left;
              font-size: 1.4rem;
              margin: 30px 0; } }
        main section section .container.con2 .lead_txt {
          text-align: center;
          font-size: 1.5rem;
          line-height: 1.6;
          margin: 80px 0 0; }
          @media only screen and (max-width: 1040px) {
            main section section .container.con2 .lead_txt {
              text-align: left;
              font-size: 1.4rem;
              margin: 40px 0 0; } }
        main section section .container.con2 .center_span2 {
          margin: 5px auto 5px auto;
          text-align: center;
          display: flex;
          justify-content: center; }
        main section section .container.con2 .itemwrap {
          display: flex;
          justify-content: space-between;
          align-items: flex-end; }
          @media only screen and (max-width: 767px) {
            main section section .container.con2 .itemwrap {
              align-items: flex-start;
              justify-content: space-between; } }
          main section section .container.con2 .itemwrap.column2_txt {
            width: 100%;
            margin: 0 auto; }
            @media only screen and (max-width: 767px) {
              main section section .container.con2 .itemwrap.column2_txt {
                width: 100%; } }
            main section section .container.con2 .itemwrap.column2_txt .itembox {
              width: calc(33.3% - 7px);
              display: flex;
              align-items: center;
              flex-direction: column; }
              @media only screen and (max-width: 767px) {
                main section section .container.con2 .itemwrap.column2_txt .itembox {
                  display: flex;
                  flex-direction: column;
                  width: calc(50% - 10px); } }
              main section section .container.con2 .itemwrap.column2_txt .itembox .inner {
                width: 100%;
                display: flex;
                flex-direction: column; }
                @media only screen and (max-width: 767px) {
                  main section section .container.con2 .itemwrap.column2_txt .itembox .inner {
                    width: 100%; } }
                main section section .container.con2 .itemwrap.column2_txt .itembox .inner .list_color {
                  font-size: 0;
                  margin: 0 -3px 0;
                  width: 100%;
                  display: flex;
                  flex-wrap: wrap; }
                  @media only screen and (max-width: 1040px) {
                    main section section .container.con2 .itemwrap.column2_txt .itembox .inner .list_color {
                      margin: 20px 0; } }
                  main section section .container.con2 .itemwrap.column2_txt .itembox .inner .list_color li {
                    display: inline-block;
                    vertical-align: bottom;
                    width: 19%; }
                    main section section .container.con2 .itemwrap.column2_txt .itembox .inner .list_color li img {
                      width: 100%; }
                      @media only screen and (max-width: 1040px) {
                        main section section .container.con2 .itemwrap.column2_txt .itembox .inner .list_color li img {
                          margin: 0; } }
                    main section section .container.con2 .itemwrap.column2_txt .itembox .inner .list_color li span {
                      color: #e2231a;
                      font-size: 1.2rem;
                      font-weight: 600; }
            main section section .container.con2 .itemwrap.column2_txt.mt150 {
              margin-top: 150px; }
              @media only screen and (max-width: 767px) {
                main section section .container.con2 .itemwrap.column2_txt.mt150 {
                  margin-top: 80px; } }
            main section section .container.con2 .itemwrap.column2_txt.center2 {
              display: flex;
              justify-content: center; }
            main section section .container.con2 .itemwrap.column2_txt.center {
              width: 70%;
              margin: 150px auto 0 auto;
              display: flex;
              justify-content: center; }
              @media only screen and (max-width: 767px) {
                main section section .container.con2 .itemwrap.column2_txt.center {
                  width: 100%; } }
              @media only screen and (max-width: 767px) {
                main section section .container.con2 .itemwrap.column2_txt.center {
                  display: flex;
                  justify-content: center; } }
            main section section .container.con2 .itemwrap.column2_txt.column3 {
              width: 100%;
              margin-top: 150px; }
              @media only screen and (max-width: 767px) {
                main section section .container.con2 .itemwrap.column2_txt.column3 {
                  flex-wrap: wrap;
                  margin-top: 70px; } }
              main section section .container.con2 .itemwrap.column2_txt.column3 .itembox {
                width: calc(33.3% - 10px);
                display: flex;
                align-items: center;
                flex-direction: column; }
                @media only screen and (max-width: 767px) {
                  main section section .container.con2 .itemwrap.column2_txt.column3 .itembox {
                    display: flex;
                    flex-direction: column;
                    width: calc(50% - 10px); } }
                @media only screen and (max-width: 767px) {
                  main section section .container.con2 .itemwrap.column2_txt.column3 .itembox img {
                    width: 100%; } }
                main section section .container.con2 .itemwrap.column2_txt.column3 .itembox .w100 {
                  width: 100%; }
                main section section .container.con2 .itemwrap.column2_txt.column3 .itembox .inner {
                  width: 70%;
                  display: flex;
                  flex-direction: column; }
                  @media only screen and (max-width: 767px) {
                    main section section .container.con2 .itemwrap.column2_txt.column3 .itembox .inner {
                      width: 100%; } }
              @media only screen and (max-width: 767px) {
                main section section .container.con2 .itemwrap.column2_txt.column3 .hide_sp {
                  display: none; } }
              @media only screen and (max-width: 767px) {
                main section section .container.con2 .itemwrap.column2_txt.column3 .itembox:nth-child(3) {
                  margin: 60px auto 0 auto; } }
            main section section .container.con2 .itemwrap.column2_txt .itembox {
              display: flex;
              flex-direction: column; }
              @media only screen and (max-width: 767px) {
                main section section .container.con2 .itemwrap.column2_txt .itembox {
                  display: flex;
                  flex-direction: column;
                  width: calc(50% - 10px); } }
              main section section .container.con2 .itemwrap.column2_txt .itembox .num {
                font-size: 3.4rem;
                font-weight: 700;
                line-height: 1;
                margin: 70px 0 0;
                display: flex;
                justify-content: center; }
                @media only screen and (max-width: 767px) {
                  main section section .container.con2 .itemwrap.column2_txt .itembox .num {
                    text-align: center;
                    font-size: 2.8rem;
                    margin: 40px 0 0; } }
                @media only screen and (max-width: 767px) {
                  main section section .container.con2 .itemwrap.column2_txt .itembox .num.num2 {
                    flex-direction: column; } }
                main section section .container.con2 .itemwrap.column2_txt .itembox .num span {
                  font-size: 3.4rem;
                  font-weight: 700;
                  line-height: 1;
                  margin: 0;
                  display: flex;
                  justify-content: center; }
                  @media only screen and (max-width: 767px) {
                    main section section .container.con2 .itemwrap.column2_txt .itembox .num span {
                      text-align: center;
                      font-size: 2.8rem;
                      margin: 5px 0 0; } }
                @media only screen and (max-width: 767px) {
                  main section section .container.con2 .itemwrap.column2_txt .itembox .num span:nth-child(1) {
                    order: 2; } }
                @media only screen and (max-width: 767px) {
                  main section section .container.con2 .itemwrap.column2_txt .itembox .num span:nth-child(2) {
                    order: 1; } }
                main section section .container.con2 .itemwrap.column2_txt .itembox .num .new {
                  font-size: 1.3rem;
                  font-weight: 700;
                  line-height: 1;
                  color: #e2231a;
                  margin-left: 5px;
                  display: flex;
                  align-items: center;
                  justify-content: center; }
                  @media only screen and (max-width: 1040px) {
                    main section section .container.con2 .itemwrap.column2_txt .itembox .num .new {
                      text-align: center; } }
                main section section .container.con2 .itemwrap.column2_txt .itembox .num .new2 {
                  font-size: 1.3rem;
                  font-weight: 700;
                  line-height: 1;
                  color: #e2231a;
                  margin-left: 5px;
                  display: flex;
                  align-items: center;
                  justify-content: center; }
                  @media only screen and (max-width: 1040px) {
                    main section section .container.con2 .itemwrap.column2_txt .itembox .num .new2 {
                      margin: 0; } }
              main section section .container.con2 .itemwrap.column2_txt .itembox .name {
                font-size: 1.4rem;
                font-weight: 500;
                line-height: 1.3;
                margin: 10px 0;
                text-align: center; }
                @media only screen and (max-width: 1040px) {
                  main section section .container.con2 .itemwrap.column2_txt .itembox .name {
                    text-align: center; } }
              main section section .container.con2 .itemwrap.column2_txt .itembox .sku {
                font-size: 1.4rem;
                font-weight: 400;
                line-height: 1;
                text-align: center;
                margin-top: 10px; }
                @media only screen and (max-width: 1040px) {
                  main section section .container.con2 .itemwrap.column2_txt .itembox .sku {
                    text-align: center; } }
              main section section .container.con2 .itemwrap.column2_txt .itembox .price {
                font-size: 1.4rem;
                font-weight: 400;
                line-height: 1;
                margin: 11px 0 0;
                text-align: center; }
                @media only screen and (max-width: 1040px) {
                  main section section .container.con2 .itemwrap.column2_txt .itembox .price {
                    text-align: center;
                    font-size: 1.2rem; } }
              main section section .container.con2 .itemwrap.column2_txt .itembox .note {
                font-size: 1.4rem;
                line-height: 1.6;
                text-align: left;
                margin: 10px auto 0; }
              main section section .container.con2 .itemwrap.column2_txt .itembox a {
                width: 100%;
                font-size: 1.7rem;
                font-weight: 400;
                color: #fff;
                text-align: center;
                background: #000;
                padding: 14px 0;
                margin-top: 15px; }
                @media only screen and (max-width: 1040px) {
                  main section section .container.con2 .itemwrap.column2_txt .itembox a {
                    position: static;
                    width: 100%;
                    font-size: 1.6rem;
                    margin: 15px auto 0;
                    padding: 14px 0 16px; } }
                main section section .container.con2 .itemwrap.column2_txt .itembox a:hover {
                  background: #e2231a; }
            main section section .container.con2 .itemwrap.column2_txt span {
              font-size: 1.1rem;
              margin: 5px 0;
              text-align: right; }
              @media only screen and (max-width: 767px) {
                main section section .container.con2 .itemwrap.column2_txt span {
                  font-size: 1rem; } }
            main section section .container.con2 .itemwrap.column2_txt .center_span {
              text-align: center; }
          main section section .container.con2 .itemwrap .navi_menu {
            display: flex;
            justify-content: space-between;
            width: 90%;
            margin: 0 auto; }
            @media only screen and (max-width: 767px) {
              main section section .container.con2 .itemwrap .navi_menu {
                width: 100%;
                flex-direction: column; }
                main section section .container.con2 .itemwrap .navi_menu img {
                  width: 100%; } }
            @media only screen and (max-width: 767px) {
              main section section .container.con2 .itemwrap .navi_menu a:last-child {
                margin-bottom: 0; } }
            main section section .container.con2 .itemwrap .navi_menu a {
              position: relative;
              width: calc(50% - 15px);
              height: 70px;
              font-size: 2.0rem;
              background: #fff; }
              @media only screen and (max-width: 767px) {
                main section section .container.con2 .itemwrap .navi_menu a {
                  width: 100%;
                  margin-bottom: 10px; } }
              main section section .container.con2 .itemwrap .navi_menu a.menu {
                position: relative;
                color: #000;
                border: 1px solid #000;
                background: #fff;
                font-weight: 700;
                letter-spacing: 2px; }
                main section section .container.con2 .itemwrap .navi_menu a.menu:before {
                  position: absolute;
                  top: 50%;
                  left: 50%;
                  transform: translate(-50%, 0%) scale(1, 0.5);
                  font-family: "fontello";
                  font-style: normal;
                  font-weight: normal;
                  speak: none;
                  display: inline-block;
                  text-decoration: inherit;
                  width: auto;
                  text-align: center;
                  content: "\E815";
                  font-size: 4rem;
                  color: #e2231a;
                  transition: all .3s; }
                  @media only screen and (max-width: 1040px) {
                    main section section .container.con2 .itemwrap .navi_menu a.menu:before {
                      top: 80%;
                      left: 50%;
                      transform: translate(-50%, -50%);
                      font-size: 2.4rem; } }
                main section section .container.con2 .itemwrap .navi_menu a.menu span.moji1 {
                  position: absolute;
                  top: 45%;
                  left: 50%;
                  text-align: center;
                  width: 80%;
                  transform: translate(-50%, -50%);
                  font-size: 2rem;
                  line-height: 2.3rem;
                  font-weight: bold; }
                  @media only screen and (max-width: 1040px) {
                    main section section .container.con2 .itemwrap .navi_menu a.menu span.moji1 {
                      width: 100%;
                      margin: 0;
                      text-align: center;
                      font-size: 1.8rem; } }
                main section section .container.con2 .itemwrap .navi_menu a.menu:hover {
                  background: #000;
                  color: #fff;
                  transition: all 0.3s; }
  main .relation {
    margin: 60px 0 0;
    padding: 55px 0; }
    @media only screen and (max-width: 767px) {
      main .relation {
        margin: 50px 0 0;
        padding: 30px 0; } }
    main .relation .container {
      text-align: center;
      padding: 0; }
      main .relation .container h2 {
        font-size: 2.6rem;
        font-weight: 700; }
        @media only screen and (max-width: 767px) {
          main .relation .container h2 {
            font-size: 2rem; } }
      main .relation .container .box_features {
        display: flex;
        text-align: left;
        margin: 30px 0px -20px;
        width: 100%; }
        @media only screen and (max-width: 767px) {
          main .relation .container .box_features {
            margin: 40px 0px 0px;
            flex-wrap: wrap; } }
        main .relation .container .box_features .feature {
          width: calc(20% - 20px);
          margin: 0  10px 20px; }
          @media only screen and (max-width: 1040px) {
            main .relation .container .box_features .feature {
              width: calc(50% - 20px);
              display: flex;
              flex-wrap: wrap; } }
          main .relation .container .box_features .feature a {
            display: block;
            font-size: 1.2rem;
            line-height: 1.3;
            color: #666; }
            main .relation .container .box_features .feature a:hover img {
              filter: brightness(75%); }
            main .relation .container .box_features .feature a:hover time, main .relation .container .box_features .feature a:hover p {
              color: #e2231a; }
            main .relation .container .box_features .feature a img {
              display: block;
              width: 100%;
              margin: 0;
              transition: all .3s; }
            main .relation .container .box_features .feature a time {
              display: block;
              font-size: 1.4rem;
              font-weight: 500;
              color: #000;
              margin: 4px 0 0; }
            main .relation .container .box_features .feature a p {
              margin: 4px 0 0; }
  main .pagetop2019 {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: none; }
    @media only screen and (max-width: 767px) {
      main .pagetop2019 {
        bottom: 10px;
        right: 10px; } }
    main .pagetop2019 a {
      display: block;
      width: 40px;
      height: 40px;
      background: rgba(226, 35, 26, 0.75); }
      @media only screen and (max-width: 1040px) {
        main .pagetop2019 a {
          bottom: 15px;
          right: 15px; } }
      @media only screen and (max-width: 767px) {
        main .pagetop2019 a {
          bottom: 10px;
          right: 10px; } }
      main .pagetop2019 a:before {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: auto;
        text-align: center;
        content: "\E813";
        font-size: 2.4rem;
        color: #fff; }
      main .pagetop2019 a:hover {
        background: #e2231a; }
      main .pagetop2019 a span {
        display: none; }
  main .catalog .container {
    width: 100%;
    text-align: center;
    position: relative;
    padding: 45px 0 0; }
    @media only screen and (max-width: 1040px) {
      main .catalog .container {
        margin: 0;
        display: flex;
        flex-direction: column;
        align-items: center; } }
    main .catalog .container .ca_h2 {
      font-size: 2rem;
      font-weight: 600;
      line-height: 1.4;
      text-align: center; }
      @media only screen and (max-width: 1040px) {
        main .catalog .container .ca_h2 {
          font-size: 1.7rem;
          margin: 0; } }
    main .catalog .container .dw {
      transform: translate(-50%, -50%);
      color: #fff;
      font-family: 'Roboto','Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
      font-size: 3.0rem;
      font-weight: 600;
      position: absolute;
      top: 50%;
      left: 50%;
      display: flex;
      justify-content: center;
      flex-direction: row;
      align-items: center;
      text-decoration: none !important; }
      @media only screen and (max-width: 1040px) {
        main .catalog .container .dw {
          top: 40%;
          flex-direction: column; } }
      main .catalog .container .dw::before {
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: auto;
        text-align: center;
        content: "\E890";
        font-size: 2.6rem;
        margin-right: 10px;
        color: #fff; }
    main .catalog .container .btn {
      display: block;
      width: 25%;
      font-size: 1.6rem;
      font-weight: 400;
      color: #fff;
      text-align: center;
      background: #000;
      padding: 18px 0 20px;
      margin: 55px auto 0 auto; }
      @media only screen and (max-width: 1040px) {
        main .catalog .container .btn {
          position: static;
          width: 70%;
          font-size: 1.6rem;
          margin: 15px auto 0;
          padding: 14px 0 16px; } }
      main .catalog .container .btn:hover {
        background: #e2231a; }
    main .catalog .container .dwflex {
      width: 100%;
      display: flex;
      justify-content: center;
      margin: 45px auto 0 auto; }
      @media only screen and (max-width: 1040px) {
        main .catalog .container .dwflex {
          position: relative;
          margin: 15px auto 0; } }
      @media only screen and (max-width: 1040px) {
        main .catalog .container .dwflex.left_sp {
          text-align: left; } }
      main .catalog .container .dwflex a {
        text-decoration: underline;
        width: 70%; }
        main .catalog .container .dwflex a .ca_img {
          width: 100%; }
    main .catalog .container .lead + .lead {
      margin: 25px auto 0; }
      @media only screen and (max-width: 1040px) {
        main .catalog .container .lead + .lead {
          margin: 10px auto 0; } }
    main .catalog .container img {
      display: block;
      margin: 0 auto;
      width: 100%; }
      @media only screen and (max-width: 1040px) {
        main .catalog .container img {
          width: 100%;
          margin: 0 auto 25px; } }
  main .xob {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    text-align: center;
    width: 198.5px; }
    @media only screen and (max-width: 767px) {
      main .xob {
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        text-align: center;
        width: calc(25% - 10px);
        margin-bottom: 0px; } }
    main .xob .itemimg {
      width: 100%; }
      @media only screen and (max-width: 767px) {
        main .xob .itemimg {
          margin-top: 0;
          width: 100%; } }
      main .xob .itemimg.mt20 {
        margin-top: 20px;
        width: 100%; }
    main .xob a {
      width: 100%; }
      @media only screen and (max-width: 767px) {
        main .xob a {
          margin-top: 0;
          width: 100%; } }
      main .xob a:hover {
        opacity: 0.7; }
    main .xob .kin {
      font-size: 16px;
      font-weight: 400;
      line-height: 1;
      display: flex;
      text-align: center;
      justify-content: center;
      border: 1px solid #000;
      padding: 5px 5px 5px 5px;
      width: 20%; }
      @media only screen and (max-width: 767px) {
        main .xob .kin {
          text-align: center;
          font-size: 1.5rem;
          margin: 0;
          width: 60px; } }
    main .xob .kun {
      font-size: 16px;
      font-weight: 400;
      line-height: 1;
      display: flex;
      text-align: center;
      justify-content: center;
      border: 1px solid #ff0000;
      padding: 5px 5px 5px 5px;
      width: 20%;
      background-color: #ff0000;
      color: #ffffff; }
      @media only screen and (max-width: 767px) {
        main .xob .kun {
          text-align: center;
          font-size: 1.5rem;
          margin: 0;
          width: 60px; } }
    main .xob .ken {
      font-size: 16px;
      font-weight: 400;
      line-height: 1;
      display: flex;
      text-align: center;
      justify-content: center;
      border: 1px solid #000;
      padding: 5px 5px 5px 5px;
      width: 20%;
      background-color: #282828;
      color: #ffffff; }
      @media only screen and (max-width: 767px) {
        main .xob .ken {
          text-align: center;
          font-size: 1.5rem;
          margin: 0;
          width: 60px; } }
    main .xob .num {
      font-size: 16px;
      font-weight: 400;
      line-height: 1;
      display: flex;
      justify-content: center; }
      @media only screen and (max-width: 767px) {
        main .xob .num {
          text-align: center;
          font-size: 1.3rem;
          margin: 0; } }
      @media only screen and (max-width: 767px) {
        main .xob .num.num2 {
          flex-direction: column; } }
    main .xob .nme {
      font-size: 2.8rem;
      font-weight: 700;
      line-height: 1.3;
      text-align: center; }
      @media only screen and (max-width: 1040px) {
        main .xob .nme {
          text-align: center;
          font-size: 1.8rem; } }
    main .xob .sku {
      font-size: 1.3rem;
      font-weight: 400;
      line-height: 1;
      text-align: center; }
      @media only screen and (max-width: 1040px) {
        main .xob .sku {
          text-align: center;
          font-size: 1.2rem; } }
    main .xob .gull {
      margin-top: 10px;
      font-size: 1rem;
      font-weight: 600; }
      @media only screen and (max-width: 1040px) {
        main .xob .gull {
          margin-top: 5px;
          font-size: 1rem; } }
  main .contents_wrap {
    display: flex;
    width: 100%;
    position: relative;
    margin-bottom: 20px;
    justify-content: center; }
    main .contents_wrap.mb120 {
      margin-bottom: 120px; }
    @media only screen and (max-width: 767px) {
      main .contents_wrap {
        flex-direction: row;
        margin-left: 0;
        font-size: 62.5%;
        color: #000;
        line-height: 1;
        text-align: left;
        display: flex;
        width: 100%;
        position: relative;
        margin: 0;
        flex-wrap: wrap;
        margin-bottom: 0px;
        justify-content: space-between; } }
    main .contents_wrap .lum {
      font-size: 27px;
      font-weight: 600;
      line-height: 1;
      display: flex;
      text-align: left;
      width: 100%; }
      @media only screen and (max-width: 767px) {
        main .contents_wrap .lum {
          text-align: left;
          font-size: 1.8rem;
          margin: 0;
          padding: 0; } }
    main .contents_wrap .box {
      display: flex;
      flex-direction: column;
      position: relative;
      margin-left: 30px;
      text-align: left;
      width: calc(65% - 15px); }
      @media only screen and (max-width: 767px) {
        main .contents_wrap .box {
          margin-left: 0;
          width: 100%;
          margin-bottom: 25px; }
          main .contents_wrap .box:last-child {
            margin-bottom: 0; } }
      main .contents_wrap .box.w35 {
        width: 43%;
        margin-left: 10px; }
        @media only screen and (max-width: 767px) {
          main .contents_wrap .box.w35 {
            width: 100%;
            margin-left: 0; } }
        @media only screen and (max-width: 767px) {
          main .contents_wrap .box.w35 img {
            width: 100%; } }
      main .contents_wrap .box .itemimg {
        width: 100%;
        margin-top: 10px; }
        @media only screen and (max-width: 767px) {
          main .contents_wrap .box .itemimg {
            margin-top: 0;
            width: 100%; }
            main .contents_wrap .box .itemimg.mt20 {
              margin-top: 20px;
              width: 100%; } }
      main .contents_wrap .box .nhk {
        display: flex;
        position: absolute;
        top: 2%;
        left: 2%;
        font-size: 2.3rem;
        font-weight: 600;
        line-height: 1.3; }
      main .contents_wrap .box .name {
        font-size: 1.5rem;
        font-weight: 400;
        line-height: 1.8;
        text-align: left;
        margin-top: 50px; }
        @media only screen and (max-width: 1040px) {
          main .contents_wrap .box .name {
            text-align: left;
            font-size: 1.4rem;
            margin-top: 25px; } }
      main .contents_wrap .box .sku {
        font-size: 1.3rem;
        font-weight: 400;
        line-height: 1;
        text-align: center; }
        @media only screen and (max-width: 1040px) {
          main .contents_wrap .box .sku {
            text-align: center;
            font-size: 0.8rem; } }
      main .contents_wrap .box .list_color {
        font-size: 0;
        width: 100%;
        display: flex;
        flex-wrap: wrap; }
        @media only screen and (max-width: 1040px) {
          main .contents_wrap .box .list_color {
            margin: 0 0 10px; } }

.sec5 {
  font-family: 'Roboto','Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif; }
  .sec5 .tori {
    font-size: 25px;
    font-weight: 500;
    text-align: center;
    line-height: 1.5; }
    @media only screen and (max-width: 1040px) {
      .sec5 .tori {
        font-size: 2rem;
        margin-bottom: 0px; } }
  .sec5 .ida {
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    line-height: 1;
    margin-bottom: 25px; }
    @media only screen and (max-width: 1040px) {
      .sec5 .ida {
        font-size: 1.5rem; } }
  .sec5 .shita {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 25px; }
    @media only screen and (max-width: 1040px) {
      .sec5 .shita {
        font-size: 14px; } }
  .sec5 .rusu {
    font-size: 14px;
    font-weight: 300;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 15px; }
    @media only screen and (max-width: 1040px) {
      .sec5 .rusu {
        font-size: 14px;
        text-align: left; } }
  .sec5 .yakna {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 15px; }
    @media only screen and (max-width: 1040px) {
      .sec5 .yakna {
        font-size: 14px; } }
  .sec5 .mkl {
    margin: 50px 0px 150px 0px; }
    @media only screen and (max-width: 1040px) {
      .sec5 .mkl {
        width: 100%;
        margin-bottom: 70px; } }
    .sec5 .mkl a {
      display: block;
      color: #000; }
      .sec5 .mkl a:hover img {
        filter: brightness(55%); }
      .sec5 .mkl a:hover .vm {
        top: 38%;
        opacity: 1; }
      .sec5 .mkl a img {
        display: block;
        width: 100%;
        height: auto;
        margin: -75px 0;
        transition: all .3s; }
        @media only screen and (max-width: 767px) {
          .sec5 .mkl a img {
            margin: -25px 0; } }
  .sec5 .mid {
    width: 80%; }
    @media only screen and (max-width: 1040px) {
      .sec5 .mid {
        width: 100%; } }

.scrl4 {
  font-family: 'Roboto','Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif;
  margin-top: 30px;
  max-width: 1040px; }
  .scrl4 .shin {
    font-size: 31px;
    font-weight: 600;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 10px;
    letter-spacing: -0.2rem; }
    @media only screen and (max-width: 1040px) {
      .scrl4 .shin {
        width: 100%;
        font-size: 17.5px;
        letter-spacing: normal;
        line-height: normal;
        text-align: left; } }
  .scrl4 .yaji {
    font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,'メイリオ',Meiryo,sans-serif;
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 15px;
    margin-top: 50px; }
    @media only screen and (max-width: 1040px) {
      .scrl4 .yaji {
        text-align: left;
        font-size: 14px;
        margin-top: 20px; } }
  .scrl4 .nono {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 15px;
    margin-top: 30px; }
  .scrl4 .nin {
    font-size: 31px;
    font-weight: 600;
    text-align: center;
    margin-top: 0px; }
    @media only screen and (max-width: 1040px) {
      .scrl4 .nin {
        font-size: 18px; } }
  .scrl4 .nbn {
    font-size: 12px;
    font-weight: normal;
    text-align: center; }
    @media only screen and (max-width: 1040px) {
      .scrl4 .nbn {
        font-size: 12px; } }
  .scrl4 .nae {
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    line-height: 1.8; }
    @media only screen and (max-width: 1040px) {
      .scrl4 .nae {
        font-size: 1.2rem; } }
  .scrl4 .bax {
    display: flex;
    flex-direction: column;
    position: relative;
    text-align: left;
    width: 275px; }
    @media only screen and (max-width: 767px) {
      .scrl4 .bax {
        width: 100%;
        margin-bottom: 50px; }
        .scrl4 .bax:last-child {
          margin-bottom: 0; } }
    .scrl4 .bax.w25 {
      width: 40%;
      margin-right: 5%;
      margin-left: 5%; }
      @media only screen and (max-width: 767px) {
        .scrl4 .bax.w25 {
          width: calc(50% - 6px);
          margin-left: 0;
          margin-right: 0%; } }
      @media only screen and (max-width: 767px) {
        .scrl4 .bax.w25 img {
          width: 100%; } }
    .scrl4 .bax.w45 {
      width: 40%;
      margin-right: 5%;
      margin-left: 5%; }
      @media only screen and (max-width: 767px) {
        .scrl4 .bax.w45 {
          width: calc(50% - 6px);
          margin-left: 0;
          margin-right: 0%; } }
      @media only screen and (max-width: 767px) {
        .scrl4 .bax.w45 img {
          width: 100%; } }
    .scrl4 .bax .ikl {
      width: 100%;
      align-content: center; }
      @media only screen and (max-width: 767px) {
        .scrl4 .bax .ikl {
          width: 100%;
          margin-left: 0%; } }
    .scrl4 .bax .itemimg2 {
      width: 100%; }
      @media only screen and (max-width: 767px) {
        .scrl4 .bax .itemimg2 {
          margin-top: 0; }
          .scrl4 .bax .itemimg2.mt20 {
            margin-top: 20px; } }
  .scrl4 .con {
    display: flex;
    width: 80%;
    position: relative;
    margin-top: 8%;
    margin-left: 20%; }
    .scrl4 .con.mb120 {
      margin-bottom: 120px; }
    @media only screen and (max-width: 767px) {
      .scrl4 .con {
        width: 100%;
        margin-bottom: 0px;
        margin-left: 0;
        display: flex;
        flex-wrap: wrap;
        margin: 50px 5px 0px 0px;
        justify-content: space-between; } }
  .scrl4 .luck {
    width: 100%; }

.scrl5 {
  font-family: 'Roboto','Noto Sans JP','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ','Meiryo',sans-serif; }
  .scrl5 .last {
    display: flex;
    width: 92%;
    margin-left: 4%;
    margin-right: 4%;
    margin-top: 20px; }
    @media only screen and (max-width: 1040px) {
      .scrl5 .last {
        display: block; } }
    .scrl5 .last .smp {
      display: flex;
      width: 95%; }
      @media only screen and (max-width: 1040px) {
        .scrl5 .last .smp {
          display: flex;
          flex-wrap: nowrap;
          width: 100%; } }
  .scrl5 .lol {
    padding: 0; }
  .scrl5 .bx {
    display: flex;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 1.8;
    height: 100%;
    border: 1px solid #000;
    justify-content: center;
    align-items: center;
    width: 100%; }
    @media only screen and (max-width: 1040px) {
      .scrl5 .bx {
        font-size: 18px;
        margin-bottom: 20px;
        padding: 0;
        margin-left: 90%;
        height: 50px; } }
  .scrl5 .onsu {
    display: flex;
    font-size: 24px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.8;
    margin-bottom: 15px;
    margin-top: 35px;
    width: 100%;
    margin-left: 0px; }
    @media only screen and (max-width: 1040px) {
      .scrl5 .onsu {
        margin-top: 0;
        font-size: 16px;
        text-align: left; } }
  .scrl5 .ichi {
    display: flex;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 1.8;
    width: 100%;
    margin-left: 0px; }
    @media only screen and (max-width: 1040px) {
      .scrl5 .ichi {
        font-size: 14px;
        margin-top: 0px; } }
  .scrl5 .aspd {
    display: flex;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 1.8;
    width: 100%;
    margin-left: 0px; }
    @media only screen and (max-width: 1040px) {
      .scrl5 .aspd {
        font-size: 14px;
        margin-top: 0px; } }
  .scrl5 .olu {
    display: flex;
    border-left: 1px solid #000;
    height: 127px;
    margin: 5.5% 5.5% 5% 5%; }
    @media only screen and (max-width: 1040px) {
      .scrl5 .olu {
        margin: 20px 20px 20px 20px;
        margin-bottom: 0;
        height: 200px; } }
  .scrl5 .vbn {
    display: flex;
    border-left: 1px solid #000;
    height: 127px;
    margin: 50px 50px 50px 50px; }
    @media only screen and (max-width: 1040px) {
      .scrl5 .vbn {
        margin: 20px 20px 20px 20px;
        margin-bottom: 0;
        height: 100px; } }
  .scrl5 .onu {
    display: flex;
    font-size: 24px;
    font-weight: 600;
    justify-content: center;
    line-height: 1.8;
    margin-bottom: 15px;
    margin-top: 35px;
    width: 100%; }
    @media only screen and (max-width: 1040px) {
      .scrl5 .onu {
        width: 100%;
        margin-left: 0px;
        margin-top: 0;
        font-size: 17px;
        text-align: left; } }
  .scrl5 .ici {
    display: flex;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 1.8;
    width: 100%; }
    @media only screen and (max-width: 1040px) {
      .scrl5 .ici {
        width: 100%;
        margin-left: 0px;
        font-size: 14px; } }
  .scrl5 .lkh {
    display: flex;
    font-size: 16px;
    font-weight: 400;
    text-align: left;
    line-height: 1.8;
    width: 100%; }
    @media only screen and (max-width: 1040px) {
      .scrl5 .lkh {
        width: 100%;
        margin-left: 0px;
        font-size: 14px; } }
  .scrl5 .oufu {
    width: 16%;
    margin-right: 8.2%; }
    @media only screen and (max-width: 1040px) {
      .scrl5 .oufu {
        width: 35%; } }
  .scrl5 .undme {
    align-content: center; }
  .scrl5 .ou {
    width: 50%; }
    @media only screen and (max-width: 1040px) {
      .scrl5 .ou {
        width: 100%; } }
  .scrl5 .sig {
    display: flex;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 15px;
    margin-top: 30%;
    width: 100%;
    margin-left: 10%;
    width: 80%; }
    @media only screen and (max-width: 1040px) {
      .scrl5 .sig {
        text-align: left;
        margin-top: 0;
        width: 100%;
        font-size: 17px;
        margin-left: 0px; } }
  .scrl5 .aig {
    display: flex;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 1.8;
    margin-left: 0%;
    margin-bottom: 15px;
    margin-top: 30%;
    width: 100%; }
    @media only screen and (max-width: 1040px) {
      .scrl5 .aig {
        text-align: left;
        margin-top: 0;
        width: 100%;
        font-size: 16px;
        margin-left: 0%; } }
  .scrl5 .hig {
    display: flex;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 1.8;
    margin-top: 30%;
    margin-left: 10%;
    width: 80%; }
    @media only screen and (max-width: 1040px) {
      .scrl5 .hig {
        margin-top: 0%;
        text-align: left;
        width: 100%;
        font-size: 17px;
        margin-left: 0%; } }
  .scrl5 .cig {
    display: flex;
    font-size: 21px;
    font-weight: 400;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 15px;
    margin-left: 2.5%;
    width: 95%; }
    @media only screen and (max-width: 1040px) {
      .scrl5 .cig {
        margin-top: 0%;
        text-align: left;
        width: 100%;
        font-size: 14px;
        margin-left: 0%;
        margin-bottom: 10px; } }
  .scrl5 .fig {
    display: flex;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 15px;
    margin-top: 30%;
    margin-left: 0%;
    width: 100%; }
    @media only screen and (max-width: 1040px) {
      .scrl5 .fig {
        margin-top: 0%;
        text-align: left;
        width: 100%;
        font-size: 16px;
        margin-left: 0%; } }
  .scrl5 .kik {
    border-bottom: 2px solid #666666;
    border-bottom-style: dashed;
    margin-top: 2%;
    margin-bottom: 2%; }
    @media only screen and (max-width: 1040px) {
      .scrl5 .kik {
        margin-top: 20px; } }

.huk {
  margin-top: 100px; }
  @media only screen and (max-width: 1040px) {
    .huk {
      margin-top: 40px; } }

.btnflex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,'メイリオ',Meiryo,sans-serif; }
  @media only screen and (max-width: 1040px) {
    .btnflex {
      margin-bottom: 40px; } }
  .btnflex a {
    font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,'メイリオ',Meiryo,sans-serif;
    background: #000;
    color: #fff;
    width: calc(50% - 25px);
    padding: 25px 0;
    display: flex;
    justify-content: center;
    font-size: 1.5rem; }
    @media only screen and (max-width: 1040px) {
      .btnflex a {
        padding: 15px 0; } }
    .btnflex a:hover {
      background: #e2231a;
      color: #fff; }

.lex {
  width: 100%;
  display: flex;
  justify-content: center;
  font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,'メイリオ',Meiryo,sans-serif; }
  .lex a {
    font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,'メイリオ',Meiryo,sans-serif;
    background: #000;
    color: #fff;
    width: calc(70% - 5px);
    padding: 15px 0;
    display: flex;
    justify-content: center;
    font-size: 1.5rem; }
    @media only screen and (max-width: 1040px) {
      .lex a {
        width: calc(60% - 5px);
        padding: 10px 0; } }
    .lex a:hover {
      background: #e2231a;
      color: #fff; }

.btn_to_index {
  width: 360px;
  margin: 40px auto 0;
  font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,'メイリオ',Meiryo,sans-serif; }
  @media only screen and (max-width: 1040px) {
    .btn_to_index {
      width: calc(100% - 30px);
      margin: 30px auto 0; } }
  .btn_to_index a {
    position: relative;
    display: block;
    font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,'メイリオ',Meiryo,sans-serif;
    font-size: 1.4rem;
    color: #000;
    border: solid #ccc 1px;
    padding: 16px 0; }
    .btn_to_index a:hover {
      background: #f0f0f0; }
    .btn_to_index a:before {
      position: absolute;
      top: 50%;
      right: 15px;
      transform: translateY(-50%);
      font-family: "fontello";
      font-style: normal;
      font-weight: normal;
      speak: none;
      display: inline-block;
      text-decoration: inherit;
      width: auto;
      text-align: center;
      content: "\E80F";
      font-size: 1.8rem;
      color: #999; }

.dab {
  text-align: center;
  align-content: center; }
  .dab .yui {
    font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,'メイリオ',Meiryo,sans-serif;
    font-size: 1.5rem;
    line-height: 1.8;
    margin: 10px 0 0;
    width: 100%;
    font-weight: 300; }
    @media only screen and (max-width: 1040px) {
      .dab .yui {
        text-align: left;
        font-size: 1.4rem;
        text-align: left;
        margin: 10px auto 0 auto;
        width: 100%;
        padding-bottom: 0px; } }

.king_wrap {
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 0px;
  justify-content: space-between;
  margin-top: 0px; }
  @media only screen and (max-width: 767px) {
    .king_wrap {
      display: block;
      justify-content: center;
      margin-bottom: 0px;
      margin-top: 0px; } }
  .king_wrap .sall {
    font-size: 1.4rem;
    font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,'メイリオ',Meiryo,sans-serif;
    font-weight: 500;
    line-height: 1.4;
    margin: 10px 0 0;
    text-align: left; }
    @media only screen and (max-width: 767px) {
      .king_wrap .sall {
        text-align: left;
        font-size: 1.4rem;
        margin: 0px 0 0;
        justify-content: center; } }
  .king_wrap .bfu {
    display: flex;
    flex-direction: column;
    text-align: left;
    width: calc(33.3% - 30px);
    min-height: 300px;
    margin-bottom: 50px; }
    @media only screen and (max-width: 767px) {
      .king_wrap .bfu {
        flex-direction: column;
        text-align: center;
        text-align: center;
        width: calc(100% - 10px);
        margin-bottom: 0px; } }
  .king_wrap .ubf {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    text-align: left;
    width: calc(33.3% - 30px);
    min-height: 300px; }
    @media only screen and (max-width: 767px) {
      .king_wrap .ubf {
        flex-direction: column;
        text-align: center;
        text-align: center;
        width: calc(100% - 10px);
        margin-bottom: 0px; } }
  .king_wrap .bua {
    display: flex;
    flex-direction: column;
    margin-bottom: 50px;
    text-align: left;
    width: calc(33.3% - 30px);
    min-height: 300px; }
    @media only screen and (max-width: 767px) {
      .king_wrap .bua {
        flex-direction: column;
        text-align: center;
        text-align: center;
        width: calc(100% - 10px);
        margin-bottom: 10px;
        margin-top: 70px; } }
  .king_wrap .ant {
    font-size: 1.8rem;
    font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,'メイリオ',Meiryo,sans-serif;
    font-weight: 500;
    line-height: 1.4;
    margin: 0px 0 0;
    text-align: left;
    margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .king_wrap .ant {
        text-align: left;
        font-size: 1.6rem;
        margin: 0px 0 0;
        justify-content: center; } }
  .king_wrap .nat {
    font-size: 1.8rem;
    font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,'メイリオ',Meiryo,sans-serif;
    font-weight: 500;
    line-height: 1.5;
    margin: 0px 0 0;
    text-align: left;
    margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .king_wrap .nat {
        text-align: left;
        font-size: 1.6rem;
        margin: 0px 0 0;
        justify-content: center; } }
  .king_wrap .tan {
    font-size: 1.8rem;
    font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,'メイリオ',Meiryo,sans-serif;
    font-weight: 500;
    line-height: 1.5;
    margin: 0px 0 0;
    text-align: left;
    margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .king_wrap .tan {
        text-align: left;
        font-size: 1.6rem;
        margin: 0px 0px 0px 0px;
        justify-content: center; } }
  .king_wrap .nut {
    font-size: 1.4rem;
    font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,'メイリオ',Meiryo,sans-serif;
    line-height: 1.5;
    margin: 0px 0 0;
    display: flex;
    text-align: left;
    margin-bottom: 20px;
    font-weight: 300; }
    @media only screen and (max-width: 767px) {
      .king_wrap .nut {
        text-align: left;
        font-size: 1.4rem;
        margin: 10px 0 0; } }
    .king_wrap .nut span {
      margin-top: 135px;
      position: absolute;
      font-size: 13px; }
      @media only screen and (max-width: 767px) {
        .king_wrap .nut span {
          margin-top: 115px; } }

.sec3 {
  margin: 30px 0 0; }
  @media only screen and (max-width: 1040px) {
    .sec3 {
      margin: 15px 0px 50px 0px; } }
  .sec3 .flex_bag {
    display: flex;
    flex-wrap: wrap;
    width: 100%; }
    @media only screen and (max-width: 1040px) {
      .sec3 .flex_bag {
        display: block;
        width: 100%;
        margin: 0; } }
    .sec3 .flex_bag .item {
      position: relative;
      width: calc(50% - 30px);
      text-align: left;
      margin: 0 15px 30px; }
      @media only screen and (max-width: 1040px) {
        .sec3 .flex_bag .item {
          width: 100%;
          margin: 0; } }
      .sec3 .flex_bag .item.double {
        width: calc(50% - 30px);
        min-height: 600px; }
        @media only screen and (max-width: 1040px) {
          .sec3 .flex_bag .item.double {
            width: 100%;
            min-height: 250px;
            padding: 15px 0; } }
      .sec3 .flex_bag .item.main {
        padding: 0 0 152px; }
        @media only screen and (max-width: 1040px) {
          .sec3 .flex_bag .item.main {
            margin: 10px 0 0;
            padding: 0; } }
      .sec3 .flex_bag .item .bag {
        position: absolute;
        top: 50%;
        left: 35%;
        transform: translate(-50%, -50%);
        display: block; }
        @media only screen and (max-width: 1040px) {
          .sec3 .flex_bag .item .bag {
            transform: translate(0%, 0%);
            width: 60%;
            margin: 0 auto;
            top: 5%;
            left: 10%; } }
      .sec3 .flex_bag .item .bug {
        position: absolute;
        top: 50%;
        left: 65%;
        transform: translate(-50%, -50%);
        display: block; }
        @media only screen and (max-width: 1040px) {
          .sec3 .flex_bag .item .bug {
            transform: translate(0%, 0%);
            width: 60%;
            margin: 0 auto;
            top: 5%;
            left: 30%; } }
      .sec3 .flex_bag .item .little {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: block; }
        @media only screen and (max-width: 1040px) {
          .sec3 .flex_bag .item .little {
            position: static;
            transform: translate(0%, 0%);
            width: 60%;
            margin: 0 auto; } }
      .sec3 .flex_bag .item .dn {
        position: absolute;
        width: 80%;
        bottom: 1%;
        left: 41%;
        transform: translate(-50%, -50%);
        display: block; }
        @media only screen and (max-width: 1040px) {
          .sec3 .flex_bag .item .dn {
            font-size: 1rem;
            transform: translate(0%, 0%);
            width: 100%;
            margin: 0 auto;
            bottom: 4%;
            left: 1%; } }
      .sec3 .flex_bag .item .nd {
        position: absolute;
        bottom: 1%;
        left: 20%;
        transform: translate(-50%, -50%);
        display: block; }
        @media only screen and (max-width: 1040px) {
          .sec3 .flex_bag .item .nd {
            margin: 0 auto;
            transform: translate(0%, 0%);
            width: 80%;
            font-size: 1rem;
            bottom: 4%;
            left: 3%; } }
      .sec3 .flex_bag .item h3 {
        font-size: 3rem;
        font-weight: 700;
        line-height: 1;
        margin: 6px 0 0; }
        @media only screen and (max-width: 1040px) {
          .sec3 .flex_bag .item h3 {
            font-size: 2.5rem; } }
        .sec3 .flex_bag .item h3 span {
          transform: translateY(-5px);
          display: inline-block;
          font-size: 2rem;
          color: #e2231a;
          margin: 0 0 0 5px; }
          @media only screen and (max-width: 1040px) {
            .sec3 .flex_bag .item h3 span {
              font-size: 1.5rem;
              margin: 0 0 0 6px; } }
        .sec3 .flex_bag .item h3 .gree {
          color: #468C68;
          font-size: 12px; }
      .sec3 .flex_bag .item p {
        font-size: 1.4rem;
        font-weight: 300;
        line-height: 1.6; }
        @media only screen and (max-width: 1040px) {
          .sec3 .flex_bag .item p {
            line-height: 1.5; } }
        .sec3 .flex_bag .item p.style {
          line-height: 1; }
          @media only screen and (max-width: 1040px) {
            .sec3 .flex_bag .item p.style {
              display: inline-block;
              line-height: 1.5;
              margin: 0 10px 0 0; } }
        .sec3 .flex_bag .item p.name {
          font-weight: 400;
          line-height: 1.3;
          margin: 3px 0 0; }
        .sec3 .flex_bag .item p.sku {
          font-size: 2rem;
          font-weight: 700;
          line-height: 1;
          margin: 14px 0 0; }
          @media only screen and (max-width: 1040px) {
            .sec3 .flex_bag .item p.sku {
              font-size: 1.8rem; } }
        .sec3 .flex_bag .item p.txt {
          margin: 20px 0 0; }
      .sec3 .flex_bag .item .list_color {
        display: flex;
        flex-wrap: wrap;
        font-size: 0;
        margin: 15px -3px 0; }
      .sec3 .flex_bag .item .list_btn {
        position: absolute;
        bottom: 200px;
        left: 0;
        width: 100%; }
        @media only screen and (max-width: 1040px) {
          .sec3 .flex_bag .item .list_btn {
            position: relative;
            flex-wrap: wrap;
            align-items: flex-end;
            justify-content: space-evenly;
            bottom: 0px;
            margin-top: 10px; } }
        .sec3 .flex_bag .item .list_btn li {
          display: block; }
          .sec3 .flex_bag .item .list_btn li a {
            display: block;
            font-size: 1.6rem;
            font-weight: 400;
            color: #fff;
            text-align: center;
            background: #000;
            padding: 20px  0;
            border: 1px solid #000; }
            @media only screen and (max-width: 1040px) {
              .sec3 .flex_bag .item .list_btn li a {
                padding: 12px 35px 12px 35px; } }
            .sec3 .flex_bag .item .list_btn li a:hover {
              background: #fff;
              color: #000; }
        .sec3 .flex_bag .item .list_btn li + li {
          margin: 12px 0 0; }
      .sec3 .flex_bag .item .zoom {
        position: relative; }
        .sec3 .flex_bag .item .zoom:hover {
          cursor: pointer; }
          .sec3 .flex_bag .item .zoom:hover img {
            filter: brightness(0.6); }
          .sec3 .flex_bag .item .zoom:hover .plus:before, .sec3 .flex_bag .item .zoom:hover .plus:after {
            background: #e2231a; }
        .sec3 .flex_bag .item .zoom img {
          display: block;
          width: 100%;
          margin: 0;
          transition: all .3s; }
        .sec3 .flex_bag .item .zoom .plus {
          position: absolute;
          bottom: 15px;
          right: 15px;
          width: 20px;
          height: 20px; }
          .sec3 .flex_bag .item .zoom .plus:before, .sec3 .flex_bag .item .zoom .plus:after {
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
            content: '';
            display: block;
            width: 20px;
            height: 2px;
            background: #fff;
            transition: all .3s; }
          .sec3 .flex_bag .item .zoom .plus:after {
            transform: translate(-50%, -50%) rotate(90deg); }
      .sec3 .flex_bag .item dl {
        margin: 10px 0 0; }
        .sec3 .flex_bag .item dl dt {
          font-size: 2rem;
          font-weight: 500;
          line-height: 1.4; }
          .sec3 .flex_bag .item dl dt small {
            display: block;
            font-size: 1.4rem; }
        .sec3 .flex_bag .item dl dd {
          font-size: 1.4rem;
          font-weight: 300;
          line-height: 1.5;
          margin: 10px 0 0; }
    @media only screen and (max-width: 1040px) {
      .sec3 .flex_bag .item + .item {
        margin: 45px 0 0; } }
    @media only screen and (max-width: 1040px) {
      .sec3 .flex_bag .item + .item.main {
        margin: 10px 0 0; } }

.sec3 + .sec3 {
  margin: 90px 0 0; }
  @media only screen and (max-width: 1040px) {
    .sec3 + .sec3 {
      margin: 30px 0 0; } }

.line {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, 'メイリオ', Meiryo, sans-serif;
  font-size: 2.7rem;
  line-height: 1.5;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  padding: 0px 0px 20px 0px;
  margin-bottom: 40px;
  text-align: center;
  letter-spacing: 0.1rem;
  border-bottom: 1px solid #000; }
  @media only screen and (max-width: 1040px) {
    .line {
      padding: 0px 0px 10px 0px;
      margin-bottom: 0px;
      font-size: 1.7rem; } }

.nikal {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, 'メイリオ', Meiryo, sans-serif;
  font-size: 1.5rem;
  line-height: 1.8;
  margin: 30px 0px 0px 0px;
  width: 100%;
  text-align: center; }
  @media only screen and (max-width: 1040px) {
    .nikal {
      margin-bottom: 50px;
      text-align: left;
      font-size: 1.4rem; } }

.look {
  width: 100%; }

.liba {
  margin-top: 65px; }
  @media only screen and (max-width: 1040px) {
    .liba {
      width: 100%;
      margin-top: 0px; } }
  .liba img {
    width: 100%; }

.liaa {
  width: 98%; }
  @media only screen and (max-width: 1040px) {
    .liaa {
      width: 100%; } }
  .liaa img {
    width: 100%; }

.sec5 {
  margin: 60px auto 0;
  max-width: 769px; }
  @media only screen and (max-width: 767px) {
    .sec5 {
      margin: 30px auto 0; } }
  .sec5 h2 {
    position: relative;
    font-size: 3.2rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 8px 0 16px 20px; }
    @media only screen and (max-width: 767px) {
      .sec5 h2 {
        font-size: 2rem;
        padding: 4px 0 10px 10px; } }
  .sec5 p {
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.6;
    margin: 15px 0 0; }
    @media only screen and (max-width: 767px) {
      .sec5 p {
        font-size: 1.4rem;
        line-height: 1.5; } }
  .sec5.newarrival .newarrival_link {
    position: relative;
    display: block;
    color: #000;
    background: #f8f8f8;
    margin: 30px 0 0; }
    .sec5.newarrival .newarrival_link:hover {
      background: #e8e8e8; }
      .sec5.newarrival .newarrival_link:hover .newarrival_img {
        filter: brightness(55%); }
      .sec5.newarrival .newarrival_link:hover .vm {
        top: 45%;
        opacity: 1; }
    .sec5.newarrival .newarrival_link .newarrival_img {
      position: relative;
      width: 100%;
      height: 545px;
      overflow: hidden;
      transition: all .3s;
      background: url(/feature/img/65oz_Fine_Jersey_Series/center.jpg) no-repeat center top;
      background-size: cover; }
      @media only screen and (max-width: 767px) {
        .sec5.newarrival .newarrival_link .newarrival_img {
          height: 250px;
          background-size: 100%; } }
      .sec5.newarrival .newarrival_link .newarrival_img .new, .sec5.newarrival .newarrival_link .newarrival_img .upd {
        position: absolute;
        top: -80px;
        left: -180px;
        width: 360px;
        height: 160px;
        text-align: center;
        background: #e2231a;
        transform: rotate(-45deg); }
        @media only screen and (max-width: 767px) {
          .sec5.newarrival .newarrival_link .newarrival_img .new, .sec5.newarrival .newarrival_link .newarrival_img .upd {
            top: -50px;
            left: -100px;
            width: 200px;
            height: 100px; } }
        .sec5.newarrival .newarrival_link .newarrival_img .new span, .sec5.newarrival .newarrival_link .newarrival_img .upd span {
          position: absolute;
          bottom: 12px;
          left: 50%;
          transform: translateX(-50%);
          font-size: 2.8rem;
          font-weight: 500;
          color: #fff; }
          @media only screen and (max-width: 767px) {
            .sec5.newarrival .newarrival_link .newarrival_img .new span, .sec5.newarrival .newarrival_link .newarrival_img .upd span {
              bottom: 6px;
              font-size: 1.8rem; } }
      .sec5.newarrival .newarrival_link .newarrival_img .upd {
        background: #4169e1; }
        .sec5.newarrival .newarrival_link .newarrival_img .upd span {
          font-size: 2.4rem; }
    .sec5.newarrival .newarrival_link .vm {
      position: absolute;
      top: 43%;
      left: 50%;
      transform: translate(-50%, -50%);
      font-size: 1.8rem;
      font-weight: 400;
      color: #fff;
      opacity: 0;
      transition: all .6s; }
      @media only screen and (max-width: 767px) {
        .sec5.newarrival .newarrival_link .vm {
          display: none; } }
    .sec5.newarrival .newarrival_link .sec3 {
      margin: 0; }
      @media only screen and (max-width: 767px) {
        .sec5.newarrival .newarrival_link .sec3 {
          padding: 0px; } }
      .sec5.newarrival .newarrival_link .sec3 h3 {
        font-size: 2.4rem;
        font-weight: 500; }
        @media only screen and (max-width: 767px) {
          .sec5.newarrival .newarrival_link .sec3 h3 {
            font-size: 2rem;
            line-height: 1.2; } }
        .sec5.newarrival .newarrival_link .sec3 h3 time {
          display: block;
          font-size: 1.6rem;
          font-weight: 400;
          color: #999;
          padding: 0 0 6px; }
          @media only screen and (max-width: 767px) {
            .sec5.newarrival .newarrival_link .sec3 h3 time {
              font-size: 1.4rem; } }
      .sec5.newarrival .newarrival_link .sec3 p {
        font-size: 1.6rem;
        font-weight: 300;
        line-height: 1.6;
        margin: 15px 0 0; }
        @media only screen and (max-width: 767px) {
          .sec5.newarrival .newarrival_link .sec3 p {
            font-size: 1.4rem;
            line-height: 1.5; } }
      .sec5.newarrival .newarrival_link .sec3 .btn_sp {
        display: none; }
        @media only screen and (max-width: 767px) {
          .sec5.newarrival .newarrival_link .sec3 .btn_sp {
            display: block;
            font-weight: 400;
            color: #fff;
            text-align: center;
            background: #000;
            padding: 14px 0; } }

.hed {
  font-family: 'Noto Sans JP', 'ヒラギノ角ゴ Pro W3', Hiragino Kaku Gothic Pro, 'メイリオ', Meiryo, sans-serif;
  font-size: 3rem;
  line-height: 1.8;
  letter-spacing: 0.05em;
  font-weight: 500; }
  @media only screen and (max-width: 767px) {
    .hed {
      font-size: 2rem; } }

.lkn {
  display: inline-block;
  vertical-align: top;
  width: 25%; }
  .lkn img {
    width: 100%; }

.jogo {
  display: inline-block;
  vertical-align: top;
  width: 28%;
  text-align: center; }
  .jogo img {
    width: 100%; }

.muki {
  display: inline-block;
  vertical-align: top;
  width: 19%; }
  .muki img {
    width: 100%; }

.huke_color {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 0;
  margin: 0px -3px 0; }

.aliba {
  margin-top: 26px; }
  @media only screen and (max-width: 1040px) {
    .aliba {
      width: 100%; } }
  .aliba img {
    width: 75%; }

.tainer {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 50px 0 0; }
  @media only screen and (max-width: 1040px) {
    .tainer {
      width: calc(100% - 30px);
      margin: 0 15px;
      padding: 0; } }
  .tainer h2 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.05em; }
    @media only screen and (max-width: 767px) {
      .tainer h2 {
        font-size: 1.7rem;
        letter-spacing: 0.05em;
        font-weight: 600; } }
    .tainer h2 span {
      display: block;
      font-size: 2rem; }
      @media only screen and (max-width: 767px) {
        .tainer h2 span {
          font-size: 1.8rem; } }
  .tainer.con1 {
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .tainer.con1 {
        margin-top: 25px; } }
    .tainer.con1 .lead {
      font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,'メイリオ',Meiryo,sans-serif;
      font-size: 1.5rem;
      line-height: 1.8;
      margin: 40px 0 0; }
      @media only screen and (max-width: 1040px) {
        .tainer.con1 .lead {
          text-align: left;
          font-size: 1.4rem;
          text-align: left;
          text-align: left;
          margin: 10px auto 0 auto; } }
      .tainer.con1 .lead.w80 {
        width: 82%;
        margin: 35px auto 0 auto; }
        @media only screen and (max-width: 1040px) {
          .tainer.con1 .lead.w80 {
            width: 100%;
            padding-bottom: 0px;
            margin: 20px auto 0 auto; } }
    .tainer.con1 .yub {
      font-size: 1.5rem;
      line-height: 1.8;
      font-weight: 700; }
      @media only screen and (max-width: 1040px) {
        .tainer.con1 .yub {
          font-size: 1.4rem; } }
    .tainer.con1 .deal {
      font-size: 1.5rem;
      line-height: 1.8;
      margin: 40px 0 0; }
      @media only screen and (max-width: 1040px) {
        .tainer.con1 .deal {
          text-align: left;
          font-size: 1.4rem;
          text-align: left;
          margin: 10px auto 0 auto;
          display: flex;
          justify-content: flex-start; } }
      .tainer.con1 .deal.w80 {
        width: 82%;
        margin: 40px auto 0 auto; }
        @media only screen and (max-width: 1040px) {
          .tainer.con1 .deal.w80 {
            width: 100%; } }
    .tainer.con1 .hide_sp {
      display: block; }
      @media only screen and (max-width: 1040px) {
        .tainer.con1 .hide_sp {
          display: none; } }
    .tainer.con1 .w70 {
      width: 70%;
      margin-top: 45px; }
      @media only screen and (max-width: 1040px) {
        .tainer.con1 .w70 {
          width: 100%; } }

.kontainer {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 45px 0 0; }
  @media only screen and (max-width: 1040px) {
    .kontainer {
      width: calc(100% - 30px);
      margin: 0 15px;
      padding: 0; } }
  .kontainer h2 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.05em; }
    @media only screen and (max-width: 767px) {
      .kontainer h2 {
        font-size: 1.7rem;
        letter-spacing: 0.05em;
        font-weight: 600; } }

.gontainer {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 100px 0 0; }
  @media only screen and (max-width: 1040px) {
    .gontainer {
      width: calc(100% - 30px);
      margin: 0 15px;
      padding: 0; } }
  .gontainer h2 {
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.4;
    letter-spacing: 0.05em; }
    @media only screen and (max-width: 767px) {
      .gontainer h2 {
        font-size: 1.7rem;
        letter-spacing: 0.05em;
        font-weight: 600; } }

.yontainer {
  width: 100%;
  max-width: 1040px;
  margin: 0 auto;
  padding: 40px 0 0; }
  @media only screen and (max-width: 1040px) {
    .yontainer {
      width: calc(100% - 30px);
      margin: 0 15px;
      padding: 30px 0 0; } }

.navi_menu {
  display: flex;
  justify-content: space-between;
  width: 100%; }
  @media only screen and (max-width: 1040px) {
    .navi_menu {
      width: 100%;
      flex-direction: column; }
      .navi_menu img {
        width: 100%; } }
  .navi_menu a {
    position: relative;
    width: calc(25% - 20px);
    height: 60px;
    font-size: 1.8rem;
    padding: 0px 0px;
    border: 1px solid #000;
    background: #fff; }
    @media only screen and (max-width: 767px) {
      .navi_menu a {
        width: calc(25% - 8px);
        padding: 1px 130px;
        margin-bottom: 10px;
        height: 50px; } }
    .navi_menu a.menu {
      position: relative;
      color: #000; }
      .navi_menu a.menu:before {
        position: absolute;
        top: 38%;
        left: 50%;
        transform: translate(-50%, 0%) scale(1, 0.5);
        font-family: "fontello";
        font-style: normal;
        font-weight: normal;
        speak: none;
        display: inline-block;
        text-decoration: inherit;
        width: auto;
        text-align: center;
        content: "\E815";
        font-size: 5rem;
        color: #e2231a;
        transition: all .3s; }
        @media only screen and (max-width: 1040px) {
          .navi_menu a.menu:before {
            top: 75%;
            left: 50%;
            transform: translate(-50%, -50%);
            font-size: 2.4rem; } }
      .navi_menu a.menu:hover {
        background: #e2231a;
        opacity: 1;
        color: #fff; }
        .navi_menu a.menu:hover:before {
          color: #fff; }
      .navi_menu a.menu span.moji1 {
        position: absolute;
        top: 32%;
        left: 50%;
        text-align: center;
        width: 80%;
        transform: translate(-50%, -50%);
        font-size: 1.7rem;
        line-height: 2.3rem;
        font-weight: bold; }
        @media only screen and (max-width: 1040px) {
          .navi_menu a.menu span.moji1 {
            width: 100%;
            margin: 0;
            text-align: center;
            font-size: 1.7rem; } }
        @media only screen and (max-width: 767px) {
          .navi_menu a.menu span.moji1 {
            text-align: center;
            font-size: 1.4rem;
            line-height: 1.5rem; } }

.dining {
  margin-top: 100px; }
  .dining .table, .dining .td, .dining .th {
    border: 1px solid #000;
    text-align: left; }
    @media only screen and (max-width: 1040px) {
      .dining .table, .dining .td, .dining .th {
        margin-top: 100px; } }
  .dining .table {
    border-collapse: collapse;
    width: 100%; }
  .dining .th, .dining .td {
    padding: 15px; }

.dining {
  margin-top: 100px;
  font-size: 15px;
  margin-bottom: 150px; }
  @media only screen and (max-width: 1040px) {
    .dining {
      margin-bottom: 70px;
      margin-top: 50px; } }
  .dining .lkl {
    margin-bottom: 10px; }
  .dining .nen, .dining .nin, .dining .nppn, .dining .nkn, .dining .nlln, .dining .npn {
    border: 1px solid #000000;
    text-align: center; }
    @media only screen and (max-width: 1040px) {
      .dining .nen, .dining .nin, .dining .nppn, .dining .nkn, .dining .nlln, .dining .npn {
        display: none; } }
  .dining .nmn, .dining .naak {
    border: 1px solid #000000;
    text-align: left; }
    @media only screen and (max-width: 1040px) {
      .dining .nmn, .dining .naak {
        display: none; } }
  .dining .nen {
    border-collapse: collapse;
    width: 100%;
    background-color: #ffffff; }
  .dining .nin, .dining .nkn, .dining .nlln, .dining .nppn, .dining .nmn, .dining .naak, .dining .npn {
    padding: 15px; }
    @media only screen and (max-width: 1040px) {
      .dining .nin, .dining .nkn, .dining .nlln, .dining .nppn, .dining .nmn, .dining .naak, .dining .npn {
        display: block; } }
  .dining .nin {
    background-color: #fff0f0; }
  .dining .nppn {
    background-color: #fff0f0;
    padding-left: 10px; }
  .dining .naak {
    background-color: #fff0f0;
    padding-left: 60px; }
  .dining .nkn {
    background-color: #f0ffff; }
  .dining .nlln {
    background-color: #f0ffff;
    padding-left: 10px; }
  .dining .nmn {
    background-color: #f0ffff;
    padding-left: 55px; }
  .dining .npn {
    background-color: #ffffff; }
  @media only screen and (max-width: 1040px) {
    .dining .nhn {
      width: 33.3%; } }
  .dining .lkj {
    line-height: 20px; }
    @media only screen and (max-width: 1040px) {
      .dining .lkj {
        display: flex; } }

.jkj {
  font-size: 1.3rem; }

.junll {
  font-family: 'Noto Sans JP','ヒラギノ角ゴ Pro W3',Hiragino Kaku Gothic Pro,'メイリオ',Meiryo,sans-serif;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 600; }

.tot {
  margin-top: 85px; }
  @media only screen and (max-width: 1040px) {
    .tot {
      margin-top: 35px; } }

.tlt {
  margin-top: 110px; }
  @media only screen and (max-width: 1040px) {
    .tlt {
      margin-top: 40px; } }

.gree {
  color: #468C68;
  font-size: 12px; }

.kill {
  text-align: left; }

.zoom {
  position: relative; }
  .zoom:hover {
    cursor: pointer; }
    .zoom:hover img {
      filter: brightness(0.6); }
    .zoom:hover .plus:before, .zoom:hover .plus:after {
      background: #e2231a; }
  .zoom img {
    display: block;
    width: 100%;
    margin: 0;
    transition: all .3s; }
  .zoom .plus {
    position: absolute;
    bottom: 15px;
    right: 15px;
    width: 20px;
    height: 20px; }
    .zoom .plus:before, .zoom .plus:after {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      content: '';
      display: block;
      width: 20px;
      height: 2px;
      background: #fff;
      transition: all .3s; }
    .zoom .plus:after {
      transform: translate(-50%, -50%) rotate(90deg); }

.modal_bg {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.75); }
  .modal_bg .modal_box {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-height: 90vh; }
    @media only screen and (max-width: 1040px) {
      .modal_bg .modal_box {
        width: calc(100% - 30px);
        max-height: auto; } }
    .modal_bg .modal_box .modal_close {
      position: absolute;
      top: 0;
      right: -51px;
      display: block;
      width: 36px;
      height: 36px; }
      @media only screen and (max-width: 1040px) {
        .modal_bg .modal_box .modal_close {
          top: -51px;
          right: 0; } }
      .modal_bg .modal_box .modal_close:before, .modal_bg .modal_box .modal_close:after {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
        content: '';
        display: block;
        width: 40px;
        height: 2px;
        background: #fff;
        transition: all .3s; }
      .modal_bg .modal_box .modal_close:after {
        transform: translate(-50%, -50%) rotate(-45deg); }
      .modal_bg .modal_box .modal_close:hover {
        cursor: pointer; }
        .modal_bg .modal_box .modal_close:hover:before, .modal_bg .modal_box .modal_close:hover:after {
          background: #e2231a; }
    .modal_bg .modal_box img {
      display: block;
      height: 90vh;
      max-height: 800px; }
      @media only screen and (max-width: 1040px) {
        .modal_bg .modal_box img {
          width: 100%;
          height: auto; } }

.zom-bx {
  position: absolute;
  top: 78%;
  left: 78%;
  background: #B5B5B6;
  background-color: rgba(181, 181, 182, 0.4);
  border-radius: 25%;
  padding: 10px; }

.zom-bx:hover {
  transform: scale(1.1); }

.mag {
  width: 11px; }

.wwu {
  width: 652px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px; }

.asu, .ret, .vgb, .sda {
  border: 1px solid #000000;
  text-align: center;
  display: none; }
  @media only screen and (max-width: 1040px) {
    .asu, .ret, .vgb, .sda {
      display: block; } }

.asu {
  border-collapse: collapse;
  width: 100%;
  background-color: #ffffff; }
  @media only screen and (max-width: 1040px) {
    .asu {
      margin-top: 15px; } }

.ret, .vgb, .sda {
  padding: 15px; }
  @media only screen and (max-width: 1040px) {
    .ret, .vgb, .sda {
      display: block; } }

.ret {
  background-color: #fff0f0; }
  @media only screen and (max-width: 1040px) {
    .ret {
      text-align: left; } }

.vgb {
  background-color: #f0ffff; }
  @media only screen and (max-width: 1040px) {
    .vgb {
      text-align: left; } }

.sda {
  background-color: #ffffff; }

@media only screen and (max-width: 1040px) {
  .yut {
    width: 35%; } }

.lkj {
  line-height: 20px; }
  @media only screen and (max-width: 1040px) {
    .lkj {
      display: flex; } }

.jkj {
  font-size: 1.3rem; }

@media only screen and (max-width: 1040px) {
  .tuy {
    width: 65%; } }
