@charset "UTF-8";
/* ====================================================
reset style
==================================================== */
@import url("https://fonts.googleapis.com/css?family=Italianno&display=swap&subset=latin-ext");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:200,300,400,500,600,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Spectral+SC&display=swap");
html {
  overflow-y: scroll;
  font-size: 10px;
  /* Base font size, change to 14px or 16px if needed */
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

* {
  box-sizing: border-box;
}

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

fieldset, img {
  border: 0;
}

img {
  vertical-align: middle;
}

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

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
input, textarea, select {
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
legend {
  color: #000;
}

del, ins {
  text-decoration: none;
}

/* ====================================================
Font
==================================================== */
/* ====================================================
Position & transform
==================================================== */
/* ====================================================
Color
==================================================== */
/* ====================================================
Sizing
==================================================== */
/* ====================================================
Misc
==================================================== */
/* ====================================================
opacity
==================================================== */
/*パンくずMODULE*/
/*見出しMODULE*/
.ttlCom01 {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
  line-height: 1.4;
  color: #00005c;
  letter-spacing: 0;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .ttlCom01 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.ttlCom02 {
  display: block;
  font-size: 30px;
  font-size: 3rem;
  position: relative;
  line-height: 1.4;
  padding-bottom: 23px;
  margin-bottom: 25px;
  letter-spacing: 0;
  font-family: "Noto Serif JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .ttlCom02 {
    font-size: 22px;
    font-size: 2.2rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.ttlCom02 span {
  font-size: 26px;
  font-size: 2.6rem;
  text-transform: uppercase;
  font-family: "Spectral SC", serif;
  display: inline-block;
  -ms-transform: translateY(-4px);
      transform: translateY(-4px);
  font-weight: 400;
}

@media screen and (max-width: 767px) {
  .ttlCom02 span {
    font-size: 19px;
    font-size: 1.9rem;
    -ms-transform: translateY(0);
        transform: translateY(0);
  }
}

.ttlCom02 small {
  display: block;
  color: #000000;
  font-weight: 500;
  font-size: 17px;
  font-size: 1.7rem;
}

.ttlCom02:after {
  content: "";
  width: 54px;
  height: 10px;
  background: url("../img/common/line.png") no-repeat;
  background-size: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 767px) {
  .ttlCom02:after {
    width: 37px;
  }
}

.ttlCom02.txt-center {
  text-align: center;
}

.ttlCom02.txt-center:after {
  right: 0;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .ttlCom02.style02 {
    margin-bottom: 29px;
    font-size: 26px;
    font-size: 2.6rem;
  }
}

@media screen and (min-width: 768px) {
  .ttlCom02.style03 {
    margin-bottom: 66px;
    font-size: 32px;
    font-size: 3.2rem;
  }
}

@media screen and (min-width: 768px) {
  .ttlCom02.style04 {
    font-size: 32px;
    font-size: 3.2rem;
    margin-bottom: 55px;
    padding-bottom: 24px;
  }
  .ttlCom02.style04 span {
    -ms-transform: translateY(-14px);
        transform: translateY(-14px);
  }
}

.ttlCom02.style05 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .ttlCom02.style05 {
    margin-bottom: 25px;
  }
}

.ttlCom02-style03 {
  line-height: 1.75;
  padding-bottom: 30px;
  font-size: 32px;
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .ttlCom02-style03 {
    line-height: 1.45;
    padding-bottom: 32px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .ttlCom02-style03:after {
    width: 44px;
  }
}

@media screen and (max-width: 321px) {
  .ttlCom02-style03 {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.ttlCom02-style04 {
  line-height: 1.75;
  letter-spacing: 2px;
  padding-bottom: 45px;
  font-size: 32px;
  font-size: 3.2rem;
}

@media screen and (max-width: 767px) {
  .ttlCom02-style04 {
    line-height: 1.45;
    letter-spacing: 0;
    padding-bottom: 28px;
    font-size: 22px;
    font-size: 2.2rem;
  }
  .ttlCom02-style04:after {
    width: 44px;
  }
}

/*テキストMODULE*/
.txt-center {
  text-align: center;
}

.txt-right {
  text-align: right;
}

.txt-left {
  text-align: left;
}

/*リンクMODULE*/
/*ボタンMODULE*/
/*リストMODULE*/
/*ボックスMODULE*/
/*グリッドMODULE*/
/*フォームMODULE*/
.breadcrumb {
  text-align: left;
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb .container {
  padding-top: 0 !important;
}

.breadcrumb .container a {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #4D4D4D;
}

.breadcrumb .container span {
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: 500;
  color: #4D4D4D;
}

.breadcrumb .container span.arrow {
  padding: 0 3px;
}

.txt-basic {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: 500;
  color: black;
  letter-spacing: 0.8px;
}

@media screen and (max-width: 767px) {
  .txt-basic {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

.d-flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.w100 {
  width: 100% !important;
}

.select-odd {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: #f5f3ed url(../img/common/select.svg) no-repeat;
  background-size: 8px;
  background-position: 95%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  font-size: 1.6rem;
  height: 40px;
  width: 202px;
  padding: 0 9px;
  border: none;
  color: #808080;
}

@media screen and (min-width: 0\0) {
  .select-odd {
    padding-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .select-odd {
    width: 150px;
    height: 43px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 374px) {
  .select-odd {
    width: 120px;
  }
}

.btn-more {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100%;
  height: 50px;
  font-size: 17px;
  font-size: 1.7rem;
  color: #00005c;
  border-radius: 4px;
  border: 1px solid #00005c;
  max-width: 315px;
  margin: 0 auto;
  font-weight: bold;
  letter-spacing: 1px;
}

@media screen and (min-width: 768px) {
  .list_law {
    margin-top: 35px;
  }
}

.list_law .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-align: start;
      align-items: flex-start;
  border-top: 1px solid #dad0c2;
  border-left: 1px solid #dad0c2;
  border-right: 1px solid #dad0c2;
}

.list_law .item:last-of-type {
  border-bottom: 1px solid #dad0c2;
}

.list_law .item > * {
  padding: 17px 13px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.53;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .list_law .item > * {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 15px 10px;
  }
}

.list_law .item > * a {
  color: #000000;
  text-decoration: underline;
}

.list_law .item > * a[href^="mailto"] {
  color: #00005c;
}

.list_law .item p {
  width: calc(100% - 180px);
}

@media screen and (max-width: 767px) {
  .list_law .item p {
    width: calc(100% - 33%);
  }
}

.list_law .item span {
  display: inline-block;
  width: 180px;
  background: #f5eee4;
}

@media screen and (max-width: 767px) {
  .list_law .item span {
    width: 33%;
  }
}

/* ====================================================
Base style & container
==================================================== */
html.is-open {
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
}

html.is-open body {
  -webkit-overflow-scrolling: auto;
}

body {
  color: #444444;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #00005c;
  font-weight: 500;
  font-size: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  overflow-x: hidden;
}

body.overlay:before {
  content: '';
  position: absolute;
  top: 186px;
  bottom: 0;
  height: 100vh;
  left: -1000px;
  right: -1000px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 33;
}

@media screen and (max-width: 1057px) {
  body.overlay:before {
    top: 169px;
  }
}

body.top .banner-img,
body.top .sec-history,
body.top .sec-collect {
  display: block;
}

body.top .content .side-col {
  display: block !important;
}

@media screen and (max-width: 767px) {
  body.top .content .main-col {
    margin-top: -1.4em;
  }
}

a {
  color: #00005c;
  text-decoration: none;
}

a.rollover:hover {
  transition: all 0.2s ease;
}

a.rollover:hover:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
}

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

.inner {
  display: block;
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .inner {
    padding: 0 15px;
  }
}

.inner-1100 {
  display: block;
  margin: 0 auto;
  max-width: 1140px;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .inner-1100 {
    padding: 0 15px;
  }
}

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

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

.flex-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-box.content-fs {
  -ms-flex-pack: start;
      justify-content: flex-start;
}

.flex-box.content-fe {
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.flex-box.content-bw {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.flex-box.content-c {
  -ms-flex-pack: center;
      justify-content: center;
}

.flex-box.align-fs {
  -ms-flex-align: start;
      align-items: flex-start;
}

.flex-box.align-fe {
  -ms-flex-align: end;
      align-items: flex-end;
}

.flex-box.align-c {
  -ms-flex-align: center;
      align-items: center;
}

/* ====================================================
Float & clear
==================================================== */
.clearfix {
  *zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  clear: both;
  content: "";
  display: table;
}

/* ====================================================
Header
==================================================== */
#header {
  border-bottom: 2px solid #f3e4b2;
  background: #FFF;
}

@media screen and (max-width: 990px) {
  #header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
  }
}

#header .blue-bg {
  background: #00005c;
}

#header .desc {
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
}

@media screen and (max-width: 990px) {
  #header .desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 320px) {
  #header .desc {
    font-size: 11px;
    font-size: 1.1rem;
  }
}

@media screen and (max-width: 1250px) {
  #header .header-content .header-menu li {
    margin-right: 10px;
  }
}

#header .header-menu {
  font-size: 0;
}

@media screen and (max-width: 990px) {
  #header .header-menu {
    display: none;
  }
}

#header .header-menu li {
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  font-size: 1.3rem;
  margin-right: 20px;
  font-weight: bold;
  line-height: 1;
}

#header .header-menu li:last-of-type {
  margin-right: 0 !important;
}

#header .header-menu li a {
  transition: all 0.2s ease;
}

#header .header-menu li a::before {
  content: "\f105";
  font-family: 'FontAwesome';
  display: inline-block;
  margin-right: 3px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #808080;
  transition: all 0.2s ease;
}

#header .header-menu li a:hover {
  color: #ccb25d !important;
}

#header .header-menu li a:hover::before {
  color: #ccb25d !important;
}

#header .header-menu li.bnr-btn {
  margin-right: 5px;
}

#header .header-menu li.bnr-btn a {
  width: 94px;
  display: block;
  background: #ede6da;
  height: 28px;
  line-height: 28px;
  color: #00005c;
  text-align: center;
  border-radius: 3px;
  transition: all 0.2s ease;
}

@media all and (-ms-high-contrast: none) {
  #header .header-menu li.bnr-btn a {
    line-height: 33px;
  }
}

#header .header-menu li.bnr-btn a::before {
  display: none;
}

#header .header-menu li.bnr-btn a:hover {
  background: #ccb25d;
  color: #FFF !important;
}

#header .header-top,
#header .header-content {
  max-width: 1260px;
  padding: 0 20px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #header .header-top,
  #header .header-content {
    padding-left: 15px;
    padding-right: 15px;
  }
}

#header .header-top {
  padding-top: 7px;
  padding-bottom: 7px;
  color: #FFF;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 990px) {
  #header .header-top .header-menu {
    display: none;
  }
}

#header .header-top .header-menu li a {
  color: #FFF;
}

#header .header-top .header-menu li a::before {
  color: #7f7fb9;
}

#header .header-content {
  padding-top: 8px;
}

@media screen and (min-width: 768px) {
  #header .header-content {
    position: relative;
  }
}

@media screen and (max-width: 990px) {
  #header .header-content {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

#header .header-content .logo-area {
  width: 242px;
  padding-top: 14px;
}

@media screen and (max-width: 990px) {
  #header .header-content .logo-area {
    width: 150px;
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  #header .header-content .logo-area {
    width: 122px;
    padding-top: 0;
  }
}

@media screen and (max-width: 320px) {
  #header .header-content .logo-area {
    width: 100px;
  }
}

#header .header-content .menu-area {
  -ms-flex: 1;
      flex: 1;
}

#header .header-content .menu-top,
#header .header-content .menu-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}

#header .header-content .menu-top {
  margin-bottom: 10px;
}

@media screen and (max-width: 990px) {
  #header .header-content .menu-top {
    margin-bottom: 0;
  }
}

#header .send-txt {
  text-align: center;
  font-size: 10px;
  font-size: 1rem;
  line-height: 1.4;
  padding-left: 35px;
  margin: 5px 0;
}

@media screen and (max-width: 1050px) {
  #header .send-txt {
    padding-left: 15px;
    font-size: 9px;
    font-size: 0.9rem;
  }
}

@media screen and (max-width: 990px) {
  #header .send-txt {
    display: none;
  }
}

#header .send-txt span {
  color: #c80a00;
  font-weight: bold;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 1050px) {
  #header .send-txt span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 990px) {
  #header .send-txt span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

#header .gnavi {
  width: 100%;
  width: calc(100% - 210px);
  max-width: 710px;
  margin: 0px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 990px) {
  #header .gnavi {
    display: none;
  }
}

#header .gnavi > li {
  width: 20%;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 24px 0px;
  transition: all 0.2s ease;
}

#header .gnavi > li:hover {
  transition: all 0.2s ease;
  color: #ccb25d;
  background: #f1e4b2;
}

@media screen and (max-width: 1250px) {
  #header .gnavi > li {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 1100px) {
  #header .gnavi > li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

#header .gnavi > li:last-of-type {
  border-right: 0;
}

#header .gnavi > li > a {
  display: block;
  transition: all 0.2s ease;
  border-right: 1px solid #f3e4b2;
}

@media screen and (min-width: 768px) {
  #header .gnavi > li .menu-wrap {
    padding: 0px 0px;
    position: absolute;
    left: 0;
    width: auto;
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    top: calc(100% - 5px);
    z-index: 999;
    display: none;
  }
  #header .gnavi > li .menu-wrap-100 {
    width: 100%;
  }
  #header .gnavi > li .menu-wrap .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: start;
        align-items: flex-start;
    padding: 40px 60px;
    background: #ffffff;
    border: 2px solid #f3e4b2;
    border-top: 1px solid #f3e3b2;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
  }
}

@media screen and (min-width: 768px) and (max-width: 1300px) {
  #header .gnavi > li .menu-wrap .menu {
    padding: 20px 20px;
  }
}

@media screen and (min-width: 768px) {
  #header .gnavi > li .menu-wrap .menu.category li {
    width: calc(100% / 7);
  }
  #header .gnavi > li .menu-wrap .menu.price {
    max-width: 472px;
    margin: auto;
  }
  #header .gnavi > li .menu-wrap .menu.price li {
    width: 100%;
  }
  #header .gnavi > li .menu-wrap .menu.price li .menu-inner {
    display: block;
    background: #f5f3ee;
    text-align: left;
    position: relative;
    padding: 20px 40px;
    min-width: 290px;
    margin-bottom: 5px;
  }
  #header .gnavi > li .menu-wrap .menu.price li .menu-inner::before {
    position: absolute;
    left: 20px;
    top: 50%;
    content: "\f105";
    font-family: 'FontAwesome';
    display: block;
    font-size: 19px;
    font-size: 1.9rem;
    color: #ccb25d;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (min-width: 768px) and (max-width: 767px) {
  #header .gnavi > li .menu-wrap .menu.price li .menu-inner::before {
    left: 18px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    top: 47%;
  }
}

@media screen and (min-width: 768px) {
  #header .gnavi > li .menu-wrap .menu.scene {
    max-width: 776px;
    margin: auto;
  }
  #header .gnavi > li .menu-wrap .menu li {
    width: 25%;
  }
  #header .gnavi > li .menu-wrap .menu li a {
    display: block;
    padding: 22px 10px;
  }
  #header .gnavi > li .menu-wrap .menu li img {
    display: block;
    margin: 0px auto 5px;
  }
  #header .gnavi > li .menu-wrap .menu li .ttl {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.5;
    color: #00005c;
    letter-spacing: -0.5px;
    display: block;
  }
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  #header .gnavi > li .menu-wrap .menu li .ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (min-width: 768px) and (max-width: 1050px) {
  #header .gnavi > li .menu-wrap .menu li .ttl {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

#header .cart-btn {
  width: 210px;
  margin-left: 25px;
}

@media screen and (max-width: 1250px) {
  #header .cart-btn {
    margin-left: 5px;
  }
}

@media screen and (max-width: 990px) {
  #header .cart-btn {
    display: none;
  }
}

#header .cart-btn a {
  position: relative;
  display: block;
  background: #00005c;
  color: #FFF;
  line-height: 52px;
  height: 52px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 5px;
  transition: all 0.2s ease;
}

@media all and (-ms-high-contrast: none) {
  #header .cart-btn a {
    line-height: 56px;
  }
}

#header .cart-btn a:hover {
  background: #ccb25d;
}

#header .cart-btn a .icn {
  position: relative;
  width: 26px;
  height: 27px;
  display: inline-block;
  vertical-align: middle;
  background: url(../img/common/cart_icn_wh.svg) no-repeat 0 0;
  background-size: 100% auto;
  margin-right: 8px;
}

#header .cart-btn a .icn .num {
  width: 15px;
  line-height: 15px;
  background: #ff8c6c;
  border-radius: 20px;
  position: absolute;
  top: -3px;
  right: -7px;
  color: #00005c;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
}

#header .sp-navi {
  font-size: 0;
  text-align: right;
}

@media screen and (min-width: 991px) {
  #header .sp-navi {
    display: none;
  }
}

#header .sp-navi li {
  position: relative;
  display: inline-block;
  width: 50px;
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  #header .sp-navi li {
    width: 40px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 320px) {
  #header .sp-navi li {
    width: 35px;
    margin-left: 7px;
  }
}

#header .sp-navi li .num {
  position: absolute;
  top: 2px;
  right: 2px;
  background: #ff8c6c;
  width: 14px;
  height: 14px;
  text-align: center;
  line-height: 14px;
  border-radius: 50px;
  font-size: 10px;
  font-size: 1rem;
}

@media screen and (max-width: 767px) {
  #header .sp-navi li .num {
    top: 0;
    right: 0;
  }
}

.sp-navi-panel {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  width: 100%;
  height: 100vh;
  background: #f5f3ee;
}

@media screen and (max-width: 767px) {
  .sp-navi-panel .side-menu {
    display: block;
  }
}

.sp-navi-panel .panel-head {
  width: 100%;
  z-index: 9999;
  height: 70px;
  background: #FFF;
  position: fixed;
  top: 0;
}

.sp-navi-panel .panel-head .back-top {
  position: absolute;
  left: 15px;
  top: 50%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sp-navi-panel .panel-head .back-top::before {
  content: "\f060";
  font-family: 'FontAwesome';
  display: inline-block;
  margin-right: 10px;
  font-size: 15px;
  font-size: 1.5rem;
  transition: all 0.2s ease;
}

.sp-navi-panel .panel-head .close-btn {
  width: 40px;
  position: absolute;
  right: 15px;
  top: 50%;
  font-weight: bold;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sp-navi-panel .panel-inner {
  padding-top: 70px;
  height: 100%;
  overflow-x: auto;
}

.sp-navi-panel .side-search {
  margin-top: 20px;
}

.sp-navi-panel .send-txt {
  display: block !important;
  padding: 20px 0 15px !important;
  margin: 0 !important;
}

.sp-navi-panel .panel-menu-area {
  margin-top: 5px;
}

.sp-navi-panel .panel-menu01,
.sp-navi-panel .panel-menu02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.sp-navi-panel .panel-menu01 {
  margin-bottom: 15px;
}

.sp-navi-panel .panel-menu01 li {
  width: 33.3333%;
  margin-bottom: 15px;
  border-right: 1px solid #000074;
}

.sp-navi-panel .panel-menu01 li:nth-of-type(3n) {
  border-right: none;
}

.sp-navi-panel .panel-menu01 li a {
  display: block;
  padding: 10px 13%;
}

.sp-navi-panel .panel-menu01 li a:hover {
  background: #b5a277;
}

.sp-navi-panel .panel-menu02 {
  padding: 0 12px;
  margin: 0 0 20px;
}

.sp-navi-panel .panel-menu02 li {
  width: 33.333%;
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  padding: 0 3px;
}

.sp-navi-panel .panel-menu02 li a {
  display: block;
  padding: 5px 10px;
  border: 1px solid #cdbf9c;
  border-radius: 50px;
  transition: all 0.2s ease;
}

@media all and (-ms-high-contrast: none) {
  .sp-navi-panel .panel-menu02 li a {
    padding: 8px 10px 3px;
  }
}

@media screen and (max-width: 767px) {
  .sp-navi-panel .panel-menu02 li a {
    background: #FFF;
  }
}

.sp-navi-panel .panel-menu02 li a:hover {
  opacity: 1;
  background: #b5a277;
}

.sp-navi-panel .sns-icn {
  text-align: center;
  font-size: 0;
  margin: 40px 0;
}

.sp-navi-panel .sns-icn li {
  display: inline-block;
  width: 48px;
  margin: 0 12px;
}

.sp-navi-panel .side-menu.bt-none {
  border-top: none;
}

.sp-navi-panel .side-menu .menu.category li, .sp-navi-panel .side-menu .menu.scene li, .sp-navi-panel .side-menu .menu.page-menu li {
  width: 100%;
  border-top: 0 !important;
  border-bottom: 2px solid #FFF;
  border-right: none;
}

.sp-navi-panel .side-menu .menu.category li:last-of-type, .sp-navi-panel .side-menu .menu.scene li:last-of-type, .sp-navi-panel .side-menu .menu.page-menu li:last-of-type {
  border-bottom: 0 !important;
}

.sp-navi-panel .side-menu .menu.category li br, .sp-navi-panel .side-menu .menu.scene li br, .sp-navi-panel .side-menu .menu.page-menu li br {
  display: none !important;
}

.sp-navi-panel .side-menu .menu.category li .menu-inner::after, .sp-navi-panel .side-menu .menu.scene li .menu-inner::after, .sp-navi-panel .side-menu .menu.page-menu li .menu-inner::after {
  position: absolute;
  right: 15px;
  top: 50%;
  content: "\f105";
  font-family: 'FontAwesome';
  display: block;
  font-size: 19px;
  font-size: 1.9rem;
  color: #ccb25d;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sp-navi-panel .side-menu .menu.scene li {
  width: 100%;
}

.sp-navi-panel .side-menu .menu.scene li img {
  display: block;
}

.sp-navi-panel .side-menu .menu.scene li .menu-inner {
  padding: 0 13px;
}

.sp-navi-panel .side-menu .menu.scene li .menu-inner::before {
  display: none;
}

.sp-navi-panel .side-menu .menu.page-menu li:first-of-type {
  border-top: 2px solid #FFF !important;
}

.sp-navi-panel .side-menu .menu.page-menu li:last-of-type {
  border-bottom: 2px solid #FFF !important;
}

/* ====================================================
Footer
==================================================== */
#footer {
  background: #00005c;
  padding-bottom: 240px;
}

@media screen and (max-width: 767px) {
  #footer {
    padding-bottom: 150px;
    background: #000074;
  }
}

@media screen and (max-width: 767px) {
  #footer .inner {
    padding: 0;
  }
}

#footer .footer-top {
  background: #f5f3ee;
  padding: 110px 0 60px;
}

@media screen and (max-width: 767px) {
  #footer .footer-top {
    background: #eceae5;
    padding: 0;
  }
}

#footer .footer-bottom {
  background: #FFF;
  padding: 65px 0 20px;
}

@media screen and (max-width: 767px) {
  #footer .footer-bottom {
    background: #eceae5;
    padding: 32px 0 15px;
  }
}

#footer .footer-navi {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 75px;
}

@media screen and (max-width: 767px) {
  #footer .footer-navi {
    margin-bottom: 0;
    background: #f5f3ee;
    border-top: #00005c 2px solid;
  }
}

#footer .footer-navi li {
  width: 16.6666%;
  text-align: center;
  border-right: 1px solid #00005c;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and (max-width: 990px) {
  #footer .footer-navi li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  #footer .footer-navi li {
    width: 50% !important;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
  }
  #footer .footer-navi li:nth-of-type(2n) {
    border-right: none;
  }
}

@media screen and (min-width: 768px) {
  #footer .footer-navi li.first, #footer .footer-navi li.last {
    /*width: 12.875%;*/
  }
  #footer .footer-navi li.last {
    border-right: none;
  }
}

#footer .footer-navi li a {
  display: block;
  padding: 18px 5px 14px;
  transition: all 0.2s ease;
}

@media screen and (max-width: 767px) {
  #footer .footer-navi li a {
    padding: 10px 13px;
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}

#footer .footer-navi li a:hover {
  color: #ccb25d;
}

#footer .footer-navi li img {
  display: block;
  margin: 0 auto 15px;
  width: 100px;
}

@media screen and (max-width: 990px) {
  #footer .footer-navi li img {
    width: 80px;
  }
}

@media screen and (max-width: 767px) {
  #footer .footer-navi li img {
    width: 40px;
    margin: 0 10px 0 0;
  }
}

#footer .footer-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #footer .footer-info {
    display: none;
  }
}

#footer .footer-info .col {
  width: 30.33%;
  margin-right: 4.505%;
}

#footer .footer-info .col:last-of-type {
  margin-right: 0;
}

#footer .footer-info .item {
  padding-bottom: 30px;
}

#footer .footer-info .item .ttl {
  position: relative;
  border-bottom: 1px solid #bdbdbd;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  padding-bottom: 8px;
  margin-bottom: 15px;
}

#footer .footer-info .item .ttl a {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 14px;
  font-size: 1.4rem;
  transition: all 0.2s ease;
}

#footer .footer-info .item .ttl a::after {
  content: "\f105";
  font-family: 'FontAwesome';
  display: inline-block;
  margin-left: 8px;
  font-size: 17px;
  font-size: 1.7rem;
}

#footer .footer-info .item .ttl a:hover {
  color: #ccb25d;
}

#footer .footer-info .item .txt {
  font-size: 15px;
  font-size: 1.5rem;
  color: #000000;
  margin-bottom: 20px;
}

#footer .footer-info .item .txt strong {
  font-weight: bold;
}

#footer .footer-info .item .txt.tel strong {
  display: block;
  font-size: 22px;
  font-size: 2.2rem;
}

#footer .footer-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  #footer .footer-menu {
    display: none;
  }
}

#footer .footer-menu .col {
  width: 25%;
  padding-right: 15px;
}

#footer .footer-menu .menu:first-of-type {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  #footer .footer-menu .menu:first-of-type {
    min-height: 262px;
  }
}

#footer .footer-menu .menu dt {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 25px;
}

#footer .footer-menu .menu-list li {
  font-size: 15px;
  font-size: 1.5rem;
  margin-bottom: 7px;
}

#footer .footer-menu .menu-list li a {
  transition: all 0.2s ease;
}

#footer .footer-menu .menu-list li a::before {
  content: "\f105";
  font-family: 'FontAwesome';
  display: inline-block;
  font-weight: bold;
  margin-right: 7px;
  font-size: 15px;
  font-size: 1.5rem;
}

#footer .footer-menu .menu-list li a:hover {
  color: #ccb25d;
}

#footer .logo-area {
  position: relative;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  #footer .logo-area {
    margin-bottom: 15px;
  }
}

#footer .info-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media screen and (max-width: 767px) {
  #footer .info-area {
    display: block;
  }
}

#footer .logo {
  max-width: 263px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  #footer .logo {
    width: 113px;
  }
}

#footer .sns-icn {
  position: absolute;
  right: 0;
  top: 62%;
  margin-top: -25px;
  font-size: 0;
  text-align: right;
}

@media screen and (max-width: 767px) {
  #footer .sns-icn {
    position: static;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 0;
  }
}

#footer .sns-icn li {
  display: inline-block;
  width: 50px;
  margin-left: 12px;
}

@media screen and (max-width: 990px) {
  #footer .sns-icn li {
    width: 40px;
  }
}

@media screen and (max-width: 767px) {
  #footer .sns-icn li {
    width: 50px;
    margin: 0 12px;
  }
}

#footer .other-menu {
  font-size: 0;
}

@media screen and (max-width: 767px) {
  #footer .other-menu {
    text-align: center;
    margin-left: 15px;
    margin-bottom: 20px;
  }
}

#footer .other-menu li {
  display: inline-block;
  border-left: 1px solid #808080;
  line-height: 1;
}

#footer .other-menu li:first-of-type {
  border-left: 0;
}

#footer .other-menu li:first-of-type a {
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  #footer .other-menu li:first-of-type a {
    padding-left: 5px;
  }
}

#footer .other-menu li a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #808080;
  padding: 0 5px;
}

@media screen and (max-width: 767px) {
  #footer .other-menu li a {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#footer .copyright {
  font-size: 12px;
  font-size: 1.2rem;
  color: #808080;
}

@media screen and (max-width: 767px) {
  #footer .copyright {
    font-size: 10px;
    font-size: 1rem;
    text-align: center;
  }
}

/* ====================================================
Content
==================================================== */
@media screen and (min-width: 991px) {
  .container {
    padding-top: 0 !important;
  }
}

.content {
  padding: 35px 0 120px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .content {
    /*display: block !important;*/
    padding-bottom: 0;
    padding-top: 0;
  }
}

.content .main-col {
  width: calc(100% - 251px);
  -ms-flex-order: 2;
      order: 2;
  padding-left: 55px;
}

@media screen and (max-width: 767px) {
  .content .main-col.style02 {
    padding-top: 20px;
  }
}

@media screen and (max-width: 990px) {
  .content .main-col {
    width: calc(100% - 231px);
    padding-left: 25px;
  }
}

@media screen and (max-width: 767px) {
  .content .main-col {
    -ms-flex-order: 1;
        order: 1;
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
  }
}

.content .side-col {
  display: block;
  -ms-flex-order: 1;
      order: 1;
}

@media screen and (min-width: 768px) {
  .content .side-col {
    width: 250px;
  }
}

@media screen and (max-width: 991px) and (min-width: 768px) {
  .content .side-col {
    width: 230px;
  }
}

@media screen and (max-width: 767px) {
  .content .side-col {
    display: none;
    width: calc(100% + 30px);
    background: #FFF;
    margin: 0 -15px;
    padding: 0;
    -ms-flex-order: 2;
        order: 2;
  }
  .content .side-col .menu.category {
    display: none;
  }
  .content .side-col .side-menu {
    display: none;
  }
  .content .side-col .side-keyword {
    margin-bottom: 20px;
    padding-bottom: 25px;
  }
}

/* ====================================================
Sidebar
==================================================== */
.side-col {
  display: none;
}

@media screen and (max-width: 767px) {
  .side-col {
    display: block;
    padding-top: 60px;
    background: #eceae5;
  }
}

@media screen and (max-width: 767px) {
  .side-col .side-keyword {
    padding-bottom: 35px;
    margin-bottom: 0;
  }
}

.side-bnr {
  margin-bottom: 20px;
}

.side-search {
  position: relative;
  border: 1px solid #00005c;
  border-radius: 5px;
  overflow: hidden;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .side-search {
    margin: 0 15px 15px;
  }
}

.side-search .s-window,
.side-search #MakeShopTopSearchInput {
  font-size: 15px;
  font-size: 1.5rem;
  width: 100%;
  -webkit-appearance: none;
  border-radius: 0;
  padding: 0 15px;
  border: none;
  height: 45px;
  background: #FFF;
}

@media all and (-ms-high-contrast: none) {
  .side-search .s-window,
  .side-search #MakeShopTopSearchInput {
    line-height: 52px;
  }
}

.side-search .s-btn,
.side-search #MakeShopTopSearchButton {
  position: absolute;
  right: 0;
  top: 0;
  background: #00005c;
  border: none;
  border-radius: 0px;
  width: 45px;
  text-align: center;
  height: 45px;
  line-height: 45px;
  -webkit-appearance: none;
  transition: all 0.2s ease;
  cursor: pointer;
}

.side-search .s-btn:hover,
.side-search #MakeShopTopSearchButton:hover {
  background: #cdbf9c;
}

.side-search .s-btn img,
.side-search #MakeShopTopSearchButton img {
  width: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.side-search #MakeShopTopSearchButton {
  text-indent: -9999px;
}

.side-search #MakeShopTopSearchButton::after {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 17px;
  height: 17px;
  background: url(../img/common/search_icn_wh.svg) no-repeat 0 0;
}

.side-keyword {
  margin-bottom: 27px;
}

@media screen and (max-width: 767px) {
  .side-keyword {
    padding: 0 15px;
    margin-bottom: 20px;
  }
}

.side-keyword .side-ttl {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .side-keyword .side-ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.side-keyword .keyword-list li {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 5px 7px 0;
}

.side-keyword .keyword-list li a {
  display: block;
  padding: 5px 10px;
  border: 1px solid #cdbf9c;
  border-radius: 50px;
  transition: all 0.2s ease;
}

@media all and (-ms-high-contrast: none) {
  .side-keyword .keyword-list li a {
    padding: 8px 10px 3px;
  }
}

@media screen and (max-width: 767px) {
  .side-keyword .keyword-list li a {
    background: #FFF;
  }
}

.side-keyword .keyword-list li a:hover {
  background: #f5eee4;
}

.side-menu {
  padding-top: 30px;
  margin-bottom: 45px;
  border-top: #00005c 2px solid;
}

@media screen and (max-width: 767px) {
  .side-menu {
    display: none;
    margin-bottom: 0;
    padding-top: 0;
  }
}

.side-menu .side-ttl {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 10px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
  .side-menu .side-ttl {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 19px 15px;
    border-bottom: 2px solid #FFF;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .side-menu .menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    background: #f5f3ee;
  }
}

.side-menu .menu li {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 2px;
}

@media screen and (max-width: 990px) {
  .side-menu .menu li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .side-menu .menu li {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .side-menu .menu li {
    width: 50%;
    margin-bottom: 0;
    border-top: 2px solid #FFF;
    border-right: 2px solid #FFF;
  }
  .side-menu .menu li:nth-of-type(2n) {
    border-right: 0;
  }
  .side-menu .menu li:nth-of-type(1), .side-menu .menu li:nth-of-type(2) {
    border-top: 0;
  }
}

.side-menu .menu li .menu-inner {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  height: 72px;
  padding: 0 15px;
  background: #f5f3ee;
  transition: all 0.2s ease;
}

@media screen and (max-width: 767px) {
  .side-menu .menu li .menu-inner {
    height: 62px;
    padding: 0 13px;
  }
}

.side-menu .menu li .menu-inner:hover {
  background: #cdbf9c;
}

@media screen and (max-width: 767px) {
  .side-menu .menu li .menu-inner:hover {
    background: #dacfb8;
  }
}

.side-menu .menu li img {
  width: 52px;
  margin-right: 15px;
}

@media screen and (max-width: 767px) {
  .side-menu .menu li img {
    width: 40px;
  }
}

.side-menu .menu.price {
  margin-bottom: 42px;
}

@media screen and (max-width: 767px) {
  .side-menu .menu.price {
    margin-bottom: 0;
  }
}

.side-menu .menu.price li .menu-inner {
  padding-left: 35px;
  height: 53px;
}

@media screen and (max-width: 767px) {
  .side-menu .menu.price li .menu-inner {
    height: 62px;
  }
}

.side-menu .menu.price li .menu-inner::before {
  position: absolute;
  left: 20px;
  top: 50%;
  content: "\f105";
  font-family: 'FontAwesome';
  display: block;
  font-size: 19px;
  font-size: 1.9rem;
  color: #ccb25d;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .side-menu .menu.price li .menu-inner::before {
    left: 18px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    top: 47%;
  }
}

.side-menu .menu.icn li .menu-inner {
  padding-left: 25px;
}

.side-menu .menu.icn li img {
  width: 34px;
}

@media screen and (max-width: 767px) {
  .side-menu .menu.scene li .menu-inner {
    padding-left: 35px;
  }
  .side-menu .menu.scene li .menu-inner::before {
    position: absolute;
    content: "\f105";
    font-family: 'FontAwesome';
    display: block;
    color: #ccb25d;
    left: 18px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1;
    top: 47%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

@media screen and (max-width: 767px) {
  .side-menu .menu.scene li img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .ac-ttl {
    position: relative;
    font-size: 17px;
    font-size: 1.7rem;
    font-weight: bold;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    border-bottom: 2px solid #FFF;
    padding: 19px 15px;
  }
  .ac-ttl::after, .ac-ttl::before {
    position: absolute;
    top: 50%;
    content: "";
    display: block;
    background: #00005c;
    transition: all 0.2s ease;
  }
  .ac-ttl::before {
    right: 15px;
    width: 16px;
    height: 2px;
    margin-top: -1px;
  }
  .ac-ttl::after {
    opacity: 0;
    right: 22px;
    width: 2px;
    height: 16px;
    margin-top: -8px;
  }
  .ac-ttl.active::after {
    opacity: 1;
  }
}

/* ====================================================
Index
==================================================== */
.main-visual {
  position: relative;
  margin-bottom: 34px;
}

@media screen and (max-width: 767px) {
  .main-visual {
    margin: 0 -15px 22px -15px;
  }
}

.main-visual .slick-dotted.slick-slider {
  margin-bottom: 18px;
}

.main-visual .slick-arrow {
  color: #000074;
  font-size: 35px;
  cursor: pointer;
}

.main-visual .slick-dots {
  position: static;
  bottom: auto;
  left: auto;
  padding: 0 55px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  width: auto;
}

@media screen and (max-width: 767px) {
  .main-visual .slick-dots {
    width: 100%;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.main-visual .slick-dots li {
  width: 10px;
  height: 10px;
  background: #a8a8a8;
  border-radius: 50%;
  margin: 0 6px;
}

@media screen and (max-width: 767px) {
  .main-visual .slick-dots li {
    height: 15px;
    width: 15px;
    margin: 0 7px;
  }
}

.main-visual .slick-dots li.slick-active {
  background: #000074;
}

.main-visual .slick-dots li button {
  display: none;
}

.nav-slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

@media screen and (max-width: 767px) {
  .nav-slide {
    padding: 0 20px;
  }
}

.list-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px -30px -15px;
}

@media screen and (max-width: 767px) {
  .list-product {
    margin-left: -17.5px;
    margin-right: -17.5px;
  }
}

.list-product .item {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .list-product .item {
    padding: 0 2.5px;
    margin-bottom: 5px;
  }
}

.list-product .item a {
  display: block;
  position: relative;
  transition: .3s;
}

.list-product .item a:hover {
  opacity: .7;
}

.list-product .item a:before {
  content: "";
  position: absolute;
  width: 22px;
  height: 22px;
  background: url(../img/index/ico-right.png) no-repeat;
  background-size: 100% 100%;
  right: 12px;
  bottom: 08px;
  border-radius: 50%;
}

@media screen and (max-width: 767px) {
  .list-product .item a:before {
    width: 15px;
    height: 15px;
    right: 5px;
    bottom: 6px;
  }
}

.list-cate {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px 0 -5px;
}

.list-cate .item {
  width: 25%;
  padding: 0 5px;
  margin-bottom: 30px;
}

.list-cate .item a {
  display: block;
  transition: .3s;
}

.list-cate .item a:hover {
  opacity: .6;
}

@media screen and (max-width: 990px) {
  .list-cate .item {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .list-cate .item {
    margin-bottom: 15px;
  }
}

.list-cate .item img {
  display: block;
  width: 100%;
  margin-bottom: 6px;
}

.list-cate .item .ttl {
  font-weight: bold;
  font-size: 19px;
  line-height: 1.73684;
  text-align: center;
}

@media screen and (max-width: 990px) {
  .list-cate .item .ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .list-cate .item .ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.sec-cate {
  margin-bottom: 57px;
}

@media screen and (max-width: 767px) {
  .sec-cate {
    margin-bottom: 22px;
  }
}

.sec-local {
  margin-bottom: 0;
}

.list01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -5px 0 -5px;
}

.list01 li {
  width: 25%;
  padding: 0 5px;
}

@media screen and (max-width: 990px) {
  .list01 li {
    width: 50%;
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 1200px) {
  .list01 li .btn_type03 {
    min-width: 100%;
  }
}

.btn_type03 {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  min-width: 220px;
  text-align: center;
  padding: 22px 0;
  font-weight: bold;
  font-size: 20px;
  line-height: 1.85;
  background: #edeae5;
  text-decoration: underline;
  transition: .3s;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn_type03 {
    padding: 26px 0 22px;
  }
}

@media screen and (max-width: 1200px) {
  .btn_type03 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.btn_type03:hover {
  color: #fff;
  background: #ccb25d;
}

.btn_type03.active {
  color: #fff;
  background: #ccb25d;
}

@media screen and (max-width: 767px) {
  .btn_type03 {
    padding: 16px 0;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 321px) {
  .btn_type03 {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 12px 0;
  }
}

.banner-img,
.sec-history,
.sec-collect {
  display: none;
}

.banner-img img {
  width: 100%;
  display: block;
}

.info_history {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 60px 85px;
  background: #020061;
  position: relative;
  margin: -63px -28px 92px -20px;
}

@media screen and (max-width: 767px) {
  .info_history {
    padding: 36px 20px 40px;
    margin: -24px -15px 0 -15px;
  }
}

.info_history_content {
  width: calc(715/1100*100%);
  padding-right: 75px;
}

@media screen and (max-width: 990px) {
  .info_history_content {
    padding-right: 30px;
  }
}

@media (max-width: 769px) {
  .info_history_content {
    width: 100%;
    padding-right: 0;
    margin-bottom: 37px;
  }
}

.info_history_content_ttl {
  color: #fff;
  font-weight: 600;
  font-size: 34px;
  line-height: 1.61765;
  margin-bottom: 10px;
  margin-top: -5px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media screen and (max-width: 767px) {
  .info_history_content_ttl {
    font-size: 21px;
    font-size: 2.1rem;
    margin-bottom: 20px;
  }
}

.info_history_content p {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  color: #fff;
}

@media (max-width: 769px) {
  .info_history_content p {
    font-size: 17px;
    line-height: 1.82353;
  }
}

.info_history_img {
  width: calc(385/1100*100%);
}

@media (max-width: 769px) {
  .info_history_img {
    width: 100%;
  }
  .info_history_img img {
    display: block;
    margin: 0 auto;
  }
}

.info_history .listBtn {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .info_history .listBtn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
  }
  .info_history .listBtn li {
    text-align: center;
  }
}

.info_history .listBtn li {
  margin: 0 10px;
}

@media screen and (max-width: 767px) {
  .info_history .listBtn li {
    width: 100%;
    margin-bottom: 10px;
  }
  .info_history .listBtn li .btn_type04 {
    width: 100%;
    padding: 11px 10px;
    max-width: 315px;
    min-width: 1px;
    border-radius: 3px;
  }
}

.btn_type04 {
  display: inline-block;
  padding: 22px 10px;
  text-align: center;
  font-weight: bold;
  font-size: 22px;
  line-height: 1.68182;
  background: #ffffff;
  min-width: 340px;
  border-radius: 5px;
  position: relative;
  transition: .3s;
}

.btn_type04:after {
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 20px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 13px;
  height: 17px;
  font: normal normal normal 20px/1 FontAwesome;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn_type04 {
    padding: 30px 10px 22px;
  }
}

.btn_type04:hover {
  opacity: .6;
}

.btn_type04.style02 {
  background: #f5eee4;
  padding: 10px 10px;
  font-size: 18px;
  font-size: 1.8rem;
}

.btn_type04.style02:after {
  right: 11px;
  top: 55%;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .btn_type04 {
    font-size: 17px;
    font-size: 1.7rem;
    padding: 12px 10px;
  }
  .btn_type04:after {
    right: 15px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) and (max-width: 769px) {
  .btn_type04 {
    padding: 19px 10px 11px !important;
  }
}

.sec-history {
  background: #f5eee4;
  padding-bottom: 100px;
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .sec-history {
    padding-bottom: 15px;
    margin-bottom: 40px;
  }
}

.list02 li {
  padding: 0 !important;
  border: 0 !important;
}

.list02 li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 25px 10px 16px;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.75;
  border-bottom: solid 1px #dad7d2;
  transition: .3s;
}

.list02 li a:hover {
  background: #ffffff;
}

@media screen and (max-width: 767px) {
  .list02 li a:hover {
    background: transparent;
  }
}

@media screen and (max-width: 767px) {
  .list02 li a:first-child a {
    padding-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .list02 li a {
    padding: 14px 0 13px 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.list02 li small {
  color: #5c3327;
  width: 100px;
  font-size: 16px;
  line-height: 1.75;
}

@media screen and (max-width: 767px) {
  .list02 li small {
    display: block;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.list02 li span {
  display: inline-block;
  width: calc(100% - 100px);
  color: #1c1c1c;
}

@media screen and (max-width: 767px) {
  .list02 li span {
    font-size: 15px;
    line-height: 1.53333;
    width: 100%;
  }
  .list02 li span br {
    display: none;
  }
}

.list-news-wrap {
  max-width: 1260px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .list-news-wrap {
    padding: 0 15px;
  }
}

.list-news {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -20px;
  margin-right: -20px;
}

@media screen and (max-width: 767px) {
  .list-news {
    margin-left: 0;
    margin-right: 0;
    padding-top: 50px;
    padding-right: 0 !important;
  }
}

.list-news .item {
  width: 50%;
  padding: 0 20px;
}

@media screen and (max-width: 767px) {
  .list-news .item {
    width: 100%;
    margin-bottom: 38px;
    padding: 0;
  }
}

@media screen and (max-width: 767px) and (max-width: 321px) {
  .list-news .item .ttlCom02 {
    font-size: 20px;
    font-size: 2rem;
  }
}

.list-news .item .list02 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .list-news .item .list02 {
    margin-bottom: 20px;
  }
}

.list-news .item .btn_type04 {
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  min-width: 300px;
  text-align: center;
  padding: 10px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .list-news .item .btn_type04 {
    padding: 17px 10px 10px;
  }
}

@media screen and (min-width: 768px) {
  .list-news .item .btn_type04 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .list-news .item .btn_type04 {
    min-width: 315px;
  }
}

@media screen and (max-width: 321px) {
  .list-news .item .btn_type04 {
    min-width: 280px;
  }
}

.list-news .item .btn_type04:after {
  right: 31px;
}

@media screen and (max-width: 767px) {
  .list-news .item .btn_type04:after {
    right: 13px;
  }
}

.list-news .item .btn_type04:hover {
  background: #C4B59F;
}

.sec-collect {
  padding: 0;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .sec-collect {
    margin-bottom: 10px;
  }
}

.sec-collect:last-child {
  margin-bottom: 0;
}

.sec-collect .product-list {
  max-width: 1115px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .sec-collect .product-list {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.sec-collect .product-list .slick-arrow {
  position: absolute;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  border-radius: 50%;
  border: solid 1px #e5ded6;
  color: #5b3329;
  font-size: 20px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  cursor: pointer;
  background: #ffffff;
  z-index: 2;
}

@media screen and (max-width: 767px) {
  .sec-collect .product-list .slick-arrow {
    top: 29%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.sec-collect .product-list .slick-arrow.arrow-left {
  left: -60px;
}

@media screen and (max-width: 1200px) {
  .sec-collect .product-list .slick-arrow.arrow-left {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .sec-collect .product-list .slick-arrow.arrow-left {
    left: 11px;
  }
}

.sec-collect .product-list .slick-arrow.arrow-right {
  right: -60px;
}

@media screen and (max-width: 1200px) {
  .sec-collect .product-list .slick-arrow.arrow-right {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .sec-collect .product-list .slick-arrow.arrow-right {
    right: 11px;
  }
}

.sec-collect .product-list .btn_type04 {
  min-width: 100%;
}

.sec-collect .product-list .item {
  padding: 0;
}

.sec-collect .product-list .item:hover {
  background: #ffffff;
}

.sec-collect .product-list .item a {
  padding: 8px;
  display: block;
  margin-bottom: 4px;
}

.sec-collect .product-list .item a:hover {
  background: #f5eee4;
}

@media screen and (max-width: 767px) {
  .sec-collect .product-list .item a {
    padding: 4px;
  }
}

.sec-collect .product-list .item .add-cart {
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .sec-collect .product-list .item .add-cart {
    display: none !important;
  }
}

.sec-collect .product-list .item .add-cart:hover {
  background: #ccb25d !important;
}

.sec-collect .product-list .item .btn_type04 {
  margin-left: 8px;
  margin-right: 8px;
  min-width: calc(100% - 16px);
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sec-collect .product-list .item .btn_type04 {
    padding: 12px 8px 8px 8px;
  }
}

@media screen and (max-width: 767px) {
  .sec-collect .product-list .item .btn_type04 {
    display: none !important;
  }
}

.sec-collect .product-list .item .btn_type04:hover {
  opacity: .7;
}

.backTop {
  display: inline-block;
  position: fixed;
  width: 77px;
  line-height: 81px;
  height: 81px;
  bottom: 20px;
  right: 0;
  z-index: 10;
  border-radius: 4px 0 0 4px;
  overflow: hidden;
  background: #887e6c;
  text-align: center;
  line-height: 81px;
  transition: .3s;
}

.backTop:hover {
  background: #735b45;
}

.backTop img {
  width: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 767px) {
  .backTop {
    width: 55px;
    height: 60px;
    line-height: 60px;
    right: 0px;
    line-height: 50px;
    bottom: 60px;
  }
  .backTop img {
    width: 20px;
  }
}

.box-product {
  margin-bottom: 25px;
}

@media screen and (max-width: 767px) {
  .box-product {
    margin-bottom: 15px;
  }
}

.page-index .inner {
  display: block !important;
}

/* トップページのみ */
body.home .container > *:last-child {
  padding-top: 60px;
  background: #eceae5;
}

body.home .container > *:last-child .side-keyword {
  padding-bottom: 35px;
}

body.home .container > *:last-child .side-keyword {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  body.home .content .side-col {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  body.home .side-menu {
    display: block;
  }
}

.page-index, .page-first_index {
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .page-index, .page-first_index {
    overflow: hidden;
    padding-bottom: 0;
  }
  .page-index .content .side-col, .page-first_index .content .side-col {
    background: #ffffff;
    padding-top: 0;
  }
  .page-index > *:last-child, .page-first_index > *:last-child {
    padding-top: 60px;
    background: #eceae5;
  }
  .page-index > *:last-child .side-keyword, .page-first_index > *:last-child .side-keyword {
    padding-bottom: 35px;
  }
  .page-index > *:last-child .side-keyword, .page-first_index > *:last-child .side-keyword {
    margin-bottom: 0;
  }
  .page-index .side-col .side-menu, .page-first_index .side-col .side-menu {
    display: none;
  }
}

.dn {
  display: none;
}

.child-iframe {
  width: 100%;
}

.block-product {
  margin: 0 -10px 22px;
}

@media screen and (max-width: 767px) {
  .block-product {
    margin: 0 -20px 15px;
  }
}

.block-product .item {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .block-product .item {
    margin-bottom: 12px;
    padding: 0 5px;
  }
}

.block-product .item:nth-child(1) {
  width: 100%;
}

.block-product .item:nth-child(1) .block {
  height: 272px;
}

@media screen and (max-width: 767px) {
  .block-product .item:nth-child(1) .block {
    height: 112px;
  }
}

.block-product .item .block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
  background: #f5f3ed;
  border-radius: 5px;
  font-weight: 500;
  font-size: 14px;
  font-size: 1.4rem;
  color: black;
  min-height: 205px;
  letter-spacing: 1.5px;
}

@media screen and (max-width: 767px) {
  .block-product .item .block {
    min-height: 85px;
    font-size: 13px;
    font-size: 1.3rem;
    border-radius: 0;
  }
}

@media screen and (max-width: 767px) {
  .fillter-product .ttlCom02 {
    margin-bottom: 10px;
  }
}

.fillter-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: black;
  margin-bottom: 73px;
}

@media screen and (max-width: 767px) {
  .fillter-block {
    font-size: 13px;
    font-size: 1.3rem;
    margin-bottom: 15px;
  }
}

.fillter-block span {
  display: inline-block;
  letter-spacing: 1.5px;
  white-space: nowrap;
}

.fillter-block span.total {
  margin-right: 48px;
}

@media screen and (max-width: 374px) {
  .fillter-block span.total {
    margin-right: 20px;
  }
}

.fillter-block .sort-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.fillter-block .sort-product span {
  margin-right: 13px;
}

.product-list {
  margin: 0 -8px 50px;
}

@media screen and (max-width: 767px) {
  .product-list {
    margin: 0 -6px 10px;
  }
}

.product-list .item {
  width: 25%;
  margin-bottom: 44px;
  -webkit-backface-visibility: hidden;
  transition: all .3s ease;
}

.product-list .item_inner {
  padding-bottom: 8px;
  margin-bottom: 4px;
  transition: all 0.3s;
}

.product-list .item_inner.on:hover {
  background: #f5eee4;
  transition: all 0.3s;
}

.product-list .item_inner.on:hover .txt .ttl {
  color: #ccb25d;
}

@media screen and (max-width: 990px) {
  .product-list .item {
    width: 33.333%;
  }
}

@media screen and (max-width: 767px) {
  .product-list .item {
    width: 50%;
    padding: 6px;
    margin-bottom: 25px;
  }
}

.product-list .item .img {
  margin-bottom: 11px;
  position: relative;
  overflow: hidden;
  /*img {
				display: block;
				width: 100%;
			}*/
}

.product-list .item .img::after {
  content: "";
  display: block;
  padding-top: 100%;
}

.product-list .item .img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: inherit;
  height: 100%;
}

.product-list .item .txt .ttl {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #00005c;
  text-decoration: underline;
  margin-bottom: 33px;
  -webkit-backface-visibility: hidden;
  transition: all .3s ease;
}

@media screen and (max-width: 990px) {
  .product-list .item .txt .ttl {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .product-list .item .txt .ttl {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.product-list .item .total {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 1px;
  margin-bottom: 5px;
  color: black;
}

@media screen and (max-width: 1150px) {
  .product-list .item .total {
    font-size: 23px;
    font-size: 2.3rem;
  }
}

@media screen and (max-width: 767px) {
  .product-list .item .total {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 374px) {
  .product-list .item .total {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.product-list .item .total small {
  font-weight: 500;
  font-size: 15px;
  font-size: 1.5rem;
  position: relative;
  top: -4px;
  margin-left: 4px;
  letter-spacing: 0;
}

@media screen and (max-width: 990px) {
  .product-list .item .total small {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .product-list .item .total small {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

.product-list .item .add-cart {
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-align: center;
      align-items: center;
  color: white;
  background: #000074;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 10px 5px !important;
  -ms-flex-pack: center;
      justify-content: center;
  border-radius: 5px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0 !important;
  -webkit-backface-visibility: hidden;
  transition: all .3s ease;
  width: calc(100% - 16px);
}

@media screen and (min-width: 0 \0
 ) {
  .product-list .item .add-cart {
    padding: 12px 5px 7px !important;
  }
}

@media screen and (max-width: 1150px) {
  .product-list .item .add-cart {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .product-list .item .add-cart {
    padding: 9px 5px !important;
  }
}

.product-list .item .add-cart:hover {
  background: #ccb25d !important;
}

.product-list .item .add-cart img {
  width: 18px;
  margin-right: 5px;
  position: relative;
  top: -1px;
}

@media screen and (min-width: 0 \0
 ) {
  .product-list .item .add-cart img {
    top: -3px;
  }
}

@media screen and (max-width: 767px) {
  .product-list .item .add-cart img {
    width: 14px;
    top: -1px;
  }
}

.product-list .item .add-cart.soldout {
  background: #ede6da;
  color: #00005c !important;
}

.product-list .item .add-cart.soldout:hover {
  background: #ede6da !important;
}

@media screen and (max-width: 767px) {
  .product-list .item.slick-slide .txt .total {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

@media screen and (max-width: 321px) {
  .product-list .item.slick-slide .txt .total {
    font-size: 13px;
    font-size: 1.3rem;
  }
  .product-list .item.slick-slide .txt .total small {
    top: -1px;
  }
}

.product-list.d-flex .item_inner {
  padding: 8px;
}

@media screen and (max-width: 767px) {
  .product-list.d-flex .item_inner {
    padding: 0;
  }
}

.product-list.d-flex .item_inner .add-cart {
  width: 100%;
  margin-top: 15px;
}

@media screen and (max-width: 767px) {
  .product-list.d-flex .item_inner .add-cart {
    margin-top: 10px;
  }
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
}

.pagination li {
  margin: 0 9px;
}

@media screen and (max-width: 767px) {
  .pagination li {
    margin: 0 3px;
  }
}

.pagination li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 18px;
  font-size: 1.8rem;
  background: #f5eee4;
  font-weight: 500;
  color: #000074;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  transition: all .3s ease;
}

@media screen and (min-width: 0 \0
 ) {
  .pagination li a {
    padding-top: 5px;
  }
}

@media screen and (max-width: 1200px) {
  .pagination li a {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .pagination li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.pagination li a img {
  width: 19px;
}

@media screen and (max-width: 767px) {
  .pagination li a img {
    width: 12px;
  }
}

.pagination li a.active {
  border: 1px solid #000074;
}

.pagination li a:hover {
  background: #000074;
  color: white;
}

.pagination li a.next, .pagination li a.prev {
  background: none;
}

.pagination li.dose {
  margin: 0 17px 0 4px;
}

@media screen and (max-width: 767px) {
  .pagination li.dose {
    margin: 0 7px 0 3px;
  }
}

.pagination li.dose span {
  font-size: 30px;
  font-size: 3rem;
  letter-spacing: -16px;
  color: #808080;
}

@media screen and (max-width: 767px) {
  .pagination li.dose span {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: 0;
  }
}

.wp-pagenavi {
  text-align: center;
  display: block;
  position: relative;
}

.wp-pagenavi a, span.current {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 18px;
  font-size: 1.8rem;
  background: #f5eee4;
  font-weight: 500;
  color: #000074;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  transition: all .3s ease;
  margin: 0 9px;
}

.wp-pagenavi .extend{
  border: none;
}

.wp-pagenavi .last,
.wp-pagenavi .first{
  width: auto;
  background: none;
  border: none;
}

.wp-pagenavi .last:hover,
.wp-pagenavi .first:hover{
  color: inherit;
  text-decoration: underline;
  background: none;
}

@media screen and (max-width: 1200px) {
  .wp-pagenavi a, span.current {
    width: 30px;
    height: 30px;
  }
}

@media screen and (max-width: 767px) {
  .wp-pagenavi{
    padding-bottom: 40px;
  }

  .wp-pagenavi a, span.current {
    margin: 0 3px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  .wp-pagenavi .last,
  .wp-pagenavi .first{
    position: absolute;
    bottom: 0px;
  }
  .wp-pagenavi .first{
    left: 0%;
  }
  .wp-pagenavi .last{
    right: 0%;
  }
}

.wp-pagenavi a:hover, span.current:hover {
  background: #000074;
  color: white;
}

.previouspostslink, .nextpostslink {
  background: none !important;
  color: #c5c0ba !important;
  font-size: 30px !important;
  font-weight: 600 !important;
  border: 0 !important;
}

@media screen and (max-width: 1200px) {
  .previouspostslink, .nextpostslink {
    font-size: 20px !important;
  }
}

.wp-pagenavi span.current {
  border: 1px solid #000074;
}

.other-products {
  border-top: 9px solid #f5eee4;
  padding: 54px 0 70px;
}

.other-products.style02 {
  border-top: 0;
}

@media screen and (max-width: 767px) {
  .other-products {
    padding: 50px 0;
    border-top: none;
  }
}

.product-list-item {
  margin: 0 -10px;
}

@media screen and (max-width: 767px) {
  .product-list-item {
    margin: 0 -30px;
  }
}

.product-list-item .slick-list {
  padding: 0 5px;
}

.product-list-item .item {
  outline: none !important;
  position: relative;
  padding-bottom: 10px;
  padding-top: 10px;
}

.product-list-item .item a {
  outline: 0;
}

.product-list-item .item .block {
  display: block;
  padding: 8px;
  -webkit-backface-visibility: hidden;
  transition: all .3s ease;
}

.product-list-item .item:hover .block {
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.38);
}

.product-list-item .item:hover .txt .ttl {
  color: #C6992E;
  text-decoration: none;
}

.product-list-item .item .number {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  line-height: 1;
}

.product-list-item .item .number img {
  width: 30px;
  position: relative;
  top: 2px;
  margin-right: 7px;
}

@media screen and (max-width: 767px) {
  .product-list-item .item .number img {
    width: 24px;
    margin-right: 4px;
    top: 4px;
  }
}

.product-list-item .item .number span {
  display: inline-block;
  height: 49px;
  color: #00005c;
  font-family: "Italianno", cursive;
  font-size: 55px;
  font-size: 5.5rem;
}

@media screen and (max-width: 767px) {
  .product-list-item .item .number span {
    height: 35px;
    font-size: 46px;
    font-size: 4.6rem;
  }
}

.product-list-item .item .number span small {
  font-size: 46px;
  font-size: 4.6rem;
}

@media screen and (max-width: 767px) {
  .product-list-item .item .number span small {
    font-size: 39px;
    font-size: 3.9rem;
  }
}

.product-list-item .item .img {
  margin-bottom: 11px;
}

.product-list-item .item .img img {
  width: 100%;
}

.product-list-item .item .txt .ttl {
  display: block;
  letter-spacing: 2px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #00005c;
  text-decoration: underline;
  margin-bottom: 22px;
  -webkit-backface-visibility: hidden;
  transition: all .3s ease;
}

@media screen and (max-width: 767px) {
  .product-list-item .item .txt .ttl {
    margin-bottom: 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.product-list-item .item .txt .total {
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  color: black;
}

@media screen and (max-width: 767px) {
  .product-list-item .item .txt .total {
    font-size: 16px;
    font-size: 1.6rem;
    font-weight: bold;
  }
  .product-list-item .item .txt .total small {
    font-weight: 500;
    font-size: 10px;
    font-size: 1rem;
    margin-left: 4px;
  }
}

@media screen and (max-width: 374px) {
  .product-list-item .item .txt .total {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.product-list-item .slick-arrow {
  width: 43px;
  height: 43px;
  opacity: 1;
  z-index: 9;
  top: 48%;
}

@media screen and (max-width: 767px) {
  .product-list-item .slick-arrow {
    width: 30px;
    height: 30px;
    top: 37%;
    opacity: 0.6;
  }
}

.product-list-item .slick-arrow:before {
  display: none;
}

.product-list-item .slick-arrow.slick-prev {
  background: url("../img/common/arrow-prev-02.png") no-repeat;
  background-size: 100%;
  left: -50px;
}

@media screen and (max-width: 1300px) {
  .product-list-item .slick-arrow.slick-prev {
    left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .product-list-item .slick-arrow.slick-prev {
    left: 20px;
  }
}

.product-list-item .slick-arrow.slick-next {
  background: url("../img/common/arrow-next-02.png") no-repeat;
  background-size: 100%;
  right: -50px;
}

@media screen and (max-width: 1300px) {
  .product-list-item .slick-arrow.slick-next {
    right: 12px;
  }
}

@media screen and (max-width: 767px) {
  .product-list-item .slick-arrow.slick-next {
    right: 10px;
  }
}

.btn-more.active {
  opacity: 0.7;
}

.mb-24 {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .page-product_index .main-col {
    margin-bottom: 30px;
  }
  .page-product_index .other-products {
    padding-bottom: 0;
  }
}

.cart {
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
  font-weight: bold;
  background: #000074;
  width: 77px;
  height: 81px;
  border-radius: 4px 0 0 4px;
  position: fixed;
  bottom: 108px;
  right: 0;
  padding-top: 3px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  transition: 0.3s ease all;
}

@media screen and (max-width: 767px) {
  .cart {
    width: 55px;
    height: 68px;
    font-size: 9px;
    font-size: 0.9rem;
    line-height: 1.2;
    z-index: 10;
    top: 65vh;
  }
  .cart img {
    width: 25px;
  }
}

.cart span {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1.1;
}

.cart:hover {
  background: #CCB25D;
  transition: 0.3s ease all;
}

@media screen and (max-width: 767px) {
  .page-product_detail .other-products {
    border-top: 5px solid #f5eee4;
    margin: 0 -15px;
    padding: 30px 0;
  }
  .page-product_detail .other-products.mt-45 {
    margin-top: 45px;
  }
  .page-product_detail .other-products .product-list-item {
    margin: 0 -15px;
  }
}

.page-product_detail .product-list-item .slick-arrow {
  top: 43%;
}

.main-content-product {
  padding-right: 5px;
}

@media screen and (max-width: 767px) {
  .main-content-product {
    padding-right: 0;
  }
}

.main-content-product .ttlCom02 {
  margin-bottom: 20px;
}

@media screen and (max-width: 1200px) {
  .main-content-product .ttlCom02 {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

@media screen and (max-width: 767px) {
  .main-content-product .ttlCom02 {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .main-content-product .ttlCom02:after {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .main-content-product .ttlCom02 small {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.main-content-product .bt-cart {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .main-content-product .bt-cart {
    margin-bottom: 30px;
  }
}

.main-product-detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 37px;
}

@media screen and (max-width: 990px) {
  .main-product-detail {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .main-product-detail {
    margin-left: -15px;
    margin-right: -15px;
  }
}

.main-product-detail .box-slider {
  width: calc(100% - 330px);
  padding-right: 40px;
}

@media screen and (max-width: 1200px) {
  .main-product-detail .box-slider {
    padding-right: 15px;
  }
}

@media screen and (max-width: 990px) {
  .main-product-detail .box-slider {
    width: 50%;
  }
}

@media screen and (max-width: 900px) {
  .main-product-detail .box-slider {
    width: 100%;
    padding-right: 0;
    margin-bottom: 32px;
  }
}

.main-product-detail .box-slider .slider-big {
  margin-bottom: 27px;
}

@media screen and (max-width: 990px) {
  .main-product-detail .box-slider .slider-big {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  .main-product-detail .box-slider .slider-big {
    margin-bottom: 22px;
  }
}

@media screen and (max-width: 767px) {
  .main-product-detail .box-slider .slider-big .item {
    width: 100%;
  }
}

.main-product-detail .box-slider .slider-big .slick-arrow {
  width: 43px;
  height: 43px;
  background-size: 100% 100%;
}

@media screen and (max-width: 990px) {
  .main-product-detail .box-slider .slider-big .slick-arrow {
    width: 30px;
    height: 30px;
  }
}

.main-product-detail .box-slider .slider-big .slick-arrow:before {
  display: none;
}

.main-product-detail .box-slider .slider-big .slick-arrow.slick-prev {
  background: url("../img/product/detail/arrow-left.svg") no-repeat center;
  left: 4px;
  z-index: 10;
}

.main-product-detail .box-slider .slider-big .slick-arrow.slick-next {
  background: url("../img/product/detail/arrow-right.svg") no-repeat center;
  right: 4px;
}

.main-product-detail .box-slider .slider-small {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding-right: 25px;
  margin-left: -2px;
  margin-right: -2px;
}

@media screen and (max-width: 1200px) {
  .main-product-detail .box-slider .slider-small {
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .main-product-detail .box-slider .slider-small {
    padding: 0 15px;
  }
}

.main-product-detail .box-slider .slider-small .slick-track {
  width: 100% !important;
  transform: translate3d(0, 0, 0) !important;
}

.main-product-detail .box-slider .slider-small .item {
  width: 20%;
  outline: 0;
  padding: 0 2px;
  margin-bottom: 4px;
  cursor: pointer;
  position: relative;
}

.main-product-detail .box-slider .slider-small .item.slick-current:before {
  content: '';
  display: block;
  width: calc(100% - 4px);
  height: 100%;
  background: rgba(51, 51, 51, 0.5);
  position: absolute;
  z-index: 10;
  left: 2px;
  top: 0;
}

.main-product-detail .box-slider .slider-small .item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-family: "object-fit: cover;";
  display: block;
}

@media screen and (max-width: 767px) {
  .main-product-detail .box-slider .slider-small .item {
    width: 25%;
  }
}

.main-product-detail .box-slider.img-box img {
  width: 100%;
}

.main-product-detail .box-info {
  width: 330px;
}

@media screen and (max-width: 990px) {
  .main-product-detail .box-info {
    width: 50%;
  }
}

@media screen and (max-width: 900px) {
  .main-product-detail .box-info {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .main-product-detail .box-info {
    padding: 0 15px;
  }
}

.main-product-detail .box-info .box-bg {
  border: 2px solid #F1E4B2;
  border-radius: 4px;
  background: #FAF6E7;
  padding: 30px 25px;
  margin-bottom: 23px;
}

@media screen and (max-width: 990px) {
  .main-product-detail .box-info .box-bg {
    padding: 20px 15px;
  }
}

@media screen and (max-width: 767px) {
  .main-product-detail .box-info .box-bg {
    padding: 24px 15px 30px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 340px) {
  .main-product-detail .box-info .box-bg {
    padding: 24px 10px 30px;
  }
}

.main-product-detail .box-info .box-bg .input-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 7px;
}

@media screen and (max-width: 767px) {
  .main-product-detail .box-info .box-bg .input-group {
    margin-bottom: 2px;
  }
}

.main-product-detail .box-info .box-bg .input-group .label {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: 500;
  display: inline-block;
  padding-right: 15px;
  color: #241814;
}

@media screen and (max-width: 767px) {
  .main-product-detail .box-info .box-bg .input-group .label {
    padding-right: 18px;
  }
}

.main-product-detail .box-info .box-bg .input-group .quanity {
  position: relative;
}

.main-product-detail .box-info .box-bg .input-group .quanity input {
  width: 85px !important;
  height: 36px !important;
  border: 1px solid #BDBDBD !important;
  border-radius: 4px;
  outline: 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #1C1C1C;
}

.main-product-detail .box-info .box-bg .input-group .quanity .arrow-up,
.main-product-detail .box-info .box-bg .input-group .quanity .arrow-down {
  width: 8px;
  position: absolute;
  right: 8px;
}

.main-product-detail .box-info .box-bg .input-group .quanity .arrow-up {
  top: 10px;
}

.main-product-detail .box-info .box-bg .input-group .quanity .arrow-down {
  bottom: 10px;
}

.main-product-detail .box-info .box-bg .input-group .select-odd {
  width: 85px;
  height: 36px;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  outline: 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #1C1C1C;
  background-color: #fff;
  background-image: url(../img/common/select.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: 88%;
}

@media screen and (max-width: 767px) {
  .main-product-detail .box-info .box-bg .input-group .select-odd {
    width: 90px;
    height: 47px;
    font-size: 14px;
    font-size: 1.4rem;
    padding-left: 12px;
  }
}

.main-product-detail .box-info .box-bg .box-price {
  color: #C80F00;
  font-size: 35px;
  font-size: 3.5rem;
  font-weight: bold;
  text-align: right;
  margin-right: -5px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .main-product-detail .box-info .box-bg .box-price {
    font-size: 39px;
    font-size: 3.9rem;
    margin-bottom: 5px;
  }
}

.main-product-detail .box-info .box-bg .box-price .unit {
  font-size: 15px;
  font-size: 1.5rem;
  display: inline-block;
  margin-left: 5px;
}

.main-product-detail .box-info .box-bg .box-price .tax {
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
}

.main-product-detail .box-info .box-bg .list-input-group .input-group {
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .main-product-detail .box-info .box-bg .list-input-group .input-group {
    margin-bottom: 13px;
  }
}

.main-product-detail .box-info .box-bg .list-input-group .input-group .label {
  font-size: 14px;
  font-size: 1.4rem;
}

.main-product-detail .box-info .box-bg .list-input-group .input-group .select-odd {
  width: 170px;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #808080;
  background-position: 95%;
}

@media screen and (max-width: 767px) {
  .main-product-detail .box-info .box-bg .list-input-group .input-group .select-odd {
    width: 63.5%;
  }
}

.main-product-detail .box-info .box-bg .list-input-group .input-group-table {
  width: 100%;
}

.main-product-detail .box-info .box-bg .list-input-group .input-group-table select {
  width: 100%;
  height: 36px;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  outline: 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #1C1C1C;
  background-color: #fff;
  background-image: url(../img/common/select.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: right 8px center;
  padding: 0 10px;
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .main-product-detail .box-info .box-bg .list-input-group .input-group-table select {
    height: 47px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.main-product-detail .box-info .box-bg .list-input-group .input-group-table select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.main-product-detail .box-info .box-bg .list-input-group .input-group-table select::-ms-expand {
  display: none;
}

.main-product-detail .box-info .list-link {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  margin-left: 5px;
}

@media screen and (max-width: 767px) {
  .main-product-detail .box-info .list-link {
    margin-left: 0;
    margin-bottom: 25px;
  }
}

.main-product-detail .box-info .list-link li a {
  font-size: 15px;
  font-size: 1.5rem;
  font-weight: bold;
  color: #020060;
  margin-right: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  transition: .3s ease all;
}

.main-product-detail .box-info .list-link li a:hover {
  opacity: 0.7;
  transition: .3s ease all;
}

@media screen and (max-width: 767px) {
  .main-product-detail .box-info .list-link li a {
    font-size: 16px;
    font-size: 1.6rem;
    margin-right: 18px;
  }
}

.main-product-detail .box-info .list-link li a:before {
  content: "\f054";
  font-family: FontAwesome;
  color: #020060;
  display: block;
  margin-right: 8px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .main-product-detail .box-info .list-link li a:before {
    margin-top: -5px;
  }
}

.main-product-detail .box-info .social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.main-product-detail .box-info .social li {
  margin-right: 6px;
}

.main-product-detail .box-info .social li.fb {
  width: 100%;
}

.main-product-detail .box-info .social li.fb iframe {
  width: 100% !important;
  height: 30px !important;
}

@media screen and (max-width: 767px) {
  .main-product-detail .box-info .social li a img {
    width: 100px;
  }
}

.box-product-des {
  padding: 34px 37px 40px 43px;
  margin-bottom: 50px;
  border-radius: 4px;
  border: 1px solid #DAD0C2;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 2.35;
  color: #000;
  letter-spacing: 1px;
}

@media screen and (max-width: 990px) {
  .box-product-des {
    margin-bottom: 40px;
    padding: 20px 30px;
  }
}

@media screen and (max-width: 767px) {
  .box-product-des {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 15px;
    border: none;
    line-height: 1.9;
    margin-bottom: 30px;
  }
}

.box-specifications {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-top: 1px solid #C4B59F;
  margin-bottom: 50px;
}

@media screen and (max-width: 990px) {
  .box-specifications {
    margin-bottom: 40px;
  }
}

.box-specifications dl {
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #1C1C1C;
  border: 1px solid #C4B59F;
  border-top: none;
  border-right: none;
}

@media screen and (max-width: 990px) {
  .box-specifications dl {
    width: 100% !important;
    border-right: none !important;
    border-bottom: none !important;
  }
}

@media screen and (max-width: 767px) {
  .box-specifications dl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.box-specifications dl:nth-of-type(odd) {
  width: 48%;
}

.box-specifications dl:nth-of-type(even) {
  width: calc(100% - 48%);
}

.box-specifications dl:nth-of-type(2n) {
  border-right: 1px solid #C4B59F;
}

.box-specifications dl:last-of-type {
  border-right: 1px solid #C4B59F;
}

.box-specifications dl dt {
  width: 126px;
  height: 41px;
  background: #DAD0C2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding-left: 18px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .box-specifications dl dt {
    padding-top: 5px;
  }
}

@media screen and (max-width: 990px) {
  .box-specifications dl dt {
    border-bottom: 1px solid #C4B59F;
  }
}

@media screen and (max-width: 767px) {
  .box-specifications dl dt {
    width: 88px;
    height: 50px;
    padding-left: 6px;
  }
}

.box-specifications dl dd {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  width: calc(100% - 126px);
  height: 41px;
  padding-left: 13px;
  letter-spacing: 0.5px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .box-specifications dl dd {
    padding-top: 5px;
  }
}

@media screen and (max-width: 990px) {
  .box-specifications dl dd {
    border-bottom: 1px solid #C4B59F;
    border-right: 1px solid #C4B59F;
  }
}

@media screen and (max-width: 767px) {
  .box-specifications dl dd {
    width: calc(100% - 88px);
    height: 50px;
    padding-left: 6px;
  }
}

.box-rate {
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  -ms-flex-align: center;
      align-items: center;
  background: #F1E4B2;
  padding: 0 36px 0 30px;
  border-radius: 4px;
  position: relative;
  margin-bottom: 87px;
  display: none;
}

@media screen and (max-width: 990px) {
  .box-rate {
    padding: 0 15px;
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .box-rate {
    display: none;
  }
}

.box-rate:before {
  content: '';
  display: block;
  width: 100%;
  height: 1px;
  background: #000000;
  position: absolute;
  z-index: 10;
  left: 0;
  top: 50%;
  -ms-transform: rotate(-6.5deg);
      transform: rotate(-6.5deg);
}

.box-rate span {
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-right: 30px;
  display: block;
  color: #000;
}

@media screen and (max-width: 990px) {
  .box-rate span {
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 5px;
  }
}

.box-rate span:nth-of-type(2) {
  margin-right: 21px;
}

@media screen and (max-width: 990px) {
  .box-rate span:nth-of-type(2) {
    margin-right: 5px;
  }
}

.box-rate span.red {
  color: #F4796F;
  font-size: 19px;
  font-size: 1.9rem;
}

@media screen and (max-width: 990px) {
  .box-rate span.red {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.box-rate .star {
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
}

@media screen and (max-width: 990px) {
  .box-rate .star {
    margin-right: 15px;
  }
}

.box-rate .star li a {
  color: #B5A277;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 990px) {
  .box-rate .star li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.box-rate .star li:last-of-type a {
  color: #BCBCBC;
}

.box-rate .btn-rate {
  width: 216px;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #C4B59F;
  background: #fff;
  color: #020060;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  margin-left: auto;
}

@media screen and (max-width: 990px) {
  .box-rate .btn-rate {
    width: 150px;
    height: 35px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.product-content-detail h2 {
  font-family: "Noto Serif JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 30px;
  font-size: 3rem;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 17px;
  margin-top: 76px;
  color: #000;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 990px) {
  .product-content-detail h2 {
    font-size: 24px;
    font-size: 2.4rem;
    margin-top: 40px;
  }
}

@media screen and (max-width: 767px) {
  .product-content-detail h2 {
    font-size: 19px;
    font-size: 1.9rem;
    line-height: 1.5;
    margin-top: 30px;
    margin-bottom: 15px;
  }
}

.product-content-detail h3 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  margin-bottom: 13px;
  margin-top: 33px;
  color: #000;
  letter-spacing: 0.5px;
}

@media screen and (max-width: 990px) {
  .product-content-detail h3 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .product-content-detail h3 {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 1.5;
    margin-top: 40px;
    margin-bottom: 30px;
  }
}

.product-content-detail p {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  color: #000;
  line-height: 1.8;
  margin-bottom: 37px;
}

@media screen and (max-width: 990px) {
  .product-content-detail p {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .product-content-detail p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.9;
    margin-bottom: 20px;
  }
}

.product-content-detail img {
  margin-bottom: 22px;
}

@media screen and (max-width: 767px) {
  .product-content-detail img {
    margin-bottom: 14px;
  }
}

.product-content-detail .gallery {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .product-content-detail .gallery {
    margin-bottom: 15px;
  }
}

.product-content-detail .gallery li {
  width: 33.33%;
}

.product-content-detail .gallery li img {
  margin-bottom: 0;
  display: block;
}

.product-content-detail .box-note {
  padding: 30px 30px 35px;
  border-radius: 4px;
  background: #F5F3ED;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.95;
  color: #000;
  margin-bottom: 63px;
}

@media screen and (max-width: 990px) {
  .product-content-detail .box-note {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .product-content-detail .box-note {
    padding: 13px 13px 20px;
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 50px;
  }
}

.product-content-detail .line {
  width: 39px;
  height: 2px;
  background: #020060;
  display: block;
}

@media screen and (max-width: 767px) {
  .product-content-detail .line {
    width: 51px;
    height: 3px;
    margin-bottom: 50px;
  }
}

.product-content-detail span {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: 500;
  color: #000;
}

@media screen and (max-width: 990px) {
  .product-content-detail span {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .product-content-detail span {
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 6px;
    line-height: 1.9;
  }
}

.btn {
  margin-top: 22px;
}

.btn-cart a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 64px;
  background: #000074;
  border-radius: 4px;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  transition: 0.3s ease all;
  letter-spacing: -0.5px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn-cart a {
    padding-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  .btn-cart a {
    height: 68px;
    letter-spacing: 1px;
  }
}

.btn-cart a img {
  margin-right: 10px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn-cart a img {
    -ms-transform: translateY(-5px);
        transform: translateY(-5px);
  }
}

.btn-cart a:hover {
  background: #CCB25D;
  transition: 0.3s ease all;
}

.btn-big {
  max-width: 518px;
  width: 100%;
  margin: 106px auto 0;
}

@media screen and (max-width: 990px) {
  .btn-big {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .btn-big {
    margin-top: 45px;
    max-width: 307px;
  }
}

.btn-big a {
  font-size: 26px;
  font-size: 2.6rem;
  height: 109px;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn-big a {
    padding-top: 10px;
  }
}

@media screen and (max-width: 990px) {
  .btn-big a {
    font-size: 24px;
    font-size: 2.4rem;
    height: 80px;
  }
}

@media screen and (max-width: 767px) {
  .btn-big a img {
    width: 25px;
  }
}

@media screen and (max-width: 767px) {
  .btn-big a {
    font-size: 19px;
    font-size: 1.9rem;
    height: 66px;
    letter-spacing: 0.5px;
  }
}

.ttl_type02 {
  font-weight: 500;
  font-size: 29px;
  line-height: 1.93103;
  color: #000074;
  padding-bottom: 11px;
  position: relative;
  margin-bottom: 40px;
}

.ttl_type02:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  width: 120px;
  background: #000074;
}

@media screen and (max-width: 767px) {
  .ttl_type02 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    padding-bottom: 14px;
    margin-bottom: 17px;
  }
  .ttl_type02:before {
    width: 90px;
  }
}

a[href^=tel] {
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  a[href^=tel] {
    pointer-events: auto;
  }
}

.head-contact {
  margin-bottom: 118px;
}

@media screen and (max-width: 767px) {
  .head-contact {
    margin-bottom: 40px;
  }
}

.head-contact .tel {
  color: #000074;
  font-weight: bold;
  font-size: 40px;
  line-height: 1.5;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 8px;
}

.head-contact .tel span {
  font-size: 24px;
  font-size: 2.4rem;
  display: inline-block;
  margin-right: 10px;
}

.head-contact .tel a {
  color: #000074;
  letter-spacing: 2px;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .head-contact .tel a {
    letter-spacing: 0;
  }
}

@media screen and (max-width: 767px) {
  .head-contact .tel {
    font-size: 30px;
    font-size: 3rem;
    margin-bottom: 0;
  }
  .head-contact .tel span {
    font-size: 18px;
    font-size: 1.8rem;
    letter-spacing: -2px;
  }
}

.head-contact .time {
  font-size: 18px;
  line-height: 2;
  color: #000074;
  letter-spacing: -1px;
}

@media screen and (max-width: 767px) {
  .head-contact .time {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: 0;
  }
}

.item-input {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 67px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .item-input {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-bottom: 15px;
  }
}

.item-input.style01 {
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .item-input.style01 {
    margin-bottom: 15px;
  }
}

.item-input.style01 .item-right p {
  width: calc(100% - 330px);
}

.item-input .item-txt {
  width: calc(265/980*100%);
  font-weight: bold;
  color: #000074;
  font-size: 18px;
  line-height: 2.66667;
  padding-top: 6px;
}

@media screen and (max-width: 990px) {
  .item-input .item-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .item-input .item-txt {
    width: 100%;
    margin-bottom: 0;
  }
}

.item-input .item-txt .btn_type01 {
  margin-right: 4px;
  -ms-transform: translateY(-3px);
      transform: translateY(-3px);
}

@supports (-ms-ime-align: auto) {
  .item-input .item-txt .btn_type01 {
    padding-bottom: 2px;
  }
}

@-moz-document url-prefix() {
  .item-input .item-txt .btn_type01 {
    padding-bottom: 2px;
  }
}

@media screen and (max-width: 990px) {
  .item-input .item-txt .btn_type01 {
    display: block;
    width: 50px;
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .item-input .item-txt .btn_type01 {
    display: inline-block;
    width: auto;
    -ms-transform: translateY(-2px);
        transform: translateY(-2px);
  }
}

.item-input .item-right {
  width: calc(717/980*100%);
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  .item-input .item-right {
    width: 100%;
  }
}

.item-input .item-right p {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 500;
  color: #818181;
  width: 100%;
}

@media screen and (max-width: 990px) {
  .item-input .item-right p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .item-input .item-right p {
    margin-top: 9px;
  }
}

.item-input .item-right .note {
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .item-input .item-right .note {
    width: 100% !important;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.item-input.style02 {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 73px;
}

@media screen and (max-width: 767px) {
  .item-input.style02 {
    margin-bottom: 45px;
  }
}

.item-input.style02 .item-txt {
  width: 100%;
  margin-bottom: 10px;
}

.item-input.style02 .item-right {
  width: calc(100% + 17px);
  margin-right: -17px;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .item-input.style02 .item-right {
    width: 100%;
    margin-right: 0;
  }
}

@media screen and (max-width: 1200px) {
  .item-input.style02 .item-right {
    width: 100%;
    margin-right: 0;
  }
}

.item-input.style02 .item-right .agreement {
  font-size: 16px;
  line-height: 1.875;
  font-weight: 500;
  background: #faf5ef;
  max-height: 246px;
  color: #4d4d4d;
}

@media screen and (max-width: 767px) {
  .item-input.style02 .item-right .agreement {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    max-height: 170px;
  }
}

.item-input.style03 {
  margin-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .item-input.style03 {
    margin-bottom: 30px;
  }
}

.btn_type01 {
  display: inline-block;
  background: #000074;
  color: #fff;
  border-radius: 50px;
  padding: 0 13px;
  font-size: 10px;
  line-height: 2;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn_type01 {
    padding: 3px 13px 0;
  }
}

.btn_type01.style02 {
  background: #ccb25d;
}

@media screen and (max-width: 767px) {
  .btn_type01 {
    padding: 0 10px;
  }
}

.input {
  background: #faf5ef;
  border-radius: 5px;
  height: 60px;
  font-size: 16px;
  line-height: 1.75;
  padding: 0 17px;
  color: #4d4d4d;
  width: 100%;
  max-width: 480px;
  border: none;
  outline: none;
}

.input::-webkit-input-placeholder {
  color: #818181;
}

.input:-ms-input-placeholder {
  color: #818181;
}

.input::placeholder {
  color: #818181;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .input {
    padding-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .input {
    max-width: 100%;
    font-size: 14px;
    font-size: 1.4rem;
    height: 40px;
  }
}

.select {
  background: #faf5ef url(../img/contact/ico-select.png) no-repeat right 16px center;
  background-size: 10px auto;
  border-radius: 5px;
  height: 60px;
  font-size: 16px;
  line-height: 1.75;
  padding: 19px 16px;
  color: #4d4d4d;
  width: 100%;
  max-width: 330px;
  border: none;
  outline: none;
  /*for firefox*/
  -moz-appearance: none;
  /*for chrome*/
  -webkit-appearance: none;
  appearance: none;
  /*for IE10+*/
}

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

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .select {
    padding: 10px 16px 5px;
  }
}

.select::-moz-selection {
  color: #000;
}

.select::selection {
  color: #000;
}

.select option::-moz-selection {
  color: #000;
}

.select option::selection {
  color: #000;
}

@media screen and (max-width: 767px) {
  .select {
    max-width: 100%;
    height: 40px;
    font-size: 14px;
    font-size: 1.4rem;
    background-size: 7px auto;
    padding: 10px;
  }
}

.textarea {
  width: 100%;
  resize: none;
  padding: 19px 16px;
  height: 185px;
  font-size: 16px;
  line-height: 1.75;
  color: #4d4d4d;
  background: #faf5ef;
  border: none;
  outline: none;
  overflow: hidden;
}

.textarea::-webkit-input-placeholder {
  color: #818181;
}

.textarea:-ms-input-placeholder {
  color: #818181;
}

.textarea::placeholder {
  color: #818181;
}

@media screen and (max-width: 767px) {
  .textarea {
    padding: 15px;
    height: 237px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.btn_type02 {
  display: inline-block;
  height: 70px;
  border-radius: 50px;
  padding: 0 25px 0 51px;
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1;
  min-width: 325px;
  color: #fff;
  background: #000074 url(../img/contact/ico-down.png) no-repeat right 23px center;
  background-size: 35px auto;
  transition: .3s;
  cursor: pointer;
  border: none;
  font-weight: bold;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

.btn_type02.arrow-left {
  background: #ccb25d url(../img/contact/arrow-left.png) no-repeat left 23px center;
  background-size: 35px auto;
}

.btn_type02.btn_center {
  text-align: center;
  padding: 0 20px;
}

.btn_type02:hover {
  opacity: .6;
}

.btn_type02:focus {
  border: none;
}

@media screen and (max-width: 767px) {
  .btn_type02 {
    font-size: 16px;
    font-size: 1.6rem;
    height: 50px;
    min-width: 280px;
    background-size: 20px auto !important;
  }
}

.agreement {
  padding: 34px 60px 30px 46px;
  word-break: break-all;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .agreement {
    max-width: 100%;
    overflow: hidden;
  }
}

.agreement a {
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .agreement {
    padding: 20px 40px 20px 15px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .agreement {
    max-width: 100%;
    overflow: hidden;
  }
}

.nicescroll-rails {
  opacity: 1 !important;
  border: solid 1px #ededed;
}

.nicescroll-rails .nicescroll-cursors {
  background: #cecece;
  border-radius: 25px !important;
  width: 14px !important;
  left: -1px;
}

.sec-contact {
  padding: 100px 0 0;
  max-width: 980px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .sec-contact {
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {
  .sec-contact {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}

.sec-contact .ttlCom02 {
  margin-bottom: 84px;
}

@media screen and (max-width: 767px) {
  .sec-contact .ttlCom02 {
    margin-bottom: 30px;
  }
}

form {
  width: 100%;
}

.nicescroll-rails-hr {
  display: none !important;
}

.content-thanks {
  font-size: 18px;
  font-size: 1.8rem;
  color: #000074;
  background: #faf5ef;
  font-weight: 500;
  line-height: 2.1;
  border-radius: 20px;
  padding: 45px 67px 57px;
  margin-bottom: 70px;
}

@media screen and (max-width: 767px) {
  .content-thanks {
    border-radius: 5px;
    padding: 20px 15px;
    margin-bottom: 30px;
    line-height: 1.8;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.content-thanks .ttl {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 34px;
  font-size: 3.4rem;
  margin-bottom: 19px;
}

@media screen and (max-width: 767px) {
  .content-thanks .ttl {
    font-size: 24px;
    font-size: 2.4rem;
    line-height: 1.4;
  }
}

.content-thanks a {
  -webkit-backface-visibility: hidden;
  transition: all .3s ease;
}

.content-thanks a:hover {
  opacity: 0.7;
}

.shade-block {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
}

.shade-block .ttl {
  display: block;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 14px;
}

@media screen and (max-width: 767px) {
  .shade-block .ttl {
    font-size: 20px;
    font-size: 2rem;
    line-height: 1.4;
  }
}

.shade-block-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 40px -53px 0;
}

@media screen and (max-width: 1200px) {
  .shade-block-item {
    margin: 40px 0 0;
  }
}

.shade-block-item .item {
  width: 33.333%;
  border: 1px solid #dad0c2;
  padding: 22px;
}

@media screen and (min-width: 768px) {
  .shade-block-item .item:nth-child(2), .shade-block-item .item:nth-child(1) {
    border-right: none;
  }
}

@media screen and (max-width: 767px) {
  .shade-block-item .item {
    width: 100%;
    margin-bottom: 30px;
    padding: 10px 15px 15px;
  }
  .shade-block-item .item:last-child {
    margin-bottom: 0;
  }
}

.shade-block-item .item .ttl-shade {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.8rem;
  color: #000074;
  padding-left: 16px;
  margin-bottom: 18px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .shade-block-item .item .ttl-shade {
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 0;
  }
}

.shade-block-item .item .ttl-shade img {
  margin-right: 14px;
  width: 47px;
}

@media screen and (max-width: 767px) {
  .shade-block-item .item .ttl-shade img {
    width: 35px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .shade-block-item .item .img img {
    width: 100%;
  }
}

.shade-block-item .item a {
  -webkit-backface-visibility: hidden;
  transition: all .3s ease;
}

.shade-block-item .item a:hover {
  opacity: 0.7;
}

.shade-block-item .item .more-shade {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  height: 60px;
  position: relative;
  color: #000074;
  border: 2px solid #000074;
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
  border-radius: 5px;
  margin-top: 35px;
}

@media screen and (max-width: 767px) {
  .shade-block-item .item .more-shade {
    margin-top: 15px;
  }
}

.shade-block-item .item .more-shade:after {
  content: "";
  width: 11px;
  height: 18px;
  background: url("../img/contact/arrow-right.png") no-repeat;
  background-size: 100%;
  position: absolute;
  right: 18px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1200px) {
  .shade-block-item .item .more-shade:after {
    right: 10px;
  }
}

.sub-confirm {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.sub-confirm .btn_type02 {
  min-width: auto;
  margin: 0 10px;
  width: 250px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .sub-confirm .btn_type02 {
    margin: 0 5px;
    padding-right: 10px;
  }
  .sub-confirm .btn_type02.arrow-left {
    padding-right: 0;
    padding-left: 10px;
  }
}

.txtBase {
  font-size: 17px;
  line-height: 2.35294;
  font-weight: 500;
  color: #000000;
}

@media screen and (max-width: 767px) {
  .txtBase {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
  }
}

.list-privacy li {
  margin-bottom: 75px;
}

.list-privacy li:last-child {
  margin-bottom: 85px;
}

@media screen and (max-width: 767px) {
  .list-privacy li:last-child {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .list-privacy li {
    margin-bottom: 30px;
  }
}

.list-privacy .txtBase a {
  color: #00005c;
  word-break: break-all;
}

.ttl_type04 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.63333;
  padding-bottom: 18px;
  color: #000000;
  border-bottom: solid 1px #c4c4c4;
  margin-bottom: 27px;
  font-family: "Noto Serif JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}

@media screen and (max-width: 767px) {
  .ttl_type04 {
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    padding-bottom: 5px;
    letter-spacing: -1px;
  }
}

.sec-privacy {
  letter-spacing: 1px;
}

.sec-privacy .txt-des {
  margin-bottom: 82px;
}

@media screen and (max-width: 767px) {
  .sec-privacy .txt-des {
    margin-bottom: 50px;
  }
}

.bottom-privacy {
  border-top: solid 1px #c4c4c4;
  padding-top: 62px;
}

@media screen and (max-width: 767px) {
  .bottom-privacy {
    padding-top: 30px;
  }
}

.bottom-privacy .txtBase {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .bottom-privacy .txtBase {
    margin-bottom: 15px;
  }
}

.bottom-privacy .txtBase:last-child {
  margin-bottom: 0;
}

.main-content {
  padding: 34px 0 198px;
}

@media screen and (max-width: 767px) {
  .main-content {
    padding: 35px 0 50px;
  }
}

.news-item {
  max-width: 970px;
  margin: 0 auto 163px;
}

@media screen and (max-width: 767px) {
  .news-item {
    margin-bottom: 50px;
  }
}

.news-item .item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 38px 115px 38px 33px;
  position: relative;
  border-bottom: 1px solid #ebe5de;
  -webkit-backface-visibility: hidden;
  transition: all .3s ease;
}

@media screen and (max-width: 640px) {
  .news-item .item a {
    padding: 15px 0;
    margin-bottom: 30px;
  }
}

.news-item .item a:hover {
  background: #faf5ef;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.27);
}

.news-item .item a:after {
  content: "";
  width: 14px;
  height: 24px;
  background: url(../img/news/arow-right.png) no-repeat;
  background-size: 100%;
  position: absolute;
  right: 26px;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
  .news-item .item a:after {
    display: none;
  }
}

.news-item .item a .img {
  width: 162px;
}

.news-item .item a .img img {
  width: 100%;
}

@media screen and (max-width: 640px) {
  .news-item .item a .img {
    width: 100%;
    margin-bottom: 15px;
  }
}

.news-item .item a .txt {
  width: calc(100% - 162px);
  padding-left: 36px;
  font-size: 18px;
  font-size: 1.8rem;
  color: #381c00;
  font-weight: 500;
  letter-spacing: -1.5px;
  line-height: 1.7;
}

@media screen and (max-width: 990px) {
  .news-item .item a .txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 640px) {
  .news-item .item a .txt {
    width: 100%;
    padding: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.news-item .item a .txt .date {
  display: block;
  font-size: 16px;
  font-size: 1.6rem;
  color: black;
  letter-spacing: 0;
  margin-bottom: 11px;
}

@media screen and (max-width: 990px) {
  .news-item .item a .txt .date {
    font-size: 12px;
    font-size: 1.2rem;
    margin-bottom: 5px;
  }
}

@media screen and (min-width: 768px) {
  .mb-66 {
    margin-bottom: 66px;
  }
}

.main-content-detail {
  max-width: 980px;
  margin: 0 auto;
}

.box-meta-post {
  background: #faf5ef;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 17px 30px;
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .box-meta-post {
    padding: 15px 20px;
    margin-bottom: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.box-meta-post .date {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #000;
  width: 120px;
}

@media screen and (max-width: 767px) {
  .box-meta-post .date {
    font-size: 16px;
    font-size: 1.6rem;
    width: 100%;
    display: block;
    margin-bottom: 10px;
  }
}

.box-meta-post .ttl-post {
  width: calc(100% - 120px);
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.8;
  color: #381c00;
  letter-spacing: -1.2px;
}

@media screen and (max-width: 767px) {
  .box-meta-post .ttl-post {
    font-size: 18px;
    font-size: 1.8rem;
    width: 100%;
    line-height: 1.5;
    letter-spacing: 0;
  }
}

.post-detail-content {
  font-size: 20px;
  font-size: 2rem;
  font-weight: 500;
  color: #381c00;
  line-height: 1.8;
  margin-bottom: 84px;
  letter-spacing: -1.2px;
}

.post-detail-content-thumb {
  display: block;
  text-align: center;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .post-detail-content {
    letter-spacing: 0;
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    margin-bottom: 50px;
  }
}

.post-detail-content .txt-line {
  text-decoration: underline;
  color: #381c00;
  -webkit-backface-visibility: hidden;
  transition: all .3s ease;
}

.post-detail-content .txt-line.hv:hover {
  opacity: 0.7;
}

.post-detail-content a {
  display: inline-block;
  color: #00005c;
  transition: 0.3s ease all;
  letter-spacing: -3px;
}

.post-detail-content a:hover {
  opacity: 0.7;
  transition: 0.3s ease all;
}

.post-detail-content img {
  margin-bottom: 85px;
}

@media screen and (max-width: 767px) {
  .post-detail-content img {
    margin-bottom: 30px;
  }
}

.list-post-relative {
  clear: both;
  border-top: 1px solid #cecece;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .list-post-relative {
    margin-bottom: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.list-post-relative li {
  width: 50%;
  position: relative;
}

@media screen and (max-width: 767px) {
  .list-post-relative li {
    width: 100%;
  }
}

.list-post-relative li a {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.8;
  color: #381c00;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  text-decoration: underline;
  height: 175px;
}

@media screen and (max-width: 990px) {
  .list-post-relative li a {
    font-size: 18px;
    font-size: 1.8rem;
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .list-post-relative li a {
    font-size: 17px;
    font-size: 1.7rem;
    height: auto;
    padding: 15px 0;
  }
}

.list-post-relative li a:hover {
  background: #f5f3ed;
}

.list-post-relative li:first-of-type:before {
  content: '';
  display: block;
  width: 16px;
  height: 26px;
  background: url("../img/news/detail/ico-left.svg") no-repeat center;
  position: absolute;
  left: 13px;
  top: 53%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

@media screen and (max-width: 990px) {
  .list-post-relative li:first-of-type:before {
    left: 0;
  }
}

@media screen and (max-width: 767px) {
  .list-post-relative li:first-of-type:before {
    width: 12px;
    height: 22px;
    top: 50%;
    left: 0;
  }
}

.list-post-relative li:first-of-type:after {
  content: '';
  display: block;
  position: absolute;
  background: #231815;
  width: 1px;
  height: 80px;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .list-post-relative li:first-of-type:after {
    display: none;
  }
}

.list-post-relative li:first-of-type a {
  padding-left: 47px;
  padding-right: 25px;
}

@media screen and (max-width: 990px) {
  .list-post-relative li:first-of-type a {
    padding-left: 40px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .list-post-relative li:first-of-type a {
    padding-left: 20px;
  }
}

.list-post-relative li:last-of-type:after {
  content: '';
  display: block;
  width: 16px;
  height: 26px;
  background: url("../img/news/detail/ico-right.svg") no-repeat center;
  position: absolute;
  right: 10px;
  top: 53%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

@media screen and (max-width: 990px) {
  .list-post-relative li:last-of-type:after {
    right: 0;
  }
}

@media screen and (max-width: 767px) {
  .list-post-relative li:last-of-type:after {
    width: 12px;
    height: 22px;
    top: 50%;
    right: 0;
  }
}

.list-post-relative li:last-of-type a {
  -ms-flex-pack: end;
      justify-content: flex-end;
  padding-right: 60px;
  padding-left: 25px;
}

@media screen and (max-width: 990px) {
  .list-post-relative li:last-of-type a {
    padding-right: 30px;
    padding-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .list-post-relative li:last-of-type a {
    padding-right: 20px;
  }
}

.list-link-bottom {
  max-width: 680px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
}

.list-link-bottom li {
  width: 50%;
  margin-right: 36px;
}

@media screen and (max-width: 767px) {
  .list-link-bottom li {
    margin-right: 10px;
  }
}

.list-link-bottom li:last-of-type {
  margin-right: 0;
}

.list-link-bottom li a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #00005c;
  background: #fff;
  border: 2px solid #00005c;
  border-radius: 4px;
  height: 82px;
  transition: 0.3s ease all;
  position: relative;
}

@media screen and (min-width: 0\0) {
  .list-link-bottom li a {
    padding-top: 7px;
  }
}

@media screen and (max-width: 767px) {
  .list-link-bottom li a {
    height: 50px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 321px) {
  .list-link-bottom li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.list-link-bottom li a:hover {
  opacity: 0.7;
  transition: 0.3s ease all;
}

.list-link-bottom li a:after {
  content: '';
  display: block;
  width: 10px;
  height: 17px;
  background: url("../img/news/detail/ico-right-01.svg") no-repeat center;
  position: absolute;
  right: 18px;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .list-link-bottom li a:after {
    width: 8px;
    height: 15px;
    right: 10px;
  }
}

@media screen and (max-width: 321px) {
  .list-link-bottom li a:after {
    right: 5px;
  }
}

.list03 {
  padding: 0 45px;
  display: -ms-flexbox;
  display: flex;
  border-bottom: solid 2px #f3e3b2;
  margin-bottom: 55px;
  margin-left: -3px;
  margin-right: -3px;
}

@media screen and (max-width: 990px) {
  .list03 {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .list03 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: solid 2px #f3e3b2;
    border-radius: 10px;
    overflow: hidden;
  }
}

.list03 li {
  width: 33.33%;
  padding: 0 3px;
}

@media screen and (max-width: 767px) {
  .list03 li {
    width: 100%;
    padding: 0;
  }
  .list03 li:last-child a {
    border-bottom: 0;
  }
}

.list03 li a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 22px;
  line-height: 1.18182;
  font-weight: bold;
  border: solid 2px #f3e3b2;
  border-radius: 10px 10px 0 0;
  border-bottom: 0;
  background: #f5eee4;
  color: #00005C;
  transition: .3s;
  padding: 22px 10px;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-height: 100%;
}

@media screen and (max-width: 990px) {
  .list03 li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .list03 li a {
    font-size: 16px;
    font-size: 1.6rem;
    border-radius: 0;
    border-bottom: solid 2px #f3e3b2;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    padding: 18px 10px;
  }
  .list03 li a br {
    display: none;
  }
}

.list03 li a:after {
  content: "";
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  left: 0;
  bottom: -2px;
  transition: .4s;
  opacity: 0;
}

@media screen and (min-width: 768px) {
  .list03 li:hover a {
    background: #ffffff;
  }
  .list03 li:hover a:after {
    opacity: 1;
  }
}

.list03 li.active a {
  background: #ffffff;
}

.list03 li.active a:after {
  opacity: 1;
}

.list03-style02 {
  padding: 0 27px 0 13px;
  margin-left: 0;
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  .list03-style02 {
    padding: 0;
  }
}

@media screen and (min-width: 768px) {
  .list03-style02 li {
    padding: 0;
  }
  .list03-style02 li a {
    font-size: 18px;
    font-size: 1.8rem;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .list03-style02 li:hover a, .list03-style02 li.active a {
    color: #D9B544;
  }
  .list03-style02 li:hover a:after, .list03-style02 li.active a:after {
    opacity: 0;
  }
}

.list03.style03 {
  margin-bottom: 55px;
  padding: 0 28px 0 20px;
}

@media screen and (max-width: 990px) {
  .list03.style03 {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .list03.style03 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 50px;
    padding: 0;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    border: solid 2px #f3e3b2;
    border-radius: 10px;
    overflow: hidden;
  }
}

.list03.style03 li {
  width: 25%;
  padding: 0;
}

@media screen and (max-width: 767px) {
  .list03.style03 li {
    width: 100%;
  }
}

.list03.style03 li a {
  font-size: 18px;
  font-size: 1.8rem;
  border-right: none;
  line-height: 1.4;
}

.list03.style03 li:last-of-type a {
  border-right: solid 2px #f3e3b2;
}

.list04 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 72px;
}

@media screen and (max-width: 767px) {
  .list04 {
    margin-bottom: 0;
  }
}

.list04 li {
  padding: 0 2px;
  width: 33.33%;
}

@media screen and (max-width: 767px) {
  .list04 li {
    width: 100%;
    margin-bottom: 1px;
    padding: 0 13px;
  }
}

.list04 li:first-child a {
  border-radius: 10px 0 0 10px;
}

@media screen and (max-width: 767px) {
  .list04 li:first-child a {
    border-radius: 0;
    border-top: solid 1px #4c4e9b;
  }
}

.list04 li:last-child a {
  border-radius: 0 10px 10px 0;
}

@media screen and (max-width: 767px) {
  .list04 li:last-child a {
    border-radius: 0;
    border-bottom: 0;
  }
}

.list04 li a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  text-align: center;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
  background: #f6ede4;
  color: #000074;
  padding: 23px 10px 31px;
  transition: .3s;
  position: relative;
  min-height: 100%;
}

.list04 li a:before {
  content: "\f078";
  position: absolute;
  bottom: 20px;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  width: 13px;
  height: 17px;
  font: normal normal normal 16px/1 FontAwesome;
}

@media screen and (max-width: 767px) {
  .list04 li a:before {
    display: inline-block;
    position: static;
    top: auto;
    left: auto;
    -ms-transform: translateX(0);
        transform: translateX(0);
    color: #ccb25d;
    margin-right: 5px;
    content: "\f054";
    font-size: 13px;
  }
}

@media screen and (max-width: 1200px) {
  .list04 li a {
    padding-top: 10px;
    padding-bottom: 30px;
  }
  .list04 li a:before {
    bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .list04 li a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 13px 0 6px;
    background: transparent;
    color: #fff;
    border-bottom: solid 1px #4c4e9b;
    text-align: left;
    -ms-flex-pack: start;
        justify-content: flex-start;
    min-height: 1px;
  }
}

@media screen and (max-width: 767px) {
  .list04 li a:last-child a {
    border-bottom: 0;
  }
}

.list04 li:hover a, .list04 li.active a {
  color: #d9b544;
}

.list04-style02 {
  margin-bottom: 52px;
}

@media screen and (max-width: 767px) {
  .list04-style02 {
    margin-bottom: 0;
  }
}

.list04-style02 li:first-of-type a {
  border-radius: 5px 0 0 5px;
}

@media screen and (max-width: 767px) {
  .list04-style02 li:first-of-type a {
    border-radius: 0;
  }
}

.list04-style02 li:last-of-type a {
  border-radius: 0 5px 5px 0;
}

@media screen and (max-width: 767px) {
  .list04-style02 li:last-of-type a {
    border-radius: 0;
  }
}

@media screen and (max-width: 990px) {
  .list04-style02 li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .list04-style02 li a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 6px 0;
  }
}

.list04.style04 {
  margin-bottom: 18px;
}

@media screen and (min-width: 1201px) {
  .list04.style04 li a {
    padding: 26px 5px 38px;
  }
}

.list04-style04 {
  margin-bottom: 66px;
}

@media screen and (max-width: 990px) {
  .list04-style04 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .list04-style04 {
    margin-bottom: 0;
  }
}

.list04-style04 li {
  width: 25%;
}

@media screen and (max-width: 990px) {
  .list04-style04 li {
    width: 50%;
    margin-bottom: 4px;
  }
  .list04-style04 li:nth-child(2) a {
    border-radius: 0px 10px 10px 0px;
  }
}

@media screen and (max-width: 990px) and (max-width: 767px) {
  .list04-style04 li:nth-child(2) a {
    border-radius: 0;
  }
}

@media screen and (max-width: 990px) {
  .list04-style04 li:nth-child(3) a {
    border-radius: 10px 0px 0px 10px;
  }
}

@media screen and (max-width: 990px) and (max-width: 767px) {
  .list04-style04 li:nth-child(3) a {
    border-radius: 0;
  }
}

@media screen and (max-width: 767px) {
  .list04-style04 li {
    width: 100%;
  }
}

.list04-style04 li a {
  padding: 9px 5px 26px;
  line-height: 1.33;
}

.list04-style04 li a:before {
  bottom: 13px;
  left: 47%;
}

@media screen and (max-width: 990px) {
  .list04-style04 li a:before {
    bottom: 8px;
  }
}

@media screen and (max-width: 990px) {
  .list04-style04 li a {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .list04-style04 li a {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 6px 0;
  }
}

@media screen and (min-width: 768px) {
  .list04-col02 li {
    padding: 0 2px;
    width: 50%;
  }
  .list04-col02 li a {
    padding: 32px 10px 47px;
  }
  .list04-col02 li a::before {
    bottom: 25px;
  }
}

.list-img01 {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}

.list-img01 img {
  display: block;
  width: 33.33%;
}

.ttl_type03 {
  padding-bottom: 24px;
  border-bottom: solid 1px #bdbdbd;
  font-size: 30px;
  line-height: 1.4;
  font-weight: bold;
  font-family: "Noto Serif JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #000;
  margin-bottom: 40px;
}

@media screen and (max-width: 990px) {
  .ttl_type03 {
    padding-bottom: 16px;
    font-size: 21px;
    font-size: 2.1rem;
  }
}

@media screen and (max-width: 767px) {
  .ttl_type03 {
    font-size: 19px;
    font-size: 1.9rem;
    margin-bottom: 16px;
    padding-bottom: 7px;
  }
}

.box-img-01 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 27px;
}

.box-img-01 + .list-img02 {
  margin-top: 50px;
}

.box-img-01 + .video {
  margin-top: 82px;
  margin-bottom: 80px;
}

@media screen and (max-width: 990px) {
  .box-img-01 + .video {
    margin-top: 50px;
  }
}

@media screen and (max-width: 767px) {
  .box-img-01 + .video {
    margin-top: 0;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .box-img-01 {
    margin-bottom: 12px;
  }
}

.box-img-01 p {
  width: calc(505/915*100%);
  margin-top: -10px;
  font-size: 17px;
  line-height: 2.11765;
}

@media (max-width: 800px) {
  .box-img-01 p {
    margin-top: 0;
    font-size: 16px;
    line-height: 1.875;
    width: 100%;
    -ms-flex-order: 2;
        order: 2;
    letter-spacing: -1px;
  }
}

.box-img-01 .img {
  width: calc(410/915*100%);
  padding-left: 70px;
}

.box-img-01 .img img {
  margin-bottom: 10px;
}

.box-img-01 .img img:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 990px) {
  .box-img-01 .img {
    padding-left: 20px;
  }
}

@media (max-width: 800px) {
  .box-img-01 .img {
    padding-left: 0;
    width: 100%;
    -ms-flex-order: 1;
        order: 1;
    margin-bottom: 17px;
  }
  .box-img-01 .img img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 767px) {
  .box-img-01 .img img {
    width: 100%;
  }
}

.box-note {
  background: #f5eee4;
  padding: 22px 20px 28px;
  font-size: 17px;
  line-height: 2.11765;
  font-weight: 500;
  color: #000;
  margin-bottom: 74px;
}

@media screen and (max-width: 767px) {
  .box-note {
    font-size: 15px;
    line-height: 1.93333;
    margin-bottom: 40px;
    padding: 14px 16px 18px;
  }
}

@media screen and (max-width: 321px) {
  .box-note {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.video {
  display: inline-block;
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  max-width: 660px;
  width: 100%;
}

.video iframe {
  width: 100% !important;
  margin-bottom: 6px;
}

@media screen and (max-width: 767px) {
  .video iframe {
    height: 195px !important;
    margin-bottom: 4px;
  }
}

.video .ttl {
  font-weight: 500;
  font-size: 17px;
  line-height: 2.11765;
  color: #000;
}

@media screen and (max-width: 767px) {
  .video .ttl {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.sec-intro {
  margin-bottom: 85px;
}

.sec-intro-style02 {
  margin-bottom: 143px;
}

@media screen and (max-width: 767px) {
  .sec-intro-style02 {
    margin-bottom: 63px;
  }
}

@media screen and (max-width: 767px) {
  .sec-intro {
    margin-bottom: 63px;
  }
}

.sec-intro .img-main {
  display: block;
  margin-bottom: 37px;
}

@media screen and (max-width: 767px) {
  .sec-intro .img-main {
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 44px;
    max-width: calc(100% + 30px);
  }
}

.list-recommend .item {
  margin-bottom: 82px;
}

.list-recommend .item:last-child {
  margin-bottom: 0;
}

.list-recommend .item img {
  display: block;
  margin-bottom: 25px;
}

.list-recommend .item .txtBase {
  margin-bottom: 70px;
  font-size: 17px;
  line-height: 2.11765;
}

@media screen and (max-width: 767px) {
  .list-recommend .item .txtBase {
    font-size: 16px;
    line-height: 1.875;
    margin-bottom: 27px;
  }
}

.list-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
}

@media screen and (max-width: 767px) {
  .list-btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.list-btn li {
  padding: 0 5px;
}

@media screen and (max-width: 767px) {
  .list-btn li {
    padding: 0;
    width: 100%;
    margin-bottom: 25px;
    text-align: center;
  }
  .list-btn li:last-child {
    margin-bottom: 0;
  }
}

.btn_type05 {
  font-size: 18px;
  line-height: 1.38889;
  padding: 13px 35px 13px 10px;
  border-radius: 3px;
  border: solid 2px;
  text-align: center;
  position: relative;
  display: inline-block;
  min-width: 375px;
  font-weight: bold;
  background: #ffffff;
  color: #000074;
  transition: .4s;
}

.btn_type05:after {
  content: "\f054";
  position: absolute;
  top: 50%;
  color: #000074;
  right: 20px;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 13px;
  height: 17px;
  font: normal normal normal 20px/1 FontAwesome;
}

@media screen and (max-width: 990px) {
  .btn_type05:after {
    font-size: 16px;
    font-size: 1.6rem;
    right: 10px;
  }
}

@media screen and (max-width: 767px) {
  .btn_type05:after {
    font-size: 15px;
    font-size: 1.5rem;
    right: 14px;
  }
}

.btn_type05:hover {
  color: #fff;
  background: #000074;
}

.btn_type05:hover:after {
  color: #fff;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn_type05 {
    padding: 23px 10px 17px;
  }
}

@media screen and (max-width: 990px) {
  .btn_type05 {
    font-size: 13px;
    font-size: 1.3rem;
    min-width: 230px;
  }
}

@media screen and (max-width: 767px) {
  .btn_type05 {
    font-size: 16px;
    font-size: 1.6rem;
    min-width: 308px;
    padding: 12px 10px;
    border-radius: 3px;
  }
}

@media screen and (max-width: 321px) {
  .btn_type05 {
    min-width: 280px;
  }
}

.sec-recommend {
  margin-bottom: 116px;
}

@media screen and (max-width: 767px) {
  .sec-recommend {
    margin-bottom: 74px;
  }
}

.list-product02 {
  margin-bottom: 87px;
}

.list-product02 .item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 20px;
  transition: .3s;
}

@media screen and (max-width: 767px) {
  .list-product02 .item {
    margin-bottom: 16px;
  }
}

.list-product02 .item:hover .item_img:before {
  opacity: 1;
}

.list-product02 .item:hover .item_img .ttl {
  opacity: 1;
  pointer-events: auto;
}

.list-product02 .item:last-child {
  margin-bottom: 0;
}

.list-product02 .item_img {
  width: calc(545/915*100%);
  position: relative;
}

.list-product02 .item_img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  transition: .4s;
}

@media screen and (max-width: 767px) {
  .list-product02 .item_img:before {
    display: none;
  }
}

.list-product02 .item_img .ttl {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  color: #fff;
  text-align: center;
  font-size: 18px;
  line-height: 1.38889;
  z-index: 2;
  font-weight: bold;
  opacity: 0;
  pointer-events: none;
}

@media screen and (max-width: 767px) {
  .list-product02 .item_img .ttl {
    display: none;
  }
}

.list-product02 .item_img .ttl i {
  font-size: 20px;
  font-size: 2rem;
  margin-right: 5px;
}

@media screen and (max-width: 767px) {
  .list-product02 .item_img {
    width: 100%;
  }
}

.list-product02 .item_content {
  width: calc(370/915*100%);
  background: #f5eee4;
  padding: 20px 30px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 990px) {
  .list-product02 .item_content {
    padding: 10px;
  }
}

@media screen and (max-width: 767px) {
  .list-product02 .item_content {
    position: relative;
    width: 100%;
    padding: 15px 28px 10px;
  }
}

.list-product02 .item_content .ttl {
  font-size: 26px;
  line-height: 1.73077;
  padding-bottom: 10px;
  border-bottom: solid 1px #c4b59f;
  font-weight: bold;
  margin-bottom: 28px;
  width: 100%;
  letter-spacing: 3px;
}

@media screen and (max-width: 990px) {
  .list-product02 .item_content .ttl {
    margin-bottom: 5px;
    font-size: 15px;
    font-size: 1.5rem;
    padding-bottom: 5px;
  }
}

@media screen and (max-width: 767px) {
  .list-product02 .item_content .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 6px 8px 6px 14px;
    border-bottom: 0;
    display: inline-block;
    float: right;
    position: absolute;
    z-index: 2;
    background: #f5eee4;
    width: auto;
    right: 0;
    top: -37px;
  }
}

.list-product02 .item_content p {
  font-size: 34px;
  line-height: 1.26471;
  font-weight: bold;
  font-family: "Noto Serif JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  margin-bottom: 3px;
}

@media screen and (max-width: 990px) {
  .list-product02 .item_content p {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 767px) {
  .list-product02 .item_content p {
    width: 100%;
    margin-bottom: 6px;
  }
}

.list-product02 .item_content .cate {
  font-size: 18px;
  line-height: 1.72222;
  font-family: "Spectral SC", serif;
  color: #ccb25d;
  font-weight: 400;
}

@media screen and (max-width: 990px) {
  .list-product02 .item_content .cate {
    font-size: 12px;
    font-size: 1.2rem;
    letter-spacing: -1px;
  }
}

@media screen and (max-width: 767px) {
  .list-product02 .item_content .cate {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

@media screen and (max-width: 767px) {
  .page-first_index .content .main-col {
    margin-bottom: 0;
  }
  .page-first_index .content .main-col .list-product02 {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .page-first_index .content .side-col {
    display: none;
  }
}

.page-first_index > *:last-child {
  display: none;
}

@media screen and (max-width: 767px) {
  .page-first_index > *:last-child {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .box-listInPage {
    position: fixed;
    bottom: 0;
    left: 20px;
    width: calc(100% - 40px);
    border-radius: 10px 10px 0 0;
    background: #000074;
    padding: 0 0 10px;
    z-index: 10;
    -ms-transform: translateY(72%);
        transform: translateY(72%);
    transition: .5s;
  }
  .box-listInPage .title {
    font-size: 16px;
    line-height: 1.875;
    text-align: right;
    color: #b4b4b4;
    cursor: pointer;
    font-weight: bold;
    padding: 13px 20px 12px;
  }
  .box-listInPage .title span {
    display: inline-block;
    width: 100%;
  }
  .box-listInPage .title span.off {
    display: none;
  }
  .box-listInPage .title span.on {
    display: block;
    text-align: center;
  }
  .box-listInPage .title span.on i {
    color: #b4b4b4;
    margin-right: 5px;
  }
  .box-listInPage .list04 {
    transition: .4s;
  }
}

.box-listInPage.on {
  -ms-transform: translateY(0);
      transform: translateY(0);
}

.box-listInPage.on .title span.off {
  display: block;
}

.box-listInPage.on .title span.on {
  display: none;
}

.list-img02 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px 50px;
}

@media screen and (max-width: 990px) {
  .list-img02 {
    margin-left: -5px;
    margin-right: -5px;
  }
}

@media screen and (max-width: 767px) {
  .list-img02 {
    margin: 0 0 -15px 0;
  }
}

.list-img02 .item {
  width: 50%;
  padding: 0 15px;
}

@media screen and (max-width: 990px) {
  .list-img02 .item {
    padding: 0 5px;
  }
}

@media screen and (max-width: 767px) {
  .list-img02 .item {
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
  }
  .list-img02 .item:last-child {
    margin-bottom: 20px;
  }
}

.list-img02 .item img {
  display: block;
  width: 100%;
  margin-bottom: 25px;
}

.list-img02 .item .btn_type05 {
  position: relative;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

@media screen and (max-width: 1200px) {
  .list-img02 .item .btn_type05 {
    max-width: 100%;
    min-width: 1px;
    width: 100%;
    padding-right: 25px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 990px) {
  .list-img02 .item .btn_type05 {
    letter-spacing: -2px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .list-img02 .item .btn_type05 {
    padding-left: 7px;
    letter-spacing: 0;
  }
}

.sec-chocolate {
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .sec-chocolate {
    margin-bottom: 68px;
  }
}

.sec-chocolate.last {
  margin-bottom: 87px;
}

@media screen and (max-width: 767px) {
  .sec-chocolate.last {
    margin-bottom: 68px;
  }
}

.sec-chocolate .box-img-01 {
  margin-bottom: 92px;
}

@media screen and (max-width: 990px) {
  .sec-chocolate .box-img-01 {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .sec-chocolate .box-img-01 {
    margin-bottom: 40px;
  }
}

.sec-chocolate .box-img-01:last-child {
  margin-bottom: 0;
}

.page-first_chocolate > *:last-child, .page-shop_index > *:last-child {
  display: none;
}

@media screen and (max-width: 767px) {
  .page-first_chocolate > *:last-child, .page-shop_index > *:last-child {
    display: block;
  }
}

.list03.style02 {
  border-top: solid 2px #f3e3b2;
  border-bottom: 0;
}

.list03.style02 li a {
  border-top: 0;
  border-radius: 0 0 10px 10px;
  border-bottom: solid 2px #f3e3b2;
}

.list03.style02 li a:after {
  top: -2px;
  bottom: auto;
}

.list-news {
  padding-right: 50px;
}

.list-news li {
  width: 100%;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.75;
  padding: 10px 10px;
  font-weight: 500;
  border-bottom: solid 1px #c0c0c0;
  color: #1c1c1c;
}

.list-news li a {
  color: #1c1c1c;
  display: -ms-flexbox;
  display: flex;
}

.list-news li:nth-child(1) {
  border-top: solid 1px #c0c0c0;
}

.list-news li span {
  font-size: 17px;
  font-size: 1.7rem;
  color: #5c3327;
  min-width: 150px;
}

.sec-news {
  margin-bottom: 100px;
}

.sec-shop {
  margin-bottom: 90px;
}

@media screen and (max-width: 767px) {
  .sec-shop {
    margin-bottom: 47px;
  }
}

.sec-shop img {
  display: block;
  width: 100%;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .sec-shop img {
    margin-left: -15px;
    margin-right: -15px;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
  }
}

.sec-shop .txtBase {
  margin-bottom: 38px;
  font-size: 17px;
  line-height: 2.17647;
}

@media screen and (max-width: 767px) {
  .sec-shop .txtBase {
    font-size: 16px;
    line-height: 1.875;
    margin-bottom: 33px;
  }
}

.sec-shop.last {
  margin-bottom: 113px;
}

@media screen and (max-width: 767px) {
  .sec-shop.last {
    margin-bottom: 60px;
  }
}

.list-img-03 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -10px;
  margin-top: 114px;
}

@media screen and (max-width: 767px) {
  .list-img-03 {
    margin: 72px 0 0 0;
  }
}

.list-img-03 .item {
  width: 50%;
  padding: 0 10px;
}

@media screen and (max-width: 767px) {
  .list-img-03 .item {
    width: 100%;
    padding: 0;
    margin-bottom: 24px;
  }
  .list-img-03 .item:last-child {
    margin-bottom: 0;
  }
}

.list-img-03 .item a {
  position: relative;
  display: block;
  transition: .3s;
}

.list-img-03 .item a:hover {
  opacity: .6;
}

.list-img-03 .item a img {
  display: block;
  width: 100%;
  min-height: 163px;
  object-fit: cover;
  font-family: 'object-fit: cover';
}

@media screen and (max-width: 767px) {
  .list-img-03 .item a img {
    min-height: 1px;
  }
}

.list-img-03 .item a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  pointer-events: none;
  z-index: 1;
}

.list-img-03 .item a .ttl {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  color: #fff;
  font-weight: bold;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1.416;
  z-index: 2;
}

.list-img-03 .item a .ttl:after {
  content: "\f054";
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  font: normal normal normal 18px/1 FontAwesome;
  color: #fff;
  right: 40px;
}

@media screen and (max-width: 767px) {
  .list-img-03 .item a .ttl {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 767px) {
  .page-shop_index .other-products {
    padding-top: 9px;
  }
}

.list03-bottom {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .ttlCom02-style02 {
    margin-bottom: 32px;
  }
}

@media screen and (max-width: 767px) {
  .ttlCom02-style02 {
    margin-top: 25px;
    padding-bottom: 21px;
    text-align: center;
  }
  .ttlCom02-style02:after {
    left: 50%;
    -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    width: 45px;
  }
}

.wp-main-col {
  padding-right: 5px;
}

@media screen and (max-width: 767px) {
  .wp-main-col {
    padding-right: 0;
  }
}

.box-store-information {
  margin-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .box-store-information {
    margin-bottom: 60px;
  }
}

.box-store-information .ttlCom02 {
  font-size: 24px;
  font-size: 2.4rem;
  letter-spacing: 2px;
  margin-bottom: 33px;
}

@media screen and (max-width: 767px) {
  .box-store-information .ttlCom02 {
    font-size: 22px;
    font-size: 2.2rem;
    letter-spacing: 0;
    margin-bottom: 25px;
  }
}

.list-store-information {
  max-height: 125px;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .list-store-information {
    max-height: 185px;
  }
}

.list-store-information .item {
  display: -ms-flexbox;
  display: flex;
  border-top: 1px solid #C0C0C0;
  padding: 20px 0 17px 2px;
}

@media screen and (max-width: 767px) {
  .list-store-information .item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 10px 0 10px 3px;
  }
}

.list-store-information .item_date {
  font-size: 17px;
  font-size: 1.7rem;
  color: #5C3327;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .list-store-information .item_date {
    width: 100%;
    font-size: 15px;
    font-size: 1.5rem;
    display: block;
  }
}

.list-store-information .item_ttl {
  font-size: 16px;
  font-size: 1.6rem;
  color: #1C1C1C;
  font-weight: 500;
  padding-left: 25px;
}

@media screen and (max-width: 767px) {
  .list-store-information .item_ttl {
    font-size: 15px;
    font-size: 1.5rem;
    padding-left: 0;
    letter-spacing: -1px;
  }
}

.sec-sightseeing-popular {
  padding-bottom: 104px;
}

@media screen and (max-width: 767px) {
  .sec-sightseeing-popular {
    padding-bottom: 70px;
  }
}

.sec-sightseeing-popular .ttlCom02 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .sec-sightseeing-popular .ttlCom02 {
    margin-bottom: 24px;
  }
}

.sec-sightseeing-popular .ttl_type03 {
  margin-bottom: 15px;
}

.sec-sightseeing-popular .txtBase {
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .sec-sightseeing-popular .txtBase {
    line-height: 1.9;
  }
}

.box-img {
  margin-bottom: 42px;
}

@media screen and (max-width: 767px) {
  .box-img {
    margin-bottom: 22px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.box-img .img {
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  .box-img .img {
    margin-bottom: 8px;
  }
}

.box-img .img:last-of-type {
  margin-bottom: 0;
}

.box-intro {
  margin-bottom: 72px;
}

@media screen and (max-width: 767px) {
  .box-intro {
    margin-bottom: 50px;
  }
}

.box-intro .flex {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box-intro .flex .box-intro-left {
  width: calc(100% - 48.35%);
  padding-right: 25px;
}

@media screen and (max-width: 990px) {
  .box-intro .flex .box-intro-left {
    width: 100%;
    padding-right: 0;
    -ms-flex-order: 2;
        order: 2;
  }
}

.box-intro .flex .box-intro-left .txtBase {
  margin-bottom: 33px;
}

@media screen and (max-width: 767px) {
  .box-intro .flex .box-intro-left .txtBase {
    margin-bottom: 29px;
  }
}

.box-intro .flex .box-intro-left .txtBase:last-of-type {
  margin-bottom: 0;
}

.box-intro .flex .box-intro-right {
  width: 48.35%;
  padding-top: 8px;
}

@media screen and (max-width: 990px) {
  .box-intro .flex .box-intro-right {
    width: 100%;
    padding-top: 0;
    -ms-flex-order: 1;
        order: 1;
    margin-bottom: 8px;
  }
}

.box-intro .flex-img {
  margin: 23px -15px 0 -15px;
}

@media screen and (max-width: 767px) {
  .box-intro .flex-img {
    margin: 16px 0 0 0;
  }
}

.box-intro .flex-img .img {
  width: 50%;
  padding: 0 15px;
}

@media screen and (max-width: 767px) {
  .box-intro .flex-img .img {
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
  }
  .box-intro .flex-img .img:last-of-type {
    margin-bottom: 0;
  }
}

.box-intro-style02 .ttl_type04 {
  margin-bottom: 13px;
}

.box-intro-style02 .flex {
  margin-top: 45px;
}

@media screen and (max-width: 767px) {
  .box-intro-style02 .flex {
    margin-top: 0;
  }
}

.box-intro-style02 .flex .box-intro-left {
  padding-top: 23px;
}

@media screen and (max-width: 767px) {
  .box-intro-style02 .flex .box-intro-left {
    -ms-flex-order: 1;
        order: 1;
    padding-top: 0;
    margin-bottom: 12px;
  }
}

.box-intro-style02 .flex .box-intro-left .txtBase {
  margin-bottom: 58px;
}

@media screen and (max-width: 767px) {
  .box-intro-style02 .flex .box-intro-left .txtBase {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .box-intro-style02 .flex .box-intro-right {
    -ms-flex-order: 2;
        order: 2;
  }
}

.box-intro-style02 .flex .box-intro-right .img {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .box-intro-style02 .flex .box-intro-right .img {
    margin-bottom: 17px;
  }
}

.box-list-img .ttl_type04 {
  margin-bottom: 38px;
}

@media screen and (max-width: 767px) {
  .box-list-img .ttl_type04 {
    margin-bottom: 15px;
    font-size: 19px;
    font-size: 1.9rem;
  }
}

.box-list-img .list-img {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -11px 8px;
}

@media screen and (max-width: 767px) {
  .box-list-img .list-img {
    margin: 0 -6.5px -5px;
  }
}

.box-list-img .list-img .item {
  width: 33.33%;
  padding: 0 11px;
  margin-bottom: 21px;
}

@media screen and (max-width: 767px) {
  .box-list-img .list-img .item {
    width: 50%;
    padding: 0 6.5px;
    margin-bottom: 12px;
  }
}

.box-list-img .list-img-two-column {
  margin: 40px -7px 127px -7px;
}

@media screen and (max-width: 767px) {
  .box-list-img .list-img-two-column {
    margin-bottom: 50px;
  }
}

.box-list-img .list-img-two-column .item {
  width: 50%;
  padding: 0 7px;
  margin-bottom: 0;
}

.sec-takeaway-products {
  padding-bottom: 109px;
}

@media screen and (max-width: 767px) {
  .sec-takeaway-products {
    padding-bottom: 60px;
  }
}

.sec-takeaway-products .ttlCom02 {
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .sec-takeaway-products .ttlCom02 {
    margin-bottom: 15px;
  }
}

.list-item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px 21px;
}

@media screen and (max-width: 990px) {
  .list-item {
    margin: 0 -10px 21px;
  }
}

@media screen and (max-width: 767px) {
  .list-item {
    margin: 0 0 20px;
  }
}

.list-item .item {
  width: 50%;
  padding: 0 15px;
  margin-bottom: 27px;
}

@media screen and (max-width: 990px) {
  .list-item .item {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .list-item .item {
    width: 100%;
    padding: 0;
    margin-bottom: 28px;
  }
  .list-item .item:last-of-type {
    margin-bottom: 0;
  }
}

.list-item .item_ttl {
  text-align: center;
  font-size: 19px;
  font-size: 1.9rem;
  font-weight: bold;
  padding-top: 22px;
  color: #000;
}

@media screen and (max-width: 990px) {
  .list-item .item_ttl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .list-item .item_ttl {
    padding-top: 7px;
    font-size: 19px;
    font-size: 1.9rem;
    letter-spacing: 1px;
  }
}

.list-item-txt-img {
  margin-bottom: 47px;
}

@media screen and (max-width: 767px) {
  .list-item-txt-img {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .list-item-txt-img .item {
    margin-bottom: 32px;
  }
}

.list-item-txt-img .item_img {
  position: relative;
}

.list-item-txt-img .item_img .txt-img {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 35px;
  width: 212px;
  background: #fff;
  top: 54%;
  left: 49%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: bold;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .list-item-txt-img .item_img .txt-img {
    padding-top: 6px;
  }
}

@media screen and (max-width: 767px) {
  .list-item-txt-img .item_img .txt-img {
    font-size: 13px;
    font-size: 1.3rem;
    height: 27px;
    width: 165px;
  }
}

.list-item-txt-img .item_img .txt-img-pink {
  color: #D6006D;
}

.list-item-txt-img .item_ttl {
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  text-align: left;
}

@media screen and (max-width: 767px) {
  .list-item-txt-img .item_ttl {
    font-size: 15px;
    font-size: 1.5rem;
    padding-top: 10px;
  }
}

.list-item-multiple-row {
  margin-bottom: 3px;
}

@media screen and (max-width: 767px) {
  .list-item-multiple-row {
    margin-bottom: 20px;
  }
}

.list-item-multiple-row .item {
  margin-bottom: 43px;
}

@media screen and (max-width: 767px) {
  .list-item-multiple-row .item {
    margin-bottom: 24px;
  }
}

.list-item-multiple-row .item_ttl {
  text-align: left;
  letter-spacing: -1px;
  line-height: 1.9;
  padding-top: 20px;
}

@media screen and (max-width: 767px) {
  .list-item-multiple-row .item_ttl {
    line-height: 1.7;
    padding-top: 10px;
  }
}

.list-item-multiple-row .item_ttl span {
  color: #C80F00;
}

.sec-work-hours .ttlCom02 {
  margin-bottom: 52px;
}

@media screen and (max-width: 767px) {
  .sec-work-hours .ttlCom02 {
    margin-bottom: 20px;
  }
}

.sec-work-hours .ttl_type04 {
  margin-bottom: 38px;
}

@media screen and (max-width: 767px) {
  .sec-work-hours .ttl_type04 {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .sec-work-hours-style02 .ttlCom02 {
    margin-bottom: 22px;
  }
}

.box-table {
  margin-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .box-table {
    margin-bottom: 38px;
  }
}

.box-table table {
  border: 1px solid #DAD0C2;
  width: 100%;
}

.box-table table tr th, .box-table table tr td {
  padding: 16px 0;
  border-bottom: 1px solid #DAD0C2;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  color: #000;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  .box-table table tr th, .box-table table tr td {
    font-size: 14px;
    font-size: 1.4rem;
    padding: 5px 0;
    line-height: 1.5;
  }
}

.box-table table tr th {
  width: 19.78%;
  background: #F5EEE4;
  padding-left: 12px;
  padding-right: 12px;
}

@media screen and (max-width: 767px) {
  .box-table table tr th {
    width: 26.87%;
    padding-left: 5px;
    padding-right: 5px;
  }
}

.box-table table tr td {
  width: calc(100% - 19.78%);
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (max-width: 767px) {
  .box-table table tr td {
    width: calc(100% - 26.87%);
    padding-left: 5px;
    padding-right: 5px;
  }
}

.box-table table tr td a {
  color: #000;
}

.box-table table tr td .link {
  color: #7D4E22;
  font-weight: bold;
  text-decoration: underline;
  letter-spacing: 0.7px;
  transition: 0.3s ease all;
}

.box-table table tr td .link:hover {
  opacity: 0.7;
  transition: 0.3s ease all;
}

.box-table table tr td .link-map {
  font-weight: bold;
  transition: 0.3s ease all;
}

.box-table table tr td .link-map:hover {
  opacity: 0.7;
  transition: 0.3s ease all;
}

.box-table-style02 table th, .box-table-style02 table td {
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .box-table-style02 table th, .box-table-style02 table td {
    vertical-align: middle;
  }
}

@media screen and (max-width: 767px) {
  .box-table-style02 {
    margin-bottom: 48px;
  }
}

.box-table-style03 {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .box-table-style03 {
    margin-bottom: 35px;
  }
}

.box-map {
  margin-bottom: 76px;
}

@media screen and (max-width: 767px) {
  .box-map {
    margin-bottom: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
}

.box-map iframe {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .box-map iframe {
    max-height: 200px;
  }
}

.box-map .txt-map {
  font-size: 17px;
  font-size: 1.7rem;
  color: #000;
  font-weight: 500;
  margin-top: 20px;
  line-height: 2.1;
}

@media screen and (max-width: 767px) {
  .box-map .txt-map {
    padding: 0 15px;
    line-height: 1.95;
    font-size: 15px;
    font-size: 1.5rem;
    margin-top: 5px;
    letter-spacing: 1px;
  }
}

.box-map-style02 {
  margin-bottom: 102px;
}

@media screen and (max-width: 767px) {
  .box-map-style02 {
    margin-bottom: 30px;
  }
}

.box-map-style03 {
  margin-bottom: 93px;
}

@media screen and (max-width: 767px) {
  .box-map-style03 {
    margin-bottom: 42px;
  }
}

.box-about-janduya {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .box-about-janduya {
    margin-bottom: 78px;
  }
}

.box-about-janduya .ttl_type04 {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .box-about-janduya .ttl_type04 {
    margin-bottom: 25px;
  }
}

.box-about-janduya .list-item-about {
  margin: 0 -16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 990px) {
  .box-about-janduya .list-item-about {
    margin: 0 -10px;
  }
}

@media screen and (max-width: 767px) {
  .box-about-janduya .list-item-about {
    margin: 0;
  }
}

.box-about-janduya .list-item-about .item {
  width: 50%;
  padding: 0 16px;
  margin-top: 30px;
}

@media screen and (max-width: 990px) {
  .box-about-janduya .list-item-about .item {
    padding: 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .box-about-janduya .list-item-about .item {
    width: 100%;
    padding: 0;
    margin-top: 0;
    margin-bottom: 44px;
  }
  .box-about-janduya .list-item-about .item:last-of-type {
    margin-bottom: 0;
  }
}

.box-about-janduya .list-item-about .item_des {
  margin-bottom: 20px;
  margin-top: 18px;
  font-size: 17px;
  font-size: 1.7rem;
  font-weight: 500;
  color: #000;
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .box-about-janduya .list-item-about .item_des {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.9;
    margin: 15px 0 10px;
  }
}

@media screen and (max-width: 1200px) {
  .box-about-janduya .list-item-about .item .btn_type05 {
    max-width: 100%;
    min-width: 1px;
    width: 100%;
    padding-right: 25px;
    font-size: 16px;
    font-size: 1.6rem;
    min-height: 74px;
  }
}

@media screen and (max-width: 767px) {
  .box-about-janduya .list-item-about .item .btn_type05 {
    min-height: auto;
  }
}

.box-about-janduya-gransta {
  margin-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .box-about-janduya-gransta {
    margin-bottom: 78px;
  }
}

.box-about-janduya-gransta .list-item-about .item {
  margin-top: 0;
}

.box-about-janduya-style02 {
  margin-bottom: 115px;
}

@media screen and (max-width: 767px) {
  .box-about-janduya-style02 {
    margin-bottom: 78px;
  }
}

@media screen and (max-width: 767px) {
  .box-about-janduya-style02 .ttl_type04 {
    margin-bottom: 18px;
  }
}

.box-entry-bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -11px;
}

@media screen and (max-width: 990px) {
  .box-entry-bottom {
    margin: 0 auto;
  }
}

.box-entry-bottom .item {
  width: 50%;
  padding: 0 11px;
  position: relative;
}

@media screen and (max-width: 990px) {
  .box-entry-bottom .item {
    padding: 0;
    width: 100%;
    margin-bottom: 22px;
  }
  .box-entry-bottom .item:last-of-type {
    margin-bottom: 0;
  }
}

.box-entry-bottom .item a {
  display: block;
  opacity: 1;
  color: #fff;
  transition: 0.3s ease all;
}

.box-entry-bottom .item a:hover {
  opacity: 0.7;
  transition: 0.3s ease all;
}

.box-entry-bottom .item_ttl {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .box-entry-bottom .item_ttl {
    font-size: 20px;
    font-size: 2rem;
    width: 100%;
    letter-spacing: 0.5px;
  }
}

.box-entry-bottom .item:after {
  content: "\f054";
  position: absolute;
  top: 49%;
  color: #fff;
  right: 50px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  font: normal normal normal 20px/1 FontAwesome;
}

@media screen and (max-width: 767px) {
  .box-entry-bottom .item:after {
    font: normal normal normal 18px/1 FontAwesome;
    right: 25px;
    top: 51%;
  }
}

.box-entry-bottom-style02 .item .wp-item {
  height: 163px;
  background: #F5EEE4;
}

@media screen and (max-width: 767px) {
  .box-entry-bottom-style02 .item .wp-item {
    height: 130px;
  }
}

.box-entry-bottom-style02 .item span {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  text-align: center;
  display: block;
}

@media screen and (max-width: 1150px) {
  .box-entry-bottom-style02 .item span {
    font-size: 19px;
    font-size: 1.9rem;
  }
}

@media screen and (max-width: 767px) {
  .box-entry-bottom-style02 .item span {
    font-size: 20px;
    font-size: 2rem;
    width: 100%;
    letter-spacing: 0.5px;
  }
}

.box-entry-bottom-style02 .item:after {
  content: '\f053 ';
  color: #fff;
  left: 40px;
}

@media screen and (max-width: 767px) {
  .box-entry-bottom-style02 .item:after {
    font: normal normal normal 18px/1 FontAwesome;
    left: 25px;
  }
}

.box-entry-bottom-style02 .item:nth-of-type(2n):after {
  left: auto;
  right: 40px;
  content: "\f054";
}

@media screen and (max-width: 767px) {
  .box-entry-bottom-style02 .item:nth-of-type(2n):after {
    font: normal normal normal 18px/1 FontAwesome;
    right: 25px;
  }
}

.btn-detail {
  max-width: 372px;
  height: 82px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  text-align: center;
  border-radius: 4px;
  border: 2px solid #000074;
  background: #ffffff;
  color: #000074;
  opacity: 1;
  transition: .3s ease all;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  position: relative;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .btn-detail {
    padding-top: 6px;
  }
}

@media screen and (max-width: 990px) {
  .btn-detail {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 35px;
  }
}

@media screen and (max-width: 767px) {
  .btn-detail {
    max-width: 307px;
    height: 71px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 0 35px;
  }
}

.btn-detail:hover {
  opacity: 0.7;
  transition: .3s ease all;
}

.btn-detail:after {
  content: "\f054";
  position: absolute;
  top: 50%;
  color: #000074;
  right: 20px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  width: 13px;
  height: 17px;
  font: normal normal normal 20px/1 FontAwesome;
}

@media screen and (max-width: 990px) {
  .btn-detail:after {
    right: 10px;
    font: normal normal normal 18px/1 FontAwesome;
  }
}

.mCSB_container {
  padding-right: 47px;
}

@media screen and (max-width: 767px) {
  .mCSB_container {
    padding-right: 25px;
  }
}

.mCSB_scrollTools {
  width: 16px;
  border-radius: 0;
  border: 1px solid #EBEBEB;
  background: #fff;
  right: 5px;
}

@media screen and (max-width: 767px) {
  .mCSB_scrollTools {
    right: 0;
  }
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 12px;
  border-radius: 6px;
  background: #CECECE;
}

.txtBase-style02 {
  line-height: 2.2;
}

@media screen and (max-width: 767px) {
  .txtBase-style02 {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.875;
    letter-spacing: 1px;
  }
}

.box-des {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: 500;
  color: #000;
  line-height: 1.9;
  letter-spacing: 1px;
  margin-bottom: 23px;
}

.box-des-style02 {
  margin-bottom: 36px;
}

.tablet {
  display: block;
}

@media screen and (max-width: 990px) {
  .tablet {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .tablet {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .ttl_type04-style02 {
    letter-spacing: 1px;
    padding-bottom: 18px;
  }
}

.sec-tokyo-station .ttlCom02 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .sec-tokyo-station .ttlCom02 {
    margin-bottom: 16px;
  }
}

.sec-tokyo-station .box-img {
  margin-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .sec-tokyo-station .box-img {
    margin-bottom: 24px;
  }
}

.sec-tokyo-station .box-intro {
  margin-bottom: 115px;
}

@media screen and (max-width: 767px) {
  .sec-tokyo-station .box-intro {
    margin-bottom: 75px;
  }
}

.sec-tokyo-station .box-intro .ttl_type04 {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .sec-tokyo-station .box-intro .ttl_type04 {
    margin-bottom: 20px;
  }
}

.sec-tokyo-station .box-about-janduya {
  margin-bottom: 125px;
}

@media screen and (max-width: 767px) {
  .sec-tokyo-station .box-about-janduya {
    margin-bottom: 55px;
  }
}

.sec-souvenirs-ticket {
  padding-bottom: 96px;
}

@media screen and (max-width: 767px) {
  .sec-souvenirs-ticket {
    padding-bottom: 73px;
  }
}

.sec-souvenirs-ticket .ttlCom02 {
  margin-bottom: 60px;
}

@media screen and (max-width: 767px) {
  .sec-souvenirs-ticket .ttlCom02 {
    margin-bottom: 27px;
  }
}

.sec-souvenirs-ticket .img {
  margin: 0 -15px;
}

.sec-products-handled {
  padding-bottom: 82px;
}

@media screen and (max-width: 767px) {
  .sec-products-handled {
    padding-bottom: 46px;
  }
}

@media screen and (max-width: 767px) {
  .sec-products-handled .list-item {
    margin-bottom: 25px;
  }
}

.sec-products-handled .ttlCom02 {
  margin-bottom: 55px;
}

@media screen and (max-width: 767px) {
  .sec-products-handled .ttlCom02 {
    margin-bottom: 15px;
  }
}

.sec-products-handled-style02 {
  padding-bottom: 125px;
}

@media screen and (max-width: 767px) {
  .sec-products-handled-style02 {
    padding-bottom: 90px;
  }
}

.sec-products-handled-style02 .ttlCom02 {
  margin-bottom: 68px;
}

@media screen and (max-width: 767px) {
  .sec-products-handled-style02 .ttlCom02 {
    margin-bottom: 15px;
  }
}

.btn_type05-style02 {
  margin: 0 auto;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  min-height: 80px;
}

@media screen and (max-width: 1200px) {
  .btn_type05-style02 {
    min-height: 74px;
  }
}

@media screen and (max-width: 767px) {
  .btn_type05-style02 {
    min-height: auto;
  }
}

.sec-italian-torino {
  margin-top: 107px;
}

@media screen and (max-width: 767px) {
  .sec-italian-torino {
    margin-top: 50px;
  }
}

.sec-italian-torino .ttlCom02 {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .sec-italian-torino .ttlCom02 {
    margin-bottom: 17px;
  }
}

@media screen and (max-width: 767px) {
  .sec-italian-torino .box-img {
    margin: 0 0 18px;
  }
}

.sec-italian-torino .txt-des {
  margin-bottom: 38px;
}

@media screen and (max-width: 767px) {
  .sec-italian-torino .txt-des {
    margin-bottom: 40px;
  }
}

.sec-italian-torino .box-intro {
  margin-top: 115px;
}

@media screen and (max-width: 767px) {
  .sec-italian-torino .box-intro {
    margin-top: 50px;
    margin-bottom: 25px;
  }
}

.box-recommended-products {
  padding-bottom: 110px;
  padding-top: 38px;
}

@media screen and (max-width: 767px) {
  .box-recommended-products {
    padding-top: 0;
    padding-bottom: 72px;
  }
}

.box-recommended-products .ttl_type04 {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  .box-recommended-products .ttl_type04 {
    margin-bottom: 18px;
  }
}

.box-recommended-products .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.box-recommended-products .list_left {
  width: 48.35%;
}

@media screen and (max-width: 990px) {
  .box-recommended-products .list_left {
    width: 100%;
    padding-top: 0;
    margin-bottom: 12px;
  }
}

.box-recommended-products .list_right {
  width: calc(100% - 48.35%);
  padding-left: 32px;
  padding-top: 15px;
}

@media screen and (max-width: 990px) {
  .box-recommended-products .list_right {
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
}

.box-recommended-products .list_right .txtBase {
  margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
  .box-recommended-products .list_right .txtBase {
    margin-bottom: 29px;
  }
}

.box-recommended-products .list_right .txtBase:last-of-type {
  margin-bottom: 0;
}

.box-txt-img .img {
  position: relative;
  margin-bottom: 38px;
}

@media screen and (max-width: 767px) {
  .box-txt-img .img {
    margin-bottom: 10px;
  }
}

.box-txt-img .img .txt-img {
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  height: 53px;
  width: 514px;
  background: #fff;
  top: 52%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  font-size: 25px;
  font-size: 2.5rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .box-txt-img .img .txt-img {
    display: none;
  }
}

.box-txt-img .img .txt-img-pink {
  color: #FF0000;
}

.box-txt-img .txt-des {
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .box-txt-img .txt-des {
    font-size: 15px;
    font-size: 1.5rem;
    letter-spacing: -1px;
    margin-bottom: 45px;
  }
}

.page-first_antique .sec-intro {
  margin-bottom: 115px;
}

@media screen and (max-width: 767px) {
  .page-first_antique .sec-intro {
    margin-bottom: 50px;
  }
}

.list04-style03 {
  padding-top: 4px;
  padding-left: 4px;
  margin-bottom: 76px;
}

@media screen and (max-width: 767px) {
  .list04-style03 {
    padding-top: 0;
    padding-left: 0;
    margin-bottom: 0;
  }
}

.list04-style03 li {
  width: 50%;
  padding: 0 1.5px;
}

@media screen and (max-width: 767px) {
  .list04-style03 li {
    width: 100%;
    padding: 0 13px;
  }
}

.list04-style03 li a {
  padding: 23px 10px 28px;
}

@media screen and (max-width: 767px) {
  .list04-style03 li a {
    padding: 13px 0 6px;
  }
}

.list04-style03 li a:before {
  left: calc(50% - 4px);
  font: normal normal normal 13px/1 FontAwesome;
  bottom: 10px;
}

.list05 {
  margin-right: -4px;
  margin-left: -5px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 72px;
}

@media screen and (max-width: 767px) {
  .list05 {
    margin-right: 0;
    margin-left: 0;
    margin-bottom: 50px;
  }
}

.list05 li {
  width: calc(100% / 4);
  padding: 5px;
}

@media screen and (max-width: 1150px) {
  .list05 li {
    width: 33%;
    padding: 0 5px;
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 900px) {
  .list05 li {
    width: 50%;
  }
}

.list05 li a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  text-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.5;
  font-weight: bold;
  color: #000074;
  transition: .3s;
  position: relative;
  min-height: 100%;
  padding: 7px 10px 24px;
  border: 2px solid #00005C;
  border-radius: 4px;
  background-color: transparent;
}

@media screen and (max-width: 767px) {
  .list05 li a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.list05 li a:before {
  content: "\f078";
  position: absolute;
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 13px;
  height: 17px;
  font: normal normal normal 16px/1 FontAwesome;
  bottom: 8px;
  left: calc(50% - 6px);
}

.list05 li a:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  color: #00005C;
}

.ttlCom02.style05 {
  font-size: 32px;
  font-size: 3.2rem;
  padding-bottom: 28px;
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  .ttlCom02.style05 {
    font-size: 22px;
    font-size: 2.2rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.ttlCom02.style06 {
  font-size: 32px;
  font-size: 3.2rem;
  padding-bottom: 28px;
  margin-bottom: 47px;
}

@media screen and (max-width: 767px) {
  .ttlCom02.style06 {
    font-size: 22px;
    font-size: 2.2rem;
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
}

.page-guide_index .content {
  padding-bottom: 70px;
}

.sec-guide {
  margin-bottom: 72px;
}

@media screen and (max-width: 767px) {
  .sec-guide {
    margin-top: 30px;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 990px) {
  .sec-guide {
    margin-bottom: 50px;
  }
}

.sec-guide .txtBase {
  line-height: 2.11765;
  margin-bottom: .9em;
}

@media screen and (max-width: 767px) {
  .sec-guide .txtBase {
    line-height: 1.5;
  }
}

.sec-guide .txtBase .red {
  font-weight: bold;
  color: #C80F00;
}

.sec-guide .txtBase .red a {
  color: inherit;
}

@media screen and (max-width: 1150px) {
  .sec-guide .txtBase .red a {
    pointer-events: auto;
  }
}

.sec-guide .txtBase .underline {
  position: relative;
  color: #000;
  display: inline-block;
}

@media screen and (max-width: 1150px) {
  .sec-guide .txtBase .underline {
    pointer-events: auto;
  }
}

.sec-guide .txtBase .underline:before {
  content: '';
  background-color: #000;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 10px;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .sec-guide .txtBase .underline:before {
    bottom: 4px;
  }
}

.sec-guide .txtBase .img-style01 {
  margin: 9px 0 26px -5px;
}

.sec-guide .txtBase .img-style02 {
  margin: 4px 0 24px;
}

@media screen and (max-width: 767px) {
  .sec-guide .box-listInPage {
    -ms-transform: translateY(66%);
    transform: translateY(66%);
  }
}

@media screen and (max-width: 767px) {
  .sec-guide .box-listInPage.on {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.sec-guide-qa {
  padding-left: 5px;
}

@media screen and (max-width: 420px) {
  .sec-guide-qa {
    padding-left: 0;
  }
}

.guide-qa {
  margin-bottom: 104px;
}

@media screen and (max-width: 990px) {
  .guide-qa {
    margin-bottom: 50px;
  }
}

.guide-qa .ttl_type04 {
  padding-bottom: 20px;
  margin-bottom: 48px;
}

@media screen and (max-width: 767px) {
  .guide-qa .ttl_type04 {
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 990px) {
  .guide-qa .ttl_type04 {
    margin-bottom: 30px;
  }
}

.guide-qa-style01 .ttl_type04 {
  padding-bottom: 22px;
}

@media screen and (max-width: 767px) {
  .guide-qa-style01 .ttl_type04 {
    padding-bottom: 5px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 990px) {
  .guide-qa-style01 .ttl_type04 {
    margin-bottom: 30px;
  }
}

.guide-qa-style02 {
  margin-bottom: 104px;
}

@media screen and (max-width: 767px) {
  .guide-qa-style02 {
    margin-bottom: 50px;
  }
}

.guide-qa-style03 {
  margin-bottom: 100px;
}

@media screen and (max-width: 767px) {
  .guide-qa-style03 {
    margin-bottom: 50px;
  }
}

.guide-qa-style04 {
  margin-bottom: 83px;
}

@media screen and (max-width: 767px) {
  .guide-qa-style04 {
    margin-bottom: 50px;
  }
}

.guide-qa-style05 {
  margin-bottom: 91px;
}

@media screen and (max-width: 767px) {
  .guide-qa-style05 {
    margin-bottom: 50px;
  }
}

.guide-qa-style06 {
  margin-bottom: 0;
}

.list-guide {
  padding-left: 5px;
}

@media screen and (max-width: 420px) {
  .list-guide {
    padding-left: 0;
  }
}

.list-guide li:first-child {
  margin-bottom: 49px;
}

@media screen and (max-width: 767px) {
  .list-guide li:first-child {
    margin-bottom: 48px;
  }
  .list-guide li:first-child p {
    margin-bottom: 1em;
  }
}

.list-guide li:first-child p {
  margin-bottom: .9em;
}

.list-guide li:nth-child(2) {
  margin-bottom: 63px;
}

@media screen and (max-width: 767px) {
  .list-guide li:nth-child(2) {
    margin-bottom: 48px;
  }
  .list-guide li:nth-child(2) p {
    margin-bottom: 1em;
  }
}

.list-guide li:nth-child(2) p {
  margin-bottom: 1.1em;
}

.list-guide li:nth-child(3), .list-guide li:nth-child(4) {
  margin-bottom: 61px;
}

@media screen and (max-width: 767px) {
  .list-guide li:nth-child(3), .list-guide li:nth-child(4) {
    margin-bottom: 48px;
  }
  .list-guide li:nth-child(3) p, .list-guide li:nth-child(4) p {
    margin-bottom: 1em;
  }
}

.list-guide li:nth-child(3) p, .list-guide li:nth-child(4) p {
  margin-bottom: 1em;
}

.list-guide li:nth-child(5) {
  margin-bottom: 63px;
}

@media screen and (max-width: 767px) {
  .list-guide li:nth-child(5) {
    margin-bottom: 48px;
  }
  .list-guide li:nth-child(5) p {
    margin-bottom: 1em;
  }
}

.list-guide li:nth-child(5) p {
  margin-bottom: 1.21em;
}

@media screen and (max-width: 767px) {
  .list-guide li:last-child {
    margin-bottom: 48px;
  }
  .list-guide li:last-child p {
    margin-bottom: 1em;
  }
}

.list-guide li:last-child p {
  margin-bottom: 1.25em;
}

.list-guide li a {
  text-decoration: underline;
  color: #000000;
}

.list-guide .box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.list-guide .box .txtBase {
  width: calc(503/910*100%);
}

@media screen and (max-width: 767px) {
  .list-guide .box .txtBase {
    width: 54%;
  }
}

@media screen and (max-width: 420px) {
  .list-guide .box .txtBase {
    width: 100%;
  }
}

.list-guide .box .img {
  width: calc(371/910*100%);
  margin-left: auto;
  margin-top: 10px;
}

@media screen and (max-width: 767px) {
  .list-guide .box .img {
    width: 42%;
    margin-top: 0;
  }
}

@media screen and (max-width: 420px) {
  .list-guide .box .img {
    width: 100%;
  }
}

.list-guide-qa li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .list-guide-qa li {
    margin-bottom: 12px;
  }
}

.list-guide-qa li.open .ttl-question {
  border-radius: 8px 8px 0 0;
}

.list-guide-qa li.open .ttl-question:after {
  background-image: url("../img/guide/minus.png");
  -ms-background-position-x: 10px;
  background-position-x: 10px;
}

@media screen and (max-width: 767px) {
  .list-guide-qa li.open .ttl-question:after {
    -ms-background-position-x: 3px;
    background-position-x: 3px;
  }
}

.list-guide-qa li.open .answer:before {
  -ms-transform: translateY(0);
  transform: translateY(0);
}

.list-guide-qa .ttl-question {
  background-color: #F5EEE4;
  border-radius: 8px;
  padding: 23px 63px 22px 65px;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: calc(33.25/19);
  position: relative;
  font-weight: bold;
  color: #00005C;
  -webkit-backface-visibility: hidden;
  transition: all .3s ease;
  cursor: pointer;
}

@media screen and (max-width: 767px) {
  .list-guide-qa .ttl-question {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 16px 56px;
  }
}

@media screen and (max-width: 420px) {
  .list-guide-qa .ttl-question {
    padding: 14px 46px 14px 40px;
  }
}

.list-guide-qa .ttl-question:before {
  content: "Q";
  position: absolute;
  top: 23px;
  left: 21px;
}

@media screen and (max-width: 767px) {
  .list-guide-qa .ttl-question:before {
    top: 15px;
  }
}

@media screen and (max-width: 420px) {
  .list-guide-qa .ttl-question:before {
    top: 13px;
    left: 15px;
  }
}

.list-guide-qa .ttl-question:after {
  content: '';
  width: 34px;
  height: 34px;
  background: url("../img/guide/plus.png") no-repeat center, #00005C;
  text-align: center;
  border-radius: 50%;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 30px;
  display: inline-block;
  position: absolute;
}

@media screen and (max-width: 767px) {
  .list-guide-qa .ttl-question:after {
    right: 20px;
    width: 24px;
    height: 24px;
  }
}

@media screen and (max-width: 420px) {
  .list-guide-qa .ttl-question:after {
    right: 15px;
    width: 20px;
    height: 20px;
  }
}

.list-guide-qa .answer {
  padding: 30px 40px 32px 63px;
  border: 2px solid #EFE4B1;
  border-top: none;
  border-radius: 0 0 8px 8px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: calc(36/17);
  position: relative;
  color: #000;
  display: none;
}

@media screen and (max-width: 767px) {
  .list-guide-qa .answer {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 20px 36px 20px 54px;
  }
}

@media screen and (max-width: 420px) {
  .list-guide-qa .answer {
    padding: 16px 24px 16px 38px;
  }
}

.list-guide-qa .answer .ttl-answer {
  font-size: 19px;
  font-size: 1.9rem;
  line-height: calc(33.25/19);
  color: #00005C;
  display: block;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .list-guide-qa .answer .ttl-answer {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.list-guide-qa .answer:before {
  content: "A";
  position: absolute;
  top: 30px;
  left: 20px;
  font-size: 19px;
  font-size: 1.9rem;
  line-height: calc(33/19);
  font-weight: bold;
  color: #00005C;
  -ms-transform: translateY(-28px);
  transform: translateY(-28px);
  -webkit-backface-visibility: hidden;
  transition: all .4s ease-in-out;
}

@media screen and (max-width: 767px) {
  .list-guide-qa .answer:before {
    top: 21px;
    font-size: 15px;
    font-size: 1.5rem;
    -ms-transform: translateY(-19px);
    transform: translateY(-19px);
  }
}

@media screen and (max-width: 420px) {
  .list-guide-qa .answer:before {
    top: 17px;
    left: 15px;
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.list-guide-qa .answer .box {
  margin-top: 22px;
  padding: 20px 20px 31px;
  margin-bottom: 16px;
  background-color: #F5EEE4;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: calc(36/17);
  margin-right: 18px;
}

@media screen and (max-width: 767px) {
  .list-guide-qa .answer .box {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 10px 16px 20px;
    margin-right: 0;
  }
}

.list-guide-qa .answer .box .img {
  margin-top: 23px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .list-guide-qa .answer .box .img {
    margin-top: 12px;
  }
}

.collection-page {
  color: #000;
}

@media screen and (max-width: 767px) {
  .collection-page {
    padding-top: 30px;
  }
}

.collection-page .item-link {
  position: relative;
  display: block;
  max-width: 365px;
  width: 100%;
  height: 74px;
  line-height: 74px;
  text-align: center;
  color: #FFF;
  font-weight: bold;
  margin-top: 30px;
  font-size: 22px;
  font-size: 2.2rem;
}

@media screen and (max-width: 767px) {
  .collection-page .item-link {
    height: 50px;
    line-height: 50px;
    margin-top: 15px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.collection-page .item-link::after {
  content: "";
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #c4b59f;
  position: absolute;
  border-radius: 50px;
  bottom: -5px;
  left: 0;
  transition: all 0.2s ease;
}

.collection-page .item-link span {
  display: block;
  position: relative;
  z-index: 2;
  background: #552e31;
  border-radius: 50px;
  transition: all 0.2s ease;
}

.collection-page .item-link i {
  margin-left: 10px;
}

.collection-page .item-link:hover span {
  background: #ccb25d;
}

.collection-page .item-link:hover::after {
  background: #f2dcc2;
}

.collection-page .sec-intro {
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .collection-page .list04 {
    margin-bottom: 40px;
  }
}

.collection-page .lead {
  font-size: 21px;
  font-size: 2.1rem;
  font-weight: bold;
  color: #552e31;
  max-width: 670px;
  margin: 0 auto 25px;
}

@media screen and (max-width: 767px) {
  .collection-page .lead {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.collection-page .sec-assort {
  margin-bottom: 45px;
}

@media screen and (max-width: 767px) {
  .collection-page .sec-assort {
    margin-bottom: 50px;
  }
}

.collection-page .sec-gianduia {
  margin-bottom: 75px;
}

@media screen and (max-width: 767px) {
  .collection-page .sec-gianduia {
    margin-bottom: 40px;
  }
}

.collection-page .sec-you .collection-ttl {
  margin-bottom: 60px;
}

@media screen and (max-width: 990px) {
  .collection-page .sec-you .collection-ttl {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .collection-page .sec-you .collection-ttl {
    margin-bottom: 20px;
  }
}

.collection-page .mv-img {
  margin-bottom: 43px;
}

@media screen and (max-width: 767px) {
  .collection-page .mv-img {
    margin-bottom: 20px;
  }
}

.collection-page .collection-ttl {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .collection-page .collection-ttl {
    margin-bottom: 20px;
  }
}

.collection-page .collection-ttl img {
  display: block;
  margin: 0 auto;
  width: 708px;
}

.collection-page .gianduia-logo {
  display: block;
  width: 331px;
  margin: 0 auto 22px;
}

.collection-page .intro-txt {
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 2;
  margin-bottom: 35px;
}

@media screen and (max-width: 767px) {
  .collection-page .intro-txt {
    margin-bottom: 25px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
  }
}

.collection-page .chocolate-bnr {
  margin-bottom: 30px;
}

.collection-page .collection-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.collection-page .collection-row .collection-item {
  width: 49.3%;
  margin: 0 1.4% 10px 0;
}

@media screen and (max-width: 767px) {
  .collection-page .collection-row .collection-item {
    width: 100%;
  }
}

.collection-page .collection-row .collection-item:nth-of-type(2n) {
  margin-right: 0;
}

.collection-page .collection-item {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
  background: url(../img/caffarel-collection2019/item_bg.png) no-repeat center;
  background-size: cover;
  padding: 10px;
  margin-bottom: 10px;
  border-radius: 10px;
}

@media screen and (max-width: 990px) {
  .collection-page .collection-item {
    padding: 15px 15px 20px;
  }
}

.collection-page .collection-item.bg02 {
  background-image: url(../img/caffarel-collection2019/item_bg02.png);
}

@media screen and (max-width: 767px) {
  .collection-page .collection-item.bg02 {
    margin-right: 0;
  }
}

.collection-page .collection-item .img-before {
  position: absolute;
  right: 0;
  top: 0;
}

@media screen and (max-width: 990px) {
  .collection-page .collection-item .img-before {
    display: none;
  }
}

.collection-page .collection-item .flag-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 121px;
  z-index: 3;
}

@media screen and (max-width: 990px) {
  .collection-page .collection-item .flag-img {
    width: 90px;
  }
}

.collection-page .collection-item .img-col {
  width: 51%;
  position: relative;
}

@media screen and (max-width: 990px) {
  .collection-page .collection-item .img-col {
    width: 100%;
  }
}

.collection-page .collection-item .img-col img {
  width: 100%;
}

.collection-page .collection-item .img-col .img-ab {
  position: absolute;
  right: -29px;
  bottom: 21px;
  width: auto;
}

@media screen and (max-width: 1200px) {
  .collection-page .collection-item .img-col .img-ab {
    width: 120px;
    height: 120px;
    right: -15px;
  }
}

@media screen and (max-width: 990px) {
  .collection-page .collection-item .img-col .img-ab {
    right: 30px;
    bottom: 23px;
    width: 120px;
    height: 120px;
  }
}

@media screen and (max-width: 767px) {
  .collection-page .collection-item .img-col .img-ab {
    right: 15px;
    bottom: 15px;
    width: 70px;
    height: 70px;
  }
}

.collection-page .collection-item .txt-col {
  width: 49%;
  padding-left: 30px;
  padding-right: 10px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 990px) {
  .collection-page .collection-item .txt-col {
    width: 100%;
    padding: 0;
  }
}

@media screen and (max-width: 767px) {
  .collection-page .collection-item .txt-col {
    padding: 0 !important;
  }
}

.collection-page .collection-item .item-ttl {
  font-size: 37px;
  font-size: 3.7rem;
  font-weight: bold;
  color: #552e31;
}

@media screen and (max-width: 767px) {
  .collection-page .collection-item .item-ttl {
    font-size: 30px;
    font-size: 3rem;
  }
}

.collection-page .collection-item .item-ttl img {
  width: 383px;
}

.collection-page .collection-item.style02 {
  background: #FCE4DF;
}

.collection-page .collection-item.style02 .item-ttl img {
  width: 309px;
}

.collection-page .collection-item.collection-custom .img-before {
  top: 41px;
  right: 28px;
}

@media screen and (max-width: 1200px) {
  .collection-page .collection-item.collection-custom .img-before {
    top: 20px;
    right: 15px;
  }
}

.collection-page .collection-item.blue {
  background: #D9EDF1;
}

.collection-page .collection-item.yellow {
  background: #FFFBC1;
}

.collection-page .collection-item .item-type {
  font-size: 16px;
  font-size: 1.6rem;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  .collection-page .collection-item .item-type {
    margin-bottom: 5px;
    line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.collection-page .collection-item .item-price {
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 767px) {
  .collection-page .collection-item .item-price {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.collection-page .collection-item .item-price span {
  font-size: 34px;
  font-size: 3.4rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .collection-page .collection-item .item-price span {
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.collection-page .collection-item .item-txt {
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .collection-page .collection-item .item-txt {
    line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.collection-page .collection-item.type02 .img-col,
.collection-page .collection-item.type02 .txt-col {
  width: 100%;
}

.collection-page .collection-item.type02 .txt-col {
  padding: 15px 0 15px 10px;
}

.collection-page .collection-item.type02 .order-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
}

.collection-page .collection-item.type02 .order-row .item-price {
  width: 190px;
}

.collection-page .collection-item.type02 .order-row .item-link {
  width: 230px;
  font-size: 20px;
  font-size: 2rem;
  height: 55px;
  line-height: 55px;
  margin-top: 0;
}

@media screen and (max-width: 990px) {
  .collection-page .collection-item.type02 .order-row .item-link {
    margin: 10px auto 0;
  }
}

.collection-page .collection-item.type02 .order-row .item-link span {
  border-radius: 10px;
}

.collection-page .collection-item.type02 .order-row .item-link::after {
  border-radius: 10px;
}

.collection-page .collection-item.type02 .order-row .img-ttl img {
  width: 375px;
}

.collection-page .product-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: start;
      align-items: flex-start;
  margin: 0 -8px 70px;
}

@media screen and (max-width: 767px) {
  .collection-page .product-row {
    margin: 0 0 15px;
  }
}

.collection-page .product-row .item {
  width: 25%;
  margin-bottom: 25px;
}

@media screen and (max-width: 990px) {
  .collection-page .product-row .item {
    width: 50%;
  }
}

@media screen and (max-width: 420px) {
  .collection-page .product-row .item {
    width: 100%;
    margin-bottom: 35px;
  }
}

.collection-page .product-row .item a {
  display: block;
  padding: 0 8px;
  transition: all 0.2s ease;
}

.collection-page .product-row .item a:hover {
  background: #f5eee4;
}

.collection-page .product-row .item img {
  margin-bottom: 12px;
  width: 100%;
}

.collection-page .product-row .item .product-ttl {
  color: #00005c;
  text-decoration: underline;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  margin-bottom: 12px;
}

@media screen and (max-width: 767px) {
  .collection-page .product-row .item .product-ttl {
    font-size: 15px;
    font-size: 1.5rem;
    margin-bottom: 8px;
  }
}

.collection-page .product-row .item .product-price {
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .collection-page .product-row .item .product-price {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.collection-page .product-row .item .product-price span {
  font-size: 30px;
  font-size: 3rem;
  font-weight: 600;
}

@media screen and (max-width: 767px) {
  .collection-page .product-row .item .product-price span {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

.collection-page .shop-info-box {
  background: url(../img/caffarel-collection2019/item_bg.png) no-repeat center;
  background-size: cover;
  padding: 40px 20px 0;
  margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
  .collection-page .shop-info-box {
    padding: 30px 15px 30px;
    margin-bottom: 50px;
  }
}

.collection-page .shop-info-box .shop-ttl {
  text-align: center;
  margin-bottom: 30px;
}

.collection-page .shop-info-box .shop-ttl img {
  width: 556px;
}

@media screen and (max-width: 767px) {
  .collection-page .shop-info-box .shop-ttl img {
    width: 300px;
  }
}

.collection-page .shop-info-box .shop-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.collection-page .shop-info-box .shop-list li {
  width: 50%;
  padding: 0 10px;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .collection-page .shop-info-box .shop-list li {
    width: 100%;
    padding: 0;
  }
}

.collection-page .shop-info-box .shop-list li img {
  margin-bottom: 20px;
}

.collection-page .shop-info-box .shop-list li .list-inner {
  display: block;
  background: #FFF;
  padding: 0 0 20px;
}

.collection-page .shop-info-box .shop-list li .shop-name {
  font-family: "Noto Serif JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  color: #7f300b;
  font-size: 20px;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .collection-page .shop-info-box .shop-list li .shop-name {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

.collection-page .shop-info-box .shop-list li .shop-en {
  font-family: "Spectral SC", serif;
  font-size: 12px;
  font-size: 1.2rem;
  color: #00005c;
  font-weight: 600;
}

.collection-page .sns-box {
  text-align: center;
}

.collection-page .sns-box .sns-ttl {
  text-align: center;
  margin-bottom: 50px;
}

.collection-page .sns-box .sns-ttl img {
  width: 556px;
}

@media screen and (max-width: 767px) {
  .collection-page .sns-box .sns-ttl img {
    width: 300px;
  }
}

.collection-page .sns-box .sns-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.collection-page .sns-box .sns-list li {
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  margin: 0 15px;
}

.collection-page .sns-box .sns-list li a {
  color: #000000;
}

@media screen and (max-width: 990px) {
  .collection-page .sns-box .sns-list li {
    width: 33.333%;
    padding: 0 15px;
    margin: 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 640px) {
  .collection-page .sns-box .sns-list li {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}

.collection-page .sns-box .sns-list li img {
  width: 52px;
  margin-right: 10px;
}

@media screen and (max-width: 990px) {
  .collection-page .sns-box .sns-list li img {
    width: 30px;
    margin-right: 5px;
  }
}

/* makeshop用 */
#makebanner {
  width: auto;
  width: 250px;
  -ms-flex-order: 1;
      order: 1;
}

@media screen and (max-width: 990px) {
  #makebanner {
    width: 230px;
  }
}

@media screen and (max-width: 767px) {
  #makebanner {
    width: 100%;
    -ms-flex-order: 2;
        order: 2;
  }
}

form[name="form1"],
form[name="form_se"] {
  width: calc(100% - 250px);
  -ms-flex-order: 2;
      order: 2;
  padding-left: 55px;
}

@media screen and (max-width: 767px) {
  form[name="form1"].style02,
  form[name="form_se"].style02 {
    padding-top: 20px;
  }
}

@media screen and (max-width: 990px) {
  form[name="form1"],
  form[name="form_se"] {
    width: calc(100% - 230px);
    padding-left: 25px;
  }
}

@media screen and (max-width: 767px) {
  form[name="form1"],
  form[name="form_se"] {
    -ms-flex-order: 1;
        order: 1;
    width: 100%;
    padding: 0;
    margin-bottom: 50px;
  }
}

form[name="form1"] .main-col,
form[name="form_se"] .main-col {
  padding: 0;
  width: 100%;
  text-align: left;
}

.M_pager {
  width: 100%;
  clear: both;
  text-align: center;
}

.M_pager li {
  display: inline-block !important;
  vertical-align: top;
  margin: 0 8px !important;
  font-size: 18px !important;
  font-size: 1.8rem !important;
  background: #f5eee4;
  font-weight: 500;
  color: #000074;
  width: 42px;
  height: 42px;
  line-height: 42px;
  border-radius: 50%;
  -webkit-backface-visibility: hidden;
  transition: all .3s ease;
  border: 1px solid #f5eee4;
}

.M_pager li.next {
  width: auto;
  background: none;
  border: none;
  border-radius: 0;
}

.M_pager li.next:hover a {
  background: none !important;
  color: #000074 !important;
}

.M_pager li.active {
  border: 1px solid #000074;
  padding: 0 !important;
}

.M_pager li a {
  width: 100%;
  display: block !important;
  background: none !important;
  border: none !important;
  height: 100%;
  padding: 0 !important;
  transition: all 0.2s ease;
  border-radius: 50%;
}

.M_pager li:hover a {
  background: #000074 !important;
  color: #FFF;
}

/* 買い物かご */
body.basket-page table[width="600"] {
  width: 100%;
}

body.basket-page table[width="600"] .main-col {
  padding: 0;
  width: 100%;
}

body.basket-page #makebanner {
  display: none;
}

.basket {
  width: 100%;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .basket {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  .basket th, .basket td {
    padding: 8px 5px;
  }
}

.basket .btn {
  display: block;
  text-align: center;
  border-radius: 5px;
  background: #a3a3a3;
  color: #00005c;
  margin-top: 0;
  font-size: 15px;
  padding: 5px 10px;
  font-size: 12px;
}

@media screen and (max-width: 767px) {
  .basket .btn {
    padding: 5px;
  }
}

.basket .basket-img img {
  width: 100%;
}

@media screen and (max-width: 767px) {
  .basket .basket-img img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .basket .basket-btn {
    width: 45px;
  }
}

@media screen and (max-width: 767px) {
  .basket .basket-total {
    font-size: 15px !important;
  }
}

@media screen and (max-width: 767px) {
  .basket .total-wrap {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .basket .total-wrap .total-price em {
    font-size: 22px !important;
  }
}

@media screen and (max-width: 767px) {
  .basket-wrap {
    margin-bottom: 80px !important;
  }
}

.btn-wrap {
  overflow: hidden;
  clear: both;
}

.btn-wrap-order,
.btn-wrap-back {
  width: 100%;
  max-width: 200px;
  font-size: 15px;
}

@media screen and (max-width: 767px) {
  .btn-wrap-order,
  .btn-wrap-back {
    max-width: 100%;
    text-align: center;
    font-size: 13px;
  }
}

.btn-wrap-order .btn,
.btn-wrap-back .btn {
  display: inline-block;
  text-align: center;
  line-height: 55px;
  width: 100%;
  max-width: 200px;
  background: #ede6da;
  color: #00005c;
}

@media screen and (max-width: 767px) {
  .btn-wrap-order .btn,
  .btn-wrap-back .btn {
    max-width: 100% !important;
    margin-right: 0 !important;
    margin-top: 10px !important;
  }
}

.btn-wrap-back {
  max-width: 450px;
}

@media screen and (max-width: 767px) {
  .btn-wrap-back {
    max-width: 100%;
    text-align: center;
  }
}

.btn-wrap-order .btn {
  background: #00005c;
  color: #FFF;
}

@media screen and (max-width: 767px) {
  .quantity-wrap, .quantityWrap {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .quantity-wrap .basket-quantity, .quantity-wrap .basket-amend, .quantity-wrap .quantityInput, .quantity-wrap .quantityAmend, .quantityWrap .basket-quantity, .quantityWrap .basket-amend, .quantityWrap .quantityInput, .quantityWrap .quantityAmend {
    display: block !important;
  }
}

@media screen and (max-width: 767px) {
  .quantity-wrap .basket-quantity, .quantityWrap .basket-quantity {
    margin-bottom: 8px;
  }
}

.quantity-wrap .basket-quantity input[name="amount"], .quantityWrap .basket-quantity input[name="amount"] {
  width: 50px;
  height: 35px;
}

@media screen and (max-width: 767px) {
  .basket-option {
    margin-top: 0;
  }
}

.basket-option select {
  width: 100%;
  height: 36px;
  border: 1px solid #BDBDBD;
  border-radius: 4px;
  outline: 0;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: 500;
  color: #1C1C1C;
  background-color: #fff;
  background-image: url(../img/common/select.svg);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: right 8px center;
  padding: 0 10px;
  margin-bottom: 8px;
}

.basket-option select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.basket-option select::-ms-expand {
  display: none;
}

/* カレンダー */
.calendar-area {
  padding-top: 10px;
}

@media screen and (max-width: 767px) {
  .calendar-area {
    display: none;
  }
}

.calendar-area .cal-section {
  margin-bottom: 20px;
}

.calendar-area table:nth-of-type(1) {
  font-size: 15px;
  margin-bottom: 10px;
  color: #000000 !important;
}

.calendar-area table:nth-of-type(2) {
  font-size: 13px;
}

.calendar-area table:nth-of-type(2) tr:first-of-type td, .calendar-area table:nth-of-type(2) tr:first-of-type th {
  background: #f5eee4;
  height: 25px;
}

.calendar-area table:nth-of-type(2) td, .calendar-area table:nth-of-type(2) th {
  border: 1px solid #f5eee4;
  height: 30px;
}

/* 商品詳細 */
.bx-wrapper {
  margin-bottom: 27px !important;
}

@media screen and (max-width: 767px) {
  .bx-wrapper {
    margin-bottom: 22px;
  }
}

.bx-wrapper img {
  width: 100%;
}

.bx-wrapper .bx-controls-direction a {
  width: 43px !important;
  height: 43px !important;
  z-index: 500 !important;
}

@media screen and (max-width: 767px) {
  .bx-wrapper .bx-controls-direction a {
    width: 30px !important;
    height: 30px !important;
  }
}

.bx-wrapper .bx-prev {
  background: url(../img/product/detail/arrow-left.svg) no-repeat center !important;
  left: 4px !important;
  z-index: 10;
}

.bx-wrapper .bx-next {
  background: url(../img/product/detail/arrow-right.svg) no-repeat center !important;
  right: 4px !important;
}

.M_imageThumbnail {
  margin: 0 -2px;
  font-size: 0;
}

@media screen and (max-width: 767px) {
  .M_imageThumbnail {
    padding: 0 15px;
  }
}

.M_imageThumbnail-item {
  width: 20% !important;
  padding: 0 2px;
  margin: 0 0 4px !important;
}

@media screen and (max-width: 767px) {
  .M_imageThumbnail-item {
    width: 25% !important;
  }
}

.M_imageThumbnail-item a {
  position: relative;
  display: block;
  border: none !important;
  overflow: hidden;
}

.M_imageThumbnail-item a::after {
  content: "";
  display: block;
  padding-top: 77%;
}

.M_imageThumbnail-item a img {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  z-index: 1;
}

.M_imageThumbnail-item a::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(51, 51, 51, 0.5);
  opacity: 0;
  transition: all 0.2s ease;
}

.M_imageThumbnail-item a.active::before, .M_imageThumbnail-item a:hover::before {
  opacity: 1;
}

input.m_price {
  width: 130px;
  background: none !important;
  padding: 0 !important;
  color: #C80F00 !important;
}

/* 商品詳細下履歴 */
#recent {
  width: 100%;
  table-layout: fixed;
}

#recent td.itemBox {
  width: 25% !important;
  padding: 0 15px;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #recent td.itemBox {
    padding: 0 5px;
  }
}

#recent td.itemBox table {
  table-layout: fixed;
  padding: 0 10px;
}

#recent td.itemBox .name {
  width: 100%;
}

@media screen and (max-width: 767px) {
  #recent td.itemBox .name {
    margin-top: 10px !important;
  }
}

#recent td.itemBox .name a {
  width: 100%;
  display: block;
  letter-spacing: 2px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #00005c;
  text-decoration: underline;
  margin-bottom: 22px;
  -webkit-backface-visibility: hidden;
  transition: all .3s ease;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #recent td.itemBox .name a {
    font-size: 11px;
    font-size: 1.1rem;
    margin-bottom: 10px !important;
  }
}

#recent td.itemBox .price {
  width: 100%;
  display: block;
  font-size: 18px;
  font-size: 1.8rem;
  color: black;
  text-align: left;
}

@media screen and (max-width: 767px) {
  #recent td.itemBox .price {
    font-size: 12px;
    font-size: 1.2rem;
  }
}

#recent td.line {
  display: none;
}

#recent td.itemImg {
  width: 100% !important;
}

#recent td.itemImg img {
  width: 100%;
}

.page-recruit_index .sec-intro {
  margin-bottom: 53px;
}

@media screen and (max-width: 767px) {
  .page-recruit_index .content {
    padding-top: 50px !important;
  }
}

.content-recruit .ttl-recruit {
  color: #fff;
  font-weight: bold;
  border-radius: 9px;
  padding: 27px 27px;
  line-height: 1.2;
  background: #00005C;
  margin-bottom: 9px;
  font-size: 21px;
  font-size: 2.1rem;
}

@media screen and (max-width: 767px) {
  .content-recruit .ttl-recruit {
    padding: 26px 17px;
    margin-bottom: 22px;
  }
}

.content-recruit .txtBase {
  margin-bottom: 11px;
  letter-spacing: -1px;
}

.content-recruit .flex-img {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -9px 38px;
}

@media screen and (max-width: 767px) {
  .content-recruit .flex-img {
    margin: 0 -4px 33px;
  }
}

.content-recruit .flex-img .item {
  padding: 0 9px;
  width: 50%;
}

@media screen and (max-width: 767px) {
  .content-recruit .flex-img .item {
    padding: 0 4px;
  }
}

.content-recruit .table-recruit {
  margin-bottom: 49px;
}

.content-recruit .table-recruit dl {
  display: -ms-flexbox;
  display: flex;
  padding: 30.5px 0 29px;
  border-bottom: 2px solid #EDE5AD;
}

.content-recruit .table-recruit dl:first-child {
  padding-top: 0;
}

@media screen and (max-width: 767px) {
  .content-recruit .table-recruit dl {
    padding: 24.5px 0 26px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.content-recruit .table-recruit dl dt {
  color: #000;
  font-weight: bold;
  width: 158px;
  line-height: 1.52;
  padding-left: 27px;
  padding-right: 20px;
  font-size: 17px;
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
  .content-recruit .table-recruit dl dt {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    margin-bottom: 15px;
  }
}

.content-recruit .table-recruit dl dd {
  width: calc(100% - 158px);
  font-weight: 500;
  line-height: 1.86;
  color: #000;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 767px) {
  .content-recruit .table-recruit dl dd {
    width: 100%;
    line-height: 1.9;
  }
}

.content-recruit .table-recruit dl dd p {
  display: -ms-flexbox;
  display: flex;
}

.content-recruit .table-recruit dl dd p span {
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.content-recruit:last-child .contact-recruit {
  margin-bottom: 0;
}

.content-recruit .contact-recruit {
  margin-bottom: 133px;
  position: relative;
}

@media screen and (max-width: 990px) {
  .content-recruit .contact-recruit {
    margin-bottom: 80px;
  }
}

@media screen and (max-width: 767px) {
  .content-recruit .contact-recruit {
    padding: 98px 0;
  }
}

.content-recruit .contact-recruit .img-ba-sp {
  position: absolute;
  top: -7px;
  left: 50%;
  display: none;
  width: 110%;
  text-align: center;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
}

@media screen and (max-width: 767px) {
  .content-recruit .contact-recruit .img-ba-sp {
    display: block;
  }
}

.content-recruit .contact-recruit .img-ba-sp img {
  max-width: 385px;
  width: 100%;
}

.content-recruit .contact-recruit .img-ba-sp.ba-02 {
  bottom: -14px;
  top: auto;
}

.content-recruit .contact-recruit .txt {
  text-align: center;
  color: #00005C;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 24px;
  font-size: 17px;
  font-size: 1.7rem;
}

@media screen and (max-width: 767px) {
  .content-recruit .contact-recruit .txt {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.content-recruit .contact-recruit .flex-ct {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 990px) {
  .content-recruit .contact-recruit .flex-ct {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.content-recruit .contact-recruit .flex-ct .item {
  width: 50%;
  text-align: center;
}

@media screen and (max-width: 990px) {
  .content-recruit .contact-recruit .flex-ct .item {
    width: 100%;
    margin-bottom: 24px;
  }
}

.content-recruit .contact-recruit .flex-ct .item a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.content-recruit .contact-recruit .flex-ct .item a span {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #00005C;
  color: #fff;
  margin-right: 12px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 990px) {
  .content-recruit .contact-recruit .flex-ct .item a span {
    margin-right: 8px;
    width: 25px;
    height: 25px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .content-recruit .contact-recruit .flex-ct .item a span {
    width: 34px;
    height: 34px;
  }
}

@media screen and (max-width: 374px) {
  .content-recruit .contact-recruit .flex-ct .item a span {
    margin-right: 5px;
    width: 25px;
    height: 25px;
  }
}

.content-recruit .contact-recruit .flex-ct .item_mail {
  padding-left: 79px;
}

@media screen and (max-width: 1200px) {
  .content-recruit .contact-recruit .flex-ct .item_mail {
    padding: 0 30px;
  }
}

@media screen and (max-width: 990px) {
  .content-recruit .contact-recruit .flex-ct .item_mail {
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .content-recruit .contact-recruit .flex-ct .item_mail {
    padding: 0;
  }
}

.content-recruit .contact-recruit .flex-ct .item_mail a {
  border: 2px solid #00005C;
  border-radius: 4px;
  height: 82px;
  padding: 10px 15px;
  color: #00005C;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
  transition: all 0.25s;
}

@media screen and (max-width: 990px) {
  .content-recruit .contact-recruit .flex-ct .item_mail a {
    padding: 10px;
    max-width: 270px;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .content-recruit .contact-recruit .flex-ct .item_mail a {
    max-width: 345px;
    height: 83px;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 374px) {
  .content-recruit .contact-recruit .flex-ct .item_mail a {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

.content-recruit .contact-recruit .flex-ct .item_mail a:hover {
  opacity: 0.7;
  transition: all 0.25s;
}

.content-recruit .contact-recruit .flex-ct .item_phone {
  padding: 0 32px 0 8px;
}

@media screen and (max-width: 1200px) {
  .content-recruit .contact-recruit .flex-ct .item_phone {
    padding: 0 15px;
  }
}

.content-recruit .contact-recruit .flex-ct .item_phone a {
  color: #00005C;
  font-weight: bold;
  font-family: "Noto Serif JP", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
  font-size: 34px;
  font-size: 3.4rem;
}

@media screen and (max-width: 1200px) {
  .content-recruit .contact-recruit .flex-ct .item_phone a {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 990px) {
  .content-recruit .contact-recruit .flex-ct .item_phone a {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 767px) {
  .content-recruit .contact-recruit .flex-ct .item_phone a {
    font-size: 34px;
    font-size: 3.4rem;
  }
}

@media screen and (max-width: 374px) {
  .content-recruit .contact-recruit .flex-ct .item_phone a {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.content-recruit .contact-recruit .flex-ct .item_phone a span {
  font-size: 20px;
  font-size: 2rem;
}

@media screen and (max-width: 990px) {
  .content-recruit .contact-recruit .flex-ct .item_phone a span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .content-recruit .contact-recruit .flex-ct .item_phone a span {
    font-size: 22px;
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 374px) {
  .content-recruit .contact-recruit .flex-ct .item_phone a span {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 767px) {
  .sec-valentin {
    padding-top: 30px;
  }
}

.sec-valentin .img-mv {
  margin-bottom: 26px;
}

.sec-valentin .txt-vt {
  font-weight: bold;
  line-height: 1.57;
  color: #712E31;
  max-width: 730px;
  letter-spacing: -0.5px;
  margin: 0 auto 40px;
  font-size: 21px;
  font-size: 2.1rem;
}

@media screen and (max-width: 1200px) {
  .sec-valentin .txt-vt {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 767px) {
  .sec-valentin .txt-vt {
    line-height: 1.5;
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.content-valentin {
  margin-bottom: 36px;
}

@media screen and (max-width: 767px) {
  .content-valentin {
    margin-bottom: 50px;
  }
}

.headding-vt {
  margin-bottom: 8px;
}

@media screen and (max-width: 767px) {
  .headding-vt {
    margin-bottom: 20px;
    text-align: center;
  }
}

.headding-vt img {
  width: 100%;
}

.headding-vt.style02 {
  padding: 0 9.5%;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .headding-vt.style02 img {
    height: 6vw;
    width: auto;
  }
}

.price-valentin {
  font-weight: 500;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  color: #000;
  letter-spacing: -2px;
  font-size: 34px;
  font-size: 3.4rem;
}

@media screen and (max-width: 990px) {
  .price-valentin {
    letter-spacing: -1px;
    line-height: 1.2;
    font-size: 28px;
    font-size: 2.8rem;
  }
}

.price-valentin small {
  margin-left: 3px;
  font-size: 18px;
  font-size: 1.8rem;
}

@media screen and (max-width: 990px) {
  .price-valentin small {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.box-edition {
  position: relative;
  background: #FCE4DF;
  border-radius: 10px;
  margin-bottom: 9px;
}

@media screen and (max-width: 990px) {
  .box-edition {
    padding-bottom: 30px !important;
  }
}

.box-edition.bg-blue {
  background: #D9EDF1;
}

.box-edition.bg-yellow {
  background: #FFFBC1;
}

.box-edition .tag-et {
  position: absolute;
  color: #fff;
  background: #F58075;
  display: inline-block;
  top: 0px;
  left: 0px;
  padding: 13px 19px;
  letter-spacing: -2.5px;
  font-weight: bold;
  border-radius: 10px 0 10px 0;
  font-size: 23px;
  font-size: 2.3rem;
}

.box-edition .tag-et-02 {
  background: transparent;
  padding: 0;
  border-radius: 10px 0 0 0;
  overflow: hidden;
}

@media screen and (max-width: 767px) {
  .box-edition .tag-et-02 {
    width: 90px;
  }
}

.box-edition .img-edition img {
  width: 100%;
}

.box-edition .text-edition {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
      align-items: flex-end;
  padding: 0 41px 31px 42px;
  margin-top: -28%;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 1200px) {
  .box-edition .text-edition {
    padding: 0 20px 31px 20px;
  }
}

@media screen and (max-width: 990px) {
  .box-edition .text-edition {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 0;
    margin-top: -11%;
  }
}

.box-edition .text-edition .heading-et {
  width: 59%;
  padding-right: 6%;
}

@media screen and (max-width: 990px) {
  .box-edition .text-edition .heading-et {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .box-edition .text-edition .heading-et {
    margin-bottom: 0;
    padding-right: 0;
  }
}

.box-edition .text-edition .heading-et .ttl {
  margin-bottom: 20px;
}

@media screen and (max-width: 990px) {
  .box-edition .text-edition .heading-et .ttl {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 990px) {
  .box-edition .text-edition .heading-et .ttl img {
    height: 3vw;
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .box-edition .text-edition .heading-et .ttl img {
    height: 25px !important;
    width: auto !important;
  }
}

.box-edition .text-edition .heading-et p {
  font-weight: 500;
  color: #000000;
  line-height: 1.7125;
  letter-spacing: -1px;
  font-size: 16px;
  font-size: 1.6rem;
}

@media screen and (max-width: 990px) {
  .box-edition .text-edition .heading-et p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 767px) {
  .box-edition .text-edition .heading-et p {
    line-height: 1.5;
    margin-bottom: 15px;
  }
}

.box-edition .text-edition .heading-et .free-ship {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  margin-bottom: 5px;
}

@media screen and (max-width: 767px) {
  .box-edition .text-edition .heading-et .free-ship {
    margin-bottom: 12px;
  }
}

.box-edition .text-edition .heading-et .free-ship .desc-ship {
  color: #fff;
  background: #F58075;
  line-height: 1.2;
  padding: 7px 17px;
  border-radius: 20px;
  margin-right: 14px;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 23px;
  font-size: 2.3rem;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .box-edition .text-edition .heading-et .free-ship .desc-ship {
    padding: 12px 17px 5px;
  }
}

@media screen and (max-width: 1200px) {
  .box-edition .text-edition .heading-et .free-ship .desc-ship {
    padding: 5px 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.box-edition .text-edition .btn-et {
  width: 41%;
}

@media screen and (max-width: 990px) {
  .box-edition .text-edition .btn-et {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .box-edition .text-edition .btn-et {
    margin-top: 0 !important;
  }
}

.content-popular {
  margin-bottom: 30px;
}

.content-chocolate {
  background: #712E31;
  border-radius: 10px;
  padding: 25px 40px 10px;
  position: relative;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  .content-chocolate {
    padding: 15px;
    margin-bottom: 35px;
  }
}

.content-chocolate:before {
  content: "";
  background: url("../img/valentin/icon-tab.png") no-repeat;
  background-size: contain;
  background-position: center;
  width: 20px;
  height: 20px;
  position: absolute;
  right: 17px;
  bottom: 14px;
}

.content-chocolate .ttl-chocolate {
  margin-bottom: 24px;
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  .content-chocolate .ttl-chocolate {
    text-align: center;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .content-chocolate .ttl-chocolate img:nth-child(1) {
    width: 80px;
  }
}

@media screen and (max-width: 767px) {
  .content-chocolate .ttl-chocolate img {
    margin-bottom: 5px;
  }
}

.content-chocolate .list-chocolate {
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .content-chocolate .list-chocolate {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.content-chocolate .list-chocolate .item {
  width: 33.333%;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .content-chocolate .list-chocolate .item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.content-chocolate .list-chocolate .item img {
  margin-bottom: 20px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .content-chocolate .list-chocolate .item img {
    margin-bottom: 15px;
  }
}

.content-chocolate .list-chocolate .item .ttl img {
  width: auto;
}

@media screen and (max-width: 1200px) {
  .content-chocolate .list-chocolate .item .ttl {
    padding: 0 10px;
  }
}

.content-collection {
  background: url("../img/valentin/bg-01.png") no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 0 20px 31px;
  margin-bottom: 18px;
}

@media screen and (max-width: 990px) {
  .content-collection {
    padding: 0 15px 30px;
  }
}

@media screen and (max-width: 767px) {
  .content-collection {
    padding: 50px 15px;
  }
}

.content-collection .ttl-collection {
  margin-bottom: -20px;
  text-align: center;
  -ms-transform: translateY(-11px);
      transform: translateY(-11px);
}

@media screen and (max-width: 767px) {
  .content-collection .ttl-collection {
    margin-bottom: 20px;
    -ms-transform: translateY(0px);
        transform: translateY(0px);
  }
}

.content-collection .ttl-collection img {
  display: inline-block;
}

.content-collection .flex-img {
  display: -ms-flexbox;
  display: flex;
  margin: 0 9.5px;
  position: relative;
  max-width: 795px;
}

@media screen and (max-width: 767px) {
  .content-collection .flex-img {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -4px;
  }
}

.content-collection .flex-img .item {
  padding: 9.5px;
  width: 25%;
}

@media screen and (max-width: 767px) {
  .content-collection .flex-img .item {
    width: 50%;
    padding: 0 4px;
  }
}

.content-collection .flex-img .item img {
  margin-bottom: 10px;
  width: 100%;
}

.content-collection .flex-img .img-check {
  position: absolute;
  bottom: -34px;
  right: -73px;
}

@media screen and (max-width: 1300px) {
  .content-collection .flex-img .img-check {
    bottom: -10px;
    right: -10px;
    width: 100px;
    height: 100px;
  }
}

@media screen and (max-width: 990px) {
  .content-collection .flex-img .img-check {
    width: 70px;
    height: 70px;
    bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .content-collection .flex-img .img-check {
    display: none;
  }
}

.content-collection p {
  font-weight: bold;
  line-height: 1.49;
  padding-left: 10px;
  color: #7F300B;
  font-size: 19px;
  font-size: 1.9rem;
}

@media screen and (max-width: 990px) {
  .content-collection p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 767px) {
  .content-collection p {
    padding-left: 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/*# sourceMappingURL=maps/styles.css.map */


/* 20200107 Added by Fukiage */

.list04.style04.list-beginner{
  margin-bottom: 66px;
}

.header-top .desc a{
  text-decoration: underline;
  color: inherit;
}

.header-top .desc a:hover{
  text-decoration: none;
}

.agreement strong{
  font-size: 18px;
  font-weight: bold;
}

.agreement a{
  text-decoration: underline;
}

.agreement a:hover{
  text-decoration: none;
}