@charset "UTF-8";

/* top
----------------------------------------------- */
.top-message {width: 100%;padding: 6vw;position: relative;}
.top-message .ttl .sub {display: block;margin-bottom: 2%;color:var(--text-blue);font-size: 3.8vw;line-height: 1.4;}
.top-message .ttl .lead {font-size: 7vw;font-family: var(--mincho);font-weight: 400;line-height: 1.4;text-align:justify;text-justify:auto;letter-spacing: .02em;background: #fff;}
.top-message .text-box {padding-top: 84%;}
.top-message p {margin-bottom: 3%;text-align: justify;line-height: 1.8;letter-spacing: .02em;}
.top-message img {position: absolute;width: 100%;top: 10%;}

.top-menu { padding-top: 12vw; }
.top-menu-text, .top-search-text, .top-case-text, .top-ranking-text, .top-campaign-text {width: 86vw;margin: 0 auto 8vw;}
.top-menu-text p, .top-search-text p, .top-case-text p, .top-ranking-text p, .top-campaign-text p {font-size: 4vw;font-family: var(--mincho);font-weight: 400;line-height: 1.8;text-align:justify;text-justify:auto;letter-spacing: .05em;}
.top-menu-items { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; position: relative; letter-spacing: .04em; }
.top-menu-items li {width: 100%;overflow: hidden;-webkit-filter: grayscale(1);filter: grayscale(1);position: relative;-moz-transition: all 0.8s cubic-bezier(0.05, 0.05, 0.31, 0.97);-o-transition: all 0.8s cubic-bezier(0.05, 0.05, 0.31, 0.97);-webkit-transition: all 0.8s cubic-bezier(0.05, 0.05, 0.31, 0.97);transition: all 0.8s cubic-bezier(0.05, 0.05, 0.31, 0.97);}
.top-menu-items li:hover { -webkit-filter: grayscale(0); filter: grayscale(0); }
.top-menu-items li:hover a { opacity: 1; }
.top-menu-items li:hover .top-menu-item-image { -moz-transform: scale(1.1); -ms-transform: scale(1.1); -webkit-transform: scale(1.1); transform: scale(1.1); }
.top-menu-items li:nth-child(odd) .top-menu-item-text {width: 100%;color: #fff;text-align: center;z-index: 1;position: absolute;top: 50%;left: 24%;-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);transform: translateY(-50%);}
.top-menu-items li:nth-child(even) .top-menu-item-text {width: 100%;color: #fff;text-align: center;z-index: 1;position: absolute;top: 50%;left: -24%;-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);transform: translateY(-50%);}
.top-menu-item-text .en {margin-bottom: 1vw;font-size: 7.2vw;font-family: aw-conqueror-didot;font-weight: 400;letter-spacing: 0.5vw;display: block;-webkit-filter: brightness(1.8);filter: brightness(1.8);text-shadow: 0 0 6px #4a4a4a;}
.top-menu-item-text .jp {font-size: 4.6vw;font-family: var(--mincho);font-weight: bold;display: block;text-shadow: 0 0 10px #4a4a4a;letter-spacing: .1em;}
.top-menu-item-text .arrow {margin-left: .3vw;}
.top-menu-item-image { width: 100%; -moz-transform: scale(1.01); -ms-transform: scale(1.01); -webkit-transform: scale(1.01); transform: scale(1.01); -moz-transition: all 0.8s cubic-bezier(0.05, 0.05, 0.31, 0.97); -o-transition: all 0.8s cubic-bezier(0.05, 0.05, 0.31, 0.97); -webkit-transition: all 0.8s cubic-bezier(0.05, 0.05, 0.31, 0.97); transition: all 0.8s cubic-bezier(0.05, 0.05, 0.31, 0.97); }

.img-inversion{transform: scale(-1, 1);}

.top-search {padding: 12vw 0;background: #fff;background-size: 50px;}
.top-search-title .deco:before {border-right-color: #fff;border-bottom-color: #fff;}
.top-search-tab-items {width: 82vw;margin: 0 auto 5vw;}
.top-search-tab-items .slick-list { overflow: visible; }
.top-search-tab-items .slick-track { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; -moz-transform: unset !important; -ms-transform: unset !important; -webkit-transform: unset !important; transform: unset !important; }
.top-search-tab-items .slick-track:before, .top-search-tab-items .slick-track:after { display: none; }
.top-search-tab-items li {width: 32% !important;padding: 3vw 0;margin-bottom: 3%;color: var(--text-gray);font-size: 3.4vw;font-weight: 600;text-align: center;letter-spacing: -0.2vw;border: 1px solid var(--bg-gray);-moz-border-radius: 4px;-webkit-border-radius: 4px;border-radius: 4px;z-index: 1;position: relative;-moz-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);-o-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);-webkit-transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);transition: all 0.3s cubic-bezier(0.05, 0.05, 0.31, 0.97);}
.top-search-tab-items li.slick-current, .top-search-tab-items li:hover {color: #fff;background: var(--bg-gray);font-weight: bold;}
.top-search-tab-items li.slick-current:after, .top-search-tab-items li:hover:after { opacity: 1; visibility: visible; bottom: -2vw; }
.top-search-tab-items li:after { content: ''; border-top: 2vw solid var(--bg-gray); border-right: 2vw solid transparent; border-left: 2vw solid transparent; opacity: 0; visibility: hidden; position: absolute; bottom: -1vw; left: 50%; -moz-transform: translateX(-50%); -ms-transform: translateX(-50%); -webkit-transform: translateX(-50%); transform: translateX(-50%); -moz-transition: all 0.4s cubic-bezier(0.05, 0.05, 0.31, 0.97); -o-transition: all 0.4s cubic-bezier(0.05, 0.05, 0.31, 0.97); -webkit-transition: all 0.4s cubic-bezier(0.05, 0.05, 0.31, 0.97); transition: all 0.4s cubic-bezier(0.05, 0.05, 0.31, 0.97); }
.top-search-items { width: 100%; margin: auto; }
.top-search-items .slick-list { overflow: visible; }
.top-search-in-items .slick-list { overflow: visible; }
.top-search-in-items .slick-track { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.top-search-in-item {height: auto;margin: 0 2.5vw;padding: 8vw 5vw 5vw;background: #fff;border: 1px solid #e8e8e8;-moz-border-radius: 10px;-webkit-border-radius: 10px;border-radius: 12px;-moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);-webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);box-shadow: 0 0 12px rgb(228 227 227);min-height: 160vw;}

.top-search-in-items .arrow-left {position: absolute;top: 50%;left: 2vw;width: 12vw;z-index: 1;-moz-transform: translateY(-70%);-ms-transform: translateY(-70%);-webkit-transform: translateY(-70%);transform: translateY(-70%);}
.top-search-in-items .arrow-right {position: absolute;top: 50%;right: 2vw;width: 12vw;z-index: 1;-moz-transform: translateY(-70%);-ms-transform: translateY(-70%);-webkit-transform: translateY(-70%);transform: translateY(-70%);}


.top-search-item-title { margin-bottom: 2vw; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; align-items: center; }
.top-search-item-title:after { content: ''; height: 1px; background: var(--text-gray); flex: 1; }
.top-search-item-title .icon { width: 6.5vw; margin-right: 1vw; }
.top-search-item-title .title { margin-right: 2vw; color: var(--text-gray); font-size: 5vw; font-weight: 700; }
.top-search-in-list-items { width: 100%; }
.top-search-in-list-items li {position: relative;font-size: 3.8vw;line-height: 1.5;border-bottom: 1px solid #edeaec;font-feature-settings: "palt";height: auto;}
.top-search-in-list-items li:last-child { border: none; }
.top-search-in-list-items li:after {content: "\f105";font-family: icon;color: #a4acb7;position: absolute;top: calc(50% - 2px);right: 1vw;-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);transform: translateY(-50%);font-size: 4vw;}
.top-search-in-list-items a {padding: 3vw 6vw 3vw 2vw;}

.top-case { padding: 12vw 0; }
.top-case-items { margin-bottom: 8vw; }
.top-case-items .slick-list { overflow: visible; }
.top-case-item { height: auto; margin: 0 2.5vw; background: #fff; -moz-box-shadow: 0 0 8px rgba(166, 166, 190, 0.5); -webkit-box-shadow: 0 0 8px rgba(166, 166, 190, 0.5); box-shadow: 0 0 8px rgba(166, 166, 190, 0.5); }
.top-case-item-image { width: 100%; }
.top-case-item-text {padding: 4.4vw 4vw;}
.top-case-item-recommend {padding: 1.5vw;margin-bottom: 2.5vw;color: var(--text-blue);font-size: 4vw;font-weight: 700;background: #f0eff6;}
.top-case-list-items li {padding-left: 1em;margin-bottom: 1vw;font-size: 3.8vw;line-height: 1.4;font-feature-settings: "palt";letter-spacing: .02em;}
.top-case-list-items li:before { content: '・'; margin-left: -1em; }
.top-case-item-title {margin-bottom: 2.5vw;font-size: 5.8vw;font-family: var(--mincho);font-weight: 300;}
.top-case-item-title a{ position: relative;}
.top-case-item-title span {padding-left: 6%;}
.top-case-item-title span:before {content: "\f105";font-family: icon;color: #a4acb7;position: absolute;top: calc(50% - 2px);left: 0;-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);transform: translateY(-50%);font-size: 5vw;}

.top-ranking {padding: 12vw 0;background: #fff;}
.top-ranking-title .deco:before {border-right-color: #fff;border-bottom-color: #fff;}
.top-ranking-items .slick-list { overflow: visible; }
.top-ranking-items li {margin: 0 2.5vw;position: relative;}
.top-ranking-items li:nth-child(1) .top-ranking-item-batch {background: #fff url(../images/icon-crown01.png) no-repeat top 2vw center;background-size: 6.5vw;}
.top-ranking-items li:nth-child(2) .top-ranking-item-batch {background: #fff url(../images/icon-crown02.png) no-repeat top 2vw center;background-size: 6.5vw;}
.top-ranking-items li:nth-child(3) .top-ranking-item-batch {background: #fff url(../images/icon-crown03.png) no-repeat top 2vw center;background-size: 6.5vw;}
.top-ranking-item-batch { width: 16vw; padding: 8vw 0 1.5vw; font-family: aw-conqueror-didot; font-weight: 300; font-size: 4.74vw; text-align: center; position: absolute; top: -2vw; left: 0; }
.top-ranking-item-image { width: 100%; margin-bottom: 4vw; }
.top-ranking-item-text p {font-size: 3.8vw;line-height: 1.8;text-align: justify;padding: 0 2vw;}
.top-ranking-item-title {position:relative;margin-bottom: 1.5vw;font-size: 5.4vw;font-family: var(--mincho);font-weight: 300;line-height: 1.2;border-bottom: 1px solid #dedfe3;padding: 0 0 3% 6%;}
.top-ranking-item-title .arrow { margin-right: 1.5vw; }
.top-ranking-item-title span:before {content: "\f105";font-family: icon;color: #a4acb7;position: absolute;top: calc(50% - 6px);left: 0;-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-webkit-transform: translateY(-50%);transform: translateY(-50%);font-size: 5vw;}

.top-campaign { padding: 12vw 0; }
.top-campaign-items { width: 75vw; margin: 0 auto 8vw; }
.top-campaign-items li { width: 100%; margin-bottom: 5vw; }
.top-campaign-items img { width: 100%; }

.top-concept { padding: 4vw 0 12vw; background-color: #fff; background-image: url(../images/logo-mark.png), url(../images/bg01.jpg); background-repeat: no-repeat; background-position: top 56vw right -8vw, top 20vw center; background-size: 70vw, cover; position: relative; }
.top-concept-image { width: 80vw; margin: 0 auto 10vw; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; -webkit-align-items: flex-start; align-items: flex-start; }
.top-concept-image img { width: 100%; }
.top-concept-image01 { width: 38.5vw; margin-top: 8vw; }
.top-concept-image01.second-anime .curtain-inner:after { transform: translate3d(0, 103%, 0); }
.top-concept-image01.second-anime img { top: 0; left: auto; }
.top-concept-image01 img { top: -4%; left: auto; }
.top-concept-image01 .curtain-inner:after { transform: translate3d(0, -101%, 0); }
.top-concept-gallery-items { width: 38.5vw; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; }
.top-concept-gallery-item01 { width: 100%; margin-bottom: 2vw; }
.top-concept-gallery-item02, .top-concept-gallery-item03 { width: 18vw; }
.top-concept-text {width: 82vw;margin: 0 auto 8vw;}
.top-concept-text p {margin-bottom: 3vw;color: #eae6e3;font-size: 3.8vw;line-height: 1.8;text-align:justify;text-justify:auto;}
.top-concept-title { width: 45vw; margin-bottom: 5vw; }
.top-concept-title img { width: 100%; }
.top-concept-subtitle {margin-bottom: 4vw;color: #eae6e3;font-size: 5.5vw;font-family: var(--mincho);font-weight: 300;line-height: 1.4;}
.top-concept-more01 { margin-bottom: 4vw; color: #fff; border-color: #fff; }
.top-concept-more02 { color: #fff; border-color: #fff; }

.top-pickup {padding: 9vw 0 4vw;}
.top-pickup-items {width: 88vw;margin: auto;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-justify-content: space-between;justify-content: space-between;}
.top-pickup-items li {width: 48%;margin-bottom: 4vw;}
.top-pickup-items img { width: 100%; }

.top-news { padding: 12vw 0 8vw; background: #f7f7f9; }
.top-news-title, .top-blog-title {width: 82vw;margin: 0 auto 5vw;font-size: 4.74vw;font-family: aw-conqueror-didot;font-weight: 300;letter-spacing: 0.2vw;display: -webkit-box;display: -moz-box;display: -webkit-flex;display: box;display: flex;-webkit-flex-wrap: wrap;flex-wrap: wrap;-webkit-align-items: center;align-items: center;}
.top-news-title:after, .top-blog-title:after { content: ''; height: 1px; margin-left: 2vw; background: #cbc7cb; flex: 1; }
.top-news-items {width: 80vw;margin: auto;}
.top-news-items li { border-bottom: 1px solid #e0dde0; }
.top-news-items li:last-child { border: none; }
.top-news-items a { padding: 4vw 1vw; }
.top-news-item-time {margin-bottom: 1vw;color: var(--text-blue);font-size: 3.2vw;font-family: century-gothic;font-weight: 400;letter-spacing: 0.2vw;opacity: 0.6;display: block;}
.top-news-item-title { padding-right: 4vw; line-height: 1.4; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 1; display: -webkit-box; position: relative; }
.top-news-item-title .title { display: block; }
.top-news-item-title .arrow { color: #c1c6ce; position: absolute; top: 50%; right: 0; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }

.top-blog { padding: 2vw 0 8vw; background: #f7f7f9; }
.top-blog-items { width: 85vw; margin: auto; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: center; justify-content: center; }
.top-blog-items li {width: 74%;margin: 0 auto 6%;}
.top-blog-items img { width: 100%; }

.top-instagram { padding: 12vw 0 2vw; }
.top-instagram-heading { margin-bottom: 8vw; text-align: center; }
.top-instagram-heading p { font-size: 3.95vw; font-family: var(--mincho); font-weight: 300; line-height: 1.4; }
.top-instagram-title { margin-bottom: 5vw; font-size: 4.74vw; font-family: aw-conqueror-didot; font-weight: 300; letter-spacing: 0.5vw; }
.top-instagram-box { width: 100%; margin-bottom: 10vw; text-align: center; }
.top-instagram-link {margin: 0 auto 5vw;display: table;}
.top-instagram-box-title {margin: 0 auto 2.5vw;text-align: center;position: relative;display: table;}
.top-instagram-box-title .icon { font-size: 5.92vw; position: absolute; top: 50%; left: -6.5vw; -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -webkit-transform: translateY(-50%); transform: translateY(-50%); }
.top-instagram-box-title .title {font-size: 4.6vw;font-weight: bold;}
.top-instagram-account {font-size: 3.8vw;font-weight: 300;}
.top-instagram-items li { margin: 0 2.5vw; }
.top-instagram-items img { width: 100%; }

.cm-info{padding: 8vw 0;font-size:5.6vw;}
.cm-info p{font-weight: 600;text-align: center;color: var(--text-blue);margin-bottom: 3vw;line-height: 1.4;}


/* =============================================
pc-size
================================================*/
@media screen and (min-width: 736px) {

.top-message {width: 960px;margin: 0 auto;padding:80px 0;}
.top-message .ttl .sub {margin-bottom: 8px;font-size: 20px;line-height: 1.4;}
.top-message .ttl .lead {font-size: 52px;line-height: 1.3;}
.top-message .text-box {padding-top: 30px; width:400px;}
.top-message p {margin-bottom:  15px;letter-spacing: .02em;}
.top-message img {position: absolute;width: auto;top: 100px; right:-50px;}

.top-menu {padding: 60px 0 0;}
.top-menu-text, .top-search-text, .top-case-text, .top-ranking-text, .top-campaign-text { width: 960px; margin-bottom: 50px; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: flex-start; align-items: flex-start; }
.top-menu-text p, .top-search-text p, .top-case-text p, .top-ranking-text p, .top-campaign-text p {font-size: 18px;line-height: 1.6;}
.top-menu-text-box, .top-search-text-box, .top-case-text-box, .top-ranking-text-box, .top-campaign-text-box { padding: 40px 0 0 20px; flex: 1; }
.top-menu-items {width: 100%;left: 50%;-moz-transform: translateX(-50%);-ms-transform: translateX(-50%);-webkit-transform: translateX(-50%);transform: translateX(-50%);}
.top-menu-items li {width: calc(100% / 7);}
.top-menu-items li:nth-child(odd) .top-menu-item-text {left: 0;}
.top-menu-items li:nth-child(even) .top-menu-item-text{left: 0;}
.top-menu-item-text .en { margin-bottom: 4px; font-size: 28px; letter-spacing: 2px; }
.top-menu-item-text .jp {font-size: 18px;}

.top-search {padding: 80px 0;background-size: 80px;}
.top-search-tab-items { width: 960px; margin-bottom: 60px; }
.top-search-tab-items li { width: 154px !important; padding: 15px 0; margin-bottom: 0; font-size: 16px; letter-spacing: 0; -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; cursor: pointer; }
.top-search-tab-items li.slick-current:after, .top-search-tab-items li:hover:after { bottom: -8px; }
.top-search-tab-items li:after { border-top-width: 10px; border-right-width: 13px; border-left-width: 13px; bottom: -5px; }
.top-search-items { width: 900px; }
.top-search-in-items { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; }
.top-search-in-items:after { content: ''; width: 275px; }
.top-search-in-item {width: 275px;padding: 0;margin: 0 0 30px;background: none;border: none;-moz-box-shadow: none;-webkit-box-shadow: none;box-shadow: none;min-height: auto;}
.top-search-item-title { margin-bottom: 10px; }
.top-search-item-title .icon { width: 30px; margin-right: 5px; }
.top-search-item-title .title { margin-right: 10px; font-size: 20px; }
.top-search-in-list-items li {font-size: 15px;border-bottom: 1px solid #d9dadb;}
.top-search-in-list-items a {padding: 10px;}
.top-search-in-list-items li:after {top: calc(50% - 2px);right: 10px;font-size: 16px;}

/* .top-search-in-items .arrow-left {display: none;}
.top-search-in-items .arrow-right{display: none;} */

.top-case {padding: 80px 0;}
.top-case-items { width: 860px; margin: 0 auto 50px; }
.top-case-items .slick-list { padding: 12px 0; overflow: hidden; }
.top-case-items .arrow-left { position: absolute; top: 50%; left: 50%; -moz-transform: translate(-465px, -50%); -ms-transform: translate(-465px, -50%); -webkit-transform: translate(-465px, -50%); transform: translate(-465px, -50%); }
.top-case-items .arrow-right { position: absolute; top: 50%; right: 50%; -moz-transform: translate(465px, -50%); -ms-transform: translate(465px, -50%); -webkit-transform: translate(465px, -50%); transform: translate(465px, -50%); }
.top-case-items .slick-dots { padding-top: 20px; }
.top-case-items .slick-dots li { width: 12px; height: 12px; margin: 0 6px; }
.top-case-items .slick-dots li button { width: 12px; height: 12px; }
.top-case-item { width: 260px; margin: 0 15px; }
.top-case-item-text {padding: 18px 15px 18px;}
.top-case-item-recommend {padding: 5px 8px;margin-bottom: 8px ;font-size: 14px;}
.top-case-list-items li {margin-bottom: 5px;font-size: 14px;}
.top-case-item-title {margin-bottom: 10px;font-size: 22px;}
.top-case-item-title span {padding-left: 14px;}
.top-case-item-title span:before {top: calc(50% -0px);font-size: 20px;}

.top-ranking {padding: 80px 0 240px;}
.top-ranking-items { width: 900px; margin: auto; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; }
.top-ranking-items li { width: 280px; margin: 0; }
.top-ranking-items li:nth-child(1) .top-ranking-item-batch, .top-ranking-items li:nth-child(2) .top-ranking-item-batch, .top-ranking-items li:nth-child(3) .top-ranking-item-batch { background-position: top 10px center; background-size: 28px; }
.top-ranking-item-batch { width: 65px; padding: 34px 0 10px; font-size: 18px; top: -6px; }
.top-ranking-item-image { margin-bottom: 20px; }
.top-ranking-item-text p {font-size: 15px;text-align: justify;padding: 0;}
.top-ranking-item-title {margin-bottom: 8px;font-size: 24px;}
.top-ranking-item-title .arrow { margin-right: 10px; }
.top-ranking-item-title span:before {top: calc(50% - 4px);font-size: 18px;}

.top-campaign {padding: 80px 0 200px;}
.top-campaign-items { width: 900px; margin-bottom: 50px; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; }
.top-campaign-items li { width: 420px; margin: 0; }

.top-concept {padding: 140px 0 80px;background-image: url(../images/logo-mark.png), url(../images/pc-bg01.jpg);background-repeat: no-repeat;background-position: top 220px left calc(50% + 520px), top center;background-size: 540px, cover;position: relative;}
.top-concept-image { width: 660px; margin: 0; position: absolute; top: -160px; left: 50%; -moz-transform: translateX(-100px); -ms-transform: translateX(-100px); -webkit-transform: translateX(-100px); transform: translateX(-100px); }
.top-concept-image01 { width: 320px; margin-top: 70px; }
.top-concept-gallery-items { width: 320px; }
.top-concept-gallery-item01 { margin-bottom: 15px; }
.top-concept-gallery-item02, .top-concept-gallery-item03 { width: 152px; }
.top-concept-text { width: 860px; margin-bottom: 50px; }
.top-concept-text p {margin-bottom: 30px;font-size: 17px;line-height: 1.8;}
.top-concept-title { width: 280px; margin-bottom: 60px; }
.top-concept-subtitle {margin-bottom: 30px;font-size: 42px;}
.top-concept-more { width: 860px; margin: auto; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; }
.top-concept-more01, .top-concept-more02 { margin: 0 20px 0 0; }

.top-pickup {padding: 80px 0 40px;}
.top-pickup-items {width: 720px;justify-content: flex-start;gap: 30px;}
.top-pickup-items li {width: 220px;margin: 0;}

.top-news {padding: 80px 0 30px;}
.top-news-title, .top-blog-title { width: 900px; margin-bottom: 20px; font-size: 26px; letter-spacing: 2px; }
.top-news-title:after, .top-blog-title:after { margin-left: 12px; }
.top-news-items { width: 800px; }
.top-news-items a { padding: 18px 5px; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-align-items: center; align-items: center; }
.top-news-item-time {width: 100px;margin: 0;font-size: 15px;letter-spacing: 1px;}
.top-news-item-title {padding-right: 40px;font-size: 15px;flex: 1;}
.top-news-item-title .arrow { right: 20px; }

.top-blog {padding: 80px 0;}
.top-blog-items {width: 840px;margin-top: 30px;-webkit-justify-content: flex-start;justify-content: flex-start;gap: 40px;}
.top-blog-items li { width: 250px; margin: 0; }

.top-instagram {padding: 80px 0;}
.top-instagram-heading { margin-bottom: 40px; }
.top-instagram-heading p { font-size: 15px; }
.top-instagram-title { margin-bottom: 20px; font-size: 26px; letter-spacing: 2px; }
.top-instagram-content { width: 600px; margin: auto; display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; }
.top-instagram-box { width: 250px; margin: 0; }
.top-instagram-link { margin-bottom: 20px; }
.top-instagram-box-title { margin-bottom: 10px; }
.top-instagram-box-title .icon { font-size: 25px; left: -28px; }
.top-instagram-box-title .title { font-size: 18px; }
.top-instagram-account { font-size: 16px; letter-spacing: 1px; }
.top-instagram-items { display: -webkit-box; display: -moz-box; display: -webkit-flex; display: box; display: flex; -webkit-flex-wrap: wrap; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; }
.top-instagram-items li { width: 120px; margin: 0 0 10px; }

.cm-info{padding: 50px 0 0;}
.cm-info p{font-size: 30px;margin-bottom: 30px}

}

