@media screen and (min-width:753px) and (max-width: 5000px) {
  @charset "UTF-8";


  /* CSSリセット
  --------------------------------------------------------------------------------------------------------------------------------------------- */
  body,div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td
  {
    margin: 0;
    padding: 0;
  }
  ul li {
    list-style: none;
  }
  fieldset, img{
    border: 0;
  }
  abbr, acronym{
    border: 0;
  }
  address, caption, cite, code, dfn, em, strong, th, var{
    font-style: normal;
    font-weight: normal;
  }
  strong {
    font-weight: bold;
  }
  h1, h2, h3, h4, h5, h6{
    font-size: 1.0em;
    font-weight: normal;
  }

  *, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }
  .clearfix::after{ content: ""; clear: both; height: 0; display: block; visibility: hidden; }


  html { font-size: 62.5%; }
  body {
    font-size:14px;
    font-size:1.4rem;
  }


  /*
  --------------------------------------------------------------------------------------------------------------------------------------------- */

  a{
    text-decoration: none;
    transition-duration: 0.3s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    color: #000;
  }


  /* wrapper
  --------------------------------------------------------------------------------------------------------------------------------------------- */
  #wrapper {
    min-width: 1180px;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    line-height: 1.5;
  }
  #wrapper:after{ content: ""; clear: both; height: 0; display: block; visibility: hidden; }

  body {
    min-width: 1180px;
    font-family: "Helvetica Neue",Arial,"Hiragino Kaku Gothic ProN","Hiragino Sans",Meiryo,sans-serif;
    font-size: 18px;
    font-weight: 400;
    padding: 0;
    line-height: 1.5;
    margin-top: 127px !important;
  }
  body::after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
  }

  img {
    display: block;
    max-width: 100%;
    font-size: 0;
  }
  ol{
    list-style-type: none;
  }
  .ol_list li{
    position: relative;
    list-style-type:none;
    list-style-position:inside;
    counter-increment: cnt;
  }
  .ol_list li:before{
    position: absolute;
    top: 0;
    left: -1em;
    display: marker;
    content: counter(cnt) ".";
  }



  /* header
  --------------------------------------------------------------------------------------------------------------------------------------------- */
  .header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 127px;
    background: #fff;
    z-index: 99;
  }
  .header_logo_wrap {
    position: relative;
    width: 100%;
    height: 70px;
    padding: 23px 205px 22px;
    box-shadow: 0 1px 1px #c5c5c5;
    z-index: 99;
  }
  .header_logo {
    display: block;
    max-width: 227px;
    width: 100%;
    margin: 0 auto;
  }
  .header_member_list {
    position: absolute;
    top: 19px;
    right: 103px;
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 0;
  }
  .header_member_list .signin {
    width: 28px;
    margin-right: 37px;
  }
  .header_member_list .cart {
    width: 35px;
  }

  /* メニュー */
  .menu {
    display: block;
    width: 30px;
    height: 22px;
    position: absolute;
    top: 24px;
    right: 32px;
    z-index: 100;
    cursor: pointer;
  }
  .menu__line{
    background: #1794c7;
    display: block;
    height: 3px;
    position: absolute;
    transition: transform .3s;
    width: 100%;
  }
  .menu__line--center{
    top: 9px
  }
  .menu__line--bottom{
    bottom: 0px;
  }
  .menu__line--top._active{
    top: 9px;
    right: 0;
    transform: rotate(45deg);
  }
  .menu__line--center._active{
    display: none;
  }
  .menu__line--bottom._active{
    bottom: 9px;
    right: 0;
    transform: rotate(135deg);
  }

  .header_nav_wrap {
    display: none;
  }
  .header_nav_wrap._open {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    padding-top: 70px;
    background: #fff;
    z-index: 98;
  }
  .header_nav_box {
  }
  .header_nav > li {
    margin: 20px 0;
    font-size: 28px;
    font-weight: 700;
    text-align: center;
  }
  .header_nav > li a {
    color: #1794c7;
  }

  .header_nav_bottom {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    background: #fff;
  }
  .header_nav_bottom li {
    margin: 15px 35px;
  }
  .header_nav_bottom li a {
    display: block;
    font-size: 18px;
    color: #000;
  }
  .header_nav_bottom li a:hover {
    text-decoration: none;
  }
  .header_logout_btn {
    display: block;
    max-width: 300px;
    margin: auto;
    margin-top: 30px;
    padding: 10px;
    border: solid 1px #000;
    font-size: 20px;
    text-align: center;
    color: #000;
  }


  /* コンテンツ共通
  --------------------------------------------------------------------------------------------------------------------------------------------- */
  .display_pc {
    display: block !important;
  }
  .display_sp {
    display: none !important;
  }
  .inner {
    max-width: 1120px;
    width: 100%;
    margin: auto;
  }
  .s_inner {
    max-width: 820px;
    width: 100%;
    margin: auto;
  }
  .headline01 {
    padding-top: 100px;
    margin-bottom: 70px;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
  }
  .headline02 {
    margin-bottom: 30px;
    padding-bottom: 20px;
    border-bottom: solid 2px #1794c7;
    font-size: 38px;
    font-weight: 700;
    color: #1794c7;
    text-align: center;
  }
  .headline03 {
    margin-bottom: 40px;
    font-size: 30px;
    font-weight: 700;
    color: #1794c7;
    text-align: center;
  }
  .headline03 > span {
    padding-bottom: 15px;
    display: inline-block;
    border-bottom: solid 1px #1794c7;
  }
  .headline03 > span._full {
    display: block;
  }
  .t_center {
    text-align: center;
  }
  .t_left {
    text-align: left;
  }
  .t_right {
    text-align: right;
  }
  .comment {
    font-size: 15px;
  }
  .comment_list > li {
    position: relative;
    font-size: 13px;
    padding-left: 1em;
  }
  .comment_list > li::before {
    display: block;
    content: "※";
    position: absolute;
    top: 0;
    left: 0;
  }
  .comment_list > li.not_asterisk {
    padding-left: 0;
  }
  .comment_list > li.not_asterisk::before {
    display: none;
  }
  .txt_page a {
    color: #0030cb;
    text-decoration: underline;
  }

  /* アコーディオン */
  .accordion_wrap {
    border-top: solid 1px #bfbfbf;
    border-left: solid 1px #bfbfbf;
    border-right: solid 1px #bfbfbf;
  }
  .accordion > dt {
    position: relative;
    width: 100%;
    min-height: 90px;
    padding: 24px 30px;
    padding-right: 55px;
    border-bottom: solid 1px #bfbfbf;
    font-size: 21px;
    color: #262626;
    cursor: pointer;
  }
  .accordion > dt::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 34px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    width: 14px;
    height: 1px;
    background: #1794c7;
    transition-duration: 0.3s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
  }
  .accordion > dt._open::before {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  .accordion > dt::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 35px;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    width: 14px;
    height: 1px;
    background: #1794c7;
    transition-duration: 0.3s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
  }
  .accordion > dt._open::after {
    display: none;
  }
  .accordion > dd {
    display: none;
    padding: 35px 30px 60px;
    border-bottom: solid 1px #bfbfbf;
  }

  /* 商品ページアコーディオン */
  .accordion_item_wrap {
    max-width: 1120px;
    margin: auto;
  }
  .accordion_item {
    margin: 0;
  }
  .accordion_item > dt {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 60px;
    padding: 5px 30px;
    padding-right: 55px;
    border: solid 1px #bfbfbf;
    font-size: 21px;
    color: #262626;
    cursor: pointer;
  }
  .accordion_item > dt._open {
    box-shadow: 0 1px 1px #8d8d8d;
  }
  .accordion_item > dt::before {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 34px;
    -webkit-transform: translateY(-50%) rotate(90deg);
    transform: translateY(-50%) rotate(90deg);
    width: 14px;
    height: 1px;
    background: #262626;
    transition-duration: 0.3s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
  }
  .accordion_item > dt._open::before {
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
  }
  .accordion_item > dt::after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 35px;
    -webkit-transform: translateY(-50%) rotate(0deg);
    transform: translateY(-50%) rotate(0deg);
    width: 14px;
    height: 1px;
    background: #262626;
    transition-duration: 0.3s;
    -webkit-transition: all 0.3s ease 0s;
    -moz-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
  }
  .accordion_item > dt._open::after {
    display: none;
  }
  .accordion_item > dd {
    display: none;
  }


  ._last_box {
    margin-bottom: 0 !important;
  }
  .more_btn {
    display: block;
    position: relative;
    margin: auto;
    padding: 12px 40px 9px;
    border-radius: 36px;
    background: url(../img/common/bg_cv_btn.png) no-repeat;
    background-size: cover;
    background-position: center;
    box-shadow: 0 6px 12px rgba(0,0,0,0.2);
    font-size: 24px;
    color: #fff !important;
    text-decoration: none !important;
    text-align: center;
    text-shadow: 0 0 9px rgba(0,0,0,0.16);
  }
  .more_btn:hover {
    opacity: 0.8;
  }
  .more_btn::after {
    display: block;
    content: " ";
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform : translateY(-50%);
    transform : translateY(-50%);
    width: 23px;
    height: 23px;
    border-radius: 50%;
    background-color: #fff;
    background-image: url(../img/common/btn_arrow.png);
    background-position: center;
    background-size: 7px;
    background-repeat: no-repeat;
  }
  .btn_white {
    display: block;
    position: relative;
    max-width: 437px;
    width: 100%;
    margin: auto;
    padding: 25px 35px 20px;
    border: solid 1px #fff;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 1.2;
  }
  .btn_white::after {
    display: block;
    content: " ";
    position: absolute;
    top: 50%;
    right: 18px;
    -webkit-transform : translateY(-50%);
    transform : translateY(-50%);
    width: 8px;
    height: 21px;
    background: url(../img/common/btn_white_arrow.png) no-repeat;
    background-size: contain;
  }

  .pagetop {
    display: block;
    width: 100%;
    padding: 10px 0 15px;
    background: #0099cc;
    font-size: 25px;
    color: #fff;
    text-align: center;
  }
  .pagetop:hover {
    text-align: none;
    color: #fff;
  }

  /* フォーム */
  main input[type="text"],
  main input[type="email"],
  main input[type="tel"],
  main input[type="date"] {
    width: 100%;
    border: none;
    -webkit-transition: all .3s;
    transition: all .3s;
  }
  main textarea {
    width: 100%;
    height: 205px;
    padding: 10px;
    background: #f7f7f5;
    border-radius: 5px;
    border: solid 1px #c9c9c9;
    font-size: 16px;
    -webkit-transition: all .3s;
    transition: all .3s;
    resize: none;
  }

  main input[type="text"]:focus,
  main input[type="email"]:focus,
  main input[type="tel"]:focus,
  main input[type="date"]:focus,
  main textarea:focus {
    box-shadow: none;
    outline: none;
  }

  /* iOSでのデフォルトスタイルをリセット */
  main input[type="submit"],
  main input[type="button"],
  main button {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
  }
  main input[type="submit"]::-webkit-search-decoration,
  main input[type="button"]::-webkit-search-decoration,
  main button::-webkit-search-decoration {
    display: none;
  }
  main input[type="submit"]:focus,
  main input[type="button"]:focus,
  button:focus {
    outline-offset: -2px;
  }



  .pagetop span {
    display: inline-block;
    position: relative;
  }
  .pagetop span::before {
    display: block;
    content: " ";
    width: 21px;
    height: 10px;
    margin: auto;
    margin-bottom: 10px;
    background-image: url(../img/common/arrow_top.png);
    background-repeat: no-repeat;
    background-size: contain;
  }

  /* footer
  --------------------------------------------------------------------------------------------------------------------------------------------- */
  .footer {
    padding-top: 30px;
    padding-bottom: 18px;
    background: #fff;
    color: #262626;
  }
  .footer_nav_list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 60px;
  }
  .footer_nav_list > li a {
    display: block;
    position: relative;
    padding: 0 10px;
    font-size: 18px;
    color: #262626;
  }
  .footer_nav_list > li a:hover {
    text-decoration: none;
  }
  .footer_nav_list > li a::after {
    display: block;
    content: " ";
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform : translateY(-50%);
    transform : translateY(-50%);
    width: 1px;
    height: 21px;
    background: #262626;
  }
  .footer_nav_list > li._last a::after {
    display: none;
  }

  .copy {
    font-size: 15px;
    text-align: center;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1015px) {
  .header_nav_bottom li {
    margin: 15px 2.2%;
  }
  .header_nav_bottom li a {
    font-size: 16px;
  }
}
