@charset "utf-8";

/* レイアウト */
.content {
  width: 100%;
  overflow-x: hidden;
  margin-top: 0;
}
.contents-inner {
  width: 100%;
}
/* ヘッダー */
header#header__top {
  background-color: transparent;
}
header#header__common {
  position: fixed;
  top: 0;
  background-color: #009944;
  display: none;
}
.header__navi li.nav-active{
    border-bottom: 2px solid #fff;
}
.header__navi li a::after{
    background-color: #fff;
}
.key-visual__wrap {
  height: 68vw;
  width: 100%;
  position: relative;
  z-index: 22;
  overflow: hidden;
  padding-bottom: 10px;
}
.key-visual__wrap::before {
    /*
  background: #fff none repeat scroll 0 0;
  content: " ";
  display: block;
  height: 700px;
  position: absolute;
  top: 600px;
  left: 0;
  width: 100%;
  z-index: 20;
  transform: skewY(-20deg);
    */
}
.kv__background-image{
  height: 100%;
}
.slide-container{
    position: relative;
  width: 100vw;
  height: 47.6923vw;
}
.slides{
    position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100%;
}
.slides .slick-slide{
    position: absolute!important;
    top:0;
    left: 0;
    height: 100%;
    width: 100vw;
    margin: auto;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    
}
.slides .slide1{
  background: url(../../common/img/top/kv_bigfruits.jpg) no-repeat;
  background-size: cover;
  display: block;
}
.slides .slide2{
  background: url(../../common/img/top/kv_muscat.jpg) no-repeat;
  background-size: cover;
  display: block;
}
.slides .slide3{
  background: url(../../common/img/top/kv_gum.jpg) no-repeat;
  background-size: cover;
  display: block;
}
.slides .slide4{
  background: url(../../common/img/top/kv_lime.jpg) no-repeat;
  background-size: cover;
}

@media screen and (max-width:640px) {
    .slide-container{
    position: relative;
  width: 100%;
  padding-top: 110.6666%;
}
  .slides .slide1{
    background: url(../../common/img/top/sp/kv_bigfruits.jpg) no-repeat;
    background-size: cover;
  }
  .slides .slide2{
    background: url(../../common/img/top/sp/kv_muscat.jpg) no-repeat;
    background-size: cover;
  }
  .slides .slide3{
    background: url(../../common/img/top/sp/kv_gum.jpg) no-repeat;
    background-size: cover;
  }
  .slides .slide4{
    background: url(../../common/img/top/sp/kv_lime.jpg) no-repeat;
    background-size: cover;
  }
}
/* スクロールナビゲーション */
.page__navi {
  width: 130px;
  height: 300px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto 30px auto auto;
  z-index: 1000;
}
.page__navi a {
  color: #009944;
  text-decoration: none;
  font-size: 12px;
  font-weight: 600;
  font-style: italic;
}
.page__navi li:nth-of-type(6).page__navi-active a {
  color: #fff;
}
.page__navi li:nth-of-type(6).page__navi-active::after {
  background-color: #fff;
  transition: all 0s linear;
}
.page__navi li {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  margin-bottom: 30px;
  overflow: hidden;
  cursor: pointer;
}
.page__navi li p {
  margin: 0;
  padding: 0 0 0 20px;
  line-height: 1;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
  width: 110px;
}
.page__navi li p span {
  line-height: 1;
  margin: 0 0 0 100px;
  display: block;
  padding: 0 5px 0 0;
  transition: all .2s linear;
  width: 80px;
}
.page__navi li.page__navi-active p span {
  margin-left: 0;
  transition: all .2s linear;
}
.page__navi li:hover p span {
  margin-left: 0;
  animation: page__navi-active__text 0.2s ease-out;
}
.page__navi li p span.page__navi-active__text {
  margin-left: 0;
  animation: page__navi-active__text 0.2s ease-out;
}
 @keyframes page__navi-active__text {
 0% {
 margin-left: 100px;
}
 80% {
 margin-left: -10px;
}
 100% {
 margin-left: 0;
}
}
.page__navi li::after {
  width: 12px;
  height: 12px;
  content: "";
  display: block;
  border-radius: 20px;
  background-color: #000;
  top: 0;
  left: 0;
  margin-left: 5px;
  opacity: .2;
  transition: all 0.3s linear;
}
.page__navi li.page__navi-active::after {
  background-color: #009944;
  opacity: 1;
}
.page__navi li.page__navi-active_switching a {
  color: #fff;
}
.page__navi li.page__navi-active_switching::after {
  background-color: #fff;
  transition: all 0s linear;
}

/********************************
スペシャル
********************************/
.special__wrap {
  width: 100%;
  position: relative;
  z-index: 200;
  overflow: hidden;
  margin-top: -100px;
  padding-top: 100px;
}
.special {
  width: 100%;
  position: relative;
  z-index: 100;
}
.special h2 {
  text-align: center;
  margin-bottom: 80px;
  opacity: 1;
  transition: all 0.6s linear;
}
ul.special-navi {
  width: 100%;
  padding: 0;
  margin: 0 auto 70px;
  overflow: hidden;
  text-align: center;
}

/******************************** 
キャンペーン
********************************/
.campaign__wrap {
  width: 100%;
  position: relative;
  z-index: 200;
  overflow: hidden;
  margin-top: -100px;
  padding-top: 100px;
  padding-bottom: 100px;
}
.campaign {
  width: 100%;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.campaign h2 {
  text-align: center;
  margin-bottom: 80px;
  opacity: 1;
  transition: all 0.6s linear;
}
ul.campaign-navi {
  width: 100%;
  padding: 0;
  margin: 0 auto 70px;
  overflow: hidden;
  text-align: center;
}
ul.campaign-navi2 {
  width: 100%;
  padding: 0;
  margin: 0 auto 70px;
  overflow: hidden;
  text-align: center;
}


@media screen and (max-width:1000px) and (min-width:641px) {
ul.campaign-navi {
  margin-left: 0;
  text-align: center;
}
ul.campaign-navi li {
  display: inline-block;
  width: 30%;
}
ul.campaign-navi2 {
  margin-left: 0;
  text-align: center;
}
ul.campaign-navi2 li {
  display: inline-block;
  width: 30%;
}
.stay-flesh__left-column img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
.stay-flesh__right-column img {
  width: 100%;
  height: auto;
  max-width: 100%;
}
}
/******************************** 
ステイフレッシュ
********************************/
.stay-flesh__wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 101%;
  padding-bottom: 20px;
}
.stay-flesh {
  margin: -101% auto 0;
  width: 100%;
  z-index: 100;
  height: 100%;
  text-align: center;
}
.stay-flesh__wrap::before {
  background: #fff none repeat scroll 0 0;
  content: " ";
  display: block;
  height: 700px;
  position: absolute;
  top: -700px;
  left: 0;
  width: 100%;
  z-index: 20;
  transform: skewY(20deg);
  transform-origin: 0 0;
}
.stay-flesh__wrap::after {
  background: #fff none repeat scroll 0 0;
  content: " ";
  display: block;
  height: 700px;
  position: absolute;
  bottom: -700px;
  right: 0;
  width: 100%;
  z-index: 20;
  transform: skewY(20deg);
  transform-origin: 100% 0;
}
.stay-flesh__left-column {
  min-width: 500px;
}
.stay-flesh__right-column {
  min-width: 500px;
}
.stay-flesh__text {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  position: absolute;
  width: 100%;
  padding-bottom: 100px;
  margin-top: calc( 120px + 12vw );
  top: 0;
}
.stay-flesh__left-column {
  position: relative;
  width: 50%;
}
.stay-flesh__left-column p {
  text-align: right;
}
img[src*="about__txt-caption01"] {
  margin-top: -50px;
  opacity: 1;
  transition: all 1s linear;
}
img[src*="about__txt-caption02"] {
  margin-top: -100px;
  opacity: 1;
  transition: all 1s linear;
}
img[src*="about__background-image"] {
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 1;
  transition: all 0.7s linear;
}
.stay-flesh__right-column {
  position: relative;
  width: 50%;
  min-width: 569px;
}
.stay-flesh__right-column h2 {
  position: absolute;
  top: 40%;
  left: 0;
}
img[src*="about__txt-title01"] {
  top: 30%;
  position: absolute;
  left: 50%;
  margin-left: 0;
  opacity: 1;
  transition: all 0.6s linear;
  z-index: 10;
}
.stay-flesh__right-column h2 img {
  opacity: 1;
  transition: all 0.6s linear;
}
.stay-flesh__btn {
  position: absolute;
  text-align: center;
  width: 100%;
  z-index: 50;
  bottom: 30%;
}

@media screen and (max-width:1300px) and (min-width:1025px) {
.stay-flesh__btn {
  position: absolute;
  bottom: 25% !important;
}
}
/******************************** 
アドギャラリー
********************************/
.ad-gallery__wrap {
  position: relative;
  z-index: 100;
  margin-bottom: 80px;
}
.ad-gallery__wrap::before {
  background: #ccebda none repeat scroll 0 0;
  content: " ";
  display: block;
  height: 750px;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  transform: skewY(-20deg);
  transform-origin: center top;
}
.ad-gallery__wrap p:last-child > img{
  margin-left: auto;
  margin-right: auto;
}
.ad-gallery {
    margin-top: 160px;
  position: relative;
}
/* アドギャラリー カルーセル */
#top_carousel_wrap {
  text-align: center;
  margin: 0 auto;
  position: relative;
  padding: 10px;
  max-width: 1000px;
}
#top_carousel {
  width: 85%;
  margin: 0 auto;
  overflow: hidden;
}
#top_carouselPrev {
  position: absolute;
  top: 40%;
  left: 2%;
  cursor: pointer;
  z-index: 2;
}
#top_carouselPrev:hover {
  opacity: .65;
}
#top_carouselNext {
  position: absolute;
  top: 40%;
  right: 2%;
  z-index: 2;
  cursor: pointer;
}
#top_carouselNext:hover {
  opacity: .65;
}
#top_carouselInner {
  display: inline-block;
}
.top_column {
  float: left;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.top_column .magnific {
  cursor: pointer;
}
.top_column > img:first-of-type {
  width: 100%;
}
.top_column_caption {
  margin-top: 1rem;
}
/******************************** 
CM出演タレント
********************************/
.new-cm__wrap {
  position: relative;
  z-index: 100;
}
.new-cm {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}
.new-cm h3 {
  margin-bottom: 30px;
}
.new-cm > p {
  margin-bottom: 40px;
}
/******************************** 
line up
********************************/

.line-up__wrap {
  position: relative;
  z-index: 100;
  margin-top: 160px;
}
.line-up__wrap::after {
  background: #fff none repeat scroll 0 0;
  content: " ";
  display: block;
  height: 700px;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: skewY(20deg);
  transform-origin: left bottom;
  z-index: 1;
}
.line-up__wrap .line-up{
  position: relative;
  z-index: 10;
}
.line-up__title{
  text-align: center;
  margin-top: 100px;
  margin-bottom: 50px;
}
.more-btn{
  text-align: center;
}
.more-btn:last-child{
  position: relative;
  z-index: 12;
}
.info-btn-first{
  display: flex;
  justify-content: center;
  margin: 80px auto 0;
}
.info-btn-second{
  display: flex;
  justify-content: center;
  margin: 15px auto 0;
}
/*香料!!テキスト位置*/
/*gum*/
.line-up__gum-wrap{
  margin-top: 50px;
  margin-bottom: 80px;
  background: url("../../common/img/top/lineup_gum_bg.png") no-repeat;
  background-size: 100% 100%;
}
.line-up__gum-wrap ul{
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin: auto;
}
.line-up__gum-wrap ul li{
  width: 50%;
  padding: 20px;
  text-align: center;
}
.line-up__gum-wrap ul li:nth-child(1){
  background: url("../../common/img/top/lineup_gum_xp_bg.png") no-repeat ;
  background-size: cover;
}
.line-up__gum-wrap ul li:nth-child(2){
  background: url("../../common/img/top/lineup_gum_shitaclear_bg.png") no-repeat;
  background-size: cover;
}
.line-up__gum-wrap ul li:nth-child(3){
  background: url("../../common/img/top/lineup_gum_sumi_bg.png") no-repeat;
  background-size: cover;
}
.line-up__gum-wrap-01{
  margin-top: 50px;
  margin-bottom: 20px;
  background: url("../../common/img/top/lineup_gum_bg01.png") no-repeat;
  background-size: 100% 100%;
}
.line-up__gum-wrap-01 ul{
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin: auto;
}
.line-up__gum-wrap-01 ul li{
  width: 50%;
  padding: 40px;
  text-align: center;
}
.line-up__gum-wrap-01 ul li:nth-child(1){
  background: url("../../common/img/top/lineup_gum_xp_bg.png") no-repeat ;
  background-size: cover;
}
.line-up__gum-wrap-01 ul li:nth-child(2){
  background: url("../../common/img/top/lineup_gum_bigfruits_bg.png") no-repeat;
  background-size: cover;
}
.line-up__gum-wrap-01 ul li:nth-child(3){
  background: url("../../common/img/top/lineup_gum_sumi_bg.png") no-repeat;
  background-size: cover;
}
.line-up__gum-wrap-02{
  margin-top: 0px;
  margin-bottom: 20px;
  background: url("../../common/img/top/lineup_gum_bg.png") no-repeat;
  background-size: 100% 100%;
}
.line-up__gum-wrap-02 ul{
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin: auto;
}
.line-up__gum-wrap-02 ul li{
  width: 50%;
  padding: 40px;
  text-align: center;
}
.line-up__gum-wrap-02 ul li:nth-child(1){
  background: url("../../common/img/top/lineup_gum_aromatime_bg.png") no-repeat ;
  background-size: cover;
}
.line-up__gum-wrap-02 ul li:nth-child(2){
  background: url("../../common/img/top/lineup_gum_sumi_bg.png") no-repeat;
  background-size: cover;
}
.line-up__gum-wrap-03{
  margin-bottom: 40px;
  background: url("../../common/img/top/lineup_gum_bg03.png") no-repeat;
  background-size: 100% 100%;
  width: 100%;
}
.line-up__gum-wrap-03 ul{
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin: auto;
  justify-content: center;
}
.line-up__gum-wrap-03 ul li{
  width: 50%;
  padding: 40px;
  text-align: center;
}
/*.line-up__gum-wrap-03 ul li:nth-child(1){
  background: url("../../common/img/top/lineup_gum_sumi_bg.png") no-repeat ;
  background-size: cover;
}*/
.line-up__gum-banner{
  display: flex;
  margin: auto auto 80px auto;
  justify-content: center;
}
.spl_banner{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}
/*tab*/
.line-up__tablet-wrap {
  background: url("../../common/img/top/lineup_tablet_bg.png") no-repeat;
  background-size: 100% 100%;
  margin-top: 80px;
  margin-bottom: 80px;
}
.line-up__tablet-wrap ul{
  display: flex;
  width: 100%;
  max-width: 1300px;
  margin: auto;
}
.line-up__tablet-wrap ul li{
  width: 50%;
  padding: 40px;
  text-align: center;
}
.line-up__tablet-wrap ul li:nth-child(1){
  background: url("../../common/img/top/lineup_tablet_freebreath_bg.png") no-repeat;
  background-size: cover;
}
.line-up__tablet-wrap ul li:nth-child(2){
  background: url("../../common/img/top/lineup_tablet_relax_bg.png") no-repeat;
  background-size: cover;
}

.line-up__tablet-wrap ul li:first-child a{
  margin-right: 0;
  margin-left: auto;
}

.line-up__tablet-wrap ul li:last-child{
  margin-right: auto;
  margin-left: 0;
}
.line-up__tablet-wrap ul li a{
  display: block;
  width: 100%;
  max-width: 500px;
  text-align: center;
}
/*candy*/
.line-up__candy-wrap{
    background-image: url("/common/img/top/lineup_candy_mint_bg.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin-top: 100px;
  margin-bottom: 80px;
  display: flex;
  position: relative;
  z-index: 2;
}
.line-up__candy-wrap a{
  display: block;
  width: 482px;
  padding: 20px;
  margin: auto;
  text-align: center;
}
/* ガム カルーセル */
.line-up__gum-left {
  width: 50%;
  position: relative;
  z-index: 10;
}
.line-up__gum-left div[class*="gum-main__background"]::after {
  content: " ";
  display: block;
  position: absolute;
  height: 325px;
  width: 320px;
  background: #fff;
  right: -320px;
  top: 0;
  z-index: 1;
  transform-origin: left top;
  transform: skewX(-20deg);
}
/*IEで背景が1px出る防止*/
@media all and (-ms-high-contrast: none) {
.line-up__gum-left div[class*="gum-main__background"]::after {
  height: 321px; /* IE10以上 */
}
}
div[class*="gum-main__background"] a:first-child {
  position: absolute;
  right: -10px;
  top: 10px;
  z-index: 100;
  display: block;
}
.gum-main__background_01, .gum-main__background_02, .gum-main__background_03, .gum-main__background_04, .gum-main__background_05 {
  position: absolute;
  top: 0;
  left: 0;
  height: 320px;
  width: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right center;
}
.gum-main__background_01 {
  background-image: url(../img/top/lineup__products-gum-bg01.png);
}
.gum-main__background_02 {
  background-image: url(../img/top/lineup__products-gum-bg02.png);
}
.gum-main__background_03 {
  background-image: url(../img/top/lineup__products-gum-bg04.png);
}
.gum-main__background_04 {
  background-image: url(../img/top/lineup__products-gum-bg05.png);
}
.gum-main__background_05 {
  background-image: url(../img/top/lineup__products-gum-bg05.png);
}
.gum-main {
  display: inline-block;
  width: 510px;
  height: 430px;
  position: relative;
  text-align: right;
  margin-top: -50px;
  float: right;
  z-index: 20;
}
.gum-main p {
  width: 510px;
  height: 430px;
  position: absolute;
  left: 30px;
}
#gum-img-icon {
  display: inline-block;
  margin-top: 30px;
}
#gum-img-icon ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: right;
  padding: 0;
  position: relative;
}
#gum-img-icon ul li {
  padding: 0;
  color: #d7d7d5;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin-right: 10px;
  width: 90px;
  height: 140px;
  position: relative;
  cursor: pointer;
}
.gum-img-icon-active {
  color: #de6210 !important;
  cursor: pointer;
}
#gum-img-prev {
  position: absolute;
  top: 172px;
  left: 10px;
  z-index: 1;
  cursor: pointer;
}
#gum-img-prev:hover {
  opacity: .65;
}
#gum-img-next {
  position: absolute;
  top: 172px;
  right: 10px;
  z-index: 1;
  cursor: pointer;
}
#gum-img-next:hover {
  opacity: .65;
}
#gum-img-icon li a > img {
  opacity: 0.3;
  transition: all .2s linear;
}
#gum-img-icon img.item-name, #tablet-img-icon img.item-name {
  opacity: 0;
}
.gum-img-icon-active img, .gum-img-icon-active img.item-name, .tablet-img-icon-active img, .tablet-img-icon-active img.item-name {
  opacity: 1 !important;
}
/* タブレット カルーセル */
div[class*="tablet-main__background"]::before {
  content: " ";
  display: block;
  position: absolute;
  height: 325px;
  width: 320px;
  background: #fff;
  left: -320px;
  top: -1px;
  z-index: 1;
  transform-origin: right bottom;
  transform: skewX(-20deg);
}
div[class*="tablet-main__background"] a:first-child {
  position: absolute;
  left: 90px;
  top: 10px;
  z-index: 100;
  display: block;
}
.tablet-main {
  margin-bottom: 0;
  display: inline-block;
  width: 510px;
  height: 320px;
  margin-top: 30px;
  position: relative;
  text-align: right;
  z-index: 20;
}
.tablet-main__background_01, .tablet-main__background_02, .tablet-main__background_03, .tablet-main__background_04, .tablet-main__background_05 {
  position: absolute;
  top: 0;
  left: 0;
  height: 320px;
  width: 100%;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tablet-main__background_01 {
  background-image: url(/common/img/top/lineup__products-tablet-bg01.png);
}
.tablet-main__background_02 {
  background-image: url(/common/img/top/lineup__products-tablet-bg02.png);
}
.tablet-main__background_03 {
  background-image: url(/common/img/top/lineup__products-tablet-bg03.png);
}
.tablet-main__background_04 {
  background-image: url(/common/img/top/lineup__products-tablet-bg04.png);
}
.tablet-main__background_05 {
  background-image: url(/common/img/top/lineup__products-tablet-bg05.png);
}
.tablet-main p {
  width: 510px;
  height: 430px;
  position: absolute;
}
.tablet-main p img {
  margin-right: 60px;
}
img[src*="lineup__products-tablet-text01"] {
  float: right;
}
#tablet-img-icon {
  display: inline-block;
  margin-top: 30px;
  margin-right: 30px;
}
#tablet-img-icon ul {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  text-align: right;
  padding: 0;
  float: right;
}
#tablet-img-icon ul li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  font-size: 11px;
  padding: 3px;
  color: #d7d7d5;
  margin-left: 10px;
  width: 90px;
  height: 106px;
  cursor: pointer;
}
.tablet-img-icon-active {
  color: #de6210 !important;
  cursor: pointer;
}
#tablet-img-prev {
  position: absolute;
  top: 122px;
  left: 10px;
  z-index: 1;
  cursor: pointer;
}
#tablet-img-prev:hover {
  opacity: .65;
}
#tablet-img-next {
  position: absolute;
  top: 122px;
  right: 10px;
  z-index: 1;
  cursor: pointer;
}
#tablet-img-next:hover {
  opacity: .65;
}
#tablet-img-icon li img {
  opacity: 0.3;
  transition: all .2s linear;
}
.tablet-img-icon-active img {
  opacity: 1 !important;
}

/******************************** 
history
********************************/
.history__wrap {
  padding-top: 420px;
  padding-bottom: 160px;
  position: relative;
}
.history__wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url(/common/img/top/history__background-image.png);
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
}
.history {
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.history > p {
  text-align: center;
}
.history > p:nth-of-type(1) {
  margin-bottom: 30px;
}
.history > p:nth-of-type(2) {
  margin-bottom: 70px;
}
/*youtube モーダルの閉じるボタン*/
.mfp-iframe-holder .mfp-close, .mfp-inline-holder .mfp-close {
  width: 64px !important;
  height: 64px !important;
  top: -64px !important;
  padding-right: 0 !important;
  right: 0 !important;
  opacity: 1.0 !important;
  text-indent: 9999px;
  background-image: url(/ad/img/modal_close.png);
}

@media screen and (max-width:1100px) and (min-width:640px) {
.page-title {
  min-width: 490px !important;
}
.key-visual__wrap .key-visual .kv01__txt-sukkiri {
  min-width: 490px;
  top: 130px !important;
}
.key-visual-h1 {
  min-width: 490px;
}
}

/*youtube スマホの表示　モーダルの閉じるボタン*/
@media screen and (max-width:640px) {
  .mfp-iframe-holder .mfp-close, .mfp-inline-holder .mfp-close {
    width: 32px !important;
    height: 32px !important;
    top: -32px !important;
    background-size: 32px 32px;
  }
}
.kv__background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  top: 0;
  z-index: 10;
  left: 150%;
}
.key-visual {
  width: 100%;
  height: 850px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 20;
}

/******************************** 
メインビジュアル アニメーション & hover処理↓
********************************/
/* header処理 */
@media screen and (min-width:641px) {
header {
  z-index: 1000;
  background-color: transparent;
  height: 90px;
  position: absolute;
}
#header__top {
  background-color: transparent;
}
header nav {
  display: none;
}
header aside {
  display: none;
}
header .header__navi-right nav.pc {
  /*display: none;*/
}
header .header__logo {
  -ms-flex-line-pack: center;
  -webkit-align-content: center;
  align-content: center;
  /*opacity: 0;*/
}
header#header__common .header__logo {
  display: block;
  opacity: 1;
}
header#header__common nav.pc {
  display: block;
}
header#header__common .header__navi-right aside {
  display: block;
}
/* movie01 */
/* 男性 */
img[src*="kv01__mens-image"] {
  position: absolute;
  top: -60px;
  left: -500px;
  z-index: 20;
  width: 895px;
  opacity: 0;
}
#key-visual__movie01 {
  pointer-events: none;
  transform: translate3d(0, 0, 0);
}
#key-visual__movie01 .kv01__mens-image {
  position: absolute;
  top: -60px;
  left: -50px;
  z-index: 20;
  width: 895px;
  opacity: 1;
  transition: all 0.4s linear;
  transform: translate3d(0, 0, 0);
}
/* 靴の影 */
img[src*="kv01__mens-shadow-image"] {
  position: absolute;
  left: 615px;
  bottom: 100px;
  z-index: 30;
  margin-left: -80px;
  opacity: 0;
}
.key-visual__movie01 .kv01__mens-shadow-image {
  opacity: 1;
  transition: all 0.4s linear;
}
/* ガム*/
img[src*="kv01__gum-image"] {
  position: absolute;
  z-index: 21;
  width: 462px;
  opacity: 0;
  bottom: 350px;
  left: 0;
  transform: translate3d(0, 0, 0);
}
#key-visual__movie01 .kv01__gum-image {
  position: absolute;
  z-index: 21;
  animation: kv01__gum-image 0.3s linear;
  width: 462px;
  opacity: 1;
  bottom: 350px;
  left: 0;
  transform: translate3d(0, 0, 0);
}
@keyframes kv01__gum-image {
 0% {
 bottom: 220px;
 width: 420px;
 opacity: 0;
 left: -100px;
}
 50% {
 width: 500px;
}
 100% {
 z-index: 21;
 width: 462px;
 opacity: 1;
 left: 0;
 bottom: 350px;
}
}
/* NEWテキスト */
img[src*="kv01__txt-new"] {
  position: absolute;
  z-index: 22;
  bottom: 580px;
  left: -260px;
  opacity: 0;
  transform: translate3d(0, 0, 0);
}
#key-visual__movie01 .kv01__txt-new {
  position: absolute;
  z-index: 22;
  bottom: 580px;
  left: 210px;
  opacity: 1;
  transition: all 0.5s linear;
}

 #key-visual__news a:hover .key-visual__news__contents img{
    opacity: 1;
  }
 #key-visual__news a:hover .key-visual__news__contents{
    opacity: .7;
  }  
/* スッキリと前へ テキスト */
.key-visual p:first-child {
  top: 115px;
  left: 53%;
  position: absolute;
  z-index: 100;
  opacity: 0;
}
.key-visual__wrap .key-visual .kv01__txt-sukkiri {
  top: 185px;
  left: 58%;
  position: absolute;
  z-index: 100;
  opacity: 1;
  transition: all 0.2s linear;
  transform: translate3d(0, 0, 0);
}
/* STAY FRESH テキスト */
h1 {
  position: absolute;
  top: 170px;
  left: 50%;
  height: 298px;
  z-index: 40;
  opacity: 0;
  transition: all 0.2s linear;
}
.key-visual h1.key-visual-h1 {
  position: absolute;
  top: 170px;
  left: 50%;
  height: 298px;
  z-index: 40;
  opacity: 1;
}
.key-visual__news {
  width: 368px;
  height: 105px;
    float: right;
    margin: -159px 30px auto auto;
}
.key-visual__news h3 { 
  margin-bottom: 10px;
}
.key-visual__news .key-visual__news__contents img:nth-of-type(1) {
  position: absolute;
  z-index: 50;
    height: 70px;
}
.key-visual__news .key-visual__news__contents img:nth-of-type(2) {
  position: absolute;
  z-index: 40;
    width: 368px;
}
.news__move h3 img {
  width: 59px;
  height: 14px;
}
.news__move .key-visual__news__contents {
  position: absolute;
  width: 408px;
  height: 110px;
  padding-top: 5px;
  bottom: 0;
}
.news__move .key-visual__news__contents img:nth-of-type(1) {
  position: absolute;
  display:block;
  z-index: 50;
  width: 118px;
  height: 78px;
  transition: all 0.2s 0.2s linear;
  background-color: #fff;
    margin-top: -10px;
}
  .news__move .key-visual__news__contents::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 45;
    display:block;
    width: 118px;
    height: 78px;
    background-color: #fff;
      margin-top: -10px;
  }
.news__move .key-visual__news__contents img:nth-of-type(2) {
  position: absolute;
  z-index: 40;
  width: 408px;
  height: 78px;
  margin-top: -10px;
  transition: all 0.2s linear;
}

#key-visual__movie01 {
  position: relative;
  height: 850px;
  margin-left: calc( 50% - 685px );
}
.key-visual__movie01 {
  animation: key-visual__movie01 5.4s linear;
    width: 895px;
}
@keyframes key-visual__movie01 {
 0% {
 left: 0;
 top: 0;
}
88% {
 transform: translate(40px, 0);
 opacity: 1;
}
100% {
 transform: translate(100px, 0);
 opacity: 0;
 display: none;
}
}
.kv__scroll-btn__wrap {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  text-align: center;
  width: 80px;
  height: 55px;
    margin: 70px auto;
}
    /*
img[src*="kv__scroll-btn"] {
  width: 20px;
  height: 0;
  margin: 0 auto 10px;
}
    */
.key-visual .kv__scroll-btn {
  height: 34px;
  transition: all 0.2s linear;
}
/* scroll ボタン text */
.kv__scroll-text__wrap {
  width: 100%;
  height: 15px;
}
    /*
img[src*="kv__scroll-text"] {
  height: 0;
  width: 80px;
}
    */
.key-visual .kv__scroll-text {
  height: 9px;
  width: 80px;
  animation: kv__scroll-text 3s linear infinite;
  left: 0;
  position: absolute;
}
@keyframes kv__scroll-text {
 0% {
 bottom: 0;
 width: 80px;
 opacity:1;
}
 66% {
 bottom: 0;
 width: 80px;
 opacity:1;
}
 77% {
 bottom: -20px;
 width: 80px;
}
 78% {
 bottom: -20px;
 width: 80px;
 opacity:0;
}
 87% {
 opacity:0;
 bottom: 20px;
 width: 80px;
}
 88% {
 bottom: 20px;
 width: 80px;
 opacity:1;
}
 100% {
 bottom: 0;
 width: 80px;
 opacity:1;
}
}
/* movie02 */
.key-visual__under {
  width: 100%;
  height: 850px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 10;
}
#key-visual__movie02 {
  position: absolute;
  top: 0;
  left: 0;
  height: 850px;
  pointer-events: none;
  margin-left: calc( 40vw - 510px );
}
.key-visual__movie02 {
  animation: key-visual__movie02 5.6s linear;
  width: 1300px;
}
@keyframes key-visual__movie02 {
 0% {
 top:0;
 left: 0;
}
 89.28% {
 transform: translate(60px, 0);
 opacity: 1;
}
 100% {
 transform: translate(90px, 0);
 opacity: 0;
}
}
    .key-visual .kv-orange{
        opacity: 0;
        position: absolute;
        bottom:130px;
        left: 50px;
    }
    .key-visual .kv-orange:hover{
        filter: brightness(120%)!important;
    }
/* 男性 */
img[src*="kv02__mens-image"] {
  position: absolute;
  width: 1040px;
  height: auto;
  top: 10px;
  left: -500px;
  opacity: 0;
}
.key-visual__under .kv02__mens-image {
  position: absolute;
  width: 1040px;
  height: auto;
  top: 10px;
  left: -150px;
  opacity: 1;
  transition: all 0.9s ease-out;
  transition-timing-function: ease-in-out;
}
/* NEWテキスト */
img[src*="kv02__txt-new"] {
  position: absolute;
  top: 250px;
  left: -300px;
  opacity: 0;
}
.key-visual__under .kv02__txt-new {
  position: absolute;
  top: 250px;
  left: 380px;
  opacity: 1;
  transition: all .5s linear;
}
/**  メインビジュアル　アニメーション end **/
  
/******************************** 
アドギャラリー
********************************/
/* アンカーリンク */
#ad-gallery__anchor {
    /*
  position: absolute;
  bottom: 100px;
    */
}
#history__anchor {
  position: absolute;
  top: 400px;
}
p#stay-flesh__anchor {
  position: absolute;
  top: -80px;
}
ul.campaign-navi li,
ul.special-navi li{
  display: inline-block;
}

  ul.campaign-navi li a img,
  ul.special-navi li a img {
    display: block;
    opacity: 1;
    transition: opacity .25s ease;
  }

  ul.campaign-navi li a:hover img,
  ul.campaign-navi li a:focus-visible img,
  ul.special-navi li a:hover img,
  ul.special-navi li a:focus-visible img {
    opacity: .6;
  }

ul.campaign-navi li:not(:last-child),
ul.special-navi li:not(:last-child){
  margin-right: 20px;
}
ul.campaign-navi2 li{
  display: inline-block;
}

ul.campaign-navi2 li img{
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity 1s;
}
/* アニメーション用addClass */
ul.scroll_events li:nth-of-type(1) img {
  width: 100%;
  height: 100%;
  opacity: 1;
}
ul.scroll_events li:nth-of-type(2) img {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition-delay: 0.2s;
}
ul.scroll_events li:nth-of-type(3) img {
  width: 100%;
  height: 100%;
  opacity: 1;
  transition-delay: 0.4s;
  margin-bottom: 13px;
}

/* スペシャル */
  .special__wrap .special p:last-child {
    text-align: center;
  }
  .special h2 {
    text-align: center;
    margin: 0 auto 50px;
    position: relative;
    height: 65px;
  }
  .special h2 img:nth-of-type(1) {
    transition: all 0.2s linear;
    display: block;
    margin-left: calc( 50% - 184px );
    opacity: 0;
  }
  .special h2 img:nth-of-type(2) {
    transition: all 0.4s linear;
    width: 268px;
    position: absolute;
    left: 50%;
    margin-left: -134px;
    bottom: 10px;
    opacity: 0;
  }
  .special h2.scroll_events img:nth-of-type(1) {
    margin-left: calc( 50% - 173px );
    opacity: 1;
  }
  .special h2.scroll_events img:nth-of-type(2) {
    bottom: 0;
    opacity: 1;
  }

/* キャンペーン */
  .campaign__wrap .campaign p:last-child {
    text-align: center;
  }
  .campaign h2 {
    text-align: center;
    margin: 0 auto 50px;
    position: relative;
    height: 65px;
  }
.campaign h2 img:nth-of-type(1) {
  transition: all 0.2s linear;
  display: block;
  margin-left: calc( 50% - 184px );
  opacity: 0;
}
.campaign h2 img:nth-of-type(2) {
  transition: all 0.4s linear;
  width: 268px;
  position: absolute;
  left: 50%;
  margin-left: -134px;
  bottom: 10px;
  opacity: 0;
}
.campaign h2.scroll_events img:nth-of-type(1) {
  margin-left: calc( 50% - 134px );
  opacity: 1;
}
.campaign h2.scroll_events img:nth-of-type(2) {
  bottom: 0;
  opacity: 1;
}

/* アドギャラリー */
/*動画*/
.top_column:hover {
  opacity: 0.8;
}
.ad-gallery h2 {
  text-align: center;
  margin: 0 auto 50px;
  position: relative;
  height: 65px;
}
.ad-gallery h2 img:nth-of-type(1) {
  margin-left: calc( 50% - 210px );
  transition: all 0.2s linear;
  display: block;
  opacity: 0;
}
.ad-gallery h2 img:nth-of-type(2){
  transition: all 0.4s linear;
  width: 319px;
  position: absolute;
  left: 50%;
  margin-left: -160px;
  bottom: 10px;
  opacity: 0;
}
.ad-gallery .soon img   {
  transition: all 0.6s linear;
  position: absolute;
  left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
  opacity: 0;
}
.ad-gallery h2.scroll_events img:nth-of-type(1) {
  margin-left: calc( 50% - 160px );
  opacity: 1;
}
.ad-gallery h2.scroll_events img:nth-of-type(2) {
  bottom: 0;
  opacity: 1;
}
    .ad-gallery .soon.scroll_events img{
        bottom: -80px;
  opacity: 1;
    }
.ad-gallery #top_carousel_wrap {
  opacity: 0;
}
.ad-gallery #top_carousel_wrap.scroll_events {
  opacity: 1;
  transition: all 0.6s linear;
}
.new-cm > h3 > img {
  opacity: 0;
  transition: all 0.6s linear;
}
.new-cm > p > img {
  opacity: 0;
  transition: all 0.6s linear;
}
.new-cm > h3.scroll_events > img {
  opacity: 1;
}
.new-cm > p.scroll_events > img {
  opacity: 1;
}
/*  ラインナップ */
.line-up h2 {
  text-align: center;
  margin: 0 auto 50px;
  position: relative;
  height: 65px;
}
/* アニメーション用addClass */
.line-up h2 img:nth-of-type(1) {
  transition: all 0.2s linear;
  display: block;
  margin-left: calc( 50% - 148px );
  opacity: 0;
}
.line-up h2 img:nth-of-type(2) {
  transition: all 0.4s linear;
  width: 195px;
  position: absolute;
  left: 50%;
  margin-left: -98px;
  bottom: 10px;
  opacity: 0;
}
.line-up h2.scroll_events img:nth-of-type(1) {
  margin-left: calc( 50% - 98px );
  opacity: 1;
}
.line-up h2.scroll_events img:nth-of-type(2) {
  bottom: 0;
  opacity: 1;
}
.line-up p.lineup-caption {
  opacity: 0;
  transition: all 0.6s linear;
  text-align: center;
}
.line-up p.lineup-caption.scroll_events {
  opacity: 1;
}
    .line-up__gum-orange,
    .line-up__gum-sumi{
     opacity: 0;
  transition: all 0.6s linear;
    }
    .line-up__gum-orange.scroll_events,
    .line-up__gum-sumi.scroll_events{
     opacity: 1;
  transition: all 0.6s linear;
    }
.line-up__gum-wrap {
  opacity: 0;
  transition: all 0.6s linear;
}
.line-up__gum-wrap.scroll_events {
  opacity: 1;
  transition: all 0.6s linear;
}
.line-up__tablet-wrap {
  opacity: 0;
  transition: all 0.6s linear;
}
.line-up__tablet-wrap.scroll_events {
  opacity: 1;
  transition: all 0.6s linear;
}
/* ヒストリー */
.history__wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: -100%;
  transition: all 0.7s linear;
}
.history__wrap.scroll_events::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/*  ヒストリー*/
.history h2 {
  text-align: center;
  margin: 0 auto 50px;
  position: relative;
  height: 65px;
}
/* アニメーション用addClass */
.history h2 img:nth-of-type(1) {
  transition: all 0.2s linear;
  display: block;
  margin-left: calc( 50% - 188px );
  opacity: 0;
}
.history h2 img:nth-of-type(2) {
  transition: all 0.4s linear;
  width: 276px;
  position: absolute;
  left: 50%;
  margin-left: -138px;
  bottom: 10px;
  opacity: 0;
}
.history h2.scroll_events img:nth-of-type(1) {
  margin-left: calc( 50% - 138px );
  opacity: 1;
}
.history h2.scroll_events img:nth-of-type(2) {
  bottom: 0;
  opacity: 1;
}
.history > p > img {
  opacity: 0;
  transition: all 0.6s linear;
}
.history > p.scroll_events > img {
  opacity: 1;
}

  .campaign-navi li a:hover{
    opacity: .7;
  }
    
  .campaign-navi2 li a:hover{
    opacity: .7;
  }
  
}/* min-width 641 ここまで */




@media screen and (min-width:2000px) {
  /*
.key-visual__wrap::before {
  height: 10000px;
}
.stay-flesh__wrap::before {
  height: 2000px;
  top: -2000px;
}
.stay-flesh__wrap::after {
  height: 2000px;
  bottom: -2000px;
}
.line-up__wrap::after {
  height: 1100px;
  transform-origin: 0 100%;
}
.history {
  margin-top: 200px;
}
.key-visual__wrap {
  height: 1200px;
}
.campaign__wrap {
  margin-top: -350px;
}
.ad-gallery__wrap::before {
  top: 700px;
}
*/
}

/***********************************************************************
  tablet ↓
***********************************************************************/
@media screen and (max-width: 1024px) {
/* header TAB & SP */
header {
  height: 50px;
}
#header__top.bg-green {
  background-color: #094;
}
.key-visual__news_tab-sp {
  width: auto;
  height: auto;
  padding: 0;
  margin-bottom: 5rem;
}
.key-visual__news_tab-sp a {
  padding: 0;
  height: 0;
}
.key-visual__news_tab-sp h3 {
  display: none;
}
.key-visual__news__contents_tab-sp {
  width: 100%;
  /*position: static;*/
  position: relative;
}
.key-visual__news__contents_tab-sp img:nth-of-type(1) {
  width: 21.4%;
  height: auto;
  position: absolute;
}
.key-visual__news__contents_tab-sp img:nth-of-type(2) {
  width: 100%;
  height: auto;
  top: 0;
}
.key-visual__news {
  width: 30%;
}
img[src*="about__background-image"] {
  height: 100%;
}
.stay-flesh {
  min-height: 1100px;
}
.stay-flesh__text {
  margin-left: 0;
}
}

/***********************************************************************
  smart phone start ↓
***********************************************************************/
@media screen and (max-width: 640px) {
html {
  font-size: 13px;
}
.content {
  width: 100%;
  overflow-x: hidden;
}
.page__navi {
  display: none;
}
header {
  background-color: transparent;
}
.contents {
  width: 100%;
}
.contents-inner {
  width: 100%;
}
.key-visual__wrap {
  width: 100%;
  overflow: visible;
  height: auto;
  bottom: 0;
  padding-bottom: 0;
}
    .key-visual .kv-orange{
        position: absolute;
        bottom:41px;
        left: 12px;
        z-index: 10;
        max-width: 130px;
        width: 33%;
    }
.kv__background-image {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  transform: rotate(0deg);
}

.key-visual__wrap::before {
  /*
  top: calc(11rem + 88vw);
  bottom: -23rem;
  transform-origin: left top;
  background: #fff;
  background-position: 90% -40%;
  background-repeat: no-repeat;
  */
  height: calc(100vw *1.106666 + 90px);
}

img[src*="/common/img/top/sp/index_btn_more"] {
  width: 75%;
}
.key-visual {
  width: 100%;
  height: auto;
}
.key-visual__under {
  display: none;
}
#key-visual__movie01 {
  display: none;
}
.kv__scroll-btn__wrap {
  bottom: 300px;
  z-index: 10;
    margin-top: 15px;
}
.key-visual__news{
  display: none;
}
.key-visual__news_tab-sp {
  width: auto;
  height: auto;
  padding: 0;
  margin-bottom: 5rem;
}
.key-visual__news_tab-sp a {
  padding: 0;
  height: 0;
}
.key-visual__news_tab-sp h3 {
  display: none;
}
.key-visual__news__contents_tab-sp {
  width: auto;
  height: auto;
    margin-top: 50px;
}
.key-visual__news__contents_tab-sp img {
  margin: 0;
  padding: 0;
}
    
.kv__scroll-btn__wrap {
  width: 18.13%;
  bottom: -20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.kv__scroll-text__wrap {
  /*display: none;*/
}
img[src*="kv01__mens-image"] {
  position: absolute;
  top: 1.03rem;
  right: 0;
  left: 0;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
img[src*="kv01__txt-sukkiri"] {
  /*display: none;*/
    margin: 55px 0 0 10px;
    width: 60%;
}
img[src*="kv01__txt-fresh"] {
  width: 100%;
  top: 1rem;
  position: absolute;
}
img[src*="kv01__mens-shadow-image"] {
  display: none;
}
img[src*="kv01__gum-image.png"] {
  display: none;
}
img[src*="kv01__txt-new.png"] {
  display: none;
}
  img[src*="index_title_special_ja"] {
    display: none;
  }
img[src*="index_title_campaign_ja"] {
  display: none;
}
img[src*="about__txt-caption01"] {
  margin-top: 8.84rem;
}
img[src*="about__txt-caption02"] {
  margin-top: -4rem;
  margin-bottom: 2rem;
}
img[src*="about__txt-title01"] {
  position: static;
  margin-left: 0;
  margin-top: -5rem;
}
.special__wrap {
  margin-top: -2rem;
  padding-top: 0;
  width: 100%;
}
.special h2:first-child {
  margin-bottom: 2.15rem;
}
  img[src*="index_title_special"] {
  }
.campaign__wrap {
  margin-top: -2rem;
  padding-top: 0;
  width: 100%;
}
.campaign h2:first-child {
  margin-bottom: 2.15rem;
}
img[src*="index_title_campaign"] {
}
.line-up__gum-orange,
.line-up__gum-sumi,
.line-up__gum-juce,
.line-up__gum-fruitful,
.line-up__gum-assort{
    background-image: url("/common/img/top/lineup__products-orange-bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 80%;
    margin-top: 50px;
    margin-bottom: 50px;
}
    .line-up__gum-sumi{
      background-image: url("/common/img/top/lineup__products-sumifresh-bg.png");
    }
    .line-up__gum-juce{
      background-image: url("/common/img/top/lineup__products-juicypop-bg.jpg");
    }
  .line-up__gum-fruitful{
    background-image: url("/common/img/top/lineup__products-fruitful-bg.png");
  }
  .line-up__gum-assort{
    background-image: url("/common/img/top/lineup__products-assort-bg.png");
  }
.line-up__gum-orange .orange-wrapper,
   .line-up__gum-sumi .sumi-wrapper,
.line-up__gum-juce .juce-wrapper,
.line-up__gum-fruitful .fruitful-wrapper,
.line-up__gum-assort .assort-wrapper{
    margin: auto;
    text-align: center;
    position: relative;
    min-width: inherit;
}
.line-up__gum-orange .orange-text,
    .line-up__gum-sumi .sumi-text,
.line-up__gum-juce .juce-text,
.line-up__gum-fruitful .fruitful-text,
.line-up__gum-assort .assort-text{
    width: 90%;
    max-width: 450px;
    margin: auto;
    
}
.line-up__gum-orange .orange-image{
    width: 70%;
    max-width: 450px;
  margin: -30px auto auto;
}
        .line-up__gum-sumi .sumi-image{
          width: 90%;
          max-width: 450px;
          margin: 20px auto;
        }
  .line-up__gum-juce .juce-image{
    width: 90%;
    max-width: 450px;
    margin: 20px auto;
  }
  .line-up__gum-fruitful .fruitful-image{
    width: 60%;
    max-width: 450px;
    margin: -15px auto auto;
  }
  .line-up__gum-assort .assort-image{
    width: 50%;
    max-width: 450px;
    margin: 5px auto auto;
  }
.line-up__gum-orange .orange-more,
    .line-up__gum-sumi .sumi-more,
.line-up__gum-juce .juce-more,
.line-up__gum-fruitful .fruitful-more,
.line-up__gum-assort .assort-more{
    background:none;
    text-align: left;
    margin-left: 20px;
    width: 100px;
    position: absolute;
    bottom: -10px;
}
  .line-up__gum-juce .juce-more{
    bottom: -14px;
  }
  .line-up__gum-fruitful .fruitful-more{
    bottom: -14px;
  }
.line-up__wrap {
  margin-top: 7rem;
  padding-bottom: 3rem;
}
.line-up h2:first-child {
  margin-bottom: 3rem;
}
  .spl_banner{
    width: 90%;
    max-width: 350px;
    margin: 0 auto 40px;
  }

.special {
  width: 100%;
  margin-top: 6rem;
  margin-bottom: 20px;
}
ul.special-navi {
    width: 100%;
    height: auto;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    margin-bottom: 0;
    margin-left: 0;
}
ul.special-navi li {
    display: block;
    text-align: center;
}
ul.special-navi li:nth-child(1) {
    margin-bottom: 20px;
}
ul.special-navi li:not(:nth-child(1)) {
    margin-bottom: 1rem;
}
ul.special-navi li img {
    width: 82.6%;
    margin: 0;
    padding: 0;
}
.special p:last-child {
    margin-top: 2rem;
    text-align: center;
}

.campaign {
  width: 100%;
  margin-top: 6rem;
}
ul.campaign-navi {
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin-bottom: 0;
  margin-left: 0;
}
ul.campaign-navi li {
  display: block;
  text-align: center;
}
ul.campaign-navi li:nth-child(1) {
  margin-bottom: 12px;
}
ul.campaign-navi li:not(:nth-child(1)) {
 margin-bottom: 1rem;
}
ul.campaign-navi li img {
  width: 82.6%;
  margin: 0;
  padding: 0;
}
ul.campaign-navi2 {
  width: 100%;
  height: auto;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin-bottom: 0;
  margin-left: 0;
}
ul.campaign-navi2 li {
  display: block;
  text-align: center;
}
ul.campaign-navi2 li:nth-child(1) {
  margin-bottom: 12px;
}
ul.campaign-navi2 li:not(:nth-child(1)) {
 margin-bottom: 1rem;
}
ul.campaign-navi2 li img {
  width: 82.6%;
  margin: 0;
  padding: 0;
}
.campaign p:last-child {
  margin-top: 2rem;
  text-align: center;
}
.stay-flesh__wrap {
  width: 100%;
  margin-top: 4.769rem;
  padding-top: 237.7%;
  min-width: inherit;
  min-height: 0;
}
.stay-flesh__wrap::before {
}
.stay-flesh {
  width: 100%;
  min-height: auto;
  margin-top: -237.7%;
}
.stay-flesh__text {
  width: 100%;
  height: auto;
  -ms-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  top: 0;
  margin-top: 0;
  margin-left: 0;
}
.stay-flesh__left-column {
  width: 100%;
  min-width: 100%;
}
.stay-flesh__right-column {
  width: 100%;
  min-width: 100%;
}
.stay-flesh__right-column h2 {
  display: none;
}
.stay-flesh__btn {
  bottom: 13rem;
}
.ad-gallery__wrap {
  width: 100%;
  margin-bottom: 2rem;
}
.ad-gallery {
  width: 100%;
  margin-top: 7rem;
}
.ad-gallery h2:first-child {
  margin-bottom: 1.6rem;
}
img[src*="index_title_adgallery_ja"] {
  display: none;
}
  #top_carousel{
    width: 100%;
  }
#top_carousel_wrap {
  width: 80%;
}
#top_carouselPrev {
  width: 1.15rem;
  left: -1.5rem;
  top: 35%;
}
#top_carouselNext {
  width: 1.15rem;
  right: -1.5rem;
  top: 35%;
}
.new-cm__wrap {
  width: 100%;
}
.new-cm {
  width: 100%;
}
.new-cm h3 img{
  width: 250px;
}
.ad-gallery__wrap::before {
  background: #ccebda none repeat scroll 0 0;
  content: " ";
  display: block;
  height: 60rem;
  position: absolute;
  top: 100px;
  left: 0;
  width: 100%;
  transform: skewY(-20deg);
  transform-origin: center top;
}
div[class^="gum-main__background"] {
  height: 15.38rem;
  width: 90%;
}
.top_column_caption > img {
  width: 100% !important;
  max-width: 67vw;
}
.gum-main {
  display: inline-block;
  width: 100%;
  height: 260px;
  position: relative;
  text-align: right;
  z-index: 20;
}
.gum-main p {
  width: 100%;
  height: 260px;
  position: absolute;
  text-align: center;
  margin: auto;
}
.gum-main p img[src*="lineup__products-gum-img"] {
  width: 70%;
  margin-left: 3rem;
}
div[class*="gum-main__background"] a:first-child img, div[class*="tablet-main__background"] a:first-child img {
  width: 6.38rem;
}
#gum-img-prev {
  width: 1.61rem;
  top: 40%;
}
#gum-img-next {
  width: 1.61rem;
  top: 40%;
}
.gum-img-icon {
  width: 90%;
}
img[src*="lineup__products-gum-text01"] {
  width: 90%;
  margin: 0 auto 1rem;
}
    img.orange-text,
    img.sumi-text,
    img.juce-text,
    img.fruitful-text,
    img.assort-text{
        width: 90%;
        margin: auto auto 60px auto;
    }
/*NEW!テキスト位置*/ 
.lineup__txt-new {
  position: absolute;
  bottom: 10px;
  left: 14%;
  width: 62.5px;
}
.lineup__tab-new {
  position: absolute;
  bottom: 10px;
  left: 72%;
  width: 62.5px;
}
  .line-up__wrap::after {
    height: 500px;
  }
/*香料*/
/*ガム*/
  .line-up__title{
    text-align: center;
    margin-top: 50px;
    margin-bottom: 25px;
    z-index: 10;
    position: relative;
  }
  .line-up__title img{
    height: 40px;
  }
  .line-up__gum-wrap {
    margin-top: 25px;
    margin-bottom: 20px;
    background: none;
  }
  .line-up__gum-wrap ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1300px;
    margin: auto;
  }
  .line-up__gum-wrap ul li {
    width: 100%;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .line-up__gum-wrap-01 {
    margin-top: 25px;
    margin-bottom: 0px;
    background: none;
  }
  .line-up__gum-wrap-01 ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1300px;
    margin: auto;
  }
  .line-up__gum-wrap-01 ul li {
    width: 100%;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .line-up__gum-wrap-02 {
    margin-top: 0px;
    margin-bottom: 0px;
    background: none;
  }
  .line-up__gum-wrap-02 ul {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 1300px;
    margin: auto;
  }
  .line-up__gum-wrap-02 ul li {
    width: 100%;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
  }
  .line-up__gum-wrap-03 ul li {
    width: 100%;
    padding: 20px;
    text-align: center;
  }
  .line-up__gum-banner{
    margin-bottom: 40px;
    width: 80%;
  }
  .info-btn{
    width: 60%;
    margin: 0 auto;
  }
/*タブレット*/
  .line-up__tablet-wrap ul {
    display: flex;
    flex-direction: column;
    margin: auto;
    width: 100%;
  }

.line-up__tablet-wrap ul li {
  display: flex;
  padding: 20px;
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
}
.tab__spice-pink {
  position: absolute;
  bottom: 28%;
  left: 60%;
  right: 0%;
  width: 112px;
}
.tab__spice-yellow {
  position: absolute;
  bottom: 28%;
  left: 75%;
  right: 0%;
  width: 55px;
}
.line-up__wrap {
  width: 100%;
}
.line-up__gum-wrap {
  -ms-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  width: 100%;
}
  .line-up__gum-wrap-01 {
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 100%;
  }
  .line-up__gum-wrap-02 {
    -ms-flex-flow: column nowrap;
    -webkit-flex-flow: column nowrap;
    flex-flow: column nowrap;
    width: 100%;
  }
.line-up__gum-left div[class*="gum-main__background"]::after {
  height: 260px;
}
.line-up__gum-left {
  width: 100%;
}
.line-up__gum-right {
  width: 100%;
  text-align: center;
}
.gum-img-icon {
  width: 100%;
}
img[src*="index_title_lineup_ja"] {
  display: none;
}
#gum-img-icon {
  width: 95%;
  margin: 0 auto;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
#gum-img-icon ul li {
  padding: 0;
  color: #d7d7d5;
  -ms-flex-flow: column wrap;
  -webkit-flex-flow: column wrap;
  flex-flow: column nowrap;
  position: relative;
  height: 140px;
  width: 20%;
  margin-right: 10px;
}
#gum-img-icon ul li:last-of-type {
  margin-right: 0;
}
.line-up__gum-left div[class*="tablet-main__background"]::after {
  height: 20rem;
}
.line-up__tablet-wrap {
  width: 100%;
  background: none;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  margin-top: 0;
  margin-bottom: 20px;
}
.line-up__tablet-left {
  width: 100%;
  -ms-flex-order: 2;
  -webkit-order: 2;
  order: 2;
}
.line-up__tablet-left p {
  text-align: center;
}
.line-up__tablet-right {
  width: 100%;
}
div[class^="tablet-main__background"] {
  height: 15.38rem;
  width: 100%;
}
#tablet-img-icon {
  width: 95%;
  margin: 0 auto;
}
#tablet-img-icon ul li {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-flow: column nowrap;
  -webkit-flex-flow: column nowrap;
  flex-flow: column nowrap;
  font-size: 11px;
  padding: 3px;
  color: #d7d7d5;
  margin-left: 0;
  width: 20%;
  height: 106px;
}
#tablet-img-icon ul li:not(:last-of-type) {
  margin-right: 10px;
}
.tablet-main {
  display: inline-block;
  width: 100%;
  height: 180px;
  position: relative;
  text-align: right;
  z-index: 20;
}
.tablet-main p {
  width: 100%;
  height: 260px;
  position: absolute;
  text-align: center;
  margin: auto;
}
.tablet-main p img[src*="lineup__products-tablet-img"] {
  width: 70%;
  margin-left: 5rem;
}
#tablet-img-prev {
  width: 1.61rem;
  top: 40%;
}
#tablet-img-next {
  width: 1.61rem;
  top: 40%;
}
.tablet-img-icon {
  width: 90%;
}
img[src*="lineup__products-tablet-text01"] {
  width: 90%;
  margin: 1rem auto 1rem;
  float: inherit;
}
.line-up__candy-wrap {
  margin-top: 50px;
  margin-bottom: 40px;
}
.line-up__candy,
    .line-up__candy{
    background-image: url("/common/img/top/lineup__products-candy-bg.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    height: 80%;
    margin-top: 50px;
    margin-bottom: 50px;
}
.line-up__candy .candy-wrapper {
    margin: auto;
    text-align: center;
    position: relative;
    min-width: inherit;
}
.line-up__candy .candy-text{
    width: 90%;
    max-width: 450px;
    margin: auto;
    
}
.line-up__candy .candy-image{
    width: 80%;
    margin: auto auto auto 20px;
}
.line-up__candy .candy-more{
    background:none;
    text-align: left;
    margin-left: 20px;
    width: 100px;
    position: absolute;
    bottom: -10px;
}
    .line-up__candy-text-mint{
        margin: auto auto 60px 10px;
    }

.history__wrap {
  width: 100%;
  padding-top: 200px;
}
.history__wrap::before {
  width: 100%;
  background-image: url(/common/img/top/sp/history__background-image.png);
}
.history {
  width: 100%;
}
img[src*="history__title"] {
  margin-bottom: 4.5rem;
}
img[src*="/common/img/top/history__title_ja.png"] {
  display: none;
}
img[src*="/common/img/top/history__caption.png"] {
  display: none;
}
footer {
  width: 100%;
  padding-top: 25px;
}
}

@media screen and (max-width: 321px) {
html {
  font-size: 11px;
}
.key-visual__wrap::before {
  background-position: 100% -70%;
}
}

/**　smart phone end　**/

/*
@media screen and (min-width:2000px) {
.key-visual__wrap::before {
  height: 10000px;
}
.stay-flesh__wrap::before {
  height: 2000px;
  top: -2000px;
}
.stay-flesh__wrap::after {
  height: 2000px;
  bottom: -2000px;
}
.line-up__wrap::after {
  height: 1100px;
  transform-origin: 0 100%;
}
.history {
  margin-top: 200px;
}
.key-visual__wrap {
  height: 1200px;
}
.campaign__wrap {
  margin-top: -350px;
}
.ad-gallery__wrap::before {
  top: 700px;
}
}
*/
@media screen and (min-width:1750px) {
.page__navi li.page__navi-active_switching a {
  color: #009944 !important;
}
.page__navi li.page__navi-active_switching::after {
  background-color: #009944 !important;
}
}

@media screen and (min-width:1800px) {
.stay-flesh__text {
  margin-top: calc( 50% - 320px );
}
}
