@charset "utf-8";
.cfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.cfix {
  min-height: 1px;
  text-align: center;
  margin-top: 4%;
}

#contentsArea{
	font-family: 'YuGothic','Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', 'Meiryo','ＭＳ ゴシック',sans-serif;
    max-width: 1200px;
    width: 100%;
    font-size: 16px;
    color: #000;
    letter-spacing: 1pt;
    line-height: 1.7;
    margin: 0 auto;
    text-align: center;
    border: 50px solid #ffe7ea;
    box-sizing: border-box;
}
li{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: middle;
}
* p {
	margin: 0;
	padding: 0;
}
a:hover img {
   opacity: 0.9;
    filter: alpha(opacity=70);
	-moz-opacity: 0.7;
}
a:hover{
	opacity: 0.7;
}
a{
  color: #000;
}
/*------------------------
     contentsArea
-------------------------*/
#contentsArea {
    max-width: 1200px;
    width: 100%;
    font-size: 16px;
    color: #000;
    line-height: 1.7;
    margin: 0 auto;
    letter-spacing: normal;
    text-align: center;
    padding-bottom: 5%;
}
#contentsArea h1 {
    margin: 0 0 5%;
}
#top_contents {
    width: 87%;
    margin: 0 auto;
}
#top_contents h2 {
    color: #e8838a;
    font-weight: bold;
    font-size: 42px;
    margin: 4% auto;
}
#top_contents p {
    font-size: 21px;
    margin: 2% 0 4%;
}
#top_contents span {
    font-size: 17px;
    display: inline-block;
    margin: 2% 0 0;
}
#top_contents h3 {
    font-size: 42px;
    font-weight: bold;
    border-bottom: 3px solid #e8838a;
    display: inline-block;
    margin: 10% 0 2%;
    line-height: 1em;
}

#contentsArea ul {
    margin-top: 5%;
}

#contentsArea ul li.span3 {
    margin-left: 2%;
    width: 23.5%;
}

#contentsArea ul li img {
    margin-left: 4%;
}

#contentsArea div.omatome {
    margin-top: 10%;
}
#contentsArea span.target {
    margin-top: 4%;
    font-weight: bold;
    font-size: 19px;
}
/*------------------------
     video
-------------------------*/
.video {
    position: relative;
    height: auto;
    text-align: center;
    overflow: hidden;
}
/*.video iframe{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}*/
/*------------------------
     btnArea
-------------------------*/
.btnArea a{
    line-height: 1.3;
    display: block;
    width: 100%;
    color: #e8838a;
    background-color: #fff;
    font-size: 21px;
    font-weight: bold;
    border: 3px solid #e8838a;
    border-radius: 10px;
    padding: 3%;
    box-sizing: border-box;
    max-width: 430px;
    margin: 6% auto 0;
    background-image: url(//ds-assets.s3.amazonaws.com/fukuske.com/2020/onaka_yuttari/arrow_small.png);
    background-repeat: no-repeat;
    background-position: center right 35px;
}
.btnArea a:hover{
    opacity: 0.7;
}
.btnArea.all a {
    max-width: none;
    width: 100%;
    background-color: #fff;
    color: #e8838a;
    font-size: 32px;
    padding: 1.5%;
    font-weight: bold;
    border: 3px solid #e8838a;
    border-radius: 10px;
    background-position: center right 35px;
    background-image: url(//ds-assets.s3.amazonaws.com/fukuske.com/2020/onaka_yuttari/arrow_big.png);
}
.btnArea.all a:hover{
    opacity: 0.7;
}

div.imgarea .btnArea.all a {
    width: 87%;
}

#lastarea .btnArea.all a {
    width: 87%;
    margin: 3% auto;
}
/*#lastarea .btnArea.all a:last-child {
    margin-bottom: 6%;
}
*/

/*------------------------
     imgarea
-------------------------*/
.imgarea {
    margin: 10% auto 8%;
}

img.img_description {
    margin: 5% auto;
}
p.obi2 span{
    font-size: 24px;
    font-weight: bold;
    margin-top: 3%;
    display: inline-block;
}
p.obi2 span.annotation{
    font-size: 21px;
    margin-top: 0;
}
p.point {
    margin: 5% auto;
}


/*------------------------
     customer
-------------------------*/
#customer {
    background-color: #fff4f5;
    padding: 4% 0 5.5%;
    box-sizing: border-box;
}
#customer p {
    font-size: 19px;
    margin-top: 5%;
}
#customer p.ttl1 {
    font-size: 33px;
    font-weight: bold;
    border-bottom: 3px solid #e8838a;
    display: inline-block;
    margin: 3% 0;
    line-height: 1em;
}
#customer ul.user {
    background-color: #fff;
    width: 94%;
    margin: 2% auto;
    border-radius: 20px;
    text-align: left;
    padding: 3% 4%;
    box-sizing: border-box;
}
ul.user li {
    display: inline-block;
}
ul.user li.icon {
  width: 13%;
    padding-right: 3%;
}
ul.user li.comment {
    width: 80%;
    text-align: justify;
    vertical-align: middle;
    font-size: 19px;
    line-height: 1.5;
}


/*------------------------
     last area
-------------------------*/

#lastarea div.omatome {
    margin-top: 6%;
}

#lastarea span.target {
    margin: 4% auto 2%;
    display: inline-block;
}

@media screen and (max-width: 1200px){
    .btnArea.all a {
        font-size: 24px;
        padding: 2%;
}
}


@media screen and (max-width: 979px){

#contentsArea {
    border: 30px solid #ffe7ea;
}
#top_contents h2 {
    font-size: 32px;
}

#top_contents h3 {
    font-size: 33px;
}
#top_contents p {
    font-size: 18px;
}
.btnArea a {
    font-size: 20px;
}
.btnArea.all a {
    width: 100%;
    font-size: 20px;
    padding: 3%;
    background-position: center right 13px;
}
p.obi2 span {
    font-size: 21px;
    margin: 0 5%;
}
img.img_description {
    width: 90%;
}
ul.user li.comment {
    font-size: 18px;
}
#customer p {
    font-size: 18px;
    margin: 5% 3%;
}
#lastarea div.omatome img {
    width: 90%;
}
}

@media screen and (max-width: 767px){

#contentsArea {
    border: 15px solid #ffe7ea;
}
#contentsArea ul li img {
    margin-left: 3%;
}

#top_contents {
    width: 90%;
}
#top_contents h2 {
    font-size: 19px;
    line-height: 1.4;
}

#top_contents h3 {
    font-size: 24px;
}
#top_contents p {
    font-size: 14px;
    text-align: justify;
    margin: 2% 0 4%;
    line-height: normal;
}
#top_contents span {
    font-size: 13px;
}
.video {
    position: relative;
    height: auto;
    padding: 2% 0 54%;
    text-align: center;
    overflow: hidden;
}
.video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btnArea.all a {
    width: 100%;
    font-size: 17px;
    padding: 3.5% 2%;
    background-size: 16px;
    background-position: center right 10px;
}
.btnArea a {
    width: 95%;
    border-radius: 5px;
    font-size: 16px;
    margin: 6% auto 10%;
}

#contentsArea ul {
    margin: 0;
}
#wrapper ul.liquid-column2 > li {
    width: 100%;
    margin-left: 0;
}

#contentsArea span.target {
    font-size: 14px;
    text-align: left;
}

img.img_description {
    width: 95%;
}

p.obi2 span {
    font-size: 14px;
}
p.obi2 span.annotation {
    font-size: 14px;
    margin: 0 3%;
}
p.ttl1 img {
    height: 36px;
}

#customer p.ttl1 {
  font-size: 24px;
    margin: 0 0 2%;
}
ul.user li.comment {
    font-size: 12px;
    width: 73%;
}
ul.user {
    background-color: #fff;
    width: 100%;
    margin: 3% auto;
    border-radius: 20px;
    text-align: left;
    padding: 3%;
    box-sizing: border-box;
}
ul.user li.icon {
    width: 20%;
    padding-right: 3%;
}

#customer {
    background-color: #fff2f5;
    padding: 8% 3% 10%;
    box-sizing: border-box;
}
#customer p {
    font-size: 13px;
    text-align: left;
}
#customer ul.user {
    margin: 3% auto;
}

#lastarea div.omatome img{
    margin: 6% auto 0;
    width: 90%;
}

#lastarea span.target{
    margin: 4% 5%;
}

ul.cfix li.span2:nth-child(-n+3) {
    margin-bottom: 4%;
}
}


.onaka-yuttari-stockings {
    max-width: 1000px;
    margin: 60px auto 0;
}

@media screen and (max-width:640px) {
    .onaka-yuttari-stockings ._container {
        width: 90%;
        margin: 0 auto;
    }
}

.onaka-yuttari-stockings ._head {
    position: relative;
    font-size: 30px;
    margin: 0 auto 30px;
    text-align: center;
    line-height: 1.13;
}

@media screen and (max-width:640px) {
    .onaka-yuttari-stockings ._head {
        font-size: 20px;
        line-height: 1.6;
        display: inline-block;
    }
}

.onaka-yuttari-stockings ._head::before,
.onaka-yuttari-stockings ._head::after {
    content: "";
    display: inline-block;
}
@media screen and (max-width:640px) {
    .onaka-yuttari-stockings ._head::before,
    .onaka-yuttari-stockings ._head::after {
    position: absolute;
    bottom: 0;
}
}


.onaka-yuttari-stockings ._head::before {
    content: "＼";
    margin-right: 14px;
}

@media screen and (max-width:640px) {
    .onaka-yuttari-stockings ._head::before {
        left: 0;    
        margin-right: 0;
    }
}

.onaka-yuttari-stockings ._head::after {
    content: "／";
    margin-left: 14px;
}

@media screen and (max-width:640px) {
    .onaka-yuttari-stockings ._head::after {
        margin-left: 0;
        right: 0;
    }
}

.onaka-yuttari-stockings ._head span  {
    display: inline-block;
    font-weight: bold !important;
}



