@charset "UTF-8";
/* ====================================
	 reset
==================================== */
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: normal;
  text-decoration: none;
  vertical-align: baseline;
  background: transparent;
  box-sizing: border-box;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
  display: block;
}

ul,
ol {
  list-style: none;
  list-style-position: inside;
}

li a {
  text-decoration: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
  transition: all 0.5s ease;
  line-height:normal;
}

a:hover {
  text-decoration: none;
  opacity: 0.75;
  cursor: pointer;
}
img {
  max-width: 100%;
  vertical-align: bottom;
  }  

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #FFFFFF;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

select {
  outline: none;
}

select::-ms-expand {
  display: none;
}

input,
textarea {
  border-radius: 0;
  border: 0;
  outline: none;
}

[type=submit],
[type=reset],
[type=button],
button {
  border: 0;
  cursor: pointer;
}

input[type=button],
input[type=text],
input[type=submit],
input[type=image],
input[type=search],
textarea {
  -webkit-appearance: none;
  border-radius: 0;
}

:root {
  --cBase: #FFFFFF;
  --cBlack: #222222;
  --cBase-rgb: 128, 112, 104;
  --cBase_bg: #00A0E9;
  --cHeroTitle: #CFFF31;
}

* {
  box-sizing: border-box;
}

body {
  width: 100%;
  font-family: "M PLUS Rounded 1c", sans-serif;
  line-height:normal;
  font-size: 16px;
  font-weight: 400;
  color: #444;
}

body p {
    line-height: 2;
}

/* ====================================
	 sp,pc hide
==================================== */
@media screen and (min-width:768px) {
  .sp {
    display: none !important;
  }
  }
  @media screen and (max-width:767px) {
    .pc {
      display: none !important;
    }
  }

/* ====================================
	 header,main,footer
==================================== */
header{
  position: absolute;
  width: 100%;
  z-index: 10;
}
header .header_link{
  max-width: 1040px;
  margin: 20px auto 0;
}
header .header_link a{
  color: #EA5514;
  font-size: 13px;
  padding-left: 18px;
  background-image: url(/smileunchipj/img/arrow-l_r.svg);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: 8.4px 12px;
}

.position{
  position: relative;
}
.flex_wrap{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
.small{
  font-size: 14px;
}

#mv,#about,#movie,#campaign{
  background-color: #FFFADA;
}
#check{
  background-color: #E5EEBE;
}
#growth,#goods{
  background-color: #FBE8F1;
}

.sec_inner{
  text-align: center;
}
#mv .sec_inner,#about .sec_inner,#movie .sec_inner{
  max-width: 1040px;
  margin: 0 auto;
}
#check .sec_inner,#growth .sec_inner,#goods .sec_inner,#campaign .sec_inner{
  max-width: 920px;
  margin: 0 auto;
}

#mv{
background-image: url(/smileunchipj/img/bk-mv.svg);
background-repeat: no-repeat;
background-position: top center;
background-size: contain;
height: 554px;
}
#mv h1{
  padding-top: 100px;
  margin: 0 auto 25px;
  position: relative;
}
#mv h1::before{
  content: "";
  display: inline-block;  
  background-image: url(/smileunchipj/img/mv_star-01.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 98px;
  height: 130px;
  position: absolute;
  top: 133px;
  left: 74px;
}
#mv h1::after{
  content: "";
  display: inline-block;  
  background-image: url(/smileunchipj/img/mv_star-02.svg);
  background-repeat: no-repeat;
  background-size: cover;
  width: 102px;
  height: 115px;
  position: absolute;
  top: 263px;
  right: 65px;
}
#mv .logo_wrap{
  margin: 0 auto;
  padding-bottom: 72px;
  max-width: 243px;
}
#mv .logo_wrap .logo_box:nth-of-type(1){
  width: 22%;
}
#mv .logo_wrap .logo_box:nth-of-type(2){
  width: 40%;
}
#mv .logo_wrap .logo_box:nth-of-type(3){
  width: 20%;
}
#mv .position_img:nth-child(3){
  width: 220px;
  position: absolute;
  left: 14px;
  bottom: 0;
}
#mv .position_img:nth-child(4){
  width: 171px;
  position: absolute;
  top: 107px;
  right: 0;
}

.right_box{
  position: fixed;
  right: 17px;
  bottom: 15px;
  background-color: #F08300;
  border-radius: 15px;
  padding: 17px 28px 15px 18px;
  text-align: center;
  background-image: url(/smileunchipj/img/arrow-b_o.svg);
  background-repeat: no-repeat;
  background-size: 28px;
  background-position: right 5px bottom 5px;
  z-index: 10;
  transition: 0.5s;
}
.right_box a{
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  display: block;
}
.right_box a span{
  color: #FFF000;
  font-size: 19px;
  font-weight: 500;
}
.is-hidden {
  visibility: hidden;
  opacity: 0;
}

#about{
  background-image: 
  url(/smileunchipj/img/bk-about-02.svg),
  url(/smileunchipj/img/bk-about-03.svg);
  background-repeat: no-repeat, no-repeat;
  background-size: 207px, 272px;
  background-position: left 6% top 56px, left -3% bottom 328px;
}
#about .position_img{
  position: absolute;
  top:-80px;
  right: 6%;
  width: 213px;
}
#about p {
  font-size: 18px;
  font-weight: 500;
  color: #EA70A5;
  margin-bottom: 40px;
}
#about p:first-child{
  padding-top: 50px;
}
#about ul{
  max-width: 730px;
  margin: 50px auto 0px;
  padding-bottom: 130px;
  align-items: flex-start;
}
#about ul li {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  }
#about ul li:nth-of-type(1) {
background-image: url(/smileunchipj/img/bk_li-01.svg);
width: 29.6%;
margin-top: 10px;
}
#about ul li:nth-of-type(2) {
  background-image: url(/smileunchipj/img/bk_li-02.svg);
  width: 28.5%;
  margin-top: 30px;
  }
#about ul li:nth-of-type(3) {
  background-image: url(/smileunchipj/img/bk_li-03.svg);
  width: 30.3%;
  }
#about ul li a{
  color: #444;
  line-height: 2;
  display: block;
}
#about ul li:nth-of-type(1) a{
  padding: 13% 0 26%;
}
#about ul li:nth-of-type(2) a{
  padding: 16% 0 29%;
}
#about ul li:nth-of-type(3) a{
  padding: 20% 0 31%;
}
#about ul li a img{
  width: 32px;
  margin: 0 auto 20px;
  display: block;
}
#about ul li a::after{
  content: '';
  display: block;
  width: 20px; 
  height: 12px;
  background-image: url(/smileunchipj/img/arrow-b_g.svg);
  background-repeat: no-repeat;
  position: absolute;
  bottom: 25px;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

h2 img{
  display: block;
  margin: 0 auto 85px;
  }
  h2 img.namber,#goods h2 img.namber{
    margin-bottom: 44px;
  }
  #movie h2 img{
    margin-bottom: 0px;
  }
  #goods h2 img{
    margin-bottom: 93px;
  }
  #campaign h2 img{
    margin-bottom: 60px;
  }

#movie{
background-image: url(/smileunchipj/img/bk_nami-g.svg),url(/smileunchipj/img/bk_pink-01.svg);
background-repeat: no-repeat,no-repeat;
background-size: contain,160px;
background-position: bottom center,top right 2%;
padding-bottom: 290px;
}
#movie .flex_wrap{
  text-align: left;
}
#movie .flex_wrap h2{
  width:29%;
}
#movie .flex_wrap .youtube {
  width:32%;
  max-width: 324px;
}
.youtube iframe {
  aspect-ratio: 9 / 16;
  width: 100%;
  height: 100%;
}
#movie .flex_wrap .txt_box{
  width:27%;
}
#movie .flex_wrap .txt_box p:first-child{
margin-bottom: 30px;
}

#check p,#check .flex_wrap,#growth .flex_wrap,#goods p{
  text-align: left;
}

#check{
  background-image: url(/smileunchipj/img/bk_nami-p.svg),
  url(/smileunchipj/img/bk_blue-01.svg),url(/smileunchipj/img/bk_yellow-01.svg),
  url(/smileunchipj/img/bk_yellow-02.svg),url(/smileunchipj/img/bk_blue-02.svg),
  url(/smileunchipj/img/bk_blue-01.svg),url(/smileunchipj/img/bk_yellow-01.svg),
  url(/smileunchipj/img/bk_yellow-02.svg);
  background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
  background-size: contain,150px,160px,275px,164px,150px,160px,275px;
  background-position: bottom center,
  top 60px left 6%,top 266px right -1.5%,
  top 956px left -8%,top 1230px right 2%,
  bottom 1080px left 6%,bottom 876px right -1.5%,
  bottom 200px left -8%;
  padding-bottom: 178px;
}
#check h3{
  background-color: #fff;
  border-radius: 50px;
  display: inline-block;
  font-size: 28px;
  font-weight: 500;
  color: #009389;
  padding: 8px 26px 8px 68px;
  margin-bottom: 70px;
}
h3.before_star{
  background-image: url(/smileunchipj/img/star-g.svg);
  background-repeat: no-repeat;
  background-size: 22px;
  background-position: left 10% center;
  letter-spacing: 0.2rem;
}
#check .flex_wrap{
  margin-bottom: 100px;
}
#check .flex_wrap .img_box{
width: 50%;
}
#check .flex_wrap .txt_box{
  width: 43.4%;
}
#check .flex_wrap .txt_box p{
  margin-bottom: 30px;
}
#check .flex_wrap .txt_box .flex_wrap{
  margin-bottom: 20px;
}
#check .flex_wrap .txt_box .flex_wrap:last-of-type{
  margin-bottom: 0px;
}
#check .flex_wrap .txt_box .flex_wrap dt{
  width: 16.3%;
}
#check .flex_wrap .txt_box .flex_wrap dd{
  width: 80%;
  font-size: 14px;
}
#check .careful h3{
  color: #C30D23;
}
#check .careful h3.before_star{
  background-image: url(/smileunchipj/img/star-r.svg);
}
#check .careful_cont p{
  max-width: 600px;
  margin: 50px auto 70px;
}
#check .careful_cont p.small{
  margin-bottom: 0;
  text-align: center;
}
#check .careful_cont p.small span{
  font-size: 13px;
}

#growth{
padding: 120px 0 210px;
background-image: url(/smileunchipj/img/dot.svg),
url(/smileunchipj/img/bk_blue-02.svg),url(/smileunchipj/img/bk_blue-01.svg),
url(/smileunchipj/img/bk_yellow-01.svg),url(/smileunchipj/img/bk_yellow-02.svg),
url(/smileunchipj/img/bk_blue-02.svg);
background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
background-size: 10px,164px,150px,160px,275px,164px;
background-position: bottom 36px center,
top 90px right 2%,top 480px left 3%,
top 840px right -1.5%,bottom 330px left -8%,
bottom 0px right 2%;
}
#growth h3{
  color: #EA70A5;
  font-size: 24px;
  line-height: 2.4;
  letter-spacing: 0.1rem;
}
#growth .flex_wrap{
  margin-bottom: 120px;
}
#growth .flex_wrap .img_box{
width: 48%;
}
#growth .flex_wrap .img_box p.small{
  margin-top: 10px;
}
#growth .flex_wrap .txt_box{
  width: 42%;
}
#growth .flex_wrap .txt_box h3 span{
  background-color: #fff;
  border-radius: 10px;
  text-align: left;
  padding: 5px 20px;
  margin-bottom: 15px;
  line-height: normal;
  letter-spacing: 0rem;
  display: inline-block;
}
#growth .flex_wrap .txt_box p{
  margin-top: 20px;
}
#growth .position_img{
  position: absolute;
  bottom: -87px;
  right: 6%;
}

#goods{
  background-image: url(/smileunchipj/img/bk_nami-y.svg),
  url(/smileunchipj/img/bk_blue-01.svg),url(/smileunchipj/img/bk_yellow-01.svg),
  url(/smileunchipj/img/bk_yellow-02.svg);
  background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,no-repeat;
  background-size: contain,150px,160px,275px;
  background-position: bottom center,
  top 315px left 3%,bottom 600px right -1.5%,
  bottom 280px left -8%;
  padding-bottom: 335px;
}
#goods .sec_inner{
  background-color: #fff;
  border-radius: 300px 300px 100px 100px;
  padding: 80px 0 40px;
}
#goods .position_img{
position: absolute;
top: 126px;
right: 21%;
}
#goods .grid_wrap{
  max-width: 690px;
  margin: 0 auto 60px;
  display: grid;
  grid-template-columns: 33% 67%;
  grid-template-rows: 20% 80%;
}
#goods .grid_wrap .img_box{
  grid-column:  1 / 2;
  grid-row: 1 / 3;
  margin-right: 23%;
}
#goods .grid_wrap:nth-of-type(3) .img_box{
  padding: 0 1%;
  }
#goods .grid_wrap h3{
  grid-column:  2 / 3;
  grid-row: 1 / 2;
  background-image: url(/smileunchipj/img/star-p.svg);
  background-position: top 4px left 11%;
  color: #EA70A5;
  font-size: 20px;
  letter-spacing: 0;
  display: inline-block;
  }
  #goods .grid_wrap:nth-of-type(3) h3{
    background-position: top 18px left 20%;
    }
#goods .grid_wrap .txt_box{
  grid-column:  2 / 3;
  grid-row: 2 / 3;
  background-color: #FDF3F8;
  border-radius: 50px;
  padding: 35px 9%;
  }
  #goods .grid_wrap:nth-of-type(3) .txt_box{
    margin-top: 10px;
    }
  #goods .grid_wrap .txt_box h4{
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 15px;
    margin-bottom: 20px;
    position: relative;
  display: inline-block;
  }
  #goods .grid_wrap .txt_box h4::after{
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0px;
    display: inline-block;
    width: 25px;
    height: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #EA70A5;
  }
  #goods .grid_wrap .txt_box p{
    line-height: 1.6rem;
  }

#campaign{
  background-image: 
  url(/smileunchipj/img/bk_blue-01.svg),url(/smileunchipj/img/bk_pink-01.svg),
  url(/smileunchipj/img/bk_pink-02.svg),url(/smileunchipj/img/bk_blue-02.svg);
  background-repeat: no-repeat,no-repeat,no-repeat,no-repeat;
  background-size: 150px,160px,275px,164px;
  background-position: 
  top 80px left 3%,top 300px right 3%,
  bottom 404px left -8%,bottom 165px right -3%;
  padding: 75px 0 150px;
}
#campaign .campaign_cont{
  background-color: #fff;
  border-radius: 20px;
  border: solid 2px #F08300;
}
#campaign .campaign_present{
max-width: 630px;
margin: 66px auto 50px;
}
#campaign .campaign_present .day_txt{
  margin: 20px 0 37px ;
}
#campaign .campaign_present p.y_box{
  background-color: #FFFADA;
  border-radius: 20px;
  padding: 30px 25px;
  margin-bottom: 30px;
}
#campaign .campaign_present p.y_box span{
font-weight: 500;
}
#campaign .campaign_present .oubo_link{
  max-width: 520px;
  margin: 0 auto;
}
#campaign .campaign_present .oubo_link .txt_box{
  width: 75%;
}
#campaign .campaign_present .oubo_link .img_box{
  width: 20%;
}
#campaign .campaign_present .oubo_link .txt_box p{
  font-size: 18px;
  color: #F08300;
  background-color: #FFF000;
  display: inline-block;
  border-radius: 5px;
  padding: 0 1%;
  line-height: 1.6;
}
#campaign .campaign_present .oubo_link .txt_box p.arrow{
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 14px;
  padding: 0 10% 0 4%;
  letter-spacing: 0.1rem;
  background-image: url(/smileunchipj/img/arrow-r_o.svg);
  background-repeat: no-repeat;
  background-size: 15px 24px;
  background-position: right 3% center;
}
#campaign .campaign_goods{
  max-width: 758px;
  margin: 0 auto 40px;
  }
  #campaign .campaign_goods h4{
    font-size: 18px;
    position: relative;
  }
  #campaign .campaign_goods h4:before,#campaign .campaign_goods h4:after {
    content: '';
    position: absolute;
    top: 40%;
    display: inline-block;
    width: 44%;
    height: 6px;
    background-color: #FBE8F1;
  }
  #campaign .campaign_goods h4:before {
    left:0;
  }
  #campaign .campaign_goods h4:after {
    right: 0;
  }
  #campaign .flex_wrap .flex_box{
    width: 47%;
  }
  #campaign .flex_wrap .flex_box img{
    width: 95%;
  }
  #campaign .flex_wrap .flex_box:nth-child(2) img{
    width: 58%;
  }
  #campaign .flex_wrap .flex_box p span{
    font-size: 12px;
  }
  #campaign .flex_wrap .flex_box p{
    margin:30px 0 24px;
  }

footer{
text-align: center;
padding: 50px 0 30px;
}
footer .footer_img {
margin-bottom: 40px;
}
footer p{
  color: #999;
}

/* ====================================
	 responsive
==================================== */
@media screen and (max-width:767px) {
  body {
    font-size: 14px;
}
  header {
    padding: 0 4%;
  }
  header .header_link a {
    font-size: 12px;
    padding-left: 15px;
}
#mv {
  background-image: url(/smileunchipj/img/bk-star-g.svg),url(/smileunchipj/img/bk-mv-sp.svg);
  background-size: 20px,cover;
  background-position: top 300px left 8%,top -50px left 54%;
  height: 480px;
}
#mv h1 {
  padding-top: 80px;
  margin: 0 auto 20px;
}
#mv h1::before{ 
  background-image: url(/smileunchipj/img/mv_star-sp.svg);
  background-size: contain;
  width: 48px;
  height: 60px;
  transform:rotate(180deg); 
  position: absolute;
  top: 70px;
  left: 4%;
}
#mv h1::after{
  background-image: url(/smileunchipj/img/mv_star-sp.svg);
  background-size: contain;
  width: 48px;
  height: 55px;
  position: absolute;
  top: 310px;
  right: 4%;
}
#mv .logo_wrap{
  max-width: 190px;
}
#mv .position_img:nth-child(3){
  width: 126px;
  position: absolute;
  left: 10%;
  bottom: -60px;
  z-index: 9;
}
#mv .position_img:nth-child(4){
  width: 130px;
  position: absolute;
  top: auto;
  right:10%;
  bottom: -40px;
  z-index: 9;
}
.right_box{
  position: fixed;
  right: 2%;
  bottom: 2%;
  padding: 13px 10px 10px 10px;
  background-size: 22px;
  background-position: right 4px bottom 4px;
}
.right_box a{
  font-size: 14px;
}
.right_box a span{
  font-size: 16px;
}
#about{
  padding: 40px 4% 0;
  background-image: none;
}
#about .position_img {
  display: none;
}
#about p {
  padding: 0 4%;
  text-align: left;
  font-size: 14px;
  margin-bottom: 20px;
  line-height: 1.8;
}
#about ul {
  margin: 30px auto 0px;
  padding-bottom: 60px;
}
#about ul li {
  background-size: contain;
  background-size: 96%;
}
#about ul li:nth-of-type(1) {
  background-image: url(/smileunchipj/img/bk_li-sp-g.svg);
  background-position: center;
  width: 51%;
  margin:0 auto 10px;
  padding: 30px 0;
  }
  #about ul li:nth-of-type(2) {
    background-image: url(/smileunchipj/img/bk_li-sp-p.svg);
    background-position: left center;
    width: 50%;
    margin-top: 0px;
    padding: 30px 0;
    }
  #about ul li:nth-of-type(3) {
    background-image: url(/smileunchipj/img/bk_li-sp-g.svg);
    width: 50%;
    background-position: right center;
    padding: 40px 0;
    }
     #about ul li a{
      line-height: 1.6;
      display: inline;
    }
    #about ul li a::after{
      display: inline-block;
      background-size: contain;
      width: 18px; 
      height: 10px;
      position: static;
      margin-left: 5px;
      transform:none;
      -webkit-transform: none;
      -ms-transform: none;
    }
   #about ul li:nth-of-type(1) a,#about ul li:nth-of-type(2) a,#about ul li:nth-of-type(3) a{
    padding: 0;
    }
    #about ul li a img{
      margin: -40px auto 15px;
    }
    #about ul li:nth-of-type(3) a img{
      margin: -50px auto 30px;      
    }
#movie{
  background-image: url(/smileunchipj/img/bk_nami-g-sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    padding-bottom: 120px;
}
#movie .flex_wrap{
  text-align: center;
}
#movie .flex_wrap h2{
  width:100%;
}
#movie .flex_wrap .youtube {
  width:100%;
  max-width: 236px;
  margin: 22px auto 30px;
}
#movie .flex_wrap .txt_box{
  width:100%;
}
#movie .flex_wrap .txt_box p:first-child{
margin-bottom: 10px;
}
h2 img{
  margin: 0 auto 40px;
  }
  #check h2 img.namber,#growth h2 img.namber,#goods h2 img.namber{
    width: 40px;
    margin-bottom: 20px;
  }
#check{
  padding: 0 8% 120px;
  background-image: url(/smileunchipj/img/bk_nami-p-sp.svg);
}
#check h2 img{
  width: 270px;
}
#check h3{
  font-size: 18px;
  padding: 8px 24px 8px 50px;
  margin-bottom: 30px;
}
h3.before_star{
  background-size: 16px;
  background-position: left 12% center;
  letter-spacing: 0.1rem;
}
#check .flex_wrap{
  margin-bottom: 60px;
}
#check .flex_wrap .img_box{
width: 100%;
margin-bottom: 40px;
}
#check .flex_wrap .txt_box{
  width: 100%;
}
#check .flex_wrap .txt_box .flex_wrap dt{
  width: 22%;
}
#check .flex_wrap .txt_box .flex_wrap dd{
  width: 73%;
  font-size: 13px;
  line-height: 2;
}
#check .flex_wrap:nth-of-type(3) .txt_box .flex_wrap dt{
  width: 100%;
  text-align: center;
}
#check .flex_wrap:nth-of-type(3) .txt_box .flex_wrap dt img{
  width: 22%;
}
#check .careful_cont p {
  margin: 30px auto 50px;
}
#check .careful_cont p.small {
  text-align: left;
}
#check .careful_cont p.small span {
  font-size: 12px;
  margin-top: 10px;
  display: block;
}
#growth {
  padding: 40px 8% 210px;
  background-image: url(/smileunchipj/img/dot.svg);
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: bottom 30px center;
}
#growth .flex_wrap{
  margin-bottom:50px;
}
#growth .flex_wrap .img_box{
width: 100%;
}
#growth .flex_wrap:nth-of-type(1) .img_box{
  order: 2;
  }
  #growth .flex_wrap:nth-of-type(1) .txt_box{
    order: 1;
  }
#growth .flex_wrap .img_box p.small{
  margin-top: 15px;
}
#growth .flex_wrap .txt_box{
  width: 100%;
}
#growth h3 {
  font-size: 18px;
  line-height: 2;
  text-align: center;
}
#growth .flex_wrap .txt_box h3 span{
  text-align: center;
  padding: 5px 3%;
  display: inline;
}
#growth .flex_wrap .txt_box p{
  margin: 30px 0 20px;
}
/* #growth .flex_wrap:nth-of-type(1) .txt_box p{
  margin: 30px 0 0px;
} */
#growth .position_img{
  width: 110px;
  position: absolute;
  bottom: -180px;
  right: 2%;
}
#goods{
  background-image: url(/smileunchipj/img/bk_nami-y-sp.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom center;
    padding: 0 4% 120px;
}
#goods .sec_inner {
  background-color: #fff;
  border-radius: 120px 120px 50px 50px;
  padding: 50px 4% 10px;
}
#goods h2 img {
  width: 120px;
  margin-bottom: 40px;
}
#goods .position_img {
  width: 70px;
  position: absolute;
  top: 105px;
  right: 8%;
}
#goods .grid_wrap{
  max-width: 690px;
  margin: 0 auto 40px;
  display: grid;
  grid-template-columns: 45% 55%;
  grid-template-rows: 185px 234px;
}
#goods .grid_wrap:nth-of-type(3){
  grid-template-columns: 44% 56%;
  grid-template-rows: 220px 250px;
}
#goods .grid_wrap .img_box{
  grid-column:  1 / 2;
  grid-row: 1 / 2;
  margin-right: 0%;
}
#goods .grid_wrap .img_box img{
  height: 100%;
}
#goods .grid_wrap:nth-of-type(3) .img_box{
  padding: 0 5%;
  }
  #goods .grid_wrap h3{
    grid-column:  2 / 3;
    grid-row: 1 / 2;
    background-position: top 30% center;
    font-size: 16px;
    line-height: 1.8rem;
    padding-top: 48%;
    }
  #goods .grid_wrap:nth-of-type(3) h3{
    background-position: top 30% center;
   }
  #goods .grid_wrap .txt_box{
    grid-column:  1 / 3;
    grid-row: 2 / 3;
    border-radius: 25px;
    padding: 30px 8%;
    margin-top: 16px;
    }
    #goods .grid_wrap .txt_box h4{
      font-size: 16px;
    }
    #campaign {
      background-image: none;
      padding: 40px 4% 110px;
  }
  #campaign h2 img {
    margin-bottom: 30px;
    padding: 0 2%;
}
#campaign .campaign_cont {
  border-radius: 10px;
  padding: 0 4%;
}
#campaign .campaign_present {
  margin: 44px auto 40px;
}
#campaign .campaign_present .day_txt {
  margin: 20px 0 27px;
}
#campaign .campaign_present p.y_box {
  border-radius: 10px;
  padding: 25px 10px;
  margin-bottom: 40px;
  text-align: left;
}
#campaign .campaign_present .oubo_link {
  max-width: 285px;
} 
#campaign .campaign_present .oubo_link a{
  display: block;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  background-color: #F08300;
  border-bottom: 6px solid #FFF000;
  border-radius: 40px;
  padding: 17px 0;
} 
#campaign .campaign_present .oubo_link a span{
  font-size: 14px;
  display: block;
}
#campaign .campaign_goods h4{
  font-size: 16px;
}
#campaign .campaign_goods h4:before,#campaign .campaign_goods h4:after {
  width: 37%;
}
#campaign .flex_wrap .flex_box{
  width: 100%;
}
#campaign .flex_wrap .flex_box img{
  width: 96%;
}
#campaign .flex_wrap .flex_box:nth-child(2) img{
  width: 65%;
}
#campaign .flex_wrap .flex_box p{
  margin:23px 0 15px;
  line-height: 1.6;
}
footer{
  text-align: center;
  padding: 30px 0 30px;
  }
  footer .footer_img {
    width: 245px;
  margin: 0 auto 25px;
  }

}

/* ====================================
	 pagetopボタン
==================================== */
#page-top {
  text-align: center;
  position: absolute;
  bottom: 210px;
  right: 5%;
  width: 72px;
}
#page-top a{
  color: #E60312;
  font-weight: 700;
}
#page-top a img{
  width: 50px;
  margin-top: 5px;
}
@media screen and (max-width:767px) {
  #page-top {
    bottom: 160px;
    width: 60px;
  }
  #page-top a img{
    width: 40px;
  }
}

/* ====================================
	 アニメーション
==================================== */
/* スクロールフェードイン */
.fadein {
  opacity: 0;
  transform: translate(0,0);
  transition: all 1.5s;
}
.fadein.fadein-bottom{
    transform: translate(0,30px);
}
.fadein.scrollin{
  opacity: 1 !important;
  transform: translate(0, 0) !important;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}