@charset "UTF-8";
/* 1.0 Document Setup
--------------------------------------------------------------*/
/*===================================================
     0.CSS Reset / YUI 3.5.0 - reset.css
===================================================*/
/**
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * http://cssreset.com
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html {
  color: #000;
  background: #FFF;
}

/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF.
*/
/*body,*//*修正*/
.column-wrapper,/*追記*/
.column-wrapper div,/*修正*/
.column-wrapper dl,/*修正*/
.column-wrapper dt,/*修正*/
.column-wrapper dd,/*修正*/
.column-wrapper ul,/*修正*/
.column-wrapper ol,/*修正*/
.column-wrapper li,/*修正*/
.column-wrapper h1,/*修正*/
.column-wrapper h2,/*修正*/
.column-wrapper h3,/*修正*/
.column-wrapper h4,/*修正*/
.column-wrapper h5,/*修正*/
.column-wrapper h6,/*修正*/
.column-wrapper pre,/*修正*/
.column-wrapper code,/*修正*/
.column-wrapper form,/*修正*/
.column-wrapper fieldset,/*修正*/
.column-wrapper legend,/*修正*/
.column-wrapper input,/*修正*/
.column-wrapper textarea,/*修正*/
.column-wrapper p,/*修正*/
.column-wrapper blockquote,/*修正*/
.column-wrapper th,/*修正*/
.column-wrapper td {/*修正*/
  margin: 0;
  padding: 0;
}

.column-wrapper table {/*修正*/
  border-collapse: collapse;
  border-spacing: 0;
}

.column-wrapper fieldset,/*修正*/
.column-wrapper img {/*修正*/
  border: 0;
}

/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
.column-wrapper address,/*修正*/
.column-wrapper caption,/*修正*/
.column-wrapper cite,/*修正*/
.column-wrapper code,/*修正*/
.column-wrapper dfn,/*修正*/
.column-wrapper em,/*修正*/
.column-wrapper strong,/*修正*/
.column-wrapper th,/*修正*/
.column-wrapper var {/*修正*/
  font-style: normal;
  font-weight: normal;
}

.column-wrapper ol,/*修正*/
.column-wrapper ul {/*修正*/
  list-style: none;
}

.column-wrapper caption,/*修正*/
.column-wrapper th {/*修正*/
  text-align: left;
}

.column-wrapper h1,/*修正*/
.column-wrapper h2,/*修正*/
.column-wrapper h3,/*修正*/
.column-wrapper h4,/*修正*/
.column-wrapper h5,/*修正*/
.column-wrapper h6 {/*修正*/
  font-size: 100%;
  font-weight: normal;
}

.column-wrapper q:before,/*修正*/
.column-wrapper q:after {/*修正*/
  content: '';
}

.column-wrapper abbr,/*修正*/
.column-wrapper acronym {/*修正*/
  border: 0;
  font-variant: normal;
}

/* to preserve line-height and selector appearance */
.column-wrapper sup {/*修正*/
  vertical-align: text-top;
}

.column-wrapper sub {/*修正*/
  vertical-align: text-bottom;
}

.column-wrapper input,/*修正*/
.column-wrapper textarea,/*修正*/
.column-wrapper select {/*修正*/
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

/*to enable resizing for IE*/
.column-wrapper input,/*修正*/
.column-wrapper textarea,/*修正*/
.column-wrapper select {/*修正*/
  *font-size: 100%;
}

/*because legend doesn't inherit in IE */
.column-wrapper legend {/*修正*/
  color: #000;
}

/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset {
  display: none;
}

.clearfix {
  width: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

/*===================================================
     Font
===================================================*/
/*===================================================
     Color
===================================================*/
/* -----------------------------------------------------------------
    media query
----------------------------------------------------------------- */
/*===================================================
    1.	Document Setup
===================================================*/
/*body {*//*修正*/
.column-wrapper {/*追記*/
  font-size: 15px;
  color: #000;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 200;
  letter-spacing: 1.5px;
  line-height: 2 !important;
  background: #fff !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-feature-settings: "palt";
}

.t8px {
  font-size: 0.8em;
}

.t9px {
  font-size: 0.9em;
}

.t11px {
  font-size: 1.1em;
}

.t12px {
  font-size: 1.2em;
}

.t13px {
  font-size: 1.3em;
}

.t14px {
  font-size: 1.4em;
}

.t15px {
  font-size: 1.5em;
}

.t16px {
  font-size: 1.6em;
}

.t17px {
  font-size: 1.7em;
}

.t18px {
  font-size: 1.8em;
}

.t19px {
  font-size: 1.9em;
}

.t20px {
  font-size: 2em;
}

.ta_left {
  text-align: left !important;
}

.ta_right {
  text-align: right;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.column-wrapper input {/*修正*/
  cursor: pointer;
}

/*for Webkit*/
.column-wrapper input::-webkit-input-placeholder {/*修正*/
  color: #000;
}

/*for Firefox*/
.column-wrapper input:-moz-placeholder {/*修正*/
  color: #000;
}

.column-wrapper a {/*修正*/
  text-decoration: none;
  color: #000;
  cursor: pointer;
}

.column-wrapper a img:hover {/*修正*/
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
}

.column-wrapper a:hover {/*修正*/
  /*filter: alpha(opacity=60);
	-moz-opacity:0.6;
	opacity:0.6;
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;*/
  border: none !important;
  text-decoration: none !important;
　color: #000000;/*追記*/
}

.column-wrapper .column-post-txt a:hover {/*追記*/
	color: #000000;
}

.column-wrapper .block-topic-path a:hover {/*追記*/
	color: #000000;
}

.column-wrapper input:focus {/*修正*/
  outline: none;
}

.column-wrapper select::-ms-expand {/*修正*/
  display: none;
}

.center {
  text-align: center;
}

.object-fit-img {
  object-fit: cover;
  font-family: 'object-fit: cover; object-position: top;';
}

.fade_off {
  opacity: 0;
  -webkit-transition: all 1.5s;
  -moz-transition: all 1.5s;
  -o-transition: all 1.5s;
  -ms-transition: all 1.5s;
  transition: all 1.5s;
}

.fade_on {
  opacity: 1;
}

/*===================================================
     Padding
===================================================*/
/* padding-top
-------------------------------------------------- */
.pt0 {
  padding-top: 0px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pt100 {
  padding-top: 100px !important;
}

/* padding-bottom
-------------------------------------------------- */
.pb0 {
  padding-bottom: 0px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

/* padding-Left
-------------------------------------------------- */
.pl10 {
  padding-left: 10px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.pl60px {
  padding-left: 60px !important;
}

/* padding-Right
-------------------------------------------------- */
.pr10 {
  padding-right: 10px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr50 {
  padding-right: 50px !important;
}

/*===================================================
     Margin
===================================================*/
/* margin-top
-------------------------------------------------- */
.mt0 {
  margin-top: 0px !important;
}

/* margin-bottom
-------------------------------------------------- */
.mb0 {
  margin-bottom: 0px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

/* pc   --------------------------------*/
@media screen and (min-width: 813px) {
  .sp {
    display: none !important;
  }
	.column-wrapper #column-top{/*追記*/
		/*margin-top: 40px;*//*2023/9/28 コメントアウト*/
	}
	.column-wrapper .column-content{/*追記*/
		margin-top: 110px;
	}
	.column-wrapper .column-cat-top .content h1 {/*追記*/
		padding: 55px 0 70px;
	}
}

/* sp   --------------------------------*/
@media screen and (max-width: 812px) {
  body {
    font-size: 12px;
  }
  .pc {
    display: none !important;
  }
}

/* edge   --------------------------------*/
@supports (-ms-ime-align: auto) { {
    /* Edge のみ適用される */
  }
  body {
    font-feature-settings: "pkna";
  }
}

/*  -------------------------------------
	タブ実装
  -------------------------------------*/
@-webkit-keyframes fadeIn {
  0% {
    -webkit-opacity: 0;
    opacity: 0;
  }
  100% {
    -webkit-opacity: 1;
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.tab_box .btn_area {
  display: -webkit-box;
  display: flex;
  align-items: center;
  margin: 0 0 60px;
  justify-content: space-between;
}

@media only screen and (max-width: 768px) {
  .tab_box .btn_area {
    margin: 1em 0 2em;
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

.tab_box .tab_btn {
  color: #333;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease 0s;
  padding: 10px 0;
  background: #f4f4f4;
  width: 162px;
  letter-spacing: 0.01em;
}

@media only screen and (min-width: 769px) {
  .tab_box .tab_btn {
    font-size: 11px;
    font-feature-settings: "palt";
  }
}

@media only screen and (min-width: 1201px) {
  .tab_box .tab_btn {
    font-size: 13px;
    margin-right: 11px;
  }
  .tab_box .tab_btn:last-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .tab_box .tab_btn {
    width: 13.5%;
  }
}

@media only screen and (max-width: 768px) {
  .tab_box .tab_btn {
    font-size: 10px;
  }
}

.tab_box .tab_btn:hover {
  background-color: #ef856d;
  color: #fff;
}

.tab_box .tab_btn.active {
  background: #ef856d;
  color: #fff;
  position: relative;
  animation: fadeIn 0.8s ease-in-out;
}

.tab_box .tab_btn.active:after {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 9px 0 9px;
  border-color: #ef856d transparent transparent transparent;
  position: absolute;
  bottom: -7px;
  left: 50%;
  margin-left: -9px;
}

@media only screen and (max-width: 768px) {
  .tab_box .tab_btn.active:after {
    display: none;
  }
}

.tab_box .panel_area {
  /* border: solid 1px #e3ebf3;
    padding: 20px;*/
}

.tab_box .tab_panel {
  display: none;
}

.tab_box .tab_panel.active {
  display: block;
  animation: fadeIn 0.8s ease-in-out;
}

.tab_box .tab_panel.active .linkBtnL {
  background: transparent;
}

/*  -------------------------------------
	Slick
  -------------------------------------*/
.slick2 img, .slick5 img {
  width: 95%;
  padding-left: 2.5%;
  height: auto;
  opacity: 0;
}

.slick2 .slick-slide img, .slick5 .slick-slide img {
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.slick2 .slick-slide .slick-current img, .slick5 .slick-slide .slick-current img {
  opacity: 1;
}

.slick2 .slick-prev, .slick2 .slick-next, .slick5 .slick-prev, .slick5 .slick-next {
  width: 15px;
  height: 29px;
}

.slick2 .slick-prev, .slick5 .slick-prev {
  left: -3%;
  z-index: 2;
}

.slick2 .slick-prev:before, .slick5 .slick-prev:before {
  font-size: 0;
  background: url(../img/slide/prev2.svg) no-repeat;
  background-size: contain;
  height: 29px;
  width: 15px;
  display: block;
}

.slick2 .slick-next, .slick5 .slick-next {
  right: -3%;
  z-index: 2;
}

.slick2 .slick-next:before, .slick5 .slick-next:before {
  font-size: 0;
  background: url(../img/slide/next2.svg) no-repeat;
  background-size: contain;
  height: 29px;
  width: 15px;
  display: block;
}

.slick2 .slick-dots, .slick5 .slick-dots {
  bottom: -36px;
}

.slick2 .slick-disabled, .slick5 .slick-disabled {
  display: none !important;
}

.slick3 img, .slick4 img {
  width: 95%;
  padding-left: 2.5%;
  margin-bottom: 20px;
  height: auto;
  opacity: 0;
}

.slick3 .slick-slide img, .slick4 .slick-slide img {
  opacity: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.slick3 .slick-slide .slick-current img, .slick4 .slick-slide .slick-current img {
  opacity: 1;
}

.slick3 dl, .slick4 dl {
  line-height: 1.4em;
  padding: 0 2.5%;
  font-size: 14px;
}

@media only screen and (max-width: 1200px) {
  .slick3 dl, .slick4 dl {
    font-size: 13px;
  }
}

@media only screen and (max-width: 969px) {
  .slick3 dl, .slick4 dl {
    font-size: 12px;
  }
}

.slick3 dl dt, .slick4 dl dt {
  margin-bottom: 1em;
  min-height: 50px;
}

.slick3 dl dd, .slick4 dl dd {
  text-align: right;
}

.slick3 dl dd:nth-of-type(1), .slick4 dl dd:nth-of-type(1) {
  font-weight: bold;
}

.slick3 .slick-prev, .slick3 .slick-next, .slick4 .slick-prev, .slick4 .slick-next {
  width: 45px;
  height: 45px;
  margin-top: -49px;
}

.slick3 .slick-prev, .slick4 .slick-prev {
  left: 15px;
  z-index: 2;
}

.slick3 .slick-prev:before, .slick4 .slick-prev:before {
  font-size: 0;
  background: url(../img/slide/prev3.svg) no-repeat;
  background-size: contain;
  height: 45px;
  width: 45px;
  display: block;
}

.slick3 .slick-next, .slick4 .slick-next {
  right: 15px;
  z-index: 2;
}

.slick3 .slick-next:before, .slick4 .slick-next:before {
  font-size: 0;
  background: url(../img/slide/next3.svg) no-repeat;
  background-size: contain;
  height: 45px;
  width: 45px;
  display: block;
}

.slick3 .slick-dots, .slick4 .slick-dots {
  bottom: -36px;
}

.slick3 .slick-disabled, .slick4 .slick-disabled {
  display: none !important;
}

.slick5 .slick-prev, .slick5 .slick-next {
  width: 45px;
  height: 45px;
}

.slick5 .slick-prev {
  left: 15px;
  z-index: 2;
}

.slick5 .slick-prev:before {
  font-size: 0;
  background: url(../img/slide/prev3.svg) no-repeat;
  background-size: contain;
  height: 45px;
  width: 45px;
  display: block;
}

.slick5 .slick-next {
  right: 15px;
  z-index: 2;
}

.slick5 .slick-next:before {
  font-size: 0;
  background: url(../img/slide/next3.svg) no-repeat;
  background-size: contain;
  height: 45px;
  width: 45px;
  display: block;
}

/*  -------------------------------------
	Top Scroll
  -------------------------------------*/
/*
#totop {
  position: fixed;
  bottom: 60px;
  right: 30px;
}

#totop a {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../img/pageTop.svg) no-repeat left top;
  background-size: contain;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
*/
/*  -------------------------------------
	IE11 hack
  -------------------------------------*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, body {
    font-family: Meiryo, sans-serif;
  }
}

/* 2.0 structure
--------------------------------------------------------------*/
/*  -------------------------------------
	Header 
  -------------------------------------*/
/*
header {
  width: 100%;
  background: #fff;
}

header a:hover {
  filter: alpha(opacity=40);
  -moz-opacity: 0.4;
  opacity: 0.4;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
	color: #000000;
}

header .top-campaign {
  text-align: center;
  background: #ef856d;
  color: #fff;
}

header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 50px;
}

@media only screen and (max-width: 1200px) {
  header .header-inner {
    padding: 30px;
  }
}

header .header-inner .top-search {
  flex-basis: calc(100% / 3);
}

@media only screen and (max-width: 1360px) {
  header .header-inner .top-search {
    flex-basis: 40%;
    max-width: 40%;
  }
}

header .header-inner .top-search .searchform .screen-reader-text {
  display: none;
}

header .header-inner .top-search .searchform {
  position: relative;
  padding: 0;
  margin: 0 10px 0 0;
  width: 300px;
}

@media only screen and (max-width: 1360px) {
  header .header-inner .top-search .searchform {
    width: 250px;
  }
}

@media only screen and (max-width: 969px) {
  header .header-inner .top-search .searchform {
    width: 220px;
  }
}

header .header-inner .top-search .searchform input {
  line-height: 23px;
  padding: 4px 15px 4px 35px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  border: none;
  font-weight: bold;
  border-radius: 4px;
  outline: none;
  background: #f0f0f0;
}

@media only screen and (max-width: 969px) {
  header .header-inner .top-search .searchform input {
    padding: 3px 15px 3px 35px;
  }
}

header .header-inner .top-search .searchform #searchsubmit {
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 8px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background: url(../img/icons/iconSearch.svg) no-repeat;
  background-size: contain;
  border-radius: 0;
}

header .header-inner #logo {
  flex-basis: 250px;
  max-width: 250px;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  header .header-inner #logo {
    flex-basis: 160px;
    max-width: 160px;
  }
}

@media only screen and (max-width: 969px) {
  header .header-inner #logo {
    flex-basis: 180px;
    max-width: 180px;
  }
}

header .header-inner #logo a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
	color: #000000;
}

header .header-inner #logo img {
  width: 100%;
}

@media only screen and (max-width: 1360px) {
  header .header-inner #logo {
    flex-basis: 20%;
    max-width: 20%;
  }
  header .header-inner #logo img {
    width: 100%;
  }
}

header .header-inner .top-menu-wrap {
  flex-basis: calc(100% / 3);
}

@media only screen and (max-width: 1360px) {
  header .header-inner .top-menu-wrap {
    flex-basis: 40%;
    max-width: 40%;
    padding-left: 50px;
  }
}

@media only screen and (max-width: 1200px) {
  header .header-inner .top-menu-wrap {
    padding-left: 30px;
  }
}

header .header-inner .top-menu-wrap .top-menu {
  display: flex;
  justify-content: flex-end;
}

header .header-inner .top-menu-wrap .top-menu li {
  flex-basis: calc(100% / 4);
}

header .header-inner .top-menu-wrap .top-menu li a {
  display: block;
  text-align: center;
  letter-spacing: 0.03em;
}

@media only screen and (max-width: 1360px) {
  header .header-inner .top-menu-wrap .top-menu li a {
    font-size: 14px;
  }
}

@media only screen and (max-width: 1200px) {
  header .header-inner .top-menu-wrap .top-menu li a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 969px) {
  header .header-inner .top-menu-wrap .top-menu li a {
    font-size: 12px;
  }
}

header .header-inner .top-menu-wrap .top-menu li:nth-child(1) a:before {
  background: url(../img/icons/iconHistory.svg) no-repeat;
  background-size: contain;
  height: 19px;
  width: 15px;
  display: block;
  content: '';
  margin: 0 auto;
}

@media only screen and (max-width: 969px) {
  header .header-inner .top-menu-wrap .top-menu li:nth-child(1) a:before {
    height: 16px;
  }
}

header .header-inner .top-menu-wrap .top-menu li:nth-child(2) a:before {
  background: url(../img/icons/iconFavorite.svg) no-repeat;
  background-size: contain;
  height: 19px;
  width: 20px;
  display: block;
  content: '';
  margin: 0 auto;
}

@media only screen and (max-width: 969px) {
  header .header-inner .top-menu-wrap .top-menu li:nth-child(2) a:before {
    height: 16px;
    width: 16px;
  }
}

header .header-inner .top-menu-wrap .top-menu li:nth-child(3) a:before {
  background: url(../img/icons/iconLogin.svg) no-repeat;
  background-size: contain;
  height: 19px;
  width: 19px;
  display: block;
  content: '';
  margin: 0 auto;
}

@media only screen and (max-width: 969px) {
  header .header-inner .top-menu-wrap .top-menu li:nth-child(3) a:before {
    height: 16px;
  }
}

header .header-inner .top-menu-wrap .top-menu li:nth-child(4) a:before {
  background: url(../img/icons/iconCart.svg) no-repeat;
  background-size: contain;
  height: 19px;
  width: 18px;
  display: block;
  content: '';
  margin: 0 auto;
}

@media only screen and (max-width: 969px) {
  header .header-inner .top-menu-wrap .top-menu li:nth-child(4) a:before {
    height: 16px;
  }
}

header .header-inner .top-menu-wrap .top-sub-menu {
  display: flex;
  justify-content: flex-end;
  margin-top: 1em;
}

@media only screen and (max-width: 969px) {
  header .header-inner .top-menu-wrap .top-sub-menu {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 0.8em;
  }
}

header .header-inner .top-menu-wrap .top-sub-menu li {
  flex-basis: calc(100% / 3);
}

@media only screen and (max-width: 969px) {
  header .header-inner .top-menu-wrap .top-sub-menu li {
    flex-basis: 49%;
  }
}

header .header-inner .top-menu-wrap .top-sub-menu li a {
  display: block;
  text-align: center;
  font-size: 13px;
  line-height: 1em;
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
}

@media only screen and (max-width: 1360px) {
  header .header-inner .top-menu-wrap .top-sub-menu li a {
    font-size: 12px;
    letter-spacing: 0.01em;
  }
}

header .header-inner .top-menu-wrap .top-sub-menu li:nth-child(1) {
  border-right: 1px solid #333;
}

@media only screen and (max-width: 969px) {
  header .header-inner .top-menu-wrap .top-sub-menu li:nth-child(1) {
    margin-bottom: 0.5em;
  }
}

header .header-inner .top-menu-wrap .top-sub-menu li:nth-child(1) a:before {
  background: url(../img/icons/iconCatalog.svg) no-repeat;
  background-size: contain;
  height: 11px;
  width: 14px;
  display: inline-block;
  content: '';
  margin-right: 0.7em;
}

header .header-inner .top-menu-wrap .top-sub-menu li:nth-child(2) {
  border-right: 1px solid #333;
}

@media only screen and (max-width: 969px) {
  header .header-inner .top-menu-wrap .top-sub-menu li:nth-child(2) {
    border-right: none;
    margin-bottom: 0.5em;
  }
}

header .header-inner .top-menu-wrap .top-sub-menu li:nth-child(2) a:before {
  background: url(../img/icons/iconGuide.svg) no-repeat;
  background-size: contain;
  height: 13px;
  width: 13px;
  display: inline-block;
  content: '';
  margin-right: 0.7em;
}

@media only screen and (max-width: 1360px) {
  header .header-inner .top-menu-wrap .top-sub-menu li:nth-child(2) a:before {
    margin-right: 0.4em;
    height: 11px;
    width: 11px;
  }
}

header .header-inner .top-menu-wrap .top-sub-menu li:nth-child(3) a:before {
  background: url(../img/icons/iconMember.svg) no-repeat;
  background-size: contain;
  height: 14px;
  width: 10px;
  display: inline-block;
  content: '';
  margin-right: 0.7em;
}

header .gnav-pc {
  background: #f0f0f0;
}

header .gnav-pc ul {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
}

header .gnav-pc ul li {
  width: 150px;
  text-align: center;
  border-right: 1px solid #333;
  line-height: 1em;
}

@media only screen and (max-width: 1200px) {
  header .gnav-pc ul li {
    font-size: 14px;
  }
}

@media only screen and (max-width: 969px) {
  header .gnav-pc ul li {
    width: 120px;
  }
}

header .gnav-pc ul li a {
  display: block;
}

header .gnav-pc ul li:last-child {
  border-right: none;
}

.login header .header-inner .top-search {
  flex-basis: calc((100% - 250px) / 2);
  max-width: calc((100% - 250px) / 2);
}

@media only screen and (max-width: 1200px) {
  .login header .header-inner .top-search {
    flex-basis: calc((100% - 160px) / 2);
    max-width: calc((100% - 160px) / 2);
  }
}

@media only screen and (max-width: 969px) {
  .login header .header-inner .top-search {
    flex-basis: calc((100% - 140px) / 2);
    max-width: calc((100% - 140px) / 2);
  }
}

.login header .header-inner #logo {
  flex-basis: 250px;
  max-width: 250px;
}

@media only screen and (max-width: 1200px) {
  .login header .header-inner #logo {
    flex-basis: 160px;
    max-width: 160px;
  }
}

@media only screen and (max-width: 969px) {
  .login header .header-inner #logo {
    flex-basis: 180px;
    max-width: 180px;
  }
}

.login header .header-inner #logo img {
  width: 100%;
}

.login header .header-inner .top-menu-wrap {
  flex-basis: calc((100% - 250px) / 2);
  max-width: calc((100% - 250px) / 2);
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 1200px) {
  .login header .header-inner .top-menu-wrap {
    flex-basis: calc((100% - 160px) / 2);
    max-width: calc((100% - 160px) / 2);
  }
}

@media only screen and (max-width: 969px) {
  .login header .header-inner .top-menu-wrap {
    flex-basis: calc((100% - 140px) / 2);
    max-width: calc((100% - 140px) / 2);
  }
}

.login header .header-inner .top-menu-wrap .user-info {
  flex-basis: 45%;
  max-width: 45%;
  padding-left: 50px;
  box-sizing: border-box;
}

@media only screen and (min-width: 1499px) {
  .login header .header-inner .top-menu-wrap .user-info {
    padding-left: 80px;
  }
}

@media only screen and (max-width: 1360px) {
  .login header .header-inner .top-menu-wrap .user-info {
    flex-basis: 50%;
    max-width: 50%;
    padding-left: 25px;
  }
}

@media only screen and (max-width: 1200px) {
  .login header .header-inner .top-menu-wrap .user-info {
    padding-left: 15px;
    flex-basis: 51%;
    max-width: 51%;
  }
}

@media only screen and (max-width: 969px) {
  .login header .header-inner .top-menu-wrap .user-info {
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 10px;
    padding-left: 0;
  }
}

.login header .header-inner .top-menu-wrap .user-info dl {
  text-align: center;
  line-height: 1em;
}

.login header .header-inner .top-menu-wrap .user-info dl dt {
  margin-bottom: 3px;
}

.login header .header-inner .top-menu-wrap .user-info dl dt ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.login header .header-inner .top-menu-wrap .user-info dl dt ul li {
  position: relative;
  margin: 0 6px 0;
  font-size: 13px;
  letter-spacing: 0.01em;
}

@media only screen and (max-width: 1360px) {
  .login header .header-inner .top-menu-wrap .user-info dl dt ul li {
    font-size: 12px;
  }
}

.login header .header-inner .top-menu-wrap .user-info dl dt ul li:nth-child(2) {
  display: flex;
  align-items: center;
}

.login header .header-inner .top-menu-wrap .user-info dl dt ul li:nth-child(2) a {
  display: flex;
  align-items: center;
}

.login header .header-inner .top-menu-wrap .user-info dl dt ul li:nth-child(2) a:before {
  content: '';
  background: url(../img/icons/iconPoint.svg) no-repeat;
  background-size: contain;
  width: 25px;
  height: 14px;
  display: inline-block;
  margin-right: 4px;
}

.login header .header-inner .top-menu-wrap .user-info dl dt ul li:nth-child(3) {
  display: flex;
  align-items: center;
}

.login header .header-inner .top-menu-wrap .user-info dl dt ul li:nth-child(3) a {
  display: flex;
  align-items: center;
}

.login header .header-inner .top-menu-wrap .user-info dl dt ul li:nth-child(3) a:before {
  content: '';
  background: url(../img/icons/iconCoupon.svg) no-repeat;
  background-size: contain;
  width: 19px;
  height: 15px;
  display: inline-block;
  margin-right: 4px;
}

.login header .header-inner .top-menu-wrap .user-info dl dd {
  text-align: left;
  padding-left: 4px;
}

@media only screen and (max-width: 1360px) {
  .login header .header-inner .top-menu-wrap .user-info dl dd {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1200px) {
  .login header .header-inner .top-menu-wrap .user-info dl dd {
    font-size: 12px;
  }
}

.login header .header-inner .top-menu-wrap .top-menu {
  flex-basis: 55%;
  max-width: 55%;
}

@media only screen and (max-width: 1360px) {
  .login header .header-inner .top-menu-wrap .top-menu {
    flex-basis: 50%;
    max-width: 50%;
  }
}

@media only screen and (max-width: 1200px) {
  .login header .header-inner .top-menu-wrap .top-menu {
    flex-basis: 49%;
    max-width: 49%;
  }
}

@media only screen and (max-width: 969px) {
  .login header .header-inner .top-menu-wrap .top-menu {
    flex-basis: 100%;
    max-width: 100%;
  }
}

.login header .header-inner .top-menu-wrap .top-menu li {
  flex-basis: calc(100% / 3);
}

@media only screen and (max-width: 1360px) {
  .login header .header-inner .top-menu-wrap .top-menu li a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 1200px) {
  .login header .header-inner .top-menu-wrap .top-menu li a {
    font-size: 12px;
  }
}

.login header .header-inner .top-menu-wrap .top-menu li:nth-child(1) a:before {
  background: url(../img/icons/iconHistory.svg) no-repeat;
  background-size: contain;
  height: 19px;
  width: 15px;
  display: block;
  content: '';
  margin: 0 auto;
}

@media only screen and (max-width: 969px) {
  .login header .header-inner .top-menu-wrap .top-menu li:nth-child(1) a:before {
    height: 16px;
  }
}

.login header .header-inner .top-menu-wrap .top-menu li:nth-child(2) a:before {
  background: url(../img/icons/iconFavorite.svg) no-repeat;
  background-size: contain;
  height: 19px;
  width: 20px;
  display: block;
  content: '';
  margin: 0 auto;
}

@media only screen and (max-width: 969px) {
  .login header .header-inner .top-menu-wrap .top-menu li:nth-child(2) a:before {
    height: 16px;
    width: 16px;
  }
}

.login header .header-inner .top-menu-wrap .top-menu li:nth-child(3) a:before {
  background: url(../img/icons/iconCart.svg) no-repeat;
  background-size: contain;
  height: 19px;
  width: 18px;
  display: block;
  content: '';
  margin: 0 auto;
}

@media only screen and (max-width: 969px) {
  .login header .header-inner .top-menu-wrap .top-menu li:nth-child(3) a:before {
    height: 16px;
  }
}

.login header .header-inner .top-menu-wrap .top-sub-menu {
  flex-basis: 100%;
  max-width: 100%;
  justify-content: center;
}

@media only screen and (max-width: 969px) {
  .login header .header-inner .top-menu-wrap .top-sub-menu {
    justify-content: space-between;
  }
}

.login header .header-inner .top-menu-wrap .top-sub-menu li {
  flex-basis: calc(100% / 3);
}

@media only screen and (max-width: 969px) {
  .login header .header-inner .top-menu-wrap .top-sub-menu li {
    flex-basis: 48%;
  }
}

.login header .header-inner .top-menu-wrap .top-sub-menu li:nth-child(3) a:before {
  background: url(../img/icons/iconLogout.svg) no-repeat;
  background-size: contain;
  height: 14px;
  width: 16px;
  display: inline-block;
  content: '';
  margin-right: 0.7em;
}

@media only screen and (max-width: 969px) {
  .login header .header-inner .top-menu-wrap .top-sub-menu li:nth-child(3) a {
    padding-right: 9px;
  }
}
*/
/* tb   --------------------------------*/
/* tb   --------------------------------*/
/* sp   --------------------------------*/
/*  -------------------------------------
	Footer
  -------------------------------------
footer {
  background: #f3f3f3;
}

footer .content {
  padding-bottom: 0;
}

footer .content h3 {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 45px;
}

@media only screen and (max-width: 969px) {
  footer .content h3 {
    font-size: 16px;
  }
}

footer .content .footer-menu-wrap {
  display: flex;
  justify-content: space-between;
  margin: 0 0 60px;
}

footer .content .footer-menu-wrap > ul, footer .content .footer-menu-wrap .footer-menu {
  flex-basis: calc(100% / 3);
  max-width: calc(100% / 3);
  font-size: 14px;
}

@media only screen and (max-width: 969px) {
  footer .content .footer-menu-wrap > ul, footer .content .footer-menu-wrap .footer-menu {
    font-size: 12px;
  }
}

footer .content .footer-menu-wrap > ul li, footer .content .footer-menu-wrap .footer-menu li {
  line-height: 2em;
  text-align: center;
}

footer #copyright {
  background: #fff;
  padding: 20px 0;
}

footer #copyright a {
  display: block;
  line-height: 1em;
}

footer #copyright a img {
  width: 200px;
  margin-bottom: 10px;
}

footer #copyright p {
  color: #fff;
  font-size: 12px;
  line-height: 1.26em;
}

footer #copyright p a {
  color: #000;
}*/

/*  -------------------------------------
	Firefox hack
  -------------------------------------*/
@-moz-document url-prefix() {}/*  -------------------------------------
	IE11 hack
  -------------------------------------*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop/*, header .header-inner .top-menu-wrap .top-sub-menu li:nth-child(1) a:before*/ {
    width: 15px;
    height: 12px;
  }
  *::-ms-backdrop/*, header .header-inner .top-menu-wrap .top-sub-menu li:nth-child(3) a:before*/ {
    height: 15px;
  }
  *::-ms-backdrop/*, header .header-inner .top-menu-wrap .top-menu li:nth-child(3) a:before*/ {
    width: 21px;
  }
  *::-ms-backdrop/*, header .header-inner .top-menu-wrap .top-menu li:nth-child(2) a:before*/ {
    height: 20px;
    width: 22px;
  }
  *::-ms-backdrop, #others .content .catalog ul li a:after {
    height: 12px !important;
  }
  *::-ms-backdrop, #info .content .news .more:after {
    height: 12px !important;
  }
}

/* 3.0 contents
--------------------------------------------------------------*/
/*  -------------------------------------
	Content
  -------------------------------------*/
.column-wrapper .content {/*修正*/
  max-width: 1200px;
  margin: 0px auto;
  padding: 60px 0;
  position: relative;
}

@media only screen and (max-width: 1360px) {
.column-wrapper .content {/*修正*/
   /* width: 80%;*//*修正*/
	  width: 100%;/*追記*//*横幅100%*/
  }
}

.column-wrapper .content h2 {/*修正*/
  font-family: "Marcellus", serif;
  font-size: 24px;
  text-align: center;
  margin-bottom: 30px;
  line-height: 1.4em;
}

.column-wrapper .content h2 span {/*修正*/
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 16px;
}

@media only screen and (max-width: 969px) {
.column-wrapper .content h2 {/*修正*/
    font-size: 21px;
  }
.column-wrapper .content h2 span {/*修正*/
    font-size: 14px;
  }
}

.column-wrapper .content .more {/*修正*/
  position: absolute;
  right: 0;
  top: 90px;
}

.column-wrapper .content .more:hover {
  filter: alpha(opacity=60);/*修正*/
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
}

.column-wrapper .content .more:after {/*修正*/
  content: '';
  background: url(../img/icons/arrow-b.svg) no-repeat;
  background-size: contain;
  width: 7px;
  height: 11px;
  display: inline-block;
  margin-left: 0.5em;
}

/*  -------------------------------------
	Linkbtn
  -------------------------------------*/
.linkBtn {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  background: #ef856d;
  color: #fff !important;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 60px;
  text-align: center;
  font-size: 18px;
  letter-spacing: 0.08em;
  font-weight: bold;
}

@media only screen and (min-width: 769px) {
  .linkBtn {
    width: 200px;
    height: 50px;
    font-size: 16px;
  }
}

@media only screen and (max-width: 768px) {
  .linkBtn {
    width: 180px;
    height: 45px;
    font-size: 14px;
  }
}

.linkBtn:hover {
  background: #FFCA51;
  color: #fff !important;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
}

/* sp   --------------------------------*/
@media screen and (max-width: 667px) {
  .linkBtn {
    height: 30px;
    font-size: 12px;
    width: 150px;
  }
}

/*  -------------------------------------
	Top
  -------------------------------------*/
#top .slick img {
  width: 100%;
  height: auto;
  opacity: 0;
}

#top .slick .slick-slide {
  transition: .3s ease;
}

#top .slick .slick-slide img {
  opacity: 0.6;
  -webkit-transition: all .5s;
  transition: all .5s;
}

#top .slick .slick-current img {
  opacity: 1;
}

#top .slick .slick-slide:not(.slick-current) {
  position: relative;
}

#top .slick .slick-slide:not(.slick-current):before {
  background: rgba(33, 33, 33, 0.4);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  z-index: 1;
}

#top .slick .slick-prev, #top .slick .slick-next {
  width: 60px;
  height: 60px;
}

#top .slick .slick-prev {
  left: 20%;
  z-index: 2;
}

#top .slick .slick-prev:before {
  font-size: 0;
  background: url(../img/slide/prev.svg) no-repeat;
  background-size: contain;
  height: 60px;
  width: 60px;
  display: block;
}

@media only screen and (max-width: 969px) {
  #top .slick .slick-prev:before {
    height: 45px;
    width: 45px;
  }
}

#top .slick .slick-next {
  right: 20%;
  z-index: 2;
}

#top .slick .slick-next:before {
  font-size: 0;
  background: url(../img/slide/next.svg) no-repeat;
  background-size: contain;
  height: 60px;
  width: 60px;
  display: block;
}

@media only screen and (max-width: 969px) {
  #top .slick .slick-next:before {
    height: 45px;
    width: 45px;
  }
}

#top .slick .slick-dots {
  bottom: -90px;
}

#top .slick .slick-dots .slick-active button:before {
  color: #ef856d;
}

#top .news-topics {
  background: #ef856d;
}

#top .news-topics a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
	color: #000000;/*追記*/
}

#top .news-topics .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  line-height: 1em;
  height: 60px;
  padding: 0;
}

@media only screen and (max-width: 1200px) {
  #top .news-topics .content {
    font-size: 14px;
  }
}

@media only screen and (max-width: 768px) {
  #top .news-topics .content {
    font-size: 12px;
  }
}

#top .news-topics .content .topics-ttl {
  flex-basis: 10%;
  max-width: 10%;
  color: #fff;
  font-weight: bold;
}

#top .news-topics .content .topics-txt {
  flex-basis: 80%;
  max-width: 80%;
}

#top .news-topics .content .topics-txt a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
	color: #000000;/*追記*/
}

@media only screen and (max-width: 1200px) {
  #top .news-topics .content .topics-txt {
    flex-basis: 75%;
    max-width: 75%;
  }
}

#top .news-topics .content .topics-txt .ticker ul li dl {
  display: flex;
  align-items: center;
}

#top .news-topics .content .topics-txt .ticker ul li dl dt {
  flex-basis: 10%;
  max-width: 10%;
}

@media only screen and (max-width: 1200px) {
  #top .news-topics .content .topics-txt .ticker ul li dl dt {
    flex-basis: 100px;
    max-width: 100px;
  }
}

#top .news-topics .content .topics-txt .ticker ul li dl dd {
  flex-basis: 90%;
  max-width: 90%;
}

@media only screen and (max-width: 1200px) {
  #top .news-topics .content .topics-txt .ticker ul li dl dd {
    flex-basis: calc(100% -100px);
    max-width: calc(100% -100px);
  }
}

#top .news-topics .content .topics-more {
  flex-basis: 10%;
  max-width: 10%;
}

@media only screen and (max-width: 1200px) {
  #top .news-topics .content .topics-more {
    flex-basis: 15%;
    max-width: 15%;
    text-align: right;
  }
}

#top .news-topics .content .topics-more a {
  color: #fff;
}

#top .news-topics .content .topics-more a:after {
  content: '';
  background: url(../img/icons/arrow-w.svg) no-repeat;
  background-size: contain;
  width: 7px;
  height: 11px;
  display: inline-block;
  margin-left: 0.5em;
}

.slick-dotted.slick-slider {
  margin-bottom: 0 !important;
}

.ticker_wrap {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: rgba(208, 64, 51, 0.85);
  height: 80px;
}

.ticker {
  margin: 0 auto;
  padding: 0 1em;
  width: 100%;
  text-align: left;
  overflow: hidden;
}

.ticker ul {
  width: 100%;
  position: relative;
  margin: 0;
}

.ticker ul li {
  width: 100%;
  display: none;
}

.ticker ul li a {
  color: #fff !important;
}

/*  -------------------------------------
	TOPICS
  -------------------------------------*/
#topics {
  background: #fff;
}

/*  -------------------------------------
	CHECK ITEM / CHECK MORE
  -------------------------------------*/
#check-item .content, #check-more .content {
  padding-bottom: 90px;
}

#check-item .content .slick3 img, #check-more .content .slick3 img {
  width: 95%;
  padding-left: 2.5%;
}

#check-item .content .slick3 .slick-prev, #check-item .content .slick3 .slick-next, #check-more .content .slick3 .slick-prev, #check-more .content .slick3 .slick-next {
  width: 45px;
  height: 45px;
  margin-top: 0px;
  top: 110px;
}

@media only screen and (max-width: 1360px) {
  #check-item .content .slick3 .slick-prev, #check-item .content .slick3 .slick-next, #check-more .content .slick3 .slick-prev, #check-more .content .slick3 .slick-next {
    top: 96px;
  }
}

@media only screen and (max-width: 1200px) {
  #check-item .content .slick3 .slick-prev, #check-item .content .slick3 .slick-next, #check-more .content .slick3 .slick-prev, #check-more .content .slick3 .slick-next {
    top: 90px;
  }
}

#check-more .content {
  padding-top: 0;
}

/*  -------------------------------------
	CATEGORY
  -------------------------------------*/
#category {
  background: #f3f3f3;
}

#category .content {
  position: relative;
}

#category .content ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#category .content ul li {
  flex-basis: 19%;
  max-width: 19%;
  margin-bottom: 1.5%;
}

#category .content ul li a {
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  height: 114px;
  font-size: 17px;
}

#category .content ul li a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
	color: #000000;/*追記*/
}

@media only screen and (max-width: 1360px) {
  #category .content ul li a {
    display: block;
    text-align: center;
    height: auto;
    padding: 10px 0;
  }
}

#category .content ul li img {
  flex-basis: 30%;
  max-width: 30%;
  margin-right: 10px;
}

@media only screen and (max-width: 1360px) {
  #category .content ul li img {
    max-width: 40%;
    display: block;
    margin: 0 auto 10px;
  }
}

#category .content ul li span {
  max-width: 70%;
  flex-basis: 70%;
  padding-left: 0px;
  letter-spacing: 0.01em;
  line-height: 1.2em;
  font-feature-settings: "palt";
}

@media only screen and (max-width: 1360px) {
  #category .content ul li span {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1200px) {
  #category .content ul li span {
    font-size: 16px;
  }
}

@media only screen and (max-width: 969px) {
  #category .content ul li span {
    font-size: 15px;
  }
}

@media only screen and (max-width: 768px) {
  #category .content ul li span {
    font-size: 14px;
  }
}

/*  -------------------------------------
	RANKING
  -------------------------------------*/
#ranking .content .tab_box .panel_area .ranking-item .rank-number {
  width: 30px;
  height: 30px;
  font-family: "Marcellus", serif;
  text-align: center;
  border-radius: 100%;
  margin-bottom: 10px;
  background: #f4f4f4;
}

#ranking .content .tab_box .panel_area .ranking-item .rank-1 {
  background: #bea870;
  color: #fff;
  position: relative;
}

#ranking .content .tab_box .panel_area .ranking-item .rank-1:after {
  content: '';
  background: url(../img/ranking/rank-1.svg) no-repeat;
  width: 22px;
  height: 15px;
  background-size: contain;
  position: absolute;
  left: 45px;
  top: 50%;
  margin-top: -8px;
}

#ranking .content .tab_box .panel_area .ranking-item .rank-2 {
  background: #a8a9a8;
  color: #fff;
  position: relative;
}

#ranking .content .tab_box .panel_area .ranking-item .rank-2:after {
  content: '';
  background: url(../img/ranking/rank-2.svg) no-repeat;
  width: 22px;
  height: 15px;
  background-size: contain;
  position: absolute;
  left: 45px;
  top: 50%;
  margin-top: -8px;
}

#ranking .content .tab_box .panel_area .ranking-item .rank-3 {
  background: #997a5c;
  color: #fff;
  position: relative;
}

#ranking .content .tab_box .panel_area .ranking-item .rank-3:after {
  content: '';
  background: url(../img/ranking/rank-3.svg) no-repeat;
  width: 22px;
  height: 15px;
  background-size: contain;
  position: absolute;
  left: 45px;
  top: 50%;
  margin-top: -8px;
}

#ranking .content .tab_box .panel_area .slick4 .slick-prev, #ranking .content .tab_box .panel_area .slick4 .slick-next {
  margin-top: 0px;
  top: 150px;
}

@media only screen and (max-width: 1200px) {
  #ranking .content .tab_box .panel_area .slick4 .slick-prev, #ranking .content .tab_box .panel_area .slick4 .slick-next {
    top: 120px;
  }
}

/*  -------------------------------------
	FEATURE
  -------------------------------------*/
#feature {
  background: #fff;
}

#feature .content {
  position: relative;
  padding-bottom: 30px;
}

#feature .content .pickup {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#feature .content .pickup li {
  flex-basis: 49%;
  max-width: 49%;
  margin-bottom: 2%;
}

#feature .content .pickup li a {
  display: block;
  line-height: 0;
}

#feature .content .pickup li a img {
  width: 100%;
}

/*  -------------------------------------
	BRAND / CHARACATER
  -------------------------------------*/
#brand, #character {
  background: #fff;
}

#brand .content .slick3 .slick-prev, #brand .content .slick3 .slick-next, #character .content .slick3 .slick-prev, #character .content .slick3 .slick-next {
  margin-top: 0px;
}

#brand .content .slick3 img, #character .content .slick3 img {
  margin-bottom: 0;
  border: 1px solid #ccc;
}

#brand .content {
  padding-bottom: 30px;
}

#character .content {
  padding-bottom: 90px;
}

/*  -------------------------------------
	JOB TYPE
  -------------------------------------*/
#job {
  background: #f3f3f3;
}

#job .content ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#job .content ul li {
  flex-basis: 24%;
  max-width: 24%;
  text-align: center;
  margin-bottom: 3%;
}

#job .content ul li a {
  display: block;
  line-height: 1.6em;
}

#job .content ul li a img {
  width: 100%;
  margin-bottom: 0.5em;
}

#job .content ul li a span {
  font-size: 18px;
}

#job .content ul li:nth-child(5), #job .content ul li:nth-child(6), #job .content ul li:nth-child(7), #job .content ul li:nth-child(8) {
  margin-bottom: 0;
}

/*  -------------------------------------
	INFO
  -------------------------------------*/
#info {
  background: #fff;
}

#info .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-bottom: 30px;
}

#info .content .column, #info .content .news {
  flex-basis: 48%;
  max-width: 48%;
  padding: 30px;
  box-sizing: border-box;
  border: 1px solid #ccc;
}

#info .content .column .column-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}

#info .content .column .column-box:first-of-type {
  padding-top: 0;
}

#info .content .column .column-box:last-of-type {
  border-bottom: none;
}

#info .content .column .column-box .column-img {
  flex-basis: 20%;
  max-width: 20%;
}

#info .content .column .column-box .column-img img {
  width: 100%;
}

#info .content .column .column-box .column-txt {
  flex-basis: 80%;
  max-width: 80%;
  padding-left: 20px;
}

#info .content .column .column-box .column-txt a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
	color: #000000;/*追記*/
}

#info .content .column .column-box .column-txt dl dt {
  font-weight: bold;
  line-height: 1em;
  margin-bottom: 0.5em;
}

#info .content .column .column-box .column-txt dl dd {
  font-size: 13px;
  line-height: 1.4em;
}

@media only screen and (max-width: 1200px) {
  #info .content .column .column-box .column-txt dl dd {
    font-size: 12px;
  }
}

#info .content .news dl {
  border-bottom: 1px solid #ccc;
  padding: 30px 0;
}

#info .content .news dl:first-of-type {
  padding-top: 0;
}

#info .content .news dl:last-of-type {
  border-bottom: none;
}

#info .content .news dl dt {
  font-size: 12px;
  color: #777;
}

#info .content .news dl dd {
  font-size: 14px;
  line-height: 1.4em;
}

@media only screen and (max-width: 1200px) {
  #info .content .news dl dd {
    font-size: 12px;
  }
}

#info .content .news dl dd a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
	color: #000000;/*追記*/
}

#info .content .news .more {
  font-size: 14px;
  position: static;
  border: 1px solid #000;
  margin: 30px auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 40px;
}

#info .content .news .more:after {
  height: 10px;
}

@media only screen and (max-width: 1200px) {
  #info .content .news .more {
    position: static;
    margin-top: 30px;
    display: block;
    text-align: center;
  }
}

/*  -------------------------------------
	Instagram
  -------------------------------------*/
#instagram, #instagram2 {
  background: #fff;
}

#instagram .content, #instagram2 .content {
  padding-bottom: 90px;
}

#instagram .content h2, #instagram2 .content h2 {
  margin-bottom: 20px;
}

#instagram .content p, #instagram2 .content p {
  text-align: center;
  margin-bottom: 40px;
}

#instagram .content .slick3 .slick-prev, #instagram .content .slick3 .slick-next, #instagram2 .content .slick3 .slick-prev, #instagram2 .content .slick3 .slick-next {
  margin-top: 0px;
}

#instagram .content .slick3 img, #instagram2 .content .slick3 img {
  margin-bottom: 0;
}

#instagram2 .content {
  padding-top: 0;
}

#instagram2 .content h2 {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 18px;
  font-weight: bold;
}

/*  -------------------------------------
	お役立ち情報
  -------------------------------------*/
#useful {
  background: #fff;
}

#useful .content {
  padding-top: 30px;
}

#useful .content h2 {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-weight: bold;
}

#useful .content .useful-box .useful-txt {
  width: 95%;
  text-align: center;
  background: #ef856d;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 90px;
  margin-top: -20px;
  margin-left: 2.5%;
}

#useful .content .useful-box .useful-txt p {
  font-size: 19px;
  font-weight: bold;
  line-height: 1.2em;
  color: #fff;
}

#useful .content .useful-box .useful-txt p span {
  font-size: 14px;
}

@media only screen and (max-width: 1200px) {
  #useful .content .useful-box .useful-txt p {
    font-size: 16px;
  }
  #useful .content .useful-box .useful-txt p span {
    font-size: 12px;
  }
}

#useful .content ul.bnr {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: calc(100% - 20px);
  margin: 40px auto 0;
}

#useful .content ul.bnr li {
  flex-basis: 49%;
  max-width: 49%;
}

#useful .content ul.bnr li a {
  display: block;
}

#useful .content ul.bnr li a img {
  width: 100%;
}

/*  -------------------------------------
	COUPON
  -------------------------------------*/
#coupon {
  background: #fff;
}

#coupon .content {
  padding-top: 0;
}

#coupon .content p.message {
  text-align: center;
  font-size: 48px;
  font-weight: bold;
  line-height: 1.4em;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  #coupon .content p.message {
    font-size: 34px;
  }
}

@media only screen and (max-width: 812px) {
  #coupon .content p.message {
    font-size: 30px;
  }
}

#coupon .content p.message:before {
  content: '';
  background: url(../img/coupon/coupon-top1.jpg) no-repeat;
  background-size: contain;
  width: 200px;
  height: 170px;
  display: block;
  position: absolute;
}

@media only screen and (max-width: 1200px) {
  #coupon .content p.message:before {
    width: 150px;
    height: 128px;
  }
}

@media only screen and (max-width: 812px) {
  #coupon .content p.message:before {
    width: 100px;
    height: 85px;
  }
}

#coupon .content p.message:after {
  content: '';
  background: url(../img/coupon/coupon-top2.png) no-repeat;
  background-size: contain;
  width: 170px;
  height: 157px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
}

@media only screen and (max-width: 1200px) {
  #coupon .content p.message:after {
    width: 128px;
    height: 118px;
  }
}

@media only screen and (max-width: 812px) {
  #coupon .content p.message:after {
    width: 85px;
    height: 79px;
  }
}

#coupon .content ul {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}

#coupon .content ul li {
  flex-basis: 24%;
  max-width: 24%;
}

#coupon .content ul li img {
  width: 100%;
}

/*  -------------------------------------
	OTHERS
  -------------------------------------*/
#others {
  background: #f3f3f3;
}

#others .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#others .content .catalog {
  display: flex;
  align-items: center;
  background: #fff;
  flex-basis: 49%;
  max-width: 49%;
  margin-bottom: 60px;
}

@media only screen and (max-width: 969px) {
  #others .content .catalog {
    height: 180px !important;
    margin-bottom: 30px;
  }
}

#others .content .catalog img {
  height: 100%;
}

#others .content .catalog ul {
  width: 100%;
}

#others .content .catalog ul li {
  width: 80%;
  margin: 0 auto 1em;
  text-align: center;
}

@media only screen and (max-width: 969px) {
  #others .content .catalog ul li {
    width: 90%;
  }
}

#others .content .catalog ul li:last-child {
  margin: 0 auto;
}

#others .content .catalog ul li a {
  background: #93cfd4;
  color: #fff;
  display: block;
  border-radius: 5px;
  padding: 10px;
  text-align: left;
  position: relative;
  letter-spacing: 0.01em;
  line-height: 1.2em;
  font-size: 17px;
}

#others .content .catalog ul li a:hover {
  background: #ef856d;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
	color: #000000;/*追記*/
}

#others .content .catalog ul li a:after {
  content: '';
  background: url(../img/icons/arrow-w.svg) no-repeat;
  background-size: contain;
  width: 7px;
  height: 11px;
  display: inline-block;
  margin-left: 0.5em;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -5px;
}

@media only screen and (max-width: 969px) {
  #others .content .catalog ul li a:after {
    width: 7px;
    height: 8px;
    margin-left: 0.5em;
    right: 5px;
    top: 50%;
    margin-top: -4px;
  }
}

@media only screen and (max-width: 1200px) {
  #others .content .catalog ul li a {
    font-size: 13px;
  }
}

@media only screen and (max-width: 969px) {
  #others .content .catalog ul li a {
    font-size: 12px;
  }
}

#others .content .shop {
  background: url(../img/others/shop-bg.jpg) no-repeat;
  background-position: center center;
  background-size: cover;
  flex-basis: 49%;
  max-width: 49%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 969px) {
  #others .content .shop {
    height: 180px !important;
    margin-bottom: 30px;
  }
}

#others .content .shop:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
}

#others .content .shop .shop-ttl {
  text-align: center;
}

#others .content .shop .shop-ttl img {
  width: 130px;
}

@media only screen and (max-width: 1200px) {
  #others .content .shop .shop-ttl img {
    width: 100px;
  }
}

#others .content .shop .shop-ttl p {
  font-size: 18px;
}

@media only screen and (max-width: 1200px) {
  #others .content .shop .shop-ttl p {
    font-size: 16px;
  }
}

#others .content .media {
  background: #fff;
  flex-basis: 49%;
  max-width: 49%;
}

#others .content .media a {
  display: flex;
  align-items: center;
  height: 100%;
}

#others .content .media a img {
  flex-basis: 50%;
  max-width: 50%;
  height: 100%;
}

#others .content .media a .media-ttl {
  flex-basis: 50%;
  max-width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

#others .content .media a .media-ttl p {
  font-size: 24px;
  font-family: "Marcellus", serif;
  line-height: 1.4em;
  letter-spacing: 0.1em;
}

#others .content .media a .media-ttl p span {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-size: 18px;
}

@media only screen and (max-width: 1200px) {
  #others .content .media a .media-ttl p {
    font-size: 21px;
  }
  #others .content .media a .media-ttl p span {
    font-size: 16px;
  }
}

#others .content .media a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
	color: #000000;/*追記*/
}

#others .content .sns {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  flex-basis: 49%;
  max-width: 49%;
}

#others .content .sns .sns-link {
  text-align: center;
}

#others .content .sns .sns-link p {
  font-size: 21px;
  font-weight: bold;
  line-height: 1em;
  position: relative;
  display: inline-block;
  padding: 0 60px;
}

#others .content .sns .sns-link p:before, #others .content .sns .sns-link p:after {
  content: '';
  height: 2px;
  width: 30px;
  position: absolute;
  top: 50%;
  background: #333;
  display: inline-block;
}

#others .content .sns .sns-link p:before {
  left: 0;
}

#others .content .sns .sns-link p:after {
  right: 0;
}

@media only screen and (max-width: 1200px) {
  #others .content .sns .sns-link p {
    font-size: 18px;
    padding: 0 45px;
  }
  #others .content .sns .sns-link p:before, #others .content .sns .sns-link p:after {
    width: 25px;
  }
}

@media only screen and (max-width: 969px) {
  #others .content .sns .sns-link p {
    font-size: 16px;
  }
  #others .content .sns .sns-link p:before, #others .content .sns .sns-link p:after {
    width: 20px;
  }
}

#others .content .sns .sns-link ul {
  display: flex;
  justify-content: center;
}

#others .content .sns .sns-link ul li {
  margin: 15px 15px 0;
}

#others .content .sns .sns-link ul li img {
  height: 30px;
}

@media only screen and (max-width: 1200px) {
  #others .content .sns .sns-link ul li img {
    height: 24px;
  }
}

@media only screen and (max-width: 969px) {
  #others .content .sns .sns-link ul li img {
    height: 20px;
  }
}

#others .content .sns .sns-link ul li:last-child img {
  height: 28px;
  padding: 1px 0;
}

@media only screen and (max-width: 1200px) {
  #others .content .sns .sns-link ul li:last-child img {
    height: 22px;
  }
}

@media only screen and (max-width: 969px) {
  #others .content .sns .sns-link ul li:last-child img {
    height: 18px;
  }
}

/*  -------------------------------------
	GROUP
  -------------------------------------*/
#group .content h2 {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-weight: bold;
}

#group .content .slick3 .slick-prev, #group .content .slick3 .slick-next {
  margin-top: 0px;
}

#group .content .slick3 img {
  margin-bottom: 0;
}

#group .content .career-coupon {
  width: 100%;
  display: block;
  margin: 90px 0 0;
}

#group .content .career-coupon img {
  width: 100%;
}

/*  -------------------------------------
	GROUP
  -------------------------------------*/
/* 4.0 drawer
--------------------------------------------------------------*/
h1 {
  position: relative;
  text-align: center;
  font-family: 'Vollkorn', serif;
}
/*
.button_container {
  position: absolute;
  top: 15px;
  left: 15px;
  height: 26px;
  width: 35px;
  cursor: pointer;
  z-index: 100;
  transition: opacity .25s ease;
}

.button_container:hover {
  opacity: .7;
}

.button_container.active .top {
  transform: translateY(11px) translateX(0) rotate(45deg);
  background: #ef856d;
}

.button_container.active .middle {
  opacity: 0;
  background: #ef856d;
}

.button_container.active .bottom {
  transform: translateY(-11px) translateX(0) rotate(-45deg);
  background: #ef856d;
}

.button_container span {
  background: #ef856d;
  border: none;
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: all .35s ease;
  cursor: pointer;
}

.button_container span:nth-of-type(2) {
  top: 11px;
}

.button_container span:nth-of-type(3) {
  top: 22px;
}
*/
/*
.overlay {
  position: fixed;
  background: #f3f3f3;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity .35s, visibility .35s, height .35s;
  overflow: hidden;
  z-index: 10;
}

.overlay.open {
  opacity: .9;
  visibility: visible;
  height: 100%;
}

.overlay.open li {
  animation: fadeInRight .5s ease forwards;
  animation-delay: .35s;
  text-align: left;
}

.overlay.open li:nth-of-type(2) {
  animation-delay: .4s;
}

.overlay.open li:nth-of-type(3) {
  animation-delay: .45s;
}

.overlay.open li:nth-of-type(4) {
  animation-delay: .50s;
}

.overlay.open li:nth-of-type(5) {
  animation-delay: .55s;
}

.overlay.open li:nth-of-type(6) {
  animation-delay: .60s;
}

.overlay.open li:nth-of-type(7) {
  animation-delay: .65s;
}

.overlay.open li:nth-of-type(8) {
  animation-delay: .7s;
}

.overlay.open li:nth-of-type(9) {
  animation-delay: .75s;
}

.overlay nav {
  position: relative;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
  font-weight: 300;
  text-align: center;
}

.overlay ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}

.overlay ul li {
  display: block;
  height: 10%;
  height: calc(100% / 9);
  min-height: 50px;
  position: relative;
  opacity: 0;
  padding: 3% 0;
}

.overlay ul li a {
  display: inline-block;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  color: #ef856d !important;
  font-size: 14px;
  letter-spacing: 0.15em;
  font-weight: bold;
}

.overlay ul li a span {
  font-family: 'Oswald', sans-serif !important;
  width: 110px;
  display: inline-block;
  font-size: 18px;
}

.overlay ul li a:hover:after, .overlay ul li a:focus:after, .overlay ul li a:active:after {
  width: 100%;
}

.overlay ul li a:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0%;
  width: 0%;
  transform: translateX(0%);
  height: 2px;
  background: #ef856d;
  transition: .35s;
}
*/
@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 20%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}

/* sp   --------------------------------*/
/*
@media screen and (max-width: 667px) {
  .overlay ul {
    font-size: 14px;
  }
  .button_container {
    width: 24px;
    right: 1em;
  }
  .button_container.active .top {
    transform: translateY(8px) translateX(0) rotate(45deg);
  }
  .button_container.active .bottom {
    transform: translateY(-8px) translateX(0) rotate(-45deg);
  }
  .button_container span:nth-of-type(2) {
    top: 8px;
  }
  .button_container span:nth-of-type(3) {
    top: 16px;
  }
}
*/