@charset "utf-8";

#feature-brand-chocosee {
  background: #ffffff;
  color: #361414;
  font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  height: 100%;
}

#feature-brand-chocosee,
#feature-brand-chocosee div,
#feature-brand-chocosee dl,
#feature-brand-chocosee dt,
#feature-brand-chocosee dd,
#feature-brand-chocosee ul,
#feature-brand-chocosee ol,
#feature-brand-chocosee li,
#feature-brand-chocosee h1,
#feature-brand-chocosee h2,
#feature-brand-chocosee h3,
#feature-brand-chocosee h4,
#feature-brand-chocosee h5,
#feature-brand-chocosee h6,
#feature-brand-chocosee pre,
#feature-brand-chocosee form,
#feature-brand-chocosee fieldset,
#feature-brand-chocosee p,
#feature-brand-chocosee blockquote,
#feature-brand-chocosee th,
#feature-brand-chocosee td,
#feature-brand-chocosee img,
#feature-brand-chocosee a {
  margin: 0;
  padding: 0;
}

#feature-brand-chocosee h1,
#feature-brand-chocosee h2,
#feature-brand-chocosee h3,
#feature-brand-chocosee h4,
#feature-brand-chocosee h5,
#feature-brand-chocosee p,
#feature-brand-chocosee ul,
#feature-brand-chocosee ol,
#feature-brand-chocosee li,
#feature-brand-chocosee dl,
#feature-brand-chocosee dt,
#feature-brand-chocosee dd,
#feature-brand-chocosee form {
  font-weight: 400;
}

#feature-brand-chocosee {
  width: 100%;
  height: 100%;
  /* overflow-y: scroll; */
  overflow: visible;
}

#feature-brand-chocosee img {
  border: 0;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  width: 100%;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
}

#feature-brand-chocosee p {
  word-break: normal;
}

#feature-brand-chocosee li {
  list-style-type: none;
}

#feature-brand-chocosee a {
  color: #e95513;
  text-decoration: none;
  transition: 0.2s;
}

#feature-brand-chocosee a:hover {
  opacity: 0.60;
  transition: 0.2s;
}

#feature-brand-chocosee a:hover img {
  filter: alpha(opacity=60);
  opacity: 0.60;
}

#feature-brand-chocosee a.arrow {
  background-image: url("/img/brand/chocosee/arrow.png");
  background-repeat: no-repeat;
  background-position: left 4px;
  background-size: 18px 18px;
  color: #e95513;
  display: block;
  font-size: 16px;
  font-weight: 900;
  text-align: left;
  line-height: 1.6;
  padding-left: 24px;
}

#feature-brand-chocosee h2,
#feature-brand-chocosee h3,
#feature-brand-chocosee h4 {
  margin: 0;
  padding: 0;
  line-height: normal;
}

#feature-brand-chocosee figure {
  margin: 0;
}

#feature-brand-chocosee hr {
  border: none;
  border-top: 1px dotted #222222;
}

#feature-brand-chocosee img {
  max-width: 100%;
  height: auto;
  width: auto;
}

#feature-brand-chocosee * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  max-width: 100%;
}

#feature-brand-chocosee #page-top {
  position: fixed;
  bottom: 40px;
  right: 10px;
  z-index: 1000;
}

#feature-brand-chocosee #page-top a {
  text-align: center;
}

#feature-brand-chocosee #page-top a img {
  max-width: 70%;
  width: 70%;
}

#feature-brand-chocosee .sp {
  display: none;
}

#feature-brand-chocosee .pc {
  display: block;
}

#feature-brand-chocosee .br_sp {
  display: none;
}

#feature-brand-chocosee .ws-nw {
  white-space: nowrap;
}

#feature-brand-chocosee .mod-prodPanel {
  background-color: #fff;
}

/************ ham menu ************/
#feature-brand-chocosee .menu,
#feature-brand-chocosee .menu span {
  display: none;
}

/************ article inner ************/
#feature-brand-chocosee article {
  background-color: #fefef2;
  width: 100%;
  margin: 0 auto;
}

#feature-brand-chocosee .inner {
  text-align: center;
  max-width: 1000px;
  height: auto;
  width: auto;
  margin: 0 auto;
  padding: 0 30px 0 30px;
}

#feature-brand-chocosee .icon {
  text-align: left;
  margin-top: 5px;
}

#feature-brand-chocosee .icon a {
  background-image: url("/img/brand/chocosee/arrow.png");
  background-repeat: no-repeat;
  background-position: left 3px;
  background-size: 18px 18px;
  color: #e95513;
  font-size: 16px;
  font-weight: normal;
  display: inline-block;
  padding-left: 24px;
  line-height: 19px;
}

/************ header ************/
#feature-brand-chocosee #header {
  height: auto;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: relative;
}

#feature-brand-chocosee #header .header-inner {
  max-width: 1280px;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 4;
}

#feature-brand-chocosee #header .header-inner .header-logo {
  float: left;
  max-width: 245px;
  min-width: 195px;
  width: 26%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 0 0.6%;
  padding: 24px 0 20px 0;
}

#feature-brand-chocosee #header .header-inner .mainimg-sp {
  display: none;
}

#feature-brand-chocosee #header .main {
  max-width: 100%;
  width: 100%;
  margin: 0 auto;
  z-index: 2;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  mix-blend-mode: multiply;
}

#feature-brand-chocosee #header .main .main-img {
  max-width: 600px;
  width: 29%;
  margin: 0 0 0 11.6%;
  /*filter: drop-shadow(1px 0px 3px rgba(226,222,213,1));*/
  /*filter: drop-shadow(2px 2px 5px rgba(255,255,255,0.8));	*/

  position: relative;

}

#feature-brand-chocosee #header .main .main-img h2 img:last-child {
  margin: 2% 0 0 0;
}

#feature-brand-chocosee #header .main-bk {
  margin: 0 auto;
  background-image: url("/img/brand/chocosee/main.jpg");
  background-repeat: no-repeat;
  background-position: left 30% bottom 88%;
  background-size: 117%;
  height: 100vh;
}

#feature-brand-chocosee #header #nav {
  margin: 0 auto;
  max-width: 486px;
  width: 50%;
  height: 110px;
  float: right;
  padding: 34px 0.2% 20px 0;
}

#feature-brand-chocosee #header #nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#feature-brand-chocosee #header #nav ul li a {
  padding-bottom: 5px;
  color: #361414;
  border-bottom: 2px solid #361414;
  font-weight: bold;
  font-size: 17px;
}

#feature-brand-chocosee #header #nav ul li a:hover {
  opacity: 0.5;
}

#feature-brand-chocosee #header #nav .page-link {
  display: none;
}

#feature-brand-chocosee #header #nav .share .share-list {
  display: none;
}

#feature-brand-chocosee #header #nav .share .share-list li {
  border: none;
}

#feature-brand-chocosee .nav-logo {
  display: none;
}

/************ section all ************/
#feature-brand-chocosee .h3-box {
  min-height: 100px;
  margin: 0 auto;
  padding: 36px 10px 23px 10px;
}

#feature-brand-chocosee .h3-box h3 {
  text-align: center;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: bold;
}

#feature-brand-chocosee .h3-box h3 img {
  max-width: 420px;
  width: 100%;
  padding: 0 0 0 0;
}

#feature-brand-chocosee .flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#feature-brand-chocosee .ornament {
  position: absolute;
  left: 0;
  right: 0;
}

#feature-brand-chocosee .list-detail {
  max-width: 860px;
  width: 85%;
  height: auto;
  -webkit-box-shadow: 0 4px 6px 1px rgba(0, 0, 0, .1);
  box-shadow: 0 4px 6px 1px rgba(0, 0, 0, .1);
  background-color: #ffffff;
}

#feature-brand-chocosee .list-detail-in {
  margin: 0 auto;
  width: 94%;
  height: 94%;
}

/************ introduction ************/
#feature-brand-chocosee #introduction {
  padding: 74px 0 12px 0;
}

#feature-brand-chocosee #introduction h2 img {
  max-width: 580px;
  width: 100%;
  margin: 0 auto;
}

#feature-brand-chocosee #introduction h3 {
  padding-top: 25px;
  font-size: 34px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
}

#feature-brand-chocosee #introduction .inner {
  padding-bottom: 130px;
}

#feature-brand-chocosee #introduction .inner__p {
  line-height: 1.8;
  padding: 14px 0 38px 0;
  text-align: center;
}

#feature-brand-chocosee #introduction .inner a {
  zoom: 1;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  font-size: 14px;
}

#feature-brand-chocosee #introduction .top-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  max-width: 300px;
  width: auto;
}

/************ Introduction 25年改修 ************/
#feature-brand-chocosee .top-links__bn-wrap {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
  margin: 60px auto;
  max-width: 1000px;
}

#feature-brand-chocosee .top-links__bn {
  position: relative;
}

#feature-brand-chocosee .top-links__bn-link {
  display: block;
  position: relative;
  background: #f9c77d;
  border-radius: 10px;
  padding: 16px 40px 40px;
  box-shadow: 0 4px 0 #e57e21;
  text-align: center;
  text-decoration: none;
  color: inherit;
  transition: opacity .2s;
}

#feature-brand-chocosee .top-links__bn-txt {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
  color: #000;
}

#feature-brand-chocosee .top-links__bn-txt span {
  font-size: 14px;
}


#feature-brand-chocosee .arrow-down {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 24px;
  height: 14px;
  pointer-events: none;
}


#feature-brand-chocosee .top-links__bn-link:hover {
  opacity: .7;
}

/************ brand ************/
#feature-brand-chocosee #brand {
  padding: 118px 30px 30px 30px;
  background-color: #face93;
  position: relative;
}

#feature-brand-chocosee #brand .h2-box {
  padding-top: 100px;
}

#feature-brand-chocosee #brand .inner {
  position: relative;
}

#feature-brand-chocosee #brand .brand-list h4 {
  font-size: 30px;
  font-weight: bold;
  margin: 0 auto;
  width: 100%;
  text-align: center;
}

#feature-brand-chocosee #brand .brand-list h4 img {
  display: block;
  margin: 0 auto 24px auto;
}

#feature-brand-chocosee #brand .brand-list h5 {
  position: relative;
}

#feature-brand-chocosee #brand .brand-list h5:last-child img:first-child {
  margin: 30px 0 0 5%;
}

#feature-brand-chocosee #brand .brand-list h5 img {
  max-width: 600px;
  width: 100%;
}

#feature-brand-chocosee #brand .brand-list h5:first-child img {
  margin: 0 0 0 6%;
}

#feature-brand-chocosee #brand .brand-list h5 .photo-image {
  position: absolute;
  left: 5.5%;
  top: 5.5%;
  max-width: 96px;
  width: 40%;
}

#feature-brand-chocosee #brand .inner .ornament4,
#feature-brand-chocosee #brand .inner .ornament5 {
  top: -34px;
}

#feature-brand-chocosee #brand .brand-list .br-li-de1 {
  padding: 0 65px;
  margin: 34px auto 120px auto;
  -webkit-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  transform: rotate(1deg);
}

#feature-brand-chocosee #brand .brand-list .br-li-de1 .br-li-de-in {
  padding: 8% 0 12% 0;
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

#feature-brand-chocosee #brand .brand-list .br-li-de1 .br-li-de-in .text p {
  max-width: 650px;
  width: 100%;
  margin: 7px auto 65px auto;
  text-align: left;
  padding: 0 10px 0 10px;
}

#feature-brand-chocosee #brand .brand-list .br-li-de1 .br-li-de-sum p {
  text-align: left;
  font-size: 13px;
  margin: -7.5% 3.5% 0 0;
  display: block;
  float: right;
  z-index: 2;
}

#feature-brand-chocosee #brand .brand-list .br-li-de1 .br-li-de-sum img {
  z-index: 1;
}

#feature-brand-chocosee #brand .brand-list .br-li-de2 {
  padding: 0 60px;
  margin: -55px auto 100px auto;
  -webkit-transform: rotate(-1deg);
  -ms-transform: rotate(-1deg);
  transform: rotate(-1deg);
}

#feature-brand-chocosee #brand .brand-list .br-li-de2 .br-li-de-in {
  padding: 8% 0 10% 0;
  -webkit-transform: rotate(1deg);
  -ms-transform: rotate(1deg);
  transform: rotate(1deg);
}

#feature-brand-chocosee #brand .brand-list .br-li-de2 .br-li-de-in .text p {
  max-width: 650px;
  width: 100%;
  margin: 5px auto 30px auto;
  text-align: left;
  padding: 0 0 0 0;
}

#feature-brand-chocosee #brand .brand-list .br-li-de2 .br-li-de-in .flex-box {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px auto 0;
}

#feature-brand-chocosee #brand .brand-list .br-li-de2 .br-li-de-in .flex-box div {
  max-width: 47%;
}

#feature-brand-chocosee #brand .brand-list .br-li-de2 .br-li-de-in .flex-box h4 img {
  margin: 0;
  max-width: 100%;
  width: 100%;
}

#feature-brand-chocosee #brand .brand-list .br-li-de2 .br-li-de-in .flex-box div p {
  text-align: center;
  margin: -5px 0 0 0;
  font-size: 14px;
  color: #361414;
  line-height: 1.7;
}

/************ infomation ************/
#feature-brand-chocosee #infomation {
  color: #341817;
  padding: 84px 0 300px 0;
  padding-bottom: 154px;
  background-color: #fefef2;
}

#feature-brand-chocosee #infomation h3 img {
  margin: 0 0 15px 0;
}

#feature-brand-chocosee #infomation h4 {
  padding: 25px 0 18px 0;
  font-size: 28px;
  font-weight: bold;
  margin: auto !important;
  text-align: center;
}

#feature-brand-chocosee #infomation p {
  font-size: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 2;
  margin: 0 auto 40px auto;
  text-align: center;
}

#feature-brand-chocosee #infomation a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: middle;
  margin: 0 auto;
  border: 1px solid #000000;
  background-color: #fff;
  max-width: 350px;
  width: 80%;
  min-height: 80px;
  height: 40%;
}

#feature-brand-chocosee #infomation a:hover {
  opacity: 0.6;
}

#feature-brand-chocosee #infomation a span {
  color: #341817;
  background-repeat: no-repeat;
  background-position: right 3px;
  background-size: 18px 18px;
  display: block;
  font-size: 18px;
  line-height: 1.4;
}

/* 25年改修 */
#feature-brand-chocosee .h3-box__shoplist {
  max-width: 200px;
}

#feature-brand-chocosee .inner__shoplist {
  text-align: center;
  max-width: 1000px;
  height: auto;
  width: auto;
  margin: 0 auto;
  padding: 0 30px 0 30px;
  margin-bottom: 80px;
}

/************ lineup ************/
#feature-brand-chocosee .lineup {
  font-size: 1.2rem;
  background: #fefef2;
  padding: 120px 0 160px 0;
  text-align: center;
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
}

#feature-brand-chocosee #brand .lineup {
  background: #face93;
}

#feature-brand-chocosee .lineup .h3-box {
  margin: 0 0 20px 0;
}

#feature-brand-chocosee .lineup .h3-box img {
  margin: 0 0 10px 0;
}

/************ footer ************/
#feature-brand-chocosee footer {
  background-color: #fefef2;
}

#feature-brand-chocosee footer a:hover {
  opacity: 0.6;
}

#feature-brand-chocosee footer .inner {
  padding: 0;
  margin: 0 auto;
  max-width: 1060px;
  width: 80%;
}

#feature-brand-chocosee footer .inner .footer-link {
  padding: 5px 0 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #111;
}

#feature-brand-chocosee footer .inner .footer-link .page-link {
  max-width: 45.5%;
  width: 45.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#feature-brand-chocosee footer .inner .footer-link .page-link a span {
  color: #341817;
  background-image: url("/img/brand/chocosee/icon-pagelink.png");
  background-repeat: no-repeat;
  background-position: right 3px;
  background-size: 18px 18px;
  display: block;
  font-size: 16px;
  line-height: 1.4;
  padding-right: 24px;
}

#feature-brand-chocosee footer .inner .footer-link .sns-link {
  max-width: 54.5%;
  width: 54.5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

#feature-brand-chocosee footer .inner .footer-link .sns-link a {
  padding-left: 15px;
}

#feature-brand-chocosee footer .inner .footer-info {
  padding: 24px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

#feature-brand-chocosee footer .inner .footer-info .logo img {
  float: left;
  width: 33%;
}

#feature-brand-chocosee footer .inner .footer-info .copyright {
  font-size: 12.5px;
  padding: 0 0 10px 0;
}
