@import url("//use.typekit.net/ibt0rdc.css");

/**自社用***/
#leftnavi {
    display: none !important;
}

#wrapper,
#middle_body {
    min-width: 1010px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 0 !important;
}

#contents {
    width: 100% !important;
    margin: 0 auto !important;
    float: none !important;
    padding: 0 !important;
}

.inner_content {
    width: 100%;
}

/*基本*/

/*▼IEでのMaterial Icons表示に必要*/
body {
    text-rendering: optimizeLegibility;
    font-kerning: normal;
    font-variant-ligatures: common-ligatures contextual;
    font-feature-settings: "kern", "liga", "clig", "calt";
}

body {
    overflow-y: hidden;
}

body,
#airy2021 dd,
#airy2021 dl,
#airy2021 li,
#airy2021 ul {
    margin: 0;
    padding: 0;
    overflow: hidden
}

html {
    overflow-y: scroll;
    scroll-behavior: smooth;
}

#airy2021 .bg {
    /*width:1080px;*/
    margin: 0 auto;
    padding: 0 0 2vw;
    text-align: center;
    background: url("/IMAGE/2021airy/bg.jpg") top no-repeat;
}

#airy2021 * {
    /*font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";*/
    /*  font-family: 'Noto Serif JP', serif; */
    font-weight: normal;
    line-height: 150%;
    letter-spacing: 0.1vw;
    margin: 0 auto
}

#airy2021 li {
    list-style: none;
}

#airy2021 a {
    text-decoration: none;
    color: #000;
}

#airy2021 a:hover {
    opacity: 0.8;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

#airy2021 a:visited {
    color: #000;
}

#airy2021 .display_smp {
    display: none;
}

#airy2021 img {
    border: 0;
}

#airy2021 h2,
#airy2021 h3,
#airy2021 h4 {
    color: #FFFFFF;
}

#airy2021 h4 {
    background: #262859;
    font-size: 42px;
    padding: 10px;
}

#airy2021 h5 {
    color: #002168;
    font-size: 30px;
    margin: 30px 0;
    font-weight: bold
}

#airy2021 h4 span,
#airy2021 h5 span {
    font-size: 18px;
    display: block;
}

#airy2021 h6 {
    border: 1px solid #0a1026;
    color: #0a1026;
    font-size: 30px;
    margin: 30px 0;
    padding: 10px 0;
    width: 400px;
    margin: 30px auto
}

#airy2021 section {
    margin: auto auto 30px;
    text-align: center;
    width: 1080px
}

#airy2021 dt img,
#airy2021 dd img {
    width: 100%;
    display: block
}

#airy2021 .smp {
    display: none
}

#airy2021 .color {
    font-size: 20px;
    margin-top: 5px
}

#airy2021 .color .ivory {
    color: #deded6
}

#airy2021 .color .beige {
    color: #dec7b9
}

#airy2021 .color .brown {
    color: #4c312a
}

#airy2021 .color .navy {
    color: #15235d
}

/*============================
スライダー
============================*/
#slider {
    background: url(/IMAGE/2021airy/bg.jpg) top no-repeat;
}

#slider ul {
    margin: 1rem 0;
}

#slider ul li img {
    width: 60%;
    margin: auto;
}

#airy2021 .swiper-container {
    padding-bottom: 0;
}

#airy2021 .img_100 img {
    width: 100%;
    margin: auto;
}

.swiper-button-prev {
    left: 16%;
    top: 44%;
    background-color: #fff;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 79px;
    height: 35px;
    opacity: .7;
    width: 35px;
}

.swiper-button-next {
    right: 16%;
    top: 44%;
    background-color: #fff;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 79px;
    height: 35px;
    opacity: .7;
    width: 35px;
}

/*============================
看板
============================*/
#airy2021 #kanban {
    min-height: 700px;
    background: url("/IMAGE/2021airy/kanban_bg.png") bottom no-repeat;
    padding-bottom: 30px;
    width: auto;
    margin-bottom: 0
}

#airy2021 #kanban h1 p {
    position: relative;
    display: block;
    padding: 2px 50px;
    margin-bottom: 30px;
    color: #ffffff;
    background: #e30000;
    background: -moz-linear-gradient(left, #090f1d, #740605 20%, #ff0909 50%, #740605 80%, #09182d);
    background: -webkit-linear-gradient(left, #090f1d, #740605 20%, #ff0909 50%, #740605 80%, #09182d);
    background: linear-gradient(to right, #090f1d, #740605 20%, #ff0909 50%, #740605 80%, #09182d);
    font-size: 25px;
    font-weight: 600;
}

#airy2021 #kanban h1 p span {
    font-size: 40px;
    font-weight: 600;
}

#airy2021 #kanban h1 p span.small {
    font-size: 13px;
    padding-left: 1vw
}

#airy2021 #kanban h2 {
    font-size: 35px;
    margin: 1.5vw 0;
}

#airy2021 #kanban h3 {
    font-size: 18px;
    margin: 1vw 0;
    line-height: 180%
}

#airy2021 #kanban div {
    width: 840px;
    min-height: 300px;
    position: relative;
    margin: auto;
}

#airy2021 #kanban div img {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 4
}

#airy2021 #kanban div img.move {
    animation-name: kanban;
    animation-timing-function: ease-in-out;
    animation-iteration-count: infinite;
    animation-direction: alternate;
    animation-duration: 1.5s;
}

@keyframes kanban {
    0% {
        transform: translate(0, 0px);
    }

    100% {
        transform: translate(0, -15px)
    }
}


/*============================
快眠の秘密
============================*/
#airy2021 #point {
    color: #0a1026;
}

#airy2021 #point span {
    font-size: 16px;
    margin: 10px;
    display: block;
}

#airy2021 #point p {
    font-size: 20px;
}

#airy2021 #point ul {
    overflow: hidden;
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin: 0 auto 1rem;
    width: 200%;
}

#airy2021 .scroll {
    overflow: auto;
}

#airy2021 #point ul li {
    width: 20%;
}

#airy2021 #point ul li img {
    border-radius: 5px;
    width: 100%;
}

#airy2021 #point ul li dl {
    overflow: hidden
}

#airy2021 #point ul li dl dt {
    background: #c5ebfd;
    color: #285b8b;
    font-size: 30px;
    padding: 10px;
    margin-bottom: 20px;
}

#airy2021 #point ul li dl dt span {
    font-size: 22px;
    display: block;
    margin: 0
}

#airy2021 #point ul li dl dd {
    font-size: 16px;
    text-align: left;
    margin-bottom: 20px
}

#airy2021 #point ul li dl dd.herf {
    width: 50%;
}

#airy2021 #point ul li dl dd.midashi {
    font-size: 18px;
    font-weight: 600;
    clear: both
}

#airy2021 #point ul li dl dd.last {
    margin-bottom: 0
}

#airy2021 #point ul li dl dd.note {
    font-size: 12px;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: right
}

#airy2021 #point img {
    width: 100%;
}



/*============================
レビュー
============================*/
#airy2021 #review .item-area-rev table tr,
#airy2021 #review .item-area-rev table tr th,
#airy2021 #review .item-area-rev table tr th span,
#airy2021 #review .item-area-rev table tr td {
    font-family: 'Noto Sans JP', sans-serif;
    text-align: left
}

#airy2021 #review .item-area-rev table tr th,
#airy2021 #review .item-area-rev table tr th span {
    font-weight: 600
}

#airy2021 #review .item-area-rev table.area_in {
    width: 1080px;
    margin-top: 20px
}

#airy2021 #review .item-area-rev table tr th:nth-child(2) {
    width: 200px;
}

#airy2021 #review .m_b {
    margin: 0 0 .8% 0;
}

/*============================
30日間返品保証・エアリー診断バナー
============================*/
#airy2021 #banner {
    margin: 100px auto
}

/*============================
新商品
============================*/
#airy2021 #newitem {
    background: #d6ecf0;
}

#airy2021 #newitem {
    width: auto;
    padding: 30px 0 40px;
    margin-bottom: 0
}

#airy2021 #newitem .content {
    width: 1080px;
    margin: auto;
}

#airy2021 #newitem .content h5 {
    font-weight: normal;
    font-size: 45px
}

#airy2021 #newitem .content span {
    font-size: 18px;
    display: block;
}

#airy2021 #newitem .content span.line {
    /*border: 1px solid;*/
    margin: 15px auto;
    line-height: 220%;
    background: #002168;
    color: #fff;
}

#airy2021 #newitem .content ul.items {
    overflow: hidden
}


#airy2021 #newitem .content ul.items>li {
    width: 540px;

}

#airy2021 #newitem .content ul.items>li dl dt,
#airy2021 #newitem .content ul.items>li dl dd {
    float: none
}

#airy2021 #newitem .content ul.items>li dl dt {
    padding: 15px 0
}

#airy2021 #newitem .content ul.items>li dl dd {
    padding: 10px 15px;
    font-size: 16px;
    text-align: left
}

#airy2021 #newitem .content ul.items>li dl dd img {
    margin: 10px 0
}

#airy2021 #newitem .content ul.items>li dl dd span {
    font-size: 26px
}

#airy2021 #newitem .content ul.items>li dl dd.hbc {
    color: #0c6b11;
}

#airy2021 #newitem .content ul.items>li dl dd.hbt {
    color: #a10a61;
}

#airy2021 #newitem .content ul.items>li dl dd.amen {
    color: #456cbf;
}

#airy2021 #newitem .content ul.items>li dl dd.price {

    width: 330px;
    padding: 15px 0;
    margin-right: 10px;
    text-align: right;
    color: #e30000;
    position: relative
}

#airy2021 #newitem .content ul.items li>dl dd.price span {
    position: absolute;
    left: 15px;
    bottom: 24px;
    font-size: 14px;
    width: auto;
}

#airy2021 #newitem .content ul.items li>dl dd.btn {
    width: 180px;
    text-align: center;
    padding: 0;
    margin-right: 20px;
}

#airy2021 #newitem .content ul.items li>dl dd.btn span {
    padding: 18px 0;
    background: #e30000;
    color: #fff;
    font-size: 16px;
    border-radius: 3px
}

#airy2021 #newitem .content ul.items li>dl dd.btn a {
    color: #fff
}

#airy2021 #newitem .content ul.items li>dl dd.btn a:hover span {
    background: #7B1315;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}


/*============================
ラインナップナビ
============================*/
#airy2021 #lineup-navi {
    width: auto;
    background: #cadeeb;
    padding: 30px 0 40px;
}

#airy2021 #lineup-navi .content {
    width: 1080px;
    margin: auto;
}

#airy2021 #lineup-navi .content h5 {
    font-weight: normal;
    color: #002168;
    font-size: 40px;
}

#airy2021 #lineup-navi .content span {
    font-size: 18px;
    display: block;
    margin: 10px 0
}

#airy2021 #lineup-navi .content ul li {
    width: 340px;
    margin: 0 30px 25px 0;
}

#airy2021 #lineup-navi .content ul li:nth-child(3n) {
    margin-right: 0;
}

#airy2021 #lineup-navi .content ul li dl dd {
    background: #2f4a80;
    color: #fff;
    font-size: 18px;
    position: relative;
    padding: 5px 0
}

#airy2021 #lineup-navi .content ul li dl dd::after {
    content: "keyboard_arrow_down";
    font-family: "Material Icons";
    display: block;
    position: absolute;
    font-size: 30px;
    height: 1em;
    width: 1em;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
    font-weight: normal;
}

#airy2021 #lineup-navi .content ul li a:hover dl dd {
    background: #151B51;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}


/*============================
ラインナップ
============================*/
#airy2021 #lineup {
    margin: 50px auto
}

#airy2021 #lineup h4 {
    background: #fff;
    color: #2f4a80;
    border: 1px solid #2f4a80;
    padding: 15px 0;
}

#airy2021 #lineup ul.items {
    margin: 50px 0;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1rem;
}

#airy2021 #lineup ul.items>li {
    background: -moz-linear-gradient(top, #fff, #d8f2ff);
    background: -webkit-linear-gradient(top, #fff, #d8f2ff);
    background: linear-gradient(to bottom, #fff, #d8f2ff);
    padding-bottom: 2%;
}


#airy2021 #lineup ul.items>li div {
    display: flex;
    width: 100%;
    justify-content: space-around;
}

#airy2021 #lineup ul.items>li:nth-child(2n) {
    margin-right: 0
}

#airy2021 #lineup ul.items>li img {
    width: 260px;
    margin: 10px;
    margin-left: 0;
}

#airy2021 #lineup ul.items>li *[class^="icon_"] {
    position: absolute;
    top: 0;
    left: 55%;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    line-height: 60px;
    display: inline-block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    font-family: meiryo;
    font-weight: bold;
}

#airy2021 #lineup ul.items>li .icon_new {
    background-color: #4de0c5;
    color: #ff0;
}

#airy2021 #lineup ul.items>li .icon_no1 {
    background-color: #ffeb3b;
    height: 45px;
    padding-top: 15px;
    line-height: 100%;
    color: #e30000;
}

#airy2021 #lineup ul.items>li dl.detail {
    width: 240px;
    margin-left: 10px;
    /*margin-top: 20px;*/

}

#airy2021 #lineup ul.items>li.bg_none {
    background: #fff !important;
}

#airy2021 #lineup ul.items>li dl.detail dt {
    background: #2f394d;
    padding: 5px 0;
    color: #fff;
    text-align: center;
    font-size: 13px;
}

#airy2021 #lineup ul.items>li dl.detail dd {
    color: #2f394d;
    text-align: left;
    line-height: 120%
}

#airy2021 #lineup ul.items>li dl.detail .comment {
    font-size: 14px;
    margin-top: 15px;
    font-family: 'Noto Sans JP', sans-serif;
}

#airy2021 #lineup ul.items>li dl.detail dd.name {
    font-size: 18px;
    margin: 15px 0 10px;
    font-weight: 600
}

#airy2021 #lineup ul.items>li dl.detail dd.thickness {
    font-size: 16px;
    padding: 5px 10px;
    display: table-cell;
    font-weight: bold;
    border: 1px solid;
    font-family: 'Noto Sans JP', sans-serif;
    background: #fff;
}

#airy2021 #lineup ul.items>li ul.size {
    display: flex;
    justify-content: center;
}

#airy2021 #lineup ul.items>li ul.size>li {
    width: 159px;
    padding: 2%;
    border-right: 1px dotted #2f394d;
    text-align: center;
}

#airy2021 #lineup ul.items>li ul.size>li:last-child {
    border: none
}

#airy2021 #lineup ul.items>li ul[class$="size"]>li .btn {
    text-align: center;
    margin: 2% 0 0 0;
}

#airy2021 #lineup ul.items>li ul[class$="size"]>li .btn span {
    padding: 5px 20px;
    background: #e30000;
    color: #fff;
    font-size: 16px;
    border-radius: 5px;
    margin-bottom: 10px;
}

#airy2021 #lineup ul.items>li ul[class$="size"]>li .btn a {
    color: #fff
}

#airy2021 #lineup ul.items>li ul[class$="size"]>li .btn a:hover span {
    background: #7B1315;
    -webkit-transition: 0.7s;
    -moz-transition: 0.7s;
    -o-transition: 0.7s;
    transition: 0.7s;
}

/*シングルサイズのみ*/
#airy2021 #lineup ul.items>li ul.one-size {
    margin-top: 10px;
    margin-bottom: 0;
}

#airy2021 #lineup ul.items>li ul.one-size>li {
    display: flex;
    width: 90%;
    margin: auto;
}

#airy2021 #lineup ul.items>li ul.one-size>li div.single {
    text-align: center;
    margin: 10px 0;
}

#airy2021 #lineup ul.items>li ul.one-size>li div.price {
    position: relative;
    width: 200px;
    text-align: right;
}

/*エクストラシリーズ用*/

#airy2021 #lineup h4.extra {
    color: #fff;
    margin: 0;
    border: none;
    background: none
}

#airy2021 #lineup .extra_detail {
    background: #2f394d;
    color: #fff;
    padding: 0 30px 30px
}

#airy2021 #lineup .extra_detail p {
    font-size: 16px;
    margin: 20px 0
}

#airy2021 #lineup .extra_detail ul li {
    border: 1px dotted #fff;
    padding: 10px 8px;
    margin-right: 20px;
    overflow: hidden;
}

#airy2021 #lineup .extra_detail ul li:nth-child(2n) {
    margin: 0;
}

#airy2021 #lineup ul.extra {
    margin-top: 20px
}

#airy2021 #lineup ul.extra>li {
    width: 340px;
    margin-right: 30px;
}

#airy2021 #lineup ul.extra>li:nth-child(2n) {
    margin-right: 30px
}

#airy2021 #lineup ul.extra>li:last-child {
    margin-right: 0;
}

#airy2021 #lineup ul.extra>li dl.detail {
    width: 320px;
    margin: 20px 10px 0;
}

#airy2021 #lineup ul.extra>li dl.detail dt span {
    background: #b29f5d;
    padding: 0 0.5vw;
    margin-right: 1vw;
    display: inline-block
}

#airy2021 #lineup ul.extra>li .image {
    text-align: center
}

#airy2021 #lineup ul.extra>li img {
    margin: 10px 30px
}

#airy2021 #lineup ul.extra>li ul.size {
    margin-top: 0
}

#airy2021 #lineup ul.extra>li ul.one-size>li {
    width: 320px;
    padding-top: 20px;
    position: relative;
}

#airy2021 #lineup ul.extra>li ul.one-size>li div.single {
    position: absolute;
    top: -10px;
    left: -10px
}

#airy2021 #lineup ul.extra>li ul.one-size>li div.price {
    position: relative;
    width: 160px;
    margin-left: 10px;
}

/*============================
価格
============================*/

#airy2021 .price {
    width: auto;
    color: #e30000
}

#airy2021 li.price,
#airy2021 li.intax {
    vertical-align: baseline;
    display: inline-block;
    font-weight: bold;
    color: #e30000;

    /*background: #fff*/
}


#airy2021 #lineup ul.items>li ul.one-size li.price,
#airy2021 #lineup ul.items>li ul.one-size li.intax {
    display: inline-block;
}

#airy2021 #lineup ul.extra>li ul.one-size li.price,
#airy2021 #lineup ul.extra>li ul.one-size li.intax {
    display: block;
    padding-right: 1rem;
}


#airy2021 .prdisp-taxin {
    font-size: 24px;
    letter-spacing: 100%;
    color: #969696;
    padding-right: 10px;
}

#airy2021 .prdisp-taxin span span {
    /*bottom: 25%!important;*/
    margin-right: 3px
}

#airy2021 .motoprice {
    display: none;
}

#airy2021 li.price {
    font-size: 27px;
    margin: 0 0 5% 0;
}

#airy2021 .buy_price ol {
    font-size: 18px;
    text-align: center;
    display: inline-block;
    color: #e30000;
}

#airy2021 .intax {
    display: none !important;
}

#airy2021 .spesicalprice {
    font-size: 12px;
    color: #626262;
    position: relative;
    text-align: left;
    margin-right: 1em;
    color: #C00;
    display: none !important
}

#airy2021 #lineup li.price {
    font-size: 1.5rem;
}


.content ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: .5rem;
}


/*============================
右側のナビ
============================*/

#airy2021 .navi {
    position: fixed;
    right: 0;
    width: 10%;
    height: 40px;
    padding-right: 20px;
    line-height: 40px;
    font-size: 12px;
    text-align: center;
    border-radius: 0;
    z-index: 5;
    opacity: 1;
    transition: .5s;
    letter-spacing: normal;
    bottom: 57%;
    right: 1%;
}

#airy2021 .navi .list_item {
    border-bottom: dashed 1px;
    padding: 2%;
    position: relative;
    padding: 8% 0;
}

#airy2021 .navi .list_item a {
    font-size: 1rem;
}

#airy2021 .navi .list_item::before {
    content: "play_circle_filled";
    font-family: "Material Icons";
    display: block;
    position: absolute;
    font-size: 25px;
    height: 1em;
    width: 1em;
    top: 33%;
    right: 4%;
    margin: auto;
    font-weight: normal;
}

#airy2021 *[class^="right-"] a {
    font-family: 'Noto Sans JP', sans-serif;
}

#airy2021 *[class^="right-"] a:hover {
    color: #B90003;
    text-decoration: underline
}

#airy2021 .right-top {
    bottom: 10px;
}

#airy2021 .right-shindan {
    bottom: 50px;
}



#airy2021 .airy_btn {
    width: 50%;
    margin: auto;
    text-align: center;
    padding: .5rem 0;
    border-radius: 5px;
    background-color: #002168;
    border: solid 1px#002168;
    color: #fff;
}

#airy2021 .airy_btn a {
    display: block;
    color: #fff;
}



/*---------ランキング---------*/
#ranking .scroll>ul {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    width: 100%;
}

#ranking .p_name {
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

#ranking .ranking .m_price {
    font-family: Lato, "Noto Sans JP", sans-serif, "メイリオ";
    font-size: 1.3em;
    font-weight: 700;
}

#ranking .ranking {
    position: relative;
    padding-top: 30px;
}

#ranking .ranking:nth-child(1)::after {
    content: "1";
    width: 40px;
    height: 40px;
    position: absolute;
    top: -1%;
    left: 0;
    background-image: url(../IMAGE/c_8578/rank_1.png);
    background-size: contain;
    background-color: transparent;
    line-height: 47px;
    color: #222;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

#ranking .ranking:nth-child(2)::after {
    content: "2";
    width: 40px;
    height: 40px;
    position: absolute;
    top: -1%;
    left: 0;
    background-image: url(../IMAGE/c_8578/rank_2.png);
    background-size: contain;
    background-color: transparent;
    line-height: 47px;
    color: #222;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

#ranking .ranking:nth-child(3)::after {
    content: "3";
    width: 40px;
    height: 40px;
    position: absolute;
    top: -1%;
    left: 0;
    background-image: url(../IMAGE/c_8578/rank_3.png);
    background-size: contain;
    background-color: transparent;
    line-height: 47px;
    color: #222;
    background-repeat: no-repeat;
    background-position: center;
    text-align: center;
}

#ranking .ranking:nth-child(n+4)::after {
    position: absolute;
    top: 1%;
    left: 0px;
    width: 25px;
    height: 25px;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    color: #fff;
    background-color: #222;
}

#ranking .ranking:nth-child(4)::after {
    content: "4";
}

#ranking .ranking:nth-child(5)::after {
    content: "5";
}

#ranking .ranking:nth-child(6)::after {
    content: "6";
}

#ranking .ranking:nth-child(7)::after {
    content: "7";
}

#ranking .ranking:nth-child(8)::after {
    content: "8";
}