@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@500&family=Noto+Serif+JP&family=Zen+Kaku+Gothic+New:wght@500&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

html {
  height: 100%;
}

body {
  height: 100%;
  font-size: 12px;
  line-height: 1.5;
  background-color: #fff;
}

ul {
  list-style: none;
}

dt {
  display: block;
  width: auto;
}

table {
  border: none;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 100%;
}

td,
th {
  vertical-align: top;
}

th {
  font-weight: normal;
  text-align: left;
}

caption {
  text-align: left;
}

img {
  background-color: transparent;
  vertical-align: top;
}

a img {
  border: none;
}

img {
  -ms-interpolation-mode: bicubic;
}

em {
  font-style: normal;
}

hr {
  height: 1px;
}

input,
textarea,
select,
option,
optgroup {
  vertical-align: middle;
  letter-spacing: 0em;
}

/* ie6 hack*/
* html input {
  line-height: 1;
  height: 1.6em;
}

/* ie7 hack */
*:first-child + html input {
  line-height: 1;
}

select {
  min-width: 2em;
}

option,
optgroup {
  padding-right: 0.4em;
}

label[for],
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=image],
input[type=reset],
input[type=submit],
select,
option {
  cursor: pointer;
}

optgroup {
  cursor: default;
}

html, body {
  width: 100%;
  height: 100%;
  background-color: #F4F3F0;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6em;
  letter-spacing: 0.1rem;
  color: #333;
}

*, *:before, *:after {
  box-sizing: border-box;
}

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  text-decoration: none;
  color: #333;
}
a:link, a:visited, a:hover {
  text-decoration: none;
}

sup {
  vertical-align: super;
  font-size: smaller;
  line-height: 1;
}

img {
  width: 100%;
}

@media all and (min-width: 769px) {
  a,
  input[type=button],
  button {
    transition: ease 0.3s;
  }
  html {
    font-size: 62.5%;
  }
  .sp-view {
    display: none !important;
  }
}
@media all and (max-width: 768px) {
  a,
  button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    outline: none;
  }
  .pc-view {
    display: none !important;
  }
  html, body {
    -webkit-text-size-adjust: none;
  }
  * {
    box-sizing: border-box;
  }
  html {
    font-size: 62.5%;
  }
  body {
    font-size: 2.8rem;
  }
  body {
    line-height: 1.3;
  }
}
.container {
  background-color: #F5F5F5;
  position: relative;
  color: #505050;
}

@media all and (min-width: 769px) {
  .sp-view {
    display: none;
  }
  #pLink01 {
    position: relative;
    display: inline-block;
    width: 1px;
    height: 1px;
    top: -50px;
  }
  /* テキストバージョン
  .cmn{
  	&__btn01{
  		@include font_notosan();
  		display: block;
  		width: 186px;
  		height: 60px;
  		text-align: center;
  		line-height: 60px;
  		font-size: 20px;
  		color: #505050;
  		background-image: linear-gradient(150deg, #ffedaa, #ffe68a 33% 67%, #fae28a);
  		border-radius: 30px;
  		border: 1px solid white;
  		text-shadow: 0px 0px 2px white,0px 0px 2px white;
  		box-shadow: 5px 8px 10px rgba(0,0,0,0.2);
  		.hover{
  			display: none;
  		}
  		&:hover{
  			position: relative;
  			top: 4px;
  			left: 4px;
  			background-image: linear-gradient(150deg, #fdffef, #feffed 33% 67%, #f8f8e1);
  			border: 1px solid #FFE68A;
  			box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
  			.normal{
  				display: none;
  			}
  			.hover{
  				display: block;
  			}
  		}
  		&-small{
  			@include font_notosan();
  			display: block;
  			width: 121px;
  			height: 39px;
  			text-align: center;
  			line-height: 37px;
  			font-size: 15px;
  			color: #505050;
  			background-image: linear-gradient(150deg, #ffedaa, #ffe68a 33% 67%, #fae28a);
  			border-radius: 30px;
  			border: 1px solid white;
  			text-shadow: 0px 0px 2px white,0px 0px 2px white;
  			box-shadow: 5px 8px 10px rgba(0,0,0,0.2);
  			.hover{
  				display: none;
  			}
  			&:hover{
  				position: relative;
  				top: 3px;
  				left: 3px;
  				background-image: linear-gradient(150deg, #fdffef, #feffed 33% 67%, #f8f8e1);
  				border: 1px solid #FFE68A;
  				box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
  				.normal{
  					display: none;
  				}
  				.hover{
  					display: block;
  				}
  			}
  		}
  	}
  	&__btn02{
  		@include font_notosan();
  		display: block;
  		width: 186px;
  		height: 60px;
  		text-align: center;
  		line-height: 60px;
  		font-size: 15px;
  		color: white;
  		background-image: linear-gradient(150deg, #c9c9c9, #c1c1c1 33% 67%, #bcbcbc);
  		border-radius: 30px;
  		border: 1px solid white;
  		text-shadow: 0px 0px 2px black;
  		box-shadow: 5px 8px 10px rgba(0,0,0,0.2);
  		.hover{
  			display: none;
  		}
  		&:hover{
  			position: relative;
  			top: 4px;
  			left: 4px;
  			color: #505050;
  			background-image: linear-gradient(150deg, #eaeaea, #e6e6e6 33% 67%, #e0e0e0);
  			border: 1px solid #C1C1C1;
  			text-shadow: 0px 0px 0px black;
  			box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
  			.normal{
  				display: none;
  			}
  			.hover{
  				display: block;
  			}
  		}
  	}
  }*/
  .cmn__btn01 {
    display: block;
    width: 186px;
    height: 60px;
    border-radius: 30px;
    box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.2);
  }
  .cmn__btn01 .hover {
    display: none;
  }
}
@media (min-width: 769px) and (hover: hover) {
  .cmn__btn01:hover {
    position: relative;
    top: 4px;
    left: 4px;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  }
  .cmn__btn01:hover .normal {
    display: none;
  }
  .cmn__btn01:hover .hover {
    display: block;
  }
}
@media all and (min-width: 769px) {
  .cmn__btn01-small {
    font-family: "Noto Sans JP", sans-serif;
    display: block;
    width: 121px;
    height: 39px;
    border-radius: 35px;
    box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.2);
  }
  .cmn__btn01-small .hover {
    display: none;
  }
}
@media (min-width: 769px) and (hover: hover) {
  .cmn__btn01-small:hover {
    position: relative;
    top: 3px;
    left: 3px;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  }
  .cmn__btn01-small:hover .normal {
    display: none;
  }
  .cmn__btn01-small:hover .hover {
    display: block;
  }
}
@media all and (min-width: 769px) {
  .cmn__btn02 {
    display: block;
    width: 186px;
    height: 60px;
    border-radius: 30px;
    box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.2);
  }
  .cmn__btn02 .hover {
    display: none;
  }
}
@media (min-width: 769px) and (hover: hover) {
  .cmn__btn02:hover {
    position: relative;
    top: 4px;
    left: 4px;
    box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
  }
  .cmn__btn02:hover .normal {
    display: none;
  }
  .cmn__btn02:hover .hover {
    display: block;
  }
}
@media all and (max-width: 768px) {
  .pc-view {
    display: none;
  }
  #pLink01 {
    position: relative;
    display: inline-block;
    width: 1px;
    height: 1px;
    top: -20px;
  }
  /* テキストバージョン
  .cmn{
  	&__btn01{
  		@include font_notosan();
  		display: block;
  		width: 141px;
  		height: 50px;
  		text-align: center;
  		line-height: 50px;
  		font-size: 16px;
  		color: #505050;
  		background-image: linear-gradient(150deg, #ffedaa, #ffe68a 33% 67%, #fae28a);
  		border-radius: 25px;
  		border: 1px solid white;
  		text-shadow: 0px 0px 2px white,0px 0px 2px white;
  		box-shadow: 5px 8px 10px rgba(0,0,0,0.2);
  		.hover{
  			display: none;
  		}
  		&:active{
  			position: relative;
  			top: 2px;
  			left: 2px;
  			background-image: linear-gradient(150deg, #fdffef, #feffed 33% 67%, #f8f8e1);
  			border: 1px solid #FFE68A;
  			box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
  			.normal{
  				display: none;
  			}
  			.hover{
  				display: block;
  			}
  		}
  	}
  	&__btn02{
  		@include font_notosan();
  		display: block;
  		width: 141px;
  		height: 50px;
  		text-align: center;
  		line-height: 50px;
  		font-size: 13px;
  		color: white;
  		background-image: linear-gradient(150deg, #c9c9c9, #c1c1c1 33% 67%, #bcbcbc);
  		border-radius: 25px;
  		border: 1px solid white;
  		text-shadow: 0px 0px 2px black;
  		box-shadow: 5px 8px 10px rgba(0,0,0,0.2);
  		.hover{
  			display: none;
  		}
  		&:active{
  			position: relative;
  			top: 2px;
  			left: 2px;
  			color: #505050;
  			background-image: linear-gradient(150deg, #eaeaea, #e6e6e6 33% 67%, #e0e0e0);
  			border: 1px solid #C1C1C1;
  			text-shadow: 0px 0px 0px black;
  			box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
  			.normal{
  				display: none;
  			}
  			.hover{
  				display: block;
  			}
  		}
  	}
  }*/
  .cmn__btn01 {
    display: block;
    width: 141px;
    height: 50px;
    border-radius: 25px;
    box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.2);
    /*
    @media (hover:none){
    	&:active{
    		position: relative;
    		top: 2px;
    		left: 2px;
    		box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
    		.normal{
    			display: none;
    		}
    		.hover{
    			display: block;
    		}
    	}
    }
    */
  }
  .cmn__btn01 .hover {
    display: none;
  }
  .cmn__btn02 {
    display: block;
    width: 141px;
    height: 50px;
    border-radius: 25px;
    box-shadow: 5px 8px 10px rgba(0, 0, 0, 0.2);
    /*
    @media (hover:none){
    	&:active{
    		position: relative;
    		top: 2px;
    		left: 2px;
    		box-shadow: 3px 3px 4px rgba(0,0,0,0.2);
    		.normal{
    			display: none;
    		}
    		.hover{
    			display: block;
    		}
    	}
    }
    */
  }
  .cmn__btn02 .hover {
    display: none;
  }
}
@media all and (min-width: 769px) {
  .header {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    width: 100%;
  }
  .header-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 30px;
  }
  .header__logo {
    padding-top: 18px;
    width: 22.86vw;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .header__logo {
    width: 320px;
  }
}
@media all and (min-width: 769px) {
  .header__btn {
    padding-top: 18px;
  }
  .header__btn a {
    width: 8.643vw;
    height: auto;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .header__btn a {
    width: 121px;
  }
}
@media all and (max-width: 768px) {
  .header-wrap {
    height: 40px;
    padding: 0 18px;
  }
  .header__logo {
    width: 226px;
    padding-top: 8px;
  }
  .header__btn {
    display: none;
  }
}
@media all and (min-width: 769px) {
  .mv {
    margin-bottom: 130px;
  }
  .mv-wrap {
    position: relative;
  }
  .mv__bg {
    width: 100%;
  }
  .mv__title {
    position: absolute;
    top: 21%;
    left: 10vw;
    width: 42.14vw;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .mv__title {
    width: 590px;
  }
}
@media all and (min-width: 769px) {
  .mv__caption {
    font-family: "Noto Sans JP", sans-serif;
    position: absolute;
    top: -24px;
    right: 13px;
    font-size: 0.857vw;
    color: white;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .mv__caption {
    font-size: 12px;
  }
}
@media all and (min-width: 769px) {
  .mv__lead {
    position: absolute;
    top: 48%;
    left: 10vw;
    width: 33.21vw;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .mv__lead {
    width: 465px;
  }
}
@media all and (min-width: 769px) {
  .mv__btns {
    position: absolute;
    z-index: 10;
    top: 68%;
    left: 10vw;
    width: 30.14vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .mv__btns {
    width: 422px;
  }
}
@media all and (min-width: 769px) {
  .mv__btns a {
    width: 13.29vw;
    height: auto;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .mv__btns a {
    width: 186px;
  }
}
@media all and (min-width: 769px) {
  .mv__points {
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 100%;
  }
  .mv__points-wrap {
    padding: 18px 0;
    background-color: rgba(245, 245, 245, 0.9);
  }
  .mv__points ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .mv__points ul li {
    position: relative;
    line-height: 1;
  }
  .mv__points ul li:nth-of-type(1) {
    margin-right: 12vw;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .mv__points ul li:nth-of-type(1) {
    margin-right: 168px;
  }
}
@media all and (min-width: 769px) {
  .mv__points ul li:nth-of-type(1) span img {
    width: 14.5vw;
    height: auto;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .mv__points ul li:nth-of-type(1) span img {
    width: 203px;
  }
}
@media all and (min-width: 769px) {
  .mv__points ul li:nth-of-type(1)::after {
    position: absolute;
    right: -4.857vw;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background-color: white;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .mv__points ul li:nth-of-type(1)::after {
    right: -68px;
  }
}
@media all and (min-width: 769px) {
  .mv__points ul li:nth-of-type(2) {
    margin-right: 12vw;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .mv__points ul li:nth-of-type(2) {
    margin-right: 168px;
  }
}
@media all and (min-width: 769px) {
  .mv__points ul li:nth-of-type(2) span img {
    width: 11.36vw;
    height: auto;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .mv__points ul li:nth-of-type(2) span img {
    width: 159px;
  }
}
@media all and (min-width: 769px) {
  .mv__points ul li:nth-of-type(2)::after {
    position: absolute;
    right: -7.142vw;
    top: 0;
    content: "";
    width: 1px;
    height: 100%;
    background-color: white;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .mv__points ul li:nth-of-type(2)::after {
    right: -100px;
  }
}
@media all and (min-width: 769px) {
  .mv__points ul li:nth-of-type(3) span img {
    width: 13.71vw;
    height: auto;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .mv__points ul li:nth-of-type(3) span img {
    width: 192px;
  }
}
@media all and (max-width: 768px) {
  .mv-wrap {
    position: relative;
  }
  .mv__bg {
    margin-bottom: 8px;
  }
  .mv__title {
    max-width: 316px;
    margin: 0 17px 3px 17px;
  }
  .mv__caption {
    font-family: "Noto Sans JP", sans-serif;
    text-align: right;
    font-size: 8px;
    max-width: 330px;
    margin-bottom: 5px;
  }
  .mv__lead {
    max-width: 316px;
    margin: 0 22px 15px 22px;
  }
  .mv__btns {
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 315px;
    margin: 0 auto 15px;
  }
  .mv__points-wrap {
    height: 42px;
    background-color: white;
  }
  .mv__points ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    height: 100%;
  }
  .mv__points ul li {
    position: relative;
  }
  .mv__points ul li span {
    line-height: 0.5;
    display: inline-block;
    background-position: left center;
    background-repeat: no-repeat;
  }
  .mv__points ul li span img {
    width: auto;
    height: 13px;
  }
  .mv__points ul li:nth-of-type(1) {
    margin-right: 20px;
  }
  .mv__points ul li:nth-of-type(1)::after {
    position: absolute;
    right: -10px;
    top: 10px;
    content: "";
    width: 1px;
    height: 16px;
    background-color: #E0E0E0;
  }
  .mv__points ul li:nth-of-type(2) {
    margin-right: 20px;
  }
  .mv__points ul li:nth-of-type(2)::after {
    position: absolute;
    right: -10px;
    top: 10px;
    content: "";
    width: 1px;
    height: 16px;
    background-color: #E0E0E0;
  }
}
@media all and (min-width: 769px) {
  .intro__title {
    max-width: 1134px;
    padding: 0 100px;
    margin: 0 auto 100px;
  }
  .intro__detail {
    display: flex;
    flex-wrap: wrap;
  }
  .intro__detail__pct {
    width: 61%;
  }
  .intro__detail__text {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 39%;
    padding: 0 40px;
    background-image: url(../../../../../img/usr/freepage/limited_gauze_padsheets/intro02.jpg);
    background-size: cover;
  }
  .intro__detail__text p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.286vw;
    line-height: 1.778;
    color: white;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .intro__detail__text p {
    font-size: 18px;
  }
}
@media all and (min-width: 769px) {
  .intro__detail__text p + p {
    padding-top: 15px;
  }
}
@media all and (max-width: 768px) {
  .intro__title {
    width: 276px;
    margin: 0 auto 30px;
  }
  .intro__detail__text {
    padding: 20px;
    background-image: url(../../../../../img/usr/freepage/limited_gauze_padsheets/intro02--sp.jpg);
    background-size: cover;
    background-position: center center;
  }
  .intro__detail__text p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 14px;
    line-height: 1.71;
    color: white;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .intro__detail__text p {
    font-size: 12px;
  }
}
@media all and (max-width: 768px) {
  .intro__detail__text p + p {
    padding-top: 10px;
  }
}
@media all and (min-width: 769px) {
  .support {
    padding: 100px 0;
    background-color: white;
  }
  .support__title {
    max-width: 1186px;
    padding: 0 100px;
    margin: 0 auto 45px;
  }
  .support__btns {
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 110px;
  }
  .support__btns a {
    margin: 0 40px;
  }
  .support__image {
    position: relative;
    margin-bottom: 100px;
  }
  .support__image__title {
    position: absolute;
    top: 130px;
    left: 10.5vw;
    width: 31.28vw;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .support__image__title {
    width: 438px;
  }
}
@media all and (min-width: 769px) {
  .support__image__pct {
    text-align: right;
  }
  .support__image__pct img {
    width: 85%;
  }
  .support__text {
    max-width: 828px;
    padding: 0 100px;
    margin: 0 auto;
  }
}
@media all and (max-width: 768px) {
  .support {
    padding: 40px 0;
    background-color: white;
  }
  .support__title {
    max-width: 334px;
    margin: 0 auto 24px;
  }
  .support__btns {
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 315px;
    margin: 0 auto 40px;
  }
  .support__image {
    position: relative;
    margin-bottom: 40px;
  }
  .support__image__title {
    position: absolute;
    z-index: 10;
    top: 82px;
    left: 3px;
    width: 178px;
  }
  .support__image__pct {
    position: relative;
    overflow: hidden;
    text-align: right;
  }
  .support__image__pct-base {
    width: 90.93%;
  }
  .support__image__pct-large {
    position: absolute;
    top: 50px;
    right: 0;
    width: 90.93%;
  }
  .support__text {
    max-width: 334px;
    margin: 0 auto;
    line-height: 0;
  }
}
@media all and (min-width: 769px) {
  .description {
    padding: 70px 0 50px;
    background-color: #F5F5F5;
  }
  .description__title {
    max-width: 1068px;
    padding: 0 100px;
    margin: 0 auto 18px;
  }
  .description__subtitle {
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-size: 20px;
    margin-bottom: 35px;
  }
  .description__detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1400px;
    padding: 0 100px;
    margin: 0 auto;
  }
  .description__detail-box {
    width: 46.67%;
    padding-bottom: 30px;
    background-color: #ECECE9;
  }
  .description__detail__image {
    position: relative;
    margin-bottom: 8px;
  }
  .description__detail__image__pct {
    position: relative;
  }
  .description__detail__image__text {
    font-family: "Noto Serif JP", serif;
    position: absolute;
    bottom: 4%;
    right: 25%;
    font-size: 1.857vw;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .description__detail__image__text {
    font-size: 26px;
  }
}
@media all and (min-width: 769px) {
  .description__detail__spec {
    font-family: "Noto Sans JP", sans-serif;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 89.29%;
    background-color: #F5F5F5;
    padding: 25px 0;
    margin: 0 auto;
  }
  .description__detail__spec__price {
    margin-bottom: 12px;
  }
  .description__detail__spec__price li {
    margin-bottom: 3px;
  }
  .description__detail__spec__price .cat {
    margin-right: 20px;
  }
  .description__detail__spec__price .cat span:nth-of-type(1) {
    display: inline-block;
    width: 7.5vw;
    font-size: 1.286vw;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .description__detail__spec__price .cat span:nth-of-type(1) {
    width: 105px;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .description__detail__spec__price .cat span:nth-of-type(1) {
    font-size: 18px;
  }
}
@media all and (min-width: 769px) {
  .description__detail__spec__price .cat span:nth-of-type(2) {
    font-size: 0.929vw;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .description__detail__spec__price .cat span:nth-of-type(2) {
    font-size: 13px;
  }
}
@media all and (min-width: 769px) {
  .description__detail__spec__price .yen {
    font-size: 1.571vw;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .description__detail__spec__price .yen {
    font-size: 22px;
  }
}
@media all and (min-width: 769px) {
  .description__detail__spec__price .yen span {
    font-size: 0.929vw;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .description__detail__spec__price .yen span {
    font-size: 13px;
  }
}
@media all and (min-width: 769px) {
  .description__detail__spec__other {
    width: 25.36vw;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .description__detail__spec__other {
    width: 355px;
  }
}
@media all and (min-width: 769px) {
  .description__detail__spec__other li {
    font-size: 1.143vw;
    line-height: 2;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .description__detail__spec__other li {
    font-size: 16px;
  }
}
@media all and (min-width: 769px) {
  .description__detail__spec__other li::before {
    content: "・";
  }
}
@media all and (max-width: 768px) {
  .description {
    padding: 30px 0 20px;
    background-color: #F5F5F5;
  }
  .description__title {
    max-width: 332px;
    margin: 0 auto 15px;
  }
  .description__subtitle {
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .description__subtitle {
    font-size: 13px;
  }
}
@media all and (max-width: 768px) {
  .description__detail-box {
    width: 89.3%;
    padding-bottom: 18px;
    background-color: #ECECE9;
    margin: 0 auto;
  }
  .description__detail-box.first {
    margin-bottom: 20px;
  }
  .description__detail-box.second {
    margin-top: 20px;
  }
  .description__detail__image {
    position: relative;
    margin-bottom: 6px;
  }
  .description__detail__image__pct {
    position: relative;
  }
  .description__detail__image__text {
    font-family: "Noto Serif JP", serif;
    position: absolute;
    bottom: 4%;
    right: 25%;
    font-size: 18px;
  }
  .description__detail__spec {
    font-family: "Noto Sans JP", sans-serif;
    width: 89.29%;
    background-color: #F5F5F5;
    padding: 5px 0 15px 4%;
    margin: 0 auto;
  }
  .description__detail__spec__price {
    margin-bottom: 20px;
  }
  .description__detail__spec__price li {
    margin-bottom: -5px;
  }
  .description__detail__spec__price .cat {
    margin-right: 5px;
  }
  .description__detail__spec__price .cat span:nth-of-type(1) {
    display: inline-block;
    font-size: 15px;
    width: 85px;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .description__detail__spec__price .cat span:nth-of-type(1) {
    font-size: 13px;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .description__detail__spec__price .cat span:nth-of-type(1) {
    width: 75px;
  }
}
@media all and (max-width: 768px) {
  .description__detail__spec__price .cat span:nth-of-type(2) {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .description__detail__spec__price .cat span:nth-of-type(2) {
    font-size: 8px;
  }
}
@media all and (max-width: 768px) {
  .description__detail__spec__price .yen {
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .description__detail__spec__price .yen {
    font-size: 15px;
  }
}
@media all and (max-width: 768px) {
  .description__detail__spec__price .yen span {
    font-size: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .description__detail__spec__price .yen span {
    font-size: 8px;
  }
}
@media all and (max-width: 768px) {
  .description__detail__spec__other li {
    font-size: 13px;
    line-height: 1.69;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .description__detail__spec__other li {
    font-size: 11px;
  }
}
@media all and (max-width: 768px) {
  .description__detail__spec__other li::before {
    content: "・";
  }
}
@media all and (min-width: 769px) {
  .order {
    position: relative;
    z-index: 10;
    padding: 45px 0 52px;
    background-color: white;
  }
  .order__lead {
    max-width: 832px;
    padding: 0 100px;
    margin: 0 auto 22px;
  }
  .order ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .order ul li {
    text-align: center;
  }
  .order ul li span.order__color {
    font-family: "Noto Serif JP", serif;
    display: inline-block;
    font-size: 22px;
    padding-left: 30px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    background-position: left center;
    margin-bottom: 15px;
  }
  .order ul li a {
    display: block;
  }
  .order ul li:nth-of-type(1) {
    margin-right: 80px;
  }
  .order ul li:nth-of-type(1) span.order__color {
    background-image: url(../../../../../img/usr/freepage/limited_gauze_padsheets/color-ivory.png);
  }
  .order ul li:nth-of-type(2) span.order__color {
    background-image: url(../../../../../img/usr/freepage/limited_gauze_padsheets/color-gray.png);
  }
  .order.wide ul {
    max-width: 1400px;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin: 0 auto;
  }
  .order.wide ul li {
    width: 50%;
  }
  .order.wide ul li:nth-of-type(1) {
    margin-right: 0;
  }
  .order.wide ul li a {
    margin: 0 auto;
  }
}
@media all and (max-width: 768px) {
  .order {
    position: relative;
    z-index: 10;
    padding: 20px 0 40px;
    background-color: white;
  }
  .order__lead {
    width: 267px;
    margin: 15px auto 10px;
  }
  .order ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .order ul li {
    text-align: center;
  }
  .order ul li span.order__color {
    font-family: "Noto Serif JP", serif;
    display: inline-block;
    font-size: 15px;
    padding-left: 25px;
    background-repeat: no-repeat;
    background-size: 19px 19px;
    background-position: left center;
    margin-bottom: 10px;
  }
  .order ul li a {
    display: block;
  }
  .order ul li:nth-of-type(1) {
    margin-right: 32px;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .order ul li:nth-of-type(1) {
    margin-right: 15px;
  }
}
@media all and (max-width: 768px) {
  .order ul li:nth-of-type(1) span.order__color {
    background-image: url(../../../../../img/usr/freepage/limited_gauze_padsheets/color-ivory.png);
  }
  .order ul li:nth-of-type(2) span.order__color {
    background-image: url(../../../../../img/usr/freepage/limited_gauze_padsheets/color-gray.png);
  }
}
@media all and (min-width: 769px) {
  .point__top {
    padding: 85px 0 55px;
    background-image: url(../../../../../img/usr/freepage/limited_gauze_padsheets/bg.jpg);
    background-size: 100% auto;
  }
  .point__top-wrap {
    width: 53.33%;
    max-width: 640px;
    margin: 0 auto;
  }
  .point__top__title {
    width: 89.38%;
    max-width: 572px;
    margin: 0 auto 50px;
  }
  .point__top__pct {
    margin-bottom: 30px;
  }
  .point__top__subtitle {
    padding-left: 50px;
    background-image: url(../../../../../img/usr/freepage/limited_gauze_padsheets/point-icon01.png);
    background-size: auto 25px;
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 13px;
  }
  .point__top__subtitle span {
    font-family: "Noto Serif JP", serif;
    display: inline-block;
    font-size: 2vw;
    background-image: url(../../../../../img/usr/freepage/limited_gauze_padsheets/bg-line.png);
    background-size: 461px auto;
    background-repeat: repeat-x;
    background-position: bottom center;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .point__top__subtitle span {
    font-size: 28px;
  }
}
@media all and (min-width: 769px) {
  .point__top__text p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.143vw;
    line-height: 2.125;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .point__top__text p {
    font-size: 16px;
  }
}
@media all and (min-width: 769px) {
  .point__bottom {
    padding: 70px 100px 85px;
    background-color: #F5F5F5;
  }
  .point__bottom-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
  }
  .point__bottom-box {
    width: 46.67%;
  }
  .point__bottom-box:nth-of-type(1) .point__bottom__subtitle {
    padding-left: 40px;
    background-image: url(../../../../../img/usr/freepage/limited_gauze_padsheets/point-icon02.png);
    background-size: auto 35px;
  }
  .point__bottom-box:nth-of-type(2) .point__bottom__subtitle {
    padding-left: 40px;
    background-image: url(../../../../../img/usr/freepage/limited_gauze_padsheets/point-icon03.png);
    background-size: auto 37px;
  }
  .point__bottom__pct {
    margin-bottom: 20px;
  }
  .point__bottom__subtitle {
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 13px;
  }
  .point__bottom__subtitle span {
    font-family: "Noto Serif JP", serif;
    display: inline-block;
    font-size: 2vw;
    background-image: url(../../../../../img/usr/freepage/limited_gauze_padsheets/bg-line.png);
    background-size: 461px auto;
    background-repeat: repeat-x;
    background-position: bottom center;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .point__bottom__subtitle span {
    font-size: 28px;
  }
}
@media all and (min-width: 769px) {
  .point__bottom__text p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.143vw;
    line-height: 2.125;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .point__bottom__text p {
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  .point__top {
    padding: 32px 0 23px;
    background-image: url(../../../../../img/usr/freepage/limited_gauze_padsheets/bg.jpg);
    background-size: 700px auto;
  }
  .point__top-wrap {
    width: 89.3%;
    margin: 0 auto;
  }
  .point__top__title {
    max-width: 322px;
    margin: 0 auto 26px;
  }
  .point__top__pct {
    margin-bottom: 15px;
  }
  .point__top__subtitle {
    line-height: 1;
    padding-left: 25px;
    background-image: url(../../../../../img/usr/freepage/limited_gauze_padsheets/point-icon01.png);
    background-size: 20px auto;
    background-repeat: no-repeat;
    background-position: left 14px;
    margin-bottom: 13px;
  }
  .point__top__subtitle span {
    font-family: "Noto Serif JP", serif;
    display: inline;
    font-size: 20px;
    letter-spacing: -0.07rem;
    background-image: url(../../../../../img/usr/freepage/limited_gauze_padsheets/bg-line.png);
    background-size: auto 13px;
    background-repeat: repeat-x;
    background-position: bottom center;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .point__top__subtitle span {
    font-size: 17px;
  }
}
@media all and (max-width: 768px) {
  .point__top__text p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 14px;
    line-height: 1.85;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .point__top__text p {
    font-size: 12px;
  }
}
@media all and (max-width: 768px) {
  .point__bottom {
    padding: 30px 0 15px;
    background-color: #F5F5F5;
  }
  .point__bottom-wrap {
    width: 89.3%;
    margin: 0 auto;
  }
  .point__bottom-box {
    margin-bottom: 20px;
  }
  .point__bottom-box:nth-of-type(1) .point__bottom__subtitle {
    padding-left: 25px;
    background-position: left 12px;
    background-image: url(../../../../../img/usr/freepage/limited_gauze_padsheets/point-icon02.png);
    background-size: 16px auto;
  }
  .point__bottom-box:nth-of-type(2) .point__bottom__subtitle {
    padding-left: 25px;
    background-position: left 10px;
    background-image: url(../../../../../img/usr/freepage/limited_gauze_padsheets/point-icon03.png);
    background-size: 19px auto;
  }
  .point__bottom__pct {
    margin-bottom: 15px;
  }
  .point__bottom__subtitle {
    background-repeat: no-repeat;
    margin-bottom: 13px;
  }
  .point__bottom__subtitle span {
    font-family: "Noto Serif JP", serif;
    display: inline;
    font-size: 20px;
    letter-spacing: -0.03rem;
    background-image: url(../../../../../img/usr/freepage/limited_gauze_padsheets/bg-line.png);
    background-size: auto 13px;
    background-repeat: repeat-x;
    background-position: bottom center;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .point__bottom__subtitle span {
    font-size: 17px;
  }
}
@media all and (max-width: 768px) {
  .point__bottom__text p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 14px;
    line-height: 1.85;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .point__bottom__text p {
    font-size: 12px;
  }
}
@media all and (min-width: 769px) {
  .advantage {
    padding: 88px 100px;
    background-image: url(../../../../../img/usr/freepage/limited_gauze_padsheets/bg.jpg);
    background-size: 100% auto;
  }
  .advantage-wrap {
    max-width: 1200px;
    margin: 0 auto;
  }
  .advantage__title {
    max-width: 574px;
    padding: 0 100px;
    margin: 0 auto 32px;
  }
  .advantage__lead {
    font-family: "Zen Kaku Gothic New", sans-serif;
    text-align: center;
    font-size: 1.714vw;
    line-height: 1.66;
    margin-bottom: 35px;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .advantage__lead {
    font-size: 24px;
  }
}
@media all and (min-width: 769px) {
  .advantage__detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .advantage__detail-box {
    width: 46.67%;
  }
  .advantage__detail__image {
    margin-bottom: 25px;
  }
  .advantage__detail__title {
    margin-bottom: 13px;
  }
  .advantage__detail__title span {
    font-family: "Noto Serif JP", serif;
    display: inline-block;
    font-size: 2vw;
    margin-bottom: 7px;
    background-image: url(../../../../../img/usr/freepage/limited_gauze_padsheets/bg-line.png);
    background-size: 461px auto;
    background-repeat: repeat-x;
    background-position: bottom center;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .advantage__detail__title span {
    font-size: 28px;
  }
}
@media all and (min-width: 769px) {
  .advantage__detail__text {
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  .advantage__detail__text p {
    font-size: 1.143vw;
    line-height: 2.125;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .advantage__detail__text p {
    font-size: 16px;
  }
}
@media all and (min-width: 769px) {
  .advantage__detail__text small {
    display: block;
    font-size: 0.929vw;
    line-height: 2.125;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .advantage__detail__text small {
    font-size: 13px;
  }
}
@media all and (max-width: 768px) {
  .advantage {
    padding: 33px 0 10px;
    background-image: url(../../../../../img/usr/freepage/limited_gauze_padsheets/bg.jpg);
    background-size: 700px auto;
  }
  .advantage-wrap {
    width: 89.3%;
    margin: 0 auto;
  }
  .advantage__title {
    width: 212px;
    margin: 0 auto 14px;
  }
  .advantage__lead {
    font-family: "Zen Kaku Gothic New", sans-serif;
    text-align: center;
    font-size: 15px;
    line-height: 1.73;
    margin-bottom: 14px;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .advantage__lead {
    font-size: 12px;
  }
}
@media all and (max-width: 768px) {
  .advantage__detail-box {
    margin-bottom: 20px;
  }
  .advantage__detail__image {
    margin-bottom: 13px;
  }
  .advantage__detail__title {
    margin-bottom: 13px;
  }
  .advantage__detail__title span {
    font-family: "Noto Serif JP", serif;
    display: inline-block;
    font-size: 20px;
    background-image: url(../../../../../img/usr/freepage/limited_gauze_padsheets/bg-line.png);
    background-size: auto 13px;
    background-repeat: repeat-x;
    background-position: bottom center;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .advantage__detail__title span {
    font-size: 17px;
  }
}
@media all and (max-width: 768px) {
  .advantage__detail__text {
    font-family: "Zen Kaku Gothic New", sans-serif;
  }
  .advantage__detail__text p {
    font-size: 14px;
    line-height: 1.85;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .advantage__detail__text p {
    font-size: 12px;
  }
}
@media all and (max-width: 768px) {
  .advantage__detail__text small {
    display: block;
    font-size: 13px;
    line-height: 1.76;
    opacity: 0.8;
    padding-top: 8px;
  }
}
@media all and (min-width: 769px) {
  .difference {
    padding: 100px 0 92px;
    background-color: #ECECE9;
  }
  .difference-wrap {
    max-width: 1200px;
    margin: 0 auto;
  }
  .difference__title {
    max-width: 638px;
    margin: 0 auto 64px;
  }
  .difference__detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .difference__detail__graph {
    width: 44.83%;
    margin-left: 1.83%;
  }
  .difference__detail__graph p {
    text-align: right;
    font-size: 0.857vw;
    padding-top: 18px;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .difference__detail__graph p {
    font-size: 12px;
  }
}
@media all and (min-width: 769px) {
  .difference__detail__text {
    width: 41.66%;
    margin-right: 5%;
  }
  .difference__detail__text__title {
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-size: 2vw;
    letter-spacing: -0.05rem;
    margin-bottom: 13px;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .difference__detail__text__title {
    font-size: 28px;
  }
}
@media all and (min-width: 769px) {
  .difference__detail__text small {
    display: block;
    text-align: right;
    font-size: 0.857vw;
    padding: 12px 0 40px;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .difference__detail__text small {
    font-size: 12px;
  }
}
@media all and (min-width: 769px) {
  .difference__detail__text p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.143vw;
    line-height: 2;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .difference__detail__text p {
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  .difference {
    padding: 40px 0 33px;
    background-color: #ECECE9;
  }
  .difference-wrap {
    width: 89.3%;
    margin: 0 auto;
  }
  .difference__title {
    width: 223px;
    margin: 0 auto 5px;
  }
  .difference__detail__graph {
    margin-bottom: 25px;
  }
  .difference__detail__graph p {
    text-align: right;
    font-size: 12px;
    letter-spacing: -0.03rem;
    padding-top: 18px;
  }
  .difference__detail__text__title {
    font-family: "Noto Serif JP", serif;
    text-align: center;
    font-size: 18px;
    letter-spacing: -0.03rem;
    margin-bottom: 13px;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .difference__detail__text__title {
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  .difference__detail__text small {
    display: block;
    text-align: right;
    font-size: 12px;
    padding: 12px 0 24px;
  }
  .difference__detail__text p {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 14px;
    letter-spacing: -0.01rem;
    line-height: 1.85;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .difference__detail__text p {
    font-size: 12px;
  }
}
@media all and (min-width: 769px) {
  .season {
    position: relative;
    background-color: white;
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .season .jsSeasonTitle {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 197px;
  }
  .season__title {
    width: 100%;
    text-align: center;
  }
  .season__title picture {
    position: relative;
    top: 50px;
  }
  .season__title picture img {
    width: 835px;
  }
  .season__title::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 197px;
    background: url(../../../../../img/usr/freepage/limited_gauze_padsheets/season-title-bg.png);
    background-size: 100px 197px;
  }
  .season__title.fixed {
    position: fixed;
    top: 0;
    left: 0;
  }
  .season__title.out {
    position: absolute;
  }
  .season__list {
    max-width: 1200px;
    margin: 0 auto;
  }
  .season__list__bg {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: ease 0.15s;
  }
  .season__list__bg-wrap {
    display: flex;
    align-items: center;
    max-width: 1200px;
    height: 100%;
    margin: 0 auto;
  }
  .season__list__bg picture {
    display: block;
    width: 80%;
    padding-top: 150px;
    margin: 0 auto;
  }
  .season__list__bg picture img {
    width: 52.5%;
  }
  .season__list ul {
    width: 80%;
    margin: 0 auto;
  }
  .season__list ul li {
    padding: 70px 0;
  }
  .season__list ul li.jsSeason01 dl dt img {
    opacity: 1;
  }
  .season__list ul li.jsSeason01 dl dd img {
    opacity: 1;
  }
  .season__list ul li.is-in .season__list__bg {
    z-index: 1;
  }
  .season__list ul li.is-in.jsSeason01 dd img {
    opacity: 1;
  }
  .season__list ul li.is-in.jsSeason02 .season__list__bg {
    opacity: 1;
  }
  .season__list ul li.is-in.jsSeason02 dd img {
    opacity: 1;
  }
  .season__list ul li.is-in.jsSeason03 .season__list__bg {
    opacity: 1;
  }
  .season__list ul li.is-in.jsSeason03 dd img {
    opacity: 1;
  }
  .season__list ul li.is-in.jsSeason04 .season__list__bg {
    opacity: 1;
    transition: ease 0s;
  }
  .season__list ul li.is-in.jsSeason04 dd img {
    opacity: 1;
  }
  .season__list ul li.is-in.is-middle.jsSeason01 dl dt img {
    opacity: 0;
    transition: ease 0s;
  }
  .season__list ul li.is-in.is-middle.jsSeason01 .season__list__bg {
    opacity: 1;
    transition: ease 0s;
  }
  .season__list ul li.is-in.is-middle.jsSeason04 dl dt img {
    opacity: 1;
    transition: ease 0s;
  }
  .season__list ul li.is-in.is-middle.jsSeason04 .season__list__bg {
    opacity: 0;
    transition: ease 0s;
  }
  .season__list ul li.is-out.jsSeason01 dl dt img {
    opacity: 0;
  }
  .season__list ul li.is-out.jsSeason01 dl dd img {
    opacity: 0.3;
  }
  .season__list ul li.is-out.jsSeason04 dl dt img {
    opacity: 1;
  }
  .season__list ul li.is-out.jsSeason04 dl dd img {
    opacity: 1;
  }
  .season__list ul li.is-out.jsSeason04 .season__list__bg {
    opacity: 0;
  }
  .season__list ul li dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
  .season__list ul li dl dt {
    width: 52.5%;
  }
  .season__list ul li dl dt img {
    opacity: 0;
  }
  .season__list ul li dl dd {
    width: 40.6%;
  }
  .season__list ul li dl dd img {
    opacity: 0.3;
  }
}
@media all and (max-width: 768px) {
  .season {
    background-color: white;
    padding-bottom: 80px;
  }
  .season .jsSeasonTitle {
    position: relative;
    z-index: 10;
    width: 100%;
    height: 150px;
  }
  .season__title {
    position: relative;
    width: 100%;
    text-align: center;
  }
  .season__title::before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 100%;
    height: 135px;
    background-color: white;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .season__title::before {
    height: 120px;
  }
}
@media all and (max-width: 768px) {
  .season__title picture {
    position: relative;
    top: 30px;
  }
  .season__title picture img {
    width: 278px;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .season__title picture img {
    width: 240px;
  }
}
@media all and (max-width: 768px) {
  .season__title.fixed {
    position: fixed;
    top: 0;
    left: 0;
  }
  .season__title.out {
    position: absolute;
  }
  .season__list {
    margin: 0 auto;
  }
  .season__list__bg {
    position: fixed;
    z-index: -1;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100vmax;
    height: 100vh;
    height: -moz-available;
    height: -webkit-fill-available;
    height: fill-available;
    opacity: 0;
    transition: ease 0.15s;
  }
  .season__list__bg-wrap {
    display: flex;
    align-items: center;
    width: 89.3%;
    height: 100%;
    margin: 0 auto;
  }
  .season__list ul li {
    padding: 30px 0;
  }
  .season__list ul li.jsSeason01 dl dt img {
    opacity: 1;
  }
  .season__list ul li.jsSeason01 dl dd img {
    opacity: 1;
  }
  .season__list ul li.is-in .season__list__bg {
    z-index: 1;
  }
  .season__list ul li.is-in.jsSeason01 dd img {
    opacity: 1;
  }
  .season__list ul li.is-in.jsSeason02 .season__list__bg {
    opacity: 1;
  }
  .season__list ul li.is-in.jsSeason02 dd img {
    opacity: 1;
  }
  .season__list ul li.is-in.jsSeason03 .season__list__bg {
    opacity: 1;
  }
  .season__list ul li.is-in.jsSeason03 dd img {
    opacity: 1;
  }
  .season__list ul li.is-in.jsSeason04 .season__list__bg {
    opacity: 1;
    transition: ease 0s;
  }
  .season__list ul li.is-in.jsSeason04 dd img {
    opacity: 1;
  }
  .season__list ul li.is-in.is-middle.jsSeason01 dl dt img {
    opacity: 0;
    transition: ease 0s;
  }
  .season__list ul li.is-in.is-middle.jsSeason01 .season__list__bg {
    opacity: 1;
    transition: ease 0s;
  }
  .season__list ul li.is-in.is-middle.jsSeason04 dl dt img {
    opacity: 1;
    transition: ease 0s;
  }
  .season__list ul li.is-in.is-middle.jsSeason04 .season__list__bg {
    opacity: 0;
    transition: ease 0s;
  }
  .season__list ul li.is-out.jsSeason01 dl dt img {
    opacity: 0;
  }
  .season__list ul li.is-out.jsSeason04 dl dt img {
    opacity: 1;
  }
  .season__list ul li.is-out.jsSeason04 dl dd img {
    opacity: 1;
  }
  .season__list ul li.is-out.jsSeason04 .season__list__bg {
    opacity: 0;
  }
  .season__list ul li dl {
    width: 89.3%;
    margin: 0 auto;
  }
  .season__list ul li dl dt {
    position: relative;
  }
  .season__list ul li dl dt img {
    opacity: 0;
  }
  .season__list ul li dl dd {
    display: none;
  }
}
@media all and (min-width: 769px) {
  .reason {
    position: relative;
    padding: 100px 0;
    background-color: #F5F5F5;
  }
  .reason-wrap {
    padding: 0 100px;
  }
  .reason__title {
    max-width: 596px;
    margin: 0 auto 50px;
  }
  .reason__pct {
    max-width: 1200px;
    margin: 0 auto;
  }
}
@media all and (max-width: 768px) {
  .reason {
    padding: 40px 0 20px;
    background-color: #F5F5F5;
  }
  .reason-wrap {
    width: 89.3%;
    margin: 0 auto;
  }
  .reason__title {
    width: 216px;
    margin: 0 auto 25px;
  }
  .reason__pct {
    margin: 0 auto;
  }
}
@media all and (min-width: 769px) {
  .delivery {
    padding: 100px 0 90px;
    background-color: #F2F9F2;
  }
  .delivery__title {
    max-width: 306px;
    margin: 0 auto 50px;
  }
  .delivery__list {
    padding: 0 100px;
  }
  .delivery__list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 820px;
    margin: 0 auto;
  }
  .delivery__list ul li {
    position: relative;
    width: 170px;
  }
  .delivery__list ul li:nth-of-type(1)::after, .delivery__list ul li:nth-of-type(2)::after {
    content: "";
    position: absolute;
    top: 30%;
    right: -60%;
    width: 47px;
    height: 16px;
    background-image: url(../../../../../img/usr/freepage/limited_gauze_padsheets/delivery-arrow.png);
    background-size: cover;
  }
  .delivery__list ul li:nth-last-of-type(1) .delivery__list__text {
    margin: 0 -20px;
  }
  .delivery__list__pct {
    margin-bottom: 20px;
  }
  .delivery__list__text {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 1.214vw;
    line-height: 1.88;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .delivery__list__text {
    font-size: 17px;
  }
}
@media all and (max-width: 768px) {
  .delivery {
    padding: 40px 0 4px;
    background-color: #F2F9F2;
  }
  .delivery__title {
    width: 187px;
    margin: 0 auto 25px;
  }
  .delivery__list {
    width: 80%;
    margin: 0 auto;
  }
  .delivery__list ul li {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 37px;
  }
  .delivery__list ul li:nth-of-type(1)::after, .delivery__list ul li:nth-of-type(2)::after {
    content: "";
    position: absolute;
    left: 18%;
    bottom: -25px;
    width: 6px;
    height: 17px;
    background-image: url(../../../../../img/usr/freepage/limited_gauze_padsheets/delivery-arrow--sp.png);
    background-size: cover;
  }
  .delivery__list__pct {
    width: 36.66%;
  }
  .delivery__list__text {
    font-family: "Zen Kaku Gothic New", sans-serif;
    font-size: 13px;
    line-height: 1.76;
    width: 54.33%;
  }
}
@media all and (min-width: 769px) {
  .about {
    position: relative;
  }
  .about__detail {
    font-family: "Noto Sans JP", sans-serif;
    position: absolute;
    right: 0;
    top: 0;
    width: 57.14%;
    height: 100%;
    padding: 2% 50px 0;
    background-color: rgba(242, 249, 242, 0.9);
  }
  .about__detail__title {
    font-size: 1.928vw;
    white-space: nowrap;
    margin-bottom: 2%;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .about__detail__title {
    font-size: 27px;
  }
}
@media all and (min-width: 769px) {
  .about__detail p {
    font-size: 1.429vw;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .about__detail p {
    font-size: 20px;
  }
}
@media all and (min-width: 769px) {
  .about__detail p + p {
    padding-top: 2%;
  }
  .about__detail p small {
    font-size: 1.214vw;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .about__detail p small {
    font-size: 17px;
  }
}
@media all and (min-width: 769px) {
  .about__detail__price {
    padding-top: 25px;
    margin-bottom: 4%;
  }
  .about__detail__price li {
    margin-bottom: 1%;
  }
  .about__detail__price li::before {
    content: "■";
    color: #284938;
    font-size: 1.286vw;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .about__detail__price li::before {
    font-size: 18px;
  }
}
@media all and (min-width: 769px) {
  .about__detail__price .cat {
    margin-right: 20px;
  }
  .about__detail__price .cat span:nth-of-type(1) {
    display: inline-block;
    font-size: 1.286vw;
    width: 105px;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .about__detail__price .cat span:nth-of-type(1) {
    font-size: 18px;
  }
}
@media all and (min-width: 769px) {
  .about__detail__price .cat span:nth-of-type(2) {
    font-size: 0.929vw;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .about__detail__price .cat span:nth-of-type(2) {
    font-size: 13px;
  }
}
@media all and (min-width: 769px) {
  .about__detail__price .yen {
    font-size: 1.714vw;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .about__detail__price .yen {
    font-size: 24px;
  }
}
@media all and (min-width: 769px) {
  .about__detail__price .yen span {
    font-size: 0.929vw;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .about__detail__price .yen span {
    font-size: 13px;
  }
}
@media all and (max-width: 768px) {
  .about {
    position: relative;
  }
  .about__detail {
    font-family: "Noto Sans JP", sans-serif;
    padding: 30px 20px;
    background: url(../../../../../img/usr/freepage/limited_gauze_padsheets/about-detail--sp.jpg);
    background-size: cover;
  }
  .about__detail__title {
    text-align: center;
    font-size: 20px;
    line-height: 1.6;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .about__detail__title {
    font-size: 18px;
  }
}
@media all and (max-width: 768px) {
  .about__detail__title span {
    display: block;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .about__detail__title span {
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  .about__detail p {
    font-size: 17px;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .about__detail p {
    font-size: 14px;
  }
}
@media all and (max-width: 768px) {
  .about__detail p + p {
    padding-top: 8px;
  }
  .about__detail p small {
    display: block;
    text-align: center;
    font-size: 14px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .about__detail p small {
    font-size: 12px;
  }
}
@media all and (max-width: 768px) {
  .about__detail p small.spleft {
    text-align: left;
  }
  .about__detail__price {
    padding-top: 25px;
    margin-bottom: 17px;
  }
  .about__detail__price li {
    margin-bottom: 3px;
  }
  .about__detail__price li::before {
    content: "■";
    font-size: 16px;
    color: #284938;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .about__detail__price li::before {
    font-size: 12px;
  }
}
@media all and (max-width: 768px) {
  .about__detail__price .cat {
    margin-right: 10px;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .about__detail__price .cat {
    margin-right: 5px;
  }
}
@media all and (max-width: 768px) {
  .about__detail__price .cat span:nth-of-type(1) {
    display: inline-block;
    font-size: 16px;
    width: 90px;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .about__detail__price .cat span:nth-of-type(1) {
    font-size: 13px;
    width: 80px;
  }
}
@media all and (max-width: 768px) {
  .about__detail__price .cat span:nth-of-type(2) {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .about__detail__price .cat span:nth-of-type(2) {
    font-size: 9px;
  }
}
@media all and (max-width: 768px) {
  .about__detail__price .yen {
    font-size: 20px;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .about__detail__price .yen {
    font-size: 16px;
  }
}
@media all and (max-width: 768px) {
  .about__detail__price .yen span {
    font-size: 11px;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .about__detail__price .yen span {
    font-size: 9px;
  }
}
@media all and (min-width: 769px) {
  .footer {
    font-family: "Noto Serif JP", serif;
    padding-top: 140px;
    background-color: white;
  }
  .footer__top {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #ECECE9;
  }
  .footer__top__detail {
    width: 50.85%;
    padding-left: 100px;
    padding-right: 25px;
  }
  .footer__top__detail__logo {
    width: 30%;
    margin-bottom: 1.8%;
  }
  .footer__top__detail__title {
    font-size: 1.429vw;
    margin-bottom: 6%;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .footer__top__detail__title {
    font-size: 20px;
  }
}
@media all and (min-width: 769px) {
  .footer__top__detail__subtitle {
    display: inline-block;
    font-size: 1.43vw;
    border-bottom: 1px solid #505050;
    margin-bottom: 18px;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .footer__top__detail__subtitle {
    font-size: 16px;
  }
}
@media all and (min-width: 769px) {
  .footer__top__detail p {
    font-size: 1.143vw;
    line-height: 2;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .footer__top__detail p {
    font-size: 16px;
  }
}
@media all and (min-width: 769px) {
  .footer__top__pct {
    width: 49.14%;
  }
  .footer__middle {
    padding: 0 100px;
    background-color: #ECECE9;
  }
  .footer__middle ul {
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    height: 100px;
    margin: 0 auto;
  }
  .footer__middle ul li {
    margin-right: 95px;
  }
  .footer__middle ul li a {
    font-size: 1vw;
    color: #505050;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .footer__middle ul li a {
    font-size: 14px;
  }
}
@media all and (min-width: 769px) {
  .footer__bottom {
    padding: 0 100px;
    background-color: #F5F5F5;
  }
  .footer__bottom-wrap {
    position: relative;
    height: 56px;
    margin: 0 auto;
  }
  .footer__bottom__logo {
    width: 236px;
    padding-top: 15px;
    margin: 0 auto;
  }
  .footer__bottom__copyright {
    position: absolute;
    right: 0;
    top: 18px;
    font-size: 0.857vw;
  }
}
@media (min-width: 769px) and (min-width: 1400px) {
  .footer__bottom__copyright {
    font-size: 12px;
  }
}
@media all and (max-width: 768px) {
  .footer {
    font-family: "Noto Serif JP", serif;
    padding-top: 30px;
    background-color: white;
  }
  .footer__top {
    padding-top: 40px;
    border-top: 1px solid #ECECE9;
  }
  .footer__top__detail {
    width: 89.3%;
    margin: 0 auto;
  }
  .footer__top__detail__logo {
    width: 155px;
    margin-bottom: 8px;
  }
  .footer__top__detail__title {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .footer__top__detail__subtitle {
    display: inline-block;
    font-size: 15px;
    border-bottom: 1px solid #505050;
    margin-bottom: 18px;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .footer__top__detail__subtitle {
    font-size: 13px;
  }
}
@media all and (max-width: 768px) {
  .footer__top__detail p {
    font-size: 13px;
    line-height: 2;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .footer__top__detail p {
    font-size: 12px;
  }
}
@media all and (max-width: 768px) {
  .footer__middle {
    background-color: #ECECE9;
  }
  .footer__middle ul {
    position: relative;
    z-index: 10;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__middle ul li:nth-of-type(1), .footer__middle ul li:nth-of-type(2) {
    margin-right: 24px;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .footer__middle ul li:nth-of-type(1), .footer__middle ul li:nth-of-type(2) {
    margin-right: 12px;
  }
}
@media all and (max-width: 768px) {
  .footer__middle ul li a {
    font-size: 12px;
    line-height: 60px;
    color: #505050;
  }
}
@media screen and (max-width: 768px) and (max-width: 330px) {
  .footer__middle ul li a {
    font-size: 11px;
  }
}
@media all and (max-width: 768px) {
  .footer__bottom {
    padding: 20px 0 20px;
    background-color: #F5F5F5;
  }
  .footer__bottom-wrap {
    text-align: center;
  }
  .footer__bottom__logo {
    width: 230px;
    margin: 0 auto 8px;
    line-height: 0;
  }
  .footer__bottom__copyright {
    font-size: 11px;
  }
}/*# sourceMappingURL=style.css.map */