body {
  line-height: 1.8;
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  box-sizing: border-box;
  letter-spacing: 0.1em;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  opacity: 0.7;
}
.center {
  display: block;
  margin: 0 auto;
}
.clear {
  clear: both;
}
.wrapper {
  width: 100%;
  padding: 0 25px;
  margin: 0 auto;
  max-width: 1250px;
}

@media screen and (max-width: 768px) {
  .wrapper {
    max-width: 600px;
  }
}

/* ボタン */
.btn {
  display: inline-block;
  text-align: center;
  border: 1px solid #e60012;
  line-height: 1;
  position: relative;
}
.login-btn {
  padding: 14px 29px;
  background-color: #e60012;
  color: #fff;
  font-weight: bold;
}
.sign-btn {
  padding: 14px 29px;
  color: #e60012;
  font-weight: bold;
}
.btn img {
  width: 22px;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.user-name {
  display: inline-block;
  margin-right: 10px;
  transform: translateY(13px);
  font-weight: bold;
}

/* login-information */
.login-information {
  text-align: center;
  font-size: 13px;
  padding: 7px;
  padding-top: 119px;
}
.login-information a {
  text-decoration: underline;
}

.login-information__link {
  color: #e60012;
}

.login-information__link--new {
  color: #2D5793;
}

/* スマホ */
@media screen and (max-width: 768px) {
  .login-information {
    padding: 73px 33px 8px;
  }
}

/* search-area */
.search-area {
  display: flex;
  align-items: flex-start;
}
.search-area__name {
  line-height: 1;
  padding: 0 20px;
  line-height: 47px;/* sunlight_0328 */
  background-color: #e60012;
  color: #fff;
  white-space: nowrap;
  font-size: 22px;
  min-width: 230px;
  text-align: center;
}
.search-area__text {
  height: 43px;/* sunlight_0329 */
  display: block;
  border: 1px solid #aaa;
  padding-left: 16px;
  font-size: 18px;/* sunlight_0328 */
  width: 100%;
}
.search-area__btn {
  height: 47px;
  display: block;
  font-size: 16px;
  background-color: #e60012;
  color: #fff;
  padding: 0 22px;
}

/* スマホ */
@media screen and (max-width: 768px) {
  .search-area {
    max-width: 100%;
  } 
  .search-area__name {
    line-height: 36px;
    min-width: auto;
    font-size: 14px;
  }
  .search-area__text {
    height: 32px;
    min-width: auto;
    font-size: 14px;/* sunlight_0328 */
  }
  _::-webkit-full-page-media, _:future, :root  .search-area__text {
    height: 26px;
  }
  .search-area__btn {
    height: 36px;
    padding: 0 13px;
  }
}

/* sunlight_0328 ここから */
/* topics-area */
.topics-area__lists{
  overflow-y: scroll;
  padding-right: 15px;
}
/* sunlight_0328 ここまで */


/* topics-area */
.topics-area {
  width: 100%;
  padding: 20px;
  border: 1px solid #aaa;
  border-top: 5px solid #e60012;
}

.topics-area__head-wrapper {
  font-weight: bold;
  border-bottom: 1px solid #aaa;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.topics-area__head {
  font-size: 18px;
}

.pickup-area__lists {
  display: flex;
  justify-content: start;/* sunlight_0328 */
  flex-wrap: wrap;/* sunlight_0328 */
}

.pickup-area__list {
  width: calc(25% - 20px * 3/4);/* sunlight_0328 */
} 

.pickup-area__list:not(:last-of-type) {
  margin-right: 20px;/* sunlight_0328 */
}

.topics-area__list a {
  display: block;
}

.topics-area__link {
  display: block;
}

.topics-area__arrow {
  margin-right: 8px;
  color: #e60012;
}

/* sunlight_0328 ここから */
@media screen and (max-width: 640px) {
  .pickup-area__list {
    width: calc(50% - 20px * 1/2);
    margin-bottom: 10px;
  } 
  .pickup-area__list:not(:last-of-type) {
    margin-right: 0;
  }
  .pickup-area__list:nth-child(odd) {
    margin-right: 20px;/* sunlight_0328 */
  }
  .pickup-area__list:nth-child(n + 3){
    margin-bottom: 0;
  }
}
/* sunlight_0328 ここまで */

/* スマホ */
@media screen and (max-width: 480px) {
  .pickup-area {
    padding: 13px 20px;
  }

  .pickup-area__lists {
    flex-direction: column;
  }

  .pickup-area__list:not(:last-of-type) {
    margin-right: 0;
    margin-bottom: 24px;
  } 

  .pickup-area__list {
    width: 100%;
  }
}

/* slider */
.slider {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #fff1f2;
}

.slider__wrapper {
  width: 90%;
  margin: 0 auto;
}

.slider__img {
  margin-right: 10px;
  margin-left: 10px;
}

.slick-next {
  right: -70px !important;
}
.slick-next:before {
  background: url(../img/common/next.png) !important;
  background-size: 50% !important;
  background-repeat: no-repeat !important;
}
.slick-prev {
  left: -50px !important;
}
.slick-prev:before {
  background: url(../img/common/back.png) !important;
  background-size: 50% !important;
  background-repeat: no-repeat !important;
}
.slick-arrow {
  z-index: 2 !important;
  width: 60px !important;
  height: 60px !important;
}
.slick-arrow:before {
  content: "" !important;
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1 !important;
}

@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0 20px;
    max-width: 600px;
  }

  .slick-arrow {
    width: 40px !important;
    height: 40px !important;
  }

  .slick-prev {
    left: -22px !important;
  }

  .slick-next {
    right: -45px !important;
  }
}
/*////////////////////////////////////////////////////////*/
/*//////////////////// clearfix //////////////////////////*/
/*////////////////////////////////////////////////////////*/
.cf:before,
.cf:after {
  content: " ";
  display: table;
}
.cf:after {
  clear: both;
}
.cf {
  *zoom: 1;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}

/*////////////////////////////////////////////////////////*/
/*//////////////////// responsive ////////////////////////*/
/*////////////////////////////////////////////////////////*/
.respd {
  max-width: 100%;
  height: auto;
  width/***/: auto;
  display: block;
  vertical-align: top;
}

/*////////////////////////////////////////////////////////*/
/*//////////////////// fadeaction ////////////////////////*/
/*////////////////////////////////////////////////////////*/

.fade {
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.fade:hover {
  opacity: 0.7;
}

/*////////////////////////////////////////////////////////*/
/*==========       header     ============*/
/*////////////////////////////////////////////////////////*/
.header {
  width: 100%;
  position: fixed;
  z-index: 999;
  background: #fff;
  border-top: 5px solid #e60012;
}
.header__wrapper {
  max-width: 1230px;
  padding: 5px 20px 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
/* 2022/3/31 鬼頭  */
.header__logo {
  width: 400px;
  display: block;
  margin-right: 20px;
}
/* 2022/3/31 鬼頭  */


/* pc_menu */
.pc_menu {
	background-color: #333;
	text-align: center;
	padding: 10px 0;
}

  /* 2022/3/31 鬼頭  */
.pc_menu-wrapper {
  max-width: 1250px;
  padding-left: 25px;
  padding-right: 25px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pc_menu__list {
	display: inline-block;
width:25%;
  padding-right: 10px;
  padding-left: 10px;
  text-align: center;
  border-left: 1px solid #fff;
  /* 2022/3/31 鬼頭  */
}

/* 2022/3/31 鬼頭  */
.pc_menu__list:last-of-type {
	border-right: 1px solid #fff;
} 
/* 2022/3/31 鬼頭  */

.pc_menu__list a {
  color: #fff;
}

.pc_menu__arrow {
	margin-left: 0.5em;
}


/* 2022/3/31 鬼頭  */
/* product_menu */
.product_menu {
  padding: 10px 0;
  background-color: #333;
}

.product_menu-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.product_menu__list:not(:last-of-type) {
  margin-right: 20px;
}

.product_menu__list a{
  color: #fff;
}
/* 2022/3/31 鬼頭  */


/* sp-menu */
.sp-menu {
  position: fixed;
  z-index: 999;
  top: 0;
  right: -120%;
  width: 70%;
  height: 100vh; 
  background: #fff;
  transition: all 0.6s;


  /* 2022/3/31 鬼頭  */
  overflow: scroll;
  /* 2022/3/31 鬼頭  */
}

/* 2022/3/31 鬼頭  */
.sp-product_menu-wrapper {
  padding-bottom: 16px;
}

.sp-menu__list  .sp-product_menu__list a{
  font-size: 14px;
  padding: 4px;
}

.sp-menu__down {
  color: #333;
    padding: 16px 24px;
    display: block;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 16px;
}
/* 2022/3/31 鬼頭  */


.sp-menu.panelactive {
  right: 0;
}

.sp-menu.panelactive .sp-menu-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh; 
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.body.panelactive {
	overflow: hidden;
}


/* 2022/3/31 鬼頭  */
/*ナビゲーション*/
.sp-menu__lists{
  position: absolute;
  z-index: 999;
  top: 25%;
	width: 100%;
}
/* 2022/3/31 鬼頭  */

.sp-menu__list {
	border-top: 1px solid #333;
}

.sp-menu__list:last-of-type {
	border-bottom:  1px solid #333;
}

.sp-menu__list a {
  color: #333;
  padding: 16px 24px;
  display: block;
  text-transform: uppercase;
  font-weight: bold;
	font-size: 16px;
}

.drawer-btn {
  position: fixed;
  z-index: 9999; 
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 50px;
  height: 50px;
	border: 1px solid #666;
}

.drawer-btn__line {
  display: inline-block;
  transition: all 0.4s;
  position: absolute;
  left: 12px;
  height: 1px;
  border-radius: 2px;
  background-color: #000;
  width: 45%;
}

.drawer-btn__menu {
	position: absolute;
	font-size: 8px;
	bottom: 4px;
	left: 50%;
	transform: translateX(-50%);
}

.drawer-btn__line:nth-of-type(1) {
  top: 13px;
}

.drawer-btn__line:nth-of-type(2) {
  top: 19px;
}

.drawer-btn.active span:nth-of-type(1) {
  top: 19px;
  left: 12px;
  transform: translateY(6px) rotate(-45deg);
  width: 50%;
}

.drawer-btn.active span:nth-of-type(2) {
  top: 31px;
  left: 12px;
  transform: translateY(-6px) rotate(45deg);
  width: 50%;
}

.drawer-btn.active .drawer-btn__menu {
	display: none;
}

/* スマホ */
@media screen and (max-width: 768px) {
  /* 2022/3/31 鬼頭  */
  .header__logo {
  min-height:37px;
  margin-top:10px;
  width:270px;
  }
  /* 2022/3/31 鬼頭  */
  .pc_menu__list {
    font-size: 2vw;
  }
}

/*////////////////////////////////////////////////////////*/
/*//////////////////// totopbtn //////////////////////////*/
/*////////////////////////////////////////////////////////*/

#topBtn {
  line-height: 1;
  text-align: center;
  display: none;
  position: fixed;
  bottom: 0;
  z-index: 10;
  width: 60px;
  height: 60px;
  border: 1px solid #e60012;
  padding: 5px;
  background-color: #e60012;
  right: 20px;
  color: #fff;
  font-size: 14px;
}

.topBtn__arrow {
  font-size: 20px;
  margin-bottom: 5px;
}

#topBtn img {
  width: 17px;
}

/*////////////////////////////////////////////////////////*/
/*//////////////////// footer //////////////////////////*/
/*////////////////////////////////////////////////////////*/
.footer {
  position: relative;
  background: #333;
  color: #fff;
  padding-top: 40px;
}

.footer__nav {
  position: relative;
  display: flex;
  padding-bottom: 140px;
}

.footer__lists:not(:last-of-type) {
  margin-right: 85px;
}

.footer__list {
  white-space: nowrap;
  color: #fff;
  display: block;
}

.footer__list-wrapper {
  margin: 14px 0;
  border-left: 1px solid #fff;
  padding-left: 20px;
}

.footer__list--small {
  color: #fff;
  display: block;
  font-size: 14px;
  padding-left: 1em;
  text-indent: -0.5em;
}

.footer__arrow {
  margin-right: 0.5em;
  display: inline-block;
}

.footer__links {
  position: absolute;
  display: flex;
  right: 0;
  bottom: 42px;
}

.footer__link {
  margin-right: 30px;
}

.footer__links img {
  width: 100%;
  max-width: 260px;
}

.copyright {
  color: #aaa;
  border-top: 1px solid #aaa;
  padding: 30px;
  font-size: 12px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .footer__nav {
    flex-direction: column;
    padding-bottom: 40px;
  }
  .footer__lists:last-of-type {
    margin-bottom: 51px;
  }
  .footer__list--small {
    font-size: 12px;
  }
  .footer__links {
    position: initial;
    align-items: flex-end;
  }
  .footer__links img {
    max-width: 170px;
  }
  .copyright {
    padding: 20px;
    font-size: 10px;
  }
}

/* sunlight_0328 ここから */
@media screen and (max-width: 540px) {
  .copyright{
    padding: 20px 100px;
  }
}
/* sunlight_0328 ここまで */

/*////////////////////////////////////////////////////////*/
/*//////////////////// show-hide /////////////////////////*/
/*////////////////////////////////////////////////////////*/

.show1280,
.show1080,
.show980,
.show860,
.show768,
.show640,
.show540,
.show480,
.show400 {
  display: none;
}
@media screen and (max-width: 1280px) {
  .show1280 {
    display: block;
  }
  .hide1280 {
    display: none;
  }
}
@media screen and (max-width: 1080px) {
  .show1080 {
    display: block;
  }
  .hide1080 {
    display: none;
  }
}
@media screen and (max-width: 980px) {
  .show980 {
    display: block;
  }
  .hide980 {
    display: none;
  }
}
@media screen and (max-width: 860px) {
  .show860 {
    display: block;
  }
  .hide860 {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .show768 {
    display: block;
  }
  .hide768 {
    display: none;
  }
}
@media screen and (max-width: 640px) {
  .show640 {
    display: block;
  }
  .hide640 {
    display: none;
  }
}
@media screen and (max-width: 540px) {
  .show540 {
    display: block;
  }
  .hide540 {
    display: none;
  }
}
@media screen and (max-width: 480px) {
  .show480 {
    display: block;
  }
  .hide480 {
    display: none;
  }
}
@media screen and (max-width: 400px) {
  .show400 {
    display: block;
  }
  .hide400 {
    display: none;
  }
}
