@charset "utf-8";
/*===== CSS RESET =====*/

#douga{
  position: relative;
}


#douga .item img {
  z-index: 1;
}

#douga iframe {
  position: absolute;
  left: 22%;
  top: 37%;
  z-index: 2;
	width: 56%;
	height: 56%;
}

#douga video {
  position: absolute;
  left: 0px;
  top: 2720px;
  z-index: 1;
	width:800px;
	height: 450px;
}


@media screen and (max-width: 800px) 
{
.conbox {
	position: relative;
	margin-bottom:-22px;
}

.conbox .conbox_in {
	position: absolute;
    top: 2px;
	left: 5%;
    width: 90%;
    padding: 15px 15px 0px 15px;
	margin-bottom:0px;
}

.conbox .title h2 {
	margin-top: 4px;
	font-size: 26px;
	font-weight: 200;
	text-align: center;
	color:#f965ae;
}

.conbox .title2 h2 {
	font-size: 22px;
	font-weight: 200;
	text-align: left;
	margin-top:24px;
	margin-bottom: 10px;
	color:#41a7c8;
}

.conbox .sub_title h3 {
	margin-top: 12px;
	margin-bottom: 14px;
	font-size: 13px;
	font-weight: 100; 
	collor:#555555;
	text-align: center;
}
.tex {
	font-size: 15px;
	line-height: 28px;
}

.touhoku{
	width: 140px;
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
    top: 500px;
	right: 5%;
}

.tex2 {
	font-size: 15px;
	line-height: 26px;
}
 }

@media screen and (min-width:801px) 
{
.conbox {
	position: relative;
	margin-bottom:-22px;
}

.conbox .conbox_in {
	position: absolute;
    top: 2px;
	left: 5%;
    width: 90%;
    padding: 15px 30px 0px 30px;
	margin-bottom:0px;
}

.conbox .title h2 {
	margin-top: 34px;
	font-size: 47px;
	font-weight: 500;
	text-align: center;
	color:#f965ae;
}

.conbox .title2 h2 {
	font-size: 47px;
	font-weight: 400;
	text-align: left;
	margin-top:64px;
	margin-bottom: 10px;
	color:#41a7c8;
}

.conbox .sub_title h3 {
	margin-top: 12px;
	margin-bottom: 14px;
	font-size: 25px;
	font-weight: 500; 
	collor:#555555;
	text-align: center;
}
.tex {
	font-size: 28px;
	line-height: 58px;
}

.touhoku{
	width: 140px;
	float: right;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
    top: 500px;
	right: 5%;
}

.tex2 {
	font-size: 25px;
	line-height: 52px;
}
 }


	

/*ボックス全体*/
.accbox {
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
    padding: 0;
    width: 100%;/*最大幅*/
}

/*ラベル*/
.accbox label {
    display: block;
    margin: 0px 0px;
    padding : 0px 0px;
    font-weight: bold;
    background :#a4cbf3;
    cursor :pointer;
    transition: all 0.5s;
}

/*ラベルホバー時*/
.accbox label:hover {
    background :#85baef;
}

/*チェックは隠す*/
.accbox input {
    display: none;
}

/*中身を非表示にしておく*/
.accbox .accshow {
    height: 0;
    padding: 0;
    overflow: hidden;
    opacity: 0;
    transition: 0.8s;
}

/*クリックで中身表示*/
.cssacc:checked + .accshow {
    height: auto;
    padding: 0px;
    background: #eaeaea;
    opacity: 1;
}





html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,cite,code,del,dfn,img,ins,kbd,q,s,samp,
strike,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,
embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video,input,textarea,select {
  border: 0;
  font-size: 100%;
  margin: 0;
  outline: none;
  padding: 0;
  vertical-align: baseline;
}
.clear {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  clear: both;
  content: " ";
  display: table;
}
ul,
ol {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table,
caption,
tbody,
thead,
tfoot,
tr,
th,
td {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 1px solid #c0c0c0;
}
textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
}
input,
textarea,
select {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
input[type="radio"] {
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
input[type="text"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
button,
input,
textarea,
select,
optgroup {
  color: inherit;
  font-family: inherit;
}
input,
select {
  vertical-align: middle;
}
sub,
sup {
  position: relative;
  line-height: 0;
  font-size: 75%;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
* {
  box-sizing: border-box;
}
*:before {
  box-sizing: border-box;
}
*:after {
  box-sizing: border-box;
}
.clickable,
label,
select,
button,
input[type="button"],
input[type="reset"],
input[type="submit"],
input[type="radio"],
input[type="file"],
input[type="checkbox"] {
  cursor: pointer;
  transform: translate3d(0, 0, 0);
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  appearance: button;
}
input[type="search"] {
  box-sizing: content-box;
  appearance: textfield;
}
input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
small {
  font-size: 80%;
}
html {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-tap-highlight-color: transparent;
  max-width: 800px;
  margin: 0 auto;
  background: #fff; /* Fills the page */
  position: relative; /* Fix for absolute positioning */	
}
body {
  background: #fff;
  color: #2c2c2c;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 14px;
  line-height: 1.4;
  -webkit-backface-visibility: hidden;
  -webkit-overflow-scrolling: touch;
}
/*===== COMMON =====*/
.right {
  float: right;
}
.left {
  float: left;
}
.hide {
  display: none !important;
  visibility: hidden;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  outline: 0;
}
.ft_serif {
  font-family: "Hiragino Mincho Pro", Times, "Times New Roman", Georgia, serif;
}
a {
  color: #FFFFFF;
  text-decoration: none;
}

:focus {
  outline: 0;
}
img {
  display: block;
  width: 100%;
}
.img-inline {
  display: inline-block;
}

#dummy{width:100%; position:absolute; top:0; left:0; z-index:1;}
#dummy2{position:absolute;}

.container {
  overflow: hidden;
/*  max-width: 640px;*/
  margin-left: auto;
  margin-right: auto;
}
.wrapper {
    padding-left: 5%;
    padding-right: 5%;
    padding-top: 0px;
}
.scroll-id {
  position: relative;
  top: -50px;
  left: 0;
  right: 0;
  z-index: 1;
  height: 1px;
  background-color: transparent;
  opacity: 0;
}
@media only screen and (max-width: 350px) {
  .scroll-id {
    top: -50px;
  }
}
.btn-default {
  position: relative;
  display: block;
  padding: 12px 10px 11px;
  height: 37px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: center;
  line-height:1;
}
.btn-default:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 7px;
  z-index: 1;
  width: 17px;
  height: 10px;
  margin-top: -5px;
  background: url('../img/icon_arrow.png') no-repeat;
  background-size: 100% auto;
}
.btn-default2:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 7px;
  z-index: 1;
  width: 17px;
  height: 10px;
  margin-top: -5px;
  background: url('../img/icon_arrow2.png') no-repeat;
  background-size: 100% auto;
}
.btn-default.link-yellow {
  width: 100%;
  background-image: url('../img/bgd_btn_b.png');
}
.btn-default.link-yellow.full {
  background-image: url('../img/bgd_btn_b01.png');
}
.btn-default.link-grey {
  background-image: url('../img/bgd_btn_grey.png');
}
.btn-default.link-grey.full {
  background-image: url('../img/bgd_btn_grey01.png');
}
.btn-border-arrow {
  position: relative;
  display: block;
  height: 34px;
  margin-top: 12px;
  text-align: center;
}
.wrapper .desc .btn-border-arrow.btn-no-arrow {
}
.btn-border-arrow:before,
.btn-border-arrow:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  width: 5px;
  height: 34px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.btn-border-arrow:before {
  left: 0;
  background-image: url('../img/img_border_left.png');
}
.btn-border-arrow:after {
  right: 0;
  background-image: url('../img/img_border_right.png');

}
.btn-border-arrow .outer {
  position: relative;
  display: block;
}
.btn-border-arrow .outer:before {
  content: '';
  position: absolute;
  top: 0;
  left: 5px;
  right: 5px;
  bottom: 0;
  z-index: 1;
  background: url('../img/img_border_middle.png') repeat-x;
  background-size: 1px 100%;
}
.btn-border-arrow .text {
    position: relative;
    z-index: 10;
    display: block;
    padding: 8px;
    font-size: 13px;
    color: #515151;
}
.btn-border-arrow .text:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 7px;
  z-index: 1;
  width: 17px;
  height: 10px;
  margin-top: -4px;
  background: url('../img/icon_arrow2.png') no-repeat;
  background-size: 100% auto;
}
.btn-border-arrow.btn-no-arrow .text:before {
  content: none;
}
.group-link form {
  position: relative;
  z-index:8;
}
.group-link input[type="image"] {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.ttl-border {
  margin-top: 23px;
  padding: 8px 0;
  border-top: solid 1px #2c2c2c;
  border-bottom: solid 1px #2c2c2c;
}
.ttl-border img {
  width: auto;
  height: 18px;
}
.list-li-curcle li {
  position: relative;
  padding-left: 15px;
  line-height: 1.5;
}
.list-li-curcle li:before {
  content: '';
  position: absolute;
  top: 4px;
  left: 0;
  z-index: 1;
  width: 12px;
  height: 12px;
  border: solid 1px #2c2c2c;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
}
.list-li-curcle li ~ li {
  margin-top: 4px;
}
/*===== FOOTER =====*/
footer .btn-top {
  display: block;
  height: 34px;
  background: #fdff57 url('../img/icon_top.png') no-repeat center center;
  background-size: 12px 17px;
}
footer .menu-footer {
  margin-top: 20px;
}
footer .menu-footer ul {
  font-size: 0;
}
footer .menu-footer li {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
  border-left: solid 1px #2c2c2c;
  font-size: 11px;
}
footer .menu-footer li:last-child {
  border-right: solid 1px #2c2c2c;
}
footer .menu-footer a {
  color: #515151;
  display: block;
  padding: 0 10px;
  font-size: 11px;
}
footer .copyright {
  padding: 11px 0;
  font-size: 10px;
}
/*===== HOMEPAGE =====*/
/* ヘッダー */
#gHeader{
    padding-top: 8px;
    padding-right: 2%;
    padding-left: 2%;
    padding-bottom: 8px;
    overflow: hidden;
    zoom: 1;
    position: relative;
    z-index: 3;
}
#gHeader img{width:100%;}
#gHeader .logo{
    width: 40%;
    float: left;
    margin-bottom: 0px;
}
#gHeader .link{float:right; width:46%;}


/*section banner*/
.sec-banner {
  position: relative;
  z-index:3;
}

/*main menu*/
.main-menu {
  width:100%;
  background-color:#fff;
  box-shadow:0px 5px 20px 0px rgba(0,0,0,0.1);
  position:relative;
  top:0; left:0;
  z-index:3;
}
.change{display:none; position:fixed; z-index:99;}

.main-menu ul {
  *zoom: 1;
}
.main-menu ul:before,
.main-menu ul:after {
  display: table;
  content: "";
}
.main-menu ul:after {
  clear: both;
}
.main-menu ul:after {
  clear: both;
  content: " ";
  display: table;
}
.main-menu li {
  width: 33.33333333%;
  float: left;
  border-top: solid 1px #eaeaea;
  border-right: solid 1px #eaeaea;
}

.main-menu li:nth-child(6n+1),
.main-menu li:first-child {
  border-left: solid 1px #eaeaea;
}
.main-menu li a {
  display: block;
  padding: 12px 0;
}
.main-menu li img {
  width: auto;
  height: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 350px) {
  .main-menu li img {
    height: 14px;
  }
}
.main-menu .active a {
  background: url('../img/bgd_nav.jpg') no-repeat;
  background-size: 100% 100%;
}
.main-menu.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
/*  max-width: 640px;*/
  margin-left: auto;
  margin-right: auto;
}
.main-menu.fixed + .sec-spf {
  margin-top: 81px;
}
@media only screen and (max-width: 350px) {
  .main-menu.fixed + .sec-spf {
    margin-top: 77px;
  }
}
/*section spf*/
.sec-spf {
  padding: 48px 0 40px;
  background: url('../img/bgd_spf.jpg') no-repeat top center;
  background-size: 100% auto;
  position:relative;
  z-index:3;
}
.sec-spf .ttl-spf img {
  width: auto;
  height: 91px;
}
@media only screen and (max-width: 374px) {
  .sec-spf .ttl-spf img {
    width: 100%;
    height: auto;
  }
}
.sec-spf .text {
  line-height: 1.95;
}
.sec-spf .sub-ttl {
  margin: 24px 0 8px;
  font-size: 18px;
  line-height: 1.5;
}
.sec-spf .note {
  margin-top: 5px;
  font-size: 10px;
}
.list-step {
  *zoom: 1;
  max-width: 338px;
  margin: 31px auto 0;
}
.list-step:before,
.list-step:after {
  display: table;
  content: "";
}
.list-step:after {
  clear: both;
}
.list-step:after {
  clear: both;
  content: " ";
  display: table;
}
.list-step .item {
  width: 50%;
  float: left;
  margin-bottom: -9px;
}
.list-step .item img {
  width: auto;
  height: 193px;
}
.list-step .item01 img,
.list-step .item03 img {
  margin-left: -20px;
}
.list-step .item02 img,
.list-step .item04 img {
  margin-left: -6px;
}
.list-step .item03 {
  clear: left;
}
@media only screen and (max-width: 360px) {
  .list-step {
    max-width: 290px;
  }
  .list-step .item img {
    height: 170px;
  }
}
.list-product {
  *zoom: 1;
  margin-top: 4px;
}
.list-product:before,
.list-product:after {
  display: table;
  content: "";
}
.list-product:after {
  clear: both;
}
.list-product:after {
  clear: both;
  content: " ";
  display: table;
}
.list-product .item {
  width: 50%;
  float: left;
  padding: 0 5px 0 16px;
  position:relative;
}
.list-product .item:first-child {
  padding: 0 16px 0 5px;
}
.list-product .img_thumb {
  max-width: 147px;
  margin-left: auto;
  margin-right: auto;
}
.sec-spf .icon423 {width:28%; position:absolute; top:4px; left:0;}
.list-product .ttl-article {
  margin-top: 11px;
  font-size: 15px;
  line-height: 1.2;
  font-feature-settings:"palt";
  letter-spacing:-1px;
}
@media only screen and (max-width: 360px) {
.list-product .ttl-article{font-size:13px;}
}
.list-product .code {
  margin-top: 6px;
  padding: 5px;
  background: url('../img/bgd_code.jpg') no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
}
.list-product .info {
  margin-top: 7px;
}
.list-product .info .txt {
  display: block;
  font-size: 9px;
  font-feature-settings: "palt";
}
.list-product .icon_spf{margin-top:10px;}
.list-product .info .num {
  display: block;
  margin-top: 3px;
  font-size: 12px;
}
.banner-sub {
  display: table;
  width: 97%;
  height: 89px;
  margin: 39px auto 0;
  background: url('../img/bgd_banner_sub2.jpg') no-repeat center center;
  background-size: cover;
}
.banner-sub span {
  display: table-cell;
  vertical-align: middle;
  padding-top: 5px;
}
.banner-sub img {
  width: auto;
  height: 59px;
}
@media only screen and (max-width: 374px) {
.banner-sub img {
  width: 90%;
  height: auto;
}
}
/*section protect*/
.sec-protect {
  position: relative;
  padding: 53px 0 40px;
  border-top: solid 1px #a09f9f;
  z-index:5;
}
.sec-protect .ttl-protect img {
  width: auto;
  height: 98px;
}
.sec-protect .inner {
  margin-top: 42px;
}
.sec-protect .item01 .ttl-article {
  margin-top: 38px;
}
.sec-protect .item01 .ttl-article .label {
  top: -72px;
  left: -58px;
}
@media only screen and (max-width: 374px) {
  .sec-protect .item01 .ttl-article .label {
    left: -30px;
  }
}
.sec-protect .item02 .ttl-article {
  top: -90px;
}
.sec-protect .item02 .ttl-article .label {
  top: -71px;
  right: -59px;
}
@media only screen and (max-width: 374px) {
  .sec-protect .item02 .ttl-article .label {
    right: -35px;
  }
}
.sec-protect .item02 .desc {
    margin-top: 10px;
    font-size: medium;
}
.sec-protect .item03 {
  margin-top: 20px;
}
.sec-protect .item03 .ttl-article {
  margin-top: 32px;
}
.sec-protect .item03 .ttl-article .label {
  top: -101px;
  left: -85px;
}
.sec-protect .item03 .ttl-article .label img {
  margin-top: 14px;
}
@media only screen and (max-width: 374px) {
  .sec-protect .item03 .ttl-article .label {
    left: -58px;
  }
}
.sec-protect .item04 .ttl-article {
  top: -16px;
}
.sec-protect .item04 .ttl-article .label {
  top: -70px;
  right: -72px;
}
.sec-protect .item04 .ttl-article .label img {
  margin-top: 7px;
}
@media only screen and (max-width: 374px) {
  .sec-protect .item04 .ttl-article .label {
    right: -45px;
  }
}
.sec-protect .item04 .desc {
  margin-top: -5px;
}
.sec-protect .ttl-article {
  position: relative;
  display: inline-block;
}
.sec-protect .ttl-article > img {
  position: relative;
  z-index: 5;
  width: auto;
  height: 89px;
}
.sec-protect .ttl-article .label {
  position: absolute;
  z-index: 1;
  display: table;
  width: 115px;
  height: 115px;
  background: url('../img/bgd_curcle.png') no-repeat;
  background-size: 100% 100%;
}
.sec-protect .ttl-article .label span {
  display: table-cell;
  vertical-align: middle;
}
.sec-protect .ttl-article .label img {
  width: auto;
  height: 23px;
}
.sec-protect .desc {
  margin-top: 11px;
}
.sec-protect .desc p {
    overflow: hidden;
    height: 156px;
    line-height: 1.95;
		
font-size: calc(80% + 0.8vw)
}


/*section organic*/
.sec-organic {
  position: relative;
  padding-top: 49px;
  border-top: solid 1px #a09f9f;
}
.sec-organic .ttl-organic img {
  width: auto;
  height: 62px;
}
.sec-organic .code{margin-top:6px; padding:5px; display:inline-block; background:url('../img/bgd_code.jpg') no-repeat; background-size:100% 100%; color:#fff; font-size:14.5px; font-weight:bold; line-height:1.3; text-align:center; }
.sec-organic .code:nth-of-type(1){width:40%;}
.sec-organic .code:nth-of-type(2){width:55%; margin-left:5%;}
.sec-organic .note{margin-top:13px;  font-size:10px;}
.sec-organic .content-article {
  padding-top: 27px;
  background-color: #fafafa;
}
.sec-organic .content-article .item-intro-product {
  margin-top: 0;
}
.sec-organic .content-article .item-intro-product ~ .item-intro-product {
  margin-top: 46px;
}
.list-tag {
  *zoom: 1;
  margin-top: 8px;
  padding: 0 15px;
}
.list-tag:before,
.list-tag:after {
  display: table;
  content: "";
}
.list-tag:after {
  clear: both;
}
.list-tag:after {
  clear: both;
  content: " ";
  display: table;
}
.list-tag + .txt {
  margin-top: 16px;
}
.list-tag + .txt img {
  width: auto;
  height: 47px;
}
.list-tag li {
  width: 48.5%;
  margin-top: 4px;
  border: solid 1px #a0a0a0;
  text-align: center;
}
.list-tag li:nth-child(odd) {
  float: left;
}
.list-tag li:nth-child(even) {
  float: right;
}
.list-tag li:nth-child(5) {
  clear: left;
  width: 100%;
}
.list-tag li:nth-child(5) p {
  min-width: 0;
}
.list-tag li:nth-child(5) p:before {
  left: -20px;
}
.list-tag li:first-child p {
  padding-left: 11px;
}
.list-tag p {
  position: relative;
  display: inline-block;
  min-width: 95px;
  padding: 6px 0;
}
.list-tag p:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -7px;
  z-index: 1;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  background: url('../img/icon_x.png') no-repeat;
  background-size: 100% 100%;
}
.item-intro-product {
  position: relative;
  margin-top: 41px;
}
.item-intro-product .box-info {
  position: relative;
  top: -143px;
  z-index: 5;
  padding: 30px 0 46px;
}
.item-intro-product .box-info:before {
  content: '';
  position: absolute;
  top: 0;
  left: -8px;
  right: -8px;
  bottom: 0;
  z-index: 1;
  background: url('../img/bgd_shadow.png') no-repeat;
  background-size: 100% 100%;
}
.item-intro-product .box-info .logo-spf {
  position: absolute;
  top: -90px;
  right: -20px;
  z-index: 12;
  width: 114px;
  height: 129px;
}
.item-intro-product .box-info .inner {
  position: relative;
  z-index: 10;
  padding: 0 39px;
}
@media only screen and (max-width: 374px) {
  .item-intro-product .box-info .inner {
    padding: 0 12px;
  }
}
.item-intro-product .box-info .ttl-article {
  position: relative;
  z-index: 10;
}
.item-intro-product .box-info .ttl-article img {
  width: auto;
  height: 37px;
}
/*.item-intro-product.item-pro02 .box-info .ttl-article img {
  height: 64px;
}*/
.item-intro-product .box-info li {
  margin-top: 10px;
}
.item-intro-product .box-info li ~ li {
  margin-top: 6px;
}
.item-intro-product .box-info .label,
.item-intro-product .box-info .text {
  display: inline-block;
  vertical-align: middle;
}
.item-intro-product .box-info .label {
  width: 135px;
  padding: 5px 0;
  border: solid 1px #464646;
  font-size: 12px;
}
.item-intro-product .box-info .text {
  margin-left: 10px;
  font-size: 13px;
}
@media only screen and (max-width: 374px) {
  .item-intro-product .box-info .text {
    margin-left: 5px;
  }
}
.item-intro-product .box-info .group-link {
  margin-top: 16px;
}
.item-intro-product .ttl-info {
  margin-top: 24px;
}
.item-intro-product .ttl-info img {
  width: auto;
  height: 48px;
}
.item-intro-product .desc {
  margin-top: 10px;
}
.item-intro-product .desc p {
  overflow: hidden;
  height: 54px;
  line-height: 1.9;
}

.item-intro-product .desc .note {
  display: block;
  font-size: 10px;
}
.item-intro-product .group-link-modal {
  *zoom: 1;
  margin: 5% 0;
  padding: 0;
  background: #fff;
}
.item-intro-product .group-link-modal:before,
.item-intro-product .group-link-modal:after {
  display: table;
  content: "";
}
.item-intro-product .group-link-modal:after {
  clear: both;
}
.item-intro-product .group-link-modal:after {
  clear: both;
  content: " ";
  display: table;
}
@media only screen and (max-width: 374px) {
  .item-intro-product .group-link-modal {
    padding: 0;
  }
}
.item-intro-product .group-link-modal .btn-border-arrow {
  margin-top: 0;
  width: 46%;
  float: right;
}
.item-intro-product .group-link-modal .btn-border-arrow:first-child {
  float: left;
}
.item-intro-product .group-link-modal .btn-border-arrow .text {
  padding-right: 20px;
  padding-left: 5px;
  white-space: nowrap;
  font-size:0.95em;
}
.item-intro-product ~ .item-intro-product {
  margin-top: 0;
}
.item-intro-product.item-pro02 .box-info {
  top: -123px;
}
.item-intro-product.item-pro02 .list-check {
  margin-top: -81px;
}
.item-intro-product.item-pro02 .list-check li {
  margin-top: 20px;
}
.item-intro-product.item-pro02 .list-check li ~ li {
  margin-top: 13px;
}
.item-intro-product.item-pro02 .list-check .image img {
  height: 168px;
  margin-left: -42px;
}
.item-intro-product.item-pro02 .list-purchase .col:first-child img {
  margin-left: 20px;
}
.item-intro-product.item-pro02 .list-purchase .row .col:last-child {
  left: 128px;
}
.item-intro-product.item-pro02 .list-purchase .group-link {
  margin-top: 14px;
}
.list-check {
  margin-top: -108px;
  padding-bottom: 47px;
}
.list-check .image img {
  width: auto;
  height: 141px;
  margin-left: -28px;
}
.list-check li {
  margin-top: 14px;
}
.list-check li ~ li {
  margin-top: 13px;
}
.list-check li span {
  display: inline-block;
  padding-left: 26px;
  background: url('../img/icon_check.png') no-repeat 5px 4px;
  background-size: 12px 12px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: -0.05em;
}
.list-check .note {
  margin-top: 13px;
  padding-left: 25px;
  font-size: 10px;
}
.list-purchase {
  margin: 30px 0 0;
}
.list-purchase li {
  position: relative;
  border-top: solid 1px #b9b9b9;
}
.list-purchase li:first-child {
  border-top: 0;
}
.list-purchase .ttl-pur {
  padding: 7px 10px;
  background-color: #fdff57;
}
.list-purchase .inner {
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  padding: 13px 0 24px;
}
.list-purchase .row {
  position: relative;
}
.list-purchase .row .col:last-child {
  position: absolute;
  top: 50%;
  left: 142px;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.list-purchase .col p {
  font-size: 13px;
  text-align: left;
}
.list-purchase .col .num {
  display: block;
  margin-top: 5px;
}
.list-purchase .col:first-child img {
  width: 129px;
  margin-left: -6px;
}
/*section light*/
.sec-light {
  position: relative;
  padding: 60px 0 88px;
  background: url('../img/bgd_light.jpg') no-repeat top center;
  background-size: cover;
}
.sec-light .ttl-light img {
  width: auto;
  height: 65px;
}
@media only screen and (max-width: 350px) {
  .sec-light .ttl-light img {
    height: 55px;
  }
}
.sec-light .wrapper > p {
  margin-top: 15px;
  line-height: 1.9;
}
.sec-light .btn-border-arrow {
  margin-top: 0;
  background-color: #fff;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.list-light {
  margin-top: 19px;
}
.list-light li {
  display: table;
  width: 100%;
  margin-top: 10px;
}
.list-light li:first-child {
  margin-top: 0;
}
.list-light .image,
.list-light .desc {
  display: table-cell;
  vertical-align: top;
}
.list-light .image {
  width: 78px;
}
.list-light .desc {
  padding-left: 17px;
}
.list-light .desc p {
  /*margin-top: -5px;*/
  font-size: 13px;
  line-height: 1.7;
}
.image-swipe {
  overflow-y: hidden;
  overflow-x: auto;
  position: relative;
  margin-top: 20px;
}
.image-swipe .image {
  width:100%;
}
.image-swipe .icon-swipe {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  width: 95px;
  height: 95px;
  margin-top: -41px;
  margin-left: -47px;
}
/*section caution*/
.sec-caution {
  position: relative;
}
.sec-caution .wrapper {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.sec-caution .ttl-caution {
  position: relative;
  top: -36px;
  z-index: 5;
}
.sec-caution .ttl-caution img {
  width: auto;
  height: 76px;
}
@media only screen and (max-width: 374px) {
  .sec-caution .desc p {
    font-size: 12px;
  }
  .sec-caution .ttl-caution img {
    width: 100%;
    height: auto;
  }
}
.sec-caution .desc p {
  margin-top: 12px;
  color: #fff;
  line-height: 1.9;
}
.sec-caution .sub-ttl {
  margin-top: -3px;
}
@media only screen and (max-width: 374px) {
  .sec-caution .sub-ttl {
    margin-top: -22px;
  }
}
.sec-caution .sub-ttl img {
  width: auto;
  height: 18px;
}
.box-yellow {
  position: relative;
  padding: 27px 0 22px;
  background-color: #fdff57;
}
.box-yellow:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -20px;
  z-index: 1;
  width: 147px;
  height: 24px;
  margin-left: -74px;
  background: url('../img/icon_arrow_yellow.png') no-repeat;
  background-size: 100% 100%;
}
.box-yellow img {
  width: auto;
  height: 186px;
}
@media only screen and (max-width: 360px) {
  .box-yellow img {
    width: 100%;
    height: auto;
  }
}
/*section sunscreen*/
.sec-sunscreen {
  padding: 65px 0 140px;
  background: url('../img/bgd_sunscreen.jpg') no-repeat 50% 100%;
  background-size: 100% auto;
}
.sec-sunscreen .ttl-sunscreen img {
  width: auto;
  height: 126px;
}
@media only screen and (max-width: 374px) {
  .sec-sunscreen .ttl-sunscreen img {
    width: 100%;
    height: auto;
  }
}
.sec-sunscreen p {
  margin-top: 30px;
  line-height: 1.9;
}
.sec-sunscreen .sub-ttl {
  margin-top: 23px;
  padding: 9px 10px;
  border-top: solid 1px #2c2c2c;
  border-bottom: solid 1px #2c2c2c;
  font-size: 15px;
  font-weight: normal;
}
.sec-sunscreen .image-swipe {
  margin-top: 10px;
}
.sec-sunscreen .image-swipe .icon-swipe {
  margin-top: -55px;
}
/*section uv series*/
.sec-uv-series {
  position: relative;
  padding-top: 55px;
}
.sec-uv-series .ttl-uv img {
  width: auto;
  height: 95px;
}
@media only screen and (max-width: 374px) {
  .sec-uv-series .ttl-uv img {
    width: 100%;
    height: auto;
  }
}
.sec-uv-series .wrapper > p {
  margin-top: 13px;
  line-height: 1.9;
}
.list-uv .item01 {
  margin-top: 32px;
}
.list-uv .item01 .media-heading .col01 {
  left: -19px;
}
.list-uv .item01 .media-heading .col01 img {
  height: 122px;
}
@media only screen and (max-width: 374px) {
  .list-uv .item01 .media-heading .col01 img {
    height: 90px;
  }
}
.list-uv .item02 .media-heading .col01,
.list-uv .item03 .media-heading .col01 {
  left: 19px;
}
.list-uv .item02 .media-heading .col01 img,
.list-uv .item03 .media-heading .col01 img {
  height: 148px;
}
@media only screen and (max-width: 374px) {
  .list-uv .item02 .media-heading .col01 img,
  .list-uv .item03 .media-heading .col01 img {
    margin-left: -20px;
  }
}
.list-uv .item02 {
  margin-top: 50px;
}
.list-uv .item03 {
  margin-top: 41px;
}
.list-uv .media-heading {
  position: relative;
}
.list-uv .media-heading .col01 {
  position: absolute;
  top: 53%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.list-uv .media-heading .col01 img {
  width: auto;
}
.list-uv .media-heading .col02 {
  margin-left: 156px;
  max-width: 181px;
}
@media only screen and (max-width: 374px) {
  .list-uv .media-heading .col02 {
    margin-left: 107px;
  }
}
.list-uv .media-heading .col02 .img-label {
  width: auto;
  height: 72px;
  margin-left: -7px;
}
.list-uv .media-heading .col02 .img-ttl {
  width: auto;
  height: 40px;
}
.list-uv .media-heading .col02 p {
  margin-top: 8px;
  padding: 6px;
  border: solid 1px #2c2c2c;
  color: #000;
  font-size: 12px;
}
.list-uv .media-body {
  margin-top: 19px;
}
.list-uv .media-body > p {
  line-height: 1.9;
}
.list-uv .media-body > p span {
  display: inline-block;
  vertical-align: middle;
  margin-left: 5px;
  padding-bottom: 4px;
  font-size: 10px;
}
.list-uv .link-acc {
  position: relative;
  top: 7px;
  margin-top: 0;
  background: url('../img/bgd_link.jpg') repeat-y;
  background-size: 100% 100%;
  border-color: #a0a0a0;
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
  border-bottom-left-radius: 7px;
  border-bottom-right-radius: 7px;
}
.list-uv .link-acc .icon {
  position: absolute;
  top: 50%;
  right: 14px;
  z-index: 5;
  width: 15px;
  height: 15px;
  margin-top: -7.5px;
}
.list-uv .link-acc .plus {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.list-uv .link-acc .plus:before,
.list-uv .link-acc .plus:after {
  content: '';
  position: absolute;
  z-index: 1;
  background-color: #2c2c2c;
}
.list-uv .link-acc .plus:before {
  top: 50%;
  left: 0;
  right: 0;
  width: 100%;
  height: 1px;
  margin-top: -1px;
}
.list-uv .link-acc .plus:after {
  top: 0;
  left: 50%;
  bottom: 0;
  width: 1px;
  height: 100%;
  margin-left: -1px;
  transition-duration: .3s;
  -webkit-transition-property: opacity, transform;
  -ms-transition-property: opacity, transform;
  transition-property: opacity, transform;
  opacity: 1;
}
.list-uv .item-acc.active .link-acc .plus:after {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
      transform: rotate(90deg);
  opacity: 0;
}
.list-uv .content-acc {
  display: none;
  background: url('../img/bgd_grey.jpg') repeat-y;
  background-size: 100% 1px;
  font-size: 12px;
}
.list-uv .content-acc .inner {
  padding-top: 7px;
}
.list-uv .content-acc .row {
  position: relative;
  border-top: solid 1px #fff;
}
.list-uv .content-acc .row:first-child {
  border-top: 0;
}
.list-uv .content-acc .row .col {
  padding: 8px 12px 9px 122px;
}
.list-uv .content-acc .row .col p,
.list-uv .content-acc .row .col li {
  font-size: 13px;
}
.list-uv .content-acc .row .col p {
  line-height: 1.4;
}
.list-uv .content-acc .row .col p ~ p {
  margin-top: 10px;
}
.list-uv .content-acc .row .col:first-child {
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 1;
  padding: 0 0 0 12px !important;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
}
.list-uv .content-acc .row .col:first-child p {
  font-weight: bold;
}
.list-uv .content-acc .row.row03 .col {
  padding: 23px 0 22px 122px;
}
.list-uv .content-acc .row:last-child .col {
  padding-top: 13px;
}
/*section usage*/
.sec-usage {
  padding-top: 51px;
}
.sec-usage .ttl-usage img {
  width: auto;
  height: 158px;
}
@media only screen and (max-width: 374px) {
  .sec-usage .ttl-usage img {
    width: 100%;
    height: auto;
  }
}
.sec-usage .ttl-click {
  margin-top: 19px;
}
.sec-usage .ttl-click img {
  width: auto;
  height: 19px;
}
.list-tab {
  *zoom: 1;
  border: solid 1px #d3d3d3;
}
.list-tab:before,
.list-tab:after {
  display: table;
  content: "";
}
.list-tab:after {
  clear: both;
}
.list-tab:after {
  clear: both;
  content: " ";
  display: table;
}
.list-tab li {
  width: 25%;
  float: left;
}
.list-tab li:first-child a {
  border-left: 0;
}
.list-tab li a {
  display: block;
  padding: 7px 0 4px;
  border-left: solid 1px #d3d3d3;
}
.list-tab li img {
  width: auto;
  height: 16px;
}
.list-tab .active a {
  background-color: #fdff57;
}
.content-tab .tab-panel {
  padding: 15px 0;
}
.content-tab .tab-panel.tab-panel01 .image,
.content-tab .tab-panel.tab-panel04 .image {
  padding-left: 11px;
}
.content-tab .tab-panel.tab-panel03 .image img {
  height: 177px;
  margin-left: -20px;
}
.content-tab .tab-panel.tab-panel03 .detail {
  padding-left: 6px;
}
.content-tab .ttl-tab img {
  width: auto;
  height: 20px;
}
@media only screen and (max-width: 350px) {
  .content-tab .ttl-tab.ttl-tab01 img {
    width: 100%;
    height: auto;
  }
}
.content-tab .img-thumb {
  margin-top: 12px;
}
.content-tab .img-thumb img {
  width: auto;
  height: 55px;
}
.content-tab .desc {
  display: table;
  width: 100%;
  margin-top: 9px;
  padding-top: 7px;
  border-top: dotted 1px #aeadae;
}
.content-tab .desc p {
  line-height: 1.6;
}
.content-tab .image,
.content-tab .detail {
  display: table-cell;
  vertical-align: top;
}
.content-tab .image img {
  width: auto;
  height: 168px;
}
.content-tab .detail {
  padding: 10px 0 0 23px;
}
.item-function {
  padding: 29px 20px 0;
  background: url('../img/bgd_func.png') no-repeat;
  background-size: 100% 100%;
}
.item-function .ttl-func img {
  width: auto;
  height: 77px;
}
.item-function p {
  margin-top: 12px;
  line-height: 1.9;
}
.item-function > img {
  position: relative;
  bottom: -4px;
  left: 6px;
  z-index: 5;
  width: auto;
  height: 168px;
  margin: 0 auto;
}
/*section campaign*/
.sec-campaign {
  position: relative;
  margin-top: 92px;
}
.sec-campaign .media-heading {
  display: table;
  width: 100%;
  height: 112px;
  background: url('../img/bgd_campaign2.jpg') no-repeat center center;
  background-size: cover;
}
.sec-campaign .media-heading .ttl-campaign {
  display: table-cell;
  vertical-align: middle;
}
.sec-campaign .media-heading .ttl-campaign img {
  width: auto;
  height: 87px;
  margin-top: 12px;
}
.sec-campaign .media-body {
  padding: 34px 0;
  background: #fffcc5 url('../img/bgd_sun1.png') no-repeat top center;
  background-size: 100% auto;
}
.sec-campaign .media-body .ttl-article {
  padding: 9px 10px;
  border-top: solid 1px #9f9e9f;
  border-bottom: solid 1px #9f9e9f;
}
.sec-campaign .media-body .ttl-article span {
  display: block;
  margin-bottom: 4px;
  font-size: 12px;
  font-weight: normal;
}
.sec-campaign .media-body .wrapper p {
  margin-top: 19px;
  line-height: 1.9;
  text-align:left;
}
.sec-campaign .media-body .image {
  position: relative;
  margin: 61px auto 0;
  width: 306px;
  z-index:5;
}
.sec-campaign .media-body .image .img-label {
  position: absolute;
  top: -15px;
  left: -10px;
  z-index: 5;
  width: auto;
  height: 106px;
}
@media only screen and (max-width: 340px) {
  .sec-campaign .media-body .image {
    width: 100%;
  }
  .sec-campaign .media-body .image .img-label {
    top: -30px;
    left: 0;
  }
}
@media only screen and (max-width: 374px) {
  .sec-campaign .media-body .ttl-article {
    padding: 9px 0;
    font-size: 12px;
  }
}
.sec-campaign .item02 {
  margin-top: 9px;
  position:relative;
}
.sec-campaign .bgd_sun{width:120%; position:absolute; top:-50%; left:-10%; z-index:3;}
.sec-campaign .item02 .ttl-article {
  border: 0;
  color: #000;
  position:relative;
  z-index:5;
}
.sec-campaign .item02 .ttl-article span {
  margin: 10px 0 1px;
}
.sec-campaign .item02 .list-li-curcle {
  margin-top: 11px;
  padding: 0 10px;
  text-align:left;
  position:relative;
  z-index:5;
}
.sec-campaign .item02 .list-li-curcle li {
font-feature-settings:"palt";
  padding-left: 18px;
}
.sec-campaign .item02 p.limited{margin-top:10px; padding:0 10px; font-size:14px; text-align:left; position:relative; z-index:5;}
@media only screen and (max-width: 360px) {
  .sec-campaign .item02 .list-li-curcle {
    padding: 0 10px;
  }
}
.sec-campaign .item02 .group-link {
  width: 260px;
  margin: 20px auto 0;
}
/*section further*/
.sec-further .media-heading {
  height: 321px;
  padding-bottom: 60px;
  background: url('../img/bgd_further.png') no-repeat;
  background-size: 100% 100%;
}
.sec-further .media-heading .ttl-further {
  position: relative;
  top: -28px;
  z-index: 5;
}
.sec-further .media-heading .ttl-further img {
  width: auto;
  height: 74px;
}
.sec-further .media-heading > p {
  margin-top: -32px;
  line-height: 1.9;
}
.sec-further .media-heading > p span {
  display: inline-block;
  text-decoration: underline;
}
.sec-further .media-heading .row {
  position: relative;
  *zoom: 1;
  margin-top: 10px;
}
.sec-further .media-heading .row:before,
.sec-further .media-heading .row:after {
  display: table;
  content: "";
}
.sec-further .media-heading .row:after {
  clear: both;
}
.sec-further .media-heading .row:after {
  clear: both;
  content: " ";
  display: table;
}
.sec-further .media-heading .icon-or {
  position: absolute;
  top: 34px;
  left: 50%;
  z-index: 5;
  width: auto;
  height: 20px;
  margin-left: -17px;
}
.sec-further .media-heading .col {
  width: 50%;
  float: left;
}
.sec-further .media-heading .col p {
  margin-top: 3px;
  font-size: 13px;
}
.sec-further .media-heading .col img {
  width: auto;
  height: 77px;
  margin-left: auto;
  margin-right: auto;
}
.sec-further .media-body .sub-ttl {
  margin-top: 12px;
}
.sec-further .media-body .sub-ttl img {
  width: auto;
  height: 50px;
}
@media only screen and (max-width: 360px) {
  .sec-further .media-body .sub-ttl img {
    width: 100%;
    height: auto;
  }
}
.sec-further .media-body .img-coupon {
  width: 338px;
  margin: 12px auto 0;
}
@media only screen and (max-width: 374px) {
  .sec-further .media-body .img-coupon {
    width: 100%;
  }
}
.sec-further .media-body .list-uv {
  max-width: 313px;
  margin: 17px auto 0;
}
.sec-further .media-body .link-acc {
  margin-top: -6px;
}
.sec-further .media-body .content-acc .inner {
  padding: 14px 11px 30px;
}
.sec-further .list-purchase {
  margin-top: 46px;
}
.sec-further .list-purchase .inner {
  position: relative;
  max-width: 300px;
  padding-bottom: 30px;
}
.sec-further .list-purchase .inner .icon-label {
  position: relative;
  top: 0;
  left: -10px;
  z-index: 1;
  width: auto;
  height: 60px;
}
.sec-further .list-purchase .inner .icon-label{left:-10px;}
.sec-further .list-purchase .inner .icon-label2{left:-30px;}
@media only screen and (max-width: 374px) {
  .sec-further .list-purchase .inner .icon-label {
    left: -5px;
  }
}
.sec-further .list-purchase .inner .icon-label + .row {
  top: -53px;
}
.sec-further .list-purchase .inner .icon-label ~ .group-link {
  margin-top: -50px;
}
/*
.sec-further .list-purchase .group-link {
  position: relative;
  z-index: 5;
  width: 260px;
  margin: 18px auto 0;
}
.sec-further .list-purchase li:first-child .col:first-child img {
  width: 111px;
  margin-left: 14px;
}
.sec-further .list-purchase li:first-child .row .col:last-child {
  left: 149px;
}
.sec-further .list-purchase li:nth-child(2) .col:first-child img {
  width: 65px;
  margin-left: 0;
  margin-top: -9px;
}
.sec-further .list-purchase li:nth-child(2) .row .col:last-child {
  left: 74px;
}
.sec-further .list-purchase li:nth-child(2) .group-link {
  margin-top: 0;
}*/

/*popup*/
.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5000;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: #2c2c2c;
  background-color: rgba(44, 44, 44, 0.9);
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}
.popup > .inner {
  position: relative;
  max-width: 596px;
  margin: 67px 22px 30px;
  padding: 40px 20px;
  background-color: #fff;
}

.popup > .inner2 {
  position: relative;
  max-width: 596px;
  min-height:100%;
  margin: 0;
  padding: 67px 22px 30px;
  background-color: #fff;
}
.popup .ttl-popup img {
  width: auto;
  height: 51px;
}
.popup p {
  margin-top: 20px;
  line-height: 1.8;
}
.popup .btn-border-arrow {
  margin-top: 33px;
}
.popup .btn-close-popup {
  position: absolute;
  top: -48px;
  right: -2px;
  z-index: 5;
  width: 40px;
  height: 40px;
  background: url('../img/icon_close.png') no-repeat center center;
  background-size: 37px 37px;
}
.popup .list-pro-popup .item ~ .item {
  margin-top: 23px;
}
.popup .list-pro-popup .item ~ .item .sub-ttl {
  margin-top: -8px;
}
.popup .list-pro-popup .item img {
  width: auto;
  height: 102px;
}
.popup .list-pro-popup .item p {
  margin-top: 10px;
}
.popup .list-pro-popup .sub-ttl {
  margin-top: -15px;
  font-size: 15px;
}
.popup .note {
  margin-top: 34px;
  font-size: 15px;
}
.popup .note + .btn-border-arrow {
  margin: 45px 0 9px;
}

/* 追加 */
.pre{display:none;}
.sec-protect .desc .note{
    font-size: 16px;
    color: #0b2d70;
}
.sec-spf .prebtn .text{line-height:1.5;}
.sec-sunscreen p span{text-decoration:underline;}
.media-body .ttl{margin-top:8px; padding:6px; border:solid 1px #2c2c2c; color:#000; font-size:12px; text-align:center;}
.media-body .ttl-article p,.media-body .wrapper p{margin-top:20px; text-align:center; font-size:16px;}
.media-body p span{font-size:13px;}

.sec-campaign .list-uv{margin-top:10px; position:relative; z-index:5;}
.sec-campaign .list-uv .content-acc{background-image:none; background-color:#fff;}
.sec-campaign .list-uv .inner{padding:14px 11px 30px;}
.sec-campaign .list-uv .inner p{text-align:left;}
.sec-campaign .list-uv .inner h5{margin-top:20px;font-size:16px; position:relative;}
.sec-campaign .list-uv .inner h5:after{width:calc(100% - 5.5em); height:1px; display:inline-block; content:''; position:absolute; top:50%; right:0; background-color:#2c2c2c;}
.sec-campaign .list-uv .inner p{margin-top:10px;font-size:14px}
.sec-campaign .list-uv .inner p span{font-size:12px;}
.sec-campaign .media-body .wrapper .note{margin-top:14px; font-size:12px; line-height:1.5; font-feature-settings:"palt"; position:relative; z-index:5;}
.sec-campaign .media-body .img-coupon{margin-top:24px;}

#popup01 h4{margin-top:30px; text-align:center; font-size:15px;}
@-webkit-keyframes btnHover {
  0% {
    -webkit-transform:translate3d(-40%,0,0) rotate(-66deg);
    -ms-transform:translate3d(-40%,0,0) rotate(-66deg);
    transform:translate3d(-40%,0,0) rotate(-66deg)
  }
  20% {
    -webkit-transform:translate3d(145%,0,0) rotate(-66deg);
    -ms-transform:translate3d(145%,0,0) rotate(-66deg);
    transform:translate3d(145%,0,0) rotate(-66deg)
  }
  100% {
    -webkit-transform:translate3d(145%,0,0) rotate(-66deg);
    -ms-transform:translate3d(145%,0,0) rotate(-66deg);
    transform:translate3d(145%,0,0) rotate(-66deg)
  }
}
@keyframes btnHover {
  0% {
    -webkit-transform:translate3d(-40%,0,0) rotate(-66deg);
    -ms-transform:translate3d(-40%,0,0) rotate(-66deg);
    transform:translate3d(-40%,0,0) rotate(-66deg)
  }
  20% {
    -webkit-transform:translate3d(145%,0,0) rotate(-66deg);
    -ms-transform:translate3d(145%,0,0) rotate(-66deg);
    transform:translate3d(145%,0,0) rotate(-66deg)
  }
  100% {
    -webkit-transform:translate3d(145%,0,0) rotate(-66deg);
    -ms-transform:translate3d(145%,0,0) rotate(-66deg);
    transform:translate3d(145%,0,0) rotate(-66deg)
  }
}
.group-link:before,
.group-link:after {
  display: table;
  content: "";
  box-sizing: border-box;
}
.group-link .effect-hover{position:relative; overflow:hidden;}
.group-link .effect-hover:after {
  width: 90%;
  height: 150%;
  position: absolute;
  top: 80%;
  background: #fff;
  content: '';
  -webkit-transform: translate3d(-40%,0,0) rotate(-66deg);
  -ms-transform: translate3d(-40%,0,0) rotate(-66deg);
      transform: translate3d(-40%,0,0) rotate(-66deg);
  -webkit-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
      transform-origin: bottom left;
  animation: btnHover 2s cubic-bezier(0.39, 0.575, 0.565, 1) infinite forwards;
  z-index:8;
}
.group-link .effect-hover,.group-link .effect-hover + a,.prebtn + a{margin-top:10px;}

.prebtn{display:none;}
.pre_pw .prebtn,.pre_cr .prebtn,.pre_cam .prebtn{display:block;}
.pre_pw .effect-hover,.pre_cr .effect-hover,.pre_cam .effect-hover{display:none;}

.sec-campaign .media-body{background-image:none; padding-top:0;}
.sec-campaign .media-body2 .img-inline{margin:-60px 0 -30px;}
.sec-campaign .media-body2 .wrapper1{padding-top:34px; background:url('../img/bgd_sun1.png') no-repeat bottom center; background-size:cover}
.sec-campaign .media-body2 .wrapper2{padding-top:4px;
background:linear-gradient(rgba(255,252,197, 1) 10%, rgba(255,252,197, 0.2) 20%, rgba(255,252,197, 0)),
url('../img/bgd_sun2.png') no-repeat bottom center; background-size:cover;
}

/* btn-cart */
#btn-cart{width:calc(90% - 72px); padding:0 0 0 5%; position:fixed; bottom:18px; left:0; z-index:100;}
#btn-cart a{width:100%; height:37px; margin:0 auto; padding:0 0 0 0; display:block; overflow:hidden; position:relative; background-image:url("../img/btn01a.png"),url("../img/btn01c.png"),url("../img/btn01b.png"); background-position:top left,top center,top right; background-size:auto 37px,85% 37px,auto 37px; background-repeat:no-repeat; text-align:center; line-height:35px;}
#btn-top2{width:72px; padding:0; position:fixed; bottom:18px; right:5%; z-index:102;}
#btn-top2 a{width:72px; height:37px; margin:0 auto; padding:0; display:block; overflow:hidden; position:relative; background:url("../img/btn02.png") no-repeat bottom center; background-size:contain; text-indent:-9999px;}
#btn-cart .btn-border-arrow:before,#btn-cart .btn-border-arrow:after{background:none;}


#popup05 .inner{padding:0 0 10px;}
#popup05 th{padding:8px 20px; color:#2c2c2c; background:#dcdddd; font-size:13px; text-align:left;}
#popup05 td{padding:10px 0; vertical-align:middle; border-bottom:1px solid #dcdddd; background:#fafafa;}
#popup05 td:nth-of-type(1){width:30%;padding:10px 10px 10px 10px;}
#popup05 td:nth-of-type(3){width:16%;padding:10px;}
#popup05 td p{margin:0; padding:0; font-size:13px; line-height:1.5;}
#popup05 td select{padding:2px 30px 2px 10px; background:url("../../../images/banner/sp/base/arrow1.png") no-repeat right 50% #fff; outline:none; -webkit-appearance:none; -moz-appearance:none; appearance:none; background-size:20px auto; border:1px solid #c3c3c3; border-radius:3px; font-size:16px;}
#popup05 .group-link{padding:10px 16% 20px; background:#fafafa;}
#popup05 .btn-border-arrow{margin:30px 16%;}

#popup05 td .count p,#popup05 td .count.end select{display:none;}
