
/*----------------------------
 SeleryブランドサイトTOP
-----------------------------*/

body {
padding: 0 !important;
min-width: 100% !important;
}

#top {
  background: url(../img/top/bg_top_26ss.jpg) center top;
  background-size: auto;
  min-height: 100%;
  overflow: hidden;
}
#header_inner h1 {
width: 46%;
margin: 0 auto 25px ;
}
#header_inner h1 img {
width: 100%;
}


.bg_gr2 {
  background-color: #e7ebed;
}
.mb20 {
	margin-bottom:20px !important;
}
.mb70 {
	margin-bottom:70px !important;
}
.mb100 {
	margin-bottom:100px !important;
}













/* 26-27all   */
.section_inner {
    width: 100%;
    position: relative;
    max-width: 960px;
    margin: 0 auto;
    font-family: "游ゴシック", YuGothic, Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
    font-size: 14px;
    font-size: 1.4em;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
@media screen and (max-width: 767px) {
    .section_inner {
        max-width: 80%;
    }
}
.display-ps {
display: block;
}
.display-sp {
display: none;
}
@media screen and (max-width: 767px) {
.display-ps {
display: none;
}
.display-sp {
display: block;
}
}
@media screen and (max-width: 767px) {
.section_inner {
    max-width: 84%;
}
}

.bg_gr {
  background-color:#ededed;
}
.slider_box {
position: relative;
}
.slider_box img {
width: 100%;
}
.slider_box .logo {
width: 35%;
position: absolute;
top: 40%;
left: 35%;
}
@media screen and (max-width: 767px) {
.slider_box .logo {
    width: 45%;
    top: 40%;
    left: 30%;
}
}

.breadcrumb {
margin: 20px auto;
}
.breadcrumb ol {
display: flex;
justify-content: flex-end;
flex-wrap: wrap;
}
.breadcrumb ol li {
font-size: 14px;
color: #000;
font-weight: 500;
}
.breadcrumb ol li a {
font-weight: normal;
color: #848484;
}
.breadcrumb ol li::after {
content: ">";
margin: 0 10px;
font-weight: normal;
color: #848484;
}
.breadcrumb ol li:last-child::after {
content: none;
}
.breadcrumb ol li a:hover {
color: #000;
font-weight: 500;
}
@media screen and (max-width: 767px) {
.breadcrumb {
margin: -135px auto;
font-size: 0.7em;
}
}

#about_wrap {
  width: 100%;
  position: relative;
}

#about_wrap figure {
  position: absolute;
  top: 250px;
  right: 0px;
}
#about {
 max-width: 960px;
margin: 0px auto;
padding: 150px 0;
background-color: #fff;
}

#about h2 {
  text-align: center;
  margin-bottom: 40px;
    font-size: 64px;
    font-weight: 500;
    letter-spacing: 0.1em;
}

#about p:nth-child(2) {
text-align: center;
line-height: 2;
margin-bottom: 32px;
font-size: 20px;
font-weight: 600;
letter-spacing: 0.108em;
}
#about p:nth-child(3) {
text-align: center;
line-height: 1.8;
font-size: 30px;
font-weight: 600;
letter-spacing: 0.2em;
}
@media screen and (max-width: 767px) {
#about {
width: 84%;
padding: 60px 0;
margin-top: 145px;
}
#about h2 {
width: 90%;
margin: 0 auto 30px;
font-size: 1em;
}
#about p:nth-child(2) {
    font-size: 14px;
    font-weight: 500;
}
#about p:nth-child(3) {
    font-size: 24px;
}
}

/* 動画 */
#movie_wrap {
    width: 100%;
    position: relative;
}










/* season-catalog */
#season-catalog {
  padding: 90px 0 65px;
  background-color: #e6e6e6;
}
#season-catalog h2  {
font-family: 游ゴシック, YuGothic, Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
font-size: 22px;
font-weight: bold;
letter-spacing: 0.10em;
line-height: 1.35;
text-align: center;
margin: 0 auto 10%;
position: relative;
}
#season-catalog h2::after {
content: '';
position: absolute;
height: 1px;
width: 10%;
left: 45%;
bottom: -20px;
background: #000;
}
.season-catalog_box01 {
display: flex;
justify-content: flex-start;
align-items: flex-end;
margin-bottom: 10%;
}
.season-catalog_box02 {
display: flex;
justify-content: flex-end;
align-items: flex-end;
margin-bottom: 10%;
}
.season-catalog_box01 li {
width: 34%;
margin-right: 25px;
}
.season-catalog_box02 li {
width: 34%;
margin-left: 25px;
}
.season-catalog_box01 li img,
.season-catalog_box02 li img {
width: 100%;
}
.season-catalog_box01 .catalog_box-02 {
width: 25%;
margin-right: 10px;
}
.season-catalog_box01 .catalog_box-03 {
width: 31%;
}
.season-catalog_box02 .catalog_box-02 {
width: 25%;
margin-left: 10px;
}
.season-catalog_box02 .catalog_box-03 {
width: 31%;
}
.season-catalog_box01 h3,
.season-catalog_box02 h3{
font-size: 27px;
font-weight: bold;
line-height: 1.2;
margin: 0 0 5% 0;
}
.season-catalog_box01 h3 span,
.season-catalog_box02 h3 span {
display: block;
font-weight: bold;
font-size: 19px;
}
.season-catalog_box01 p,
.season-catalog_box02 p {
font-size: 17px;
font-weight: 600;
line-height: 1.75;
margin: 0 0 10% 0;
}
.season-catalog_box01 .atalog-btn,
.season-catalog_box02 .atalog-btn {
display: block;
font-size: 15.5px;
border-radius: 5px;
font-weight: 300;
letter-spacing: 0.15em;
color: #fff !important;
background-color: #333333;
text-align: center;
padding: 7%;
width: 100%;
}
.season-catalog_box01 .atalog-btn:hover,
.season-catalog_box02 .atalog-btn:hover {
opacity: 0.7;
}

@media screen and (max-width: 767px) {
#season-catalog h2 {
font-size: 22px;
letter-spacing: 0.03em;
margin-bottom: 50px;
}
#season-catalog h2::after {
    width: 16%;
    left: 40%;
    bottom: -10px;
}
.season-catalog_box01 h3, .season-catalog_box02 h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0 5% 0;
}
.season-catalog_box01 h3 span, .season-catalog_box02 h3 span {
    display: block;
    font-weight: 500;
    font-size: 18px;
    margin-bottom: 5px;
}
.season-catalog_box02 {
    display: flex;
    align-items: stretch;
    margin-bottom: 10%;
    flex-direction: column-reverse;
    justify-content: flex-end;
}
.season-catalog_box02 li {
    width: 100%;
    margin-left: 0px;
}
.season-catalog_box02 li:nth-child(2) {
width: 80%;
margin: 0 auto 20px;
}
.season-catalog_box02 li:nth-child(3) {
display: none;
}
.season-catalog_box02 .catalog_box-03 {
    width: 100%;
    margin: 0 auto 60px;
}
.season-catalog_box01 {
    display: flex;
    justify-content: flex-start;
    align-items: stretch;
    margin-bottom: 10%;
    flex-direction: column;
}
.season-catalog_box01 li {
    width: 100%;
    margin-left: 0px;
}
.season-catalog_box01 li:nth-child(2) {
width: 80%;
margin: 0 auto 20px;
}
.season-catalog_box01 li:nth-child(1) {
display: none;
}
.season-catalog_box01 .catalog_box-03 {
    width: 100%;
    margin: 0 auto;
}
.season-catalog_box01 p,
.season-catalog_box02 p {
font-size: 18px;
font-weight: 500;
line-height: 1.6;
margin: 0 0 15px 0;
}
}

/* collection */
#collection_wrap {
  padding: 90px 0 65px;
}
#collection_wrap h2  {
font-family: 游ゴシック, YuGothic, Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", メイリオ, Meiryo, sans-serif;
font-size: 22px;
font-weight: bold;
letter-spacing: 0.10em;
line-height: 1.35;
text-align: center;
margin: 0 auto 10%;
position: relative;
}
#collection_wrap h2::after {
content: '';
position: absolute;
height: 1px;
width: 10%;
left: 45%;
bottom: -20px;
background: #000;
}
#collection_wrap ul {
display: flex;
align-items: stretch;
justify-content: space-between;
flex-wrap: wrap;
}
#collection_wrap li {
width: 23%;
text-align: left;
margin-bottom: 60px;
}
#collection_wrap li img {
width: 100%;
}
#collection_wrap li span {
    margin-top: 5%;
    font-size: 15.5px;
    font-weight: bold;
    line-height: 1.6;
    display: block;
}
@media screen and (max-width: 767px) {
#collection_wrap {
    padding: 80px 0 45px;
}
#collection_wrap h2 {
font-size: 22px;
letter-spacing: 0.03em;
margin-bottom: 50px;
}
#collection_wrap h2::after {
    width: 16%;
    left: 40%;
    bottom: -10px;
}
#collection_wrap li {
    width: 47%;
    margin-bottom: 12%;
}
#collection_wrap li span {
    font-size: 13px;
    line-height: 1.2;
}
}

/* user-report */
.user-report {
background-color: #7f7f7d;
padding: 90px 0 ;
}
.user-report_title {
color: #fff;
font-size: 22.5px;
font-weight: bold;
letter-spacing: 0.10em;
line-height: 1.35;
text-align: center;
margin: 0 auto 10%;
position: relative;
}
.user-report_title::after {
content: '';
position: absolute;
height: 1px;
width: 10%;
left: 45%;
bottom: -20px;
background: #fff;
}
.user-report ul {
display: flex;
align-items: stretch;
justify-content: space-between;
}
.user-report ul li {
width: 32%;
}
.user-report ul li img {
width: 100%;
}
.user-report h3 {
font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "Hiragino Mincho Pro W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "Noto Serif JP", serif;
color: #fff;
font-size: 36.5px;
margin: 5% 0 0;
line-height: 1.4;
}
.user-report h3 span {
display: block;
font-weight: normal;
font-size: 18px;
letter-spacing: 0.03em;
}
.user-report p {
font-size: 14px;
color: #fff;
letter-spacing: 0.1em;
font-weight: 400;
}
@media screen and (max-width: 767px) {
.user-report_title {
    font-size: 22px;
    margin-bottom: 50px;
}
.user-report_title::after {
    width: 16%;
    left: 40%;
    bottom: -10px;
}
.user-report {
padding: 60px 0 20px;
}
.user-report ul {
display: flex;
align-items: stretch;
justify-content: space-between;
flex-direction: column;
}
.user-report ul li {
width: 100%;
margin-bottom: 10%;
}
.user-report h3 {
    font-size: 34px;
    margin: 10px 0 0;
    line-height: 1.4;
}
.user-report h3 span {
    display: block;
    font-weight: normal;
    font-size: 16px;
    letter-spacing: 0.03em;
}
}

/*===== ■ CONTENTS =====*/
/*===== ■ SPECIAL CONTENTS =====*/
#contents {
padding: 90px 0 65px;
}
.contents_ttl {
font-family: "游ゴシック", YuGothic, Verdana, Roboto, "Droid Sans", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
font-size: 22.5px;
font-weight: 800;
letter-spacing: 0.02em;
line-height: 1.35;
text-align: center;
margin: 0 auto 70px;
position: relative;
}
.contents_ttl::after {
content: '';
position: absolute;
height: 1px;
width: 7%;
left: 46.5%;
bottom: -15px;
background: #000;
}

#contents_list ul,
#contents_list_02 ul, 
#contents_list_03 ul {
overflow: hidden;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
align-items: stretch;
}

#contents_list ul li {
  width: 300px;
  margin-right: 30px;
  margin-bottom: 30px;
}
#contents_list ul li {
  margin-right: 30px;
  margin-bottom: 30px;
}

#contents_list ul li:nth-child(3n),
#contents_list_02 ul li:nth-child(3n) {
  margin-right: 0;
}

#contents_list ul li a {
      display: block;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    letter-spacing: .16em;
    text-align: center;
    border-radius: 4px;
    padding: 26px 20px;
}
#contents_list ul li span{
font-size: 75.5%;
vertical-align: bottom;
position: relative;
top: 0.2em;
}

#contents_top {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

#contents_top_04::before {
  background-color: #000;
  bottom: 0;
  content: "";
  position: absolute;
  height: 1px;
  width: 11%;
  left: 44.5%;
  visibility: visible;
  transform: scaleX(1);
  -webkit-transform: scaleX(1);
}
#contents_list_02 ul li {
width: 32%;
}
#contents_list_02 ul li img {
width: 100%;
}
#contents_list_02 ul li a {
  display: block;
  width: 100%;
  font-weight: bold;
  color: #fff;
  text-align: center;
  border-radius: 4px;
}
#contents_list_02 {
  padding-top: 25px;
  padding-bottom: 40px;
}
#contents_list_02 p {
	text-align: right;
	margin: 8px 0;
}
#contents_list_02 p.more_link {
	margin-bottom: 30px;
}

#contents_top li a {
  background: #333;
}

#contents_list #contents_bottom li a,
#contents_list_02 #contents_bottom li a {
  padding: 0;
}
#contents_bottom {
  margin: 40px 0 35px;
}
#contents_list2 {
    max-width: 960px;
    margin: 0 auto;
}
#contents_list2 ul {
display: flex;
justify-content: space-between;
}
#contents_list2 ul li {
width: 48%;
margin-bottom: 40px;
box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.3);
}
#contents_list2 ul li img {
width: 100%;
}

#contents_list_03 ul li {
width: 49%;
  margin-bottom: 20px;
}
#contents_list_03 ul li img {
width: 100%;
}
@media screen and (max-width: 767px) {
.contents_ttl {
    font-size: 22px;
}
.contents_ttl::after {
    width: 16%;
    left: 40%;
    bottom: -10px;
}
#contents_list2 ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
width: 84%;
margin: 0 auto;
}
#contents_list2 ul li {
    width: 100%;
    margin-bottom: 30px;
}
#contents_list ul li {
    width: 48%;
    margin-right: 0;
    margin-bottom: 15px;
}
#contents_list ul li a {
    width: 100%;
    font-size: 10px;
    padding: 15px 15px;
}
#contents_list_02 ul li {
    width: 100%;
    margin-bottom: 20px;
}
#contents_list_03 ul li {
    width: 100%;
    margin-bottom: 20px;
}
}


#movie_wrap {
  width: 100%; 
  aspect-ratio: 16 / 9;
}
#movie_wrap iframe {
  width: 100%;
  height: 100%;
}

#video-background {
  width: 100%;
  aspect-ratio: 16 / 9;
  display: block;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}
 
#video-background iframe {
  pointer-events: none;
  width: 100%;
  height: 100%;
  z-index: -2;
}
 
.content {
  position: relative;
  z-index: 1;
  color: white;
  text-align: center;
}



