@charset "UTF-8";
.u-lg-col4,
.u-lg-col3,
.u-lg-col2,
.u-md-col4,
.u-md-col3,
.u-md-col2,
.u-sm-col4,
.u-sm-col3,
.u-sm-col2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

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

@media screen and (max-width: 768px) {
  .u-pc {
    display: none !important; } }

.u-pcline {
  display: none; }
  @media screen and (min-width: 769px) {
    .u-pcline {
      display: inline; } }

.u--red {
  color: #ff6666; }

.u--bold {
  font-weight: bold; }

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

.u--serif {
  font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif; }

.u--sans {
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "Meiryo UI", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

.u--movie {
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  overflow: hidden; }
  .u--movie > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.listbox-icon {
  float: left;
  height: 40px;
  padding: 9px 0;
  color: #6098ad; }
  @media screen and (min-width: 554px) {
    .listbox-icon {
      height: 40px;
      padding: 9px 0; } }
  @media screen and (min-width: 769px) {
    .listbox-icon {
      height: 42px;
      padding: 9px 0; } }

.listbox-text {
  float: left;
  height: 41px;
  position: absolute;
  left: 38px;
  overflow: hidden;
  padding: 2px 0 2px 5px; }
  @media screen and (min-width: 554px) {
    .listbox-text {
      padding: 2px 0 2px 5px; } }
  @media screen and (min-width: 769px) {
    .listbox-text {
      padding: 1px 0 1px 5px; } }

.debug-area {
  width: 100%;
  display: none;
  background-color: #b0ad70;
  padding: 7px 7px 6px 7px;
  border: 1px solid #000000;
  box-sizing: border-box; }
  .debug-area .debug-section {
    width: 100%;
    display: inline-block;
    background-color: #4f4f4f;
    margin-bottom: 3px;
    float: left; }
    .debug-area .debug-section .title {
      width: 100%;
      color: #ffff00;
      background-color: #610202;
      font-weight: bold;
      font-size: 12px;
      padding: 3px 10px; }
    .debug-area .debug-section .item {
      width: 100%;
      background-color: #1d1d1d;
      margin-bottom: 1px;
      display: flex; }
      .debug-area .debug-section .item .name {
        float: left;
        width: 40%;
        color: #ffffff;
        font-size: 12px;
        padding: 2px 0 2px 10px;
        overflow-x: hidden; }
      .debug-area .debug-section .item .value {
        float: left;
        width: 60%;
        color: #ffffff;
        background-color: #333333;
        font-size: 12px;
        padding: 2px 0 2px 10px;
        overflow-x: hidden;
        white-space: pre-wrap; }

.w-60 {
  width: 60px !important;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 0; }

.w-80 {
  width: 80px !important;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 0; }

.w-100 {
  width: 100px !important;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 0; }

.w-150 {
  width: 150px !important;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 0; }

.w-200 {
  width: 200px !important;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 0; }

.w-250 {
  width: 250px !important;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 0; }

.w-300 {
  width: 300px !important;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  margin: 0;
  padding: 0; }

.w-25-per {
  width: 50% !important; }
  @media screen and (min-width: 554px) {
    .w-25-per {
      width: 33% !important; } }
  @media screen and (min-width: 769px) {
    .w-25-per {
      width: 25% !important; } }

.w-33-per {
  width: 100% !important; }
  @media screen and (min-width: 554px) {
    .w-33-per {
      width: 50% !important; } }
  @media screen and (min-width: 769px) {
    .w-33-per {
      width: 33% !important; } }

.w-50-per {
  width: 100% !important; }
  @media screen and (min-width: 554px) {
    .w-50-per {
      width: 100% !important; } }
  @media screen and (min-width: 769px) {
    .w-50-per {
      width: 50% !important; } }

.w-100-per {
  width: 100% !important; }

.max-w-80 {
  max-width: 80px !important;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0; }

.max-w-100 {
  max-width: 100px !important;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0; }

.max-w-150 {
  max-width: 150px !important;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0; }

.max-w-200 {
  max-width: 200px !important;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0; }

.max-w-300 {
  max-width: 300px !important;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0; }

.max-w-350 {
  max-width: 350px !important;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0; }

.max-w-400 {
  max-width: 400px !important;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 0;
  padding: 0; }

/* 複数行で「...」表示 */
.ellipsis-text-line-2 {
  overflow: hidden;
  white-space: pre-wrap;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; }

/* スマホのみ */
.sp {
  display: block; }
  @media screen and (min-width: 554px) {
    .sp {
      display: none; } }
  @media screen and (min-width: 769px) {
    .sp {
      display: none; } }

/* １行コンテンツ */
.one-line {
  display: flex;
  align-items: center; }

/* コンテンツの縦表示 */
.direction-column {
  display: flex;
  flex-direction: column; }

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }
  @media screen and (min-width: 768px) {
    html {
      font-size: 12px; } }
  @media screen and (max-width: 768px) {
    html {
      /*font-size: 10 / 75 * 100 + vw;*/
      font-size: 12px; } }

body {
  font-size: 15px;
  color: #212121;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "Meiryo UI", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  height: 100%;
  width: 100%;
  text-align: left;
  margin: 0px;
  padding: 0px !important;
  background: #FFFFFF;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  overflow-y: scroll !important;
  font-family: "メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Osaka",Arial,sans-serif;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media screen and (min-width: 769px) {
    body {
      overflow-x: auto;
      min-width: 1017px; } }

body::-webkit-scrollbar {
  /* Chrome, Safari 対応 */
  width: 7px;
  height: 7px; }

body::-webkit-scrollbar-track {
  background-color: #ccc; }

body::-webkit-scrollbar-thumb {
  background-color: #17585d; }

@media screen and (min-width: 769px) {
  .mng {
    overflow: auto;
    background-color: #efefef; } }

a {
  display: block;
  color: #212121;
  text-decoration: none;
  /*
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  */ }

a:hover {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s; }

::-moz-selection {
  background: #eee;
  color: #212121;
  text-shadow: none; }

::selection {
  background: #eee;
  color: #212121;
  text-shadow: none; }

::-moz-selection {
  background: #eee;
  color: #212121;
  text-shadow: none; }

.legacy-ie {
  background: #eee;
  width: 100%;
  padding: 100px 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10000; }

.legacy-ie a {
  color: #0066b3;
  text-decoration: none; }

.noscript {
  background: #eee;
  width: 100%;
  padding: 100px 0;
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  z-index: 10000; }

.margin-bottom-10 {
  margin-bottom: 10px; }

select, input[type='file'] {
  color: #000000;
  background-color: #ffffff; }

body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption {
  margin: 0;
  padding: 0; }

input, textarea {
  margin: 0;
  font-size: 100%; }

label {
  /*cursor: pointer;*/ }

table {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%; }

fieldset, img {
  border: 0; }

img {
  max-width: 100%;
  width: 100%;
  height: auto;
  vertical-align: top; }

address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: bold; }

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

a, input {
  outline: none; }

input, textarea {
  border-radius: 0;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif; }

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

abbr, acronym {
  border: 0; }

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

/* LP contents
   ----------------------------------------------------------------- */
/* header */
.header {
  position: relative;
  z-index: 3; }
  @media screen and (min-width: 769px) {
    .header {
      position: absolute;
      left: 0;
      top: 0;
      z-index: 200;
      width: 100%; } }
  @media screen and (min-width: 769px) {
    .header .header-inner .header-navglobal-cover {
      display: block;
      background: #FFFFFF;
      padding-top: 10px;
      height: 70px;
      width: 100%;
      margin: 0 auto;
      transition: all 0.2s; } }
  .header .header-logo {
    float: left; }
  @media screen and (max-width: 768px) {
    .header {
      display: block;
      width: 100%;
      height: 55px; }
      .header .header-inner > * {
        position: relative;
        z-index: 2; }
      .header .menu .icon > div {
        -webkit-transform: all .25s ease;
        -ms-transform: all .25s ease;
        transform: all .25s ease; }
      .header .menu .c {
        display: none; }
      .header .header-navglobal {
        pointer-events: none;
        opacity: 0;
        -webkit-transition: opacity .25s ease;
        -o-transition: opacity .25s ease;
        transition: opacity .25s ease; }
      .header.active:after {
        content: '';
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.8); }
      .header.active .header-navglobal {
        pointer-events: all;
        opacity: 1;
        width: 90%;
        max-width: 500px; }
      .header.active .menu .icon > div {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center; }
        .header.active .menu .icon > div:nth-child(1) {
          -webkit-transform: translate(0, 235%) rotate(45deg);
          -ms-transform: translate(0, 235%) rotate(45deg);
          transform: translate(0, 235%) rotate(45deg); } }
      @media screen and (max-width: 768px) and (min-width: 554px) {
        .header.active .menu .icon > div:nth-child(1) {
          -webkit-transform: translate(0, 7px) rotate(45deg);
          -ms-transform: translate(0, 7px) rotate(45deg);
          transform: translate(0, 7px) rotate(45deg); } }
  @media screen and (max-width: 768px) {
        .header.active .menu .icon > div:nth-child(2) {
          opacity: 0; }
        .header.active .menu .icon > div:nth-child(3) {
          -webkit-transform: translate(0, -235%) rotate(-45deg);
          -ms-transform: translate(0, -235%) rotate(-45deg);
          transform: translate(0, -235%) rotate(-45deg); } }
      @media screen and (max-width: 768px) and (min-width: 554px) {
        .header.active .menu .icon > div:nth-child(3) {
          -webkit-transform: translate(0, -7px) rotate(-45deg);
          -ms-transform: translate(0, -7px) rotate(-45deg);
          transform: translate(0, -7px) rotate(-45deg); } }
  @media screen and (max-width: 768px) {
      .header.active .menu .c {
        display: block; }
      .header.active .menu .o {
        display: none; }
      .header .header-logo {
        /*text-align: center;*/
        max-width: calc(100% - 240px);
        height: 100%;
        display: flex;
        align-items: center;
        align-content: center;
        flex-direction: row;
        justify-content: flex-start;
        flex-wrap: nowrap;
        overflow: hidden; }
        .header .header-logo a img {
          /*margin: 10px 10px 10px 15px;*/
          width: auto;
          height: 43px;
          object-fit: contain;
          padding: 0 10px; }
      .header .header-h1 {
        text-align: center;
        font-size: 12px;
        font-weight: normal;
        float: left;
        padding-top: 18px; }
        .header .header-h1 br {
          display: none; }
      .header .header-navutility {
        position: fixed;
        display: block;
        /*overflow: hidden;*/
        top: 0;
        left: 0;
        z-index: 20;
        width: 100%;
        height: 55px;
        background-color: #ffffff;
        border-bottom: 1px solid #e4e4e4; }
        .header .header-navutility .item-pc-search {
          display: none; }
        .header .header-navutility .navutility .cart,
        .header .header-navutility .navutility .member,
        .header .header-navutility .navutility .login {
          height: 55px;
          width: 60px; }
          .header .header-navutility .navutility .cart a,
          .header .header-navutility .navutility .member a,
          .header .header-navutility .navutility .login a {
            padding: 9px 0;
            height: 100%;
            text-align: center;
            font-weight: bold;
            color: #FFFFFF; }
            .header .header-navutility .navutility .cart a .icon,
            .header .header-navutility .navutility .member a .icon,
            .header .header-navutility .navutility .login a .icon {
              margin: 0 5px;
              font-size: 25px; }
            .header .header-navutility .navutility .cart a .text,
            .header .header-navutility .navutility .member a .text,
            .header .header-navutility .navutility .login a .text {
              text-align: left;
              line-height: 1px; }
              .header .header-navutility .navutility .cart a .text > span,
              .header .header-navutility .navutility .member a .text > span,
              .header .header-navutility .navutility .login a .text > span {
                display: block; }
              .header .header-navutility .navutility .cart a .text .l,
              .header .header-navutility .navutility .member a .text .l,
              .header .header-navutility .navutility .login a .text .l {
                display: block;
                font-size: 11px;
                text-align: center; }
              .header .header-navutility .navutility .cart a .text .s,
              .header .header-navutility .navutility .member a .text .s,
              .header .header-navutility .navutility .login a .text .s {
                font-size: 9px;
                line-height: 1.2;
                display: none; } }
            @media screen and (max-width: 768px) and (min-width: 554px) {
              .header .header-navutility .navutility .cart a .text .s,
              .header .header-navutility .navutility .member a .text .s,
              .header .header-navutility .navutility .login a .text .s {
                display: block; }
                .header .header-navutility .navutility .cart a .text .s br,
                .header .header-navutility .navutility .member a .text .s br,
                .header .header-navutility .navutility .login a .text .s br {
                  display: none; } }
  @media screen and (max-width: 768px) {
        .header .header-navutility .navutility .cart {
          display: inline-block;
          position: absolute;
          right: 60px; }
          .header .header-navutility .navutility .cart a {
            background-color: #78a208; }
          .header .header-navutility .navutility .cart .cartin-mark p {
            display: inline-block;
            position: absolute;
            top: 7px;
            right: 7px;
            background-color: #fb1f6a;
            color: #ffffff;
            font-size: 14px;
            font-weight: normal;
            border-radius: 10px;
            height: 20px;
            max-width: 30px;
            min-width: 20px;
            z-index: 1; }
          .header .header-navutility .navutility .cart .cartin-mark .disabled {
            display: none; }
        .header .header-navutility .navutility .login {
          position: absolute;
          right: 120px; }
          .header .header-navutility .navutility .login a {
            background-color: #ff6666; }
        .header .header-navutility .navutility .member {
          position: absolute;
          right: 180px; }
          .header .header-navutility .navutility .member a {
            background-color: #ffa000; }
        .header .header-navutility .navutility .menu {
          background-color: #454044;
          pointer-events: all;
          cursor: pointer;
          display: inline-block;
          width: 60px;
          height: 55px;
          text-align: center;
          position: absolute;
          right: 0; }
          .header .header-navutility .navutility .menu .icon {
            width: 100%;
            padding: 12px 20px 10px; }
            .header .header-navutility .navutility .menu .icon > div {
              height: 3px;
              background-color: #FFFFFF; }
              .header .header-navutility .navutility .menu .icon > div:nth-child(n+2) {
                margin-top: 4px; }
          .header .header-navutility .navutility .menu .text {
            color: #FFFFFF;
            font-size: 10px;
            line-height: 1px; }
        .header .header-navutility .navutility .favorite {
          display: none; }
      .header .header-navglobal {
        position: fixed;
        top: 55px;
        right: 0;
        height: 100%;
        overflow-y: scroll; } }
    @media screen and (max-width: 768px) and (min-width: 554px) {
      .header .header-navglobal {
        top: 55px; } }
  @media screen and (max-width: 768px) {
        .header .header-navglobal .list {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          justify-content: flex-end;
          align-content: flex-start;
          background-color: #ffffff;
          padding-bottom: 100px;
          min-height: 100%; }
          .header .header-navglobal .list .item {
            width: 100%;
            border-bottom: 1px solid #e8e8e8;
            background-color: #FFFFFF; }
            .header .header-navglobal .list .item > a {
              position: relative;
              padding: 1em 0 1em 7.5%;
              font-size: 14px; } }
          @media screen and (max-width: 768px) and (max-width: 335px) {
            .header .header-navglobal .list .item > a {
              font-size: 12px; } }
  @media screen and (max-width: 768px) {
              .header .header-navglobal .list .item > a:after {
                content: '';
                display: block;
                position: absolute;
                top: 50%;
                right: 7.5%;
                border-top: 1px solid #000;
                border-right: 1px solid #000;
                width: .4em;
                height: .4em;
                -webkit-transform: translate(0, -50%) rotate(45deg);
                -ms-transform: translate(0, -50%) rotate(45deg);
                transform: translate(0, -50%) rotate(45deg); }
          .header .header-navglobal .list .item-sp {
            width: 100%;
            background-color: #FFFFFF;
            border-bottom: 1px solid #e8e8e8; }
            .header .header-navglobal .list .item-sp > a {
              display: flex;
              align-items: center;
              position: relative;
              padding: 1em 0 1em 7.5%;
              font-size: 14px; } }
          @media screen and (max-width: 768px) and (max-width: 335px) {
            .header .header-navglobal .list .item-sp > a {
              font-size: 12px; } }
  @media screen and (max-width: 768px) {
              .header .header-navglobal .list .item-sp > a .ico {
                font-size: 22px;
                color: #525252;
                padding-right: 4px; }
            .header .header-navglobal .list .item-sp form {
              display: flex;
              padding: 1em 1em 1em 7.5%; }
              .header .header-navglobal .list .item-sp form .search-box {
                width: auto; }
                .header .header-navglobal .list .item-sp form .search-box input {
                  font-family: "メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Osaka",Arial,sans-serif;
                  width: 100%;
                  height: 34px;
                  border: 1px solid #e8e8e8;
                  background-color: #fbfbfb;
                  font-size: 18px;
                  padding: 0 12px; }
                .header .header-navglobal .list .item-sp form .search-box input::placeholder {
                  font-size: 14px;
                  color: #cccccc; }
              .header .header-navglobal .list .item-sp form .search-btn {
                margin-left: 5px;
                padding: 5px 20px;
                background-color: #353535;
                color: #ffffff;
                border-radius: 7px;
                width: 80px;
                text-align: center;
                cursor: pointer;
                white-space: nowrap; }
          .header .header-navglobal .list .item-sp-sub {
            width: 100%;
            background-color: #f3f3f3;
            border-bottom: 1px solid #e8e8e8; }
            .header .header-navglobal .list .item-sp-sub > a {
              display: flex;
              align-items: center;
              position: relative;
              padding: 1em 0 1em 12%;
              font-size: 14px;
              color: #27628c; } }
          @media screen and (max-width: 768px) and (max-width: 335px) {
            .header .header-navglobal .list .item-sp-sub > a {
              font-size: 12px; } }
  @media screen and (max-width: 768px) {
              .header .header-navglobal .list .item-sp-sub > a .ico {
                font-size: 22px;
                color: #27628c;
                padding-right: 4px; }
          .header .header-navglobal .list .item-pc {
            display: none; } }
  @media screen and (min-width: 769px) {
    .header .header-inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      min-width: 1017px;
      padding: 20px 30px 0;
      background-color: #FFFFFF;
      -webkit-box-shadow: 0px 1px 1px #5353532b;
      box-shadow: 0px 1px 1px #5353532b; }
    .header .header-logo {
      display: flex;
      align-items: center;
      min-width: 200px !important; }
      .header .header-logo a {
        display: inline-block; }
        .header .header-logo a:hover {
          opacity: .6; }
        .header .header-logo a img {
          height: 45px;
          width: auto; }
    .header .header-h1 {
      width: 313px;
      font-size: 12px;
      font-weight: normal;
      text-indent: 0.5em;
      line-height: 1.5;
      float: left; }
    .header .header-navutility {
      height: 45px;
      width: 100%;
      max-width: 1920px;
      display: flex;
      justify-content: space-between; }
      .header .header-navutility .item-pc-search {
        position: relative;
        display: flex;
        align-items: center;
        width: 100%;
        padding: 0 10px 0 20px; }
        .header .header-navutility .item-pc-search form {
          display: contents; }
        .header .header-navutility .item-pc-search .search-box {
          width: 100%; }
          .header .header-navutility .item-pc-search .search-box input {
            font-family: "メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Osaka",Arial,sans-serif;
            width: 100%;
            height: 34px;
            border: 1px solid #e8e8e8;
            border-radius: 5px;
            background-color: #fbfbfb;
            font-size: 18px;
            padding: 0 12px; }
            .header .header-navutility .item-pc-search .search-box input:focus {
              border-color: #545454;
              box-shadow: 0 0 0 1px #545454; }
          .header .header-navutility .item-pc-search .search-box input::placeholder {
            font-size: 14px;
            color: #cccccc; }
        .header .header-navutility .item-pc-search .search-btn {
          margin-left: 5px;
          padding: 5px 20px;
          background-color: #353535;
          color: #ffffff;
          border-radius: 7px;
          width: 80px;
          text-align: center;
          cursor: pointer; }
          .header .header-navutility .item-pc-search .search-btn:hover {
            opacity: 0.7; }
      .header .header-navutility .navutility {
        display: flex; }
        .header .header-navutility .navutility .favorite,
        .header .header-navutility .navutility .cart,
        .header .header-navutility .navutility .member,
        .header .header-navutility .navutility .login {
          width: 130px;
          float: right;
          margin-left: 10px; }
          .header .header-navutility .navutility .favorite a,
          .header .header-navutility .navutility .cart a,
          .header .header-navutility .navutility .member a,
          .header .header-navutility .navutility .login a {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -webkit-align-items: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
            -ms-flex-pack: center;
            justify-content: center;
            border-radius: 4px;
            height: 45px;
            text-align: center;
            font-size: 14px;
            font-weight: bold;
            color: #FFFFFF; }
            .header .header-navutility .navutility .favorite a:hover,
            .header .header-navutility .navutility .cart a:hover,
            .header .header-navutility .navutility .member a:hover,
            .header .header-navutility .navutility .login a:hover {
              opacity: .6; }
            .header .header-navutility .navutility .favorite a .icon,
            .header .header-navutility .navutility .cart a .icon,
            .header .header-navutility .navutility .member a .icon,
            .header .header-navutility .navutility .login a .icon {
              margin-right: .1em;
              font-size: 24px; }
            .header .header-navutility .navutility .favorite a .text,
            .header .header-navutility .navutility .cart a .text,
            .header .header-navutility .navutility .member a .text,
            .header .header-navutility .navutility .login a .text {
              padding: .18rem 0;
              text-align: left; }
              .header .header-navutility .navutility .favorite a .text .l,
              .header .header-navutility .navutility .cart a .text .l,
              .header .header-navutility .navutility .member a .text .l,
              .header .header-navutility .navutility .login a .text .l {
                display: block;
                font-size: 14px; }
              .header .header-navutility .navutility .favorite a .text .s,
              .header .header-navutility .navutility .cart a .text .s,
              .header .header-navutility .navutility .member a .text .s,
              .header .header-navutility .navutility .login a .text .s {
                display: none; }
        .header .header-navutility .navutility .favorite {
          position: relative; }
          .header .header-navutility .navutility .favorite a {
            color: #73521e;
            background-color: #fffcec;
            border: 1px solid #d7c9b2; }
          .header .header-navutility .navutility .favorite .favorite-mark p {
            position: absolute;
            background-color: #eba403;
            color: #ffffff;
            font-size: 14px;
            font-weight: normal;
            border-radius: 10px;
            height: 20px;
            max-width: 30px;
            min-width: 20px;
            left: -3px;
            top: -3px; }
          .header .header-navutility .navutility .favorite .favorite-mark .disabled {
            display: none; }
        .header .header-navutility .navutility .cart {
          position: relative; }
          .header .header-navutility .navutility .cart a {
            background-color: #78a208; }
          .header .header-navutility .navutility .cart .cartin-mark p {
            position: absolute;
            background-color: #fb1f6a;
            color: #ffffff;
            font-size: 14px;
            font-weight: normal;
            border-radius: 10px;
            height: 20px;
            max-width: 30px;
            min-width: 20px;
            left: -3px;
            top: -3px; }
          .header .header-navutility .navutility .cart .cartin-mark .disabled {
            display: none; }
        .header .header-navutility .navutility .member a {
          background-color: #ffa000; }
        .header .header-navutility .navutility .login a {
          background-color: #ff6666; }
        .header .header-navutility .navutility .menu {
          display: none; }
    .header .header-navglobal {
      width: 100%; }
      .header .header-navglobal .list {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: flex-start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: flex-start;
        justify-content: flex-start;
        align-items: center;
        margin: 0 auto;
        width: 100%;
        max-width: 1920px; }
        .header .header-navglobal .list .item {
          position: relative;
          width: 14%; }
          .header .header-navglobal .list .item:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 1px;
            height: 100%;
            background: -webkit-gradient(linear, left top, left bottom, from(#f7f8f9), color-stop(50%, #cfd0d1), to(#f7f8f9));
            background: -webkit-linear-gradient(top, #f7f8f9, #cfd0d1 50%, #f7f8f9);
            background: -o-linear-gradient(top, #f7f8f9, #cfd0d1 50%, #f7f8f9);
            background: linear-gradient(to bottom, #f7f8f9, #cfd0d1 50%, #f7f8f9); }
          .header .header-navglobal .list .item > a {
            padding: 23px 0;
            text-align: center;
            font-size: 14px;
            line-height: 1;
            letter-spacing: -.05em;
            white-space: nowrap;
            -webkit-transition: color .25s ease;
            -o-transition: color .25s ease;
            transition: color .25s ease; }
            .header .header-navglobal .list .item > a:hover {
              color: #ffa000; }
        .header .header-navglobal .list .item-pc {
          position: relative;
          width: 10%; }
          .header .header-navglobal .list .item-pc:before {
            content: '';
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            width: 1px;
            height: 100%;
            background: -webkit-gradient(linear, left top, left bottom, from(#f7f8f9), color-stop(50%, #cfd0d1), to(#f7f8f9));
            background: -webkit-linear-gradient(top, #f7f8f9, #cfd0d1 50%, #f7f8f9);
            background: -o-linear-gradient(top, #f7f8f9, #cfd0d1 50%, #f7f8f9);
            background: linear-gradient(to bottom, #f7f8f9, #cfd0d1 50%, #f7f8f9); }
          .header .header-navglobal .list .item-pc:after {
            content: '';
            position: absolute;
            opacity: 0;
            bottom: 0;
            left: 50%;
            -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
            transform: translateX(-50%);
            border-right: solid 8px transparent;
            border-bottom: solid 8px #6c7d68;
            border-left: solid 8px transparent;
            -webkit-transition: opacity .2s ease;
            -o-transition: opacity .2s ease;
            transition: opacity .2s ease; }
          .header .header-navglobal .list .item-pc > a {
            padding: 23px 5px;
            text-align: center;
            font-size: 14px;
            line-height: 1;
            letter-spacing: -.05em;
            white-space: nowrap;
            -webkit-transition: color .25s ease;
            -o-transition: color .25s ease;
            transition: color .25s ease;
            overflow: hidden;
            text-overflow: ellipsis; }
            .header .header-navglobal .list .item-pc > a:hover {
              color: #ffa000; }
        .header .header-navglobal .list .item-sp {
          display: none; }
        .header .header-navglobal .list .item-sp-sub {
          display: none; }
        .header .header-navglobal .list .is-active::after {
          opacity: 1; } }
  .header .header-megamenu-container {
    display: none; }
    @media screen and (min-width: 769px) {
      .header .header-megamenu-container {
        display: block;
        -webkit-transition: opacity .2s ease;
        -o-transition: opacity .2s ease;
        transition: opacity .2s ease;
        position: fixed;
        left: 0;
        width: 100vw;
        visibility: hidden;
        opacity: 0;
        background-color: #6c7d68; } }
  .header .is-active > a + .header-megamenu-container {
    visibility: visible;
    opacity: 1; }
  .header .header-navglobal .list .item > a::after {
    content: '';
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-right: solid 8px transparent;
    border-bottom: solid 8px #ffa000;
    border-left: solid 8px transparent;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease; }
  .header .header-navglobal .list .item.is-active > a::after {
    opacity: 1; }
  .header .header-megamenu-inner {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 25px; }
  .header .header-megamenu-service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: center;
    -ms-flex-pack: justify;
    justify-content: center;
    margin-left: -30px; }
    .header .header-megamenu-service > li {
      padding-left: 30px;
      width: 25%; }
      .header .header-megamenu-service > li a {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        align-items: center;
        height: 46px;
        line-height: 46px;
        border-radius: 23px;
        text-align: center;
        background-color: #FFFFFF;
        position: relative;
        -webkit-transition: color .2s ease;
        -o-transition: color .2s ease;
        transition: color .2s ease;
        padding-right: 8px; }
        .header .header-megamenu-service > li a .ico {
          color: #ffa000;
          padding-right: 10px;
          cursor: pointer; }
        .header .header-megamenu-service > li a .txt {
          line-height: 1px;
          cursor: pointer; }
        .header .header-megamenu-service > li a:hover {
          color: #ffa000; }
        .header .header-megamenu-service > li a::before {
          content: '';
          display: block;
          position: absolute;
          right: 15px;
          top: 50%;
          -webkit-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
          width: 6px;
          height: 6px;
          border-top: solid 1px #ffa000;
          border-right: solid 1px #ffa000; }
        .header .header-megamenu-service > li a img {
          margin-right: 10px;
          vertical-align: middle;
          margin-bottom: 2px;
          width: 25px; }
  .header .header-megamenu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -20px; }
    .header .header-megamenu-item__col {
      padding-left: 20px;
      width: 25%; }
    .header .header-megamenu-item__group {
      position: relative;
      overflow: hidden; }
      .header .header-megamenu-item__group a {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
        color: #FFFFFF;
        font-weight: bold;
        font-size: 20px;
        text-align: center; }
        .header .header-megamenu-item__group a > span {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .header .header-megamenu-item__group::before {
        content: '';
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: background-color .2s ease;
        -o-transition: background-color .2s ease;
        transition: background-color .2s ease;
        background-color: rgba(0, 0, 0, 0.3); }
      .header .header-megamenu-item__group::after {
        content: '';
        position: absolute;
        z-index: 2;
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        width: 15px;
        height: 15px;
        border-top: 2px solid #FFFFFF;
        border-right: 2px solid #FFFFFF; }
      .header .header-megamenu-item__group:hover::before {
        background-color: rgba(0, 0, 0, 0.2); }
    .header .header-megamenu-item__item {
      min-height: 200px; }
      .header .header-megamenu-item__item > ul {
        margin-top: 8px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: -15px;
        color: #FFFFFF; }
        .header .header-megamenu-item__item > ul > li {
          width: 50%;
          padding-left: 15px;
          padding-bottom: 3px; }
          .header .header-megamenu-item__item > ul > li a {
            color: #FFFFFF;
            font-size: 14px;
            line-height: 1.4;
            padding-left: 15px;
            position: relative; }
            .header .header-megamenu-item__item > ul > li a .material-icons {
              position: absolute;
              top: 2px;
              left: 0;
              vertical-align: middle;
              font-size: 14px; }
            .header .header-megamenu-item__item > ul > li a:hover {
              text-decoration: underline; }
  .header .header-megamenu-brand {
    color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .header .header-megamenu-brand dt {
      font-size: 16px;
      font-weight: bold;
      width: 100%;
      margin-bottom: 5px;
      padding-left: 15px; }
    .header .header-megamenu-brand dd {
      width: 25%;
      padding: 3px 0 5px 15px; }
      .header .header-megamenu-brand dd a {
        color: #FFFFFF;
        font-size: 14px; }
        .header .header-megamenu-brand dd a .material-icons {
          vertical-align: middle;
          margin-right: 5px;
          margin-bottom: 2px;
          font-size: 14px; }
        .header .header-megamenu-brand dd a:hover {
          text-decoration: underline; }

/* ヘッダのメニュー部を非表示にする（hover時は表示） */
@media screen and (min-width: 769px) {
  .header.fixed .header-inner {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }
    .header.fixed .header-inner .header-navglobal-cover {
      height: 0;
      opacity: 0;
      pointer-events: none;
      transition: all .5s ease-out; }
    .header.fixed .header-inner:hover .header-navglobal-cover {
      height: 70px;
      opacity: 1;
      pointer-events: auto;
      transition: all .5s ease-in; } }

@media screen and (min-width: 769px) {
  #js-megamenu-bg {
    display: none;
    position: fixed;
    z-index: 199;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.2); } }
/* footer
   ----------------------------------------------------------------- */
.footer {
  position: relative;
  z-index: 1;
  background-color: #ffffff; }
  @media screen and (max-width: 768px) {
    .footer {
      overflow: hidden; }
      .footer .footer-navtext .list .item {
        border-bottom: 1px solid #e1e2e3; }
        .footer .footer-navtext .list .item:nth-child(1) {
          border-top: 1px solid #e1e2e3; }
        .footer .footer-navtext .list .item > a {
          position: relative;
          padding: 18px 3%; }
          .footer .footer-navtext .list .item > a:after {
            content: '';
            position: absolute;
            top: 50%;
            right: 3%;
            border-top: 1px solid #000;
            border-right: 1px solid #000;
            width: 6px;
            height: 6px;
            -webkit-transform: translate(0, -50%) rotate(45deg);
            -ms-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg); }
        .footer .footer-navtext .list .item > ul {
          display: none; }
      .footer .footer-copy {
        height: 35px;
        color: #ffffff;
        background-color: #333333;
        text-align: center;
        font-size: 8px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .footer .footer-copy .debug-toggle {
          color: #cecece;
          background-color: #434136;
          border-radius: 10px;
          margin-left: 10px;
          padding: 0 10px;
          cursor: pointer; }
          .footer .footer-copy .debug-toggle:hover {
            color: #ffffff;
            background-color: #b9a237; } }
  @media screen and (min-width: 769px) {
    .footer {
      overflow: hidden; }
      .footer .footer-navtext {
        background-color: #f1f1e1;
        padding: 30px 0; }
        .footer .footer-navtext .list {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
          -ms-flex-pack: justify;
          justify-content: space-between;
          margin: 0 auto;
          width: 1017px;
          padding: 0 30px; }
          .footer .footer-navtext .list .item {
            width: 20%; }
            .footer .footer-navtext .list .item dt {
              margin-bottom: 10px;
              font-size: 16px;
              font-weight: bold; }
              .footer .footer-navtext .list .item dt a {
                -webkit-transition: color .25s ease;
                -o-transition: color .25s ease;
                transition: color .25s ease; }
                .footer .footer-navtext .list .item dt a:hover {
                  opacity: 0.6; }
            .footer .footer-navtext .list .item dd {
              font-size: 12px;
              line-height: 14px;
              padding: 4px 0; }
              .footer .footer-navtext .list .item dd a {
                -webkit-transition: color .25s ease;
                -o-transition: color .25s ease;
                transition: color .25s ease; }
                .footer .footer-navtext .list .item dd a:hover {
                  opacity: 0.6; }
      .footer .footer-copy {
        height: 35px;
        color: #ffffff;
        background-color: #69695c;
        font-size: 12px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .footer .footer-copy .debug-toggle {
          color: #cecece;
          background-color: #434136;
          border-radius: 10px;
          margin-left: 10px;
          padding: 0 6px;
          cursor: pointer; }
          .footer .footer-copy .debug-toggle:hover {
            color: #ffffff;
            background-color: #b9a237; } }

#pagetop {
  position: fixed;
  bottom: 5px;
  right: 5px;
  display: none;
  z-index: 10; }
  @media screen and (min-width: 769px) {
    #pagetop {
      bottom: 26px;
      right: 26px; } }
  #pagetop a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    width: 60px;
    height: 60px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
    @media screen and (min-width: 769px) {
      #pagetop a:hover {
        opacity: 0.7; } }
  #pagetop div {
    display: block;
    width: 40px;
    height: 40px;
    background: #ffa000;
    border-radius: 50%;
    position: relative; }
    #pagetop div::after {
      content: "";
      position: absolute;
      left: 50%;
      border-left: solid 1px #FFFFFF;
      border-top: solid 1px #FFFFFF;
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      transform-origin: left top;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
      top: 16px;
      width: 6px;
      height: 6px; }
    #pagetop div span {
      display: none; }
    @media screen and (min-width: 554px) {
      #pagetop div {
        width: 45px;
        height: 45px; }
        #pagetop div::after {
          top: 18px; } }
    @media screen and (min-width: 769px) {
      #pagetop div {
        width: 54px;
        height: 54px; }
        #pagetop div span {
          display: inline-block;
          text-align: center;
          color: #FFFFFF;
          font-size: 11px;
          position: absolute;
          left: 50%;
          top: 20px;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          font-weight: bold;
          width: 100%; }
        #pagetop div::after {
          top: 12px;
          width: 5px;
          height: 5px; } }

#index .contents {
  width: 100%;
  overflow: hidden;
  /*Category*/
  /* ------------------------------
     loopSlider
  ------------------------------ */ }
  #index .contents .crawl {
    width: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
    background-color: #323232;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
    #index .contents .crawl p {
      color: #ffffff;
      height: 22px;
      font-size: 14px;
      line-height: 14px;
      white-space: nowrap;
      width: fit-content;
      display: flex;
      align-items: center; }
  #index .contents .contents-slider {
    position: relative; }
    @media screen and (min-width: 769px) {
      #index .contents .contents-slider .contents-slider__inner {
        position: relative;
        margin: 0 auto;
        padding-bottom: 24px;
        width: 1017px; } }
    #index .contents .contents-slider .contents-slider__item {
      background-color: #efefef; }
      #index .contents .contents-slider .contents-slider__item:nth-child(n+2) {
        position: absolute;
        top: 0;
        left: 0; }
    #index .contents .contents-slider .bx-wrapper {
      position: relative;
      margin: 0 auto;
      max-width: inherit !important; }
      @media screen and (min-width: 769px) {
        #index .contents .contents-slider .bx-wrapper {
          width: 1017px !important; } }
    #index .contents .contents-slider .bx-viewport {
      width: 100%; }
      @media screen and (min-width: 769px) {
        #index .contents .contents-slider .bx-viewport {
          overflow: visible !important; } }
    #index .contents .contents-slider .bx-controls-direction {
      display: none; }
      @media screen and (min-width: 769px) {
        #index .contents .contents-slider .bx-controls-direction {
          display: block; } }
      #index .contents .contents-slider .bx-controls-direction a {
        position: absolute;
        top: 100%;
        z-index: 10;
        margin-top: -6px;
        border-radius: 50%;
        width: 50px;
        height: 50px;
        font-size: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        background: url(./images/arrow.svg) no-repeat center center/contain; }
        @media screen and (min-width: 769px) {
          #index .contents .contents-slider .bx-controls-direction a {
            top: 50%;
            width: 50px;
            height: 50px; } }
        #index .contents .contents-slider .bx-controls-direction a.bx-next {
          right: 2.5%; }
          @media screen and (min-width: 769px) {
            #index .contents .contents-slider .bx-controls-direction a.bx-next {
              right: -53px; } }
        #index .contents .contents-slider .bx-controls-direction a.bx-prev {
          left: 2.5%;
          -webkit-transform: translate(0, -50%) rotate(180deg);
          -ms-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg); }
          @media screen and (min-width: 769px) {
            #index .contents .contents-slider .bx-controls-direction a.bx-prev {
              left: -53px; } }
    #index .contents .contents-slider .bx-default-pager {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-top: 10px; }
      #index .contents .contents-slider .bx-default-pager .bx-pager-item:nth-child(n+2) {
        margin-left: 8px; }
        @media screen and (min-width: 992px) {
          #index .contents .contents-slider .bx-default-pager .bx-pager-item:nth-child(n+2) {
            margin-left: 8px; } }
      #index .contents .contents-slider .bx-default-pager .bx-pager-item a {
        background-color: #d4d3d6;
        font-size: 0;
        width: 26px;
        height: 7px;
        border-radius: 0; }
        @media screen and (min-width: 992px) {
          #index .contents .contents-slider .bx-default-pager .bx-pager-item a {
            width: 26px;
            height: 7px; } }
        #index .contents .contents-slider .bx-default-pager .bx-pager-item a.active {
          background-color: #ffa000; }
    @media screen and (min-width: 769px) {
      #index .contents .contents-slider .bx-controls {
        margin-top: 10px;
        height: 4px; } }
  #index .contents .contents-nav-wrap {
    margin: 30px auto 0; }
    @media screen and (min-width: 769px) {
      #index .contents .contents-nav-wrap {
        margin: 45px auto 0; } }
    #index .contents .contents-nav-wrap .c-sectionheading {
      text-align: center; }
    #index .contents .contents-nav-wrap .c-sectionlead {
      text-align: center;
      margin-top: 10px; }
  #index .contents .category-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 1.25% 0;
    margin: 0 0 60px 0; }
    @media screen and (min-width: 769px) {
      #index .contents .category-nav {
        margin: 35px auto 80px;
        padding: 0;
        width: 87%;
        max-width: 1920px; } }
    #index .contents .category-nav .category-nav__item {
      margin-top: 2.5%;
      padding: 0 1.25%;
      width: 50%; }
      @media screen and (min-width: 554px) {
        #index .contents .category-nav .category-nav__item {
          width: 33.3%; } }
      @media screen and (min-width: 769px) {
        #index .contents .category-nav .category-nav__item {
          margin-top: 0;
          margin-bottom: 1%;
          width: 25%; } }
  @media screen and (min-width: 769px) and (min-width: 1500px) {
    #index .contents .category-nav .category-nav__item {
      width: 20%; } }
  @media screen and (min-width: 769px) and (min-width: 1800px) {
    #index .contents .category-nav .category-nav__item {
      width: 16.66%; } }

      #index .contents .category-nav .category-nav__item a {
        cursor: pointer; }
        #index .contents .category-nav .category-nav__item a .img img {
          height: 150px;
          object-fit: cover;
          border: 1px solid #f1f1f19c; }
          @media screen and (min-width: 769px) {
            #index .contents .category-nav .category-nav__item a .img img {
              -webkit-transition: opacity .25s ease;
              -o-transition: opacity .25s ease;
              transition: opacity .25s ease; } }
          #index .contents .category-nav .category-nav__item a .img img:hover {
            opacity: .6; }
        #index .contents .category-nav .category-nav__item a .text {
          position: relative;
          background-color: #f4f5f6;
          text-align: center;
          font-size: 11px;
          line-height: 12px;
          height: 40px;
          overflow: hidden;
          padding: 4px 18px 4px 4px;
          display: flex;
          align-items: center;
          justify-content: center; }
          @media screen and (min-width: 769px) {
            #index .contents .category-nav .category-nav__item a .text {
              padding: 9px 25px 9px 9px;
              font-size: 13px;
              line-height: 15px;
              height: 55px; } }
          #index .contents .category-nav .category-nav__item a .text:after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            right: 8px;
            border-top: 1px solid #ffa000;
            border-right: 1px solid #ffa000;
            width: .5em;
            height: .5em;
            -webkit-transform: translate(0, -50%) rotate(45deg);
            -ms-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg); }
            @media screen and (min-width: 992px) {
              #index .contents .category-nav .category-nav__item a .text:after {
                right: 15px; } }
  #index .contents .news-wrap {
    display: block;
    width: 100%;
    margin: 30px auto 0;
    padding: 0 10px;
    clear: both; }
    @media screen and (min-width: 769px) {
      #index .contents .news-wrap {
        width: 1017px;
        padding: 0 30px; } }
    #index .contents .news-wrap .news-tag {
      width: 100px;
      color: #ffffff;
      background: #ffa64b;
      text-align: center;
      padding: 3px 0 0 0;
      font-size: 14px;
      font-weight: bold;
      border-radius: 0 10px 0 0; }
    #index .contents .news-wrap .news-area {
      display: flex;
      flex-direction: row;
      flex-wrap: nowrap;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      background-color: #ffa64b;
      border: 1px solid #ffa64b;
      cursor: pointer;
      position: relative; }
      #index .contents .news-wrap .news-area .news-block {
        display: inline-block;
        background-color: #fffaed;
        padding: 10px 10px 10px 15px;
        width: 100%; }
        #index .contents .news-wrap .news-area .news-block .news-date {
          width: 100%;
          color: #aaaa00; }
        #index .contents .news-wrap .news-area .news-block .news-title {
          width: 100%;
          font-weight: bold;
          font-size: 18px; }
        #index .contents .news-wrap .news-area .news-block .news-contents {
          width: 100%;
          white-space: pre-wrap;
          overflow: hidden;
          text-overflow: ellipsis;
          display: none; }
        #index .contents .news-wrap .news-area .news-block .news-img {
          text-align: center;
          padding: 10px;
          display: none; }
          #index .contents .news-wrap .news-area .news-block .news-img img {
            max-width: 100%;
            max-height: 500px;
            object-fit: contain; }
      #index .contents .news-wrap .news-area .news-extract {
        color: #ffffff;
        padding: 7px 0 0 1px; }
        #index .contents .news-wrap .news-area .news-extract:hover {
          color: #ffff00; }
      #index .contents .news-wrap .news-area .news-more {
        position: absolute;
        right: 0;
        top: -26px;
        color: #ffa64b;
        background-color: #fffaed;
        border: 1px solid #ffa64b;
        border-radius: 15px;
        font-size: 12px;
        line-height: 16px;
        padding: 3px 40px 0;
        display: none; }
        #index .contents .news-wrap .news-area .news-more:hover {
          color: #fffaed;
          background-color: #ffa64b; }
  #index .contents .loopSlider {
    margin: 20px auto 0;
    width: 100%;
    height: 100px;
    text-align: left;
    position: relative;
    overflow: hidden; }
    #index .contents .loopSlider .loopSliderWrap {
      top: 0;
      left: 0;
      height: 100px;
      overflow: hidden;
      position: absolute; }
      #index .contents .loopSlider .loopSliderWrap:after {
        content: "";
        display: none;
        clear: none; }
    #index .contents .loopSlider ul {
      height: 100px;
      float: left;
      overflow: hidden; }
      #index .contents .loopSlider ul li {
        width: 100px;
        height: 100px;
        float: left;
        display: inline;
        overflow: hidden; }
        #index .contents .loopSlider ul li img {
          width: 100px;
          height: 100px;
          object-fit: cover;
          cursor: pointer; }
          #index .contents .loopSlider ul li img:hover {
            transform: scale(1.2, 1.2);
            transition: 0.5s all; }

/* main
   ----------------------------------------------------------------- */
.main {
  position: relative;
  display: block;
  z-index: 2;
  overflow: hidden;
  background-color: #ffffff; }
  @media screen and (min-width: 769px) {
    .main {
      padding-top: 136px; } }

@media screen and (min-width: 769px) {
  .main.main-index {
    /*padding-top: 224px;*/ } }

.page {
  padding-bottom: 30px; }
  @media screen and (min-width: 554px) {
    .page {
      padding-bottom: 60px; } }
  @media screen and (min-width: 769px) {
    .page {
      padding-bottom: 70px; } }

/* mng-header  */
.mng-header {
  position: relative;
  z-index: 20;
  height: 50px;
  /*
    .header-inner {
      .header-navglobal-cover {
        @include media(md) {
          display: block;
          background: #f5f5f5;
          padding-top: 5px;
          height: $mng-header-height-md;
          width: calc(100% - 250px);
          float: left;
          transition: all 0.2s;
        }
      }
    }
  */
  /*
    @media screen and (min-width:769px) {
      .header-inner {
        display: inline-block;
        align-items: center;
        width: 100%;
        min-width: $c-container-md-min;
        max-width: $c-container-md;
        background-color: #f5f5f5;
        border-bottom: 1px solid #d2d2d2;
      }
      .header-logo {
        width: 250px;
        float: left;
  
        a {
          display: inline-block;
          padding: 12px 0;
  
          &:hover {
            opacity: .6;
          }
  
          img {
            width: auto;
            height: 35px;
          }
        }
      }
      .header-h1 {
        width: 313px;
        font-size: 12px;
        font-weight: normal;
        text-indent: 0.5em;
        line-height: 1.5;
      }
      .header-navutility {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 700px;
        .menu {
          display: none;
        }
      }
  
      .header-navglobal {
        width: 100%;
  
        .list {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: flex-end;
          -webkit-justify-content: flex-end;
          -ms-flex-pack: flex-end;
          justify-content: flex-end;
  
          width: 100%;
          height: 55px;
          float: right;
          margin-right: 10px;
  
          .item {
            position: relative;
            width: 10%;
            min-width: 75px;
            max-width: 100px;
  
            &:before {
              content: '';
              display: block;
              position: absolute;
              top: 0;
              left: 0;
              width: 1px;
              height: 100%;
              background: -webkit-gradient(linear,left top, left bottom,from(#f7f8f9),color-stop(50%, #cfd0d1),to(#f7f8f9));
              background: -webkit-linear-gradient(top,#f7f8f9,#cfd0d1 50%,#f7f8f9);
              background: -o-linear-gradient(top,#f7f8f9,#cfd0d1 50%,#f7f8f9);
              background: linear-gradient(to bottom,#f7f8f9,#cfd0d1 50%,#f7f8f9);
            }
            &:last-child:after {
              content: '';
              display: block;
              position: absolute;
              top: 0;
              right: 0;
              width: 1px;
              height: 100%;
              background: -webkit-gradient(linear,left top, left bottom,from(#f7f8f9),color-stop(50%, #cfd0d1),to(#f7f8f9));
              background: -webkit-linear-gradient(top,#f7f8f9,#cfd0d1 50%,#f7f8f9);
              background: -o-linear-gradient(top,#f7f8f9,#cfd0d1 50%,#f7f8f9);
              background: linear-gradient(to bottom,#f7f8f9,#cfd0d1 50%,#f7f8f9);
            }
            > a {
              padding: 23px 0;
              text-align: center;
              font-size: 14px;
              line-height: 1;
              letter-spacing: -.05em;
              white-space: nowrap;
              -webkit-transition: color .25s ease;
              -o-transition: color .25s ease;
              transition: color .25s ease;
              &:hover {
                color: $color-orange;
              }
            }
          }
  
          .item-sp-sub {
            display: none;
          }
        }
      }
    }
  */ }
  @media screen and (min-width: 554px) {
    .mng-header {
      height: 60px; } }
  @media screen and (min-width: 769px) {
    .mng-header {
      display: none; } }
  @media screen and (max-width: 768px) {
    .mng-header {
      display: block;
      width: 100%; }
      .mng-header .header-inner > * {
        position: relative;
        z-index: 2; }
      .mng-header .menu .icon > div {
        -webkit-transform: all .25s ease;
        -ms-transform: all .25s ease;
        transform: all .25s ease; }
      .mng-header .menu .c {
        display: none; }
      .mng-header .header-navglobal {
        pointer-events: none;
        opacity: 0;
        -webkit-transition: opacity .25s ease;
        -o-transition: opacity .25s ease;
        transition: opacity .25s ease; }
      .mng-header.active:after {
        content: '';
        display: block;
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: rgba(0, 0, 0, 0.8); }
      .mng-header.active .header-navglobal {
        pointer-events: all;
        opacity: 1; }
      .mng-header.active .menu .icon > div {
        -webkit-transform-origin: center;
        -ms-transform-origin: center;
        transform-origin: center; }
        .mng-header.active .menu .icon > div:nth-child(1) {
          -webkit-transform: translate(0, 235%) rotate(45deg);
          -ms-transform: translate(0, 235%) rotate(45deg);
          transform: translate(0, 235%) rotate(45deg); } }
      @media screen and (max-width: 768px) and (min-width: 554px) {
        .mng-header.active .menu .icon > div:nth-child(1) {
          -webkit-transform: translate(0, 7px) rotate(45deg);
          -ms-transform: translate(0, 7px) rotate(45deg);
          transform: translate(0, 7px) rotate(45deg); } }
  @media screen and (max-width: 768px) {
        .mng-header.active .menu .icon > div:nth-child(2) {
          opacity: 0; }
        .mng-header.active .menu .icon > div:nth-child(3) {
          -webkit-transform: translate(0, -235%) rotate(-45deg);
          -ms-transform: translate(0, -235%) rotate(-45deg);
          transform: translate(0, -235%) rotate(-45deg); } }
      @media screen and (max-width: 768px) and (min-width: 554px) {
        .mng-header.active .menu .icon > div:nth-child(3) {
          -webkit-transform: translate(0, -7px) rotate(-45deg);
          -ms-transform: translate(0, -7px) rotate(-45deg);
          transform: translate(0, -7px) rotate(-45deg); } }
  @media screen and (max-width: 768px) {
      .mng-header.active .menu .c {
        display: block; }
      .mng-header.active .menu .o {
        display: none; }
      .mng-header .header-logo {
        position: fixed;
        z-index: 21; }
        .mng-header .header-logo a {
          padding: 8px 10px; }
          .mng-header .header-logo a img {
            width: auto;
            height: 34px; }
      .mng-header .header-h1 {
        text-align: center;
        padding-bottom: .2rem;
        font-size: 12px;
        font-weight: normal; }
        .mng-header .header-h1 br {
          display: none; } }
    @media screen and (max-width: 768px) and (min-width: 554px) {
      .mng-header .header-h1 {
        padding-bottom: 16px; } }
  @media screen and (max-width: 768px) {
      .mng-header .header-navutility {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 20;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: inline-block;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        width: 100%;
        height: 50px;
        background-color: #f1f1f1;
        border-bottom: 1px solid #dddddd; } }
    @media screen and (max-width: 768px) and (min-width: 554px) {
      .mng-header .header-navutility {
        height: 50px; } }
  @media screen and (max-width: 768px) {
        .mng-header .header-navutility .menu {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -webkit-flex-direction: column;
          -ms-flex-direction: column;
          flex-direction: column;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          padding-top: .1rem;
          width: 16%;
          background-color: #454044;
          pointer-events: all;
          cursor: pointer;
          float: right;
          width: 60px;
          height: 50px; } }
      @media screen and (max-width: 768px) and (min-width: 554px) {
        .mng-header .header-navutility .menu {
          width: 64px;
          height: 50px; } }
  @media screen and (max-width: 768px) {
          .mng-header .header-navutility .menu .icon {
            width: 24px; }
            .mng-header .header-navutility .menu .icon > div {
              height: 3px;
              background-color: #FFFFFF; }
              .mng-header .header-navutility .menu .icon > div:nth-child(n+2) {
                margin-top: 4px; }
          .mng-header .header-navutility .menu .text {
            margin-top: 2px;
            color: #FFFFFF;
            font-size: 10px; }
      .mng-header .header-navglobal {
        position: fixed;
        top: 50px;
        right: 0;
        width: 80%;
        height: 100%;
        max-width: 400px;
        overflow-y: scroll; } }
    @media screen and (max-width: 768px) and (min-width: 554px) {
      .mng-header .header-navglobal {
        top: 50px; } }
  @media screen and (max-width: 768px) {
        .mng-header .header-navglobal .list {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          justify-content: flex-end;
          align-content: flex-start;
          background-color: #ffffff;
          padding-bottom: 100px;
          min-height: 100%; }
          .mng-header .header-navglobal .list .item {
            width: 100%;
            background-color: #FFFFFF;
            border-bottom: 1px solid #e2e2e2; }
            .mng-header .header-navglobal .list .item > a {
              position: relative;
              padding: 1em 0 1em 7.5%;
              font-size: 14px;
              display: flex;
              align-items: center; } }
          @media screen and (max-width: 768px) and (max-width: 335px) {
            .mng-header .header-navglobal .list .item > a {
              font-size: 12px; } }
  @media screen and (max-width: 768px) {
              .mng-header .header-navglobal .list .item > a .ico {
                font-size: 22px;
                color: #525252;
                padding-right: 4px; }
              .mng-header .header-navglobal .list .item > a:after {
                content: '';
                display: block;
                position: absolute;
                top: 50%;
                right: 7.5%;
                border-top: 1px solid #000;
                border-right: 1px solid #000;
                width: .4em;
                height: .4em;
                -webkit-transform: translate(0, -50%) rotate(45deg);
                -ms-transform: translate(0, -50%) rotate(45deg);
                transform: translate(0, -50%) rotate(45deg); }
          .mng-header .header-navglobal .list .item-sp-sub {
            width: 100%;
            background-color: #f3f3f3;
            border-bottom: 1px solid #e2e2e2; }
            .mng-header .header-navglobal .list .item-sp-sub > a {
              position: relative;
              padding: 1em 0 1em 12%;
              font-size: 14px;
              color: #27628c;
              display: flex;
              align-items: center; } }
          @media screen and (max-width: 768px) and (max-width: 335px) {
            .mng-header .header-navglobal .list .item-sp-sub > a {
              font-size: 12px; } }
  @media screen and (max-width: 768px) {
              .mng-header .header-navglobal .list .item-sp-sub > a .ico {
                font-size: 22px;
                padding-right: 4px; }
          .mng-header .header-navglobal .list .selected {
            background-color: #ffe8005c; } }
  .mng-header .header-megamenu-container {
    display: none; }
    @media screen and (min-width: 769px) {
      .mng-header .header-megamenu-container {
        display: block;
        -webkit-transition: opacity .2s ease;
        -o-transition: opacity .2s ease;
        transition: opacity .2s ease;
        position: fixed;
        left: 0;
        width: 100vw;
        visibility: hidden;
        opacity: 0;
        background-color: #ffa000; } }
  .mng-header .is-active > a + .header-megamenu-container {
    visibility: visible;
    opacity: 1; }
  .mng-header .header-navglobal .list .item > a::after {
    content: '';
    position: absolute;
    opacity: 0;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-right: solid 8px transparent;
    border-bottom: solid 8px #ffa000;
    border-left: solid 8px transparent;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease; }
  .mng-header .header-navglobal .list .item.is-active > a::after {
    opacity: 1; }
  .mng-header .header-megamenu-inner {
    width: 100%;
    max-width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 25px;
    padding-bottom: 25px; }
  .mng-header .header-megamenu-service {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -30px; }
    .mng-header .header-megamenu-service > li {
      padding-left: 30px;
      width: 25%; }
      .mng-header .header-megamenu-service > li a {
        display: block;
        height: 46px;
        line-height: 46px;
        border-radius: 23px;
        text-align: center;
        background-color: #FFFFFF;
        position: relative;
        -webkit-transition: color .2s ease;
        -o-transition: color .2s ease;
        transition: color .2s ease;
        padding-right: 8px; }
        .mng-header .header-megamenu-service > li a:hover {
          color: #ffa000; }
        .mng-header .header-megamenu-service > li a::before {
          content: '';
          display: block;
          position: absolute;
          right: 15px;
          top: 50%;
          -webkit-transform: translateY(-50%) rotate(45deg);
          -ms-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
          width: 6px;
          height: 6px;
          border-top: solid 1px #ffa000;
          border-right: solid 1px #ffa000; }
        .mng-header .header-megamenu-service > li a img {
          margin-right: 10px;
          vertical-align: middle;
          margin-bottom: 2px;
          width: 25px; }
  .mng-header .header-megamenu-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: -20px; }
    .mng-header .header-megamenu-item__col {
      padding-left: 20px;
      width: 25%; }
    .mng-header .header-megamenu-item__group {
      position: relative;
      overflow: hidden; }
      .mng-header .header-megamenu-item__group a {
        position: absolute;
        display: block;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 3;
        color: #FFFFFF;
        font-weight: bold;
        font-size: 20px;
        text-align: center; }
        .mng-header .header-megamenu-item__group a > span {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
      .mng-header .header-megamenu-item__group::before {
        content: '';
        position: absolute;
        z-index: 2;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: background-color .2s ease;
        -o-transition: background-color .2s ease;
        transition: background-color .2s ease;
        background-color: rgba(0, 0, 0, 0.3); }
      .mng-header .header-megamenu-item__group::after {
        content: '';
        position: absolute;
        z-index: 2;
        top: 50%;
        right: 15px;
        -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
        transform: translateY(-50%) rotate(45deg);
        width: 15px;
        height: 15px;
        border-top: 2px solid #FFFFFF;
        border-right: 2px solid #FFFFFF; }
      .mng-header .header-megamenu-item__group:hover::before {
        background-color: rgba(0, 0, 0, 0.2); }
    .mng-header .header-megamenu-item__item {
      min-height: 200px; }
      .mng-header .header-megamenu-item__item > ul {
        margin-top: 8px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-left: -15px;
        color: #FFFFFF; }
        .mng-header .header-megamenu-item__item > ul > li {
          width: 50%;
          padding-left: 15px;
          padding-bottom: 3px; }
          .mng-header .header-megamenu-item__item > ul > li a {
            color: #FFFFFF;
            font-size: 14px;
            line-height: 1.4;
            padding-left: 15px;
            position: relative; }
            .mng-header .header-megamenu-item__item > ul > li a .material-icons {
              position: absolute;
              top: 2px;
              left: 0;
              vertical-align: middle;
              font-size: 14px; }
            .mng-header .header-megamenu-item__item > ul > li a:hover {
              text-decoration: underline; }
  .mng-header .header-megamenu-brand {
    color: #FFFFFF;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-left: -15px; }
    .mng-header .header-megamenu-brand dt {
      font-size: 16px;
      font-weight: bold;
      width: 100%;
      margin-bottom: 5px;
      padding-left: 15px; }
    .mng-header .header-megamenu-brand dd {
      width: 14.2857142857%;
      padding-left: 15px; }
      .mng-header .header-megamenu-brand dd a {
        color: #FFFFFF;
        font-size: 14px; }
        .mng-header .header-megamenu-brand dd a .material-icons {
          vertical-align: middle;
          margin-right: 5px;
          margin-bottom: 2px;
          font-size: 14px; }
        .mng-header .header-megamenu-brand dd a:hover {
          text-decoration: underline; }

@media screen and (min-width: 769px) {
  .mng-header.fixed .header-inner {
    position: fixed;
    left: 0;
    top: 0; }
    .mng-header.fixed .header-inner .header-navglobal-cover {
      pointer-events: none; }
    .mng-header.fixed .header-inner:hover .header-navglobal-cover {
      opacity: 1;
      pointer-events: auto; } }

.c-breadcrumbs {
  width: 100%;
  border-bottom: solid 1px #eee;
  /*border-top: solid 1px $color-gray-light;*/
  z-index: 10; }
  @media screen and (min-width: 769px) {
    .c-breadcrumbs {
      border: none;
      width: 100%;
      height: 40px;
      max-width: 1920px;
      margin: 0 auto;
      position: relative; } }
  .c-breadcrumbs .list, .c-breadcrumbs .list-line2, .c-breadcrumbs .list-line2--lg {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media screen and (min-width: 769px) {
      .c-breadcrumbs .list, .c-breadcrumbs .list-line2, .c-breadcrumbs .list-line2--lg {
        padding: 0;
        position: absolute; } }
  .c-breadcrumbs .list .item, .c-breadcrumbs .list-line2 .item, .c-breadcrumbs .list-line2--lg .item {
    color: #212121;
    font-size: 12px;
    margin-right: 30px; }
    .c-breadcrumbs .list .item:last-child, .c-breadcrumbs .list-line2 .item:last-child, .c-breadcrumbs .list-line2--lg .item:last-child {
      margin-right: 0; }
    .c-breadcrumbs .list .item:last-child a:after, .c-breadcrumbs .list-line2 .item:last-child a:after, .c-breadcrumbs .list-line2--lg .item:last-child a:after {
      display: none; }
  .c-breadcrumbs .list .item a, .c-breadcrumbs .list-line2 .item a, .c-breadcrumbs .list-line2--lg .item a {
    color: #212121;
    position: relative;
    text-decoration: underline;
    cursor: pointer; }
    .c-breadcrumbs .list .item a:after, .c-breadcrumbs .list-line2 .item a:after, .c-breadcrumbs .list-line2--lg .item a:after {
      content: '';
      position: absolute;
      top: 50%;
      right: -17px;
      border-top: 1px solid #ccc;
      border-right: 1px solid #ccc;
      width: 5px;
      height: 5px;
      -webkit-transform: translate(0, -50%) rotate(45deg);
      -ms-transform: translate(0, -50%) rotate(45deg);
      transform: translate(0, -50%) rotate(45deg); }
    @media screen and (min-width: 769px) {
      .c-breadcrumbs .list .item a:hover, .c-breadcrumbs .list-line2 .item a:hover, .c-breadcrumbs .list-line2--lg .item a:hover {
        opacity: 0.6; } }
  .c-breadcrumbs .list {
    padding: 10px 0 10px 3%; }
    @media screen and (min-width: 769px) {
      .c-breadcrumbs .list {
        left: 30px;
        top: 145px; } }
  .c-breadcrumbs .list-line2 {
    padding: 2px 0 10px 3%; }
    @media screen and (min-width: 769px) {
      .c-breadcrumbs .list-line2 {
        padding: 10px 0 10px 3%;
        left: 143px;
        top: 185px; } }
    .c-breadcrumbs .list-line2--lg {
      padding: 2px 0 10px 3%; }
      @media screen and (min-width: 769px) {
        .c-breadcrumbs .list-line2--lg {
          padding: 10px 0 10px 3%;
          left: 155px;
          top: 185px; } }

.c-pagetitle {
  border-bottom: 1px solid #eee;
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6; }
  @media screen and (min-width: 769px) {
    .c-pagetitle {
      font-size: 26px;
      padding: 5px 30px 30px;
      min-width: 1260px; } }
  .c-pagetitle .sm {
    display: inline; }
    @media screen and (min-width: 554px) {
      .c-pagetitle .sm {
        display: none; } }
  @media screen and (min-width: 769px) {
    .c-pagetitle.bread-line2 {
      margin-top: 30px; } }
  .c-pagetitle--sm {
    border-bottom: 1px solid #eee;
    padding: 10px;
    text-align: center;
    font-size: 3.6vw;
    font-weight: normal;
    line-height: 1.6; }
    @media screen and (min-width: 769px) {
      .c-pagetitle--sm {
        font-size: 22px;
        padding: 75px 30px;
        min-width: 1260px; } }

.c-pagetitle-other {
  padding: 15px 10px 0 10px;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.6;
  border-top: 1px solid #eee;
  margin-top: 30px; }
  @media screen and (min-width: 769px) {
    .c-pagetitle-other {
      font-size: 26px;
      padding: 20px 30px 0 30px;
      min-width: 1260px;
      margin-top: 50px; } }

.c-sectionheading {
  font-size: 24px;
  font-weight: normal;
  line-height: 1;
  letter-spacing: .025em; }
  @media screen and (min-width: 554px) {
    .c-sectionheading {
      font-size: 31px; } }
  @media screen and (min-width: 769px) {
    .c-sectionheading {
      font-size: 34px; } }

.c-sectionlead {
  font-size: 12px;
  line-height: 1.7;
  letter-spacing: 0; }
  @media screen and (min-width: 554px) {
    .c-sectionlead {
      letter-spacing: .1em;
      font-size: 16px; } }
  @media screen and (min-width: 769px) {
    .c-sectionlead {
      font-size: 17px; } }

.c-btn {
  margin: 0 auto;
  width: 95%; }
  @media screen and (min-width: 554px) {
    .c-btn {
      width: 380px; } }
  .c-btn a {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 30px;
    border: 1px solid #d7d8d9;
    width: 100%;
    height: 60px;
    background-color: #FFFFFF;
    text-align: center; }
    @media screen and (min-width: 769px) {
      .c-btn a {
        height: 76px;
        border-radius: 38px; }
        .c-btn a:hover {
          background-color: #ffa000;
          border-color: #ffa000; }
          .c-btn a:hover:after {
            border-color: #FFFFFF !important; }
          .c-btn a:hover i,
          .c-btn a:hover span {
            color: #FFFFFF !important; } }
    .c-btn a:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      right: 28px;
      border-top: 1px solid #212121;
      border-right: 1px solid #212121;
      width: .5em;
      height: .5em;
      -webkit-transform: translate(0, -50%) rotate(45deg);
      -ms-transform: translate(0, -50%) rotate(45deg);
      transform: translate(0, -50%) rotate(45deg); }
      @media screen and (min-width: 769px) {
        .c-btn a:after {
          -webkit-transition: all .25s ease;
          -o-transition: all .25s ease;
          transition: all .25s ease; } }
    .c-btn a > * {
      line-height: 1; }
    .c-btn a i {
      display: inline-block;
      margin: -1px 0 0 -.5em;
      font-size: 31px;
      color: #ff5555; }
      @media screen and (min-width: 769px) {
        .c-btn a i {
          margin-left: 0;
          -webkit-transition: all .25s ease;
          -o-transition: all .25s ease;
          transition: all .25s ease; } }
    .c-btn a span {
      margin-left: .4em;
      font-size: 18px; }
      @media screen and (min-width: 769px) {
        .c-btn a span {
          font-weight: bold;
          -webkit-transition: all .25s ease;
          -o-transition: all .25s ease;
          transition: all .25s ease; } }
      .c-btn a span.sm {
        font-size: 3.4vw; }
        @media screen and (min-width: 769px) {
          .c-btn a span.sm {
            font-size: 18px; } }

.c-btn-cta {
  padding: 15px;
  font-size: 14px;
  border-radius: 30px;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  display: inline-block;
  border: solid 2px #2c811e;
  -webkit-box-shadow: 0 0 0px 2px #fff, 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0px 2px #fff, 0 0 10px rgba(0, 0, 0, 0.2);
  background: -webkit-gradient(linear, left top, left bottom, from(#87cf5b), to(#1da30f));
  background: -webkit-linear-gradient(top, #87cf5b, #1da30f);
  background: -o-linear-gradient(top, #87cf5b, #1da30f);
  background: linear-gradient(180deg, #87cf5b, #1da30f);
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.45);
  -webkit-transition: opacity .2s ease;
  -o-transition: opacity .2s ease;
  transition: opacity .2s ease; }
  @media screen and (min-width: 769px) {
    .c-btn-cta {
      padding: 10px 20px;
      font-size: 30px; }
      .c-btn-cta:hover {
        opacity: .7; } }

.c-filterbox, .c-filterbox2, .c-filterbox3 {
  position: relative;
  width: 140px;
  font-size: 14px; }
  @media screen and (min-width: 769px) {
    .c-filterbox, .c-filterbox2, .c-filterbox3 {
      width: 240px; } }
  .c-filterbox.active .list, .c-filterbox2.active .list, .c-filterbox3.active .list {
    display: block; }
  .c-filterbox .current, .c-filterbox2 .current, .c-filterbox3 .current {
    position: relative;
    border: 1px solid #eee;
    padding: 0 0 0 14px;
    height: 42px;
    line-height: 42px;
    cursor: pointer;
    pointer-events: all; }
    .c-filterbox .current:after, .c-filterbox2 .current:after, .c-filterbox3 .current:after {
      content: '';
      display: block;
      position: absolute;
      top: 50%;
      right: 12px;
      border-right: 6px solid rgba(0, 0, 0, 0);
      border-top: 6px solid #000;
      border-left: 6px solid rgba(0, 0, 0, 0);
      width: 0;
      height: 0;
      -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      transform: translate(0, -50%); }
  .c-filterbox .current_sel, .c-filterbox2 .current_sel, .c-filterbox3 .current_sel {
    border: 1px solid #ffc856; }
  .c-filterbox .list, .c-filterbox2 .list, .c-filterbox3 .list {
    position: absolute;
    top: 100%;
    left: 0;
    width: auto;
    min-width: 100%;
    display: none;
    /*border-bottom: 1px solid $color-gray-light;*/
    border: 1px solid #d4d4d4;
    max-height: 275px;
    overflow-y: scroll; }
    @media screen and (min-width: 769px) {
      .c-filterbox .list, .c-filterbox2 .list, .c-filterbox3 .list {
        /*width: 450px;*/
        max-height: 400px;
        width: max-content; } }
    .c-filterbox .list .item, .c-filterbox2 .list .item, .c-filterbox3 .list .item {
      border-right: 1px solid #eee;
      border-bottom: 1px solid #eee;
      border-left: 1px solid #eee;
      min-height: 54px;
      line-height: 1.6;
      /*background-color: $color-white;*/
      background-color: #fffdf4;
      pointer-events: all; }
      .c-filterbox .list .item a, .c-filterbox2 .list .item a, .c-filterbox3 .list .item a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 100%;
        min-height: 54px;
        padding: 5px 10px 5px 14px;
        position: relative; }
        .c-filterbox .list .item a span, .c-filterbox2 .list .item a span, .c-filterbox3 .list .item a span {
          display: block; }
        @media screen and (min-width: 769px) {
          .c-filterbox .list .item a:hover, .c-filterbox2 .list .item a:hover, .c-filterbox3 .list .item a:hover {
            background-color: #f7f8f9; } }
      .c-filterbox .list .item:last-child, .c-filterbox2 .list .item:last-child, .c-filterbox3 .list .item:last-child {
        border-bottom: none; }
      .c-filterbox .list .item a.item_sel:hover, .c-filterbox2 .list .item a.item_sel:hover, .c-filterbox3 .list .item a.item_sel:hover {
        background-color: #e6f780; }
    .c-filterbox .list .item_sel, .c-filterbox2 .list .item_sel, .c-filterbox3 .list .item_sel {
      background-color: #f2fbbc;
      border: 1px solid #cbd68c; }

.c-filterbox {
  z-index: 15; }

.c-filterbox2 {
  z-index: 10; }

.c-filterbox3 {
  z-index: 5; }

.c-link-text {
  margin: 30px 0;
  padding: 0 3%;
  text-align: center; }
  @media screen and (min-width: 769px) {
    .c-link-text {
      margin: 60px auto;
      padding: 0 30px;
      text-align: left;
      max-width: 1920px; } }
  .c-link-text__link {
    font-size: 14px;
    display: inline-block; }
    .c-link-text__link--arrow {
      position: relative;
      font-size: 3.9vw;
      display: inline-block;
      padding-right: 20px; }
      @media screen and (min-width: 769px) {
        .c-link-text__link--arrow {
          font-size: 14px;
          padding-right: 0; } }
      .c-link-text__link--arrow:after {
        content: "";
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        border-top: 1px solid #212121;
        border-right: 1px solid #212121;
        width: 0.5em;
        height: 0.5em;
        -webkit-transform: translate(0, -50%) rotate(45deg);
        -ms-transform: translate(0, -50%) rotate(45deg);
        transform: translate(0, -50%) rotate(45deg);
        -webkit-transition: all 0.25s ease;
        -o-transition: all 0.25s ease;
        transition: all 0.25s ease; }
        @media screen and (min-width: 769px) {
          .c-link-text__link--arrow:after {
            right: -20px; } }

.c-container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0 5px;
  position: relative; }
  @media screen and (min-width: 554px) {
    .c-container {
      padding: 0 5px; } }
  @media screen and (min-width: 769px) {
    .c-container {
      padding: 0 30px;
      max-width: none;
      width: 100%;
      max-width: 1920px;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      align-items: flex-start; } }

.c-section-title {
  font-size: 18px;
  margin-top: 30px;
  padding: 0 0 15px;
  border-bottom: solid 1px #eee; }
  @media screen and (min-width: 769px) {
    .c-section-title {
      font-size: 24px;
      margin-top: 60px;
      padding: 30px 0; } }

.c-section-title2 {
  font-weight: normal;
  line-height: 1.0;
  font-size: 18px;
  text-align: center; }
  @media screen and (min-width: 769px) {
    .c-section-title2 {
      font-size: 24px; } }

.c-block-title {
  font-size: 16px; }
  @media screen and (min-width: 769px) {
    .c-block-title {
      font-size: 18px; } }

.c-titlebtn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #eee;
  margin-bottom: 16px;
  padding-bottom: 16px; }
  @media screen and (min-width: 554px) {
    .c-titlebtn {
      margin-bottom: 18px;
      padding-bottom: 18px; } }
  @media screen and (min-width: 769px) {
    .c-titlebtn {
      margin-bottom: 20px;
      padding-bottom: 20px; } }
  .c-titlebtn .c-titlebtn__text {
    font-size: 14px;
    font-weight: bold; }
    @media screen and (min-width: 554px) {
      .c-titlebtn .c-titlebtn__text {
        font-size: 16px; } }
    @media screen and (min-width: 769px) {
      .c-titlebtn .c-titlebtn__text {
        font-size: 18px; } }
  .c-titlebtn .c-titlebtn__btn {
    width: 125px; }
    @media screen and (min-width: 554px) {
      .c-titlebtn .c-titlebtn__btn {
        width: 150px; } }
    @media screen and (min-width: 769px) {
      .c-titlebtn .c-titlebtn__btn {
        width: 175px; } }
    .c-titlebtn .c-titlebtn__btn a {
      position: relative;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      border-radius: 30px;
      border: 1px solid #d7d8d9;
      width: 100%;
      height: 26px;
      background-color: #FFFFFF;
      text-align: center;
      font-size: 12px; }
      @media screen and (min-width: 554px) {
        .c-titlebtn .c-titlebtn__btn a {
          font-size: 13px; } }
      @media screen and (min-width: 769px) {
        .c-titlebtn .c-titlebtn__btn a {
          border-radius: 17px;
          height: 34px;
          font-size: 14px; }
          .c-titlebtn .c-titlebtn__btn a:hover {
            background-color: #ffa000;
            border-color: #ffa000;
            color: #FFFFFF !important; }
            .c-titlebtn .c-titlebtn__btn a:hover:after {
              border-color: #FFFFFF !important; }
            .c-titlebtn .c-titlebtn__btn a:hover i,
            .c-titlebtn .c-titlebtn__btn a:hover span {
              color: #FFFFFF !important; } }
      .c-titlebtn .c-titlebtn__btn a:after {
        content: '';
        display: block;
        position: absolute;
        top: 50%;
        right: 12px;
        border-top: 1px solid #212121;
        border-right: 1px solid #212121;
        width: 4px;
        height: 4px;
        -webkit-transform: translate(0, -50%) rotate(45deg);
        -ms-transform: translate(0, -50%) rotate(45deg);
        transform: translate(0, -50%) rotate(45deg); }
        @media screen and (min-width: 769px) {
          .c-titlebtn .c-titlebtn__btn a:after {
            -webkit-transition: all .25s ease;
            -o-transition: all .25s ease;
            transition: all .25s ease; } }
      .c-titlebtn .c-titlebtn__btn a > * {
        line-height: 1; }

.results-detail__header, .blog-detail__header {
  position: relative;
  padding: 15px 0 30px; }
  @media screen and (min-width: 554px) {
    .results-detail__header, .blog-detail__header {
      padding: 30px 0; } }
  @media screen and (min-width: 769px) {
    .results-detail__header, .blog-detail__header {
      padding: 60px 0; } }
  .results-detail__header .inner, .blog-detail__header .inner {
    width: 100%; }
    @media screen and (min-width: 769px) {
      .results-detail__header .inner, .blog-detail__header .inner {
        width: calc(100% - 510px);
        margin-left: auto;
        margin-top: 45px;
        min-height: 400px; } }
    .results-detail__header .inner .date, .blog-detail__header .inner .date {
      font-size: 11px; }
      @media screen and (min-width: 769px) {
        .results-detail__header .inner .date, .blog-detail__header .inner .date {
          font-size: 12px; } }
    .results-detail__header .inner .title, .blog-detail__header .inner .title {
      margin-top: 5px;
      font-size: 16px;
      font-weight: normal;
      line-height: 1.4; }
      @media screen and (min-width: 554px) {
        .results-detail__header .inner .title, .blog-detail__header .inner .title {
          margin-top: 10px;
          font-size: 24px; } }
      @media screen and (min-width: 769px) {
        .results-detail__header .inner .title, .blog-detail__header .inner .title {
          margin-top: 30px;
          font-size: 36px;
          min-height: 100px; } }
    .results-detail__header .inner .sub, .blog-detail__header .inner .sub {
      margin-top: 10px; }
      @media screen and (min-width: 554px) {
        .results-detail__header .inner .sub, .blog-detail__header .inner .sub {
          margin-top: 20px; } }
      @media screen and (min-width: 769px) {
        .results-detail__header .inner .sub, .blog-detail__header .inner .sub {
          margin-top: 30px; } }
    .results-detail__header .inner .info, .blog-detail__header .inner .info {
      margin-top: 15px;
      padding: 20px 15px;
      background: #f7f8f9; }
      @media screen and (min-width: 554px) {
        .results-detail__header .inner .info, .blog-detail__header .inner .info {
          margin-top: 30px; } }
      @media screen and (min-width: 769px) {
        .results-detail__header .inner .info, .blog-detail__header .inner .info {
          margin-top: 60px;
          padding: 45px 35px; } }
    .results-detail__header .inner .thumb, .blog-detail__header .inner .thumb {
      max-width: 450px;
      width: 100%;
      margin: 15px auto 0; }
      @media screen and (min-width: 554px) {
        .results-detail__header .inner .thumb, .blog-detail__header .inner .thumb {
          margin: 30px auto 0; } }
      @media screen and (min-width: 769px) {
        .results-detail__header .inner .thumb, .blog-detail__header .inner .thumb {
          width: 450px;
          max-width: none;
          position: absolute;
          left: 0;
          top: 60px;
          margin: 0; } }

@media screen and (min-width: 769px) {
  .results-detail__header .inner.inputh1 {
    margin-top: 14px; } }
.results-detail__header .inner.inputh1 .title {
  font-weight: bold; }
  @media screen and (min-width: 769px) {
    .results-detail__header .inner.inputh1 .title {
      font-weight: normal; } }
@media screen and (min-width: 769px) {
  .results-detail__header .inner.inputh1 .info {
    margin-top: 40px; } }
.results-detail__header .inner.inputh1 .h1text {
  font-size: 14px;
  margin-top: 7px;
  font-weight: normal; }
  @media screen and (min-width: 769px) {
    .results-detail__header .inner.inputh1 .h1text {
      margin-top: 15px;
      font-size: 22px; } }

.c-main-content {
  width: 100%;
  padding: 0 3%; }
  @media screen and (min-width: 769px) {
    .c-main-content {
      width: 750px;
      padding: 0 0 0 30px; } }

.c-sub-content {
  width: 100%; }
  @media screen and (min-width: 769px) {
    .c-sub-content {
      width: 440px;
      padding: 0 30px 0 0; } }

.c-mainvis {
  margin-top: 30px;
  position: relative; }
  @media screen and (min-width: 769px) {
    .c-mainvis {
      margin-top: 60px; } }
  .c-mainvis .c-mainvis__text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    text-align: center; }
    .c-mainvis .c-mainvis__text p {
      font-size: 14px;
      font-weight: bold;
      padding: 0 3%; }
      @media screen and (min-width: 554px) {
        .c-mainvis .c-mainvis__text p {
          font-size: 18px; } }
      @media screen and (min-width: 769px) {
        .c-mainvis .c-mainvis__text p {
          font-size: 24px;
          padding: 0 20px; } }
      .c-mainvis .c-mainvis__text p br {
        display: inline; }
        @media screen and (min-width: 769px) {
          .c-mainvis .c-mainvis__text p br {
            display: none; } }

.c-block-image {
  margin: 15px 0 40px; }
  @media screen and (min-width: 769px) {
    .c-block-image {
      margin: 30px 0 70px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between; } }
  @media screen and (min-width: 769px) {
    .c-block-image .c-block-image__text {
      width: 720px; } }
  .c-block-image .c-block-image__text .text {
    margin-top: 10px; }
    .c-block-image .c-block-image__text .text p {
      margin-bottom: 20px; }
      @media screen and (min-width: 769px) {
        .c-block-image .c-block-image__text .text p {
          margin-bottom: 30px;
          line-height: 2.0; } }
      .c-block-image .c-block-image__text .text p:last-child {
        margin-bottom: 0; }
  .c-block-image .c-block-image__img {
    max-width: 400px;
    margin: 20px auto 0; }
    .c-block-image .c-block-image__img .caption {
      margin-top: 5px;
      font-size: 11px; }
    @media screen and (min-width: 769px) {
      .c-block-image .c-block-image__img {
        max-width: auto;
        width: 400px;
        margin: 0; }
        .c-block-image .c-block-image__img .caption {
          font-size: 12px; } }

.c-block-text {
  margin: 15px 0 40px; }
  @media screen and (min-width: 769px) {
    .c-block-text {
      margin: 30px 0 70px; } }
  .c-block-text .c-block-text__textbox {
    margin-top: 20px; }
    @media screen and (min-width: 769px) {
      .c-block-text .c-block-text__textbox {
        margin-top: 30px; } }
    .c-block-text .c-block-text__textbox .text {
      margin-bottom: 20px; }
      @media screen and (min-width: 769px) {
        .c-block-text .c-block-text__textbox .text {
          margin-bottom: 30px; } }
      .c-block-text .c-block-text__textbox .text:last-child {
        margin-bottom: 0; }

.c-table {
  margin: 15px 0 40px; }
  @media screen and (min-width: 769px) {
    .c-table {
      margin: 30px 0 70px; } }
  .c-table table {
    width: 100%; }
    .c-table table th {
      width: 100%;
      display: block;
      padding: 10px 0;
      font-weight: bold;
      vertical-align: top; }
      @media screen and (min-width: 769px) {
        .c-table table th {
          width: 230px;
          padding: 20px 0;
          display: table-cell;
          border-bottom: 1px solid #eee; } }
    .c-table table td {
      width: 100%;
      display: block;
      padding: 0 0 10px;
      border-bottom: 1px solid #eee; }
      @media screen and (min-width: 769px) {
        .c-table table td {
          width: calc(100% - 230px);
          padding: 20px 0 20px 80px;
          display: table-cell; } }
    .c-table table .caption {
      font-size: 11px;
      font-weight: normal;
      color: #7b7c7e; }
      @media screen and (min-width: 769px) {
        .c-table table .caption {
          font-size: 12px; } }

.c-table2 {
  width: 100%;
  border: solid 1px #d7d8d9;
  border-radius: 5px;
  border-collapse: separate;
  overflow: hidden; }
  .c-table2 th {
    width: 70px;
    padding: 15px 10px;
    border-bottom: solid 1px #d7d8d9;
    border-right: solid 1px #d7d8d9;
    font-size: 13px; }
  .c-table2 td {
    width: calc(100% - 70px);
    padding: 15px 10px;
    border-bottom: solid 1px #d7d8d9; }
  .c-table2 tr:last-child th, .c-table2 tr:last-child td {
    border-bottom: none; }
  @media screen and (min-width: 554px) {
    .c-table2 th {
      width: 120px; }
    .c-table2 td {
      width: calc(100% - 120px); } }
  @media screen and (min-width: 769px) {
    .c-table2 {
      border-radius: 10px; }
      .c-table2 th {
        width: 300px;
        padding: 20px 45px 25px 0;
        font-size: 18px; }
      .c-table2 td {
        width: calc(100% - 300px);
        padding: 20px 55px; } }

.c-shoplist {
  margin-top: 60px; }
  @media screen and (min-width: 769px) {
    .c-shoplist {
      margin-top: 90px; } }
  .c-shoplist .c-shoplist__title {
    font-weight: bold;
    padding-bottom: 10px;
    border-bottom: solid 1px #eee; }
    @media screen and (min-width: 769px) {
      .c-shoplist .c-shoplist__title {
        padding-bottom: 15px; } }
  .c-shoplist .c-shoplist__area {
    margin-top: 25px; }
    @media screen and (min-width: 769px) {
      .c-shoplist .c-shoplist__area {
        margin-top: 35px; } }
    .c-shoplist .c-shoplist__area .title {
      font-weight: bold;
      padding: 0 0 0 26px;
      margin-bottom: 10px;
      position: relative; }
      @media screen and (min-width: 769px) {
        .c-shoplist .c-shoplist__area .title {
          margin-bottom: 15px; } }
      @media screen and (min-width: 769px) {
        .c-shoplist .c-shoplist__area .title a:hover {
          opacity: 0.6; } }
      .c-shoplist .c-shoplist__area .title .icon {
        position: absolute;
        left: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%);
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        color: #ffa000; }
        .c-shoplist .c-shoplist__area .title .icon .material-icons {
          font-size: 20px; }
    .c-shoplist .c-shoplist__area ul {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -3px; }
      .c-shoplist .c-shoplist__area ul li {
        width: 50%;
        padding: 0 3px 6px; }
        @media screen and (min-width: 554px) {
          .c-shoplist .c-shoplist__area ul li {
            width: 33.3%; } }
        @media screen and (min-width: 769px) {
          .c-shoplist .c-shoplist__area ul li {
            width: 20%; } }
        @media screen and (min-width: 992px) {
          .c-shoplist .c-shoplist__area ul li {
            width: 20%; } }
        .c-shoplist .c-shoplist__area ul li a {
          font-size: 12px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          padding: 15px 0;
          text-align: center;
          background: #f7f8f9;
          position: relative;
          width: 100%;
          height: 100%; }
          @media screen and (min-width: 554px) {
            .c-shoplist .c-shoplist__area ul li a {
              font-size: 13px; } }
          @media screen and (min-width: 769px) {
            .c-shoplist .c-shoplist__area ul li a:hover {
              background: #ffa000;
              color: #FFFFFF; } }

.c-shop_pc {
  display: none;
  margin-top: 100px; }
  @media screen and (min-width: 769px) {
    .c-shop_pc {
      display: block; } }
  .c-shop_pc .inner {
    border: solid 1px #eee;
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .c-shop_pc .inner .c-shop__image {
      border-radius: 50%;
      overflow: hidden;
      width: 133px; }
      .c-shop_pc .inner .c-shop__image a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative; }
        .c-shop_pc .inner .c-shop__image a::before {
          content: "";
          display: block;
          padding-top: 100%; }
        .c-shop_pc .inner .c-shop__image a img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: auto;
          height: 100%;
          max-width: none; }
        .c-shop_pc .inner .c-shop__image a:hover {
          opacity: 0.6; }
    .c-shop_pc .inner .c-shop__text {
      width: 740px;
      padding-left: 40px; }
      .c-shop_pc .inner .c-shop__text .right, .c-shop_pc .inner .c-shop__text .left {
        display: inline-block; }
      .c-shop_pc .inner .c-shop__text .shop-info p, .c-shop_pc .inner .c-shop__text .shop-name p {
        display: inline-block;
        margin-right: 25px;
        line-height: 1.8; }
      .c-shop_pc .inner .c-shop__text .shop-info a, .c-shop_pc .inner .c-shop__text .shop-name a {
        display: inline-block; }
        .c-shop_pc .inner .c-shop__text .shop-info a:hover, .c-shop_pc .inner .c-shop__text .shop-name a:hover {
          opacity: 0.6; }
      .c-shop_pc .inner .c-shop__text .shop-info .time, .c-shop_pc .inner .c-shop__text .shop-name .time {
        margin: 0; }
        .c-shop_pc .inner .c-shop__text .shop-info .time br, .c-shop_pc .inner .c-shop__text .shop-name .time br {
          display: none; }
      .c-shop_pc .inner .c-shop__text .c-btn {
        display: none; }
      .c-shop_pc .inner .c-shop__text .shop-name {
        font-size: 18px;
        font-weight: bold;
        margin-bottom: 15px;
        line-height: 1.0; }
      .c-shop_pc .inner .c-shop__text .m-link-arw {
        margin-top: 15px; }

.c-shop_sp {
  display: block;
  margin-top: 20px;
  width: 100%; }
  @media screen and (min-width: 769px) {
    .c-shop_sp {
      display: none; } }
  .c-shop_sp .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: solid 1px #eee;
    padding: 20px 15px; }
    @media screen and (min-width: 992px) {
      .c-shop_sp .inner {
        padding: 20px 20px; } }
    .c-shop_sp .inner .c-shop__image {
      border-radius: 50%;
      overflow: hidden;
      width: 133px;
      margin: 0 auto; }
      .c-shop_sp .inner .c-shop__image a {
        display: block;
        width: 100%;
        height: 100%;
        position: relative; }
        .c-shop_sp .inner .c-shop__image a::before {
          content: "";
          display: block;
          padding-top: 100%; }
        .c-shop_sp .inner .c-shop__image a img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          width: auto;
          height: 100%;
          max-width: none; }
    .c-shop_sp .inner .c-shop__text {
      width: 100%;
      margin-top: 20px;
      text-align: center; }
      @media screen and (min-width: 554px) {
        .c-shop_sp .inner .c-shop__text {
          text-align: left;
          margin-top: 0;
          width: calc(100% - 133px);
          padding-left: 20px; } }
      .c-shop_sp .inner .c-shop__text .shop-info p, .c-shop_sp .inner .c-shop__text .shop-name p {
        line-height: 1.8; }
        @media screen and (min-width: 554px) {
          .c-shop_sp .inner .c-shop__text .shop-info p, .c-shop_sp .inner .c-shop__text .shop-name p {
            display: inline-block;
            margin-right: 15px; } }
      .c-shop_sp .inner .c-shop__text .shop-info .time, .c-shop_sp .inner .c-shop__text .shop-name .time {
        margin-top: 20px;
        font-size: 12px; }
        @media screen and (min-width: 554px) {
          .c-shop_sp .inner .c-shop__text .shop-info .time, .c-shop_sp .inner .c-shop__text .shop-name .time {
            margin-top: 0; } }
      .c-shop_sp .inner .c-shop__text .shop-info .tel, .c-shop_sp .inner .c-shop__text .shop-name .tel {
        display: none; }
        @media screen and (min-width: 554px) {
          .c-shop_sp .inner .c-shop__text .shop-info .tel, .c-shop_sp .inner .c-shop__text .shop-name .tel {
            display: block; } }
      .c-shop_sp .inner .c-shop__text .c-btn {
        display: block;
        width: 100%;
        max-width: 260px;
        margin: 10px auto; }
        .c-shop_sp .inner .c-shop__text .c-btn span {
          font-size: 13px; }
        .c-shop_sp .inner .c-shop__text .c-btn i {
          color: #212121;
          font-size: 24px;
          margin-top: 3px; }
        .c-shop_sp .inner .c-shop__text .c-btn a {
          height: 46px; }
          .c-shop_sp .inner .c-shop__text .c-btn a::after {
            width: 0.35em;
            height: 0.35em; }
        @media screen and (min-width: 554px) {
          .c-shop_sp .inner .c-shop__text .c-btn {
            display: none; } }
      .c-shop_sp .inner .c-shop__text .shop-name {
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 10px; }
      .c-shop_sp .inner .c-shop__text .m-link-arw {
        margin-top: 20px; }
        @media screen and (min-width: 554px) {
          .c-shop_sp .inner .c-shop__text .m-link-arw {
            margin-top: 10px; } }

.c-block-fourimagelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px; }
  @media screen and (min-width: 769px) {
    .c-block-fourimagelist {
      margin: 0 -20px; } }
  .c-block-fourimagelist .c-block-fourimagelist__img {
    width: 50%;
    padding: 0 5px; }
    @media screen and (min-width: 769px) {
      .c-block-fourimagelist .c-block-fourimagelist__img {
        width: 25%;
        padding: 0 20px; } }
    .c-block-fourimagelist .c-block-fourimagelist__img:nth-child(n+3) {
      margin-top: 10px; }
      @media screen and (min-width: 769px) {
        .c-block-fourimagelist .c-block-fourimagelist__img:nth-child(n+3) {
          margin-top: 0; } }

.c-block-twoimagelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0; }
  @media screen and (min-width: 554px) {
    .c-block-twoimagelist {
      margin: 0 -10px; } }
  @media screen and (min-width: 769px) {
    .c-block-twoimagelist {
      margin: 0 -20px; } }
  .c-block-twoimagelist .c-block-twoimagelist__img {
    width: 100%; }
    @media screen and (min-width: 554px) {
      .c-block-twoimagelist .c-block-twoimagelist__img {
        width: 50%;
        padding: 0 10px; } }
    @media screen and (min-width: 769px) {
      .c-block-twoimagelist .c-block-twoimagelist__img {
        padding: 0 20px; } }
    .c-block-twoimagelist .c-block-twoimagelist__img:nth-child(n+3) {
      margin-top: 10px; }
      @media screen and (min-width: 554px) {
        .c-block-twoimagelist .c-block-twoimagelist__img:nth-child(n+3) {
          margin-top: 20px; } }
      @media screen and (min-width: 769px) {
        .c-block-twoimagelist .c-block-twoimagelist__img:nth-child(n+3) {
          margin-top: 40px; } }
    .c-block-twoimagelist .c-block-twoimagelist__img:nth-child(2) {
      margin-top: 10px; }
      @media screen and (min-width: 554px) {
        .c-block-twoimagelist .c-block-twoimagelist__img:nth-child(2) {
          margin-top: 0; } }
    .c-block-twoimagelist .c-block-twoimagelist__img a {
      display: block;
      width: 100%;
      height: 100%;
      position: relative; }
      .c-block-twoimagelist .c-block-twoimagelist__img a p {
        width: 100%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        font-size: 16px;
        text-align: center; }
        @media screen and (min-width: 769px) {
          .c-block-twoimagelist .c-block-twoimagelist__img a p {
            font-size: 24px; } }
      .c-block-twoimagelist .c-block-twoimagelist__img a img {
        -webkit-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease; }
      .c-block-twoimagelist .c-block-twoimagelist__img a:hover img {
        opacity: .6; }

.c-tabmenu .c-tabmenu__tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  padding-bottom: 2px;
  margin: 30px auto 0;
  box-shadow: 0 6px 5px -5px #c9c9c9; }
  @media screen and (min-width: 769px) {
    .c-tabmenu .c-tabmenu__tab {
      margin: 40px auto 0; } }
  .c-tabmenu .c-tabmenu__tab li {
    width: 33%;
    max-width: 210px;
    padding: 6px 0;
    border: solid 1px #d7d8d9;
    border-radius: 0 9px 0 0;
    text-align: center;
    cursor: pointer;
    margin: 0 10px 0 0;
    position: relative;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 12px; }
    @media screen and (min-width: 554px) {
      .c-tabmenu .c-tabmenu__tab li {
        padding: 10px 0;
        font-size: 13px;
        margin: 0 5px; } }
    @media screen and (min-width: 769px) {
      .c-tabmenu .c-tabmenu__tab li {
        border-radius: 0 9px 0 0;
        margin: 0 10px 0px 0;
        font-size: 14px; } }
    .c-tabmenu .c-tabmenu__tab li::after {
      content: "";
      position: absolute;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      bottom: -6px;
      color: #ffa000;
      border-width: 6px 8px 0;
      border-style: solid;
      border-color: currentColor transparent transparent;
      opacity: 0;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
      @media screen and (min-width: 554px) {
        .c-tabmenu .c-tabmenu__tab li::after {
          bottom: -10px;
          border-width: 10px 12px 0; } }
    .c-tabmenu .c-tabmenu__tab li.select {
      background: #ffa000;
      border: solid 1px #ffa000;
      color: #FFFFFF;
      bottom: -2px; }
      .c-tabmenu .c-tabmenu__tab li.select::after {
        opacity: 1.0; }
    .c-tabmenu .c-tabmenu__tab li:hover {
      background: #ffa000;
      border: solid 1px #ffa000;
      color: #FFFFFF; }
.c-tabmenu .c-tabmenu__content {
  padding: 30px 0;
  /*background: $color-gray-ultralight;*/ }
  .c-tabmenu .c-tabmenu__content .item {
    width: 100%; }
  .c-tabmenu .c-tabmenu__content .faq-item__sec {
    margin-top: 20px; }
    .c-tabmenu .c-tabmenu__content .faq-item__sec:first-child {
      margin-top: 0; }
    @media screen and (min-width: 769px) {
      .c-tabmenu .c-tabmenu__content .faq-item__sec {
        margin-top: 35px; }
        .c-tabmenu .c-tabmenu__content .faq-item__sec:first-child {
          margin-top: 0; } }
.c-tabmenu .tabmenu-item {
  width: 100%; }
.c-tabmenu .hide {
  display: none; }

.c-accordion {
  width: 100%; }
  .c-accordion .question, .c-accordion .area {
    padding: 20px 66px 20px 50px;
    background: #FFFFFF;
    position: relative;
    font-weight: bold;
    border-bottom: solid 2px #eee;
    border-radius: 4px;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .c-accordion .question::before, .c-accordion .area::before {
      content: "";
      width: 18px;
      height: 2px;
      background: #ccc;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 22px; }
    .c-accordion .question::after, .c-accordion .area::after {
      content: "";
      width: 2px;
      height: 18px;
      background: #ccc;
      position: absolute;
      top: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      right: 30px;
      -webkit-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s; }
    .c-accordion .question.click, .c-accordion .area.click {
      border-bottom: solid 1px #eee;
      border-radius: 0; }
      .c-accordion .question.click::after, .c-accordion .area.click::after {
        height: 0; }
    @media screen and (min-width: 769px) {
      .c-accordion .question, .c-accordion .area {
        padding: 30px 70px 30px 85px; }
        .c-accordion .question::before, .c-accordion .area::before {
          right: 26px; }
        .c-accordion .question::after, .c-accordion .area::after {
          right: 34px; } }
  .c-accordion .answer, .c-accordion .shop {
    margin-bottom: 20px;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04); }
    .c-accordion .answer .must, .c-accordion .shop .must {
      color: #ff6666; }
    .c-accordion .answer .bold, .c-accordion .shop .bold {
      font-weight: bold; }
    .c-accordion .answer .textbody, .c-accordion .shop .textbody {
      padding: 20px 15px 20px 50px;
      width: 100%;
      background: #fbfbfb;
      border-bottom: solid 1px #eee;
      position: relative; }
    .c-accordion .answer .text p, .c-accordion .answer .text li, .c-accordion .shop .text p, .c-accordion .shop .text li {
      line-height: 1.8; }
    .c-accordion .answer .text p, .c-accordion .answer .text ul, .c-accordion .shop .text p, .c-accordion .shop .text ul {
      margin-bottom: 15px; }
      .c-accordion .answer .text p:last-child, .c-accordion .answer .text ul:last-child, .c-accordion .shop .text p:last-child, .c-accordion .shop .text ul:last-child {
        margin-bottom: 0; }
    .c-accordion .answer .text a, .c-accordion .shop .text a {
      display: inline;
      color: #ffa000; }
      @media screen and (min-width: 769px) {
        .c-accordion .answer .text a:hover, .c-accordion .shop .text a:hover {
          text-decoration: underline; } }
    @media screen and (min-width: 769px) {
      .c-accordion .answer, .c-accordion .shop {
        margin-bottom: 40px; }
        .c-accordion .answer .textbody, .c-accordion .shop .textbody {
          padding: 30px 70px 30px 85px; }
        .c-accordion .answer .text p, .c-accordion .answer .text ul, .c-accordion .shop .text p, .c-accordion .shop .text ul {
          margin-bottom: 25px; }
          .c-accordion .answer .text p:last-child, .c-accordion .answer .text ul:last-child, .c-accordion .shop .text p:last-child, .c-accordion .shop .text ul:last-child {
            margin-bottom: 0; } }
  .c-accordion .question .text::after, .c-accordion .answer .text::after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    top: 22px;
    left: 13px; }
    @media screen and (min-width: 769px) {
      .c-accordion .question .text::after, .c-accordion .answer .text::after {
        width: 34px;
        height: 34px;
        top: 24px;
        left: 30px; } }
  .c-accordion .question .text::after {
    background: url(./images/faq-question.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }
  .c-accordion .answer .text::after {
    background: url(./images/faq-answer.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat; }

.c-accordion2 {
  position: relative; }
  .c-accordion2 .c-accordion2-content {
    padding-bottom: 20px; }
  @media screen and (min-width: 769px) {
    .c-accordion2 .c-accordion2-content {
      padding-bottom: 0; } }
  .c-accordion2 .c-accordion2-btn {
    position: absolute;
    left: 50%;
    bottom: -65px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    background: #FFFFFF; }
    @media screen and (min-width: 769px) {
      .c-accordion2 .c-accordion2-btn {
        bottom: -125px; } }
  .c-accordion2 .btn {
    width: 100%;
    max-width: 280px;
    height: 65px;
    margin: 0 auto;
    border-radius: 30px;
    border: 1px solid #d7d8d9;
    cursor: pointer; }
    .c-accordion2 .btn::before {
      content: "";
      display: block;
      width: 10px;
      height: 1px;
      background: #212121;
      position: absolute;
      left: 50%;
      bottom: 16px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
      transform-origin: left top; }
    .c-accordion2 .btn::after {
      content: "";
      display: block;
      width: 1px;
      height: 10px;
      background: #212121;
      position: absolute;
      left: 50%;
      bottom: 16px;
      -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
      -webkit-transform-origin: right bottom;
      -ms-transform-origin: right bottom;
      transform-origin: right bottom; }
    .c-accordion2 .btn span {
      text-align: center;
      position: absolute;
      font-weight: bold;
      font-size: 16px;
      left: 50%;
      line-height: 1.0;
      top: 16px;
      -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      transform: translateX(-50%);
      width: 100%; }
      .c-accordion2 .btn span::after {
        content: "テレビ取材をもっと見る"; }
    @media screen and (min-width: 769px) {
      .c-accordion2 .btn {
        width: 380px;
        height: 75px;
        border-radius: 38px; }
        .c-accordion2 .btn span {
          font-size: 18px; }
          .c-accordion2 .btn span::before {
            bottom: 16px; }
          .c-accordion2 .btn span::after {
            bottom: 16px; }
        .c-accordion2 .btn:hover {
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s;
          background: #ffa000;
          border: 1px solid #ffa000; }
          .c-accordion2 .btn:hover::before, .c-accordion2 .btn:hover::after {
            background: #FFFFFF; }
          .c-accordion2 .btn:hover span::after {
            color: #FFFFFF; } }
  .c-accordion2 .btn.click::before {
    top: 14px;
    bottom: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg); }
    @media screen and (min-width: 769px) {
      .c-accordion2 .btn.click::before {
        top: 15px; } }
  .c-accordion2 .btn.click::after {
    top: 15px;
    bottom: auto;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top; }
    @media screen and (min-width: 769px) {
      .c-accordion2 .btn.click::after {
        top: 16px; } }
  .c-accordion2 .btn.click span {
    bottom: 16px;
    top: auto; }
    .c-accordion2 .btn.click span::after {
      content: "テレビ取材を閉じる"; }

.c-block-bordertext {
  padding: 20px 15px;
  border: solid 2px #eee; }
  @media screen and (min-width: 554px) {
    .c-block-bordertext {
      padding: 30px 35px; } }
  @media screen and (min-width: 769px) {
    .c-block-bordertext {
      padding: 60px; } }
  .c-block-bordertext .title {
    position: relative;
    margin-bottom: 15px; }
    @media screen and (min-width: 554px) {
      .c-block-bordertext .title {
        margin-bottom: 30px; } }
    @media screen and (min-width: 769px) {
      .c-block-bordertext .title {
        margin-bottom: 50px; } }
  .c-block-bordertext .text .item {
    margin-bottom: 20px; }
    .c-block-bordertext .text .item:last-child {
      margin-bottom: 0; }
    .c-block-bordertext .text .item .item-title {
      line-height: 1.6; }
    .c-block-bordertext .text .item p {
      margin-top: 2px;
      font-size: 13px; }
    .c-block-bordertext .text .item a {
      font-size: 13px;
      margin-top: 4px;
      display: inline-block;
      text-decoration: underline;
      padding-left: 12px;
      position: relative; }
      .c-block-bordertext .text .item a::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        width: 0;
        height: 0;
        border-width: 4px 0 4px 5px;
        border-style: solid;
        border-color: transparent transparent transparent #ffa000;
        -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        transform: translateY(-50%); }
      @media screen and (min-width: 769px) {
        .c-block-bordertext .text .item a:hover {
          text-decoration: none; } }

.c-block-whitebox {
  background: #FFFFFF;
  padding: 20px 15px;
  -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04);
  box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04); }
  @media screen and (min-width: 554px) {
    .c-block-whitebox {
      padding: 30px 35px; } }
  @media screen and (min-width: 769px) {
    .c-block-whitebox {
      padding: 60px; } }

.c-list-row2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-flow: wrap;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media screen and (min-width: 769px) {
    .c-list-row2 {
      margin: 0 auto;
      padding: 0;
      width: 1200px; } }
  .c-list-row2 .item {
    width: 100%;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04); }
    @media screen and (min-width: 554px) {
      .c-list-row2 .item {
        width: 48.75%; } }
    @media screen and (min-width: 769px) {
      .c-list-row2 .item {
        width: 580px; } }
    .c-list-row2 .item:nth-child(n+2) {
      margin-top: 30px; }
      @media screen and (min-width: 554px) {
        .c-list-row2 .item:nth-child(n+2) {
          margin-top: 0; } }
    @media screen and (min-width: 554px) {
      .c-list-row2 .item:nth-child(n+3) {
        margin-top: 40px; } }

.c-list-row3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .c-list-row3 .item {
    width: 100%; }
  @media screen and (min-width: 769px) {
    .c-list-row3 {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      margin: 0 -22.5px;
      width: 1245px; }
      .c-list-row3 .item {
        width: 370px;
        margin: 0 22.5px; } }

.c-list-row4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1.25%; }
  @media screen and (min-width: 769px) {
    .c-list-row4 {
      margin: 0 -20px;
      padding: 0;
      width: 1240px; } }
  .c-list-row4 .item {
    margin: 15px 1.25% 0;
    width: 47.5%; }
    @media screen and (min-width: 554px) {
      .c-list-row4 .item {
        width: 22.5%; } }
    @media screen and (min-width: 769px) {
      .c-list-row4 .item {
        padding: 0;
        width: 270px;
        margin: 0 20px; }
        .c-list-row4 .item:nth-child(n+5) {
          margin: 30px 20px 0; } }

.navigation {
  position: relative;
  margin-top: 30px;
  margin-bottom: 24px; }
  @media screen and (min-width: 769px) {
    .navigation {
      margin-top: 70px;
      margin-bottom: 48px; } }
  .navigation .navigation-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (min-width: 769px) {
      .navigation .navigation-block {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
  @media screen and (min-width: 769px) {
    .navigation .navigation-item {
      width: 240px !important; } }
  .navigation .navigation-item.is-item, .navigation .navigation-item.is-brand {
    width: calc(50% - 5px); }
    @media screen and (min-width: 554px) {
      .navigation .navigation-item.is-item, .navigation .navigation-item.is-brand {
        width: calc(50% - 10px); } }
  .navigation .navigation-item.is-brand .navigation-item__tooltip {
    padding-right: 0; }
  .navigation .navigation-item.is-search {
    margin-top: 10px;
    width: 100%; }
    @media screen and (min-width: 554px) {
      .navigation .navigation-item.is-search {
        margin-top: 20px; } }
    @media screen and (min-width: 769px) {
      .navigation .navigation-item.is-search {
        margin-top: 0; } }
  @media screen and (min-width: 769px) {
    .navigation .navigation-item:nth-child(n+2) {
      margin-left: 20px; } }
  .navigation .navigation-item[data-toggle="1"] .navigation-item__trigger {
    background-color: #f7f8f9; }
    @media screen and (min-width: 769px) {
      .navigation .navigation-item[data-toggle="1"] .navigation-item__trigger {
        background-color: #FFFFFF; } }
    .navigation .navigation-item[data-toggle="1"] .navigation-item__trigger:before {
      visibility: visible; }
    .navigation .navigation-item[data-toggle="1"] .navigation-item__trigger + .tooltip {
      visibility: visible; }
  .navigation .navigation-item[data-toggle="1"] .is-close {
    display: none; }
  .navigation .navigation-item[data-toggle="1"] .is-open {
    display: block !important; }
  .navigation .navigation-item .navigation-item__search {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border: 1px solid #eee;
    width: 100%;
    height: 100%;
    position: relative; }
    .navigation .navigation-item .navigation-item__search form {
      width: calc(100% - 48px); }
    .navigation .navigation-item .navigation-item__search input[type="text"] {
      padding: 0;
      border: 0;
      width: 100%;
      min-height: 1em;
      font-size: 11px;
      line-height: 1;
      padding: 10px 12px; }
      @media screen and (min-width: 554px) {
        .navigation .navigation-item .navigation-item__search input[type="text"] {
          font-size: 13px;
          padding: 11px 13px; } }
      @media screen and (min-width: 769px) {
        .navigation .navigation-item .navigation-item__search input[type="text"] {
          padding: 13px 14px;
          font-size: 14px; } }
    .navigation .navigation-item .navigation-item__search .searchbtn {
      position: absolute;
      display: block;
      right: 0;
      top: 0;
      height: 100%;
      width: 48px;
      height: 100%;
      border-left: solid 1px #eee; }
      .navigation .navigation-item .navigation-item__search .searchbtn input[type="submit"] {
        width: 100%;
        height: 100%;
        font-size: 18px; }
        @media screen and (min-width: 554px) {
          .navigation .navigation-item .navigation-item__search .searchbtn input[type="submit"] {
            font-size: 19px; } }
        @media screen and (min-width: 769px) {
          .navigation .navigation-item .navigation-item__search .searchbtn input[type="submit"] {
            font-size: 20px; }
            .navigation .navigation-item .navigation-item__search .searchbtn input[type="submit"]:hover {
              opacity: 0.7; } }
  .navigation .navigation-item .navigation-item__trigger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
    border: 1px solid #eee;
    padding: 10px 12px;
    line-height: 1;
    pointer-events: all;
    cursor: pointer; }
    @media screen and (min-width: 554px) {
      .navigation .navigation-item .navigation-item__trigger {
        padding: 11px 13px; } }
    @media screen and (min-width: 769px) {
      .navigation .navigation-item .navigation-item__trigger {
        padding: 13px 14px;
        height: 100%; } }
    .navigation .navigation-item .navigation-item__trigger:before {
      content: '';
      display: block;
      position: absolute;
      top: 100%;
      left: -1px;
      margin-top: -1px;
      width: 100%;
      height: 13px;
      border-right: 1px solid #eee;
      border-left: 1px solid #eee;
      background-color: #f7f8f9;
      visibility: hidden; }
      @media screen and (min-width: 554px) {
        .navigation .navigation-item .navigation-item__trigger:before {
          height: 23px; } }
      @media screen and (min-width: 769px) {
        .navigation .navigation-item .navigation-item__trigger:before {
          background-color: #FFFFFF;
          height: 18px; } }
    .navigation .navigation-item .navigation-item__trigger .text {
      font-size: 11px; }
      @media screen and (min-width: 554px) {
        .navigation .navigation-item .navigation-item__trigger .text {
          font-size: 13px; } }
      @media screen and (min-width: 769px) {
        .navigation .navigation-item .navigation-item__trigger .text {
          font-size: 14px; } }
    .navigation .navigation-item .navigation-item__trigger .icon {
      position: relative;
      margin-left: auto;
      font-size: 18px; }
      @media screen and (min-width: 554px) {
        .navigation .navigation-item .navigation-item__trigger .icon {
          font-size: 19px; } }
      @media screen and (min-width: 769px) {
        .navigation .navigation-item .navigation-item__trigger .icon {
          font-size: 20px; } }
      .navigation .navigation-item .navigation-item__trigger .icon.is-open {
        display: none; }
  .navigation .navigation-item .tooltip {
    position: absolute;
    top: 50px;
    left: 0;
    z-index: 1;
    margin: 0 3%;
    border: 1px solid #eee;
    padding: 20px 13px;
    width: 94%;
    background-color: #f7f8f9;
    visibility: hidden; }
    @media screen and (min-width: 554px) {
      .navigation .navigation-item .tooltip {
        top: 63px;
        padding: 40px 13px; } }
    @media screen and (min-width: 769px) {
      .navigation .navigation-item .tooltip {
        top: 68px;
        margin: 0;
        border-right: 0px;
        border-left: 0px;
        padding: 60px 0;
        width: 100%;
        background-color: #FFFFFF; } }
    .navigation .navigation-item .tooltip.is-item .tooltip-block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .navigation .navigation-item .tooltip.is-item .tooltip-box {
      width: 50%; }
      @media screen and (min-width: 554px) {
        .navigation .navigation-item .tooltip.is-item .tooltip-box {
          width: 33.33%; } }
      @media screen and (min-width: 769px) {
        .navigation .navigation-item .tooltip.is-item .tooltip-box {
          width: 25%; } }
      .navigation .navigation-item .tooltip.is-item .tooltip-box:nth-child(n+3) {
        margin-top: 30px; }
        @media screen and (min-width: 554px) {
          .navigation .navigation-item .tooltip.is-item .tooltip-box:nth-child(n+3) {
            margin-top: 0; } }
      @media screen and (min-width: 554px) {
        .navigation .navigation-item .tooltip.is-item .tooltip-box:nth-child(n+4) {
          margin-top: 50px; } }
      @media screen and (min-width: 769px) {
        .navigation .navigation-item .tooltip.is-item .tooltip-box:nth-child(n+4) {
          margin-top: 0; } }
      @media screen and (min-width: 769px) {
        .navigation .navigation-item .tooltip.is-item .tooltip-box:nth-child(n+5) {
          margin-top: 60px; } }
      .navigation .navigation-item .tooltip.is-item .tooltip-box:last-child {
        width: 100%; }
        @media screen and (min-width: 554px) {
          .navigation .navigation-item .tooltip.is-item .tooltip-box:last-child {
            width: 66.66%; } }
        @media screen and (min-width: 769px) {
          .navigation .navigation-item .tooltip.is-item .tooltip-box:last-child {
            width: 50%; } }
        .navigation .navigation-item .tooltip.is-item .tooltip-box:last-child .tooltip-box__list {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          width: 100%; }
          .navigation .navigation-item .tooltip.is-item .tooltip-box:last-child .tooltip-box__list > .item {
            width: 50%; }
    .navigation .navigation-item .tooltip.is-brand .tooltip-box:nth-child(n+2) {
      margin-top: 30px; }
      @media screen and (min-width: 554px) {
        .navigation .navigation-item .tooltip.is-brand .tooltip-box:nth-child(n+2) {
          margin-top: 40px; } }
      @media screen and (min-width: 769px) {
        .navigation .navigation-item .tooltip.is-brand .tooltip-box:nth-child(n+2) {
          margin-top: 50px; } }
    .navigation .navigation-item .tooltip.is-brand .tooltip-box .tooltip-box__list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .navigation .navigation-item .tooltip.is-brand .tooltip-box .tooltip-box__list .item {
        width: 50%; }
        @media screen and (min-width: 769px) {
          .navigation .navigation-item .tooltip.is-brand .tooltip-box .tooltip-box__list .item {
            width: 25%; } }
    @media screen and (min-width: 769px) {
      .navigation .navigation-item .tooltip .tooltip-block {
        margin: 0 auto;
        padding: 0 30px;
        width: 1260px; } }
    .navigation .navigation-item .tooltip .tooltip-box__heading {
      font-size: 12px;
      font-weight: bold; }
      @media screen and (min-width: 554px) {
        .navigation .navigation-item .tooltip .tooltip-box__heading {
          font-size: 14px; } }
      @media screen and (min-width: 769px) {
        .navigation .navigation-item .tooltip .tooltip-box__heading {
          font-size: 15px; } }
    .navigation .navigation-item .tooltip .tooltip-box__list {
      margin-top: 10px; }
      @media screen and (min-width: 554px) {
        .navigation .navigation-item .tooltip .tooltip-box__list {
          margin-top: 17px; } }
      @media screen and (min-width: 769px) {
        .navigation .navigation-item .tooltip .tooltip-box__list {
          margin-top: 24px; } }
      .navigation .navigation-item .tooltip .tooltip-box__list .item a {
        display: inline-block;
        font-size: 11px;
        line-height: 2; }
        .navigation .navigation-item .tooltip .tooltip-box__list .item a:before {
          content: '\e315';
          display: inline-block;
          vertical-align: middle;
          margin-right: .1em;
          font-family: 'Material Icons';
          font-size: 90%;
          font-weight: lighter;
          line-height: 1; }
        @media screen and (min-width: 769px) {
          .navigation .navigation-item .tooltip .tooltip-box__list .item a:hover {
            opacity: 0.6; }
            .navigation .navigation-item .tooltip .tooltip-box__list .item a:hover:before {
              opacity: 0.6; } }
        @media screen and (min-width: 554px) {
          .navigation .navigation-item .tooltip .tooltip-box__list .item a {
            font-size: 13px; } }
        @media screen and (min-width: 769px) {
          .navigation .navigation-item .tooltip .tooltip-box__list .item a {
            font-size: 14px;
            -webkit-transition: color .25s;
            -o-transition: color .25s;
            transition: color .25s; } }

.c-block-product {
  position: relative;
  width: 100%; }
  .c-block-product::before {
    content: "";
    display: block;
    /*padding-top: 56.25%;*/ }
  .c-block-product iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.c-purchasevisual {
  position: relative;
  padding-top: 20px;
  width: 100%;
  height: 220px;
  background-position: center bottom;
  background-repeat: no-repeat;
  overflow: hidden; }
  @media screen and (min-width: 554px) {
    .c-purchasevisual {
      padding-top: 30px;
      height: 300px; } }
  @media screen and (min-width: 769px) {
    .c-purchasevisual {
      min-width: 1260px;
      height: 380px;
      padding-top: 70px; } }
  .c-purchasevisual.is-item {
    background: #e7e8ea; }
  .c-purchasevisual.is-brand {
    background: #e7e8ea; }
  .c-purchasevisual .c-purchasevisual__text {
    width: 100%;
    text-align: center;
    font-size: 13px;
    line-height: 1.4;
    color: #212121; }
    @media screen and (min-width: 554px) {
      .c-purchasevisual .c-purchasevisual__text {
        font-size: 16px; } }
    @media screen and (min-width: 769px) {
      .c-purchasevisual .c-purchasevisual__text {
        line-height: 1.8;
        font-size: 18px; } }
    .c-purchasevisual .c-purchasevisual__text strong {
      font-size: 16px;
      font-weight: normal;
      color: inherit; }
      @media screen and (min-width: 554px) {
        .c-purchasevisual .c-purchasevisual__text strong {
          font-size: 25px; } }
      @media screen and (min-width: 769px) {
        .c-purchasevisual .c-purchasevisual__text strong {
          font-size: 30px; } }
  .c-purchasevisual.is-brand .c-purchasevisual__text {
    color: #212121; }
  .c-purchasevisual .c-purchasevisual__pic {
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 100%;
    min-width: 540px;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    overflow: hidden; }
    @media screen and (min-width: 554px) {
      .c-purchasevisual .c-purchasevisual__pic {
        min-width: 680px; } }
    @media screen and (min-width: 769px) {
      .c-purchasevisual .c-purchasevisual__pic {
        width: 1200px; } }

.c-detailvisual {
  position: relative;
  margin: 0 auto;
  width: 100%; }
  @media screen and (min-width: 769px) {
    .c-detailvisual {
      width: 1260px;
      padding: 0 30px; } }
  .c-detailvisual .c-detailvisual-pic {
    position: relative;
    z-index: 1; }
  .c-detailvisual .c-detailvisual-textbody {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%; }
    @media screen and (max-width: 768px) {
      .c-detailvisual .c-detailvisual-textbody {
        padding-top: 7%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    @media screen and (min-width: 769px) {
      .c-detailvisual .c-detailvisual-textbody {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    @media screen and (min-width: 769px) {
      .c-detailvisual .c-detailvisual-textbody.is-left {
        padding: 0 85px; } }
    @media screen and (min-width: 769px) {
      .c-detailvisual .c-detailvisual-textbody.is-left .c-detailvisual-textbody__heading {
        padding-left: 0 !important;
        text-align: left; } }
    @media screen and (min-width: 769px) {
      .c-detailvisual .c-detailvisual-textbody.is-left .c-detailvisual-textbody__lead {
        padding: 0 !important;
        text-align: left; } }
    .c-detailvisual .c-detailvisual-textbody.is-right {
      padding-right: 20px; }
      @media screen and (min-width: 554px) {
        .c-detailvisual .c-detailvisual-textbody.is-right {
          padding-right: 30px; } }
      @media screen and (min-width: 769px) {
        .c-detailvisual .c-detailvisual-textbody.is-right {
          padding: 0 85px; } }
      .c-detailvisual .c-detailvisual-textbody.is-right .c-detailvisual-textbody__heading {
        padding-right: 0;
        text-align: right; }
      .c-detailvisual .c-detailvisual-textbody.is-right .c-detailvisual-textbody__lead {
        padding: 0 !important;
        text-align: right; }
    .c-detailvisual .c-detailvisual-textbody .c-detailvisual-textbody__heading {
      text-align: center;
      font-size: 25px;
      font-weight: bold;
      line-height: 1.4; }
      @media screen and (max-width: 360px) {
        .c-detailvisual .c-detailvisual-textbody .c-detailvisual-textbody__heading {
          font-size: 20px; } }
      @media screen and (min-width: 554px) {
        .c-detailvisual .c-detailvisual-textbody .c-detailvisual-textbody__heading {
          font-size: 40px; } }
      @media screen and (min-width: 769px) {
        .c-detailvisual .c-detailvisual-textbody .c-detailvisual-textbody__heading {
          font-size: 60px; } }
    .c-detailvisual .c-detailvisual-textbody .c-detailvisual-textbody__lead {
      margin-top: 10px;
      text-align: center;
      font-size: 10px;
      line-height: 1.5; }
      @media screen and (max-width: 360px) {
        .c-detailvisual .c-detailvisual-textbody .c-detailvisual-textbody__lead {
          font-size: 9px; } }
      @media screen and (max-width: 768px) {
        .c-detailvisual .c-detailvisual-textbody .c-detailvisual-textbody__lead {
          padding: 0 3%; } }
      @media screen and (min-width: 554px) {
        .c-detailvisual .c-detailvisual-textbody .c-detailvisual-textbody__lead {
          margin-top: 20px;
          font-size: 14px; } }
      @media screen and (min-width: 769px) {
        .c-detailvisual .c-detailvisual-textbody .c-detailvisual-textbody__lead {
          margin-top: 5px;
          padding: 0 250px;
          font-size: 16px; } }

.c-detailvisual-caption {
  padding: 0; }
  @media screen and (min-width: 769px) {
    .c-detailvisual-caption {
      padding: 0 30px; } }
  .c-detailvisual-caption p {
    font-size: 16px;
    text-align: left;
    font-weight: bold;
    color: #f00;
    border: solid 2px #f00;
    padding: 6px 3%; }
    @media screen and (min-width: 769px) {
      .c-detailvisual-caption p {
        padding: 12px;
        font-size: 20px;
        text-align: center; } }

.c-brandlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 0 0 0 -4px;
  width: calc(100% + 8px); }
  @media screen and (min-width: 554px) {
    .c-brandlist {
      margin: 0 0 0 -10px;
      width: calc(100% + 20px); } }
  @media screen and (min-width: 769px) {
    .c-brandlist {
      margin: 0 0 0 -15px;
      width: calc(100% + 30px); } }
  .c-brandlist .c-brandlist__item {
    padding: 4px;
    width: 33.33%; }
    .c-brandlist .c-brandlist__item:nth-child(-n+3) {
      margin-top: -4px; }
    @media screen and (min-width: 554px) {
      .c-brandlist .c-brandlist__item {
        padding: 10px;
        width: 25%; }
        .c-brandlist .c-brandlist__item:nth-child(-n+4) {
          margin-top: -10px; } }
    @media screen and (min-width: 769px) {
      .c-brandlist .c-brandlist__item {
        padding: 15px;
        width: 16.66%; }
        .c-brandlist .c-brandlist__item:nth-child(-n+6) {
          margin-top: -15px; } }
    @media screen and (min-width: 769px) {
      .c-brandlist .c-brandlist__item a:hover .c-brandlist__logo {
        opacity: .6; } }
    .c-brandlist .c-brandlist__item .c-brandlist__logo {
      border: 1px solid #eee;
      -webkit-transition: all .25s;
      -o-transition: all .25s;
      transition: all .25s; }
    .c-brandlist .c-brandlist__item .c-brandlist__text {
      margin-top: 4px;
      text-align: center;
      font-size: 11px;
      line-height: 1; }
      @media screen and (min-width: 554px) {
        .c-brandlist .c-brandlist__item .c-brandlist__text {
          margin-top: 5px;
          font-size: 13px; } }
      @media screen and (min-width: 769px) {
        .c-brandlist .c-brandlist__item .c-brandlist__text {
          margin-top: 6px;
          font-size: 15px; } }

.c-categorylist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }
  @media screen and (min-width: 554px) {
    .c-categorylist {
      margin: 0 0 0 -10px;
      width: calc(100% + 20px); } }
  @media screen and (min-width: 769px) {
    .c-categorylist {
      margin: 0 0 0 -20px;
      width: calc(100% + 40px); } }
  .c-categorylist .c-categorylist__item {
    padding: 5px 0;
    width: 100%; }
    .c-categorylist .c-categorylist__item:nth-child(-n+1) {
      margin-top: -5px; }
    @media screen and (min-width: 554px) {
      .c-categorylist .c-categorylist__item {
        padding: 5px 10px;
        width: 50%; }
        .c-categorylist .c-categorylist__item:nth-child(-n+2) {
          margin-top: -10px; } }
    @media screen and (min-width: 769px) {
      .c-categorylist .c-categorylist__item {
        padding: 10px 20px;
        width: 25%; }
        .c-categorylist .c-categorylist__item:nth-child(-n+4) {
          margin-top: -10px; } }
    .c-categorylist .c-categorylist__item a {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #FFFFFF;
      -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04);
      box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04); }
      @media screen and (min-width: 769px) {
        .c-categorylist .c-categorylist__item a:hover .c-categorylist__pic {
          opacity: .6; } }
      .c-categorylist .c-categorylist__item a .c-categorylist__pic {
        width: 70px; }
        @media screen and (min-width: 554px) {
          .c-categorylist .c-categorylist__item a .c-categorylist__pic {
            width: 80px; } }
        @media screen and (min-width: 769px) {
          .c-categorylist .c-categorylist__item a .c-categorylist__pic {
            width: 90px;
            -webkit-transition: all .25s;
            -o-transition: all .25s;
            transition: all .25s; } }
      .c-categorylist .c-categorylist__item a .c-categorylist__text {
        margin-left: 1em;
        font-size: 11px;
        line-height: 1; }
        @media screen and (min-width: 554px) {
          .c-categorylist .c-categorylist__item a .c-categorylist__text {
            font-size: 13px; } }
        @media screen and (min-width: 769px) {
          .c-categorylist .c-categorylist__item a .c-categorylist__text {
            font-size: 15px; } }

.c-resultlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
  width: calc(100% + 10px);
  padding: 0 3%; }
  @media screen and (min-width: 554px) {
    .c-resultlist {
      margin-left: -10px;
      width: calc(100% + 20px); } }
  @media screen and (min-width: 769px) {
    .c-resultlist {
      margin-left: -12px;
      width: 1224px;
      padding: 0; } }
  .c-resultlist .c-resultlist__item {
    margin-top: 20px;
    padding: 0 5px;
    width: 33.3333%;
    text-align: left !important; }
    .c-resultlist .c-resultlist__item:nth-child(-n+3) {
      margin-top: 0 !important; }
    @media screen and (min-width: 554px) {
      .c-resultlist .c-resultlist__item {
        margin-top: 25px;
        padding: 0 10px;
        width: 25%; }
        .c-resultlist .c-resultlist__item:nth-child(-n+4) {
          margin-top: 0 !important; } }
    @media screen and (min-width: 769px) {
      .c-resultlist .c-resultlist__item {
        margin-top: 30px;
        padding: 0 12px;
        width: 204px; }
        .c-resultlist .c-resultlist__item:nth-child(-n+6) {
          margin-top: 0 !important; } }
    .c-resultlist .c-resultlist__item .c-resultlist__thumbnail {
      width: 100%; }
      .c-resultlist .c-resultlist__item .c-resultlist__thumbnail img {
        -webkit-transition: all .25s ease;
        -o-transition: all .25s ease;
        transition: all .25s ease; }
      .c-resultlist .c-resultlist__item .c-resultlist__thumbnail a:hover img {
        opacity: .6; }
    .c-resultlist .c-resultlist__item .c-resultlist__title {
      margin-top: 4px;
      font-size: 11px;
      line-height: 1.4; }
      @media screen and (min-width: 769px) {
        .c-resultlist .c-resultlist__item .c-resultlist__title {
          margin-top: 12px;
          font-size: 14px;
          line-height: 1.8; } }
      .c-resultlist .c-resultlist__item .c-resultlist__title .textOverflow {
        font-size: 11px;
        height: 30.8px;
        line-height: 1.4;
        position: relative;
        overflow: hidden; }
        @media screen and (min-width: 769px) {
          .c-resultlist .c-resultlist__item .c-resultlist__title .textOverflow {
            font-size: 14px;
            height: 39.2px; } }
      .c-resultlist .c-resultlist__item .c-resultlist__title i, .c-resultlist .c-resultlist__item .c-resultlist__title span {
        vertical-align: middle;
        line-height: 1; }
      .c-resultlist .c-resultlist__item .c-resultlist__title i {
        margin-right: .3em;
        font-size: 16px;
        color: #ffa000; }
        @media screen and (min-width: 769px) {
          .c-resultlist .c-resultlist__item .c-resultlist__title i {
            font-size: 20px; } }
      .c-resultlist .c-resultlist__item .c-resultlist__title span {
        text-decoration: underline;
        line-height: 1.6; }
      .c-resultlist .c-resultlist__item .c-resultlist__title a {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        margin-top: 5px; }
        .c-resultlist .c-resultlist__item .c-resultlist__title a:hover {
          opacity: 0.6; }
  .c-resultlist__btn {
    margin-top: 30px; }
    @media screen and (min-width: 769px) {
      .c-resultlist__btn {
        margin-top: 60px; } }
    .c-resultlist__btn--mtb {
      margin: 30px auto; }
      @media screen and (min-width: 769px) {
        .c-resultlist__btn--mtb {
          margin: 60px auto; } }

.list-pager {
  width: 100%;
  text-align: center; }

.no-record {
  width: 100%;
  padding: 100px 30px;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 10px;
  margin-top: 20px; }
  .no-record .icon {
    width: 100%;
    text-align: center;
    font-size: 80px;
    color: #a2b1b9;
    margin-bottom: 30px; }
  .no-record .txt {
    color: #6b6b6b;
    font-size: 18px; }
  @media screen and (min-width: 554px) {
    .no-record {
      padding: 150px 30px; } }
  @media screen and (min-width: 769px) {
    .no-record {
      padding: 180px 30px; } }

.help-text {
  display: flex;
  align-items: center;
  flex-wrap: nowrap; }
  .help-text .icon {
    font-size: 17px;
    padding: 0 0 1px 5px; }

.must {
  margin: 0 5px 0 10px;
  color: #FFFFFF;
  background: #ff6666;
  padding: 2px 8px 1px;
  display: inline-block;
  border-radius: 7px;
  font-weight: normal;
  line-height: 1.0;
  font-size: 11px; }

.m-link-arw {
  padding-left: 12px;
  position: relative;
  line-height: 1.0;
  text-decoration: underline;
  margin-top: 5px;
  display: block; }
  @media screen and (min-width: 769px) {
    .m-link-arw {
      margin-top: 10px; } }
  .m-link-arw::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 0;
    height: 0;
    border-width: 4px 0 4px 5px;
    border-style: solid;
    border-color: transparent transparent transparent #ffa000;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .m-link-arw:hover {
    opacity: 0.6; }

.m-link-external {
  padding-left: 18px;
  position: relative;
  line-height: 1.0;
  text-decoration: underline;
  display: inline-block; }
  @media screen and (min-width: 769px) {
    .m-link-external {
      margin-top: 10px; } }
  .m-link-external::before {
    content: "\e89e";
    font-family: 'Material Icons';
    font-size: 20px;
    color: #ffa000;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    border-width: 4px 0 4px 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .m-link-external:hover {
    opacity: 0.6; }

.m-link-pdf {
  padding-left: 20px;
  position: relative;
  line-height: 1.0;
  text-decoration: underline;
  display: inline-block; }
  @media screen and (min-width: 769px) {
    .m-link-pdf {
      margin-top: 10px; } }
  .m-link-pdf::before {
    content: "\e415";
    font-family: 'Material Icons';
    font-size: 18px;
    color: #ffa000;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    border-width: 4px 0 4px 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .m-link-pdf:hover {
    opacity: 0.6; }

.m-link-tag {
  display: inline-block;
  padding: 0 0 0 24px;
  margin-right: 5px;
  position: relative; }
  @media screen and (min-width: 769px) {
    .m-link-tag {
      margin-right: 25px; } }
  .m-link-tag .icon {
    position: absolute;
    left: 0;
    top: 0.75em;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffa000; }
    .m-link-tag .icon .material-icons {
      font-size: 20px; }
  .m-link-tag a {
    display: inline;
    text-decoration: underline;
    font-size: 12px; }
    @media screen and (min-width: 554px) {
      .m-link-tag a {
        font-size: 13px; } }
    @media screen and (min-width: 769px) {
      .m-link-tag a {
        font-size: 14px; } }
    @media screen and (min-width: 769px) {
      .m-link-tag a:hover {
        opacity: 0.6; } }
  .m-link-tag .num {
    font-size: 12px; }
    @media screen and (min-width: 554px) {
      .m-link-tag .num {
        font-size: 13px; } }
    @media screen and (min-width: 769px) {
      .m-link-tag .num {
        font-size: 14px; } }

.m-category01 {
  text-align: center;
  margin: 0 12px;
  padding: .24em 0;
  border-radius: 4px;
  width: 90px;
  font-size: 11px;
  line-height: 1.0; }
  @media screen and (min-width: 769px) {
    .m-category01 {
      width: 95px;
      padding: .45em 0; } }

.m-category01-color1 {
  background: #ff8a8a;
  border: solid 1px #ff8a8a;
  color: #FFFFFF; }
  @media screen and (min-width: 769px) {
    .m-category01-color1:hover {
      background: #FFFFFF;
      color: #ff8a8a; } }

.m-category01-color2 {
  background: #99cc66;
  border: solid 1px #99cc66;
  color: #FFFFFF; }
  @media screen and (min-width: 769px) {
    .m-category01-color2:hover {
      background: #FFFFFF;
      color: #99cc66; } }

.m-category01-color3 {
  background: #7b7c7e;
  border: solid 1px #7b7c7e;
  color: #FFFFFF; }
  @media screen and (min-width: 769px) {
    .m-category01-color3:hover {
      background: #FFFFFF;
      color: #7b7c7e; } }

.m-link-textlink {
  display: inline-block;
  text-decoration: underline;
  margin: 0 3px; }
  @media screen and (min-width: 769px) {
    .m-link-textlink:hover {
      opacity: 0.6; } }

.m-icon-pickup {
  position: absolute;
  background: #ffa000;
  color: #FFFFFF;
  display: inline-block;
  width: 100px;
  height: 100px;
  font-size: 11px;
  left: -50px;
  top: -50px;
  text-align: center;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg); }
  .m-icon-pickup span {
    position: absolute;
    left: 50%;
    bottom: 7px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }

.m-image-gradation {
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#ffffff));
  background: -webkit-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
  background: -o-linear-gradient(top, #f3f3f3 0%, #ffffff 100%);
  background: linear-gradient(to bottom, #f3f3f3 0%, #ffffff 100%);
  border-radius: 50%;
  overflow: hidden; }

/*----------------------------------------------------
  product-list
----------------------------------------------------*/
#product-list .list-area {
  width: 100%;
  margin-top: 10px;
  min-height: 350px; }
  #product-list .list-area .search-area {
    width: 100%;
    position: relative;
    z-index: 2;
    margin: 0 auto 24px;
    padding: 0 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (min-width: 769px) {
      #product-list .list-area .search-area {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        margin: 0 auto 10px; } }
    #product-list .list-area .search-area .c-filterbox, #product-list .list-area .search-area .c-filterbox2 {
      width: 100%;
      display: inline-block; }
    #product-list .list-area .search-area .c-filterbox2 {
      margin-top: 10px; }
    #product-list .list-area .search-area .list-latest__search {
      width: 100%;
      margin-top: 10px; }
      @media screen and (min-width: 554px) {
        #product-list .list-area .search-area .list-latest__search {
          margin-top: 20px; } }
      @media screen and (min-width: 769px) {
        #product-list .list-area .search-area .list-latest__search {
          margin-top: 0;
          width: 240px;
          margin-left: 20px; } }
      #product-list .list-area .search-area .list-latest__search .search {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border: 1px solid #eee;
        width: 100%;
        height: 100%;
        position: relative; }
        #product-list .list-area .search-area .list-latest__search .search form {
          width: calc(100% - 48px); }
        #product-list .list-area .search-area .list-latest__search .search input[type="text"] {
          font-family: "メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Osaka",Arial,sans-serif;
          padding: 0;
          border: 0;
          width: 100%;
          min-height: 1em;
          font-size: 16px;
          line-height: 1;
          padding: 5px 12px; }
          @media screen and (min-width: 554px) {
            #product-list .list-area .search-area .list-latest__search .search input[type="text"] {
              font-size: 16px;
              padding: 5px 13px; } }
          @media screen and (min-width: 769px) {
            #product-list .list-area .search-area .list-latest__search .search input[type="text"] {
              padding: 8px 10px;
              font-size: 16px; } }
        #product-list .list-area .search-area .list-latest__search .search input[type="text"]::placeholder {
          font-size: 14px;
          color: #cccccc; }
        #product-list .list-area .search-area .list-latest__search .search .searchbtn {
          position: absolute;
          display: block;
          right: 0;
          top: 0;
          height: 100%;
          width: 48px;
          height: 100%;
          border-left: solid 1px #eee; }
          #product-list .list-area .search-area .list-latest__search .search .searchbtn input[type="button"], #product-list .list-area .search-area .list-latest__search .search .searchbtn input[type="submit"] {
            width: 100%;
            height: 100%;
            font-size: 18px; }
            @media screen and (min-width: 554px) {
              #product-list .list-area .search-area .list-latest__search .search .searchbtn input[type="button"], #product-list .list-area .search-area .list-latest__search .search .searchbtn input[type="submit"] {
                font-size: 19px; } }
            @media screen and (min-width: 769px) {
              #product-list .list-area .search-area .list-latest__search .search .searchbtn input[type="button"], #product-list .list-area .search-area .list-latest__search .search .searchbtn input[type="submit"] {
                font-size: 20px; }
                #product-list .list-area .search-area .list-latest__search .search .searchbtn input[type="button"]:hover, #product-list .list-area .search-area .list-latest__search .search .searchbtn input[type="submit"]:hover {
                  opacity: 0.7; } }
      #product-list .list-area .search-area .list-latest__search .search_sel {
        border: 1px solid #ffc856; }
    @media screen and (min-width: 554px) {
      #product-list .list-area .search-area .c-filterbox, #product-list .list-area .search-area .c-filterbox2 {
        width: calc(50% - 5px); }
      #product-list .list-area .search-area .c-filterbox2 {
        margin-top: 0; } }
    @media screen and (min-width: 769px) {
      #product-list .list-area .search-area .c-filterbox {
        width: 500px; }
      #product-list .list-area .search-area .c-filterbox2 {
        width: 240px;
        margin-left: 20px; } }
  #product-list .list-area .product-list {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    margin: 0 -1.25% 0;
    list-style: none; }
    @media screen and (min-width: 769px) {
      #product-list .list-area .product-list {
        padding: 0;
        width: 100%;
        margin: 0; } }
    #product-list .list-area .product-list .list-title-area {
      width: 100%;
      padding: 0 5px 10px;
      display: flex; }
      @media screen and (min-width: 769px) {
        #product-list .list-area .product-list .list-title-area {
          padding: 0 10px 10px; } }
      #product-list .list-area .product-list .list-title-area .list-title {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        padding: 20px 10px;
        font-size: 18px;
        font-weight: bold;
        color: #5e8297;
        background-color: #ecf7ff;
        border-top: 1px solid #b1c8d5;
        border-bottom: 1px solid #b1c8d5; }
        @media screen and (min-width: 769px) {
          #product-list .list-area .product-list .list-title-area .list-title {
            padding: 15px 30px;
            font-size: 24px; } }
      #product-list .list-area .product-list .list-title-area .photo {
        padding: 0;
        max-width: 30%;
        max-height: 170px;
        border-top: 1px solid #b1c8d5;
        border-bottom: 1px solid #b1c8d5;
        background-color: #ecf7ff;
        position: relative; }
        @media screen and (min-width: 554px) {
          #product-list .list-area .product-list .list-title-area .photo {
            max-width: 25%; } }
        @media screen and (min-width: 769px) {
          #product-list .list-area .product-list .list-title-area .photo {
            max-width: 20%; } }
        #product-list .list-area .product-list .list-title-area .photo img {
          width: 100%;
          height: 100%;
          object-fit: cover;
          /*mix-blend-mode: multiply;*/ }
        #product-list .list-area .product-list .list-title-area .photo:after {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          background-image: linear-gradient(270deg, transparent 0 60%, #ecf7ff 100%); }
    #product-list .list-area .product-list .items {
      width: 100%;
      display: flex;
      flex-wrap: wrap; }
      #product-list .list-area .product-list .items .item {
        width: 47.5%;
        margin: 0 1.25% 30px;
        padding: 0; }
        @media screen and (min-width: 769px) {
          #product-list .list-area .product-list .items .item {
            max-width: 277px;
            width: 23.0%;
            margin: 0 1% 3%; } }
  @media screen and (min-width: 769px) and (min-width: 1300px) {
    #product-list .list-area .product-list .items .item {
      width: 18%;
      margin: 0 1% 3%; } }
  @media screen and (min-width: 769px) and (min-width: 1600px) {
    #product-list .list-area .product-list .items .item {
      width: 14.66%;
      margin: 0 1% 3%; } }

        #product-list .list-area .product-list .items .item .item-img {
          position: relative;
          height: 200px;
          overflow: hidden;
          border: 1px solid #efefef; }
          #product-list .list-area .product-list .items .item .item-img img {
            position: absolute;
            /*top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            max-width: initial;*/
            height: 100%;
            object-fit: cover;
            vertical-align: top;
            /*border: 1px solid #dddddd;*/
            transition: 1s all; }
            #product-list .list-area .product-list .items .item .item-img img:hover {
              transform: scale(1.1, 1.1);
              transition: 1s all; }
          #product-list .list-area .product-list .items .item .item-img .favorite {
            position: absolute;
            top: 3px;
            right: 3px;
            color: #ff005c;
            font-size: 20px; }
        #product-list .list-area .product-list .items .item .item-txt {
          margin: 10px 0 0 0;
          padding: 0; }
          #product-list .list-area .product-list .items .item .item-txt .title {
            font-weight: bold;
            font-size: 16px;
            max-height: 95px;
            overflow: hidden;
            text-overflow: ellipsis;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 4; }
          #product-list .list-area .product-list .items .item .item-txt .text {
            margin-top: 5px; }
          #product-list .list-area .product-list .items .item .item-txt .price {
            font-weight: bold;
            color: #30749c; }
        #product-list .list-area .product-list .items .item a {
          cursor: pointer; }
  @media screen and (min-width: 769px) {
    #product-list .list-area .product-list-width-side-category {
      width: calc(100% - 200px); }
      #product-list .list-area .product-list-width-side-category .items .item {
        max-width: 277px;
        width: 23.0%;
        margin: 0 1% 3%; } }
    @media screen and (min-width: 769px) and (min-width: 1500px) {
      #product-list .list-area .product-list-width-side-category .items .item {
        width: 18%;
        margin: 0 1% 3%; } }
    @media screen and (min-width: 769px) and (min-width: 1800px) {
      #product-list .list-area .product-list-width-side-category .items .item {
        width: 14.66%;
        margin: 0 1% 3%; } }

  @media screen and (min-width: 769px) {
    #product-list .list-area .no-record-width-side-category {
      margin: 0 10px; } }
  #product-list .list-area .more {
    display: inline-block;
    width: 100%;
    padding: 0 10px 30px 0; }
    #product-list .list-area .more a {
      color: #666666;
      font-size: 14px;
      cursor: pointer;
      width: 150px;
      height: 30px;
      float: right;
      text-align: center;
      padding: 4px 10px 3px;
      border-radius: 20px;
      border: 1px solid #aaaaaa;
      box-shadow: 1px 1px 0 0 #000000;
      margin: 0 1px 1px 0; }
      #product-list .list-area .more a:hover {
        color: #ffffff;
        background-color: #ffa64b;
        border: 1px solid #ffa64b; }
      #product-list .list-area .more a:active {
        color: #ffffff;
        background-color: #ffa64b;
        border: 1px solid #ffa64b;
        margin: 1px 0 0 1px;
        box-shadow: none; }

/*----------------------------------------------------
  goods
----------------------------------------------------*/
#goods .c-pagetitle span {
  display: inline-block;
  background: #ff6666;
  font-weight: bold;
  margin: 5px 0 0;
  padding: 5px 12px;
  color: #FFFFFF;
  min-width: 260px;
  font-size: 18px;
  border-radius: 4px; }
  @media screen and (min-width: 769px) {
    #goods .c-pagetitle span {
      min-width: 360px;
      font-size: 24px; } }
#goods .product-area {
  display: inline-block;
  width: 100%;
  max-width: 1280px;
  position: relative;
  /* ▼画像スワイプ領域 ---------------------------------------------------------------------- */
  /* ▲画像スワイプ領域 ---------------------------------------------------------------------- */ }
  #goods .product-area .image-swiper-view-area {
    position: relative;
    margin-top: 10px;
    border: none;
    width: calc(100% + 10px);
    margin-left: -5px;
    margin-right: -5px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    /*ページ番号*/ }
    @media screen and (min-width: 554px) {
      #goods .product-area .image-swiper-view-area {
        width: 100%;
        margin-left: 0;
        margin-right: 0; } }
    @media screen and (min-width: 769px) {
      #goods .product-area .image-swiper-view-area {
        width: 40%;
        margin-right: 30px;
        float: left; } }
    #goods .product-area .image-swiper-view-area .swiper {
      width: 100%;
      height: 300px;
      margin-left: auto;
      margin-right: auto; }
    #goods .product-area .image-swiper-view-area .swiper-slide {
      text-align: center;
      font-size: 18px;
      /*background-color: #f3f3f3;*/
      /* Center slide text vertically */
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      -webkit-justify-content: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      align-items: center; }
      #goods .product-area .image-swiper-view-area .swiper-slide img {
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover; }
    #goods .product-area .image-swiper-view-area .main-slider {
      width: 100%;
      height: 350px;
      --swiper-navigation-color: #fff;
      --swiper-pagination-color: #fff; }
      @media screen and (min-width: 554px) {
        #goods .product-area .image-swiper-view-area .main-slider {
          height: 370px;
          border: 1px solid #e0e0e0; } }
      @media screen and (min-width: 769px) {
        #goods .product-area .image-swiper-view-area .main-slider {
          height: 400px;
          border: 1px solid #e0e0e0; } }
      #goods .product-area .image-swiper-view-area .main-slider .swiper-slide img {
        object-fit: contain; }
      #goods .product-area .image-swiper-view-area .main-slider .swiper-button-next, #goods .product-area .image-swiper-view-area .main-slider .swiper-button-prev {
        text-shadow: 0px 0px 2px #000000b3;
        width: 44px;
        height: 58px; }
        #goods .product-area .image-swiper-view-area .main-slider .swiper-button-next:hover, #goods .product-area .image-swiper-view-area .main-slider .swiper-button-prev:hover {
          background-color: #ffffff69;
          border-radius: 8px; }
    #goods .product-area .image-swiper-view-area .sub-slider {
      height: 80px;
      box-sizing: border-box;
      padding: 10px 0 5px; }
      @media screen and (min-width: 554px) {
        #goods .product-area .image-swiper-view-area .sub-slider {
          height: 90px; } }
      @media screen and (min-width: 769px) {
        #goods .product-area .image-swiper-view-area .sub-slider {
          height: 100px; } }
      #goods .product-area .image-swiper-view-area .sub-slider .swiper-slide {
        width: auto; }
        #goods .product-area .image-swiper-view-area .sub-slider .swiper-slide img {
          object-fit: cover; }
      #goods .product-area .image-swiper-view-area .sub-slider .swiper-slide-thumb-active {
        opacity: 1; }
      #goods .product-area .image-swiper-view-area .sub-slider .swiper-slide-active img {
        box-sizing: border-box;
        border: 2px solid #ffffff;
        box-shadow: 0 0 3px 2px #ff9800; }
    #goods .product-area .image-swiper-view-area .swiper-pagination-bullet {
      width: 20px;
      height: 20px;
      text-align: center;
      line-height: 20px;
      font-size: 12px;
      color: #ffffff9e;
      opacity: 1;
      background-color: rgba(0, 0, 0, 0.2);
      box-shadow: 0 0 1px 1px #ffffff96; }
    #goods .product-area .image-swiper-view-area .swiper-pagination-bullet-active {
      color: #fff;
      background-color: #007aff; }
    #goods .product-area .image-swiper-view-area .control {
      position: absolute;
      left: -46px;
      top: 0px;
      display: none;
      flex-wrap: wrap;
      flex-direction: column;
      align-items: center;
      border: 1px solid #e0e0e0;
      padding: 3px; }
      @media screen and (min-width: 769px) {
        #goods .product-area .image-swiper-view-area .control {
          display: flex; } }
      #goods .product-area .image-swiper-view-area .control .expansion, #goods .product-area .image-swiper-view-area .control .zoom-in {
        width: 35px;
        height: 35px;
        cursor: pointer;
        background-color: #eeeeee;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 1px; }
        #goods .product-area .image-swiper-view-area .control .expansion:hover, #goods .product-area .image-swiper-view-area .control .zoom-in:hover {
          color: #ffffff;
          background-color: #ffa000; }
      #goods .product-area .image-swiper-view-area .control .keymap {
        margin-bottom: 3px;
        width: 35px;
        height: 35px;
        cursor: help;
        background-color: #edeccd;
        display: flex;
        align-items: center;
        justify-content: center; }
  #goods .product-area .detail-area {
    width: 100%;
    margin-top: 10px; }
    @media screen and (min-width: 769px) {
      #goods .product-area .detail-area {
        width: calc(60% - 30px);
        float: left; } }
    #goods .product-area .detail-area .title {
      width: 100%;
      font-size: 20px;
      font-weight: bold;
      -webkit-user-select: text;
      -moz-user-select: text;
      -ms-user-select: text;
      user-select: text; }
      @media screen and (min-width: 769px) {
        #goods .product-area .detail-area .title {
          font-size: 26px; } }
    #goods .product-area .detail-area .tag-area {
      display: flex;
      flex-wrap: wrap;
      margin-top: 5px; }
      #goods .product-area .detail-area .tag-area .tag-title {
        float: left;
        width: 80px;
        background-color: #eeeeee;
        text-align: center;
        margin: 3px 0;
        font-size: 12px;
        line-height: 1.9;
        border-radius: 5px; }
        @media screen and (min-width: 554px) {
          #goods .product-area .detail-area .tag-area .tag-title {
            width: 100px; } }
        @media screen and (min-width: 769px) {
          #goods .product-area .detail-area .tag-area .tag-title {
            width: 120px; } }
      #goods .product-area .detail-area .tag-area .tag {
        float: left;
        width: calc(100% - 80px);
        margin: 3px 0;
        padding-left: 10px; }
        @media screen and (min-width: 554px) {
          #goods .product-area .detail-area .tag-area .tag {
            width: calc(100% - 100px); } }
        @media screen and (min-width: 769px) {
          #goods .product-area .detail-area .tag-area .tag {
            width: calc(100% - 120px); } }
        #goods .product-area .detail-area .tag-area .tag .size-tag {
          width: 100%; }
          #goods .product-area .detail-area .tag-area .tag .size-tag .size-item {
            width: 100%;
            display: flex;
            flex-wrap: nowrap;
            margin-bottom: 3px; }
            #goods .product-area .detail-area .tag-area .tag .size-tag .size-item .size-name {
              width: 100px;
              text-align: center;
              background-color: #f3f1df;
              float: left;
              margin-right: 10px;
              white-space: nowrap;
              font-size: 12px;
              padding: 3px;
              border-radius: 10px 0 0 10px; }
            #goods .product-area .detail-area .tag-area .tag .size-tag .size-item .size-stock {
              width: 80px;
              float: left;
              display: flex;
              flex-wrap: nowrap;
              align-items: center;
              padding-top: 2px; }
              #goods .product-area .detail-area .tag-area .tag .size-tag .size-item .size-stock input[type="radio"] {
                width: 20px;
                height: 20px;
                border-radius: 50%; }
              #goods .product-area .detail-area .tag-area .tag .size-tag .size-item .size-stock p {
                line-height: 1px;
                padding-left: 10px; }
        #goods .product-area .detail-area .tag-area .tag .color-tag {
          display: flex;
          flex-wrap: wrap;
          padding: 0 10px 10px 5px; }
          #goods .product-area .detail-area .tag-area .tag .color-tag .color-item {
            width: 25px;
            height: 25px;
            border: 1px solid #afafaf;
            border-radius: 50%;
            margin: 0 20px 5px 0;
            cursor: pointer; }
          #goods .product-area .detail-area .tag-area .tag .color-tag .current {
            border: 3px solid #ffffff;
            margin: 0 20px 0 0;
            box-shadow: #ffa500 0px 0px 0px 3px; }
        #goods .product-area .detail-area .tag-area .tag .color-name-tag {
          display: flex;
          flex-wrap: wrap;
          padding: 0 10px 10px 5px; }
          #goods .product-area .detail-area .tag-area .tag .color-name-tag .color-item {
            width: 100%;
            display: flex;
            align-items: center;
            padding: 2px 5px;
            border: 3px solid #ffffff;
            cursor: pointer; }
            @media screen and (min-width: 554px) {
              #goods .product-area .detail-area .tag-area .tag .color-name-tag .color-item {
                width: 50%; } }
            @media screen and (min-width: 769px) {
              #goods .product-area .detail-area .tag-area .tag .color-name-tag .color-item {
                width: 50%; } }
            #goods .product-area .detail-area .tag-area .tag .color-name-tag .color-item .color {
              width: 25px !important;
              height: 25px !important;
              border: 1px solid #afafaf;
              border-radius: 50%;
              margin-right: 7px; }
            #goods .product-area .detail-area .tag-area .tag .color-name-tag .color-item .name {
              white-space: nowrap; }
          #goods .product-area .detail-area .tag-area .tag .color-name-tag .current .color {
            border: 1px solid #ffffff;
            box-shadow: #ffa500 0px 0px 0px 3px; }
        #goods .product-area .detail-area .tag-area .tag .color-thumbnail-tag {
          display: flex;
          flex-wrap: wrap;
          padding: 0 0 0 3px; }
          #goods .product-area .detail-area .tag-area .tag .color-thumbnail-tag .color-item {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            width: 60px;
            height: 50px;
            border-radius: 2px;
            margin: 0 5px 5px 0;
            cursor: pointer;
            padding: 1px; }
            @media screen and (min-width: 554px) {
              #goods .product-area .detail-area .tag-area .tag .color-thumbnail-tag .color-item {
                width: 70px;
                margin: 0 10px 5px 0; } }
            @media screen and (min-width: 769px) {
              #goods .product-area .detail-area .tag-area .tag .color-thumbnail-tag .color-item {
                width: 80px;
                margin: 0 20px 5px 0; } }
            #goods .product-area .detail-area .tag-area .tag .color-thumbnail-tag .color-item img {
              width: 100%;
              height: 100%;
              object-fit: cover; }
          #goods .product-area .detail-area .tag-area .tag .color-thumbnail-tag .current {
            box-shadow: #ffa500 0px 0px 0px 3px; }
    #goods .product-area .detail-area .command-area {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      flex-wrap: wrap;
      margin: 15px 5px; }
      @media screen and (min-width: 554px) {
        #goods .product-area .detail-area .command-area {
          margin: 15px 10px; } }
      @media screen and (min-width: 769px) {
        #goods .product-area .detail-area .command-area {
          margin: 20px 15px; } }
      #goods .product-area .detail-area .command-area .favorite-area {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        flex-wrap: wrap;
        flex-direction: row; }
        #goods .product-area .detail-area .command-area .favorite-area .favorite-count {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-wrap: nowrap; }
          #goods .product-area .detail-area .command-area .favorite-area .favorite-count .favorite {
            color: #f11b50b3;
            font-size: 20px;
            line-height: 20px;
            padding-bottom: 2px;
            text-shadow: 0px 0px 2px #ffffff8a; }
          #goods .product-area .detail-area .command-area .favorite-area .favorite-count .count {
            color: #f11b50b3;
            font-size: 20px;
            line-height: 20px;
            font-weight: bold;
            padding: 0 0 0 3px;
            text-shadow: 0px 0px 2px #ffffff8a; }
        #goods .product-area .detail-area .command-area .favorite-area .my-favorite {
          display: flex;
          align-items: center;
          justify-content: center;
          flex-wrap: nowrap;
          width: 140px;
          height: 26px;
          color: #ffa000;
          background-color: #ffffff8f;
          border: 1px solid #ffa000;
          border-radius: 15px;
          cursor: pointer;
          margin-left: 15px; }
          #goods .product-area .detail-area .command-area .favorite-area .my-favorite .favorite {
            font-size: 20px;
            line-height: 20px; }
          #goods .product-area .detail-area .command-area .favorite-area .my-favorite .txt {
            font-size: 14px;
            line-height: 14px;
            padding: 0 0 0 3px;
            overflow: hidden; }
          #goods .product-area .detail-area .command-area .favorite-area .my-favorite:hover {
            color: #ffffff;
            background-color: #ffa000;
            border: 1px solid #ffa000; }
        #goods .product-area .detail-area .command-area .favorite-area .favorited {
          color: #ffffff;
          background-color: #f11b50b3;
          border: 1px solid #f11b50b3; }
    #goods .product-area .detail-area .price-area {
      display: inline-block;
      width: 100%;
      border-top: 1px solid #efefef;
      border-bottom: 1px solid #efefef;
      padding: 15px; }
      #goods .product-area .detail-area .price-area .price-title {
        float: left;
        padding-top: 10px; }
      #goods .product-area .detail-area .price-area .price {
        float: left;
        font-size: 26px;
        font-weight: bold; }
        #goods .product-area .detail-area .price-area .price .delivery-fee {
          width: 100%;
          font-size: 14px;
          font-weight: normal; }
          #goods .product-area .detail-area .price-area .price .delivery-fee a {
            display: inline-block;
            text-decoration: underline; }
    #goods .product-area .detail-area .cartin-area {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      padding: 15px 5px;
      background-color: #f7f7f1;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none; }
      @media screen and (min-width: 554px) {
        #goods .product-area .detail-area .cartin-area {
          padding: 15px 10px; } }
      @media screen and (min-width: 769px) {
        #goods .product-area .detail-area .cartin-area {
          padding: 15px; } }
      #goods .product-area .detail-area .cartin-area .buy-count .special {
        padding: 10px;
        font-size: 18px;
        color: #b52020;
        background-color: #ffeaea;
        border: 2px solid #b18f8f;
        border-radius: 5px;
        margin-right: 10px; }
      #goods .product-area .detail-area .cartin-area .buy-count .count-title {
        float: left;
        width: 70px;
        padding-top: 6px; }
        @media screen and (min-width: 769px) {
          #goods .product-area .detail-area .cartin-area .buy-count .count-title {
            width: 80px;
            padding-top: 6px; } }
      #goods .product-area .detail-area .cartin-area .buy-count .count-select {
        min-width: 60px;
        height: 30px;
        margin-top: 2px;
        border: 1px solid #888888;
        border-radius: 8px;
        padding: 0 7px;
        font-size: 18px; }
      #goods .product-area .detail-area .cartin-area .btn-area {
        display: flex;
        align-items: center; }
        #goods .product-area .detail-area .cartin-area .btn-area .button {
          color: #ffffff;
          background-color: #1da30f;
          text-align: center;
          font-weight: bold;
          padding: 5px;
          border-radius: 5px;
          float: right;
          font-size: 15px;
          width: 120px;
          cursor: pointer; }
          @media screen and (min-width: 554px) {
            #goods .product-area .detail-area .cartin-area .btn-area .button {
              font-size: 16px;
              width: 140px; } }
          @media screen and (min-width: 769px) {
            #goods .product-area .detail-area .cartin-area .btn-area .button {
              font-size: 18px;
              width: 180px; } }
          #goods .product-area .detail-area .cartin-area .btn-area .button:hover {
            opacity: 0.7; }
        #goods .product-area .detail-area .cartin-area .btn-area .b-inactive {
          background-color: #cccccc;
          cursor: default; }
          #goods .product-area .detail-area .cartin-area .btn-area .b-inactive:hover {
            opacity: 1; }
    #goods .product-area .detail-area .inform-area {
      display: inline-block;
      width: 100%;
      padding: 15px;
      background-color: #f1f1f1;
      border: 2px solid #bfbfbf;
      border-radius: 7px;
      padding: 15px;
      margin-top: 20px; }
      #goods .product-area .detail-area .inform-area .inform {
        font-size: 16px; }
#goods .description-area {
  width: 100%;
  max-width: 1280px;
  margin-top: 20px;
  text-align: center;
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }
  #goods .description-area .description-block {
    display: inline-block;
    width: 95%;
    margin-bottom: 30px; }
    @media screen and (min-width: 769px) {
      #goods .description-area .description-block {
        width: 80%;
        margin-bottom: 40px; } }
    #goods .description-area .description-block .image-center-area {
      display: inline-block;
      width: 100%; }
      #goods .description-area .description-block .image-center-area .image {
        display: inline-block;
        max-width: 100%;
        /*border: 1px solid #fff0f0;*/
        margin-bottom: 10px;
        position: relative; }
        #goods .description-area .description-block .image-center-area .image img {
          vertical-align: top;
          border: 0; }
      #goods .description-area .description-block .image-center-area .description {
        display: inline-block;
        width: 100%;
        white-space: pre-line;
        /*border: 1px dashed #f1f1f1;*/
        text-align: left; }
    #goods .description-area .description-block .image-left-area {
      display: inline-block;
      width: 100%; }
      #goods .description-area .description-block .image-left-area .image {
        display: inline-block;
        max-width: 100%;
        /*border: 1px solid #fff0f0;*/
        margin-bottom: 10px;
        position: relative; }
        @media screen and (min-width: 769px) {
          #goods .description-area .description-block .image-left-area .image {
            width: 40%;
            margin-right: 20px;
            float: left; } }
        #goods .description-area .description-block .image-left-area .image img {
          max-width: fit-content;
          vertical-align: top;
          border: 0; }
      #goods .description-area .description-block .image-left-area .description {
        display: inline-block;
        width: 100%;
        white-space: pre-line;
        /*border: 1px dashed #f1f1f1;*/
        text-align: left; }
        @media screen and (min-width: 769px) {
          #goods .description-area .description-block .image-left-area .description {
            width: calc(60% - 20px);
            float: left; } }
    #goods .description-area .description-block .image-right-area {
      display: inline-block;
      width: 100%; }
      #goods .description-area .description-block .image-right-area .image {
        display: inline-block;
        max-width: 100%;
        /*border: 1px solid #fff0f0;*/
        margin-bottom: 10px;
        position: relative; }
        @media screen and (min-width: 769px) {
          #goods .description-area .description-block .image-right-area .image {
            width: 40%;
            margin-left: 20px;
            float: right; } }
        #goods .description-area .description-block .image-right-area .image img {
          max-width: fit-content;
          vertical-align: top;
          border: 0; }
      #goods .description-area .description-block .image-right-area .description {
        display: inline-block;
        width: 100%;
        white-space: pre-line;
        /*border: 1px dashed #f1f1f1;*/
        text-align: left; }
        @media screen and (min-width: 769px) {
          #goods .description-area .description-block .image-right-area .description {
            width: calc(60% - 20px);
            float: right; } }

/*----------------------------------------------------
  cart
----------------------------------------------------*/
#cart .c-pagetitle span {
  display: inline-block;
  background: #ff6666;
  font-weight: bold;
  margin: 5px 0 0;
  padding: 5px 12px;
  color: #FFFFFF;
  min-width: 260px;
  font-size: 18px;
  border-radius: 4px; }
  @media screen and (min-width: 769px) {
    #cart .c-pagetitle span {
      min-width: 360px;
      font-size: 24px; } }
#cart .item-area {
  width: 100%;
  display: inline-block; }
  #cart .item-area .item-list {
    width: 100%;
    display: inline-block; }
    #cart .item-area .item-list .item {
      width: 100%;
      display: flex;
      flex-wrap: nowrap;
      justify-content: space-between;
      margin-top: 10px;
      border-bottom: 1px solid #eeeeee; }
      #cart .item-area .item-list .item .summary {
        display: flex;
        width: 100%; }
        @media screen and (min-width: 554px) {
          #cart .item-area .item-list .item .summary {
            width: 85%; } }
        @media screen and (min-width: 769px) {
          #cart .item-area .item-list .item .summary {
            width: 90%; } }
        #cart .item-area .item-list .item .summary .item-img {
          position: relative;
          height: 150px;
          width: 20%;
          max-width: 150px;
          min-width: 70px;
          cursor: pointer; }
          @media screen and (min-width: 554px) {
            #cart .item-area .item-list .item .summary .item-img {
              max-width: 150px;
              min-width: 120px; } }
          @media screen and (min-width: 769px) {
            #cart .item-area .item-list .item .summary .item-img {
              max-width: 150px;
              min-width: 150px; } }
          #cart .item-area .item-list .item .summary .item-img img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
            max-width: initial;
            height: 100%;
            object-fit: cover;
            vertical-align: top;
            border: 0; }
        #cart .item-area .item-list .item .summary .contents {
          width: 100%;
          margin-left: 10px;
          display: flex;
          flex-direction: column;
          justify-content: space-between; }
          #cart .item-area .item-list .item .summary .contents .info {
            display: inline-block; }
            #cart .item-area .item-list .item .summary .contents .info .title {
              font-size: 16px;
              width: fit-content; }
              #cart .item-area .item-list .item .summary .contents .info .title a {
                text-decoration: none;
                cursor: pointer; }
            #cart .item-area .item-list .item .summary .contents .info .price2 {
              display: inline-block;
              width: 100%;
              text-align: left;
              font-weight: bold;
              font-size: 18px;
              white-space: nowrap; }
              @media screen and (min-width: 554px) {
                #cart .item-area .item-list .item .summary .contents .info .price2 {
                  display: none; } }
              @media screen and (min-width: 769px) {
                #cart .item-area .item-list .item .summary .contents .info .price2 {
                  display: none; } }
          #cart .item-area .item-list .item .summary .contents .option {
            display: flex;
            width: 100%;
            margin: 5px 0 10px; }
            #cart .item-area .item-list .item .summary .contents .option .tag {
              padding: 0px 10px;
              color: #666666;
              background-color: #efefef;
              border: 1px solid #888888;
              font-size: 11px;
              border-radius: 0 5px 0 0;
              margin-right: 10px; }
            #cart .item-area .item-list .item .summary .contents .option .no-delivery-buy {
              color: #af3d67;
              background-color: #ffe6ef;
              border: 1px solid #e7cdd7; }
            #cart .item-area .item-list .item .summary .contents .option .maker-direct-send {
              color: #877d24;
              background-color: #fffcdd;
              border: 1px solid #efedd6; }
            #cart .item-area .item-list .item .summary .contents .option .request-only {
              color: #0db0f7;
              background-color: #e8f8ff;
              border: 1px solid #d6e9f1; }
          #cart .item-area .item-list .item .summary .contents .control {
            display: flex;
            align-items: center;
            width: 100%;
            padding: 5px 0;
            font-size: 14px; }
            #cart .item-area .item-list .item .summary .contents .control .count-title {
              width: 70px; }
            #cart .item-area .item-list .item .summary .contents .control .count-select {
              min-width: 60px;
              height: 26px;
              margin: 0 10px 0 0;
              border: 1px solid #888888;
              border-radius: 8px;
              padding: 0 7px;
              font-size: 16px; }
              @media screen and (min-width: 554px) {
                #cart .item-area .item-list .item .summary .contents .control .count-select {
                  margin: 0 20px 0 0; } }
              @media screen and (min-width: 769px) {
                #cart .item-area .item-list .item .summary .contents .control .count-select {
                  margin: 0 20px 0 0; } }
            #cart .item-area .item-list .item .summary .contents .control .btn {
              display: flex;
              align-items: center;
              color: #ffffff;
              background-color: #837268;
              font-size: 12px;
              padding: 2px 10px 1px;
              border-radius: 4px;
              cursor: pointer;
              margin: 0 10px 0 0; }
              #cart .item-area .item-list .item .summary .contents .control .btn .ico {
                font-size: 15px;
                margin-bottom: 1px;
                padding-right: 5px; }
              #cart .item-area .item-list .item .summary .contents .control .btn:hover {
                opacity: 0.8; }
              #cart .item-area .item-list .item .summary .contents .control .btn:active {
                margin: 1px 11px 1px 1px;
                padding: 1px 9px 0; }
            #cart .item-area .item-list .item .summary .contents .control .del {
              background-color: #c10000; }
            #cart .item-area .item-list .item .summary .contents .control .request {
              background-color: #006bb7; }
            #cart .item-area .item-list .item .summary .contents .control .disabled {
              background-color: #cccccc;
              pointer-events: none; }
      #cart .item-area .item-list .item .price {
        width: 0;
        display: none;
        text-align: right;
        font-weight: bold;
        font-size: 18px;
        white-space: nowrap; }
        @media screen and (min-width: 554px) {
          #cart .item-area .item-list .item .price {
            display: block;
            width: 15%; } }
        @media screen and (min-width: 769px) {
          #cart .item-area .item-list .item .price {
            display: block;
            width: 10%; } }
#cart .summary-area {
  margin-top: 10px;
  width: 100%; }
  #cart .summary-area .summary {
    width: 100%;
    display: inline-block;
    background-color: #dedede;
    border: 1px solid #d8d8d8;
    border-radius: 8px;
    padding: 5px 5px 0 5px; }
    #cart .summary-area .summary .title {
      float: left;
      padding: 10px; }
    #cart .summary-area .summary .comment {
      float: right;
      padding: 10px; }
    #cart .summary-area .summary .price {
      float: right;
      padding: 10px;
      font-weight: bold;
      font-size: 18px;
      line-height: 24px; }
  #cart .summary-area .button-area {
    width: 100%; }
    #cart .summary-area .button-area .button {
      padding: 5px;
      width: 200px;
      text-align: center;
      float: right;
      border-radius: 10px;
      color: #ffffff;
      background-color: #1da30f;
      font-size: 20px;
      font-weight: bold; }
      #cart .summary-area .button-area .button:hover {
        opacity: 0.7; }

/*----------------------------------------------------
  shopping
----------------------------------------------------*/
#shopping .c-pagetitle span {
  display: inline-block;
  background: #ff6666;
  font-weight: bold;
  margin: 5px 0 0;
  padding: 5px 12px;
  color: #FFFFFF;
  min-width: 260px;
  font-size: 18px;
  border-radius: 4px; }
  @media screen and (min-width: 769px) {
    #shopping .c-pagetitle span {
      min-width: 360px;
      font-size: 24px; } }
#shopping .info-area {
  width: 100%;
  float: left;
  display: inline-block;
  margin-top: 20px; }
  @media screen and (min-width: 769px) {
    #shopping .info-area {
      width: 70%;
      margin-right: 10px; } }
  #shopping .info-area .area-title {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #d4d4d4;
    position: relative; }
    @media screen and (min-width: 769px) {
      #shopping .info-area .area-title {
        font-size: 22px; } }
    #shopping .info-area .area-title .delivery-edit {
      display: inline-block;
      position: absolute;
      top: 0;
      right: 10px;
      padding: 2px 10px 1px 10px;
      font-size: 12px;
      font-weight: normal;
      width: 90px;
      color: #ffffff;
      background-color: #353535;
      text-align: center;
      border-radius: 5px;
      cursor: pointer; }
      @media screen and (min-width: 769px) {
        #shopping .info-area .area-title .delivery-edit {
          font-size: 14px; } }
      #shopping .info-area .area-title .delivery-edit:hover {
        color: #ffffff;
        background-color: #1da30f; }
  #shopping .info-area .product-area {
    width: 100%;
    margin-bottom: 20px; }
    #shopping .info-area .product-area .item {
      width: 100%;
      display: flex;
      margin-bottom: 6px;
      border-bottom: 1px solid #e6e6e6; }
      #shopping .info-area .product-area .item .img {
        position: relative;
        height: 120px;
        width: 20%;
        max-width: 100px;
        min-width: 70px; }
        @media screen and (min-width: 554px) {
          #shopping .info-area .product-area .item .img {
            max-width: 100px;
            min-width: 100px; } }
        @media screen and (min-width: 769px) {
          #shopping .info-area .product-area .item .img {
            max-width: 120px;
            min-width: 120px; } }
        #shopping .info-area .product-area .item .img img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          max-width: initial;
          height: 100%;
          object-fit: cover;
          vertical-align: top;
          border: 0; }
      #shopping .info-area .product-area .item .summary {
        padding-left: 10px; }
        #shopping .info-area .product-area .item .summary .price {
          font-weight: bold;
          font-size: 18px; }
        #shopping .info-area .product-area .item .summary .count {
          font-size: 14px; }
        #shopping .info-area .product-area .item .summary .option {
          display: flex;
          width: 100%;
          margin-bottom: 5px; }
          #shopping .info-area .product-area .item .summary .option .tag {
            padding: 0 7px;
            color: #666666;
            background-color: #efefef;
            border: 1px solid #888888;
            font-size: 12px;
            margin-right: 10px; }
          #shopping .info-area .product-area .item .summary .option .no-delivery-buy {
            color: #af3d67;
            background-color: #ffe6ef;
            border: 1px solid #af3d674f; }
          #shopping .info-area .product-area .item .summary .option .maker-direct-send {
            color: #877d24;
            background-color: #fffcdd;
            border: 1px solid #877d2466; }
          #shopping .info-area .product-area .item .summary .option .request-only {
            color: #0db0f7;
            background-color: #e8f8ff;
            border: 1px solid #d6e9f1; }
  #shopping .info-area .customer-area {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 0; }
  #shopping .info-area .delivery-area {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 0; }
  #shopping .info-area .delivery-area-choice {
    display: none;
    width: 100%;
    padding: 10px 0;
    margin-bottom: 20px; }
    #shopping .info-area .delivery-area-choice .delivery-one {
      width: 100%;
      display: flex;
      align-items: center;
      justify-content: space-between;
      border: 1px solid #efefef;
      border-radius: 5px;
      padding: 10px;
      margin-bottom: 10px; }
      #shopping .info-area .delivery-area-choice .delivery-one .info {
        width: calc(100% - 80px); }
        #shopping .info-area .delivery-area-choice .delivery-one .info .line {
          width: 100%; }
      #shopping .info-area .delivery-area-choice .delivery-one .btn {
        width: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #444444;
        color: #ffffff;
        border-radius: 7px;
        cursor: pointer; }
        #shopping .info-area .delivery-area-choice .delivery-one .btn:hover {
          opacity: 0.8; }
      #shopping .info-area .delivery-area-choice .delivery-one:hover {
        border: 1px solid #7f7f7f; }
    #shopping .info-area .delivery-area-choice .selected {
      border: 2px solid #232323;
      background-color: #f1f1f1; }
      #shopping .info-area .delivery-area-choice .selected .btn {
        cursor: default;
        pointer-events: none;
        background-color: #cdcdcd; }
      #shopping .info-area .delivery-area-choice .selected:hover {
        border: 2px solid #232323; }
    #shopping .info-area .delivery-area-choice .delivery-add {
      width: 100%; }
      #shopping .info-area .delivery-area-choice .delivery-add .btn {
        width: 200px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #444444;
        color: #ffffff;
        border-radius: 7px;
        cursor: pointer; }
        #shopping .info-area .delivery-area-choice .delivery-add .btn .ico {
          font-size: 16px;
          padding-right: 5px; }
        #shopping .info-area .delivery-area-choice .delivery-add .btn:hover {
          opacity: 0.8; }
    #shopping .info-area .delivery-area-choice .delivery-area-add {
      display: none;
      width: 100%;
      align-items: center;
      justify-content: space-around;
      flex-wrap: wrap;
      padding: 10px;
      border: 2px solid #666666;
      border-radius: 5px; }
      #shopping .info-area .delivery-area-choice .delivery-area-add .info {
        width: 100%;
        display: flex;
        flex-wrap: wrap; }
        @media screen and (min-width: 554px) {
          #shopping .info-area .delivery-area-choice .delivery-area-add .info {
            width: 100%; } }
        @media screen and (min-width: 769px) {
          #shopping .info-area .delivery-area-choice .delivery-area-add .info {
            width: calc(100% - 120px); } }
        #shopping .info-area .delivery-area-choice .delivery-area-add .info .item {
          display: inline-block;
          width: 100%;
          padding: 5px 0; }
          @media screen and (min-width: 554px) {
            #shopping .info-area .delivery-area-choice .delivery-area-add .info .item {
              display: flex;
              align-items: center; } }
          @media screen and (min-width: 769px) {
            #shopping .info-area .delivery-area-choice .delivery-area-add .info .item {
              display: flex;
              align-items: center; } }
          #shopping .info-area .delivery-area-choice .delivery-area-add .info .item .caption {
            width: 100px;
            white-space: nowrap; }
          #shopping .info-area .delivery-area-choice .delivery-area-add .info .item .zip {
            width: 100px; }
          #shopping .info-area .delivery-area-choice .delivery-area-add .info .item .address {
            width: 100%; }
            @media screen and (min-width: 554px) {
              #shopping .info-area .delivery-area-choice .delivery-area-add .info .item .address {
                width: 50%; } }
            @media screen and (min-width: 769px) {
              #shopping .info-area .delivery-area-choice .delivery-area-add .info .item .address {
                width: 50%; } }
          #shopping .info-area .delivery-area-choice .delivery-area-add .info .item input {
            font-family: "メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Osaka",Arial,sans-serif;
            font-size: 16px;
            background-color: #f3f3f3;
            padding: 3px 7px;
            border: 1px solid #cecece;
            border-radius: 5px;
            margin-right: 5px; }
          #shopping .info-area .delivery-area-choice .delivery-area-add .info .item select {
            font-family: "メイリオ","ＭＳ Ｐゴシック","ヒラギノ角ゴ Pro W3","Osaka",Arial,sans-serif;
            font-size: 16px;
            background-color: #f3f3f3;
            padding: 3px 7px;
            border: 1px solid #cecece;
            border-radius: 5px;
            margin-right: 5px; }
      #shopping .info-area .delivery-area-choice .delivery-area-add .btn {
        width: 120px;
        padding: 3px 10px;
        margin: 8px 0;
        background-color: #333333;
        color: #ffffff;
        border-radius: 10px;
        cursor: pointer;
        text-align: center; }
        #shopping .info-area .delivery-area-choice .delivery-area-add .btn:hover {
          background-color: #1da30f; }
  #shopping .info-area .pay-method-area {
    width: 100%;
    padding: 10px 0; }
  #shopping .info-area .tag-title {
    font-size: 16px;
    font-weight: bold; }
  #shopping .info-area .tag {
    display: block;
    font-size: 14px; }
  #shopping .info-area .pay-select {
    display: flex;
    align-items: center;
    font-size: 16px;
    margin-bottom: 5px;
    cursor: pointer; }
    #shopping .info-area .pay-select input[type="radio"] {
      width: 20px;
      height: 20px;
      margin-right: 7px; }
#shopping .summary-area {
  width: 100%;
  float: right;
  background-color: #eeeeee;
  display: inline-block;
  padding: 15px;
  margin-top: 20px; }
  @media screen and (min-width: 769px) {
    #shopping .summary-area {
      width: calc(30% - 10px); } }
  #shopping .summary-area .price-detail {
    width: 100%;
    display: inline-block; }
    #shopping .summary-area .price-detail .tag-title {
      width: 50%;
      text-align: left;
      float: left; }
    #shopping .summary-area .price-detail .tag {
      width: 50%;
      text-align: right;
      float: left; }
  #shopping .summary-area .price-sum {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #bbbbbb;
    padding-top: 10px; }
    #shopping .summary-area .price-sum .tag-title {
      font-size: 18px;
      float: right;
      padding: 3px;
      margin-right: 10px; }
    #shopping .summary-area .price-sum .tag {
      font-size: 22px;
      font-weight: bold;
      float: right; }
  #shopping .summary-area .button-area {
    width: 100%;
    padding: 10px; }
    #shopping .summary-area .button-area .button {
      color: #ffffff;
      background-color: #1da30f;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      padding: 5px;
      border-radius: 10px;
      cursor: pointer; }
      #shopping .summary-area .button-area .button:hover {
        opacity: 0.7; }

/*----------------------------------------------------
  pay
----------------------------------------------------*/
#pay .c-pagetitle span {
  display: inline-block;
  background: #ff6666;
  font-weight: bold;
  margin: 5px 0 0;
  padding: 5px 12px;
  color: #FFFFFF;
  min-width: 260px;
  font-size: 18px;
  border-radius: 4px; }
  @media screen and (min-width: 769px) {
    #pay .c-pagetitle span {
      min-width: 360px;
      font-size: 24px; } }
#pay .info-area {
  width: 100%;
  float: left;
  display: inline-block;
  margin-top: 20px; }
  @media screen and (min-width: 769px) {
    #pay .info-area {
      width: 70%;
      margin-right: 10px; } }
  #pay .info-area .area-title {
    font-size: 18px;
    font-weight: bold;
    border-bottom: 1px solid #d4d4d4;
    position: relative; }
    @media screen and (min-width: 769px) {
      #pay .info-area .area-title {
        font-size: 22px; } }
  #pay .info-area .product-area {
    width: 100%;
    margin-bottom: 30px; }
    #pay .info-area .product-area .item {
      width: 100%;
      display: flex;
      margin-bottom: 6px;
      border-bottom: 1px solid #e6e6e6; }
      #pay .info-area .product-area .item .img {
        position: relative;
        height: 120px;
        width: 20%;
        max-width: 100px;
        min-width: 70px; }
        @media screen and (min-width: 554px) {
          #pay .info-area .product-area .item .img {
            max-width: 100px;
            min-width: 100px; } }
        @media screen and (min-width: 769px) {
          #pay .info-area .product-area .item .img {
            max-width: 120px;
            min-width: 120px; } }
        #pay .info-area .product-area .item .img img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
          max-width: initial;
          height: 100%;
          object-fit: cover;
          vertical-align: top;
          border: 0; }
      #pay .info-area .product-area .item .summary {
        padding-left: 10px; }
        #pay .info-area .product-area .item .summary .price {
          font-weight: bold;
          font-size: 18px; }
        #pay .info-area .product-area .item .summary .count {
          font-size: 14px; }
        #pay .info-area .product-area .item .summary .option {
          display: flex;
          width: 100%;
          margin-bottom: 5px; }
          #pay .info-area .product-area .item .summary .option .tag {
            padding: 0 7px;
            color: #666666;
            background-color: #efefef;
            border: 1px solid #888888;
            font-size: 12px;
            margin-right: 10px; }
          #pay .info-area .product-area .item .summary .option .no-delivery-buy {
            color: #af3d67;
            background-color: #ffe6ef;
            border: 1px solid #af3d674f; }
          #pay .info-area .product-area .item .summary .option .maker-direct-send {
            color: #877d24;
            background-color: #fffcdd;
            border: 1px solid #877d2466; }
          #pay .info-area .product-area .item .summary .option .request-only {
            color: #0db0f7;
            background-color: #e8f8ff;
            border: 1px solid #d6e9f1; }
  #pay .info-area .customer-area {
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 0; }
  #pay .info-area .delivery-area {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    padding: 10px 0; }
  #pay .info-area .pay-method-area {
    width: 100%;
    padding: 10px 0; }
  #pay .info-area .tag-title {
    font-size: 16px;
    font-weight: bold; }
  #pay .info-area .tag {
    display: block;
    font-size: 14px; }
#pay .summary-area {
  width: 100%;
  float: right;
  background-color: #eeeeee;
  display: inline-block;
  padding: 15px;
  margin-top: 20px; }
  @media screen and (min-width: 769px) {
    #pay .summary-area {
      width: calc(30% - 10px); } }
  #pay .summary-area .price-detail {
    width: 100%;
    display: inline-block; }
    #pay .summary-area .price-detail .tag-title {
      width: 50%;
      text-align: left;
      float: left; }
    #pay .summary-area .price-detail .tag {
      width: 50%;
      text-align: right;
      float: left; }
  #pay .summary-area .price-sum {
    width: 100%;
    display: inline-block;
    border-top: 1px solid #bbbbbb;
    padding-top: 10px; }
    #pay .summary-area .price-sum .tag-title {
      font-size: 18px;
      float: right;
      padding: 3px;
      margin-right: 10px; }
    #pay .summary-area .price-sum .tag {
      font-size: 22px;
      font-weight: bold;
      float: right; }
  #pay .summary-area .button-area {
    width: 100%;
    padding: 10px; }
    #pay .summary-area .button-area .button {
      color: #ffffff;
      background-color: #1da30f;
      font-size: 20px;
      font-weight: bold;
      text-align: center;
      padding: 5px;
      border-radius: 10px;
      cursor: pointer; }
      #pay .summary-area .button-area .button:hover {
        opacity: 0.7; }

/*----------------------------------------------------
  contact
----------------------------------------------------*/
#contact .contact-mainvis {
  padding: 30px 0 0; }
  @media screen and (min-width: 769px) {
    #contact .contact-mainvis {
      padding: 65px 0 0; } }
#contact .contact-link {
  margin: 30px 0 0; }
  #contact .contact-link p {
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.8; }
    @media screen and (min-width: 554px) {
      #contact .contact-link p {
        text-align: center; } }
    @media screen and (min-width: 769px) {
      #contact .contact-link p {
        line-height: 2.0; } }
  #contact .contact-link .sm {
    display: none; }
    @media screen and (min-width: 554px) {
      #contact .contact-link .sm {
        display: inline; } }
  #contact .contact-link .line-link {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin-bottom: 30px; }
    #contact .contact-link .line-link img {
      max-width: 200px; }
#contact .contact-form {
  width: 100%;
  margin: 30px auto 0; }
  #contact .contact-form table {
    width: 100%;
    margin-top: 20px; }
    #contact .contact-form table th {
      width: 100%;
      display: inline-block;
      padding: 10px 0;
      position: relative;
      font-weight: bold; }
      @media screen and (min-width: 769px) {
        #contact .contact-form table th {
          width: 230px;
          padding: 30px 0;
          display: table-cell; } }
      #contact .contact-form table th .comment {
        display: block;
        margin-top: 6px;
        font-size: 13px;
        font-weight: normal;
        color: #7b7c7e; }
    #contact .contact-form table .textarea {
      vertical-align: top; }
    #contact .contact-form table td {
      width: 100%;
      display: inline-block;
      padding: 0 0 10px; }
      @media screen and (min-width: 769px) {
        #contact .contact-form table td {
          width: calc(100% - 230px);
          padding: 30px 0 30px 80px;
          display: table-cell; } }
      #contact .contact-form table td .error {
        color: #ff0000; }
      #contact .contact-form table td input::-webkit-input-placeholder {
        color: #ccc; }
      #contact .contact-form table td input:-ms-input-placeholder {
        color: #ccc; }
      #contact .contact-form table td input::-ms-input-placeholder {
        color: #ccc; }
      #contact .contact-form table td input::placeholder {
        color: #ccc; }
      #contact .contact-form table td input[type="text"] {
        padding: 12px 15px;
        width: 100%;
        border: solid 1px #d7d8d9;
        border-radius: 5px; }
        #contact .contact-form table td input[type="text"]:focus {
          border-color: #333333;
          box-shadow: 0 0 0 1px #333333; }
      #contact .contact-form table td input[type="radio"] {
        width: 20px;
        height: 20px; }
      #contact .contact-form table td .comment {
        display: block;
        margin-top: 10px;
        font-size: 13px;
        color: #7b7c7e; }
      #contact .contact-form table td .red {
        color: #ff0000; }
      #contact .contact-form table td textarea {
        width: 100%;
        padding: 12px 15px;
        border: solid 1px #d7d8d9;
        border-radius: 5px;
        height: 120px; }
      #contact .contact-form table td .ipt-check {
        opacity: 0;
        display: none; }
      #contact .contact-form table td .check {
        position: relative;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        vertical-align: middle;
        cursor: pointer;
        padding-left: 25px; }
        #contact .contact-form table td .check::before {
          content: "";
          position: absolute;
          top: 50%;
          left: 0;
          display: block;
          margin-top: -10px;
          width: 16px;
          height: 16px;
          border: solid 1px #ccc;
          vertical-align: inherit;
          text-decoration: inherit; }
      #contact .contact-form table td .ipt-check:checked + .check::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 5px;
        display: block;
        margin-top: -9px;
        width: 5px;
        height: 9px;
        border-right: 2px solid #ff6666;
        border-bottom: 2px solid #ff6666;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg); }
      #contact .contact-form table td select {
        border-style: none;
        -moz-appearance: none;
        text-indent: 0.01px;
        -o-text-overflow: '';
        text-overflow: '';
        appearance: none;
        -webkit-appearance: none;
        width: 280px;
        height: 48px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border: solid 1px #d7d8d9;
        border-radius: 5px;
        padding: 0 40px 0 10px;
        position: relative;
        background: #FFFFFF;
        font-size: 16px; }
        #contact .contact-form table td select:focus {
          border-color: #47b1f1;
          -webkit-box-shadow: 0 0 0 1px #47b1f1;
          box-shadow: 0 0 0 1px #47b1f1; }
        @media screen and (min-width: 769px) {
          #contact .contact-form table td select {
            font-size: 14px; } }
        @media screen and (min-width: 769px) {
          #contact .contact-form table td select:hover {
            cursor: pointer; } }
      #contact .contact-form table td select::-ms-expand {
        display: none; }
      #contact .contact-form table td .prefecture {
        position: relative;
        width: auto;
        display: inline-block; }
        #contact .contact-form table td .prefecture::before {
          content: "";
          position: absolute;
          top: 0;
          right: 0;
          z-index: 0;
          width: 30px;
          height: 100%; }
        #contact .contact-form table td .prefecture::after {
          content: "";
          position: absolute;
          top: 50%;
          right: 15px;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          z-index: 2;
          width: 0;
          height: 0;
          border-width: 4px 4px 0;
          border-style: solid;
          border-color: #212121 transparent transparent; }
      #contact .contact-form table td label {
        display: block;
        float: left;
        position: relative;
        padding: 0 30px 0 25px;
        cursor: pointer; }
        #contact .contact-form table td label .label_text {
          position: absolute;
          left: 0; }
      #contact .contact-form table td .contents {
        white-space: pre-line; }
    #contact .contact-form table tr {
      border-bottom: solid 1px #eee; }
      #contact .contact-form table tr:last-child {
        border: none; }
      #contact .contact-form table tr:first-child {
        border-top: solid 1px #eee; }
  #contact .contact-form .contact-form__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px -5px 0; }
    @media screen and (min-width: 554px) {
      #contact .contact-form .contact-form__btn {
        margin: 30px -10px 0; } }
    @media screen and (min-width: 769px) {
      #contact .contact-form .contact-form__btn {
        margin: 40px 0 0; } }
    #contact .contact-form .contact-form__btn .btn {
      text-align: center;
      width: 50%;
      max-width: 250px;
      margin: 0 5px; }
      @media screen and (min-width: 554px) {
        #contact .contact-form .contact-form__btn .btn {
          margin: 0 10px; } }
      @media screen and (min-width: 769px) {
        #contact .contact-form .contact-form__btn .btn {
          margin: 0 30px; } }
      #contact .contact-form .contact-form__btn .btn .link, #contact .contact-form .contact-form__btn .btn .clear {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 30px;
        border: 1px solid #d7d8d9;
        width: 100%;
        height: 52px;
        background-color: #FFFFFF;
        text-align: center; }
        @media screen and (min-width: 769px) {
          #contact .contact-form .contact-form__btn .btn .link, #contact .contact-form .contact-form__btn .btn .clear {
            height: 60px;
            cursor: pointer; }
            #contact .contact-form .contact-form__btn .btn .link:hover, #contact .contact-form .contact-form__btn .btn .clear:hover {
              background-color: #ffa000;
              border-color: #ffa000; }
              #contact .contact-form .contact-form__btn .btn .link:hover:after, #contact .contact-form .contact-form__btn .btn .clear:hover:after {
                border-color: #FFFFFF !important; }
              #contact .contact-form .contact-form__btn .btn .link:hover i,
              #contact .contact-form .contact-form__btn .btn .link:hover span, #contact .contact-form .contact-form__btn .btn .clear:hover i,
              #contact .contact-form .contact-form__btn .btn .clear:hover span {
                color: #FFFFFF !important; } }
        #contact .contact-form .contact-form__btn .btn .link:after, #contact .contact-form .contact-form__btn .btn .clear:after {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          right: 18px;
          border-top: 1px solid #212121;
          border-right: 1px solid #212121;
          width: .5em;
          height: .5em;
          -webkit-transform: translate(0, -50%) rotate(45deg);
          -ms-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg); }
          @media screen and (min-width: 769px) {
            #contact .contact-form .contact-form__btn .btn .link:after, #contact .contact-form .contact-form__btn .btn .clear:after {
              right: 28px;
              -webkit-transition: all .25s ease;
              -o-transition: all .25s ease;
              transition: all .25s ease; } }
        #contact .contact-form .contact-form__btn .btn .link > *, #contact .contact-form .contact-form__btn .btn .clear > * {
          line-height: 1; }
        #contact .contact-form .contact-form__btn .btn .link i, #contact .contact-form .contact-form__btn .btn .clear i {
          display: inline-block;
          margin: -1px 0 0 -.5em;
          font-size: 31px;
          color: #ff5555; }
          @media screen and (min-width: 769px) {
            #contact .contact-form .contact-form__btn .btn .link i, #contact .contact-form .contact-form__btn .btn .clear i {
              margin-left: 0;
              -webkit-transition: all .25s ease;
              -o-transition: all .25s ease;
              transition: all .25s ease; } }
        #contact .contact-form .contact-form__btn .btn .link span, #contact .contact-form .contact-form__btn .btn .clear span {
          font-size: 15px; }
          @media screen and (min-width: 769px) {
            #contact .contact-form .contact-form__btn .btn .link span, #contact .contact-form .contact-form__btn .btn .clear span {
              font-size: 16px;
              font-weight: bold;
              -webkit-transition: all .25s ease;
              -o-transition: all .25s ease;
              transition: all .25s ease; } }
      #contact .contact-form .contact-form__btn .btn .clear {
        cursor: pointer; }
  #contact .contact-form .contact-form__privacytext {
    overflow: hidden;
    border: solid 1px #d7d8d9;
    padding: 20px 15px;
    margin-bottom: 15px;
    overflow-y: scroll;
    max-height: 160px;
    border-radius: 5px; }
    @media screen and (min-width: 769px) {
      #contact .contact-form .contact-form__privacytext {
        padding: 30px 35px;
        margin-bottom: 25px;
        max-height: 200px; } }
    #contact .contact-form .contact-form__privacytext .title {
      font-weight: bold;
      margin-bottom: 15px;
      font-size: 13px; }
      @media screen and (min-width: 769px) {
        #contact .contact-form .contact-form__privacytext .title {
          font-size: 15px;
          margin-bottom: 20px; } }
    #contact .contact-form .contact-form__privacytext .text {
      margin-top: 10px;
      font-size: 13px; }
      @media screen and (min-width: 769px) {
        #contact .contact-form .contact-form__privacytext .text {
          font-size: 14px;
          margin-top: 20px; } }
@media screen and (min-width: 769px) {
  #contact .contact-confirm {
    width: 70%; } }
#contact .contact-privacy {
  margin-top: 50px; }
  @media screen and (min-width: 554px) {
    #contact .contact-privacy {
      margin-top: 80px; } }
  @media screen and (min-width: 769px) {
    #contact .contact-privacy {
      margin-top: 120px; } }
#contact .contact-transmit .contact-transmit__text {
  margin: 30px 0; }
  @media screen and (min-width: 554px) {
    #contact .contact-transmit .contact-transmit__text {
      margin: 60px 0; } }
  @media screen and (min-width: 769px) {
    #contact .contact-transmit .contact-transmit__text {
      margin: 120px 0; } }
  #contact .contact-transmit .contact-transmit__text p {
    line-height: 2.2;
    text-align: left; }
    @media screen and (min-width: 554px) {
      #contact .contact-transmit .contact-transmit__text p {
        text-align: center; } }
    #contact .contact-transmit .contact-transmit__text p .sm {
      display: none; }
      @media screen and (min-width: 554px) {
        #contact .contact-transmit .contact-transmit__text p .sm {
          display: inline; } }
#contact .contact-confirm .contact-privacy {
  margin-top: 30px; }
  @media screen and (min-width: 769px) {
    #contact .contact-confirm .contact-privacy {
      margin-top: 60px; } }
#contact .contact-confirm .contact-form {
  margin-top: 30px; }
  @media screen and (min-width: 769px) {
    #contact .contact-confirm .contact-form {
      margin-top: 60px; } }
  #contact .contact-confirm .contact-form table th {
    padding: 10px 0 5px; }
    @media screen and (min-width: 769px) {
      #contact .contact-confirm .contact-form table th {
        padding: 30px 0; } }
#contact .extra_login {
  display: block;
  width: 100%;
  text-align: center;
  padding: 20px 0 10px; }
  @media screen and (min-width: 769px) {
    #contact .extra_login {
      padding: 50px 0 20px; } }
  #contact .extra_login p {
    width: 100%;
    padding: 10px 0;
    text-align: left; }
    @media screen and (min-width: 769px) {
      #contact .extra_login p {
        text-align: center; } }
  #contact .extra_login img {
    max-width: 500px;
    cursor: pointer; }
    #contact .extra_login img:hover {
      opacity: 0.7; }
#contact .separate-line {
  display: inline-block;
  position: relative;
  width: 100%;
  border-top: 1px solid #dedede;
  margin-top: 40px; }
  #contact .separate-line .label {
    position: absolute;
    top: 0;
    color: #a0a0a0;
    transform: translateY(-50%);
    width: 60px;
    left: calc(50% - 30px);
    white-space: nowrap;
    text-align: center; }
    @media screen and (min-width: 769px) {
      #contact .separate-line .label {
        width: 80px;
        left: calc(50% - 40px); } }
    #contact .separate-line .label:before {
      position: absolute;
      z-index: -1;
      left: 0;
      bottom: 50%;
      width: 100%;
      height: 1px;
      background-color: #ffffff;
      content: ""; }

/*----------------------------------------------------
  news
----------------------------------------------------*/
#news .news-list {
  display: inline-block;
  width: 100%;
  min-height: 300px; }
  #news .news-list .item {
    width: 100%;
    display: inline-block;
    cursor: pointer;
    padding: 20px 10px;
    border-bottom: 1px solid #eeeeee; }
    #news .news-list .item:hover {
      opacity: 0.7; }
    #news .news-list .item .date {
      float: left;
      width: 100%;
      text-align: left;
      font-weight: bold;
      color: #0070b1; }
      @media screen and (min-width: 554px) {
        #news .news-list .item .date {
          width: 150px;
          text-align: center; } }
      @media screen and (min-width: 769px) {
        #news .news-list .item .date {
          width: 150px;
          text-align: center; } }
    #news .news-list .item .title {
      float: left;
      width: 100%; }
      @media screen and (min-width: 554px) {
        #news .news-list .item .title {
          width: calc(100% - 150px); } }
      @media screen and (min-width: 769px) {
        #news .news-list .item .title {
          width: calc(100% - 150px); } }
#news .news-detail {
  display: inline-block;
  width: 100%;
  padding: 10px; }
  @media screen and (min-width: 554px) {
    #news .news-detail {
      padding: 20px; } }
  @media screen and (min-width: 769px) {
    #news .news-detail {
      padding: 30px; } }
  #news .news-detail .title {
    display: inline-block;
    width: 100%;
    font-size: 22px;
    font-weight: bold;
    padding: 20px 0; }
  #news .news-detail .date {
    display: inline-block;
    width: 100%;
    text-align: right;
    color: #b56a0d;
    padding: 5px;
    font-weight: bold; }
  #news .news-detail .contents {
    display: inline-block;
    width: 100%;
    white-space: pre-wrap;
    line-height: 30px; }
  #news .news-detail .news-img {
    text-align: center;
    padding: 30px 0 0 0; }
    @media screen and (min-width: 554px) {
      #news .news-detail .news-img {
        padding: 30px 5px 5px 5px; } }
    @media screen and (min-width: 769px) {
      #news .news-detail .news-img {
        padding: 30px 10px 10px 10px; } }
    #news .news-detail .news-img img {
      width: auto;
      max-width: 100%; }

/*----------------------------------------------------
  about
----------------------------------------------------*/
#about .about-list {
  padding: 40px 0 40px;
  background-color: #f7f8f9; }
  @media screen and (min-width: 769px) {
    #about .about-list {
      padding: 110px 0 120px; } }
  #about .about-list .item {
    background-color: #FFFFFF; }

/*----------------------------------------------------
  question
----------------------------------------------------*/
@media screen and (min-width: 769px) {
  #question .visual {
    margin: 65px auto;
    padding: 0 30px;
    width: 1260px; } }
#question .ok {
  padding: 50px 0; }
  @media screen and (min-width: 554px) {
    #question .ok {
      padding: 60px 0; } }
  @media screen and (min-width: 769px) {
    #question .ok {
      padding: 70px 0; } }
  #question .ok .ok-list {
    margin-top: 50px; }
    @media screen and (min-width: 554px) {
      #question .ok .ok-list {
        margin-top: 60px; } }
    @media screen and (min-width: 769px) {
      #question .ok .ok-list {
        margin-top: 70px; } }
    #question .ok .ok-list .item {
      position: relative; }
      #question .ok .ok-list .item:after {
        content: '';
        position: absolute;
        top: -15px;
        right: 0;
        z-index: 5;
        width: 45px;
        height: 45px;
        background: url(/assets/front/img/about/question-ok.png) no-repeat center center/100% auto; }
        @media screen and (min-width: 554px) {
          #question .ok .ok-list .item:after {
            top: -10px;
            right: -10px;
            width: 40px;
            height: 40px; } }
        @media screen and (min-width: 769px) {
          #question .ok .ok-list .item:after {
            top: -27px;
            right: -27px;
            width: 55px;
            height: 55px; } }
    #question .ok .ok-list .ok-list__text {
      margin-top: .8em;
      text-align: center;
      font-size: 13px; }
      @media screen and (min-width: 554px) {
        #question .ok .ok-list .ok-list__text {
          font-size: 14px; } }
      @media screen and (min-width: 769px) {
        #question .ok .ok-list .ok-list__text {
          font-size: 16px; } }
#question .buy {
  padding: 50px 0;
  background-color: #f7f8f9; }
  @media screen and (min-width: 554px) {
    #question .buy {
      padding: 60px 0; } }
  @media screen and (min-width: 769px) {
    #question .buy {
      padding: 70px 0; } }
  #question .buy .buy-heading {
    line-height: 1.4; }
    @media screen and (min-width: 769px) {
      #question .buy .buy-heading {
        line-height: 1; } }
  #question .buy .buy-list {
    margin-top: 50px; }
    @media screen and (min-width: 554px) {
      #question .buy .buy-list {
        margin-top: 60px; } }
    @media screen and (min-width: 769px) {
      #question .buy .buy-list {
        margin-top: 70px; } }
    #question .buy .buy-list .buy-list__item {
      background-color: #FFFFFF;
      -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04);
      box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04); }
      #question .buy .buy-list .buy-list__item:nth-child(n+2) {
        margin-top: 20px; }
      @media screen and (min-width: 769px) {
        #question .buy .buy-list .buy-list__item:nth-child(n+2) {
          margin-top: 0; }
        #question .buy .buy-list .buy-list__item:nth-child(n+4) {
          margin-top: 40px; } }
      #question .buy .buy-list .buy-list__item .buy-list__inner {
        background-color: #FFFFFF; }
      #question .buy .buy-list .buy-list__item .buy-list__box {
        padding: 20px 14px; }
        @media screen and (min-width: 769px) {
          #question .buy .buy-list .buy-list__item .buy-list__box {
            padding: 35px; } }
        #question .buy .buy-list .buy-list__item .buy-list__box .buy-list__heading {
          margin-bottom: 15px;
          font-size: 16px;
          line-height: 1;
          font-weight: bold; }
          @media screen and (min-width: 769px) {
            #question .buy .buy-list .buy-list__item .buy-list__box .buy-list__heading {
              margin-bottom: 20px;
              font-size: 20px; } }
      #question .buy .buy-list .buy-list__item .buy-list__text {
        font-size: 13px; }
        @media screen and (min-width: 769px) {
          #question .buy .buy-list .buy-list__item .buy-list__text {
            font-size: 14px; } }

/*----------------------------------------------------
  faq
----------------------------------------------------*/
#faq .mainvis {
  border-bottom: 1px solid #eee; }
  #faq .mainvis .c-container {
    padding: 0; }
#faq .c-tabmenu .c-tabmenu__tab {
  margin: 30px auto; }
#faq .c-tabmenu .c-tabmenu__content .faq-item__sec {
  margin-top: 20px; }
  #faq .c-tabmenu .c-tabmenu__content .faq-item__sec:first-child {
    margin-top: 0; }
#faq .c-tabmenu .c-tabmenu__content .c-block-title {
  margin-bottom: 20px; }
@media screen and (min-width: 769px) {
  #faq .c-tabmenu .c-tabmenu__tab {
    margin: 40px auto; }
  #faq .c-tabmenu .c-tabmenu__content .faq-item__sec {
    margin-top: 35px; }
    #faq .c-tabmenu .c-tabmenu__content .faq-item__sec:first-child {
      margin-top: 0; }
  #faq .c-tabmenu .c-tabmenu__content .c-block-title {
    margin-bottom: 35px; } }
#faq .c-block-bordertext {
  margin-top: 30px; }
  @media screen and (min-width: 769px) {
    #faq .c-block-bordertext {
      margin-top: 60px; } }

/*----------------------------------------------------
  privacypollicy
----------------------------------------------------*/
#privacypollicy .md {
  display: inline; }
  @media screen and (min-width: 769px) {
    #privacypollicy .md {
      display: none; } }
#privacypollicy .sec-second .c-section-title {
  margin-top: 40px; }
  @media screen and (min-width: 769px) {
    #privacypollicy .sec-second .c-section-title {
      margin-top: 90px; } }
@media screen and (min-width: 769px) {
  #privacypollicy .c-block-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; } }
#privacypollicy .c-block-image .c-block-image__img {
  float: left;
  margin: 0 20px 0 0;
  width: 60px; }
  @media screen and (min-width: 769px) {
    #privacypollicy .c-block-image .c-block-image__img {
      margin: 0;
      width: 70px;
      float: none; } }
#privacypollicy .c-block-image .c-block-image__text {
  width: 100%; }
  @media screen and (min-width: 769px) {
    #privacypollicy .c-block-image .c-block-image__text {
      width: calc(100% - 110px); } }
  #privacypollicy .c-block-image .c-block-image__text .text {
    margin-top: 0; }
#privacypollicy .privacypolicy-lead {
  margin: 25px 0; }
  @media screen and (min-width: 769px) {
    #privacypollicy .privacypolicy-lead {
      margin: 40px 0; } }
#privacypollicy .privacypolicy-list {
  counter-reset: privacynum 0;
  margin-top: 15px; }
  @media screen and (min-width: 769px) {
    #privacypollicy .privacypolicy-list {
      margin-top: 30px; } }
  #privacypollicy .privacypolicy-list .privacypolicy-list__item {
    line-height: 1.6;
    position: relative;
    padding: 0 0 15px 1.5em; }
    @media screen and (min-width: 769px) {
      #privacypollicy .privacypolicy-list .privacypolicy-list__item {
        line-height: 2.0;
        padding: 0 0 20px 1.5em; } }
  #privacypollicy .privacypolicy-list .child {
    padding-left: 10px; }
    @media screen and (min-width: 769px) {
      #privacypollicy .privacypolicy-list .child {
        padding-left: 30px; } }
#privacypollicy .privacypolicy-list2 {
  counter-reset: number 0;
  margin-top: 10px; }
  @media screen and (min-width: 769px) {
    #privacypollicy .privacypolicy-list2 {
      margin-top: 15px; } }
  #privacypollicy .privacypolicy-list2 li {
    position: relative;
    padding: 0 0 6px 1.5em; }
    #privacypollicy .privacypolicy-list2 li::after {
      counter-increment: number 1;
      /* number カウンタの増加数をセット */
      content: counter(number) ".";
      /* 表示形式を指定 */
      position: absolute;
      left: 0;
      top: 0.5em;
      line-height: 1.0; }
    @media screen and (min-width: 554px) {
      #privacypollicy .privacypolicy-list2 li {
        margin-left: 10px; } }
    @media screen and (min-width: 769px) {
      #privacypollicy .privacypolicy-list2 li {
        margin-left: 20px; } }
#privacypollicy .privacypolicy-field__signature {
  text-align: right;
  line-height: 1.6;
  margin-top: 10px; }
  @media screen and (min-width: 769px) {
    #privacypollicy .privacypolicy-field__signature {
      margin-top: 0;
      line-height: 2.0; } }
  #privacypollicy .privacypolicy-field__signature span {
    display: none; }
    @media screen and (min-width: 769px) {
      #privacypollicy .privacypolicy-field__signature span {
        display: inline; } }
#privacypollicy .privacypolicy-field__link {
  margin-top: 30px; }
#privacypollicy .item {
  margin: 15px 0 40px; }
  @media screen and (min-width: 769px) {
    #privacypollicy .item {
      margin: 30px 0 70px; } }
  #privacypollicy .item .bold {
    font-weight: bold;
    margin: 15px 0 10px; }
    @media screen and (min-width: 769px) {
      #privacypollicy .item .bold {
        margin: 20px 0 15px; } }
  #privacypollicy .item h4 {
    margin-bottom: 10px; }
    @media screen and (min-width: 769px) {
      #privacypollicy .item h4 {
        margin-bottom: 15px; } }
  #privacypollicy .item:last-child {
    margin: 30px 0 0; }
#privacypollicy .privacycontact {
  margin-top: 0;
  padding-top: 15px; }
  @media screen and (min-width: 769px) {
    #privacypollicy .privacycontact {
      padding-top: 30px; } }
#privacypollicy .c-table th {
  font-weight: normal;
  padding: 10px;
  width: 40%; }
  @media screen and (min-width: 769px) {
    #privacypollicy .c-table th {
      padding: 20px 0 20px 30px;
      width: 550px; } }
#privacypollicy .c-table td {
  padding: 10px;
  width: 60%; }
  @media screen and (min-width: 769px) {
    #privacypollicy .c-table td {
      width: calc(100% - 550px);
      padding: 20px 0 20px 30px; } }
#privacypollicy .c-table th, #privacypollicy .c-table td {
  display: table-cell;
  border: solid 1px #ccc;
  font-size: 14px; }
  @media screen and (min-width: 769px) {
    #privacypollicy .c-table th, #privacypollicy .c-table td {
      font-size: 15px; } }
#privacypollicy .c-table .head {
  background: #f7f8f9; }
  #privacypollicy .c-table .head th, #privacypollicy .c-table .head td {
    font-weight: bold; }

/*----------------------------------------------------
  company
----------------------------------------------------*/
#company .company-title {
  font-size: 18px;
  font-weight: bold; }
  #company .company-title span {
    font-size: 12px; }
  @media screen and (min-width: 554px) {
    #company .company-title span {
      font-size: 15px; } }
  @media screen and (min-width: 769px) {
    #company .company-title {
      font-weight: normal;
      font-size: 24px; }
      #company .company-title span {
        font-size: 18px; } }
#company .message {
  padding: 30px 0; }
  @media screen and (min-width: 769px) {
    #company .message {
      padding: 90px 0; } }
  #company .message .company-title {
    text-align: center;
    padding: 10px 0; }
    @media screen and (min-width: 769px) {
      #company .message .company-title {
        text-align: left;
        padding: 0; } }
  #company .message .text {
    margin-top: 20px; }
    #company .message .text p {
      line-height: 1.8;
      margin-bottom: 15px; }
      #company .message .text p:last-child {
        margin-bottom: 0; }
    @media screen and (min-width: 769px) {
      #company .message .text {
        margin-top: 50px; }
        #company .message .text p {
          line-height: 2.0;
          margin-bottom: 30px; }
          #company .message .text p:last-child {
            margin-bottom: 0; } }
  #company .message .message-mainvis {
    margin: 20px 0;
    position: relative; }
    @media screen and (min-width: 769px) {
      #company .message .message-mainvis {
        margin: 80px 0; } }
    #company .message .message-mainvis .image-pc {
      display: none; }
      @media screen and (min-width: 769px) {
        #company .message .message-mainvis .image-pc {
          display: block;
          height: 600px;
          width: auto;
          background: url(/assets/front/img/about/about-companyimage-1.jpg);
          background-size: cover;
          background-position: center;
          background-repeat: no-repeat; } }
    @media screen and (min-width: 769px) {
      #company .message .message-mainvis .image-sp {
        display: none; } }
  #company .message .c-section-title {
    margin-top: 20px; }
    @media screen and (min-width: 769px) {
      #company .message .c-section-title {
        margin-top: 30px; } }
  #company .message .message-text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 20px auto 30px; }
    #company .message .message-text .message-text__block {
      width: 100%; }
      #company .message .message-text .message-text__block p {
        line-height: 1.8; }
    @media screen and (min-width: 769px) {
      #company .message .message-text {
        margin: 30px -30px 70px; }
        #company .message .message-text .message-text__block {
          width: 50%;
          padding: 0 30px; }
          #company .message .message-text .message-text__block p {
            line-height: 2.0; } }
#company .ci {
  padding: 30px 0; }
  @media screen and (min-width: 769px) {
    #company .ci {
      padding: 110px 0; } }
  #company .ci .company-title {
    padding: 10px 0; }
    @media screen and (min-width: 769px) {
      #company .ci .company-title {
        padding: 0; } }
  #company .ci .c-block-image {
    margin: 0 auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    #company .ci .c-block-image .c-block-image__img {
      max-width: 160px; }
      @media screen and (min-width: 769px) {
        #company .ci .c-block-image .c-block-image__img {
          max-width: 240px; } }
    @media screen and (min-width: 769px) {
      #company .ci .c-block-image .c-block-image__text .text {
        margin-top: 30px; } }
#company .ci-agency {
  padding: 30px 0; }
  @media screen and (min-width: 769px) {
    #company .ci-agency {
      padding: 40px 0 0 0; } }
  #company .ci-agency .text {
    white-space: pre-line; }
#company .businessarea {
  padding: 30px 0;
  background: #f7f8f9; }
  @media screen and (min-width: 769px) {
    #company .businessarea {
      padding: 110px 0; } }
  #company .businessarea .company-title {
    padding: 10px 0; }
    @media screen and (min-width: 769px) {
      #company .businessarea .company-title {
        padding: 0; } }
  #company .businessarea .c-block-image {
    margin: 0 auto; }
    @media screen and (min-width: 769px) {
      #company .businessarea .c-block-image {
        max-width: 1024px;
        padding: 0 30px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-flow: row-reverse;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse; } }
    @media screen and (min-width: 769px) {
      #company .businessarea .c-block-image .c-block-image__text {
        padding-left: 30px; } }
    @media screen and (min-width: 769px) {
      #company .businessarea .c-block-image .c-block-image__text .text {
        margin-top: 30px; } }
    #company .businessarea .c-block-image .c-block-image__img {
      max-width: 320px; }
      @media screen and (min-width: 769px) {
        #company .businessarea .c-block-image .c-block-image__img {
          max-width: 500px; } }
#company .company-table {
  margin-bottom: 30px; }
  @media screen and (min-width: 769px) {
    #company .company-table {
      margin-bottom: 0; } }
  #company .company-table .c-section-title span {
    font-size: 13px; }
    @media screen and (min-width: 554px) {
      #company .company-table .c-section-title span {
        font-size: 15px; } }
    @media screen and (min-width: 769px) {
      #company .company-table .c-section-title span {
        font-size: 18px; } }
  #company .company-table .company-table__inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto; }
    #company .company-table .company-table__inner .c-table {
      width: 100%;
      margin: 0; }
      #company .company-table .company-table__inner .c-table table {
        border: none; }
        #company .company-table .company-table__inner .c-table table a {
          margin-bottom: 5px; }
        #company .company-table .company-table__inner .c-table table th {
          display: table-cell;
          width: 75px; }
        #company .company-table .company-table__inner .c-table table td {
          display: table-cell;
          width: calc(100% - 75px);
          padding: 10px 0 10px 10px; }
    @media screen and (min-width: 554px) {
      #company .company-table .company-table__inner .c-table table th {
        width: 120px; }
      #company .company-table .company-table__inner .c-table table td {
        width: calc(100% - 120px); } }
    @media screen and (min-width: 769px) {
      #company .company-table .company-table__inner {
        margin: 0 -30px; }
        #company .company-table .company-table__inner .c-table {
          width: 50%;
          padding: 0 30px;
          margin: 30px 0 70px; }
          #company .company-table .company-table__inner .c-table table th {
            width: 130px; }
          #company .company-table .company-table__inner .c-table table td {
            width: calc(100% - 130px); } }
#company .motto {
  background: #f7f8f9;
  padding: 30px 0 0; }
  @media screen and (min-width: 769px) {
    #company .motto {
      padding: 110px 0 0; } }
  #company .motto .motto__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    counter-reset: number 0; }
    @media screen and (min-width: 554px) {
      #company .motto .motto__list {
        margin: 0 -1.25%; } }
    @media screen and (min-width: 769px) {
      #company .motto .motto__list {
        margin: 30px -30px 0; } }
    #company .motto .motto__list .motto__item {
      width: 100%;
      margin: 20px 0 0;
      background: #FFFFFF;
      -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
      box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05); }
      @media screen and (min-width: 554px) {
        #company .motto .motto__list .motto__item {
          width: 47.5%;
          margin: 20px 1.25% 0; } }
      @media screen and (min-width: 769px) {
        #company .motto .motto__list .motto__item {
          width: 360px;
          margin: 30px 30px 0; } }
      #company .motto .motto__list .motto__item .title {
        padding: 45px 0 20px 45px;
        position: relative;
        overflow: hidden; }
        #company .motto .motto__list .motto__item .title .num {
          display: block;
          width: 90px;
          height: 90px;
          background: #ffa000;
          position: absolute;
          left: -45px;
          top: -45px;
          -webkit-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          transform: rotate(45deg); }
          #company .motto .motto__list .motto__item .title .num::after {
            position: absolute;
            counter-increment: number 1;
            /* number カウンタの増加数をセット */
            content: counter(number) " ";
            /* 表示形式を指定 */
            color: #FFFFFF;
            position: absolute;
            font-size: 18px;
            font-weight: bold;
            bottom: 28px;
            right: 12px;
            -webkit-transform: rotate(-45deg);
            -ms-transform: rotate(-45deg);
            transform: rotate(-45deg); }
        @media screen and (min-width: 769px) {
          #company .motto .motto__list .motto__item .title {
            padding: 50px 0 30px 55px; }
            #company .motto .motto__list .motto__item .title .num {
              width: 110px;
              height: 110px;
              left: -55px;
              top: -55px; }
              #company .motto .motto__list .motto__item .title .num::after {
                font-size: 20px;
                bottom: 36px;
                right: 15px; } }
      #company .motto .motto__list .motto__item ul li {
        margin-bottom: 5px;
        font-size: 14px; }
        @media screen and (min-width: 769px) {
          #company .motto .motto__list .motto__item ul li {
            font-size: 15px; } }
        #company .motto .motto__list .motto__item ul li span {
          padding-right: 10px; }
      #company .motto .motto__list .motto__item p {
        line-height: 2.0; }
      #company .motto .motto__list .motto__item ul, #company .motto .motto__list .motto__item p {
        padding: 0 15px 45px 45px; }
        @media screen and (min-width: 554px) {
          #company .motto .motto__list .motto__item ul, #company .motto .motto__list .motto__item p {
            padding: 0 20px 25px 45px; } }
        @media screen and (min-width: 769px) {
          #company .motto .motto__list .motto__item ul, #company .motto .motto__list .motto__item p {
            padding: 0 40px 50px 55px; } }
#company .spirit {
  background: #f7f8f9;
  padding: 30px 0 30px; }
  @media screen and (min-width: 769px) {
    #company .spirit {
      padding: 110px 0; } }
  #company .spirit .spirit__list ul li {
    text-align: center;
    margin-bottom: 10px;
    font-size: 11px; }
    #company .spirit .spirit__list ul li:last-child {
      margin-bottom: 0; }
    @media screen and (min-width: 554px) {
      #company .spirit .spirit__list ul li {
        font-size: 14px; } }
    @media screen and (min-width: 769px) {
      #company .spirit .spirit__list ul li {
        margin-bottom: 20px;
        font-size: 16px; } }
  #company .spirit .spirit-wrap {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04);
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.04);
    padding: 20px 15px;
    margin-top: 20px; }
    @media screen and (min-width: 769px) {
      #company .spirit .spirit-wrap {
        padding: 60px;
        margin-top: 60px; } }
#company .motto .company-title, #company .spirit .company-title {
  text-align: center; }
#company .information dl {
  width: 100%;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #company .information dl dt {
    width: 100%; }
  #company .information dl dd {
    width: 100%;
    margin-bottom: 6px; }
    #company .information dl dd:last-child {
      margin-bottom: 0; }
  @media screen and (min-width: 769px) {
    #company .information dl {
      margin-bottom: 30px; }
      #company .information dl dt {
        width: 150px; }
      #company .information dl dd {
        width: calc(100% - 150px); } }
@media screen and (min-width: 769px) {
  #company .information .c-section-title, #company .company-table .c-section-title {
    font-weight: normal;
    width: 100%;
    text-align: center; } }

/*----------------------------------------------------
  sitemap
----------------------------------------------------*/
#sitemap .sitemap-navlist {
  margin-top: 30px; }
  @media screen and (min-width: 769px) {
    #sitemap .sitemap-navlist {
      margin-top: 80px; } }
  #sitemap .sitemap-navlist .sitemap-navlist__list a {
    display: inline-block;
    line-height: 1.5;
    margin-top: 0; }
    #sitemap .sitemap-navlist .sitemap-navlist__list a::before {
      top: 0.75em; }
  #sitemap .sitemap-navlist .sitemap-navlist__list h3 {
    margin-top: 30px;
    font-size: 16px;
    padding: 10px 15px;
    font-weight: normal;
    border: solid 1px #d7d8d9; }
    #sitemap .sitemap-navlist .sitemap-navlist__list h3 .m-link-arw {
      text-decoration: none; }
    @media screen and (min-width: 769px) {
      #sitemap .sitemap-navlist .sitemap-navlist__list h3 {
        font-size: 18px;
        padding: 20px 20px; } }
  #sitemap .sitemap-navlist .sitemap-navlist__list h4 {
    margin-top: 15px;
    font-weight: normal;
    padding-bottom: 0;
    border-bottom: solid 1px #eee;
    padding-left: 15px; }
    @media screen and (min-width: 769px) {
      #sitemap .sitemap-navlist .sitemap-navlist__list h4 {
        margin-top: 39px;
        padding-bottom: 5px;
        padding-left: 20px; } }
  #sitemap .sitemap-navlist .sitemap-navlist__list .c-shoplist {
    margin-top: 0; }
  #sitemap .sitemap-navlist .sitemap-navlist__list .child {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 10px; }
    @media screen and (min-width: 769px) {
      #sitemap .sitemap-navlist .sitemap-navlist__list .child {
        margin-top: 20px; } }
    #sitemap .sitemap-navlist .sitemap-navlist__list .child li {
      width: 50%;
      padding: 0 15px;
      margin: 2px 0; }
      #sitemap .sitemap-navlist .sitemap-navlist__list .child li a {
        font-size: 13px; }
      @media screen and (min-width: 554px) {
        #sitemap .sitemap-navlist .sitemap-navlist__list .child li {
          width: 33.3%; } }
      @media screen and (min-width: 769px) {
        #sitemap .sitemap-navlist .sitemap-navlist__list .child li {
          width: 25%;
          padding: 0 20px;
          margin: 5px 0; }
          #sitemap .sitemap-navlist .sitemap-navlist__list .child li a {
            font-size: 15px; } }
    #sitemap .sitemap-navlist .sitemap-navlist__list .child li.area {
      width: 100%;
      margin: 30px 0 10px; }
      #sitemap .sitemap-navlist .sitemap-navlist__list .child li.area a {
        font-weight: bold; }
      @media screen and (min-width: 769px) {
        #sitemap .sitemap-navlist .sitemap-navlist__list .child li.area {
          margin: 15px 0 6px; } }
    #sitemap .sitemap-navlist .sitemap-navlist__list .child li.area:first-child {
      margin: 10px 0 10px; }

/*----------------------------------------------------
  login
----------------------------------------------------*/
#login .c-pagetitle span {
  display: inline-block;
  background: #ff6666;
  font-weight: bold;
  margin: 5px 0 0;
  padding: 5px 12px;
  color: #FFFFFF;
  min-width: 260px;
  font-size: 18px;
  border-radius: 4px; }
  @media screen and (min-width: 769px) {
    #login .c-pagetitle span {
      min-width: 360px;
      font-size: 24px; } }
#login .login-link {
  margin: 30px 0 0; }
  @media screen and (min-width: 769px) {
    #login .login-link {
      margin: 40px 0 0;
      text-align: center; } }
  #login .login-link p {
    display: inline-flex;
    line-height: 1.8; }
    @media screen and (min-width: 554px) {
      #login .login-link p {
        text-align: center; } }
    @media screen and (min-width: 769px) {
      #login .login-link p {
        line-height: 2.0; } }
#login .login-area {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 20px 0; }
  #login .login-area .login-form {
    width: 100%;
    display: inline-block;
    background-color: #eeeeee;
    border-radius: 20px;
    padding: 30px 20px; }
    @media screen and (min-width: 554px) {
      #login .login-area .login-form {
        width: 500px; } }
    @media screen and (min-width: 769px) {
      #login .login-area .login-form {
        width: 600px; } }
    #login .login-area .login-form .logo-area {
      width: 100%;
      text-align: center; }
      #login .login-area .login-form .logo-area .logo {
        font-size: 90px;
        color: #7b9080; }
        @media screen and (min-width: 769px) {
          #login .login-area .login-form .logo-area .logo {
            font-size: 120px; } }
    #login .login-area .login-form .input-area {
      width: 100%;
      display: inline-block;
      padding: 5px 0; }
      @media screen and (min-width: 769px) {
        #login .login-area .login-form .input-area {
          width: 75%;
          float: left; } }
      #login .login-area .login-form .input-area .input-block {
        width: 100%;
        display: inline-block; }
        #login .login-area .login-form .input-area .input-block .title {
          font-size: 16px;
          width: 32%;
          float: left;
          white-space: nowrap;
          padding-top: 7px;
          color: #666666; }
          @media screen and (min-width: 769px) {
            #login .login-area .login-form .input-area .input-block .title {
              font-size: 18px; } }
          @media screen and (min-width: 554px) {
            #login .login-area .login-form .input-area .input-block .title {
              width: 28%; } }
        #login .login-area .login-form .input-area .input-block .write {
          width: 68%;
          float: left;
          padding-right: 10px; }
          @media screen and (min-width: 554px) {
            #login .login-area .login-form .input-area .input-block .write {
              width: 72%;
              padding-right: 10px; } }
          @media screen and (min-width: 769px) {
            #login .login-area .login-form .input-area .input-block .write {
              padding-right: 0; } }
      #login .login-area .login-form .input-area input {
        padding: 2px 10px;
        width: 100%;
        border: 1px solid #d7d8d9;
        border-radius: 5px;
        font-size: 22px;
        /*font-weight: bold;*/ }
    #login .login-area .login-form .btn-area {
      width: 100%;
      display: inline-block;
      padding-top: 5px; }
      @media screen and (min-width: 769px) {
        #login .login-area .login-form .btn-area {
          width: 25%;
          float: left;
          text-align: center;
          padding-top: 20px; } }
      #login .login-area .login-form .btn-area:hover {
        opacity: 0.7; }
      #login .login-area .login-form .btn-area a {
        width: 120px;
        padding: 12px 0;
        background-color: #3c3c3c;
        border-radius: 10px;
        border-style: none;
        display: inline-block;
        font-size: 14px;
        font-weight: bold;
        color: #ffffff; }
        @media screen and (min-width: 769px) {
          #login .login-area .login-form .btn-area a {
            font-size: 16px;
            padding: 15px 0; } }
    #login .login-area .login-form .input-area-one-line {
      width: 100%;
      display: flex;
      flex-wrap: nowrap;
      align-items: center;
      padding-top: 5px; }
      #login .login-area .login-form .input-area-one-line .title {
        font-size: 16px;
        white-space: nowrap;
        color: #666666; }
        #login .login-area .login-form .input-area-one-line .title span {
          display: none; }
          @media screen and (min-width: 769px) {
            #login .login-area .login-form .input-area-one-line .title span {
              display: inline-block; } }
        @media screen and (min-width: 769px) {
          #login .login-area .login-form .input-area-one-line .title {
            font-size: 18px; } }
      #login .login-area .login-form .input-area-one-line .write {
        width: 100%;
        float: left;
        padding: 0 10px; }
        #login .login-area .login-form .input-area-one-line .write input {
          width: 100%;
          padding: 2px 10px;
          border: 1px solid #d7d8d9;
          border-radius: 5px;
          font-size: 22px;
          /*font-weight: bold;*/ }
        #login .login-area .login-form .input-area-one-line .write .verify-code {
          font-size: 30px;
          font-weight: bold;
          padding: 3px 5px; }
          @media screen and (min-width: 554px) {
            #login .login-area .login-form .input-area-one-line .write .verify-code {
              padding: 3px 15px; } }
          @media screen and (min-width: 769px) {
            #login .login-area .login-form .input-area-one-line .write .verify-code {
              padding: 3px 15px; } }
      #login .login-area .login-form .input-area-one-line .btn {
        width: 100px;
        display: inline-block; }
        #login .login-area .login-form .input-area-one-line .btn:hover {
          opacity: 0.7; }
        #login .login-area .login-form .input-area-one-line .btn a {
          width: 100%;
          padding: 8px 5px;
          background-color: #3c3c3c;
          border-radius: 10px;
          border-style: none;
          display: inline-block;
          font-size: 14px;
          font-weight: bold;
          color: #ffffff;
          white-space: nowrap; }
          @media screen and (min-width: 769px) {
            #login .login-area .login-form .input-area-one-line .btn a {
              font-size: 16px;
              padding: 8px 25px; } }
    #login .login-area .login-form .separate-line {
      display: inline-block;
      position: relative;
      width: 95%;
      border-top: 1px solid #dedede;
      margin-top: 40px; }
      #login .login-area .login-form .separate-line .label {
        position: absolute;
        top: 0;
        color: #a0a0a0;
        transform: translateY(-50%);
        width: 60px;
        left: calc(50% - 30px);
        white-space: nowrap; }
        @media screen and (min-width: 769px) {
          #login .login-area .login-form .separate-line .label {
            width: 80px;
            left: calc(50% - 40px); } }
        #login .login-area .login-form .separate-line .label:before {
          position: absolute;
          z-index: -1;
          left: 0;
          bottom: 50%;
          width: 100%;
          height: 1px;
          background-color: #eeeeee;
          content: ""; }
    #login .login-area .login-form .extra_login {
      width: 100%;
      display: inline-block;
      margin: 40px 0 20px; }
      #login .login-area .login-form .extra_login img {
        max-width: 200px;
        cursor: pointer; }
        @media screen and (min-width: 769px) {
          #login .login-area .login-form .extra_login img {
            max-width: 250px; } }
        #login .login-area .login-form .extra_login img:hover {
          opacity: 0.7; }
    #login .login-area .login-form .option_area {
      width: 100%;
      display: inline-block;
      margin: 30px 0 20px; }
      #login .login-area .login-form .option_area p {
        color: #3c5d39; }
  #login .login-area .login-admin {
    background-color: #d2ded0; }

/*----------------------------------------------------
  mypage
----------------------------------------------------*/
#mypage .mypage-link {
  padding: 30px 0;
  border-bottom: solid 1px #eee; }
  @media screen and (min-width: 769px) {
    #mypage .mypage-link {
      padding: 40px 0; } }
  #mypage .mypage-link .mypage-link__tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #mypage .mypage-link .mypage-link__tab li {
      width: 100%;
      max-width: 210px;
      margin: 0 3px;
      position: relative; }
      @media screen and (min-width: 554px) {
        #mypage .mypage-link .mypage-link__tab li {
          margin: 0 5px; } }
      @media screen and (min-width: 769px) {
        #mypage .mypage-link .mypage-link__tab li {
          margin: 0 10px; } }
      #mypage .mypage-link .mypage-link__tab li .btn {
        width: 100%;
        padding: 6px 0;
        border: solid 1px #d7d8d9;
        border-radius: 30px;
        text-align: center;
        font-size: 12px;
        display: block; }
        #mypage .mypage-link .mypage-link__tab li .btn span {
          display: none; }
        @media screen and (min-width: 554px) {
          #mypage .mypage-link .mypage-link__tab li .btn {
            padding: 10px 0;
            font-size: 13px; }
            #mypage .mypage-link .mypage-link__tab li .btn span {
              display: inline; } }
        @media screen and (min-width: 769px) {
          #mypage .mypage-link .mypage-link__tab li .btn {
            border-radius: 38px;
            font-size: 14px; } }
        #mypage .mypage-link .mypage-link__tab li .btn::after {
          content: "";
          position: absolute;
          left: 50%;
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          bottom: -6px;
          color: #ffa000;
          border-width: 6px 8px 0;
          border-style: solid;
          border-color: currentColor transparent transparent;
          opacity: 0;
          -webkit-transition: all 0.3s;
          -o-transition: all 0.3s;
          transition: all 0.3s; }
          @media screen and (min-width: 554px) {
            #mypage .mypage-link .mypage-link__tab li .btn::after {
              bottom: -10px;
              border-width: 10px 12px 0; } }
        #mypage .mypage-link .mypage-link__tab li .btn:hover {
          background: #ffa000;
          border: solid 1px #ffa000;
          color: #FFFFFF; }
      #mypage .mypage-link .mypage-link__tab li.select .btn {
        background: #ffa000;
        border: solid 1px #ffa000;
        color: #FFFFFF; }
        #mypage .mypage-link .mypage-link__tab li.select .btn::after {
          opacity: 1.0; }
#mypage .mypage-contents {
  width: 100%;
  margin-top: 20px; }
  #mypage .mypage-contents .history {
    width: 100%; }
    #mypage .mypage-contents .history .product-area {
      width: 100%;
      margin-bottom: 20px; }
      #mypage .mypage-contents .history .product-area .order {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 10px 0;
        margin-top: 20px; }
        #mypage .mypage-contents .history .product-area .order .summary {
          font-size: 16px;
          font-weight: bold;
          color: #4c4c4c; }
        #mypage .mypage-contents .history .product-area .order .btn {
          padding: 5px 20px;
          color: #ffffff;
          background-color: #e04949;
          border-radius: 20px;
          cursor: pointer;
          white-space: nowrap;
          font-size: 14px;
          line-height: 20px; }
          #mypage .mypage-contents .history .product-area .order .btn:hover {
            opacity: 0.7; }
        #mypage .mypage-contents .history .product-area .order:first-child {
          margin-top: 0; }
      #mypage .mypage-contents .history .product-area .item {
        width: 100%;
        display: flex;
        align-items: center;
        margin-bottom: 6px;
        border-bottom: 1px solid #e6e6e6;
        background-color: #f9f9f9; }
        @media screen and (min-width: 554px) {
          #mypage .mypage-contents .history .product-area .item {
            padding: 0 5px; } }
        @media screen and (min-width: 769px) {
          #mypage .mypage-contents .history .product-area .item {
            padding: 0 15px; } }
        #mypage .mypage-contents .history .product-area .item .contents {
          width: 100%;
          display: flex; }
          #mypage .mypage-contents .history .product-area .item .contents .img {
            position: relative;
            height: 120px;
            width: 20%;
            max-width: 100px;
            min-width: 70px;
            cursor: pointer; }
            @media screen and (min-width: 554px) {
              #mypage .mypage-contents .history .product-area .item .contents .img {
                max-width: 100px;
                min-width: 100px; } }
            @media screen and (min-width: 769px) {
              #mypage .mypage-contents .history .product-area .item .contents .img {
                max-width: 120px;
                min-width: 120px; } }
            #mypage .mypage-contents .history .product-area .item .contents .img img {
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
              -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
              max-width: initial;
              height: 100%;
              object-fit: cover;
              vertical-align: top;
              border: 0; }
          #mypage .mypage-contents .history .product-area .item .contents .summary {
            padding-left: 10px; }
            #mypage .mypage-contents .history .product-area .item .contents .summary .title {
              padding-right: 5px; }
              @media screen and (min-width: 554px) {
                #mypage .mypage-contents .history .product-area .item .contents .summary .title {
                  padding-right: 10px; } }
              @media screen and (min-width: 769px) {
                #mypage .mypage-contents .history .product-area .item .contents .summary .title {
                  padding-right: 20px; } }
            #mypage .mypage-contents .history .product-area .item .contents .summary .price {
              font-weight: bold;
              font-size: 14px; }
            #mypage .mypage-contents .history .product-area .item .contents .summary .count {
              color: #ff8f4e;
              font-weight: bold;
              font-size: 14px; }
        #mypage .mypage-contents .history .product-area .item .btn {
          color: #ffffff;
          background-color: #8f989a;
          border-radius: 10px;
          padding: 5px 8px;
          cursor: pointer;
          white-space: nowrap;
          font-size: 14px;
          line-height: 20px; }
          @media screen and (min-width: 554px) {
            #mypage .mypage-contents .history .product-area .item .btn {
              padding: 5px 15px; } }
          @media screen and (min-width: 769px) {
            #mypage .mypage-contents .history .product-area .item .btn {
              padding: 5px 15px; } }
          #mypage .mypage-contents .history .product-area .item .btn:hover {
            opacity: 0.7; }
  #mypage .mypage-contents .my-info {
    width: 100%;
    margin: 30px auto 0; }
    #mypage .mypage-contents .my-info .contact-form__text .must {
      color: #FFFFFF;
      background: #ff6666;
      padding: 2px 8px 1px;
      margin-right: 5px;
      display: inline-block;
      border-radius: 7px;
      font-weight: normal;
      line-height: 1.0;
      font-size: 11px; }
    #mypage .mypage-contents .my-info table {
      width: 100%;
      margin-top: 20px; }
      #mypage .mypage-contents .my-info table th {
        width: 100%;
        display: inline-block;
        padding: 10px 0;
        position: relative;
        font-weight: bold; }
        @media screen and (min-width: 769px) {
          #mypage .mypage-contents .my-info table th {
            width: 230px;
            padding: 30px 0;
            display: table-cell; } }
        #mypage .mypage-contents .my-info table th .must {
          margin-left: 10px;
          color: #FFFFFF;
          background: #ff6666;
          padding: 2px 8px 1px;
          margin-right: 5px;
          display: inline-block;
          border-radius: 7px;
          font-weight: normal;
          line-height: 1.0;
          font-size: 11px; }
        #mypage .mypage-contents .my-info table th .comment {
          display: block;
          margin-top: 6px;
          font-size: 13px;
          font-weight: normal;
          color: #7b7c7e; }
      #mypage .mypage-contents .my-info table .textarea {
        vertical-align: top; }
        #mypage .mypage-contents .my-info table .textarea .must {
          top: 27px;
          -webkit-transform: none;
          -ms-transform: none;
          transform: none; }
      #mypage .mypage-contents .my-info table td {
        width: 100%;
        display: inline-block;
        padding: 0 0 10px; }
        @media screen and (min-width: 769px) {
          #mypage .mypage-contents .my-info table td {
            width: calc(100% - 230px);
            padding: 15px 0 15px 30px;
            display: table-cell; } }
        #mypage .mypage-contents .my-info table td .error {
          color: #ff0000; }
        #mypage .mypage-contents .my-info table td input::-webkit-input-placeholder {
          color: #ccc; }
        #mypage .mypage-contents .my-info table td input:-ms-input-placeholder {
          color: #ccc; }
        #mypage .mypage-contents .my-info table td input::-ms-input-placeholder {
          color: #ccc; }
        #mypage .mypage-contents .my-info table td input::placeholder {
          color: #ccc; }
        #mypage .mypage-contents .my-info table td input[type="text"], #mypage .mypage-contents .my-info table td input[type="password"] {
          padding: 12px 15px;
          width: 100%;
          border: solid 1px #d7d8d9;
          border-radius: 5px; }
        #mypage .mypage-contents .my-info table td .comment {
          display: block;
          margin-top: 10px;
          font-size: 13px;
          color: #7b7c7e; }
        #mypage .mypage-contents .my-info table td .red {
          color: #ff0000; }
        #mypage .mypage-contents .my-info table td textarea {
          width: 100%;
          padding: 12px 15px;
          border: solid 1px #d7d8d9;
          border-radius: 5px;
          height: 120px; }
        #mypage .mypage-contents .my-info table td .ipt-check {
          opacity: 0;
          display: none; }
        #mypage .mypage-contents .my-info table td select {
          border-style: none;
          -moz-appearance: none;
          text-indent: 0.01px;
          -o-text-overflow: '';
          text-overflow: '';
          appearance: none;
          -webkit-appearance: none;
          width: 280px;
          height: 48px;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          border: solid 1px #d7d8d9;
          border-radius: 5px;
          padding: 0 40px 0 10px;
          position: relative;
          background: #FFFFFF;
          font-size: 16px; }
          @media screen and (min-width: 769px) {
            #mypage .mypage-contents .my-info table td select {
              font-size: 14px; } }
          @media screen and (min-width: 769px) {
            #mypage .mypage-contents .my-info table td select:hover {
              cursor: pointer; } }
        #mypage .mypage-contents .my-info table td select::-ms-expand {
          display: none; }
        #mypage .mypage-contents .my-info table td .prefecture {
          position: relative;
          width: auto;
          display: inline-block; }
          #mypage .mypage-contents .my-info table td .prefecture::before {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            z-index: 0;
            width: 30px;
            height: 100%; }
          #mypage .mypage-contents .my-info table td .prefecture::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 15px;
            -webkit-transform: translateY(-50%);
            -ms-transform: translateY(-50%);
            transform: translateY(-50%);
            z-index: 2;
            width: 0;
            height: 0;
            border-width: 4px 4px 0;
            border-style: solid;
            border-color: #212121 transparent transparent; }
        #mypage .mypage-contents .my-info table td label {
          margin: 5px 10px;
          padding-right: 20px;
          display: block;
          float: left; }
          #mypage .mypage-contents .my-info table td label .label_text {
            margin-right: 5px; }
        #mypage .mypage-contents .my-info table td .line-qrcode {
          width: 100%;
          text-align: center; }
          #mypage .mypage-contents .my-info table td .line-qrcode img {
            max-width: 200px; }
      #mypage .mypage-contents .my-info table tr {
        border-bottom: solid 1px #eee; }
        #mypage .mypage-contents .my-info table tr:last-child {
          border: none; }
        #mypage .mypage-contents .my-info table tr:first-child {
          border-top: solid 1px #eee; }
    #mypage .mypage-contents .my-info .contact-form__btn {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 30px -5px 0; }
      @media screen and (min-width: 554px) {
        #mypage .mypage-contents .my-info .contact-form__btn {
          margin: 30px -10px 0; } }
      @media screen and (min-width: 769px) {
        #mypage .mypage-contents .my-info .contact-form__btn {
          margin: 40px 0 0; } }
      #mypage .mypage-contents .my-info .contact-form__btn .btn {
        text-align: center;
        width: 50%;
        max-width: 250px;
        margin: 0 5px; }
        @media screen and (min-width: 554px) {
          #mypage .mypage-contents .my-info .contact-form__btn .btn {
            margin: 0 10px; } }
        @media screen and (min-width: 769px) {
          #mypage .mypage-contents .my-info .contact-form__btn .btn {
            margin: 0 30px; } }
        #mypage .mypage-contents .my-info .contact-form__btn .btn .link, #mypage .mypage-contents .my-info .contact-form__btn .btn .clear {
          position: relative;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
          -webkit-justify-content: center;
          -ms-flex-pack: center;
          justify-content: center;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -ms-flex-align: center;
          align-items: center;
          border-radius: 30px;
          border: 1px solid #d7d8d9;
          width: 100%;
          height: 52px;
          background-color: #FFFFFF;
          text-align: center; }
          @media screen and (min-width: 769px) {
            #mypage .mypage-contents .my-info .contact-form__btn .btn .link, #mypage .mypage-contents .my-info .contact-form__btn .btn .clear {
              height: 60px;
              cursor: pointer; }
              #mypage .mypage-contents .my-info .contact-form__btn .btn .link:hover, #mypage .mypage-contents .my-info .contact-form__btn .btn .clear:hover {
                background-color: #ffa000;
                border-color: #ffa000; }
                #mypage .mypage-contents .my-info .contact-form__btn .btn .link:hover:after, #mypage .mypage-contents .my-info .contact-form__btn .btn .clear:hover:after {
                  border-color: #FFFFFF !important; }
                #mypage .mypage-contents .my-info .contact-form__btn .btn .link:hover i,
                #mypage .mypage-contents .my-info .contact-form__btn .btn .link:hover span, #mypage .mypage-contents .my-info .contact-form__btn .btn .clear:hover i,
                #mypage .mypage-contents .my-info .contact-form__btn .btn .clear:hover span {
                  color: #FFFFFF !important; } }
          #mypage .mypage-contents .my-info .contact-form__btn .btn .link:after, #mypage .mypage-contents .my-info .contact-form__btn .btn .clear:after {
            content: '';
            display: block;
            position: absolute;
            top: 50%;
            right: 18px;
            border-top: 1px solid #212121;
            border-right: 1px solid #212121;
            width: .5em;
            height: .5em;
            -webkit-transform: translate(0, -50%) rotate(45deg);
            -ms-transform: translate(0, -50%) rotate(45deg);
            transform: translate(0, -50%) rotate(45deg); }
            @media screen and (min-width: 769px) {
              #mypage .mypage-contents .my-info .contact-form__btn .btn .link:after, #mypage .mypage-contents .my-info .contact-form__btn .btn .clear:after {
                right: 28px;
                -webkit-transition: all .25s ease;
                -o-transition: all .25s ease;
                transition: all .25s ease; } }
          #mypage .mypage-contents .my-info .contact-form__btn .btn .link > *, #mypage .mypage-contents .my-info .contact-form__btn .btn .clear > * {
            line-height: 1; }
          #mypage .mypage-contents .my-info .contact-form__btn .btn .link i, #mypage .mypage-contents .my-info .contact-form__btn .btn .clear i {
            display: inline-block;
            margin: -1px 0 0 -.5em;
            font-size: 31px;
            color: #ff5555; }
            @media screen and (min-width: 769px) {
              #mypage .mypage-contents .my-info .contact-form__btn .btn .link i, #mypage .mypage-contents .my-info .contact-form__btn .btn .clear i {
                margin-left: 0;
                -webkit-transition: all .25s ease;
                -o-transition: all .25s ease;
                transition: all .25s ease; } }
          #mypage .mypage-contents .my-info .contact-form__btn .btn .link span, #mypage .mypage-contents .my-info .contact-form__btn .btn .clear span {
            font-size: 15px; }
            @media screen and (min-width: 769px) {
              #mypage .mypage-contents .my-info .contact-form__btn .btn .link span, #mypage .mypage-contents .my-info .contact-form__btn .btn .clear span {
                font-size: 16px;
                font-weight: bold;
                -webkit-transition: all .25s ease;
                -o-transition: all .25s ease;
                transition: all .25s ease; } }
        #mypage .mypage-contents .my-info .contact-form__btn .btn .clear {
          cursor: pointer; }
  #mypage .mypage-contents .delivery {
    width: 100%; }
    #mypage .mypage-contents .delivery .delivery-command {
      width: 100%;
      display: flex;
      justify-content: flex-end;
      margin-bottom: 10px; }
      #mypage .mypage-contents .delivery .delivery-command .btn {
        width: 120px;
        padding: 4px 10px;
        background-color: #444444;
        color: #ffffff;
        border-radius: 16px;
        text-align: center;
        cursor: pointer; }
        #mypage .mypage-contents .delivery .delivery-command .btn:hover {
          opacity: 0.8; }
    #mypage .mypage-contents .delivery .delivery-block {
      display: flex;
      align-items: center;
      justify-content: space-between;
      width: 100%;
      padding: 10px;
      background-color: #f5f5f5;
      border: 1px solid #e3e3e3;
      margin-bottom: 10px; }
      #mypage .mypage-contents .delivery .delivery-block .info .line {
        width: 100%; }
        #mypage .mypage-contents .delivery .delivery-block .info .line .name {
          font-size: 18px;
          font-weight: bold; }
      #mypage .mypage-contents .delivery .delivery-block .control {
        display: flex; }
        #mypage .mypage-contents .delivery .delivery-block .control .btn {
          width: 80px;
          padding: 4px 10px;
          background-color: #444444;
          color: #ffffff;
          border-radius: 7px;
          text-align: center;
          cursor: pointer; }
          #mypage .mypage-contents .delivery .delivery-block .control .btn:hover {
            opacity: 0.8; }
  #mypage .mypage-contents .retire {
    width: 100%;
    margin: 30px auto 0; }
    #mypage .mypage-contents .retire .message-area {
      width: 100%;
      padding: 20px; }
      #mypage .mypage-contents .retire .message-area .message-title {
        font-size: 26px;
        font-weight: bold;
        padding: 15px 20px;
        background-color: #dcdcdc;
        border-radius: 0 20px 0 0; }
        @media screen and (min-width: 769px) {
          #mypage .mypage-contents .retire .message-area .message-title {
            padding: 15px 40px; } }
      #mypage .mypage-contents .retire .message-area .message-contents {
        font-size: 18px;
        padding: 40px 20px;
        border: 1px solid #aaaaaa; }
        @media screen and (min-width: 769px) {
          #mypage .mypage-contents .retire .message-area .message-contents {
            padding: 40px 40px; } }
    #mypage .mypage-contents .retire .btn-area {
      width: 100%;
      text-align: center; }
      #mypage .mypage-contents .retire .btn-area .btn {
        display: inline-block;
        width: 180px;
        text-align: center;
        padding: 15px 0;
        white-space: nowrap;
        background-color: #353535;
        color: #ffffff;
        font-size: 18px;
        font-weight: bold;
        border-radius: 10px;
        cursor: pointer; }
        #mypage .mypage-contents .retire .btn-area .btn:hover {
          opacity: 0.7; }

/*----------------------------------------------------
  notfound
----------------------------------------------------*/
#notfound .c-container .notfound__title {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin-top: 30px; }
  @media screen and (min-width: 554px) {
    #notfound .c-container .notfound__title {
      margin-top: 60px; } }
  @media screen and (min-width: 769px) {
    #notfound .c-container .notfound__title {
      margin-top: 90px;
      font-size: 24px; } }
  #notfound .c-container .notfound__title .sm {
    display: inline; }
    @media screen and (min-width: 554px) {
      #notfound .c-container .notfound__title .sm {
        display: none; } }
#notfound .c-container .notfound__text {
  text-align: center;
  margin-top: 30px;
  font-size: 14px;
  line-height: 2.0; }
  @media screen and (min-width: 554px) {
    #notfound .c-container .notfound__text {
      margin-top: 40px; } }
  @media screen and (min-width: 769px) {
    #notfound .c-container .notfound__text {
      margin-top: 60px; } }
#notfound .c-container .c-btn {
  margin-top: 10px; }
#notfound .notfound-mainvis {
  background: url(/assets/front/img/notfound/notfound-mainvis-bg.jpg);
  background-repeat: repeat-x;
  background-size: cover;
  background-position: center; }
  @media screen and (min-width: 769px) {
    #notfound .notfound-mainvis {
      height: 580px;
      padding-top: 6px; }
      #notfound .notfound-mainvis .c-container {
        position: relative;
        height: 100%; } }
  #notfound .notfound-mainvis .notfound-mainvis__image {
    margin: 0 auto;
    max-width: 500px;
    width: 100%; }
    @media screen and (min-width: 769px) {
      #notfound .notfound-mainvis .notfound-mainvis__image {
        position: absolute;
        right: 30px;
        bottom: 0;
        width: 670px;
        max-width: none; } }
  #notfound .notfound-mainvis .notfound-mainvis__text {
    padding: 20px 0; }
    @media screen and (min-width: 554px) {
      #notfound .notfound-mainvis .notfound-mainvis__text {
        padding: 30px 0; } }
    @media screen and (min-width: 769px) {
      #notfound .notfound-mainvis .notfound-mainvis__text {
        padding-top: 75px;
        width: 470px; } }
    #notfound .notfound-mainvis .notfound-mainvis__text .balloon {
      background: #ffa000;
      font-size: 22px;
      font-weight: bold;
      color: #fff;
      line-height: 1.0;
      padding: 15px 0;
      text-align: center;
      border-radius: 50px;
      margin: 0 auto 10px;
      position: relative;
      max-width: 320px; }
      #notfound .notfound-mainvis .notfound-mainvis__text .balloon::after {
        content: "";
        position: absolute;
        bottom: -25px;
        right: 24%;
        border-top: 15px solid #ffa000;
        border-right: 20px solid #ffa000;
        border-bottom: 15px solid transparent;
        border-left: 20px solid transparent; }
      @media screen and (min-width: 769px) {
        #notfound .notfound-mainvis .notfound-mainvis__text .balloon {
          font-size: 34px;
          margin: 0 0 10px;
          padding: 25px 0;
          max-width: none; } }
    #notfound .notfound-mainvis .notfound-mainvis__text .title {
      text-align: center;
      font-size: 56px;
      font-family: Arial,sans-serif;
      color: #ffa000;
      line-height: 1.0; }
      #notfound .notfound-mainvis .notfound-mainvis__text .title span {
        font-size: 180px;
        display: block;
        margin: -5px 0 -10px; }
      @media screen and (min-width: 769px) {
        #notfound .notfound-mainvis .notfound-mainvis__text .title {
          font-size: 90px; }
          #notfound .notfound-mainvis .notfound-mainvis__text .title span {
            font-size: 280px;
            margin: -10px 0 -20px; } }
#notfound .notfound-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  #notfound .notfound-wrap .block {
    width: 100%; }
    @media screen and (min-width: 769px) {
      #notfound .notfound-wrap .block {
        width: 30%; }
        #notfound .notfound-wrap .block .c-btn {
          width: 100% !important; } }
#notfound .notfound-lead {
  font-weight: normal;
  font-size: 18px;
  margin-top: 30px;
  padding: 0 3%; }
  @media screen and (min-width: 426px) {
    #notfound .notfound-lead {
      text-align: center; } }
  @media screen and (min-width: 554px) {
    #notfound .notfound-lead {
      margin-top: 60px; } }
  @media screen and (min-width: 769px) {
    #notfound .notfound-lead {
      padding: 0;
      font-size: 24px;
      margin-top: 90px; } }

/*----------------------------------------------------
  manage
----------------------------------------------------*/
.m-wrapper {
  display: block; }
  @media screen and (min-width: 769px) {
    .m-wrapper {
      display: flex;
      flex-wrap: nowrap; } }
  .m-wrapper .side-menu {
    display: none; }
    @media screen and (min-width: 769px) {
      .m-wrapper .side-menu {
        display: flex;
        flex-direction: column;
        width: 200px;
        height: 100%;
        position: absolute;
        background-color: #efefef;
        padding: 20px 5px 100px 5px;
        overflow: hidden auto;
        border-bottom: solid 1px #69695c1a;
        scrollbar-width: 3px;
        scrollbar-color: #bd9844 #ccc; }
        .m-wrapper .side-menu .logo {
          width: 100%;
          padding: 10px 15px 30px 15px;
          display: flex;
          align-items: center;
          justify-content: center; }
          .m-wrapper .side-menu .logo img {
            width: 100%;
            object-fit: contain;
            cursor: pointer; }
            .m-wrapper .side-menu .logo img:hover {
              opacity: 0.8; }
        .m-wrapper .side-menu ul {
          user-select: none;
          color: #3d4449;
          font-weight: 400;
          letter-spacing: 0.075em;
          list-style: none;
          margin-bottom: 0;
          padding: 0; }
          .m-wrapper .side-menu ul .selected {
            color: #ffffff;
            background-color: #666666; }
            .m-wrapper .side-menu ul .selected:hover {
              color: #ffff00;
              background-color: #666666; }
          .m-wrapper .side-menu ul .relative {
            color: #00a1ff;
            background-color: #e7f4fb; }
            .m-wrapper .side-menu ul .relative:hover {
              color: #00a1ff;
              background-color: #c6ebff; }
          .m-wrapper .side-menu ul a, .m-wrapper .side-menu ul span {
            border-bottom: 0;
            color: inherit;
            cursor: pointer;
            padding: 9px 0 9px 5px;
            display: flex;
            align-items: center; }
            .m-wrapper .side-menu ul a .ico, .m-wrapper .side-menu ul span .ico {
              font-size: 22px;
              padding: 0 4px 0 0;
              margin: 0; }
            .m-wrapper .side-menu ul a .txt, .m-wrapper .side-menu ul span .txt {
              font-size: 14px;
              padding: 0;
              margin: 0; }
            .m-wrapper .side-menu ul a:hover, .m-wrapper .side-menu ul span:hover {
              color: #d77942;
              background-color: #8787870a; }
            .m-wrapper .side-menu ul a.opener, .m-wrapper .side-menu ul span.opener {
              -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
              position: relative; }
              .m-wrapper .side-menu ul a.opener:before, .m-wrapper .side-menu ul span.opener:before {
                font-family: 'Font Awesome 5 Free';
                font-weight: 900;
                -moz-transition: color 0.2s ease-in-out, -moz-transform 0.2s ease-in-out;
                -webkit-transition: color 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
                -ms-transition: color 0.2s ease-in-out, -ms-transform 0.2s ease-in-out;
                transition: color 0.2s ease-in-out, transform 0.2s ease-in-out;
                color: #9fa3a6;
                content: '\f078';
                position: absolute;
                right: 5px;
                top: calc(50% - 5px);
                font-variant: normal;
                text-rendering: auto;
                line-height: 1;
                text-transform: none !important;
                box-sizing: inherit; }
              .m-wrapper .side-menu ul a.opener:hover:before, .m-wrapper .side-menu ul span.opener:hover:before {
                color: #008888; }
              .m-wrapper .side-menu ul a.opener.active + ul, .m-wrapper .side-menu ul span.opener.active + ul {
                display: block; }
              .m-wrapper .side-menu ul a.opener.active:before, .m-wrapper .side-menu ul span.opener.active:before {
                -moz-transform: rotate(-180deg);
                -webkit-transform: rotate(-180deg);
                -ms-transform: rotate(-180deg);
                transform: rotate(-180deg); }
        .m-wrapper .side-menu > ul > li {
          border-top: solid 1px rgba(210, 215, 217, 0.75);
          padding: 0; }
          .m-wrapper .side-menu > ul > li > ul {
            color: #736f3d;
            display: none;
            margin: 0.5em 0 1.5em 0;
            padding-left: 1em; }
            .m-wrapper .side-menu > ul > li > ul a, .m-wrapper .side-menu > ul > li > ul span {
              font-size: 0.8em; }
            .m-wrapper .side-menu > ul > li > ul > li {
              margin: 0.125em 0 0 0;
              padding: 0.125em 0 0 0; }
          .m-wrapper .side-menu > ul > li:first-child {
            border-top: 0; } }
  @media screen and (min-width: 769px) {
    .m-wrapper .side-menu::-webkit-scrollbar {
      /* Chrome, Safari 対応 */
      width: 3px;
      height: 3px; }
    .m-wrapper .side-menu::-webkit-scrollbar-track {
      background-color: #ccc; }
    .m-wrapper .side-menu::-webkit-scrollbar-thumb {
      background-color: #bd9844; } }
  .m-wrapper .m-contents {
    width: 100%; }
    @media screen and (min-width: 769px) {
      .m-wrapper .m-contents {
        width: calc(100% - 200px);
        min-width: calc(1017px - 200px);
        height: 100%;
        position: absolute;
        left: 200px;
        overflow: hidden auto;
        padding: 0;
        scrollbar-width: 7px;
        scrollbar-color: #17585d #ccc; } }
  @media screen and (min-width: 769px) {
    .m-wrapper .m-contents::-webkit-scrollbar {
      /* Chrome, Safari 対応 */
      width: 7px;
      height: 7px; }
    .m-wrapper .m-contents::-webkit-scrollbar-track {
      background-color: #ccc; }
    .m-wrapper .m-contents::-webkit-scrollbar-thumb {
      background-color: #17585d; } }

.mng-page {
  position: relative;
  display: block;
  z-index: 2;
  background-color: #ffffff;
  padding-bottom: 30px;
  border-bottom: 1px solid #e1e2e3;
  min-height: 450px; }
  @media screen and (min-width: 554px) {
    .mng-page {
      min-height: 500px; } }
  @media screen and (min-width: 769px) {
    .mng-page {
      padding: 5px 5px 40px;
      min-height: calc(100% - 35px); } }

.m-pagetitle {
  width: 100%;
  border-bottom: 1px solid #eee;
  padding: 10px;
  text-align: center;
  font-size: 22px;
  font-weight: normal;
  line-height: 1.6; }
  @media screen and (min-width: 554px) {
    .m-pagetitle {
      font-size: 24px; } }
  @media screen and (min-width: 769px) {
    .m-pagetitle {
      font-size: 26px;
      padding: 17px 30px; } }

.m-container {
  max-width: 1920px;
  width: 100%;
  margin: 0 auto;
  padding: 0 2px; }
  @media screen and (min-width: 554px) {
    .m-container {
      padding: 0 5px; } }
  @media screen and (min-width: 769px) {
    .m-container {
      padding: 0;
      width: 100%;
      /* 最大サイズ - サイドメニュー幅 - コンテンツ部の左右padding幅 */
      max-width: calc(1920px - 200px - (5px * 2)); } }

.clr-maker {
  color: #ef0d0d; }

.clr-dealer {
  color: #9d00c4; }

.clr-agency {
  color: #0089ff; }

.mailmaga-process-area {
  width: 100%;
  display: block;
  margin-top: 30px; }
  .mailmaga-process-area .caption {
    width: 100%;
    text-align: right; }
  .mailmaga-process-area .process-bar-area {
    width: 100%;
    text-align: left;
    background-color: #eeeeee;
    border: 1px solid #e6e6e6;
    position: relative; }
    .mailmaga-process-area .process-bar-area .process-bar {
      width: 50%;
      height: 30px;
      background-color: #7ba7da; }
    .mailmaga-process-area .process-bar-area .persentage {
      width: 100px;
      text-align: center;
      position: absolute;
      left: calc(50% - 50px);
      top: 2px;
      font-size: 18px;
      font-weight: bold;
      color: #000000; }

/*----------------------------------------------------
  manage
----------------------------------------------------*/
#manage .table-area {
  position: relative;
  margin: 60px 0 30px; }
  #manage .table-area .table-wrap {
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE, Edge 対応 */
    scrollbar-width: none;
    /* Firefox 対応 */ }
  #manage .table-area .table-wrap::-webkit-scrollbar {
    display: none;
    /* Chrome, Safari 対応 */ }
  #manage .table-area .table-option {
    position: absolute;
    left: 0;
    top: -40px; }
    @media screen and (min-width: 554px) {
      #manage .table-area .table-option {
        left: 10px; } }
    @media screen and (min-width: 769px) {
      #manage .table-area .table-option {
        left: 10px; } }
    #manage .table-area .table-option a {
      float: left;
      margin-right: 5px; }
      #manage .table-area .table-option a .btn {
        height: 32px;
        border: 1px solid #cccccc;
        border-radius: 15px;
        padding: 5px 20px;
        font-size: 13px;
        cursor: pointer; }
        #manage .table-area .table-option a .btn span {
          display: none; }
          @media screen and (min-width: 554px) {
            #manage .table-area .table-option a .btn span {
              display: inline; } }
          @media screen and (min-width: 769px) {
            #manage .table-area .table-option a .btn span {
              display: inline; } }
        #manage .table-area .table-option a .btn:hover {
          background: #ffa000;
          border: solid 1px #ffa000;
          color: #FFFFFF; }
      #manage .table-area .table-option a .btn-inactive {
        height: 32px;
        border: 1px solid #cccccc;
        border-radius: 15px;
        padding: 5px 20px;
        font-size: 13px;
        cursor: not-allowed;
        color: #c5c5c5;
        background-color: #eeeeee; }
        #manage .table-area .table-option a .btn-inactive span {
          display: none; }
          @media screen and (min-width: 554px) {
            #manage .table-area .table-option a .btn-inactive span {
              display: inline; } }
          @media screen and (min-width: 769px) {
            #manage .table-area .table-option a .btn-inactive span {
              display: inline; } }
      #manage .table-area .table-option a .btn-prev {
        height: 32px;
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border-radius: 15px 0 0 15px;
        padding: 5px 10px;
        font-size: 13px;
        margin-left: 5px;
        cursor: pointer; }
        @media screen and (min-width: 554px) {
          #manage .table-area .table-option a .btn-prev {
            padding: 5px 20px;
            margin-left: 20px; } }
        @media screen and (min-width: 769px) {
          #manage .table-area .table-option a .btn-prev {
            padding: 5px 20px;
            margin-left: 20px; } }
        #manage .table-area .table-option a .btn-prev .ico {
          font-size: 22px;
          color: #1f9af1; }
        #manage .table-area .table-option a .btn-prev:hover {
          background: #c3eaf9;
          border: solid 1px #aae1f7;
          color: #FFFFFF; }
      #manage .table-area .table-option a .btn-next {
        height: 32px;
        background-color: #ffffff;
        border: 1px solid #cccccc;
        border-radius: 0 15px 15px 0;
        padding: 5px 10px;
        font-size: 13px;
        cursor: pointer; }
        @media screen and (min-width: 554px) {
          #manage .table-area .table-option a .btn-next {
            padding: 5px 20px; } }
        @media screen and (min-width: 769px) {
          #manage .table-area .table-option a .btn-next {
            padding: 5px 20px; } }
        #manage .table-area .table-option a .btn-next .ico {
          font-size: 22px;
          color: #1f9af1; }
        #manage .table-area .table-option a .btn-next:hover {
          background: #c3eaf9;
          border: solid 1px #aae1f7;
          color: #FFFFFF; }
  #manage .table-area .table-summary {
    position: absolute;
    right: 0;
    top: -35px;
    height: 25px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center; }
    @media screen and (min-width: 554px) {
      #manage .table-area .table-summary {
        right: 10px; } }
    @media screen and (min-width: 769px) {
      #manage .table-area .table-summary {
        right: 10px; } }
    #manage .table-area .table-summary .num {
      float: left;
      font-weight: bold;
      color: #0096c3; }
      #manage .table-area .table-summary .num:nth-child(n+2) {
        margin-left: 15px; }
    #manage .table-area .table-summary .txt {
      float: left;
      font-weight: normal;
      color: #8c8c8c;
      margin-left: 2px; }
      @media screen and (min-width: 554px) {
        #manage .table-area .table-summary .txt {
          margin-left: 6px; } }
      @media screen and (min-width: 769px) {
        #manage .table-area .table-summary .txt {
          margin-left: 6px; } }
#manage table {
  width: 100%;
  border-collapse: collapse;
  white-space: nowrap;
  empty-cells: show;
    /*
	-webkit-user-select: none;
	   -moz-user-select: none;
	    -ms-user-select: none;
	        user-select: none;
    */ }
#manage tr:last-child {
  border-bottom: 2px solid #939393; }
#manage tr.clickable {
  cursor: pointer; }
#manage tr.not-allowed {
  cursor: not-allowed; }
#manage tr.group-item {
  border-top: 2px solid #0c0c0c7a; }
#manage tr:hover {
  background-color: #eef1df; }
#manage th {
  text-align: center;
  padding: 7px 4px 6px;
  color: #ffffff;
  background-color: #1281a3;
  border-right: 1px solid #ffffff;
  font-size: 13px;
  line-height: 13px;
  border-radius: 6px 6px 0 0; }
#manage th.clickable {
  padding: 3px;
  width: 7px; }
#manage th.icon {
  padding: 0;
  text-align: center; }
#manage th.analyze {
  padding: 3px 8px;
  border-bottom: 1px solid #ffffff;
  overflow: hidden; }
  #manage th.analyze img {
    width: 120px;
    height: 40px;
    object-fit: cover;
    transition: 1s all; }
    #manage th.analyze img:hover {
      transform: scale(1.1, 1.1);
      transition: 1s all; }
#manage td {
  /*border: 1px solid #e0e0e0;*/
  border-right: 1px dashed #f3f3f3;
  border-bottom: 1px solid #e0e0e0;
  padding: 10px 8px;
  font-size: 13px; }
  #manage td:last-child {
    border-right: unset; }
  #manage td a {
    color: #ffffff;
    background-color: #666666;
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    max-width: 80px;
    min-width: 50px;
    margin: 0 2px; }
    #manage td a:hover {
      background: #ffa000;
      color: #FFFFFF; }
  #manage td .thumbnail {
    width: 60px;
    height: 59px;
    object-fit: cover; }
  #manage td .pay-method-ico {
    width: 50px; }
#manage td.clickable {
  padding: 3px;
  width: 7px;
  background-color: #9cafbd; }
#manage td.icon {
  padding: 0;
  text-align: center; }
#manage td.no-margin {
  padding: 0;
  text-align: center; }
#manage td.analyze {
  padding: 0 8px;
  min-width: 60px; }
#manage td.analyze-date {
  padding: 0 8px;
  background-color: #f5f5f5; }
  #manage td.analyze-date:hover {
    color: #ff6666; }
#manage td.analyze-sum {
  padding: 3px 8px;
  color: #ffffff;
  background-color: #5d758c;
  font-weight: bold; }
#manage td.multi-item .child-input {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-around; }
  #manage td.multi-item .child-input .input-child {
    max-width: 140px;
    border: 1px solid #e2e2e2;
    background-color: #ffffee;
    font-size: 16px;
    padding: 0 10px;
    margin: 0; }
#manage td.pay-method-card {
  color: #d26666; }
#manage td.pay-method-combini {
  color: #208ac7; }
#manage td.pay-method-delivery {
  color: #9e9e30; }
#manage td.status-order {
  color: #2b882b;
  background-color: #e7fde4; }
#manage td.status-pay {
  color: #626286;
  background-color: #f1f9ff; }
#manage td.status-ship-end {
  color: #a3afb5;
  background-color: #f1f1f1; }
#manage td.status-ship {
  background-color: #ffffd5; }
#manage td.status-pay-end {
  color: #a3afb5;
  background-color: #f1f1f1; }
#manage td.status-cancel {
  color: #e84e4e;
  background-color: #ffe9f5; }
#manage td.status-expire {
  color: #e98fff;
  background-color: #f6eefd; }
#manage .manage-link {
  width: 100%;
  padding: 10px 0;
  border-bottom: solid 1px #eee;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  @media screen and (min-width: 769px) {
    #manage .manage-link {
      padding: 10px 0; } }
  #manage .manage-link .manage-link__tab {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
    #manage .manage-link .manage-link__tab li {
      width: 100%;
      max-width: 210px;
      margin: 0 3px;
      position: relative; }
      @media screen and (min-width: 554px) {
        #manage .manage-link .manage-link__tab li {
          margin: 0 5px; } }
      @media screen and (min-width: 769px) {
        #manage .manage-link .manage-link__tab li {
          margin: 0 10px; } }
      #manage .manage-link .manage-link__tab li .btn {
        width: 100%;
        padding: 6px 0;
        border: solid 1px #d7d8d9;
        border-radius: 30px;
        text-align: center;
        font-size: 12px;
        display: block;
        white-space: nowrap; }
        #manage .manage-link .manage-link__tab li .btn span {
          display: none; }
        @media screen and (min-width: 554px) {
          #manage .manage-link .manage-link__tab li .btn {
            padding: 10px 0;
            font-size: 13px; }
            #manage .manage-link .manage-link__tab li .btn span {
              display: inline; } }
        @media screen and (min-width: 769px) {
          #manage .manage-link .manage-link__tab li .btn {
            border-radius: 38px;
            font-size: 14px; } }
        #manage .manage-link .manage-link__tab li .btn:hover {
          background: #ffa000;
          border: solid 1px #ffa000;
          color: #FFFFFF; }
      #manage .manage-link .manage-link__tab li.select .btn {
        background: #ffa000;
        border: solid 1px #ffa000;
        color: #FFFFFF; }
        #manage .manage-link .manage-link__tab li.select .btn::after {
          opacity: 1.0; }
      #manage .manage-link .manage-link__tab li .btn-inactive {
        width: 100%;
        padding: 6px 0;
        border: solid 1px #d7d8d9;
        background-color: #eeeeee;
        color: #aaaaaa;
        border-radius: 30px;
        text-align: center;
        font-size: 12px;
        display: block; }
        #manage .manage-link .manage-link__tab li .btn-inactive span {
          display: none; }
        @media screen and (min-width: 554px) {
          #manage .manage-link .manage-link__tab li .btn-inactive {
            padding: 10px 0;
            font-size: 13px; }
            #manage .manage-link .manage-link__tab li .btn-inactive span {
              display: inline; } }
        @media screen and (min-width: 769px) {
          #manage .manage-link .manage-link__tab li .btn-inactive {
            border-radius: 38px;
            font-size: 14px; } }
#manage .manage-contents {
  width: 100%;
  margin-top: 15px; }
#manage .search-list {
  position: relative;
  z-index: 2;
  margin: 15px auto 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  #manage .search-list .c-filterbox, #manage .search-list .c-filterbox2, #manage .search-list .c-filterbox3 {
    width: 100%;
    display: inline-block;
    background-color: #ececec;
    border: 1px solid #d6d6d6;
    margin: 1px 5px; }
  #manage .search-list .list-latest__search {
    width: 100%;
    margin: 1px 5px; }
    @media screen and (min-width: 554px) {
      #manage .search-list .list-latest__search {
        width: calc(50% - 10px); } }
    @media screen and (min-width: 769px) {
      #manage .search-list .list-latest__search {
        width: 210px; } }
    #manage .search-list .list-latest__search .search {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      border: 1px solid #d0d0d0;
      width: 100%;
      height: 100%;
      position: relative; }
      #manage .search-list .list-latest__search .search form {
        width: calc(100% - 48px); }
      #manage .search-list .list-latest__search .search input[type="text"], #manage .search-list .list-latest__search .search input[type="password"] {
        padding: 0;
        border: 0;
        width: 100%;
        min-height: 1em;
        font-size: 15px;
        line-height: 1;
        padding: 6px 12px; }
        @media screen and (min-width: 554px) {
          #manage .search-list .list-latest__search .search input[type="text"], #manage .search-list .list-latest__search .search input[type="password"] {
            font-size: 15px;
            padding: 6px 13px; } }
        @media screen and (min-width: 769px) {
          #manage .search-list .list-latest__search .search input[type="text"], #manage .search-list .list-latest__search .search input[type="password"] {
            padding: 12px 14px;
            font-size: 18px;
            height: 43px; } }
      #manage .search-list .list-latest__search .search .searchbtn {
        position: absolute;
        display: block;
        right: 0;
        top: 0;
        height: 100%;
        width: 48px;
        height: 100%;
        border-left: solid 1px #eee;
        background-color: #e0e0e0; }
        #manage .search-list .list-latest__search .search .searchbtn input[type="button"], #manage .search-list .list-latest__search .search .searchbtn input[type="submit"] {
          width: 100%;
          height: 100%;
          font-size: 18px; }
          @media screen and (min-width: 554px) {
            #manage .search-list .list-latest__search .search .searchbtn input[type="button"], #manage .search-list .list-latest__search .search .searchbtn input[type="submit"] {
              font-size: 19px; } }
          @media screen and (min-width: 769px) {
            #manage .search-list .list-latest__search .search .searchbtn input[type="button"], #manage .search-list .list-latest__search .search .searchbtn input[type="submit"] {
              font-size: 20px; }
              #manage .search-list .list-latest__search .search .searchbtn input[type="button"]:hover, #manage .search-list .list-latest__search .search .searchbtn input[type="submit"]:hover {
                opacity: 0.7; } }
    #manage .search-list .list-latest__search .search_sel {
      border: 1px solid #ffc856; }
  @media screen and (min-width: 554px) {
    #manage .search-list .c-filterbox, #manage .search-list .c-filterbox2, #manage .search-list .c-filterbox3 {
      width: calc(50% - 10px); }
    #manage .search-list .c-filterbox2 {
      margin-top: 0; } }
  @media screen and (min-width: 769px) {
    #manage .search-list .c-filterbox3 {
      margin-top: 0; } }
  @media screen and (min-width: 769px) {
    #manage .search-list {
      margin: 15px auto 30px;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      #manage .search-list .c-filterbox, #manage .search-list .c-filterbox2, #manage .search-list .c-filterbox3 {
        width: 185px;
        height: 45px; }
        #manage .search-list .c-filterbox .current, #manage .search-list .c-filterbox2 .current, #manage .search-list .c-filterbox3 .current {
          height: 45px;
          line-height: 45px; }
        #manage .search-list .c-filterbox .list .item, #manage .search-list .c-filterbox2 .list .item, #manage .search-list .c-filterbox3 .list .item {
          min-height: 45px; }
          #manage .search-list .c-filterbox .list .item a, #manage .search-list .c-filterbox2 .list .item a, #manage .search-list .c-filterbox3 .list .item a {
            min-height: 45px; } }
#manage .action-area {
  width: 100%;
  background-color: #efefef;
  border: 1px solid #d2d2d2;
  border-radius: 5px;
  padding: 5px 20px 10px 10px;
  display: inline-block; }
  @media screen and (min-width: 769px) {
    #manage .action-area {
      padding: 10px 20px 5px 10px; } }
  #manage .action-area .text-area {
    width: 200px;
    white-space: nowrap;
    float: left;
    padding-top: 5px;
    color: #5f5f5f; }
    #manage .action-area .text-area .ico {
      display: inline-block;
      color: #6098ad; }
    #manage .action-area .text-area .txt {
      display: inline-block;
      vertical-align: top;
      padding-top: 2px; }
    @media screen and (min-width: 769px) {
      #manage .action-area .text-area {
        text-align: center; } }
  #manage .action-area .input-area {
    width: calc(100% - 80px);
    float: left;
    padding: 5px; }
    @media screen and (min-width: 769px) {
      #manage .action-area .input-area {
        width: calc(100% - 200px - 120px); } }
    #manage .action-area .input-area input {
      width: calc(100% - 10px);
      border: 1px solid #e2e2e2;
      padding: 0 10px;
      margin-right: 10px; }
    #manage .action-area .input-area .input_with_color {
      width: calc(100% - 110px);
      margin-right: 0; }
    #manage .action-area .input-area .input_color {
      width: 90px; }
  #manage .action-area .button-area {
    width: 80px;
    float: left;
    padding: 5px;
    background-color: #4e4e4e;
    color: #ffffff;
    font-size: 13px;
    margin-top: 4px;
    text-align: center;
    border-radius: 15px;
    cursor: pointer; }
    @media screen and (min-width: 769px) {
      #manage .action-area .button-area {
        width: 120px; } }
    #manage .action-area .button-area:hover {
      background: #ffa000;
      color: #FFFFFF; }
#manage .no-record {
  width: 100%;
  padding: 100px 30px;
  text-align: center;
  background-color: #f5f5f5;
  border-radius: 10px; }
  #manage .no-record .icon {
    width: 100%;
    text-align: center;
    font-size: 80px;
    color: #a2b1b9;
    margin-bottom: 30px; }
  #manage .no-record .txt {
    color: #6b6b6b;
    font-size: 14px; }
  @media screen and (min-width: 554px) {
    #manage .no-record {
      padding: 150px 30px; } }
  @media screen and (min-width: 769px) {
    #manage .no-record {
      padding: 180px 30px; } }
#manage .listbox-icon {
  float: left;
  height: 41px;
  padding: 10px 0;
  color: #6098ad; }
#manage .listbox-text {
  float: left;
  position: absolute;
  left: 38px;
  overflow: hidden;
  height: 41px;
  padding: 2px 0 2px 5px; }
  @media screen and (min-width: 554px) {
    #manage .listbox-text {
      padding: 2px 0 2px 5px; } }
  @media screen and (min-width: 769px) {
    #manage .listbox-text {
      padding: 1px 0 1px 5px; } }
#manage .list-icon-blue {
  padding: 5px 0 0 0;
  margin: 0;
  color: #23b8ff; }
#manage .list-icon-red {
  padding: 5px 0 0 0;
  margin: 0;
  color: #ec3930; }
#manage .list-icon-orange {
  padding: 5px 0 0 0;
  margin: 0;
  color: #ffb100; }
#manage .list-icon-gray {
  padding: 5px 0 0 0;
  margin: 0;
  color: #888888; }
#manage .td_editable_col {
  min-width: 200px;
  padding: 0 8px; }
  #manage .td_editable_col .color-box {
    float: left;
    width: 20px;
    height: 20px;
    border: 1px solid #999999;
    margin-right: 15px; }
  #manage .td_editable_col .txt {
    float: left; }
#manage .td_editable_btn {
  background-color: #4680b7; }
#manage .td_notready_btn {
  background-color: #bd4646; }
#manage .td_editable_input {
  width: 90%;
  border: 1px solid #ebebeb;
  background-color: #ffffee;
  font-size: 16px;
  height: 22px;
  padding: 0 10px;
  margin-bottom: 2px; }
#manage .td_editable_input_color {
  width: 90px;
  border: 1px solid #e2e2e2;
  background-color: #ffffee;
  font-size: 16px;
  padding: 0 10px;
  margin: 0; }
#manage .td_editable_input_with_color {
  width: calc(100% - 90px);
  border: 1px solid #e2e2e2;
  background-color: #ffffee;
  font-size: 16px;
  padding: 0 10px;
  margin: 0; }
#manage .td_category_depth_1 {
  padding: 0 8px; }
#manage .td_category_depth_2 {
  padding: 0 8px 0 38px;
  position: relative; }
  #manage .td_category_depth_2:before {
    content: "";
    display: block;
    position: absolute;
    top: 24px;
    left: 20px;
    width: 15px;
    height: 0;
    border-top: 2px solid #f98080; }
  #manage .td_category_depth_2:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 20px;
    width: 0;
    height: 24px;
    border-left: 2px solid #f98080; }
#manage .td_category_depth_3 {
  padding: 0 8px 0 68px;
  position: relative; }
  #manage .td_category_depth_3:before {
    content: "";
    display: block;
    position: absolute;
    top: 24px;
    left: 50px;
    width: 15px;
    height: 0;
    border-top: 2px solid #20ad20; }
  #manage .td_category_depth_3:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50px;
    width: 0;
    height: 24px;
    border-left: 2px solid #20ad20; }
#manage .td_category_depth_4 {
  padding: 0 8px 0 98px;
  position: relative; }
  #manage .td_category_depth_4:before {
    content: "";
    display: block;
    position: absolute;
    top: 24px;
    left: 80px;
    width: 15px;
    height: 0;
    border-top: 2px solid #63aeef; }
  #manage .td_category_depth_4:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 80px;
    width: 0;
    height: 24px;
    border-left: 2px solid #63aeef; }
#manage .td_category_depth_5 {
  padding: 0 8px 0 128px;
  position: relative; }
  #manage .td_category_depth_5:before {
    content: "";
    display: block;
    position: absolute;
    top: 24px;
    left: 110px;
    width: 15px;
    height: 0;
    border-top: 2px solid #c353c0; }
  #manage .td_category_depth_5:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 110px;
    width: 0;
    height: 24px;
    border-left: 2px solid #c353c0; }
#manage .td_category_depth_6 {
  padding: 0 8px 0 158px;
  position: relative; }
  #manage .td_category_depth_6:before {
    content: "";
    display: block;
    position: absolute;
    top: 24px;
    left: 140px;
    width: 15px;
    height: 0;
    border-top: 2px solid #f5a011; }
  #manage .td_category_depth_6:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 140px;
    width: 0;
    height: 24px;
    border-left: 2px solid #f5a011; }
#manage .td_category_depth_7 {
  padding: 0 8px 0 188px;
  position: relative; }
  #manage .td_category_depth_7:before {
    content: "";
    display: block;
    position: absolute;
    top: 24px;
    left: 170px;
    width: 15px;
    height: 0;
    border-top: 2px solid #bfbba7; }
  #manage .td_category_depth_7:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 170px;
    width: 0;
    height: 24px;
    border-left: 2px solid #bfbba7; }
#manage .select-option-inactive {
  font-style: italic;
  color: #c9c9c9;
  background-color: #eeeeee; }
#manage .list-color-box {
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #dbdbdb9c; }
  #manage .list-color-box span {
    filter: invert(100%) grayscale(100%) contrast(100); }
#manage .top-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%; }
  #manage .top-area .contents-block {
    display: inline-block;
    width: 100%;
    height: fit-content;
    float: left;
    padding: 15px 10px;
    margin-bottom: 15px;
    background-color: #f3f5f7;
    border-radius: 10px;
    position: relative; }
    @media screen and (min-width: 769px) {
      #manage .top-area .contents-block {
        width: 49.5%;
        padding: 20px;
        margin-bottom: 20px; } }
    #manage .top-area .contents-block .block-title {
      width: 240px;
      display: flex;
      color: #ffffff;
      background-color: #2c5565;
      border-radius: 0 20px 0 0;
      padding: 8px 5px 8px 30px;
      font-size: 18px;
      font-weight: bold;
      white-space: nowrap; }
      #manage .top-area .contents-block .block-title .ico {
        padding-right: 10px; }
    #manage .top-area .contents-block .optional-info {
      position: absolute;
      right: 20px;
      top: 18px;
      width: 30px;
      height: 30px;
      cursor: pointer; }
      @media screen and (min-width: 554px) {
        #manage .top-area .contents-block .optional-info {
          right: 30px; } }
      @media screen and (min-width: 769px) {
        #manage .top-area .contents-block .optional-info {
          right: 40px; } }
      #manage .top-area .contents-block .optional-info:hover {
        opacity: 0.7; }
      #manage .top-area .contents-block .optional-info .ico {
        font-size: 35px;
        color: #4d94c5; }
    #manage .top-area .contents-block .block-contents {
      min-height: 100px;
      border: 1px solid #2c5565;
      padding: 10px; }
      #manage .top-area .contents-block .block-contents .info-item {
        width: 100%;
        display: flex;
        justify-content: space-between;
        padding: 5px 0;
        border-bottom: 1px solid #dedede; }
        @media screen and (min-width: 554px) {
          #manage .top-area .contents-block .block-contents .info-item {
            padding: 5px; } }
        @media screen and (min-width: 769px) {
          #manage .top-area .contents-block .block-contents .info-item {
            padding: 5px; } }
        #manage .top-area .contents-block .block-contents .info-item .title {
          padding: 8px 0 8px 10px;
          white-space: nowrap;
          line-height: 18px; }
        #manage .top-area .contents-block .block-contents .info-item .data {
          padding: 8px 10px 8px 0;
          line-height: 18px;
          font-size: 18px;
          font-weight: bold; }
        #manage .top-area .contents-block .block-contents .info-item:last-child {
          border-bottom: none; }
      #manage .top-area .contents-block .block-contents .qr-code {
        width: 100%;
        text-align: center; }
        #manage .top-area .contents-block .block-contents .qr-code .qrcode {
          max-width: 200px; }

/*----------------------------------------------------
  mng-detail
----------------------------------------------------*/
#mng-detail table {
  width: 100%;
  margin-top: 20px;
  white-space: normal; }
  #mng-detail table th {
    width: 100%;
    display: block;
    padding: 10px;
    position: relative;
    font-weight: bold;
    text-align: left; }
    @media screen and (min-width: 769px) {
      #mng-detail table th {
        width: 200px;
        padding: 20px 0 20px 20px;
        display: table-cell; } }
    #mng-detail table th .comment {
      display: block;
      margin-top: 6px;
      font-size: 13px;
      font-weight: normal;
      color: #7b7c7e; }
  #mng-detail table th.blue {
    background-color: #4c86a7; }
  #mng-detail table tr:hover {
    background-color: #ffffff; }
  #mng-detail table .textarea {
    vertical-align: top; }
    #mng-detail table .textarea .must {
      top: 27px;
      -webkit-transform: none;
      -ms-transform: none;
      transform: none; }
  #mng-detail table td {
    width: 100%;
    display: block;
    padding: 10px 0; }
    @media screen and (min-width: 769px) {
      #mng-detail table td {
        padding: 10px; } }
    @media screen and (min-width: 769px) {
      #mng-detail table td {
        width: calc(100% - 200px);
        padding: 10px;
        display: table-cell; } }
    #mng-detail table td .error {
      color: #ff0000; }
    #mng-detail table td input::-webkit-input-placeholder {
      color: #ccc; }
    #mng-detail table td input:-ms-input-placeholder {
      color: #ccc; }
    #mng-detail table td input::-ms-input-placeholder {
      color: #ccc; }
    #mng-detail table td input::placeholder {
      color: #ccc; }
    #mng-detail table td input[type="text"], #mng-detail table td input[type="password"], #mng-detail table td input[type="date"], #mng-detail table td input[type="number"] {
      padding: 4px 10px;
      width: 100%;
      border: solid 1px #d7d8d9;
      border-radius: 5px;
      font-size: 16px; }
    #mng-detail table td input[type="file"] {
      width: 100%;
      min-height: 30px; }
    #mng-detail table td .comment {
      display: block;
      margin-top: 10px;
      font-size: 13px;
      color: #7b7c7e; }
    #mng-detail table td .red {
      color: #ff0000; }
    #mng-detail table td textarea {
      width: 100%;
      padding: 12px 15px;
      border: solid 1px #d7d8d9;
      border-radius: 5px;
      height: 120px;
      font-size: 16px;
      line-height: 20px; }
    #mng-detail table td .ipt-check {
      opacity: 0;
      display: none; }
    #mng-detail table td .check {
      position: relative;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      vertical-align: middle;
      cursor: pointer;
      padding-left: 30px;
      display: inline-block;
      font-size: 14px; }
      #mng-detail table td .check::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        display: block;
        margin-top: -12px;
        width: 20px;
        height: 20px;
        border: solid 1px #ccc;
        vertical-align: inherit;
        text-decoration: inherit; }
    #mng-detail table td .ipt-check:checked + .check::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 5px;
      display: block;
      margin-top: -12px;
      width: 10px;
      height: 14px;
      border-right: 3px solid #ff6666;
      border-bottom: 3px solid #ff6666;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg); }
    #mng-detail table td select {
      border-style: none;
      -moz-appearance: none;
      text-indent: 0.01px;
      -o-text-overflow: '';
      text-overflow: '';
      /*appearance: none;*/
      /*-webkit-appearance: none;*/
      width: 280px;
      height: 34px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      border: solid 1px #d7d8d9;
      border-radius: 5px;
      padding: 0 20px 0 10px;
      position: relative;
      /*background: #fffeed;*/
      font-size: 16px; }
      @media screen and (min-width: 769px) {
        #mng-detail table td select {
          font-size: 14px; } }
      @media screen and (min-width: 769px) {
        #mng-detail table td select:hover {
          cursor: pointer; } }
    #mng-detail table td select::-ms-expand {
      display: none; }
    #mng-detail table td option {
      height: 48px;
      font-size: 16px; }
    #mng-detail table td .detail-thumbnail-area {
      display: flex;
      flex-wrap: wrap; }
      #mng-detail table td .detail-thumbnail-area .detail-thumbnail {
        width: 100%;
        height: auto;
        padding: 5px;
        overflow: hidden; }
        @media screen and (min-width: 554px) {
          #mng-detail table td .detail-thumbnail-area .detail-thumbnail {
            width: 50%; } }
        @media screen and (min-width: 769px) {
          #mng-detail table td .detail-thumbnail-area .detail-thumbnail {
            width: 25%; } }
        #mng-detail table td .detail-thumbnail-area .detail-thumbnail img {
          width: 100%;
          max-height: 350px;
          object-fit: contain; }
    #mng-detail table td .product-area {
      width: 100%;
      -webkit-user-select: text;
      -moz-user-select: text;
      -ms-user-select: text;
      user-select: text; }
      #mng-detail table td .product-area .item {
        width: 100%;
        display: flex;
        margin-bottom: 6px;
        border-bottom: 1px solid #c79696;
        padding: 10px 5px;
        position: relative; }
        #mng-detail table td .product-area .item:last-child {
          border-bottom: none; }
        #mng-detail table td .product-area .item .img {
          position: relative;
          height: 100px;
          width: 20%;
          max-width: 100px;
          min-width: 70px;
          cursor: pointer; }
          @media screen and (min-width: 554px) {
            #mng-detail table td .product-area .item .img {
              max-width: 100px;
              min-width: 100px; } }
          @media screen and (min-width: 769px) {
            #mng-detail table td .product-area .item .img {
              max-width: 100px;
              min-width: 100px; } }
          #mng-detail table td .product-area .item .img img {
            width: -webkit-fill-available;
            height: 100%;
            object-fit: cover;
            vertical-align: top;
            border: 0; }
            #mng-detail table td .product-area .item .img img:hover {
              opacity: 0.7; }
        #mng-detail table td .product-area .item .summary {
          padding-left: 10px;
          font-size: 12px; }
          #mng-detail table td .product-area .item .summary .title {
            cursor: pointer; }
            #mng-detail table td .product-area .item .summary .title:hover {
              opacity: 0.7; }
          #mng-detail table td .product-area .item .summary .option {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            margin-top: 10px; }
            #mng-detail table td .product-area .item .summary .option .tag-title {
              font-size: 14px;
              float: left;
              margin-right: 5px;
              line-height: 14px;
              color: #66737a; }
            #mng-detail table td .product-area .item .summary .option .tag {
              font-size: 20px;
              float: left;
              margin-right: 10px;
              line-height: 20px; }
            #mng-detail table td .product-area .item .summary .option .tag-color {
              border: 1px solid #b28b8b;
              float: left;
              width: 20px;
              height: 20px;
              margin-bottom: 1px; }
        #mng-detail table td .product-area .item .ribbon {
          position: absolute;
          left: 0;
          display: flex;
          align-items: center;
          padding: 5px 0 4px;
          writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
          z-index: 2;
          width: 24px;
          height: 50px;
          color: white;
          font-size: 14px;
          line-height: 14px;
          background: #ff005e;
          white-space: nowrap;
          -webkit-user-select: none;
          -moz-user-select: none;
          -ms-user-select: none;
          user-select: none; }
          #mng-detail table td .product-area .item .ribbon::before {
            position: absolute;
            content: '';
            top: 0;
            right: -5px;
            border: none;
            border-bottom: solid 6px #584848;
            border-right: solid 5px transparent; }
          #mng-detail table td .product-area .item .ribbon::after {
            content: '';
            position: absolute;
            left: 0;
            top: 100%;
            height: 0;
            width: 0;
            border-left: 12px solid transparent;
            border-right: 12px solid transparent;
            border-top: 10px solid #ff005e; }
    #mng-detail table td .member-no-area {
      display: flex;
      align-items: center;
      justify-content: flex-start; }
      #mng-detail table td .member-no-area label {
        font-size: 22px;
        font-weight: bold; }
      #mng-detail table td .member-no-area img {
        /*width: 108px;
        height: 30px;*/ }
    #mng-detail table td .google-authenticator-area {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      flex-wrap: wrap;
      min-height: 100px; }
      #mng-detail table td .google-authenticator-area label {
        white-space: nowrap; }
      #mng-detail table td .google-authenticator-area .btn {
        white-space: nowrap;
        color: #ffffff;
        background-color: #3e3e3e;
        padding: 5px 15px 5px 15px;
        margin: 0 15px;
        border-radius: 5px;
        cursor: pointer; }
        #mng-detail table td .google-authenticator-area .btn:hover {
          opacity: 0.7; }
      #mng-detail table td .google-authenticator-area .authenticator-info {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin: 10px 0; }
        #mng-detail table td .google-authenticator-area .authenticator-info .secret-code {
          border: 1px solid #eaeaea;
          background-color: #e5f0ff;
          width: 200px;
          margin: 0 10px;
          padding: 2px 5px; }
        #mng-detail table td .google-authenticator-area .authenticator-info .google_auth_qrcode {
          height: 100px;
          margin: 5px; }
    #mng-detail table td .postage {
      width: 100%;
      /* 送料設定 */ }
      #mng-detail table td .postage .postage-method {
        display: flex;
        flex-direction: column; }
      #mng-detail table td .postage .postage-by-order {
        width: 100%;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        margin-bottom: 5px; }
        #mng-detail table td .postage .postage-by-order .txt {
          margin: 0 5px;
          white-space: nowrap;
          text-align: center; }
          #mng-detail table td .postage .postage-by-order .txt:first-child {
            margin: 0 5px 0 0; }
      #mng-detail table td .postage .area-all {
        padding: 10px;
        background: #eeeeee;
        margin-bottom: 10px;
        display: flex;
        align-items: center;
        white-space: nowrap; }
        #mng-detail table td .postage .area-all .txt {
          margin: 0 5px; }
        #mng-detail table td .postage .area-all .btn {
          padding: 2px 10px;
          color: #ffffff;
          background-color: #666666;
          border-radius: 5px;
          cursor: pointer; }
          #mng-detail table td .postage .area-all .btn:hover {
            opacity: 0.7; }
      #mng-detail table td .postage .area-items {
        display: flex;
        flex-wrap: wrap; }
        #mng-detail table td .postage .area-items .item {
          width: 50%;
          display: flex;
          flex-wrap: nowrap;
          align-items: center;
          padding: 0 0 5px 0; }
          @media screen and (min-width: 554px) {
            #mng-detail table td .postage .area-items .item {
              width: 33%;
              padding: 0 5px 5px 0; } }
          @media screen and (min-width: 769px) {
            #mng-detail table td .postage .area-items .item {
              width: 25%;
              padding: 0 5px 5px 0; } }
          #mng-detail table td .postage .area-items .item .tag {
            white-space: nowrap; }
  #mng-detail table tr {
    border-bottom: solid 1px #eee; }
    #mng-detail table tr:last-child {
      border-bottom: solid 1px #eee; }
    #mng-detail table tr:first-child {
      border-top: solid 1px #eee; }
#mng-detail .detail-mainvis {
  padding: 30px 0 0; }
  @media screen and (min-width: 769px) {
    #mng-detail .detail-mainvis {
      padding: 65px 0 0; } }
#mng-detail .detail-link {
  margin: 30px 0 40px; }
  @media screen and (min-width: 554px) {
    #mng-detail .detail-link {
      margin: 50px 0 80px; } }
  @media screen and (min-width: 769px) {
    #mng-detail .detail-link {
      margin: 80px 0 120px; } }
  #mng-detail .detail-link p {
    text-align: left;
    margin-bottom: 20px;
    line-height: 1.8; }
    @media screen and (min-width: 554px) {
      #mng-detail .detail-link p {
        text-align: center; } }
    @media screen and (min-width: 769px) {
      #mng-detail .detail-link p {
        line-height: 2.0; } }
  #mng-detail .detail-link .sm {
    display: none; }
    @media screen and (min-width: 554px) {
      #mng-detail .detail-link .sm {
        display: inline; } }
#mng-detail .detail-form {
  width: 100%;
  margin: 30px auto 0; }
  #mng-detail .detail-form .detail-form__btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 30px -5px 0; }
    @media screen and (min-width: 554px) {
      #mng-detail .detail-form .detail-form__btn {
        margin: 30px -10px 0; } }
    @media screen and (min-width: 769px) {
      #mng-detail .detail-form .detail-form__btn {
        margin: 40px 0 0; } }
    #mng-detail .detail-form .detail-form__btn .btn {
      text-align: center;
      width: 50%;
      max-width: 250px;
      margin: 0 5px; }
      @media screen and (min-width: 554px) {
        #mng-detail .detail-form .detail-form__btn .btn {
          margin: 0 10px; } }
      @media screen and (min-width: 769px) {
        #mng-detail .detail-form .detail-form__btn .btn {
          margin: 0 30px; } }
      #mng-detail .detail-form .detail-form__btn .btn .link, #mng-detail .detail-form .detail-form__btn .btn .clear {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        border-radius: 30px;
        border: 1px solid #d7d8d9;
        width: 100%;
        height: 52px;
        background-color: #f1f1f1;
        text-align: center; }
        @media screen and (min-width: 769px) {
          #mng-detail .detail-form .detail-form__btn .btn .link, #mng-detail .detail-form .detail-form__btn .btn .clear {
            height: 60px;
            cursor: pointer; }
            #mng-detail .detail-form .detail-form__btn .btn .link:hover, #mng-detail .detail-form .detail-form__btn .btn .clear:hover {
              background-color: #ffa000;
              border-color: #ffa000; }
              #mng-detail .detail-form .detail-form__btn .btn .link:hover:after, #mng-detail .detail-form .detail-form__btn .btn .clear:hover:after {
                border-color: #FFFFFF !important; }
              #mng-detail .detail-form .detail-form__btn .btn .link:hover i,
              #mng-detail .detail-form .detail-form__btn .btn .link:hover span, #mng-detail .detail-form .detail-form__btn .btn .clear:hover i,
              #mng-detail .detail-form .detail-form__btn .btn .clear:hover span {
                color: #FFFFFF !important; } }
        #mng-detail .detail-form .detail-form__btn .btn .link:after, #mng-detail .detail-form .detail-form__btn .btn .clear:after {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          right: 18px;
          border-top: 1px solid #212121;
          border-right: 1px solid #212121;
          width: .5em;
          height: .5em;
          -webkit-transform: translate(0, -50%) rotate(45deg);
          -ms-transform: translate(0, -50%) rotate(45deg);
          transform: translate(0, -50%) rotate(45deg); }
          @media screen and (min-width: 769px) {
            #mng-detail .detail-form .detail-form__btn .btn .link:after, #mng-detail .detail-form .detail-form__btn .btn .clear:after {
              right: 28px;
              -webkit-transition: all .25s ease;
              -o-transition: all .25s ease;
              transition: all .25s ease; } }
        #mng-detail .detail-form .detail-form__btn .btn .link > *, #mng-detail .detail-form .detail-form__btn .btn .clear > * {
          line-height: 1; }
        #mng-detail .detail-form .detail-form__btn .btn .link i, #mng-detail .detail-form .detail-form__btn .btn .clear i {
          display: inline-block;
          margin: -1px 0 0 -.5em;
          font-size: 31px;
          color: #ff5555; }
          @media screen and (min-width: 769px) {
            #mng-detail .detail-form .detail-form__btn .btn .link i, #mng-detail .detail-form .detail-form__btn .btn .clear i {
              margin-left: 0;
              -webkit-transition: all .25s ease;
              -o-transition: all .25s ease;
              transition: all .25s ease; } }
        #mng-detail .detail-form .detail-form__btn .btn .link span, #mng-detail .detail-form .detail-form__btn .btn .clear span {
          font-size: 15px; }
          @media screen and (min-width: 769px) {
            #mng-detail .detail-form .detail-form__btn .btn .link span, #mng-detail .detail-form .detail-form__btn .btn .clear span {
              font-size: 16px;
              font-weight: bold;
              -webkit-transition: all .25s ease;
              -o-transition: all .25s ease;
              transition: all .25s ease; } }
      #mng-detail .detail-form .detail-form__btn .btn .clear {
        cursor: pointer; }
  #mng-detail .detail-form .detail-form__privacytext {
    overflow: hidden;
    border: solid 1px #d7d8d9;
    padding: 20px 15px;
    margin-bottom: 15px;
    overflow-y: scroll;
    max-height: 160px;
    border-radius: 5px; }
    @media screen and (min-width: 769px) {
      #mng-detail .detail-form .detail-form__privacytext {
        padding: 30px 35px;
        margin-bottom: 25px;
        max-height: 200px; } }
    #mng-detail .detail-form .detail-form__privacytext .title {
      font-weight: bold;
      margin-bottom: 15px;
      font-size: 13px; }
      @media screen and (min-width: 769px) {
        #mng-detail .detail-form .detail-form__privacytext .title {
          font-size: 15px;
          margin-bottom: 20px; } }
    #mng-detail .detail-form .detail-form__privacytext .text {
      margin-top: 10px;
      font-size: 13px; }
      @media screen and (min-width: 769px) {
        #mng-detail .detail-form .detail-form__privacytext .text {
          font-size: 14px;
          margin-top: 20px; } }
  #mng-detail .detail-form label {
    margin: 5px 10px 5px 0;
    padding-right: 20px;
    display: inline-flex;
    align-items: center;
    width: fit-content;
    cursor: pointer; }
    #mng-detail .detail-form label input[type="radio"] {
      width: 20px;
      height: 20px;
      margin: 0 5px 2px 0; }
    #mng-detail .detail-form label .label_text {
      margin-right: 5px; }
@media screen and (min-width: 769px) {
  #mng-detail .detail-confirm {
    width: 70%; } }
#mng-detail .detail-privacy {
  margin-top: 50px; }
  @media screen and (min-width: 554px) {
    #mng-detail .detail-privacy {
      margin-top: 80px; } }
  @media screen and (min-width: 769px) {
    #mng-detail .detail-privacy {
      margin-top: 120px; } }
#mng-detail .detail-transmit .detail-transmit__text {
  margin: 30px 0; }
  @media screen and (min-width: 554px) {
    #mng-detail .detail-transmit .detail-transmit__text {
      margin: 60px 0; } }
  @media screen and (min-width: 769px) {
    #mng-detail .detail-transmit .detail-transmit__text {
      margin: 120px 0; } }
  #mng-detail .detail-transmit .detail-transmit__text p {
    line-height: 2.2;
    text-align: left; }
    @media screen and (min-width: 554px) {
      #mng-detail .detail-transmit .detail-transmit__text p {
        text-align: center; } }
    #mng-detail .detail-transmit .detail-transmit__text p .sm {
      display: none; }
      @media screen and (min-width: 554px) {
        #mng-detail .detail-transmit .detail-transmit__text p .sm {
          display: inline; } }
#mng-detail .detail-confirm .detail-privacy {
  margin-top: 30px; }
  @media screen and (min-width: 769px) {
    #mng-detail .detail-confirm .detail-privacy {
      margin-top: 60px; } }
#mng-detail .detail-confirm .detail-form {
  margin-top: 30px; }
  @media screen and (min-width: 769px) {
    #mng-detail .detail-confirm .detail-form {
      margin-top: 60px; } }
  #mng-detail .detail-confirm .detail-form table th {
    padding: 10px 0 5px; }
    @media screen and (min-width: 769px) {
      #mng-detail .detail-confirm .detail-form table th {
        padding: 30px 0; } }
#mng-detail .detail-extra-option {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid #eee;
  text-align: center; }
  #mng-detail .detail-extra-option .color-item {
    width: 35px;
    height: 35px;
    border: 1px solid #dcdcdc;
    margin: 5px 3px;
    cursor: pointer; }
    #mng-detail .detail-extra-option .color-item span {
      filter: invert(100%) grayscale(100%) contrast(100);
      line-height: 35px;
      white-space: nowrap;
      font-size: 20px; }
      @media screen and (min-width: 554px) {
        #mng-detail .detail-extra-option .color-item span {
          line-height: 37px;
          font-size: 22px; } }
      @media screen and (min-width: 769px) {
        #mng-detail .detail-extra-option .color-item span {
          line-height: 40px;
          font-size: 24px; } }
    @media screen and (min-width: 554px) {
      #mng-detail .detail-extra-option .color-item {
        width: 37px;
        height: 37px;
        margin: 5px 4px; } }
    @media screen and (min-width: 769px) {
      #mng-detail .detail-extra-option .color-item {
        width: 40px;
        height: 40px;
        margin: 5px 8px; } }
    #mng-detail .detail-extra-option .color-item:hover {
      opacity: 0.6; }
  #mng-detail .detail-extra-option .color-item-current {
    width: 35px;
    height: 35px;
    border: 2px solid #ffffff;
    margin: 5px 3px;
    box-shadow: #fc3298 0px 0px 0px 4px; }
    #mng-detail .detail-extra-option .color-item-current span {
      filter: invert(100%) grayscale(100%) contrast(100);
      line-height: 35px;
      white-space: nowrap;
      font-size: 20px; }
      @media screen and (min-width: 554px) {
        #mng-detail .detail-extra-option .color-item-current span {
          line-height: 37px;
          font-size: 22px; } }
      @media screen and (min-width: 769px) {
        #mng-detail .detail-extra-option .color-item-current span {
          line-height: 40px;
          font-size: 24px; } }
    @media screen and (min-width: 554px) {
      #mng-detail .detail-extra-option .color-item-current {
        width: 37px;
        height: 37px;
        margin: 5px 4px; } }
    @media screen and (min-width: 769px) {
      #mng-detail .detail-extra-option .color-item-current {
        width: 40px;
        height: 40px;
        margin: 5px 8px; } }
#mng-detail .detail-contents {
  width: 100%;
  min-height: 500px;
  margin-top: 20px;
  padding: 0 5px; }
  @media screen and (min-width: 769px) {
    #mng-detail .detail-contents {
      padding: 0 20px; } }
  #mng-detail .detail-contents table tr th {
    color: #444444;
    background-color: unset;
    border: none;
    font-size: 15px;
    padding: 15px 0 0 5px; }
    @media screen and (min-width: 769px) {
      #mng-detail .detail-contents table tr th {
        padding: 20px 0 20px 20px; } }
  #mng-detail .detail-contents table tr td {
    border: none;
    font-size: 14px;
    padding: 5px 5px 10px 5px; }
    @media screen and (min-width: 769px) {
      #mng-detail .detail-contents table tr td {
        padding: 10px; } }
    #mng-detail .detail-contents table tr td .items {
      width: 100%;
      display: flex;
      flex-wrap: wrap; }
      #mng-detail .detail-contents table tr td .items .one-item {
        display: flex;
        flex-direction: column;
        padding: 10px 0; }
        #mng-detail .detail-contents table tr td .items .one-item .tag {
          display: flex;
          align-items: center;
          font-size: 14px;
          line-height: 14px;
          font-weight: bold;
          color: #a18258; }
        #mng-detail .detail-contents table tr td .items .one-item .value {
          width: 100%; }
          #mng-detail .detail-contents table tr td .items .one-item .value .mix-column {
            width: 100%; }
            #mng-detail .detail-contents table tr td .items .one-item .value .mix-column .one-line {
              width: 100%;
              display: flex;
              align-items: center;
              flex-wrap: nowrap;
              margin-bottom: 5px; }
              #mng-detail .detail-contents table tr td .items .one-item .value .mix-column .one-line .txt {
                margin: 0 5px;
                white-space: nowrap;
                text-align: center; }
                #mng-detail .detail-contents table tr td .items .one-item .value .mix-column .one-line .txt:first-child {
                  margin: 0 5px 0 0; }
        #mng-detail .detail-contents table tr td .items .one-item .tip {
          font-size: 12px;
          color: #999999; }
#mng-detail .detail-size-stock {
  width: 100%;
  display: flex;
  flex-wrap: wrap; }
  #mng-detail .detail-size-stock .stock-item {
    width: 120px; }
    #mng-detail .detail-size-stock .stock-item .caption {
      white-space: nowrap;
      text-align: center; }
#mng-detail .detail-mailmaga {
  width: 100%;
  display: inline-block;
  flex-wrap: wrap; }
  #mng-detail .detail-mailmaga .from-to {
    width: 185px; }
  #mng-detail .detail-mailmaga .money {
    width: 120px; }
  #mng-detail .detail-mailmaga .between {
    text-align: center;
    margin: 0;
    padding: 10px; }
  #mng-detail .detail-mailmaga .template {
    width: 100%; }
  #mng-detail .detail-mailmaga textarea {
    height: 350px; }
  #mng-detail .detail-mailmaga .result-area {
    background-color: #efefef;
    margin: 30px 0 50px 0;
    padding: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap; }
    #mng-detail .detail-mailmaga .result-area .title {
      font-size: 18px;
      margin-right: 10px;
      white-space: nowrap; }
    #mng-detail .detail-mailmaga .result-area .result {
      font-size: 28px;
      font-weight: bold;
      white-space: nowrap;
      color: #0078a7; }
    #mng-detail .detail-mailmaga .result-area .result-fuffix {
      font-size: 16px;
      color: #505050;
      margin-left: 10px; }
#mng-detail img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 350px;
  object-fit: contain; }
#mng-detail img.detail-thumbnail {
  max-width: 100%; }
  @media screen and (min-width: 769px) {
    #mng-detail img.detail-thumbnail {
      max-width: 500px; } }
#mng-detail img.detail-description {
  max-width: 100%; }
  @media screen and (min-width: 769px) {
    #mng-detail img.detail-description {
      max-width: 500px; } }
#mng-detail .back-type2 {
  background-color: #f5f5eded; }
#mng-detail .back-type3 {
  background-color: #fff1f470; }

/* ==================================================================================================================
// ▼ ダイアログ
================================================================================================================== */
#overlay {
  position: fixed;
  z-index: -100;
  top: -100px;
  left: 0;
  bottom: 0;
  right: 0;
  height: 125%;
  width: 100%;
  background: #000;
  opacity: 0;
  visibility: hidden;
  will-change: opacity; }

#overlay.visible {
  visibility: visible;
  opacity: 0.5;
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  z-index: 10000; }

#verification-notify {
  z-index: -100;
  position: fixed;
  background-color: #fff;
  visibility: hidden;
  position: fixed;
  width: calc(100% - 40px);
  left: 20px;
  top: 200px;
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5); }
  @media screen and (min-width: 554px) {
    #verification-notify {
      width: 450px;
      left: calc((100% - 450px) / 2);
      top: 250px; } }
  @media screen and (min-width: 769px) {
    #verification-notify {
      width: 600px;
      left: calc((100% - 600px) / 2);
      top: calc((100% - 500px) / 2); } }

#verification-notify.visible {
  visibility: visible;
  -webkit-transition: opacity 0.15s ease-out;
  transition: opacity 0.15s ease-out;
  z-index: 10001;
  border: 5px solid #dfdfdf;
  border-radius: 20px; }

#verification-notify .head {
  border-radius: 20px 20px 0 0;
  background-color: #ffffff; }

#verification-notify .head h2 {
  padding: 25px 20px 4px 20px;
  color: #303030;
  font-size: 22px;
  font-weight: bold;
  text-align: center; }

#verification-notify .inner-dialog {
  padding: 20px 0 30px 0; }

#verification-notify .detail {
  margin: 0 30px 30px;
  text-align: center; }
  #verification-notify .detail p#w_message {
    font-size: 18px; }
  #verification-notify .detail p#w_inform {
    margin-top: 20px;
    color: #7e4c4c;
    padding: 10px 0;
    border-top: 1px dashed #e1e1e1;
    border-bottom: 1px dashed #e1e1e1; }

#verification-notify .action {
  text-align: center;
  display: inline-block;
  width: 100%; }
  #verification-notify .action .btn {
    display: inline-block; }
    #verification-notify .action .btn a {
      background-color: #586b7a;
      /*border: 1px solid #565656;*/
      color: #ffffff;
      padding: 5px 20px;
      border-radius: 15px;
      white-space: nowrap;
      float: left;
      min-width: 100px;
      margin: 0 5px;
      display: block; }
      @media screen and (min-width: 554px) {
        #verification-notify .action .btn a {
          padding: 5px 30px;
          min-width: 120px;
          margin: 0 15px; } }
      @media screen and (min-width: 769px) {
        #verification-notify .action .btn a {
          padding: 5px 30px;
          min-width: 120px;
          margin: 0 20px; } }
      #verification-notify .action .btn a:hover {
        background: #ffa000;
        /*border: solid 1px $color-orange;*/
        color: #FFFFFF; }
    #verification-notify .action .btn .close_btn {
      background-color: #dddddd;
      /*border: 1px solid #aaaaaa;*/
      color: #333333; }

#verification-notify .action.center {
  justify-content: center; }

#verification-notify.w .action {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

#verification-notify .close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px; }

#verification-notify .close:hover {
  opacity: 0.7;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

#verification-notify .close::before,
#verification-notify .close::after {
  content: '';
  width: 22px;
  height: 4px;
  background-color: #666666;
  display: block;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 12px;
  right: 3px; }

#verification-notify .close::after {
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg); }

#verification-notify .inform {
  width: 100%;
  text-align: center;
  margin: 10px 0 0 0;
  display: inline-block; }

#verification-notify .inform .m_left {
  width: 70%;
  background-color: #dadada;
  padding: 5px 0 5px 0;
  float: left;
  margin-bottom: 2px; }

#verification-notify .inform .m_right {
  width: 30%;
  background-color: #eeeeee;
  font-weight: bold;
  padding: 5px 0 5px 0;
  float: left;
  margin-bottom: 2px; }

#verification-notify .inform .m_space {
  width: 100%;
  height: 10px;
  float: left; }

/* ==================================================================================================================
// ▼ サイドカテゴリー
================================================================================================================== */
.side-category {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 30px; }
  @media screen and (min-width: 554px) {
    .side-category {
      width: 100%; } }
  @media screen and (min-width: 769px) {
    .side-category {
      width: 200px; } }
  .side-category .caption {
    width: 100%;
    background-color: #f3f3f3;
    color: #446d8b;
    font-size: 14px;
    font-weight: bold;
    padding: 7px 5px;
    text-align: center;
    margin-bottom: 5px; }
  .side-category .menu {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
    border-bottom: 1px solid #f5f5f5;
    cursor: pointer; }
    .side-category .menu:hover .category .name {
      text-decoration: underline; }
    .side-category .menu:hover .nav {
      color: #ff4444; }
    .side-category .menu .category {
      width: calc(100% - 12px);
      display: flex; }
      .side-category .menu .category .depth {
        display: block; }
      .side-category .menu .category .name {
        font-size: 14px;
        line-height: 16px;
        padding: 12px 0; }
        @media screen and (min-width: 769px) {
          .side-category .menu .category .name {
            padding: 8px 0; } }
        .side-category .menu .category .name .count {
          color: #aaaaaa;
          font-size: 12px; }
    .side-category .menu .nav {
      width: 12px;
      font-size: 18px;
      font-weight: bold;
      color: #888888;
      text-align: center; }
  .side-category .current {
    background-color: #fdde016e; }

/*# sourceMappingURL=style.css.map */
