html {
	overflow-y: scroll;
	height: 100%;
}
.pc{
	display: block;
}
.sp {
	display: none !important;
}
.sp-s,
.sp-l {
	display: none;
}
/* reset more */
figure{
    margin: 0;
    padding: 0;
    vertical-align: baseline;
    border: 0
}

main img {max-width: 100%;}
#wuggycontents * {line-height: 1.7;}

#cover {
	width: 100%;
	height: calc(100vh - 138px);
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
  /*
	background: url("../img/anime_top.gif") repeat 50% 50% #fff100;
	background-size: 304px;
	position: fixed;
  */
	top: 138px;
	z-index: -1;
	padding: 0;
	overflow: hidden;
}
.mask {
	position: relative;
  /*
	-webkit-mask-image: url("../img/mask.svg");
	mask-image: url("../img/mask.svg");
	-webkit-mask-size: 0%;
	mask-size: 0%;
	-webkit-mask-position: 49.7% 59%;
	mask-position: 49.7% 59%;
	-webkit-mask-repeat: no-repeat;
	mask-repeat: no-repeat;
	top: 0;
	transition: 0.1s;
  */
	padding: 0;
}
#wuggycontents .mask,
#wuggycontents .mask h1 img {
	width: auto;
	max-width: none;
	height: 100%;
  z-index: 1;
}
#wuggycontents .mask h1 {
	position: relative;
	width: 100%;
	height: 100%;
}
#wuggycontents .mask p {
	position: absolute;
	left: 50%;
	bottom: 75px;
	width: 300px;
  height: 57px;
	transform: translateX(-53%);
}
#wuggycontents .mask p img {
	display: block;
	width: 100%;
	height: 100%;
}
#wuggycontents .mask.none {
	mask-image: none !important;
	-webkit-mask-image: none !important;
}

#wuggycontents .seconde {
	position: relative;
	width: 100%;
	//margin-top: 260vh;
	padding: 100px 0 140px;
	color: #575757;
	font-weight: 400;
	font-family: "Noto Sans JP",YuGothic,'游ゴシック',"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	text-align: justify;
	background-color: #fff;
	z-index: 9;
}
#wuggycontents .seconde p,
#wuggycontents .seconde figcaption {
	line-height: 2;
	font-size: 18px;
}
.fadein-01,
.fadein-02 {
	opacity: 0;
	transition: all 1s;
}
.fadein-01 {
	transform: translateY(20px);
}
.fadein-02 {
	transform: translateX(-20px);
}
.fadein-01.is-active,
.fadein-02.is-active {
	opacity: 1;
	transform: translate(0);
}

#wuggycontents .seconde-intro {
	margin-bottom: 150px;
	text-align: center;
}

#wuggycontents .seconde-intro h2 {
	margin-bottom: 50px;
	letter-spacing: 0.24em;
	font-size: 35px;
	font-weight: 700;
}
#wuggycontents .seconde-intro p {
	line-height: 3;
	letter-spacing: 0.12em;
	font-size: 18px;
}
#wuggycontents .seconde-intro p + p {
	margin-top: 30px;
}

#wuggycontents .seconde .line {
	display: inline-block;
	padding: 0 5px;
	letter-spacing: 0.05em;
	border-bottom: 6px solid #fff100;
}
#wuggycontents .seconde .ttl-with {
	letter-spacing: 0.23em;
	font-size: 28px;
	font-weight: 400;
	text-align: center;
}
#wuggycontents .seconde .ttl-with span {
	display: block;
	letter-spacing: 0;
	font-size: 54px;
	font-weight: 900;
}
#wuggycontents .seconde .ttl-with .logo-wuggy {
	position: relative;
  top: 5px;
	display: inline-block;
	width: 276px;
	height: 80px;
	margin-right: 10px;
	vertical-align: baseline;
}
#wuggycontents .seconde .ttl-point {
	margin-bottom: 40px;
	font-size: 35px;
	font-weight: 700;
	text-align: center;
}
#wuggycontents .seconde .ttl-point.gokigen {
	padding-right: 133px;
	margin-bottom: 50px;
}
#wuggycontents .seconde .ttl-point.gokigen::before {
	content: "";
	display: inline-block;
	width: 123px;
	height: 127px;
	margin: 0 10px -20px 0;
	background: url("../img/anime_ttl.gif") no-repeat 50% 50%;
	background-size: contain;
	vertical-align: bottom;
}
#wuggycontents .seconde .list-cmn-01,
#wuggycontents .seconde .list-cmn-02 {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
}
#wuggycontents .seconde .list-cmn-01 {
	margin: 70px auto;
}
#wuggycontents .seconde .list-cmn-01 .item {
	max-width: 300px;
	width: 100%;
}
#wuggycontents .seconde .list-cmn-01 .item + .item {
	margin-left: 80px;
}
#wuggycontents .seconde .list-cmn-01 .item figcaption {
	margin-top: 15px;
	font-size: 15px;
}
#wuggycontents .seconde .list-cmn-01 .ttl-01 {
	line-height: 1;
	letter-spacing: 0.02em;
	font-size: 34px;
	font-weight: 500;
	text-align: center;
}
#wuggycontents .seconde .list-cmn-01 .ttl-01 .line {
	padding-bottom: 3px;
	border-bottom-width: 4px;
}
#wuggycontents .seconde .list-cmn-01 .ttl-01 .number {
	font-size: 52px;
}
#wuggycontents .seconde .list-cmn-01 .ttl-02 {
	margin: 15px 0 20px;
	font-size: 20px;
	font-weight: 700;
	font-feature-settings: "palt";
	min-height: 102px;
}
#wuggycontents .seconde .list-cmn-01 .ttl-02 span {
	display: block;
	line-height: 1;
	font-weight: 500;
	text-align: center;
}
#wuggycontents .seconde .list-cmn-01 .ttl-02 span:nth-of-type(1) {
	margin-bottom: 10px;
	letter-spacing: 0.1em;
	font-size: 15px;
}
#wuggycontents .seconde .list-cmn-01 .ttl-02 span:nth-of-type(2) {
	font-size: 26px;
}
#wuggycontents .seconde .list-cmn-01 .ttl-02 span:nth-of-type(2) strong {
	letter-spacing: 0.1em;
	font-size: 35px;
	font-weight: 900;
}
#wuggycontents .seconde .list-cmn-02 .item {
	max-width: 270px;
	width: 100%;
}
#wuggycontents .seconde .list-cmn-02 .item + .item {
	margin-left: 35px;
}
#wuggycontents .seconde .list-cmn-02 .item .ttl-03 {
	margin-bottom: 10px;
	font-size: 15px;
	font-weight: 500;
	text-align: center;
}
#wuggycontents .seconde .list-cmn-02 .item .ttl-03 img {
	display: block;
	margin-bottom: 20px;
}
#wuggycontents .seconde .list-cmn-02 .item p,
#wuggycontents .seconde .list-cmn-02 .item .btn-01 {
	width: 245px;
	margin-left: auto;
	margin-right: auto;
	font-size: 13px;
}
#wuggycontents .seconde .btn-01,
#wuggycontents .seconde .btn-02,
#wuggycontents .seconde .btn-03 {
	position: relative;
	display: block;
	font-weight: 500;
	text-align: center;
}
#wuggycontents .seconde .btn-01::before,
#wuggycontents .seconde .btn-02::before,
#wuggycontents .seconde .btn-03::before {
	display: block;
	content: "\232a";
	position: absolute;
	top: 50%;
	right: 15px;
	display: block;
	font-size: 90%;
	font-weight: 700;
	transform: translateY(-50%);
}
#wuggycontents .seconde .btn-01:hover,
#wuggycontents .seconde .btn-02:hover,
#wuggycontents .seconde .btn-03:hover {
	opacity: 0.7;
}
#wuggycontents .seconde .ttl-cmn-01 {
	margin-bottom: 5px;
	font-size: 24px;
	font-weight: 700;
}
#wuggycontents .seconde .txt-cmn-01 {
	font-size: 18px;
	font-weight: 400;
}
#wuggycontents .seconde .list-cmn-01 .ttl-02 .markertxt {
	display: inline;
	font-size: 20px !important;
    font-weight: 700 !important;
    letter-spacing: 0 !important;
    text-align: inherit;
}
#wuggycontents .seconde .list-cmn-01 .ttl-02 .marker {
    background: linear-gradient(transparent 60%, #FFFDD1 60%);
}
.area-gy {
	background: #ededed;
}
.area-gy-in {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}
#wuggycontents .seconde .list-cmn-01 .item.new-item {
	position: relative;
}
#wuggycontents .seconde .icon_new {
	position: absolute;
	width: 20%;
	left: 10px;
	top: 30px;
}
.bnr-campaign {
	display: block;
	max-width: 650px;
	width: 100%;
	margin: 0 auto;
}

#wuggycontents .seconde-01 img {
	display: block;
}
#wuggycontents .seconde-01 .box {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: justify;
	justify-content: space-between;
	max-width: 1160px;
	width: 100%;
	margin: 100px auto 0;
}
#wuggycontents .seconde-01 .box .img,
#wuggycontents .seconde-01 .box .img img {
	width: 100%;
}
#wuggycontents .seconde-01 .box .txt {
	width: 100%;
}
#wuggycontents .seconde-01 .box .txt .ttl-cmn-01 {
	letter-spacing: 0.1em;
}
#wuggycontents .seconde-01 .box .txt .txt-cmn-01 {
	letter-spacing: 0.08em;
}
#wuggycontents .seconde-01 .box .img {
	flex-shrink: 0;
	position: relative;
}
#wuggycontents .seconde-01 .box-01,
#wuggycontents .seconde-01 .box-02,
#wuggycontents .seconde-01 .box-04,
#wuggycontents .seconde-01 .box-06 {
	-ms-flex-align: end;
	align-items: flex-end;
}
#wuggycontents .seconde-01 .box-01 .txt {
	height: 300px;
}
#wuggycontents .seconde-01 .box-01 .img {
	max-width: 905px;
	padding-bottom: 145px;
}
#wuggycontents .seconde-01 .box-01 .img img:nth-of-type(1) {
	max-width: 650px;
}
#wuggycontents .seconde-01 .box-01 .img img:nth-of-type(2) {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 300px;
}
#wuggycontents .seconde-01 .box-02,
#wuggycontents .seconde-01 .box-04,
#wuggycontents .seconde-01 .box-06 {
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
#wuggycontents .seconde-01 .box-02 .txt {
	margin: 0 0 80px 50px;
}
#wuggycontents .seconde-01 .box-02 .img,
#wuggycontents .seconde-01 .box-03 .img,
#wuggycontents .seconde-01 .box-05 .img,
#wuggycontents .seconde-01 .box-06 .img {
	max-width: 580px;
}
#wuggycontents .seconde-01 .box-03,
#wuggycontents .seconde-01 .box-05 {
	-ms-flex-align: center;
	align-items: center;
}
#wuggycontents .seconde-01 .box-04 .txt,
#wuggycontents .seconde-01 .box-06 .txt {
	margin: 0 0 20px 50px;
}
#wuggycontents .seconde-01 .box-04 .img {
	max-width: 696px;
}
#wuggycontents .seconde-01 + .bnr-campaign {
	margin: 200px auto;
}

#wuggycontents .seconde-02,
#wuggycontents .seconde-03,
#wuggycontents .seconde-04,
#wuggycontents .seconde-05 {
	margin-top: 100px;
}

#wuggycontents .seconde-02 .ttl-with + p {
	margin-top: 40px;
	font-size: 20px;
	text-align: center;
}
#wuggycontents .seconde-02 .box-01,
#wuggycontents .seconde-02 .box-02 {
	display: -ms-flexbox;
	display: flex;
}
#wuggycontents .seconde-02 .box-01 {
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	max-width: 1040px;
	width: 100%;
	margin: 110px auto 130px;
}
#wuggycontents .seconde-02 .box-01 .img-main {
	width: calc(100% - 250px);
	margin: 0 20px;
}
#wuggycontents .seconde-02 .box-01 .img-sub {
	width: 210px;
}
#wuggycontents .seconde-02 .box-01 .img-sub figure + figure {
	margin-top: 20px;
}
#wuggycontents .seconde-02 .box-01 .img-sub figcaption {
	margin-top: 5px;
	letter-spacing: -0.5px;
}
#wuggycontents .seconde-02 .box-02 {
	-ms-flex-pack: center;
	justify-content: center;
}
#wuggycontents .seconde-02 .box-02 .img {
	width: 350px;
}
#wuggycontents .seconde-02 .box-02 .img + .img {
	margin-left: 100px;
}
#wuggycontents .seconde-02 .box-02 .img figcaption {
	margin-top: 20px;
}

#wuggycontents .seconde-03 .area-gy:nth-of-type(1) .area-gy-in {
	height: 720px;
}
#wuggycontents .seconde-03 .area-gy:nth-of-type(1) .area-gy-in img {
	height: 100%;
	margin: 0 auto;
}
#wuggycontents .seconde-03 .area-gy:nth-of-type(2) .area-gy-in {
	position: relative;
	padding: 45px 0 55px;
	margin:0 auto;
}
#wuggycontents .seconde-03 .area-gy:nth-of-type(1) p {
	max-width: 1200px;
  width: 100%;
  margin: 0 auto;
	padding-bottom: 30px;
	text-align: right;
	font-size: 12px;
}
#wuggycontents .seconde-03 .area-gy-in h3,
#wuggycontents .seconde-03 .area-gy-in p,
#wuggycontents .seconde-03 .area-gy-in dl {
	position: relative;
	z-index: 1;
}
#wuggycontents .seconde-03 .area-gy:nth-of-type(2) {
	background: #f7f7f7;
}
#wuggycontents .seconde-03 .area-gy-in h3 {
	width: 744px;
}
#wuggycontents .seconde-03 .area-gy-in p,
#wuggycontents .seconde-03 .area-gy-in figcaption {
	font-size: 15px;
}
#wuggycontents .seconde-03 .area-gy-in p {
	margin: 20px 0 30px;
}
#wuggycontents .seconde-03 .area-gy-in .img {
	position: absolute;
	right: 0;
	bottom: 0;
	max-width: 655px;
	z-index: 0;
}
#wuggycontents .seconde-03 .area-gy-in .detail {
	position: relative;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	z-index: 1;
}
#wuggycontents .seconde-03 .area-gy-in .detail figure:nth-of-type(1) img {
	width: 200px;
}
#wuggycontents .seconde-03 .area-gy-in .detail figure:nth-of-type(2) {
	margin-left: 15px;
}
#wuggycontents .seconde-03 .area-gy-in .detail figure:nth-of-type(2) img {
	width: 120px;
}
#wuggycontents .seconde-03 .area-gy-in .detail figcaption {
	margin-top: 10px;
}

#wuggycontents .seconde-04 .list-cmn-01 .item:nth-of-type(3) figcaption {
	letter-spacing: -0.06em;
}

#wuggycontents .seconde-05 .list-cmn-01 .item .img-sub {
	position: relative;
	padding-right: 100px;
	font-feature-settings: "palt";
	letter-spacing: -0.1px;
}
#wuggycontents .seconde-05 .list-cmn-01 figcaption img {
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 92px;
}
#wuggycontents .seconde-05 .list-cmn-01 .item:nth-of-type(3) figcaption {
	letter-spacing: -0.03em;
}

#wuggycontents .seconde-06,
#wuggycontents .seconde-07 {
	margin-top: 140px;
}
#wuggycontents .seconde-06 .list-cmn-02 .item:nth-of-type(1) p {
	letter-spacing: -0.01em;
}
#wuggycontents .seconde-06 .btn-01 {
	height: 36px;
	line-height: 36px;
	margin-top: 15px;
	color: inherit;
	background: #efedec;
}
#wuggycontents .seconde-06 .btn-box {
	margin-top: 50px;
	padding: 20px 30px 30px;
	text-align: center;
	background: #f7f7f7;
}
#wuggycontents .seconde-06 .btn-box p {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: 500;
}
#wuggycontents .seconde-06 .btn-box .btn-02 {
	width: 380px;
	height: 42px;
	line-height: 42px;
	margin: 0 auto;
	color: #fff;
	font-size: 15px;
	background: #e87961;
}

#wuggycontents .seconde-07 .ttl-jd {
	letter-spacing: 0.1em;
	color: #000;
	font-size: 20px;
	font-weight: 700;
	text-align: center;
}
#wuggycontents .seconde-07 .ttl-jd img {
	display: block;
	width: 307px;
	height: 100px;
	margin: 0 auto 30px;
}
#wuggycontents .seconde-07 .list-cmn-01 .ttl-01 {
	margin-bottom: 30px;
	color: #000;
	font-size: 26px;
	font-weight: 700;
}
#wuggycontents .seconde-07 .list-cmn-01 .ttl-01 .number {
	display: block;
	width: 50px;
	height: 50px;
	margin: 0 auto 20px;
	line-height: 44px;
	font-size: 28px;
	font-weight: 500;
	text-align: center;
	border: 2px solid #d10c18;
	border-radius: 50%;
}
#wuggycontents .seconde-07 .list-cmn-01 .item:nth-of-type(2) figcaption {
	letter-spacing: -0.045em;
}
#wuggycontents .seconde-07 .btn-03 {
	height: 44px;
	margin-top: 20px;
	line-height: 40px;
	color: #d10c18;
	font-size: 15px;
	border: 2px solid #d10c18;
}

#wuggycontents .seconde-08 {
	padding: 60px 0;
	color: #000;
	background: #fff100;
}
#wuggycontents .seconde-08 .ttl {
	line-height: 1;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}
#wuggycontents .seconde-08 .ttl span {
	display: block;
	margin: 25px 0 30px;
	font-size: 45px;
}
#wuggycontents .seconde-08 .list-cmn-01 {
	max-width: 1000px;
	width: 100%;
}
#wuggycontents .seconde-08 .list-cmn-01 .item + .item {
	margin-left: 40px;
}
#wuggycontents .seconde-08 .list-cmn-01 .item figcaption {
	margin: 0;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}
#wuggycontents .seconde-08 p {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

#wuggycontents .seconde-09 {
	max-width: 800px;
	margin: 0 auto;
	padding-top: 60px;
}
#wuggycontents .seconde-09 h2 {
	margin-bottom: 10px;
	font-size: 21px;
	font-weight: 700;
}
#wuggycontents .seconde-09 h2 .subname{
	font-size: 12px;
	padding-left: 10px;
}
#wuggycontents .seconde-09 dl,
#wuggycontents .seconde-09 p {
	line-height: 2.5;
	font-size: 13px;
}
#wuggycontents .seconde-09 p + p {
	margin-top: 10px;
	line-height: 2;
}
#wuggycontents .seconde-09 dl {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
#wuggycontents .seconde-09 dl dt {
	width: 110px;
}
#wuggycontents .seconde-09 dl dd {
	width: calc(100% - 110px);
}
#wuggycontents .seconde-09 p img {
	display: inline-block;
	width: 43px;
	margin-right: 10px;
}



main .flex_pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: center;
}


.spt {
  background-color: #eee;
  padding: 72px 0 60px;
}

.spt h2 {
  font-size: 2.5rem;
  text-align: center;
  padding-bottom: 30px;
  color: #000;
}

.spt ul {
  width: 960px;
  margin: 0 auto;
}

.spt ul li {
  width: 184px;
  margin: 0 8px;
}

.spt ul li a,
.spt ul li span {
  display: block;
  padding-top: 40px;
  padding-bottom: 24px;
  background-color: #fff;
  border-radius: 10px;
}
.spt ul li span {
	opacity: 0.6;
}

.spt ul li figure {
  width: 70px;
  margin: 0 auto 28px;
}

.spt ul li dl dt {
  margin-bottom: 10px;
  font-size: 16px;
  text-align: center;
  color: #626b70;
  font-weight: 500;
  line-height: 1;
}

.spt ul li dl dd {
  font-size: 10px;
  text-align: center;
  color: #626b70;
}



@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #wuggycontents .seconde { //margin-top: 100vh; } /* IE11 */
}

@media screen and (min-width:769px) and (max-width:1190px){
	.area-gy-in,
	#wuggycontents .seconde .list-cmn-01 .item,
	#wuggycontents .seconde .list-cmn-02 .item,
	#wuggycontents .seconde-01 .box-01 .img,
	#wuggycontents .seconde-01 .box-01 .img img,
	#wuggycontents .seconde-01 .box-02 .img,
	#wuggycontents .seconde-01 .box-03 .img,
	#wuggycontents .seconde-01 .box-05 .img,
	#wuggycontents .seconde-01 .box-04 .img,
	#wuggycontents .seconde-01 .box-06 .img {
		max-width: none;
	}
	#wuggycontents .seconde .area-gy,
	#wuggycontents .seconde #wuggycontents .seconde-02 {
		padding: 0 30px;
	}
	#wuggycontents .seconde .list-cmn-01,
	#wuggycontents .seconde .list-cmn-02 {
		margin-left: 30px;
		margin-right: 30px;
	}
	#wuggycontents .seconde-01 .box-01 .txt,
	#wuggycontents .seconde-01 .box-03 .txt,
	#wuggycontents .seconde-01 .box-05 .txt {
		padding-left: 30px;
	}
	#wuggycontents .seconde-01 .box-02 .txt,
	#wuggycontents .seconde-01 .box-04 .txt,
	#wuggycontents .seconde-01 .box-06 .txt {
		padding-right: 30px;
	}
	#wuggycontents .seconde-01 .box-02 .img,
	#wuggycontents .seconde-01 .box-03 .img,
	#wuggycontents .seconde-01 .box-04 .img,
	#wuggycontents .seconde-01 .box-05 .img,
	#wuggycontents .seconde-01 .box-06 .img {
		width: 60%;
	}
	#wuggycontents .seconde-01 .box-01 .img,
	#wuggycontents .seconde-01 .box-01 .img img:nth-of-type(1) {
		width: 70%;
	}
	#wuggycontents .seconde-01 .box-01 .img img:nth-of-type(2) {
		width: 40%;
	}

	#wuggycontents .seconde-03 .area-gy-in .detail {
		display: block;
		width: 50%;
	}
	#wuggycontents .seconde-03 .area-gy-in .img {
		max-width: 70%;
	}
	#wuggycontents .seconde-03 .area-gy-in .detail figure:nth-of-type(2) {
		margin: 30px 0 0;
	}

	#wuggycontents .seconde-08 .list-cmn-01 {
		width: auto;
	}
}

@media screen and (min-width:520px) and (max-width:1190px){
	#wuggycontents .seconde .list-cmn-01,
	#wuggycontents .seconde .list-cmn-02 {
		width: auto;
		margin-left: 30px;
		margin-right: 30px;
		padding: 0;
		justify-content: space-between;
	}
	#wuggycontents .seconde .list-cmn-01 .item + .item,
	#wuggycontents .seconde .list-cmn-02 .item + .item {
		margin: 0;
	}
	#wuggycontents .seconde .list-cmn-01 .item {
		width: calc(33.33% - 20px);
	}
	#wuggycontents .seconde .list-cmn-02 .item {
		position: relative;
		width: calc(25% - 10px);
		padding-bottom: 55px;
	}
	#wuggycontents .seconde .list-cmn-02 .item p,
	#wuggycontents .seconde .list-cmn-02 .item .btn-01 {
    width: 100%;
	}
	#wuggycontents .seconde .list-cmn-02 .item .btn-01 {
		position: absolute;
		left: 0;
		bottom: 0;
	}
	#wuggycontents .seconde-09 {
		padding: 30px;
	}
}

@media screen and (max-width:768px){
	body{
		overflow: visible;
	}
	.pc{
		display: none !important;
	}
	.sp{
		display: block !important;
	}

	#cover {
		/* height: auto; */
    height: 120vw;
		background-size: 40%;
    /*
		position: -webkit-sticky;
		position: sticky;
    */
		overflow: hidden;
	}
	#wuggycontents .mask {
		width: 100%;
		top: 0;
		bottom: auto;
		-webkit-mask-size: 0%;
		mask-size: 0%;
	}
	#wuggycontents .mask h1 {
		background: url("../img/top_2507_sp_cl.jpg") no-repeat;
		background-size: 100%;
	}
	#wuggycontents .mask h1 .logo {
		position: absolute;
		display: block;
		left: 50%;
		width: 45%;
		height: auto;
		transform: translateX(-50%);
	}

	#wuggycontents .seconde {
		//margin-top: 100vh;
		padding: 40px 0 80px;
	}
	#wuggycontents .seconde p,
	#wuggycontents .seconde .txt-cmn-01,
	#wuggycontents .seconde figcaption {
		font-size: 13px;
	}

	#wuggycontents .seconde .ttl-with {
		font-size: 15px;
	}
	#wuggycontents .seconde .ttl-with span {
		margin-bottom: 10px;
		font-size: 25px;
	}
	#wuggycontents .seconde .ttl-with .logo-wuggy {
    width: 185px;
    height: 54px;
	}
	#wuggycontents .seconde .ttl-point.gokigen {
		margin-bottom: 20px;
	}
	#wuggycontents .seconde .ttl-point.gokigen::before {
		width: 45px;
		height: 46px;
		margin: 0 0 -5px 0;
	}
	#wuggycontents .seconde .ttl-point.gokigen .line {
		letter-spacing: 0;
	}
	#wuggycontents .seconde .ttl-cmn-01 {
		font-size: 18px;
	}
	.bnr-campaign {
		max-width: 300px;
	}
	#wuggycontents .seconde-01 + .bnr-campaign {
		margin: 60px auto;
	}
	#wuggycontents .seconde .list-cmn-02 .item + .item {
    margin-left: 0;
	}
	#wuggycontents .seconde .slick {
		padding-bottom: 50px;
	}
	#wuggycontents .seconde .slick-dots li {
		width: 28px;
		height: 28px;
		margin: 0;
	}
	#wuggycontents .seconde .slick-dots li button {
		position: relative;
		width: 100%;
		height: 100%;
		padding: 0;
	}
	#wuggycontents .seconde .slick-dots li button::before {
		content: "";
		position: absolute;
		top: 50%;
		left: 50%;
		width: 13px;
		height: 13px;
		background: #e8e8e8;
		border-radius: 50%;
		opacity: 1;
		transform: translate(-50%, -50%);
	}
	#wuggycontents .seconde .slick-dots li.slick-active button::before {
		background: #fff100;
	}
	#wuggycontents .seconde .slick-dots {
		bottom: 0;
	}
	#wuggycontents .seconde .slick-prev,
	#wuggycontents .seconde .slick-next {
		bottom: -4px;
		top: auto;
		width: 55px;
		height: 18px;
		background: #fff100;
		z-index: 1;
	}
	#wuggycontents .seconde .slick-prev {
		left: 60px;
	}
	#wuggycontents .seconde .slick-next {
		right: 60px;
	}
	#wuggycontents .seconde .slick-prev::before,
	#wuggycontents .seconde .slick-next::before {
		font-family: inherit;
		line-height: 1;
		font-size: 12px;
		opacity: 1;
	}
	#wuggycontents .seconde .slick-prev::before {
		content: "\025c0";
	}
	#wuggycontents .seconde .slick-next::before {
		content: "\025b6";
	}
	#wuggycontents .area-gy-in {
		max-width: none;
	}

	#wuggycontents .seconde-intro {
		margin-bottom: 75px;
	}
	#wuggycontents .seconde-intro h2 {
    margin-bottom: 20px;
    font-size: 18px;
	}
	#wuggycontents .seconde-intro p {
		line-height: 2.8;
	}
	#wuggycontents .seconde-intro p + p {
		margin-top: 20px;
	}

	#wuggycontents .seconde-03,
	#wuggycontents .seconde-04,
	#wuggycontents .seconde-05,
	#wuggycontents .seconde-07 {
    margin-top: 55px;
	}
	#wuggycontents .seconde-01 .box {
		position: relative;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
		-ms-flex-align: start;
		align-items: flex-start;
		max-width: none;
		margin-top: 45px;
	}
	#wuggycontents .seconde-01 .box .txt {
		margin: 0;
		padding: 20px 30px 0;
	}
	#wuggycontents .seconde-01 .box:nth-of-type(even) .txt {
		text-align: right;
	}
	#wuggycontents .seconde-01 .box-01 {
		padding-bottom: 210px;
	}
	#wuggycontents .seconde-01 .box-01 .img {
		position: static;
		padding: 0 0 0 26%;
	}
	#wuggycontents .seconde-01 .box-01 .img img:nth-of-type(2) {
		max-width: none;
		width: 180px;
	}
	#wuggycontents .seconde-01 .box-01 .txt {
		height: auto;
	}
	#wuggycontents .seconde-01 .box-02 {
		margin-top: 60px;
	}
	#wuggycontents .seconde-01 .box-02 .img,
	#wuggycontents .seconde-01 .box-06 .img {
		padding-right: 32%;
	}
	#wuggycontents .seconde-01 .box-03 .img,
	#wuggycontents .seconde-01 .box-05 .img {
		padding-left: 32%;
	}
	#wuggycontents .seconde-01 .box-03 .txt {
		position: absolute;
		top: 50%;
		left: 0;
		margin-top: -80px;
		padding-top: 0;
		z-index: 1;
	}
	#wuggycontents .seconde-01 .box-04 .img {
		padding-right: 26%;
	}

	#wuggycontents .seconde-02 .ttl-with + p {
		margin: 20px 30px 0;
		font-size: 13px;
		text-align: left;
	}
	#wuggycontents .seconde-02 .box-01 {
		display: block;
		margin: 15px 0 35px;
	}
	#wuggycontents .seconde-02 .box-01 .img-main {
		width: auto;
		margin: 0 0 20px;
	}
	#wuggycontents .seconde-02 .box-01 .img-sub {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: start;
		align-items: flex-start;
		width: auto;
	}
	#wuggycontents .seconde-02 .box-01 .img-sub figure,
	#wuggycontents .seconde-02 .box-02 .img {
		width: calc(50% - 10px);
	}
	#wuggycontents .seconde-02 .box-01 .img-sub figure + figure {
		margin: 0;
	}
	#wuggycontents .seconde-02 .box-01 .img-sub figcaption {
		letter-spacing: 0;
		font-size: 12px;
	}
	#wuggycontents .seconde-02 .box-02 {
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	#wuggycontents .seconde-02 .box-02 .img + .img,
	#wuggycontents .seconde-02 .box-02 .ttl-cmn-01 {
		margin: 0;
	}
	#wuggycontents .seconde-02 .box-02 .img figcaption {
    margin-top: 10px;
	}
	#wuggycontents .seconde-02 .box-02 .img .txt-cmn-01 {
		line-height: 1.9;
		font-size: 11px;
	}
	#wuggycontents .seconde-03 .area-gy:nth-of-type(1) .area-gy-in,
	#wuggycontents .seconde-03 .area-gy:nth-of-type(1) .area-gy-in img {
		height: auto;
	}
	#wuggycontents .seconde-03 .area-gy:nth-of-type(1) p {
		width: auto;
		margin: 0 30px;
	}
	#wuggycontents .seconde-03 .area-gy:nth-of-type(2) .area-gy-in {
		padding: 60px 0 0;
	}
	#wuggycontents .seconde-03 .area-gy-in h3 {
		max-width: 315px;
		margin: 0 auto;
	}
	#wuggycontents .seconde-03 .area-gy-in p {
		margin: 25px 30px 5px;
	}
	#wuggycontents .seconde-03 .area-gy-in .img {
		position: static;
	}
	#wuggycontents .seconde-03 .area-gy-in .detail {
		display: block;
		background: #fff;
	}
	#wuggycontents .seconde-03 .area-gy-in .detail figure:nth-of-type(1) {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-ms-flex-align: start;
		align-items: flex-start;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	#wuggycontents .seconde-03 .area-gy-in .detail figure:nth-of-type(1) img {
		width: calc(50% - 5px);
	}
	#wuggycontents .seconde-03 .area-gy-in .detail figure:nth-of-type(1) figcaption,
	#wuggycontents .seconde-03 .area-gy-in .detail figure:nth-of-type(2) img {
		width: 100%;
	}
	#wuggycontents .seconde-03 .area-gy-in .detail figure:nth-of-type(2) {
		margin: 15px 0 0;
	}
	#wuggycontents .seconde-03 .list-cmn-01 .item:nth-of-type(1) figcaption {
		letter-spacing: -0.012em;
	}

	#wuggycontents .seconde-06 {
		margin-top: 70px;
	}
	#wuggycontents .seconde-06 .list-cmn-02 .item .ttl-03 {
		max-width: 250px;
		margin: 0 auto 15px;
	}
	#wuggycontents .seconde-06 .btn-box {
		margin-top: 30px;
	}
	#wuggycontents .seconde-06 .btn-box p {
		font-size: 16px;
	}
	#wuggycontents .seconde-06 .btn-box .btn-02 {
		width: auto;
		max-width: 315px;
		font-size: 13px;
	}

	#wuggycontents .seconde-07 .ttl-jd {
		font-size: 15px;
	}
	#wuggycontents .seconde-07 .ttl-jd img {
		width: 200px;
		height: auto;
		margin-bottom: 20px;
	}
	#wuggycontents .seconde-07 .list-cmn-01 .ttl-01 .number {
		width: 40px;
		height: 40px;
		padding-left: 2px;
		line-height: 36px;
		font-size: 20px;
		margin-bottom: 10px;
	}
	#wuggycontents .seconde-07 .list-cmn-01 .item:nth-of-type(1) figcaption {
		letter-spacing: -0.038em;
	}
	#wuggycontents .seconde-07 .list-cmn-01 .item:nth-of-type(2) figcaption {
		letter-spacing: normal;
	}
	#wuggycontents .seconde-07 .list-cmn-01 .ttl-01 {
		margin-bottom: 20px;
		font-size: 22px;
	}
	#wuggycontents .seconde .list-cmn-01 .item figcaption {
    margin-top: 20px;
    font-size: 13px;
	}
	#wuggycontents .seconde-07 .btn-03 {
		height: 37px;
		margin-top: 15px;
		line-height: 33px;
		font-size: 13px;
	}

	#wuggycontents .seconde-08 {
		padding: 35px 0;
	}
	#wuggycontents .seconde-08 .ttl {
		font-size: 15px;
	}
	#wuggycontents .seconde-08 .ttl span {
		margin: 20px 0;
		font-size: 22px;
	}
	#wuggycontents .seconde-08 .list-cmn-01 {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding: 0 25px;
	}
	#wuggycontents .seconde-08 p {
		width: auto;
	}

	#wuggycontents .seconde-09 dl ,
	#wuggycontents .seconde-09 p {
		line-height: 2;
		font-size: 11px;
	}
	#wuggycontents .seconde-09 dl {
		display: block;
	}
	#wuggycontents .seconde-09 dl dt,
	#wuggycontents .seconde-09 dl dd {
		width: 100%;
	}
	#wuggycontents .seconde-09 dl dt {
		font-weight: 700;
	}
	#wuggycontents .seconde-09 p img {
    width: 28px;
	}

	main .spt .content {
    padding-left: calc(40 / 750 * 100vw);
    padding-right: calc(40 / 750 * 100vw);
	}
	.spt {
    padding-top: calc(64 / 750 * 100vw);
    padding-bottom: calc(40 / 750 * 100vw);
	}
	main .flex_pc {
    display: block;
  }
	.spt h2 {
    width: calc(654 / 750 * 100vw);
	}
	.spt ul {
    width: 100%;
  }
  .spt ul li {
    width: 100%;
    padding: 0;
    margin-bottom: 20px;
  }
  .spt ul li a,
	.spt ul li span {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .spt ul li figure {
    width: calc(80 / 750 * 100vw);
    margin: 0;
  }
  .spt ul li dl {
    width: 100%;
    padding-left: calc(34 / 750 * 100vw);
  }
  .spt ul li dl dt {
    padding-top: 5px;
    text-align: left;
    font-size: calc(32 / 750 * 100vw);
  }
  .spt ul li dl dd {
    text-align: left;
    font-size: calc(20 / 750 * 100vw);
  }
}

@media screen and (min-width:520px) and (max-width:768px){
	#wuggycontents .mask {
		-webkit-mask-position: 50% 47%;
		mask-position: 50% 47%;
	}
	#wuggycontents .mask h1 {
    background-position: 50% 40%;
	}
	#wuggycontents .mask h1 .logo {
		top: calc(50% - 42.5vw);
		width: 40%;
	}
	#wuggycontents .seconde .ttl-point {
		font-size: 30px;
	}
	#wuggycontents .seconde .list-cmn-01 {
		margin-top: 30px;
	}
	#wuggycontents .seconde .ttl-point.gokigen {
		padding-right: 45px;
	}
	#wuggycontents .seconde .ttl-point.gokigen::before {
		margin: 0 5px 0 0;
	}
	#wuggycontents .seconde-01,
	#wuggycontents .seconde-02 .box-01,
	#wuggycontents .seconde-02 .box-02,
	#wuggycontents .seconde-03 .area-gy:nth-of-type(1) .area-gy-in,
	#wuggycontents .seconde-03 .area-gy-in .detail,
	#wuggycontents .seconde-08,
	#wuggycontents .seconde-09 {
		padding-left: 10%;
		padding-right: 10%;
	}
	#wuggycontents .seconde-02 .box-02 {
		margin: 0;
	}
	#wuggycontents .seconde-02 .ttl-with + p,
	#wuggycontents .seconde-03 .area-gy-in p,
	#wuggycontents .seconde-03 .area-gy-in .img {
		margin-left: 10%;
		margin-right: 10%;
	}
	#wuggycontents .seconde-02 .ttl-with + p,
	#wuggycontents .seconde-03 .area-gy-in .img {
		max-width: 80%;
	}
	#wuggycontents .seconde .list-cmn-01 .ttl-02 {
		letter-spacing: -0.5px;
		font-size: 15px;
	}
	#wuggycontents .seconde .list-cmn-01 .ttl-02 span:nth-of-type(2) strong {
		font-size: 26px;
	}
	#wuggycontents .seconde-03 .area-gy-in .detail {
		padding-top: 25px;
	}
}

@media screen and (max-width:519px){
	#wuggycontents .mask {
		-webkit-mask-position: 50% 55.2%;
		mask-position: 50% 55.2%;
	}
	#wuggycontents .mask h1 {
		background-position: 50% 35%;
	}
	#wuggycontents .mask h1 .logo {
		top: calc(50% - 42.5vw);
	}
	#wuggycontents .seconde .ttl-point {
		font-size: 20px;
	}
	#wuggycontents .seconde .ttl-point.gokigen {
		padding: 0 0 0 20px;
		text-align: left;
	}
	#wuggycontents .seconde .list-cmn-01 {
		margin: 35px 0;
	}
	#wuggycontents .seconde .list-cmn-01 .item {
    max-width: none;
		margin: 0 auto;
	}
	#wuggycontents .seconde .list-cmn-01 .item + .item {
		margin-left: auto;
	}
	#wuggycontents .seconde .list-cmn-01 .ttl-01 {
		font-size: 28px;
	}
	#wuggycontents .seconde .list-cmn-01 .ttl-02 {
		margin: 20px 30px;
		font-size: 18px;
		text-align: center;
		min-height: 62px;
	}
	#wuggycontents .seconde .list-cmn-01 .img,
	#wuggycontents .seconde .list-cmn-01 .item .btn-03,
	#wuggycontents .seconde .list-cmn-02 .item p,
	#wuggycontents .seconde .list-cmn-02 .item .btn-01 {
		width: 250px;
		margin-left: auto;
		margin-right: auto;
	}
	#wuggycontents .seconde .list-cmn-02 .item {
		max-width: none;
		text-align: center;
	}
	#wuggycontents .seconde .list-cmn-02 .item p {
		text-align: justify;
	}
	#wuggycontents .seconde div:not(#wuggycontents .seconde-08) .list-cmn-01,
	#wuggycontents .seconde .list-cmn-02 {
		display: block;
	}
	#wuggycontents .seconde .list-cmn-02 .item .ttl-03 img {
		width: 100%;
		margin-bottom: 5px;
	}
	#wuggycontents .seconde-02 .box-01 {
		padding: 0 30px;
	}
	#wuggycontents .seconde-02 .box-02 {
		margin: 0 30px;
	}
	#wuggycontents .seconde-03 .area-gy-in .detail {
		padding: 25px 30px 0;
	}
	#wuggycontents .seconde-03 .area-gy:nth-of-type(1) p {
		text-align: left;
	}
	#wuggycontents .seconde .list-cmn-01 .ttl-02 .markertxt {
		font-size: 18px !important;
	}
	#wuggycontents .seconde-05 .list-cmn-01 .ttl-01 .number {
		font-size: 42px;
	}
	#wuggycontents .seconde-07 .list-cmn-01 {
		margin: 40px 0;
	}
	#wuggycontents .seconde-07 .list-cmn-01 .item + .item {
		margin-top: 20px;
	}
	#wuggycontents .seconde-08 .list-cmn-01 .item {
		max-width: calc(50% - 10px);
	}
	#wuggycontents .seconde-08 .list-cmn-01 .item .img {
		width: 100%;
	}
	#wuggycontents .seconde-08 .list-cmn-01 .item figcaption {
		margin-top: 10px;
		line-height: 1;
		font-size: 18px;
	}
	#wuggycontents .seconde-08 .list-cmn-01 .item:last-of-type {
		margin-top: 20px;
	}
	#wuggycontents .seconde-09 {
		padding: 30px;
	}
	#wuggycontents .seconde-08 p {
		margin: 0 30px;
	}
	#wuggycontents .seconde .icon_new {
		left: 40px;
		top: 20px;
	}
}

/* award logo */

#wuggycontents .seconde .awardlogo {
    width: auto;
    max-width: 600px;
    margin: 0 auto 75px;
}
#wuggycontents .seconde .awardlogo .gooddesign {
    margin-bottom: 75px;
	margin-top: 75px;
}

@media screen and (max-width:768px){
	#wuggycontents .seconde .awardlogo {
	    width: 90%;
	    margin: 0 auto 36px;
	}
	#wuggycontents .seconde .awardlogo .gooddesign {
	    margin-bottom: 36px;
		margin-top: 36px;
	}

}


/* @media (aspect-ratio: 16/9), (min-aspect-ratio: 16/9) and (orientation: portrait) {
  .sp-s {
    display: block;
  }
	.sp,
	.sp-l {
		display: none !important;
	}
	.mask {
		-webkit-mask-position: 50% 62%;
		mask-position: 50% 62%;
	}

}

@media (aspect-ratio: 19.5/9), (max-aspect-ratio: 19/9) and (orientation: portrait) {
  .sp-l {
    display: block;
  }
	.sp,
	.sp-s {
		display: none !important;
	}
	html {
		background: red;
	}
	.mask {
		-webkit-mask-position: 50% 63.8%;
		mask-position: 50% 63.8%;
	}
}

@media (aspect-ratio: 1/1) {
  .ht-header {
    display: none;
  }
} */


/*banner*/
#wuggycontents .seconde .banner {
    width: auto;
    max-width: 468px;
    margin: 75px auto;
}
#wuggycontents .seconde .banner {
	display: flex;
    justify-content: center;
    align-content: center;
}
#wuggycontents .seconde .banner .onlineshop {
    margin-bottom: 75px;
}

@media screen and (max-width:768px){
	#wuggycontents .seconde .banner {
	    width: 90%;
		margin: 36px auto;
	}
	#wuggycontents .seconde .banner .onlineshop {
	    margin-bottom: 36px;
	}
	#wuggycontents .seconde .sitebnr .banner {
		margin: auto;
		width: 100%;	
	}

}

#wuggycontents .list-variation {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  width: 800px;
  max-width: 90%;
  margin: 0px auto;
}

#wuggycontents .list-variation__item {
  width: calc( ( 100% - 60px ) / 3 );
}

#wuggycontents .list-variation__item .ttl-03 img {
  display: block;
  margin-bottom: 20px;
}

#wuggycontents .list-variation__item .ttl-03 {
  margin-bottom: 10px;
  font-size: 15px;
  font-weight: 500;
  text-align: center;
}

#wuggycontents .list-variation__item p {
  font-size: 13px;
}

#wuggycontents .list-variation__item .btn-01 {
  position: relative;
  display: block;
  font-weight: 500;
  text-align: center;
  height: 36px;
  line-height: 36px;
  margin-top: 15px;
  color: inherit;
  background: #efedec;
  font-size: 13px;
}

@media screen and (max-width:520px){
  #wuggycontents .list-variation {
    max-width: 100%;
  }

  #wuggycontents .list-variation__item .ttl-03,
  #wuggycontents .list-variation__item p,
  #wuggycontents .list-variation__item .btn-01 {
    width: 260px;
    margin: 0px auto 10px;
  }
}
#pgShopBottom {
    position: fixed;
    right: 84px;
    bottom: 30px;
    overflow: hidden;
    width: 200px;
    z-index: 999
}

#pgShopBottom a {
    display: block;
    position: relative;
    height: 45px;
    width: 100%;
    color: #fff;
    line-height: 45px;
    text-align: center;
    font-weight: bold;
    background: #f66152;
    font-size: 16px
}

.page-top {
    overflow: hidden;
    position: fixed;
    display: block;
    text-indent: 100%;
    white-space: nowrap;
    bottom: 30px;
    left: auto;
    right: 30px;
    background-color: #ee6484;
    width: 45px;
    height: 45px;
    z-index: 999;
}

.page-top::before {
    content: '';
    display: block;
    width: 13px;
    height: 13px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
    top: 40%;
    right: 0;
    left: 0;
    margin: auto
}
