@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese");
@import url("https://fonts.googleapis.com/css?family=Josefin+Sans:100,100i,300,300i,400,400i,600,600i,700,700i&subset=latin-ext,vietnamese");
html {
  font-size: 62.5%;
}

body {
  position: relative;
  background: white;
  font-family: "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 500;
  color: black;
  font-size: 1.6rem;
  line-height: 1;
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 767px) {
  body {
    min-width: 320px;
    font-weight: normal;
  }
}

/*-------------------------
  innerWrap/w1000
-------------------------*/
.innerWrap {
  position: relative;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0;
}

@media only screen and (max-width: 767px) {
  .innerWrap {
    max-width: none;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  container
-------------------------*/
#container {
  position: relative;
  overflow: hidden;
  z-index: 0;
  width: 100%;
}

/*-------------------------
  ROLL OVER
-------------------------*/
.ro {
  transition: all 0.25s linear;
}

.ro:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

.ro:hover img {
  opacity: 1;
}

.ro a:hover, .ro a:hover img {
  transition: none;
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .ro:hover,
  .ro a:hover,
  .ro a:hover img {
    opacity: 1;
  }
}

/*-------------------------
  pcCont/spCont
-------------------------*/
.sp, .spCont {
  display: none;
}

#spMenuOverlay, #spMenu {
  display: none;
}

@media only screen and (max-width: 767px) {
  .pc, .pcCont {
    display: none;
  }
  .sp, .spCont {
    display: block;
  }
}

/*-------------------------
  COMMONS
-------------------------*/
.bold, strong {
  font-weight: bold;
}

.tac {
  text-align: center;
}

.tal {
  text-align: left;
}

.tar {
  text-align: right;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.clear {
  clear: both;
}

button {
  cursor: pointer;
  outline: none;
}

.fBox {
  display: flex;
}

svg {
  fill: currentColor;
}

.preload * {
  transition: none !important;
}

.ofi {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

img {
  -webkit-backface-visibility: hidden;
}

.slider {
  opacity: 0;
  transition: opacity .3s linear;
}

.slider.slick-initialized {
  opacity: 1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■parts
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  hd
-------------------------*/
/*-------------------------
  btn
-------------------------*/
.btn01 a {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(/html/template/sawadaitto/assets/img/common/ico_arrow01.png) no-repeat 88% center #555;
  background-size: auto 6px;
  border: 1px solid #555;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Josefin Sans", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-weight: 400;
  color: #fff;
  transition: all 0.25s linear;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.btn01 a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  right: 100%;
  z-index: -1;
  background: #fff;
  transition: all 0.25s linear;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.btn01 a:hover {
  color: #555;
}

.btn01 a:hover:after {
  right: 0;
}

.btn01.btn01__more a {
  width: 83px;
  height: 26px;
  border-radius: 2px;
}

@media only screen and (max-width: 767px) {
  .btn01.btn01__more a {
    width: 83%;
    max-width: 260px;
    height: 50px;
    font-size: 1.5rem;
  }
}

.btn02 a {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(/html/template/sawadaitto/assets/img/common/ico_arrow01.png) no-repeat 88% center #fff;
  background-size: auto 6px;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  font-family: "Josefin Sans", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-weight: 400;
  color: #555;
  transition: all 0.25s linear;
  -webkit-transition-duration: 0.25s;
  transition-duration: 0.25s;
}

.btn02 a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  right: 100%;
  z-index: -1;
  background: #555;
  transition: all 0.25s linear;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

.btn02 a:hover {
  color: #fff;
}

.btn02 a:hover:after {
  right: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#header {
  padding: 20px 30px 12px;
}

#header .ec-headerRole {
  max-width: none;
  padding: 0;
  margin: 0;
}

@media only screen and (max-width: 1023px) {
  #header {
    min-height: inherit;
  }
}

@media only screen and (max-width: 767px) {
  #header {
    overflow: hidden;
    padding: 0 15px 27px;
  }
}

/*-------------------------
  ヘッダー(商品検索・ログインナビ・カート)
-------------------------*/
#header .ec-headerNaviRole {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: none;
  min-height: 133px;
  padding: 59px 0 0;
  line-height: 1.0;
}

#header .ec-headerNaviRole__left {
  width: auto;
  padding: 25px 0 0;
}

#header .ec-headerNaviRole__h1 h1 {
  font-size: 1.2rem;
  margin: 0 0 60px;
}

#header .ec-headerNaviRole__search {
  width: 100%;
  margin: 0;
}

#header .ec-headerSearch .ec-headerSearch__keyword {
  float: none;
  width: 100%;
  max-width: 229px;
  border-radius: 2px;
}

#header .ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
  height: 36px;
  background-color: #fff;
  border-color: #dcdcdc;
  font-family: "Josefin Sans", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2;
  padding: 0 15px 0 18px;
}

#header .ec-headerSearch .ec-headerSearch__keyword .ec-icon {
  width: 16px;
  height: 16px;
}

#header .ec-headerSearch .ec-headerSearch__keywordBtn {
  right: 10px;
  padding: 0 5px;
}

#header .ec-headerNaviRole .ec-headerNaviRole__right {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: auto;
  padding: 65px 7px 0 0;
  margin: 0 0 0 auto;
}

#header .ec-headerNaviRole__nav .ec-headerNav__item {
  margin-left: 26px;
}

#header .ec-headerNaviRole__nav .ec-headerNav__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #111;
  line-height: 1.0;
  transition: all 0.25s linear;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

#header .ec-headerNaviRole__nav .ec-headerNav__item a:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

#header .ec-headerNaviRole__nav .ec-headerNav__item img {
  width: 42px;
  height: auto;
}

#header .ec-headerNaviRole__nav .ec-headerNav__itemLink {
  font-family: "Josefin Sans", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.0;
  margin: 9px 0 0;
}

#header .ec-headerRole__cart {
  margin-left: 34px;
}

#header .ec-headerRole__cart:hover .ec-cartNavi {
  opacity: .8;
}

#header .ec-headerRole__cart a {
  text-decoration: none;
}

#header .ec-headerRole__cart .ec-cartNavi {
  position: relative;
  z-index: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: inherit;
  height: auto;
  background: none;
  border-radius: 0;
  padding: 0;
  transition: all 0.25s linear;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

#header .ec-headerRole__cart .ec-cartNavi img {
  width: 42px;
  height: auto;
}

#header .ec-headerRole__cart .ec-cartNavi__badge {
  position: absolute;
  top: -4px;
  left: calc(100% - 14px);
  z-index: -1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 22px;
  height: 22px;
  color: #111;
  font-family: "Josefin Sans", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.0;
  text-align: center;
  background-color: #fccd70;
  padding: 0 5px;
}

#header .ec-headerRole__cart .ec-cartNavi__itemLink {
  display: block;
  font-family: "Josefin Sans", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.0;
  margin: 9px 0 0;
}

#header .ec-headerNaviRole__subNav .ec-header__subNav {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
}

#header .ec-headerNaviRole__subNav .ec-header__subNav__item {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  padding-left: 20px;
}

#header .ec-headerNaviRole__subNav .ec-header__subNav__item:before {
  content: '';
  opacity: .2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 1px;
  height: 9px;
  background: #000;
  margin: auto 0;
}

#header .ec-headerNaviRole__subNav .ec-header__subNav__item:first-child {
  padding-left: 0;
  margin-left: 0;
}

#header .ec-headerNaviRole__subNav .ec-header__subNav__item:first-child:before {
  display: none;
}

#header .ec-headerNaviRole__subNav a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  transition: all 0.25s linear;
}

#header .ec-headerNaviRole__subNav a:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

#header .ec-headerNaviRole__subNav a img {
  width: 18px;
}

#header .ec-headerNaviRole__subNav .ec-header__subNav__itemLink {
  color: #000;
  font-family: "Josefin Sans", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
  margin-top: 3px;
  margin-left: 6px;
}

#header .ec-headerRole__navSP {
  position: fixed;
  top: 25px;
  right: 5px;
  z-index: 999999;
}

#header .ec-headerRole__navSP.open .ec-headerNavSP {
  display: block;
}

#header .ec-headerRole__navSP .ec-headerNavSP {
  position: static;
  z-index: 0;
  width: auto;
  height: auto;
  background: none;
  border-radius: 0;
  padding: 0;
}

@media only screen and (max-width: 1023px) {
  #header .ec-headerNaviRole {
    padding-top: 0;
    min-height: 230px;
  }
  #header .ec-headerNaviRole .ec-headerNaviRole__h1 h1 {
    margin-bottom: 50px;
  }
  #header .ec-headerNaviRole .ec-headerNaviRole__left {
    padding: 0;
  }
  #header .ec-headerNaviRole .ec-headerNaviRole__right {
    padding-top: 50px;
  }
}

@media only screen and (max-width: 767px) {
  #header .ec-headerNaviRole {
    display: block;
    min-height: inherit;
    padding: 0;
  }
  #header .ec-headerNaviRole .ec-headerNaviRole__h1 {
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 25px;
  }
  #header .ec-headerNaviRole .ec-headerNaviRole__h1:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    left: -100vw;
    right: -100vw;
    z-index: -1;
    background: #f1eae4;
  }
  #header .ec-headerNaviRole .ec-headerNaviRole__h1 h1 {
    color: #968f7e;
    font-size: 1.0rem;
    margin: 0;
  }
  #header .ec-headerNaviRole .ec-headerNaviRole__right {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 14px 0 0;
  }
  #header .ec-headerNaviRole .ec-headerNaviRole__right .ec-header__subNav {
    display: none;
  }
  #header .ec-headerNaviRole .ec-headerNaviRole__right .ec-headerNaviRole__nav {
    display: none;
  }
  #header .ec-headerNaviRole .ec-headerNaviRole__right .ec-headerRole__cart {
    margin: 0;
  }
  #header .ec-headerNaviRole .ec-headerNaviRole__right .ec-headerRole__cart .ec-cartNavi img {
    width: 30px;
  }
  #header .ec-headerNaviRole .ec-headerNaviRole__right .ec-headerRole__cart .ec-cartNavi__badge {
    top: -6px;
    left: calc(100% - 10px);
    min-width: 21px;
    height: 21px;
    font-size: 1.2rem;
  }
  #header .ec-headerNaviRole .ec-headerNaviRole__right .ec-headerRole__cart .ec-cartNavi__itemLink {
    display: none;
  }
}

/*-------------------------
  ロゴ
-------------------------*/
#header .ec-headerLogo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 242px;
  padding: 59px 0 0;
  margin: auto;
}

#header .ec-headerLogo .ec-headerTitle__title a {
  font-size: 0;
  margin: 0;
}

@media only screen and (max-width: 1023px) {
  #header .ec-headerLogo {
    padding-top: 120px;
  }
}

@media only screen and (max-width: 767px) {
  #header .ec-headerLogo {
    position: static;
    width: 166px;
    padding: 0;
  }
}

/*-------------------------
  カテゴリナビ(PC)
-------------------------*/
#header .ec-categoryNaviRole {
  width: auto;
  max-width: none;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.0;
  padding: 0;
  margin: 0;
  padding: 0 40px;
}

#header .ec-categoryNaviRole .ec-itemNav {
  text-align: left;
}

#header .ec-categoryNaviRole .ec-itemNav__nav li {
  overflow: inherit;
  float: none;
  line-height: 1.0;
}

#header .ec-categoryNaviRole .ec-itemNav__nav li ul {
  position: static;
  top: 0;
  min-width: inherit;
}

#header .ec-categoryNaviRole .ec-itemNav__nav li ul:before {
  display: none;
}

#header .ec-categoryNaviRole .ec-itemNav__nav li ul li {
  height: auto;
}

#header .ec-categoryNaviRole .ec-itemNav__nav .ec-itemNav__nav__item > a {
  position: relative;
}

#header .ec-categoryNaviRole .ec-itemNav__nav .ec-itemNav__nav__item > a:before {
  content: '';
  display: none;
  opacity: .2;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  height: 28px;
  background: #000;
  margin: auto;
}

#header .ec-categoryNaviRole .ec-itemNav__nav .ec-itemNav__nav__item:first-child > a:before {
  left: 0;
  left: -40px;
  display: block;
}

#header .ec-categoryNaviRole .ec-itemNav__nav .ec-itemNav__nav__item:last-child > a:before {
  right: 0;
  right: -40px;
  display: block;
}

#header .ec-categoryNaviRole .ec-itemNav__nav a {
  height: auto;
  background: none;
  border: none;
  text-decoration: none;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.0;
  text-align: left;
  padding: 0;
}

#header .header__gNav {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  padding: 0;
  margin: 50px 0 0;
}

#header .header__gNav .ec-itemNav__nav .ec-itemNav__nav__item > a,
#header .header__gNav .ec-itemNav__nav__item .ec-itemNav__nav__item > a {
  cursor: pointer;
  display: block;
  min-width: 100px;
  text-align: center;
  text-decoration: none;
  margin: 0;
}

#header .header__gNav .ec-itemNav__nav .ec-itemNav__nav__item > a.open .ec-itemNav__nav__span:before, #header .header__gNav .ec-itemNav__nav .ec-itemNav__nav__item > a:hover .ec-itemNav__nav__span:before,
#header .header__gNav .ec-itemNav__nav__item .ec-itemNav__nav__item > a.open .ec-itemNav__nav__span:before,
#header .header__gNav .ec-itemNav__nav__item .ec-itemNav__nav__item > a:hover .ec-itemNav__nav__span:before {
  left: 100%;
  width: 0;
}

#header .header__gNav .ec-itemNav__nav .ec-itemNav__nav__item > a.open .ec-itemNav__nav__span .ja, #header .header__gNav .ec-itemNav__nav .ec-itemNav__nav__item > a:hover .ec-itemNav__nav__span .ja,
#header .header__gNav .ec-itemNav__nav__item .ec-itemNav__nav__item > a.open .ec-itemNav__nav__span .ja,
#header .header__gNav .ec-itemNav__nav__item .ec-itemNav__nav__item > a:hover .ec-itemNav__nav__span .ja {
  opacity: 1;
}

#header .header__gNav .ec-itemNav__nav .ec-itemNav__nav__item > a.open .ec-itemNav__nav__span .en, #header .header__gNav .ec-itemNav__nav .ec-itemNav__nav__item > a:hover .ec-itemNav__nav__span .en,
#header .header__gNav .ec-itemNav__nav__item .ec-itemNav__nav__item > a.open .ec-itemNav__nav__span .en,
#header .header__gNav .ec-itemNav__nav__item .ec-itemNav__nav__item > a:hover .ec-itemNav__nav__span .en {
  opacity: 0;
}

#header .header__gNav .ec-itemNav__nav .ec-itemNav__nav__item > a.active .ec-itemNav__nav__span:before,
#header .header__gNav .ec-itemNav__nav__item .ec-itemNav__nav__item > a.active .ec-itemNav__nav__span:before {
  display: none;
}

#header .header__gNav .ec-itemNav__nav .ec-itemNav__nav__item > a .ec-itemNav__nav__span,
#header .header__gNav .ec-itemNav__nav__item .ec-itemNav__nav__item > a .ec-itemNav__nav__span {
  position: relative;
  overflow: hidden;
  display: table;
  width: 100%;
  min-height: 76px;
  color: #111;
  font-family: "Josefin Sans", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-weight: 400;
  font-size: 2.0rem;
  line-height: 1.2;
  padding: 18px 0;
}

#header .header__gNav .ec-itemNav__nav .ec-itemNav__nav__item > a .ec-itemNav__nav__span:after,
#header .header__gNav .ec-itemNav__nav__item .ec-itemNav__nav__item > a .ec-itemNav__nav__span:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  width: 100px;
  background-color: #444;
  margin: 0 auto;
  transition: all 0.25s linear;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

#header .header__gNav .ec-itemNav__nav .ec-itemNav__nav__item > a .ec-itemNav__nav__span:before,
#header .header__gNav .ec-itemNav__nav__item .ec-itemNav__nav__item > a .ec-itemNav__nav__span:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  z-index: 1;
  width: 120px;
  height: 1px;
  margin: 0 auto;
  transition: all 0.25s linear;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

#header .header__gNav .ec-itemNav__nav .ec-itemNav__nav__item > a .ec-itemNav__nav__span span,
#header .header__gNav .ec-itemNav__nav__item .ec-itemNav__nav__item > a .ec-itemNav__nav__span span {
  transition: all 0.25s linear;
  -webkit-transition-duration: 0.4s;
  transition-duration: 0.4s;
}

#header .header__gNav .ec-itemNav__nav .ec-itemNav__nav__item > a .ec-itemNav__nav__span .ja,
#header .header__gNav .ec-itemNav__nav__item .ec-itemNav__nav__item > a .ec-itemNav__nav__span .ja {
  opacity: 0;
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  font-family: "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-weight: 500;
  font-size: 1.6rem;
  font-weight: 700;
}

#header .header__gNav .ec-itemNav__nav .ec-itemNav__nav__item > a .ec-itemNav__nav__span .en,
#header .header__gNav .ec-itemNav__nav__item .ec-itemNav__nav__item > a .ec-itemNav__nav__span .en {
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Josefin Sans", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-weight: 400;
}

#header .header__gNav .ec-itemNav__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

#header .header__gNav .ec-itemNav__nav > .ec-itemNav__nav__item {
  /* 親要素 */
  position: static;
  width: 100%;
  padding: 0 20px 17px;
  margin: 0;
}

#header .header__gNav .ec-itemNav__nav > .ec-itemNav__nav__item ul {
  /* 子要素 */
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 5;
  background-color: rgba(255, 255, 255, 0.95);
  -webkit-box-shadow: 1px 1px 43px 0px rgba(124, 159, 157, 0.2);
  box-shadow: 1px 1px 43px 0px rgba(124, 159, 157, 0.2);
  padding: 65px 30px 68px;
  margin: 0 0 -22px;
}

#header .header__gNav .ec-itemNav__nav > .ec-itemNav__nav__item ul > li {
  float: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 840px;
  width: 100%;
  height: auto;
  padding: 0;
  margin: auto;
}

#header .header__gNav .ec-itemNav__nav > .ec-itemNav__nav__item ul > li + li {
  margin-top: 22px;
}

#header .header__gNav .ec-itemNav__nav > .ec-itemNav__nav__item ul a {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  min-width: inherit;
  width: 89px;
  color: #000;
  font-family: "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: left;
  padding: 10px 0 9px 20px;
  margin: 0 20px 0 0;
}

#header .header__gNav .ec-itemNav__nav > .ec-itemNav__nav__item ul a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  height: 10px;
  border: 1px solid #000;
  border-radius: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
}

#header .header__gNav .ec-itemNav__nav > .ec-itemNav__nav__item ul a:after {
  display: none;
}

#header .header__gNav .ec-itemNav__nav > .ec-itemNav__nav__item ul ul {
  opacity: 1;
  overflow: hidden;
  position: static;
  display: block;
  width: 100%;
  background: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  font-size: 0;
  text-align: left;
  padding: 0;
  margin: 0 0 -15px;
}

#header .header__gNav .ec-itemNav__nav > .ec-itemNav__nav__item ul ul:before {
  content: none !important;
}

#header .header__gNav .ec-itemNav__nav > .ec-itemNav__nav__item ul ul li {
  display: inline-block;
  width: auto;
  max-width: none;
  margin: 0 11px 15px 0;
}

#header .header__gNav .ec-itemNav__nav > .ec-itemNav__nav__item ul ul a {
  overflow: hidden;
  position: relative;
  z-index: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: auto;
  height: 34px;
  background: transparent;
  border: 1px solid #dcdcdc;
  border-radius: 2px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 0 15px;
  margin: 0;
}

#header .header__gNav .ec-itemNav__nav > .ec-itemNav__nav__item ul ul a:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  width: auto;
  height: auto;
  background: #fff;
  border: none;
  border-radius: 0px;
}

#header .header__gNav .ec-itemNav__nav > .ec-itemNav__nav__item ul ul a:after {
  content: '' !important;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  right: 100%;
  z-index: -1;
  display: block;
  height: auto;
  background: #dcdcdc;
  transition: all 0.25s linear;
}

#header .header__gNav .ec-itemNav__nav > .ec-itemNav__nav__item ul ul a:hover:after {
  right: 0;
}

@media only screen and (max-width: 1299px) {
  #header .header__gNav #gNav__home {
    display: none;
  }
}

@media only screen and (max-width: 1199px) {
  #header .header__gNav .ec-categoryNaviRole {
    padding: 0 0;
  }
  #header .header__gNav .gNav__gNavItem {
    width: 17%;
  }
  #header .header__gNav .gNav__gNavItem#gNav__category {
    width: 50%;
  }
  #header .header__gNav .ec-itemNav__nav .ec-itemNav__nav__item {
    padding: 0 0 17px;
  }
  #header .header__gNav .ec-itemNav__nav .ec-itemNav__nav__item:first-child > a:before {
    left: 0;
  }
  #header .header__gNav .ec-itemNav__nav .ec-itemNav__nav__item:last-child > a:before {
    right: 0;
  }
  #header .header__gNav .ec-itemNav__nav .ec-itemNav__nav__item > a {
    min-width: inherit;
  }
  #header .header__gNav .ec-itemNav__nav .ec-itemNav__nav__item > a .ec-itemNav__nav__span:before, #header .header__gNav .ec-itemNav__nav .ec-itemNav__nav__item > a .ec-itemNav__nav__span:after {
    width: 60px;
  }
}

@media only screen and (max-width: 767px) {
  #header .header__gNav {
    display: none;
  }
}

/*
#header .header__gNav .ec-itemNav__nav .ec-itemNav__nav__item > a .ec-itemNav__nav__span .ja,
#header .header__gNav .ec-itemNav__nav__item .ec-itemNav__nav__item > a .ec-itemNav__nav__span .ja{
	opacity: 1;
}
#header .header__gNav .ec-itemNav__nav .ec-itemNav__nav__item > a .ec-itemNav__nav__span .en,
#header .header__gNav .ec-itemNav__nav__item .ec-itemNav__nav__item > a .ec-itemNav__nav__span .en{
	opacity: 0;
}
*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■MENU
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.menuBtn {
  position: relative;
  z-index: 99999;
}

.menuBtn:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  right: -100vw;
  z-index: -1;
  background-color: #fff;
  border-radius: 5px;
}

#spMenu .menuBtn.open {
  position: absolute;
  top: 25px;
  right: 5px;
}

#spMenu .menuBtn.open:before {
  display: none;
}

/*-------------------------
  spMenuBtn
-------------------------*/
#spMenuBtn {
  z-index: 99999;
  border: none;
  background-color: transparent;
  outline: none;
  /*template*/
  position: relative;
  z-index: 0;
  background-color: transparent;
  padding: 18px;
}

#spMenuBtn .spMenuBtn_bar, #spMenuBtn .spMenuBtn_txt {
  width: 40px;
}

#spMenuBtn .spMenuBtn_bar {
  position: relative;
  height: 22px;
}

#spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  content: '';
}

#spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  position: absolute;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 2px;
  margin: auto;
  transition: all 0.2s;
  transform-origin: 50% 50%;
}

#spMenuBtn .spMenuBtn_bar span {
  top: 0;
  bottom: 0;
}

#spMenuBtn .spMenuBtn_bar:before {
  top: 0;
}

#spMenuBtn .spMenuBtn_bar:after {
  bottom: 0;
}

#spMenuBtn .spMenuBtn_txt {
  display: block;
  font-size: 1.2rem;
  line-height: 1.0;
  text-align: center;
  transition: all 0.2s liner;
}

#spMenuBtn.open .spMenuBtn_bar span {
  opacity: 0;
}

#spMenuBtn.open .spMenuBtn_bar:before {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#spMenuBtn.open .spMenuBtn_bar:after {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#spMenuBtn .spMenuBtn_bar {
  width: 27.5px;
  height: 18.5px;
}

#spMenuBtn .spMenuBtn_bar span, #spMenuBtn .spMenuBtn_bar:before, #spMenuBtn .spMenuBtn_bar:after {
  background-color: #555555;
}

/*-------------------------
  spMenu
-------------------------*/
#spMenuOverlay {
  display: none;
  position: fixed;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0);
  z-index: 9999;
  /*template*/
  display: block;
  opacity: .3;
  background: black;
  visibility: inherit;
  width: 0;
  right: 20%;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}

#spMenuOverlay.open {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #spMenuOverlay.open {
    width: 0;
  }
}

#spMenu {
  opacity: 0;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  display: block;
  width: 100%;
  background: #f4f4f4;
  padding: 0;
  transition: all 0.25s ease-in-out;
  /*template*/
  opacity: 1;
  top: 0;
  left: 20%;
  overflow: auto;
  width: auto;
  height: auto;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  /* 右からイン */
  background-color: #fff;
  padding: 25px 0 40px;
  -webkit-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

#spMenu.open {
  opacity: 1;
  -webkit-transform: translate3d(0%, 0, 0);
  -ms-transform: translate3d(0%, 0, 0);
  transform: translate3d(0%, 0, 0);
}

#spMenu .inner {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative;
  box-sizing: border-box;
}

#spMenu ul.mainMenu {
  border-top: 1px solid red;
}

#spMenu ul.mainMenu li {
  border-bottom: 1px solid red;
}

#spMenu ul.mainMenu li a {
  position: relative;
  display: block;
  font-size: 1.5rem;
  padding: 10px 0 10px 20px;
}

#spMenu ul.mainMenu li a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 21px;
  width: 9px;
  height: 9px;
  border-right: 1px solid red;
  border-top: 1px solid red;
  margin: -6px 0 0 0;
  transition: all 0.25s linear;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

#spMenu ul.mainMenu li a.parent:after {
  right: 19px;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  margin: -5px 0 0 0;
}

#spMenu ul.mainMenu li a.parent.open:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  margin: -2px 0 0 0;
}

#spMenu ul.menu .child {
  display: none;
  border-top: 1px solid red;
}

#spMenu ul.menu .child ul li {
  border-bottom: none;
}

#spMenu ul.menu .child ul li + li {
  border-top: 1px solid red;
}

#spMenu ul.subMenu {
  height: auto;
  overflow: hidden;
  padding: 10px 20px;
  border-top: none;
}

#spMenu ul.subMenu li {
  float: left;
  width: 50%;
  border-bottom: none;
}

#spMenu ul.subMenu li a {
  display: block;
  font-size: 1.2rem;
  color: #f00;
}

#spMenu ul.subMenu li a:after {
  display: none;
}

@media only screen and (min-width: 768px) {
  #spMenu.open {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    /* 右からイン */
  }
}

#spMenu .ec-headerLinkArea {
  background-color: transparent;
  padding: 0 30px;
  margin: 0 0 23px;
}

#spMenu .ec-headerLinkArea .ec-headerLink__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: none;
}

#spMenu .ec-headerLinkArea .ec-headerLink__item {
  border: none;
  color: #111;
  font-family: "Josefin Sans", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  text-align: center;
  text-decoration: none;
  padding: 0;
  margin: 3px 20px 0 0;
}

#spMenu .ec-headerLinkArea .ec-headerLink__icon {
  display: block;
  width: auto;
  font-size: 0;
  margin: 0 0 3px;
}

#spMenu .ec-headerLinkArea .ec-headerLink__icon img {
  width: 30px;
}

#spMenu .ec-headerSearch {
  background: none;
  padding: 0 30px;
  margin: 0 0 20px;
}

#spMenu .ec-headerSearch .ec-headerSearch__keyword {
  float: none;
  width: 100%;
  border-radius: 3px;
}

#spMenu .ec-headerSearch .ec-headerSearch__keyword input[type="search"] {
  height: 35px;
  background-color: #fff;
  border-color: #dcdcdc;
  font-family: "Josefin Sans", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-weight: 400;
  font-size: 1.3rem;
}

#spMenu .ec-headerSearch .ec-headerSearch__keywordBtn {
  top: 0;
  bottom: 0;
  -webkit-transform: none;
  transform: none;
  margin: auto;
}

#spMenu .ec-headerSearch .ec-icon {
  width: 14px;
  height: 14px;
}

#spMenu .ec-headerSearch .ec-icon img {
  max-width: 14px;
  max-height: 14px;
  vertical-align: top;
}

/* グローバルメニュー */
#spMenu .sp_gNav ul {
  padding: 0;
  margin: 0;
}

#spMenu .sp_gNav ul li {
  list-style: none;
}

#spMenu .sp_gNav .acBtn__span {
  position: relative;
  padding-left: 19px !important;
}

#spMenu .sp_gNav .acBtn__span:before, #spMenu .sp_gNav .acBtn__span:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #555;
  margin: auto 0;
}

#spMenu .sp_gNav .acBtn__span:before {
  left: 4px;
  width: 1px;
  height: 9px;
  -webkit-transition: all 0.45s linear;
  transition: all 0.45s linear;
}

#spMenu .sp_gNav .acBtn__span:after {
  width: 9px;
  height: 1px;
}

#spMenu .sp_gNav .acBtn__span.open:before, #spMenu .sp_gNav .acBtn__span.active:before {
  top: 50%;
  bottom: 50%;
  height: 0;
}

#spMenu .sp_gNav .sp_gNavItem__Child__gChild,
#spMenu .sp_gNav .ec-itemNav__nav > li > ul {
  padding: 10px 0 10px 50px;
}

#spMenu .sp_gNav .ec-itemNav__nav > li > ul > li > ul {
  padding: 10px 0;
}

#spMenu .sp_gNav .sp_gNavItem__Item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0 15px 0 49px;
}

#spMenu .sp_gNav .sp_gNavItem__Item .sp_gNavItem__Item__Span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 10px 0;
}

#spMenu .sp_gNav .sp_gNavItem__Item .sp_gNavItem__Item__Span span {
  color: #555;
}

#spMenu .sp_gNav .sp_gNavItem__Item .sp_gNavItem__Item__Span span.en {
  font-family: "Josefin Sans", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-weight: 400;
}

#spMenu .sp_gNav .sp_gNavItem__Item .sp_gNavItem__Item__Span span {
  line-height: 1.4;
}

#spMenu .sp_gNav .sp_gNavItem__Item .sp_gNavItem__Item__Span span.ja {
  color: #a3a3a3;
  font-size: 1.1rem;
}

#spMenu .sp_gNav .sp_gNavItem__Item .sp_gNavItem__Item__Span span.en {
  font-size: 1.8rem;
}

#spMenu .sp_gNav .sp_gNavItem__Item .sp_gNavItem__Item__Span.acBtn__span {
  padding-left: 0 !important;
}

#spMenu .sp_gNav .sp_gNavItem__Item .sp_gNavItem__Item__Span.acBtn__span:before {
  left: -15px;
}

#spMenu .sp_gNav .sp_gNavItem__Item .sp_gNavItem__Item__Span.acBtn__span:after {
  left: -19px;
}

#spMenu .sp_gNav .sp_gNavItem__Item .sp_gNavItem__Item__Link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
  line-height: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: auto;
}

#spMenu .sp_gNav .sp_gNavItem__Item .sp_gNavItem__Item__Link a {
  background: none;
  height: auto;
  border: none;
  font-size: 0;
  line-height: 0;
  padding: 10px 15px;
}

#spMenu .sp_gNav .sp_gNavItem__Item .sp_gNavItem__Item__Link img {
  width: 6px;
  height: auto;
}

#spMenu .sp_gNav .sp_gNavItem__Child__Item,
#spMenu .sp_gNav .ec-itemNav__nav > li > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  position: relative;
  background: #fefdfd;
  padding: 0 15px 0 45px;
}

#spMenu .sp_gNav .sp_gNavItem__Child__Item:before,
#spMenu .sp_gNav .ec-itemNav__nav > li > div:before {
  content: '';
  opacity: .3;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #bfbfbf;
}

#spMenu .sp_gNav .sp_gNavItem__Child__Item:last-child:after,
#spMenu .sp_gNav .ec-itemNav__nav > li > div:last-child:after {
  content: '';
  opacity: .3;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #bfbfbf;
}

#spMenu .sp_gNav .sp_gNavItem__Child__Item .sp_gNavItem__Child__Item__Span,
#spMenu .sp_gNav .sp_gNavItem__Child__Item .sp_itemNav_text,
#spMenu .sp_gNav .ec-itemNav__nav > li > div .sp_gNavItem__Child__Item__Span,
#spMenu .sp_gNav .ec-itemNav__nav > li > div .sp_itemNav_text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 0;
}

#spMenu .sp_gNav .sp_gNavItem__Child__Item .sp_gNavItem__Child__Item__Span span,
#spMenu .sp_gNav .sp_gNavItem__Child__Item .sp_itemNav_text span,
#spMenu .sp_gNav .ec-itemNav__nav > li > div .sp_gNavItem__Child__Item__Span span,
#spMenu .sp_gNav .ec-itemNav__nav > li > div .sp_itemNav_text span {
  color: #555;
}

#spMenu .sp_gNav .sp_gNavItem__Child__Item .sp_gNavItem__Child__Item__Span span.en,
#spMenu .sp_gNav .sp_gNavItem__Child__Item .sp_itemNav_text span.en,
#spMenu .sp_gNav .ec-itemNav__nav > li > div .sp_gNavItem__Child__Item__Span span.en,
#spMenu .sp_gNav .ec-itemNav__nav > li > div .sp_itemNav_text span.en {
  font-family: "Josefin Sans", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-weight: 400;
}

#spMenu .sp_gNav .sp_gNavItem__Child__Item .sp_gNavItem__Child__Item__Span span.ja,
#spMenu .sp_gNav .sp_gNavItem__Child__Item .sp_itemNav_text span.ja,
#spMenu .sp_gNav .ec-itemNav__nav > li > div .sp_gNavItem__Child__Item__Span span.ja,
#spMenu .sp_gNav .ec-itemNav__nav > li > div .sp_itemNav_text span.ja {
  font-size: 1.0rem;
}

#spMenu .sp_gNav .sp_gNavItem__Child__Item .sp_gNavItem__Child__Item__Span span.en,
#spMenu .sp_gNav .sp_gNavItem__Child__Item .sp_itemNav_text span.en,
#spMenu .sp_gNav .ec-itemNav__nav > li > div .sp_gNavItem__Child__Item__Span span.en,
#spMenu .sp_gNav .ec-itemNav__nav > li > div .sp_itemNav_text span.en {
  margin-right: 10px;
}

#spMenu .sp_gNav .sp_gNavItem__Child__Item .sp_gNavItem__Child__Item__Link,
#spMenu .sp_gNav .sp_gNavItem__Child__Item .sp_itemNav_link,
#spMenu .sp_gNav .ec-itemNav__nav > li > div .sp_gNavItem__Child__Item__Link,
#spMenu .sp_gNav .ec-itemNav__nav > li > div .sp_itemNav_link {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 0;
  line-height: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: auto;
}

#spMenu .sp_gNav .sp_gNavItem__Child__Item .sp_gNavItem__Child__Item__Link a,
#spMenu .sp_gNav .sp_gNavItem__Child__Item .sp_itemNav_link a,
#spMenu .sp_gNav .ec-itemNav__nav > li > div .sp_gNavItem__Child__Item__Link a,
#spMenu .sp_gNav .ec-itemNav__nav > li > div .sp_itemNav_link a {
  background: none;
  height: auto;
  border: none;
  font-size: 0;
  line-height: 0;
  padding: 10px 15px;
}

#spMenu .sp_gNav .sp_gNavItem__Child__Item .sp_gNavItem__Child__Item__Link img,
#spMenu .sp_gNav .sp_gNavItem__Child__Item .sp_itemNav_link img,
#spMenu .sp_gNav .ec-itemNav__nav > li > div .sp_gNavItem__Child__Item__Link img,
#spMenu .sp_gNav .ec-itemNav__nav > li > div .sp_itemNav_link img {
  width: 6px;
  height: auto;
}

#spMenu .sp_gNav .sp_gNavItem__Child__gChild__Item,
#spMenu .sp_gNav .ec-itemNav__nav > li > ul > li > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 51%;
}

#spMenu .sp_gNav .sp_gNavItem__Child__gChild__Item .sp_gNavItem__Child__gChild__Item__Span,
#spMenu .sp_gNav .sp_gNavItem__Child__gChild__Item .sp_itemNav_text,
#spMenu .sp_gNav .ec-itemNav__nav > li > ul > li > div .sp_gNavItem__Child__gChild__Item__Span,
#spMenu .sp_gNav .ec-itemNav__nav > li > ul > li > div .sp_itemNav_text {
  padding: 10px 0;
}

#spMenu .sp_gNav .sp_gNavItem__Child__gChild__Item .sp_gNavItem__Child__gChild__Item__Span span,
#spMenu .sp_gNav .sp_gNavItem__Child__gChild__Item .sp_itemNav_text span,
#spMenu .sp_gNav .ec-itemNav__nav > li > ul > li > div .sp_gNavItem__Child__gChild__Item__Span span,
#spMenu .sp_gNav .ec-itemNav__nav > li > ul > li > div .sp_itemNav_text span {
  color: #555;
}

#spMenu .sp_gNav .sp_gNavItem__Child__gChild__Item .sp_gNavItem__Child__gChild__Item__Span span.en,
#spMenu .sp_gNav .sp_gNavItem__Child__gChild__Item .sp_itemNav_text span.en,
#spMenu .sp_gNav .ec-itemNav__nav > li > ul > li > div .sp_gNavItem__Child__gChild__Item__Span span.en,
#spMenu .sp_gNav .ec-itemNav__nav > li > ul > li > div .sp_itemNav_text span.en {
  font-family: "Josefin Sans", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-weight: 400;
}

#spMenu .sp_gNav .sp_gNavItem__Child__gChild__Item .sp_gNavItem__Child__gChild__Item__Span .ja,
#spMenu .sp_gNav .sp_gNavItem__Child__gChild__Item .sp_itemNav_text .ja,
#spMenu .sp_gNav .ec-itemNav__nav > li > ul > li > div .sp_gNavItem__Child__gChild__Item__Span .ja,
#spMenu .sp_gNav .ec-itemNav__nav > li > ul > li > div .sp_itemNav_text .ja {
  font-size: 1.2rem;
  font-weight: 700;
}

#spMenu .sp_gNav .sp_gNavItem__Child__gChild__Item .sp_gNavItem__Child__gChild__Item__Link,
#spMenu .sp_gNav .sp_gNavItem__Child__gChild__Item .sp_itemNav_link,
#spMenu .sp_gNav .ec-itemNav__nav > li > ul > li > div .sp_gNavItem__Child__gChild__Item__Link,
#spMenu .sp_gNav .ec-itemNav__nav > li > ul > li > div .sp_itemNav_link {
  font-size: 0;
  line-height: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: auto;
}

#spMenu .sp_gNav .sp_gNavItem__Child__gChild__Item .sp_gNavItem__Child__gChild__Item__Link a,
#spMenu .sp_gNav .sp_gNavItem__Child__gChild__Item .sp_itemNav_link a,
#spMenu .sp_gNav .ec-itemNav__nav > li > ul > li > div .sp_gNavItem__Child__gChild__Item__Link a,
#spMenu .sp_gNav .ec-itemNav__nav > li > ul > li > div .sp_itemNav_link a {
  background: none;
  height: auto;
  border: none;
  font-size: 0;
  line-height: 0;
  padding: 10px 15px;
}

#spMenu .sp_gNav .sp_gNavItem__Child__gChild__Item .sp_gNavItem__Child__gChild__Item__Link img,
#spMenu .sp_gNav .sp_gNavItem__Child__gChild__Item .sp_itemNav_link img,
#spMenu .sp_gNav .ec-itemNav__nav > li > ul > li > div .sp_gNavItem__Child__gChild__Item__Link img,
#spMenu .sp_gNav .ec-itemNav__nav > li > ul > li > div .sp_itemNav_link img {
  width: 6px;
  height: auto;
}

#spMenu .sp_gNav .sp_gNavItem__Child__gChild__ggChild__Item,
#spMenu .sp_gNav .ec-itemNav__nav > li > ul > li > ul > li > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  width: auto;
  max-width: calc(51% - 5px);
  border-left: 1px solid #ececec;
  padding: 10px 0 10px 10px;
  margin: 0 0 0 5px;
}

#spMenu .sp_gNav .sp_gNavItem__Child__gChild__ggChild__Item .sp_gNavItem__Child__gChild__ggChild__Item__Span,
#spMenu .sp_gNav .sp_gNavItem__Child__gChild__ggChild__Item .sp_itemNav_text,
#spMenu .sp_gNav .ec-itemNav__nav > li > ul > li > ul > li > div .sp_gNavItem__Child__gChild__ggChild__Item__Span,
#spMenu .sp_gNav .ec-itemNav__nav > li > ul > li > ul > li > div .sp_itemNav_text {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  width: 100%;
  text-align: left;
  padding-right: 15px;
}

#spMenu .sp_gNav .sp_gNavItem__Child__gChild__ggChild__Item .sp_gNavItem__Child__gChild__ggChild__Item__Span span,
#spMenu .sp_gNav .sp_gNavItem__Child__gChild__ggChild__Item .sp_itemNav_text span,
#spMenu .sp_gNav .ec-itemNav__nav > li > ul > li > ul > li > div .sp_gNavItem__Child__gChild__ggChild__Item__Span span,
#spMenu .sp_gNav .ec-itemNav__nav > li > ul > li > ul > li > div .sp_itemNav_text span {
  color: #555;
}

#spMenu .sp_gNav .sp_gNavItem__Child__gChild__ggChild__Item .sp_gNavItem__Child__gChild__ggChild__Item__Span span.en,
#spMenu .sp_gNav .sp_gNavItem__Child__gChild__ggChild__Item .sp_itemNav_text span.en,
#spMenu .sp_gNav .ec-itemNav__nav > li > ul > li > ul > li > div .sp_gNavItem__Child__gChild__ggChild__Item__Span span.en,
#spMenu .sp_gNav .ec-itemNav__nav > li > ul > li > ul > li > div .sp_itemNav_text span.en {
  font-family: "Josefin Sans", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-weight: 400;
}

#spMenu .sp_gNav .sp_gNavItem__Child__gChild__ggChild__Item .sp_gNavItem__Child__gChild__ggChild__Item__Span .ja,
#spMenu .sp_gNav .sp_gNavItem__Child__gChild__ggChild__Item .sp_itemNav_text .ja,
#spMenu .sp_gNav .ec-itemNav__nav > li > ul > li > ul > li > div .sp_gNavItem__Child__gChild__ggChild__Item__Span .ja,
#spMenu .sp_gNav .ec-itemNav__nav > li > ul > li > ul > li > div .sp_itemNav_text .ja {
  font-size: 1.2rem;
}

#spMenu .sp_gNav .sp_gNavItem__Child__gChild__ggChild__Item .sp_gNavItem__Child__gChild__ggChild__Item__Link,
#spMenu .sp_gNav .sp_gNavItem__Child__gChild__ggChild__Item .sp_itemNav_link,
#spMenu .sp_gNav .ec-itemNav__nav > li > ul > li > ul > li > div .sp_gNavItem__Child__gChild__ggChild__Item__Link,
#spMenu .sp_gNav .ec-itemNav__nav > li > ul > li > ul > li > div .sp_itemNav_link {
  font-size: 0;
  line-height: 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  margin-left: auto;
  width: 36px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

#spMenu .sp_gNav .sp_gNavItem__Child__gChild__ggChild__Item .sp_gNavItem__Child__gChild__ggChild__Item__Link a,
#spMenu .sp_gNav .sp_gNavItem__Child__gChild__ggChild__Item .sp_itemNav_link a,
#spMenu .sp_gNav .ec-itemNav__nav > li > ul > li > ul > li > div .sp_gNavItem__Child__gChild__ggChild__Item__Link a,
#spMenu .sp_gNav .ec-itemNav__nav > li > ul > li > ul > li > div .sp_itemNav_link a {
  background: none;
  height: auto;
  border: none;
  font-size: 0;
  line-height: 0;
  padding: 10px 15px;
}

#spMenu .sp_gNav .sp_gNavItem__Child__gChild__ggChild__Item .sp_gNavItem__Child__gChild__ggChild__Item__Link img,
#spMenu .sp_gNav .sp_gNavItem__Child__gChild__ggChild__Item .sp_itemNav_link img,
#spMenu .sp_gNav .ec-itemNav__nav > li > ul > li > ul > li > div .sp_gNavItem__Child__gChild__ggChild__Item__Link img,
#spMenu .sp_gNav .ec-itemNav__nav > li > ul > li > ul > li > div .sp_itemNav_link img {
  width: 6px;
  height: auto;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
  padding: 107px 60px 30px;
}

#footer .innerWrap {
  max-width: 813px;
}

#footer .ec-footerRole {
  background: none;
  border: none;
  padding: 0;
  margin: 0;
}

#footer .ec-footerRole .ec-footerRole__inner {
  max-width: none;
  padding: 0;
}

#footer .ec-footerTitle {
  color: #000;
  padding: 0;
  margin: 0 0 90px;
}

#footer .ec-footerTitle .ec-footerTitle__logo {
  margin: 0;
}

#footer .ec-footerTitle .ec-footerTitle__logo img {
  width: 170px;
}

#footer .ec-footerSns {
  position: absolute;
  top: 51px;
  right: 0;
  font-size: 0;
  text-align: center;
}

#footer .ec-footerSns .ec-footerSns__item {
  display: inline-block;
  margin: 0 3px;
}

#footer .ec-footerSns .ec-footerSns__item img {
  width: 30px;
  height: auto;
}

#footer .ec-footerSns a {
  display: block;
  transition: all 0.25s linear;
}

#footer .ec-footerSns a:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

#footer .ec-footerNaviBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 22px;
}

#footer .ec-footerNavi {
  color: #000;
  font-size: 0;
  padding: 0;
  margin: 0;
}

#footer .ec-footerNavi .ec-footerNavi__link {
  display: block;
  text-align: left;
  margin: 0 0 30px;
}

#footer .ec-footerNavi .ec-footerNavi__link ul {
  padding: 0;
  margin: 0;
}

#footer .ec-footerNavi .ec-footerNavi__link li {
  list-style-type: none;
  line-height: 1.0;
}

#footer .ec-footerNavi .ec-footerNavi__link a {
  opacity: 1;
  text-decoration: underline;
  font-size: 1.3rem;
  line-height: 1.6;
  margin: 0;
  transition: all 0.25s linear;
}

#footer .ec-footerNavi .ec-footerNavi__link a:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

#footer .ec-footerNavi .ec-footerNavi__link a[target="_blank"] {
  background: url(/html/template/sawadaitto/assets/img/common/ico_blank.png) no-repeat right bottom 7px;
  background-size: auto 12px;
  padding-top: 1px;
  padding-right: 23px;
}

#footer .ec-footerNavi .ec-footerNavi__child__link {
  margin: 20px 0 0;
}

#footer .ec-footerNavi .ec-footerNavi__child__link a {
  background: url(/html/template/sawadaitto/assets/img/common/ico_border.png) no-repeat left top;
  background-size: auto 14px;
  padding: 6px 0 0 22px;
}

#footer .ec-footerBnrBlock ul {
  font-size: 0;
  text-align: center;
  padding: 0;
  margin: auto;
}

#footer .ec-footerBnrBlock .ec-footerBnrBlock__item {
  display: inline-block;
  max-width: 348px;
  width: 43%;
  vertical-align: top;
  margin: 0 15px;
}

#footer .ec-footerBnrBlock a {
  display: block;
  text-decoration: none;
  transition: all 0.25s linear;
}

#footer .ec-footerBnrBlock a:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

#footer .ec-footerBnrBlock .ec-footerBnrBlock__item__img img {
  width: 100%;
  height: auto;
}

#footer .ec-footerBnrBlock .ec-footerBnrBlock__item__txt {
  color: #000;
  font-size: 1.3rem;
  letter-spacing: 0.123em;
  text-align: left;
  padding: 9px 0;
}

#footer .ec-footerBnrBlock .bnr__amuri .ec-footerBnrBlock__item__txt {
  color: #4d4d4d;
}

#footer .ec-footerBnrBlock .bnr__knotyet .ec-footerBnrBlock__item__txt {
  color: #222222;
}

#footer .ec-footerCopyright {
  color: #9e9e9e;
  font-family: "Josefin Sans", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif, sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.0;
  text-align: center;
  margin: 45px 0 0;
}

@media only screen and (max-width: 767px) {
  #footer {
    padding: 50px 30px 30px;
  }
  #footer .ec-footerTitle {
    margin: 0 0 33px;
  }
  #footer .ec-footerTitle .ec-footerTitle__logo img {
    width: 163px;
  }
  #footer .ec-footerSns {
    position: static;
    margin: 0 0 45px;
  }
  #footer .ec-footerSns .ec-footerSns__item {
    margin: 0 10px;
  }
  #footer .ec-footerSns .ec-footerSns__item img {
    width: 38px;
  }
  #footer .ec-footerNaviBlock {
    display: block;
  }
  #footer .ec-footerNavi {
    text-align: left;
  }
  #footer .ec-footerNavi .ec-footerNavi__link {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    margin: 0 0 20px;
  }
  #footer .ec-footerNavi .ec-footerNavi__link a {
    display: inline-block;
    border: none;
    padding: 5px 0;
  }
  #footer .ec-footerNavi .ec-footerNavi__child__link {
    display: inline-block;
    vertical-align: top;
    margin: 5px 20px 0 0;
  }
  #footer .ec-footerNavi .ec-footerNavi__child__link:last-child {
    margin-right: 0;
  }
  #footer .ec-footerNavi .ec-footerNavi__child__link a {
    padding: 6px 0 0 22px;
  }
  #footer .ec-footerNavi.ec-footerNavi__category .ec-footerNavi__link {
    width: 100%;
  }
  #footer .ec-footerBnrBlock .ec-footerBnrBlock__item {
    display: block;
    max-width: inherit;
    width: 100%;
    margin: 0 0 15px;
  }
  #footer .ec-footerBnrBlock .ec-footerBnrBlock__item__txt {
    font-size: 1.1rem;
    text-align: center;
  }
  #footer .ec-footerCopyright {
    font-size: 1.1rem;
    margin: 40px 0 0;
  }
}

@media only screen and (max-width: 374px) {
  #footer {
    padding: 55px 15px 30px;
  }
  #footer .ec-footerNavi .ec-footerNavi__link {
    width: 100%;
    margin: 0 0 10px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■PAGE TOP
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.ec-blockTopBtn {
  opacity: 0;
  z-index: 100;
  display: block;
  bottom: 36px;
  right: 36px;
  width: 46px;
  height: 46px;
  line-height: 1.0;
  background-color: transparent;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}

.ec-blockTopBtn img {
  width: 100%;
  height: auto;
}

.ec-blockTopBtn.scrolltop {
  opacity: 1;
}

@media only screen and (max-width: 767px) {
  .ec-blockTopBtn {
    bottom: 30px;
    right: 30px;
    width: 36px;
    height: 36px;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■content
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.ec-layoutRole .ec-layoutRole__contents {
  position: relative;
  max-width: none;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■WP用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
  404用
-------------------------*/
#notfound {
  padding: 150px 0;
}

#notfound p {
  text-align: center;
}

#notfound .caption {
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 20px;
}

/*-------------------------
  記事用
-------------------------*/
article .entry {
  font-size: 1.6rem;
  line-height: 1.875;
}

@media only screen and (max-width: 767px) {
  article .entry {
    font-size: 1.3rem;
  }
}

article .entry p, article .entry ul, article .entry ol, article .entry table {
  overflow: hidden;
  word-break: break-all;
  margin-bottom: 30px;
}

article .entry p:last-child, article .entry ul:last-child, article .entry ol:last-child, article .entry table:last-child {
  margin-bottom: 0;
}

article .entry ul, article .entry ol {
  padding-left: 20px;
}

article .entry .alignleft {
  float: left;
  display: block;
  max-width: 50%;
  margin-right: 30px;
}

article .entry .alignright {
  float: right;
  display: block;
  max-width: 50%;
  margin-right: 30px;
}

article .entry .aligncenter {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

article .entry img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  margin-bottom: 30px;
}

article .entry table {
  border-top: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
}

article .entry table th, article .entry table td {
  border-bottom: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 5px 20px;
  text-align: left;
}

article .entry table th {
  background: #f9f9f9;
  font-weight: 700;
}

article .entry blockquote {
  font-size: 1.6rem;
  padding: 0 15px;
  margin: 0 0 30px;
}

@media only screen and (max-width: 767px) {
  article .entry blockquote {
    font-size: 1.3rem;
  }
}

article .entry h1, article .entry h2, article .entry h3, article .entry h4, article .entry h5, article .entry h6 {
  font-weight: 700;
  line-height: 1.4;
  margin: 0 0 30px;
}

article .entry h1:last-child, article .entry h2:last-child, article .entry h3:last-child, article .entry h4:last-child, article .entry h5:last-child, article .entry h6:last-child {
  margin-bottom: 0;
}

article .entry h1 {
  font-size: 3.2rem;
}

@media only screen and (max-width: 767px) {
  article .entry h1 {
    font-size: 2.4rem;
  }
}

article .entry h2 {
  font-size: 2.8rem;
}

@media only screen and (max-width: 767px) {
  article .entry h2 {
    font-size: 2.2rem;
  }
}

article .entry h3 {
  font-size: 2.6rem;
}

@media only screen and (max-width: 767px) {
  article .entry h3 {
    font-size: 2.0rem;
  }
}

article .entry h4 {
  font-size: 2.2rem;
}

@media only screen and (max-width: 767px) {
  article .entry h4 {
    font-size: 1.8rem;
  }
}

article .entry h5 {
  font-size: 2.0rem;
}

@media only screen and (max-width: 767px) {
  article .entry h5 {
    font-size: 1.6rem;
  }
}

article .entry h6 {
  font-size: 1.6rem;
}

@media only screen and (max-width: 767px) {
  article .entry h6 {
    font-size: 1.3rem;
  }
}

article .entry pre {
  font-family: "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
  font-size: 1.6rem;
  white-space: inherit;
  word-break: break-all;
  padding: 10px 0;
}

@media only screen and (max-width: 767px) {
  article .entry pre {
    font-size: 1.3rem;
  }
}

article .entry a {
  color: #000;
  text-decoration: underline;
  transition: all 0.25s linear;
}

article .entry a:hover {
  opacity: .8;
  transition: all 0.25s linear;
}

@media only screen and (max-width: 767px) {
  article .entry p, article .entry ul, article .entry ol, article .entry table {
    margin-bottom: 15px;
  }
  article .entry .alignleft {
    margin-right: 15px;
  }
  article .entry .alignright {
    margin-right: 15px;
  }
  article .entry h1, article .entry h2, article .entry h3, article .entry h4, article .entry h5, article .entry h6 {
    margin: 0 0 15px;
  }
}

/*-------------------------
  WP用のページャー
-------------------------*/
#list_pager {
  overflow: hidden;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■form
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.form input[type="text"],
.form input[type="tel"],
.form input[type="email"] {
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #6e6e6e;
}

.form select {
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #6e6e6e;
}

.form textarea {
  height: 120px;
  resize: both;
  border-top: none;
  border-left: none;
  border-right: none;
  border-color: #6e6e6e;
}

.form label span:before {
  border-color: #6e6e6e;
}

.form label input[type="radio"] + span:after,
.form label input[type="radio"] + input + span:after {
  background-color: #6e6e6e;
}

.form label input[type="checkbox"] + span:after,
.form label input[type="checkbox"] + input + span:after {
  border-color: #6e6e6e;
}

@media only screen and (max-width: 767px) {
  .form input[type="text"],
  .form input[type="tel"],
  .form input[type="email"],
  .form select,
  .form textarea {
    padding: 5px 0;
  }
  .form label input[type="radio"]:checked + span:before,
  .form label input[type="radio"]:checked + input + span:before {
    background-color: #6e6e6e;
  }
  .form .custombtn label span {
    height: 34px;
    padding: 0 10px;
  }
  .form .custombtn label input[type="radio"]:checked + span,
  .form .custombtn label input[type="radio"]:checked + input + span,
  .form .custombtn label input[type="checkbox"]:checked + input + span,
  .form .custombtn label input[type="checkbox"]:checked + span {
    color: #fff;
  }
  .form .custombtn label input[type="checkbox"]:checked + input + span:before,
  .form .custombtn label input[type="checkbox"]:checked + span:before {
    background-color: #6e6e6e;
  }
}

.mfp_buttons {
  font-size: 0;
  line-height: 0;
}

.mfp_buttons button {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 41px;
  border-radius: 0;
  box-sizing: border-box;
  line-height: 1.0;
  letter-spacing: 0.066em;
  text-shadow: none;
  transition: all 0.25s linear;
  margin: 5px auto;
}

.mfp_buttons button:hover {
  letter-spacing: 0.1em;
  box-shadow: none;
  transition: all 0.25s linear;
}

.mfp_buttons button#mfp_button_send {
  max-width: 200px;
  background: #333333;
  color: #fff;
  font-size: 1.6rem;
}

.mfp_buttons button#mfp_button_send:hover {
  background: #5b5b5b;
}

.mfp_buttons button#mfp_button_cancel {
  max-width: 130px;
  background: #f3f3f3;
  border-color: #f3f3f3;
  color: #333333;
  font-size: 1.2rem;
}

.mfp_buttons button#mfp_button_cancel:hover {
  background: whitesmoke;
}

table#mfp_confirm_table tr th {
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  table#mfp_confirm_table {
    display: block;
    width: 100%;
  }
  table#mfp_confirm_table tbody {
    display: block;
    width: 100%;
  }
  table#mfp_confirm_table tr {
    display: block;
    width: 100%;
    background-color: transparent;
  }
  table#mfp_confirm_table tr th, table#mfp_confirm_table tr td {
    display: block;
    width: 100% !important;
    padding: 5px 10px !important;
    white-space: normal;
  }
  table#mfp_confirm_table tr th {
    font-size: 1.6rem !important;
    background-color: #f6f7f9 !important;
  }
  table#mfp_confirm_table tr td {
    font-size: 1.4rem !important;
    background-color: #fff !important;
    padding: 11px 10px 10px !important;
  }
  .mfp_buttons button#mfp_button_send {
    width: 50%;
    height: 44px;
    font-size: 1.2rem;
  }
  .mfp_buttons button#mfp_button_cancel {
    width: 42%;
    font-size: 1.0rem;
  }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■共通パーツなど
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
