@charset "UTF-8";

.smile::before {
  background-image: url("../../assets/img/smile_bg.png");
  background-size: cover;
  background-position: center 0;
  background-repeat: no-repeat;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
}

.smileWrapper {
  padding: 150px 0 50px;
  width: 74%;
  max-width: 1010px;
  margin: 0 auto
}

.smileTitle {
  padding: 24px 0 14px;
  background-color: rgba(255, 255, 255, 0.7)
}

.smileTitle h1 {
  font-size: 36px;
  text-align: center;
  letter-spacing: 7.2px;
  line-height: 1.2
}

.smileTitleMiddle {
  font-size: 28px
}

.smileTitleSmall {
  font-size: 24px;
  text-align: center;
  letter-spacing: 2.4px
}

.smileTitleBlock {
  border-bottom: 1px solid #202124;
  padding-bottom: 10px;
  margin-bottom: 34px
}

 .shopLink {
  -ms-flex-pack: distri displaybute;
  margin: 0 auto 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-align: center;
  -webkit-box-align: center;
  width: 100%;
  align-items: center;
  display: flex;
  text-align: center;
  flex-wrap: wrap;
  justify-content: left;
}

/*　ロゴを横一列に並べる
   .shopLink {
	-ms-flex-pack: distri displaybute;
	margin: 0 auto 50px;
	display: inline-block;
	display: -webkit-box;
	display: -ms-flexbox;
	-ms-flex-align: center;
	-webkit-box-align: center;
	width: 100%;
	align-items: center;
	display: flex;
	text-align: center;
}

.shopLink li {
	width: calc(100% / 4);
　　justify-content: space-around;
	margin:6px 5px;
	border: 2px solid #C0C0C0;
    border-radius: 0px;
} */

 .shopLink li {
  width: calc((100% / 3) - 30px);
  justify-content: space-around;
  margin: 6px 15px;
  border: 2px solid #C0C0C0;
  padding: 1px;
  border-radius: 0px;
  flex-shrink: 0;
} 

.shopLink li :not(a, img) {
  border: 2px solid #C0C0C0;
}

.shopLink li.blank {
  list-style: none;
  border: 0px solid #C0C0C0;
}

.shopLink li.caption {
  list-style: none;
  border: 0px solid #C0C0C0;
  margin-top: -8px;
  text-align: center;
  margin-bottom: 30px;
}


.shopLink li:hover {
  opacity: 0.5;
  transition-duration: 0.3s;
  cursor: pointer;
}

.smileMain {
  background-color: #fff
}

.smileMainContents {
  padding: 50px 0
}

.smileMainBlock {
  width: 89.1%;
  margin: 0 auto
}

.smileTopText {
  font-size: 16px;
  margin-bottom: 46px
}

.smileTopLink:hover {
  cursor: pointer;
  color: #9FCC01;
  fill: #9FCC01;
}

.smileTopLink--space {
  margin-right: 40px
}

.smileSmallText {
  font-size: 15px;
  margin-bottom: 25px text-align: center;
}

.smileAttension {
  display: block;
  font-size: 18px;
  color: #FF0000;
  text-align: center;
  margin: 30px auto 110px;
  text-decoration: underline;
}

.smileAttension:hover {
  color: #FF0000;
}

.smileMainTitle {
  margin: 0;
  font-size: 30px;
  line-height: 1
}

.smileListItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 40px;
  margin-bottom: 80px
}
.Pharmaceuticals {
    display: block;
    padding-top: 40px;
    margin-top: -40px;
}
.healthFood {
    display: block;
    padding-top: 40px;
    margin-top: -40px;
}
.Cosmetic {
    display: block;
    padding-top: 40px;
    margin-top: -40px;
}
.Hygieneproducts {
    display: block;
    padding-top: 40px;
    margin-top: -40px;	
}
.smileItemImage {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 45.1%;
  flex: 0 0 45.1%;
  margin-right: 45px
}

.smileItemImage--small {
  padding: 0 10%
}

.smileImage {
  display: block;
  width: 100%;
  image-rendering: -webkit-optimize-contrast
}

.smileItem {
  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-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.smileItemText {
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 30px
}

.smileItemText--bottom {
  margin-bottom: 30px
}

.smileItemTextLarge {
  font-size: 20px;
  font-weight: bold
}

.smileItemTextMiddle {
  font-size: 16px;
  font-weight: bold
}

.smileItemButtonList {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.smileItemButton {
  display: block;
  width: 176px;
  background-color: #9FCC01;
  padding: 20px 0;
  font-size: 18px;
  border-radius: 8px;
  line-height: 1;
  color: #fff;
  cursor: pointer;
  margin: 0 auto;
  text-align: center
}

.smileItemButton:hover {
  color: #fff;
  background-color: rgba(159, 204, 1, 0.7);
}

.smileItemButton--right {
  margin-right: 23px
}

.smileItemButton--smallSpace {
  padding: 19px 22px 19px 40px
}

.smileItemLink {
  display: block;
  font-size: 18px;
  border-radius: 8px;
  line-height: 1.2;
  color: #202124;
  cursor: pointer;
  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
}

.smileItemLink--right {
  margin-right: 30px
}

.smileItemLink span {
  margin-top: 3px;
  margin-right: 5px
}

.smileSide {
  position: fixed;
  bottom: 19%;
  right: 0;
  z-index: 100;
}

.smileSideLink {
  display: block;
  width: 175px;
  padding: 10px 0;
/*   display: block;
  width: 150px;
  margin-bottom: 20px;
  background-color: #06BF5A;
  padding: 10px 0;
  font-size: 16px;
  color: #fff;
  text-align: center;
  cursor: pointer */
}

.smileSideLink:hover {
opacity: 0.9;
/*   color: #fff;
  background: #9FCC01 */
}

.smileBr {
  display: none
}

.smileInformationBlock {
  margin: 50px 0
}

.smileInformation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 36px
}

.smileInformationTitle {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  font-size: 16px;
  font-weight: bold;
  text-align: right;
  margin-right: 35px
}

.smileInformationDesc {
  font-size: 16px
}

.smileMainTitleCenter {
  font-size: 30px;
  text-align: center;
  font-weight: bold;
  margin-bottom: 37px
}

.smileEshop {
  margin: 80px 0
}

.floatingBanner {
  display: inline-block;
  position: fixed;
	bottom: 10px;
  right: 170px;
  z-index: 10;
  max-width: 280px;
}

.floatingBanner img {
  display: block;
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.floatingBannerCircle {
  cursor: pointer;
  position: absolute;
  right: -15px;
  top: -15px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #009944;
}

.floatingBannerClose {
  position: relative;
  width: 20px;
  height: 2px;
  background-color: #fff;
  transform: rotate(45deg);
}

.floatingBannerClose::before,
.floatingBannerClose::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background-color: #fff;
}

.floatingBannerClose::before {
  transform: rotate(-90deg);
}

.floatingBannerClose::after {
  transform: rotate(90deg);
}
/* SP　*/
@media screen and (max-width: 768px) {
  .smile::before {
    background-image: url("../../assets/img/smile_bg_sp.png");
    background-size: cover;
    background-position: center 42px;
    background-repeat: no-repeat;
    content: "";
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100vh;
  }

  .smileWrapper {
    width: 86.7%;
    padding: 80px 0
  }

  .smileTitle h1 {
    font-size: 28px;
    text-align: center;
    letter-spacing: 2.1px
  }

  .smileTitleMiddle {
    font-size: 20px
  }

  .smileTitleSmall {
    font-size: 17px;
    text-align: center;
    letter-spacing: 1.36px
  }

  .smileListItem {
    display: block;
    margin-bottom: 65px
  }

  .smileItemImage {
    margin-right: 0;
    margin-bottom: 15px
  }

  .smileItemImage--small {
    padding: 0 20%
  }

  .smileTitleBlock {
    padding-bottom: 14px
  }

  .shopLink li {
    display: block;
    width: 100%;
    margin: 6px auto;
    order: -2;
  }

  .shopLink li.caption {
    display: block;
    margin-top: -5px;
    order: -1;
  }

  .shopLink li.blank {
    order: 2;
  }



  .smileItemButtonList {
    display: block;
    width: 100%;
    text-align: center
  }

  .smileItemButton--right {
    margin-right: 0
  }

  .smileItemButton {
    margin-bottom: 15px;
    max-width: 256px;
    width: 100%
  }

  .smileMainBlock {
    width: 78.7%
  }

  .smileMainContents {
    padding: 50px 0
  }

  .smileMainTitle {
    font-size: 2.5rem;
  }

  .smileItemText {
    margin-bottom: 28px
  }

  .smileItemLink {
    display: block;
    background-color: #9FCC01;
    padding: 19px 40px;
    font-size: 18px;
    border-radius: 8px;
    line-height: 1;
    color: #fff
  }

  .smileItemLink--right {
    margin-right: 0;
    margin-bottom: 20px
  }

  .smileSide {
    display: none
  }

  .smileBr {
    display: inline
  }

  .smileAttension {
    font-size: 18px;
    color: #FF0000;
    text-align: left;
    margin: 39px auto 80px;
    text-decoration: underline
  }
 }
