@charset "utf-8"; @import "foundation/_setting.scss"; //========================================================================== //suport.scss //========================================================================== .catalog { &__contentArea { padding: 50px 0 110px; background-color: #fff; @include smMax { padding: sm_vw(50) 0 sm_vw(200); } } &__txt01 { margin-bottom: 40px; font-size: 18px; @include smMax { margin-bottom: sm_vw(50); font-size: sm_vw(30); line-height: 1.8; } } &__list01 { @include smMin { display: flex; flex-wrap: wrap; margin: 0 -30px; } @include smMax { margin: 0 sm_vw(80); } li { @include smMin { width: calc(100% / 3); padding: 0 30px; &:nth-child(n+4){ margin-top: 60px; } } @include smMax { &:nth-child(n+2){ margin-top: sm_vw(60); } } .title { margin-top: 13px; font-size: 24px; font-weight: 500; @include smMin { @media screen and (max-width: 850px) { font-size: 2.823529411764706vw; } } @include smMax { margin-top: sm_vw(18); font-size: sm_vw(38); font-weight: 700; } } .month { font-size: 18px; font-weight: 500; @include smMax { font-size: sm_vw(30); } } .btn { margin-top: 30px; @include smMax { margin-top: sm_vw(26); } } } } } .download { &__contentArea { padding: 60px 0 110px; background-color: #fff; @include smMax { padding: sm_vw(80) 0 sm_vw(160); } } &__txt01 { margin-bottom: 35px; font-size: 18px; text-align: center; @include smMax { margin-bottom: sm_vw(56); font-size: sm_vw(30); line-height: 1.8; } } &__searchBox { margin: 0 auto 80px; width: 600px; display: flex; @include smMax { margin: 0 auto sm_vw(70); width: 100%; } } &__searchTxt { flex: 1; height: 56px; border: 1px solid $colorBorder; border-right: none; border-radius: 4px 0 0 4px; @include smMax { height: sm_vw(100); } .txt { display: block; width: 100%; height: 100%; outline: none; padding: 0 17px; @include smMax { padding: 0 sm_vw(40); height: sm_vw(100); font-size: sm_vw(26); } } } &__searchBtn { position: relative; width: 97px; height: 56px; @include smMax { width: sm_vw(144); height: sm_vw(100); } .txt { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; border-radius: 0 4px 4px 0; font-size: 18px; color: #fff; background-color: $colorBlue; @include transition; @include smMax { font-size: sm_vw(26); } .ico { display: block; padding-left: 22px; background: transparent url("../images/ico_search01_w.png") 0 50% no-repeat; background-size: 18px 18px; @include smMax { padding-left: sm_vw(30); background-size: sm_vw(24) sm_vw(24); } } } .btn { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: 0; z-index: 2; } @include smMin { .btn:hover + .txt { opacity: 0.7; } } } &__list01 { display: flex; flex-wrap: wrap; @include smMin { margin: 0 -10px; } li { @include smMin { width: calc(100% / 4); padding: 0 10px; &:nth-child(n+5) { margin-top: 40px; } @media screen and (max-width: 1140px) { width: calc(100% / 3); &:nth-child(n+4) { margin-top: 40px; } } } @include smMax { width: sm_vw(325); height: auto; margin-right: sm_vw(20); &:nth-child(2n){ margin-right: 0; } &:nth-child(n+3){ margin-top: sm_vw(60); } } .outer { position: relative; display: block; width: 100%; color: #222; .inner { position: relative; display: block; width: 100%; height: 100%; padding: 40px 0 20px; border: 1px solid #999; @include transition; @include smMax { padding: sm_vw(50) 0 sm_vw(40); } } .img { margin: 0 auto; display: block; width: 100%; max-width: 180px; @include smMax { max-width: 100%; width: sm_vw(220); } } .state { position: absolute; top: 0; left: 0; display: flex; justify-content: center; align-items: center; width: 46px; height: 24px; font-size: 14px; font-weight: 400; color: #fff; z-index: 2; @include smMax { width: sm_vw(60); height: sm_vw(32); font-size: sm_vw(20); } &.is-new { font-family: $font-en01; font-weight: 600; background-color: $colorRed03; } &.is-soldout { background-color: #999; } &.is-limit { width: 67px; background-color: $colorBlue; @include smMax { width: sm_vw(100); } } } .name { display: block; margin: 8px 16px 0; font-size: 24px; font-weight: 700; line-height: 1.4; @include smMax { margin: sm_vw(16) sm_vw(40) 0; font-size: sm_vw(34); } } } a { &.outer { .inner { &::before { content: ""; position: absolute; right: 0; bottom: 0; width: 0; height: 0; border-style: solid; border-width: 0 0 24px 24px; border-color: transparent transparent $colorBlue transparent; } } @include hover { .inner { border-color: $colorBlue; } } } } .btnBox { margin-top: 20px; display: flex; @include smMin { margin: 20px -5.5px 0; } @include smMax { margin-top: sm_vw(15); } .btn { @include smMin { width: calc(100% / 2); height: 48px; font-size: 14px; padding: 0 5.5px; &:nth-child(n+3) { margin-top: 11px; } } @include smMax { width: sm_vw(155); height: sm_vw(100); font-size: sm_vw(20); &:nth-child(2n) { margin-left: sm_vw(15); } &:nth-child(n+3) { margin-top: sm_vw(15); } } a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; border: 1px solid $colorBorder; @include smMax { padding: sm_vw(10) 0 0 0; } .ico { display: block; padding-left: 18px; background: transparent url("../images/ico_pdf.png") 0 50% no-repeat; background-size: 12px 17px; @include smMax { padding: sm_vw(40) 0 0 0; background-position: 50% 0; background-size: sm_vw(24) sm_vw(33); } } @include hover { border-color: $colorBlue; } } } } } } .p-pager { @include smMin { padding: 0; .prev { @media screen and (min-width: 1080px) { margin-right: 52px; } } .next { @media screen and (min-width: 1080px) { margin-left: 52px; } } } @include smMax { padding: 0; } } .pdfBox { display: flex; justify-content: center; align-items: center; margin-top: 80px; padding-top: 35px; border-top: 1px solid $colorBorder; @include smMax { display: block; margin-top: sm_vw(120); padding-top: sm_vw(40); } .btn { width: 240px; height: 50px; @include smMax { margin: 0 auto; width: sm_vw(510); height: sm_vw(120); } a { display: flex; justify-content: center; align-items: center; width: 100%; height: 100%; border: 1px solid $colorBorder; @include smMin { padding: 0 10px; } img { max-width: 217px; @include smMax { width: sm_vw(446); max-width: 100%; } } @include hover { border-color: $colorBlue; } } } .txt { margin-left: 20px; font-size: 12px; color: #777; line-height: 1.8; @include smMax { margin: sm_vw(40) 0 0; font-size: sm_vw(24); } } } .err { margin-top: -20px; @include smMax { margin-top: 0; } .errInner { ul { font-size: 18px; font-weight: 500; text-align: center; color: $colorRed03; @include smMax { margin-bottom: sm_vw(-60); font-size: sm_vw(32); } li { position: relative; display: inline-block; &::before { position: absolute; content: ""; width: 19px; height: 19px; top: 0.35em; left: -24px; background: transparent url("../images/ico_attention.png") 0 0 no-repeat; background-size: 100% auto; @include smMax { position: relative; display: inline-block; top: 0.15em; left: sm_vw(-14); width: sm_vw(37); height: sm_vw(37); top: 0 0.15em; } } } } } } } .tenpo { &__contentArea { padding: 50px 0 110px; background-color: #fff; @include smMax { padding: sm_vw(50) 0 sm_vw(200); } } &__inner { position: relative; } .tenpo__box01 + .tenpo__box01 { margin-top: 30px; @include smMax { margin-top: sm_vw(30); } } .tenpo__box01 + .tenpo__ttl01 { margin-top: 40px; @include smMax { margin-top: sm_vw(40); } } &__ttl01 { margin-bottom: 30px; @include smMax { margin-bottom: sm_vw(20); } } &__ttl02 { margin-bottom: 15px; @include smMax { margin-bottom: sm_vw(15); } } &__txt01 { font-size: 16px; @include smMax { font-size: sm_vw(30); line-height: 1.8; } } &__list01 { margin-top: 10px; @include smMax { margin-top: sm_vw(20); } li { font-size: 14px; color: #666; @include smMax { font-size: sm_vw(26); } } } &__list02 { display: flex; flex-wrap: wrap; text-align: center; li { line-height: 1.2; @include smMin { margin-right: 20px; width: 255px; &:nth-child(4n) { margin-right: 0; } &:nth-child(n+5) { margin-top: 20px; } } @include smMax { margin-right: sm_vw(20); width: sm_vw(325); &:nth-child(2n) { margin-right: 0; } &:nth-child(n+3) { margin-top: sm_vw(20); } } .c-btn-01 { font-size: 18px; border-radius: 4px; @include smMax { font-size: sm_vw(28); border-radius: sm_vw(4); } &.is-large { @include smMax { height: sm_vw(120); } } .ico { &.is-arrow02 { @include smMax { padding-right: sm_vw(10); } &::before { right: 20px; @include smMax { right: sm_vw(22); width: sm_vw(9); height: sm_vw(15); } } } } } } } &__btn01 { width: 280px; @include smMin { position: absolute; top: 0; right: 0; } @include smMax { margin: sm_vw(40) auto 0; width: sm_vw(510); } .c-btn-01 { @include smMax { font-size: sm_vw(22); height: sm_vw(68); } .ico { padding-right: 10px; @include smMax { padding-right: sm_vw(30); } &.is-gray { &.is-blank { &::before { background-image: url("../images/ico_blank02_gr.png"); @include smMax { right: sm_vw(42); bottom: calc(50% - 0.2vw); transform: translateY(50%); background-size: sm_vw(16) sm_vw(16); } } } } } } } &__tabs { margin: 60px 0; display: flex; @include smMax { margin: sm_vw(100) 0 sm_vw(40); flex-wrap: wrap; } li { font-weight: 500; @include smMin { height: 72px; font-size: 20px; flex: 1; margin-right: 12px; &:last-child { margin-right: 0; } } @include smMax { width: sm_vw(210); height: sm_vw(120); font-size: sm_vw(28); margin-right: sm_vw(20); text-align: center; line-height: 1.2; &:nth-child(3n) { margin-right: 0; } &:nth-child(n+4) { margin-top: sm_vw(20); } } a { display: flex; width: 100%; height: 100%; justify-content: center; align-items: center; color: #aaa; background-color: #e0e0e0; &.current { color: #fff; background-color: $colorBlue; } @include hover { color: #fff; background-color: $colorBlue; } } } } &__tabsOuter { position: relative; } &__tabsInner { position: absolute; width: 100%; top: 0; left: 0; display: none; &:nth-child(1) { position: relative; display: block; } } } .detail { &__contentArea { padding: 50px 0 110px; background-color: #fff; @include smMax { padding: sm_vw(50) 0 sm_vw(200); } } &__inner { position: relative; } .detail__box01 + .detail__box01 { margin-top: 30px; @include smMax { margin-top: sm_vw(30); } } .detail__box01 + .detail__ttl01 { margin-top: 40px; @include smMax { margin-top: sm_vw(40); } } .detail__list02 + .detail__ttl02 { margin-top: 30px; @include smMax { margin-top: sm_vw(30); } } &__ttl01 { margin-bottom: 30px; @include smMax { margin-bottom: sm_vw(20); } } &__ttl02 { margin-bottom: 15px; @include smMax { margin-bottom: sm_vw(15); } } &__txt01 { font-size: 16px; @include smMax { font-size: sm_vw(30); line-height: 1.8; } } &__list02 { display: flex; flex-wrap: wrap; text-align: center; @include smMin { margin: 0 -10px; } li { line-height: 1.2; @include smMin { width: calc(100% / 4); padding: 0 10px; &:nth-child(n+5) { margin-top: 20px; } @media screen and (max-width: 1140px) { width: calc(100% / 3); &:nth-child(n+4) { margin-top: 20px; } } @media screen and (max-width: 920px) { width: calc(100% / 2); &:nth-child(n+3) { margin-top: 20px; } } } @include smMax { margin-right: sm_vw(20); width: sm_vw(325); &:nth-child(2n) { margin-right: 0; } &:nth-child(n+3) { margin-top: sm_vw(20); } } img { @include smMin { max-width: 253px; } } .c-btn-01 { font-size: 18px; border-radius: 4px; @include smMax { font-size: sm_vw(28); border-radius: sm_vw(4); } &.is-large { @include smMax { height: sm_vw(120); } } .ico { &.is-arrow02 { @include smMax { padding-right: sm_vw(10); } &::before { right: 13px; @include smMax { right: sm_vw(22); width: sm_vw(9); height: sm_vw(15); } } } } } } } &__btn02 { margin: 120px auto 0; width: 530px; @include smMax { margin: sm_vw(80) auto 0; width: 100%; } .icoAudio { position: relative; display: inline-block; padding: 0 30px 0 70px; @include smMax { padding: 0 sm_vw(70) 0 sm_vw(90); } &::before { content: ""; position: absolute; bottom: 50%; left: 0; transform: translateY(50%); width: 49px; height: 38px; background: transparent url("../images/ico_audio.png") 0 0 no-repeat; background-size: 100% 100%; @include smMax { width: sm_vw(68); height: sm_vw(53); } } } } }