@import url('https://fonts.googleapis.com/css2?family=Sorts+Mill+Goudy&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Noto+Serif+JP&display=swap');


:root {
    --ff-serif: 'Noto Serif JP', serif;
    --ff-sansserif: 'Noto Sans Japanese', sans-serif;
    --ff-en: 'Sorts Mill Goudy', serif;
    --color-blue: #08587B;
}




/*ここから*/
/*ここから*/

#aw22 {
    max-width: 1920px;
    margin: 0 auto;
    color: #454545;
    letter-spacing: .14em;
    margin-top: 180px;
    font-family: var(--ff-serif);
}

#ss22 img {
    width: 100%;
}

.loading {
    width: 100vw;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    background-color: #fff;
}

.loading img {
    padding-top: 156px;
    width: 200px !important;
}

.fade1 {
    animation: fadeIn 1.5s ease 0s 1 normal;
}


@keyframes fadeIn {

    /*animetion-nameで設定した値を書く*/
    0% {
        opacity: 0;
    }

    /*アニメーション開始時は不透明度0%*/
    100% {
        opacity: 1;
    }

    /*アニメーション終了時は不透明度100%*/
}

.l-container {
    max-width: 1024px;
    box-sizing: border-box;
    margin: 0 auto;
}

.aw22lead02 {
    padding-top: 140px;
    padding-bottom: 140px;
}

.aw22lead02 {
    background-image: url(../images/bg_concept_25ss_topys-3b.jpg);
    background-size: cover;
    letter-spacing: .15em;
    text-align: center;
}

.ss22lead__jp__or {
    font-size: 22px;
    line-height: 1.5em;
    color: #E3475C;
}

.aw22mv__img {
    position: relative;
    top: 37px;
}

.aw22lead__container {
    background-color: #fff;
    padding: 50px;
}

.aw22lead__text {
    margin-top: 50px;
}

.aw22__text {
    font-size: 18px;
    line-height: 1.8;
    text-align: left;
    color: #333333;
    vertical-align: top;
}

.aw22__text_bk {
    font-size: 18px;
    line-height: 1.8;
    text-align: left;
    color: #333333;
    vertical-align: top;
}

.aw22__text_concept {
    font-size: 18px;
    line-height: 1.8;
    text-align: center;
    vertical-align: top;
}

.aw22__contents02 {
    padding-top: 110px;
    padding-bottom: 100px;
    background-color: #FFFFFF;
}

.aw22__contents02-1 {
    padding-top: 110px;
    padding-bottom: 90px;
    background-color: #FCFCF5;
}

.aw22contents__title02 {
    font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    font-style: normal;
    margin-left: 430px;
    font-size: 40px;
    height: 40px;
    border-bottom: #E3475C 1px solid;
    letter-spacing: 0;
    position: relative;
    color: #E3475C;
}

.aw22contents__title02-1 {
    font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    font-style: normal;
    margin-right: 430px;
    font-size: 45px;
    height: 40px;
    border-bottom: #199A72 1px solid;
    letter-spacing: 0;
    position: relative;
    color: #199A72;
}

.aw22contents__content {
    display: flex;
    align-items: center;
    margin-top: 25px;
}

.aw22contents__content-1 {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    margin-top: 25px;
}

.ss22contents__img {
    width: 400px;
}

.aw22contents__text {
    flex: 1;
    margin-left: 30px;
    color: #333333;
}

.aw22contents__text-1 {
    flex: 1;
    margin-right: 30px;
}

.aw22contents__text p:not(:first-of-type) {
    margin-top: 20px;
}

.aw22contents__text-1 p:not(:first-of-type) {
    margin-top: 20px;
}

.aw21velor__items {
    margin-top: 80px !important;
    width: 750px;
    margin: 0 auto;
}

.aw21velor__item {
    display: flex;
    justify-content: space-between;
}

.aw21velor__item:not(:first-of-type) {
    margin-top: 48px;
}

.aw21velor__item:nth-of-type(2),
.aw21velor__item:nth-of-type(4) {
    flex-direction: row-reverse;
}

.aw21velor__itemimg {
    width: 220px;
}

.aw21velor__itemcontent {
    width: 450px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.aw22contents__link__or {
    font-size: 14px;
    color: #E3475C !important;
    text-decoration: underline #E3475C !important;
    font-family: var(--ff-sansserif);
}

.aw22contents__link__bk {
    font-size: 14px;
    color: #199A72 !important;
    text-decoration: underline #199A72 !important;
    font-family: var(--ff-sansserif);
}

.ss22pick {
    padding-top: 90px;
    padding-bottom: 90px;
}

.aw22pick__title__red {
    font-family: adobe-garamond-pro, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 45px;
    line-height: 1.0;
    letter-spacing: 0;
    position: relative;
    text-align: center;
    color: #E3475C;
}

.aw22pick__title__red::after {
    content: "";
    width: 594px;
    height: 1px;
    background-color: #E3475C;
    bottom: -25px;
    left: calc(50% - 297px);
    position: absolute;
}

.aw22pick__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 938px;
    margin: 100px auto 0 auto;
}

.aw22pick__item {
    width: 248px;
}

.aw22pick__item:nth-of-type(n + 4) {
    margin-top: 60px;
}

.aw22pick__img {
    width: 100%;
}

.aw22pick__text__02 {
    font-size: 14px;
    color: #E3475C;
    margin-top: 20px;
    line-height: 1.8;
}

.aw22pick__name {
    font-size: 13px;
    font-weight: 400;
    margin-top: 20px;
    line-height: 130%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: normal;
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    color: #555;
}


.ss22pick__price {
    font-size: 16px;
    font-weight: bold;
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 24px;
    letter-spacing: normal;
    color: #333;
}

.ss22pick__price__wh {
    font-size: 16px;
    font-weight: bold;
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 24px;
    letter-spacing: normal;
    color: #E3475C;
}

.ss22pick__price__gre {
    font-size: 16px;
    font-weight: bold;
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    line-height: 24px;
    letter-spacing: normal;
    color: #199A72;
}

.ss22pick__price--fix {
    font-size: 14px;
    font-weight: bold;
    font-family: var(--ff-sansserif);
}

.ss22-item__price--box {
    border: #c7000a 1px solid;
    font-weight: normal;
    color: #c7000a;
    padding: 0 2px;
    letter-spacing: normal;
}

.ss22-item__price--box__wh {
    border: #c7000a 1px solid;
    font-weight: normal;
    color: #c7000a;
    padding: 0 2px;
    letter-spacing: normal;
}

.ss22-item__price--box__bk {
    border: #333333 1px solid;
    font-weight: normal;
    color: #333333;
    padding: 0 2px;
    letter-spacing: normal;
}

.ss22-item__price--tax {
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 11px;
    font-weight: normal;
    text-align: right;
}

.ss22-item__price--red {
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: rgb(199, 0, 10);
    letter-spacing: normal;
}

.ss22-item__price--wh {
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    color: #c7000a;
    letter-spacing: normal;
}


.ss22-item__priceContainer {
    font-family: "Noto Sans Japanese", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
    display: flex;
    justify-content: flex-start;
}

.aw21velor__linkbox {
    width: 380px;
}

.under-none {
    text-decoration: none !important;
}

.ss22-item__soldout {
    color: rgb(199, 0, 10);
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: normal;
    border-bottom: 1px solid;
}

.ss22-item__priceContainer__soldout {
    display: flex;
}


.colorchange {
    color: var(--color-blue) !important;
}


/*ここまで*/
/*ここまで*/