@charset "UTF-8";
/*---	#pagetopはここから  ------*/
/*------------------------------------------------------------
	調整用クラス
------------------------------------------------------------*/
.glb-mainWrapper a {
	transition-property: all;
	transition-duration: 0.3s;
	transition-timing-function: ease;
	transition-delay: 0s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}
.glb-mainWrapper a:hover .thumbnail-special img{
    opacity: .8;
}
.ban01 a:hover,
.ban01 a:hover img {
    opacity: 1;
}

.m-nav-breadcrumb {
    max-width: 980px;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
}
.glb-content.adjustment {
    max-width: 100%;
    padding: 0;
}
.special-content{
    margin-bottom: 240px;
}
@media screen and (max-width:768px) {
    .glb-content.adjustment {
        padding-top: 24px;
    }}
/*アニメーション用 */
.topbanList li,section,.mainArea,.layout > *,#movieArea >*, #movieArea .bgBox > *,.movieSet,.recommendArea,.recommendArea > *{
opacity:0;
}
/*----------------------------------
コンテンツ
------------------------------------- */
.layout {
    width: 960px;
    margin: 0 auto;
}
.contentsBox {
    margin-bottom: 30px;
}
#mainArea {
    background:url("/img/brand/index/kyv_bgImg.jpg") center bottom no-repeat;
    background-size: cover;
    text-align: left;
}
#mainArea .mainBg {
    background:url("/img/brand/index/kyv_topImg_01.png") center bottom no-repeat;
    background-size: 1366px auto;
    height: 1100px;
}
#mainArea .layout {
    padding-right: 40px;
}
#mainArea h1 {
    padding: 115px 0 50px;
}
.mainTxt {
	color: #214d61;
	font-size: 18px;
	line-height: 36px;
    font-weight: 500;
}
.mainTxt .ruby span {
	position: relative;
	display: inline-block;
}
.mainTxt .ruby span:before {
	content: "・";
	display: block;
	position: absolute;
	top: -1em;
	left: 0;
}
.mainTxt .ruby span.rubyNone:before {
	display: none;
}
.entranceNav .layout {
    padding:0 30px;
}
.entranceNav .ban01 {
    text-align: center;
    padding: 70px 0 70px;
}
.entranceNav .ban01 img {
    width: 622px;
}
.entranceNav .ban01 a {
    display: block;
}

.entranceNav .ban01 a.trans {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    -moz-transition: opacity 0.26s ease;
    -o-transition: opacity 0.26s ease;
    -webkit-transition: opacity 0.26s ease;
    transition: opacity 0.26s ease;
}
.entranceNav .ban01 a.trans:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
}
.topbanList {
    display: flex;
    flex-wrap: wrap;
}
.topbanList li {
    text-align: center;
    font-size: 1.4rem;
    line-height: 1.4;
    font-weight: bold;
}
.topbanList li:nth-child(-n + 3){
    width: 33.33333%;
}
.topbanList li:nth-child(n + 4){
    width: 50%;
    margin-top: 40px;
}
.topbanList li:nth-child(1),
.topbanList li:nth-child(2),
.topbanList li:nth-child(4) {
    border-right: 2px solid #e5e0de;
}
.topbanList li a {
    color: #000;
    text-decoration: none;
    background: center top no-repeat;
    display: block;
}
.topbanList li.showroom a {
    background-image: url("/img/brand/index/icon_btn01.png");
    background-size: 67px auto;
    padding-top: 64px;
}
.topbanList li.price a {
    background-image: url("/img/brand/index/icon_btn02.png");
    background-size: 39px auto;
    padding-top: 72px;
}
.topbanList li.making a {
    background-image: url("/img/brand/index/icon_btn03.png");
    background-size: 83px auto;
    padding-top: 72px;
}
.topbanList li.people a {
    background-image: url("/img/brand/index/icon_btn04.png");
    background-size: 59px auto;
    padding-top: 79px;
}
.topbanList li.technique a {
    background-image: url("/img/brand/index/icon_btn05.png");
    background-size: 41px auto;
    padding-top: 72px;
}

/* update */

.mainGroup:last-child{
    margin-bottom: 0;
}

.item-special{
    width: 33.33%;
}

.special-inner{
    text-decoration: none;
    color: #000;
    display: block;
    padding: 8px 5px;
    height: 100%;
    transition: all .3s;
}
.special-inner:hover{
    color: #000;
    background: #e1f5fe;
}
.content-special{
    margin-top: 10px;
}
.content-special h3{
    font-size: 16px;
    line-height: 1.375;
    letter-spacing: 0.05em;
    font-weight: 600;
}
.content-special p{
    line-height: 1.571;
    font-size: 14px;
    letter-spacing: 0.05em;
}
/*----------------------------------
レスポンシブ設定
------------------------------------- */
@media screen and (min-width:769px) {
    .sp {
        display: none!important;
    }
    .mainGroup{
        margin-bottom: 2rem;
    }
}
@media screen and (max-width:768px) {
    .pc {
        display: none!important;
    }
    .contentsBox img {
        width: 100%;
        height: auto;
    }
    .mainGroup{
        line-height: 30px;
        margin-bottom: 3.5rem;
    }
/*----------------------------------
コンテンツ
------------------------------------- */
    .layout {
        width: 100%;
    }
    .special-content {
        margin-bottom: 64px;
        padding: 0 5px;
    }
    #mainArea {
        background: none;
        text-align: center;
        height: auto;
    }
    #mainArea .mainBg {
        background:url('/img/brand/index/bg_water.jpg') no-repeat bottom center;
        background-size: cover;
        height: auto;
        padding-bottom: 0;
    }
    #mainArea .layout {
        padding-right:0;
    }
    #mainArea h1 {
        padding: 0;
        position: relative;
        z-index: 1;
    }
    #mainArea .mainTxt {
        padding: 60px 0 90px 0;
        font-size: 3.6vw;
        line-height: 2.6;
        font-weight: 500;
        background: url("/img/brand/index/kyv_bgImg_sp.jpg") center bottom no-repeat;
        background-size: cover;
        margin-top: -31px;
    }
    .entranceNav .layout {
        padding:0 20px;
    }
    .entranceNav .ban01 {
        width: 85%;
        margin: 0 auto;
        padding: 10vw 0 12vw;
        overflow: hidden;
    }
    .entranceNav .ban01 img {
        width: 100%;
    }
    .topbanList li {
        font-size: 3.6vw;
        letter-spacing: -0.1em;
        line-height: 1.64;
        margin-top: 0!important;
        width: 100%!important;
        border-right: none!important;
    }
    .topbanList li:not(:last-child) {
        border-bottom: 1px solid #e5e0de;
    }
    .topbanList li a {
        background: 2vw center no-repeat;
        padding-top: 0!important;
        padding-left: 25%;
        height: 24vw;
        display: flex;
        text-align: center;
        justify-content: center;
        align-items: center;
    }
    .topbanList li.showroom a {
        background-image: url("/img/brand/index/icon_btn01.png");
        background-size: 17vw auto;
        background-position:4vw center;
    }
    .topbanList li.price a {
        background-image: url("/img/brand/index/icon_btn02.png");
        background-size: 10vw auto;
        background-position:7.5vw center;
    }
    .topbanList li.making a {
        background-image: url("/img/brand/index/icon_btn03.png");
        background-size: 19vw auto;
        background-position:3vw center;
    }
    .topbanList li.people a {
        background-image: url("/img/brand/index/icon_btn04.png");
        background-size: 16vw auto;
        background-position:4.5vw center;
    }
    .topbanList li.technique a {
        background-image: url("/img/brand/index/icon_btn05.png");
        background-size: 12vw auto;
        background-position:6.5vw center;
    }
    .thumbnail-special img{
        width: 100%;
    }
    .list-special{
        margin-top: 25px;
    }
    .item-special{
        width: 100%;
        margin: 5px 0 20px;
    }
    .block-commitment.home-commitment .commitments-inner{
        height: auto;
    }
    .block-commitment.home-commitment .content-commitments .is-pc{
        display: block !important;
    }
    .block-commitment.home-commitment .content-commitments{
        top: unset;
        height: 37%;
        bottom: 0;
    }
    .block-commitment.home-commitment .item-commitments{
        margin-bottom: 2rem;
        padding: 0 10px;
    }
    .block-commitment.home-commitment .content-commitments p{
        font-size: 1rem;
        width: 100%;
        padding: 0 10px;
        letter-spacing: -0.05rem;
    }
    .block-commitment.home-commitment .content-commitments p span{
        font-size: 1.4rem;
        margin-right: 18px;
    }
    .block-commitment.home-commitment .content-commitments .button{
        top: unset;
        bottom: 1rem;
        right: 1rem;
        transform: unset;
    }
    .special-content .title-section{
      font-size: 2.8rem;
    }
    .content-special h3{
      font-size: 1.4rem;
      line-height: 1.6;

    }
    .content-special p{
      font-size: 1.4rem;
      line-height: 1.6;
    }

}

#mainArea.main-area-modify .mainBg {
  background: none;
}
@media screen and (min-width:769px) {
  #mainArea.main-area-modify {
    background:url("/img/brand/index/bg_new.jpg") center top no-repeat;
    background-size: cover;
    text-align: right;
  }
  #mainArea.main-area-modify .mainBg {
    height: 77.5vw;
  }
  .main-area-modify .mainBg .layout {
    padding: 4% 20px !important;
    display: flex;
    justify-content: flex-end;
    width: 1300px;
  }
  .main-area-modify .layout-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
    width: 47.5%;
  }
  .main-area-modify .layout-inner > * {
    width: 100%;
  }
  #mainArea.main-area-modify h1 {
    padding: 0;
    padding-right: 38px;
  }
  #mainArea.main-area-modify h1 img {
    width: 575px;
    height: auto;
  }
  .main-area-modify .mainTxt {
    padding-top: 13px;
    padding-right: 9px;
    margin-bottom: 15%;
  }
  .main-area-modify .mainTxt img {
    width: 95%;
    height: auto;
  }
}
@media screen and (min-width:769px) and (max-width: 1940px) {
  .main-area-modify .mainBg .layout {
    padding-top: 58px !important;
    padding-bottom: 58px !important;
  }
  #mainArea.main-area-modify .mainBg {
    height: 1124px;
  }
}
@media screen and (min-width:769px) and (max-width: 9999px) {
  .main-area-modify .layout-inner {
    width: 618px;
  }
}

@media screen and (min-width:769px) and (max-width: 1500px) {
  .main-area-modify .layout-inner {
    width: 49%;
  }
}
@media screen and (min-width:769px)  and (max-width: 1450px) {
  .main-area-modify .mainBg .layout {
    max-width: 88%;
  }
}
@media screen and (min-width:769px)  and (max-width: 1400px) {
  #mainArea.main-area-modify .mainBg {
    height: 77.5vw;
  }
}
@media screen and (min-width:769px)  and (max-width: 1100px) {
  .main-area-modify .mainBg .layout {
    max-width: 100%;
  }
}
@media screen and (min-width:769px) and (max-width: 1200px) {
  .main-area-modify .layout-inner {
    width: 50%;
  }
  #mainArea.main-area-modify h1 img {
    width: 80%;
    height: auto;
  }
  .main-area-modify .mainTxt {
    margin-bottom: 10%;
  }
  .main-area-modify .mainTxt img {
    width: 95%;
    height: auto;
  }
  #mainArea.main-area-modify .mainBg {
    min-height: 70vw;
    height: auto;
  }
}
@media screen and (max-width:768px) {
  #mainArea.main-area-modify .mainTxt {
    background:url("/img/brand/index/kyv_bgImg_new_sp.jpg") no-repeat center top/cover;
    margin-top: 0;
    padding: 40px 15px;
  }
}

.page-brand-new {
    overflow: hidden;
}
@media screen and (min-width:768px) {
    .wrapper{
        max-width: 960px;
        margin: 0 auto;
        padding: 0 20px;
    }
}
@media screen and (max-width:767px) {
    .wrapper{
        padding: 0 15px;
    }
}
.section-brand-keyvisual {
    position: relative;
}
.section-brand-keyvisual .keyvisual-title {
    position: absolute;
    top: 0;
    z-index: 2;
}
.section-brand-keyvisual img {
    width: 100%;
    height: auto;
    display: block;
}
@media screen and (min-width:769px) {
    .section-brand-keyvisual {
        height: 670px;
        background:url("/img/brand/index/keyvisual_bg.jpg") no-repeat center center/cover;
    }
    .section-brand-keyvisual .keyvisual-image {
        position: absolute;
        left: 50%;
        bottom: -31px;
        width: 722px;
        height: 640px;
        margin-left: -490px;
    }
    .section-brand-keyvisual .keyvisual-title {
        width: 293px;
        right: 50%;
        margin-right: -439px;
        margin-top: 243px;
    }
}
@media screen and (max-width:768px) {
    .section-brand-keyvisual .keyvisual-title {
        right: 2vw;
        width: calc(382 / 750 * 100vw);
        margin-top: 7.2%;
    }
}
.section-brand-about {
    position: relative;
    z-index: 2;
    font-feature-settings: "palt";
}
.section-brand-about:before,
.section-brand-about:after {
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 2;
}
.section-brand-about {
    background: #c1e1ff;
    letter-spacing: .1em;
    text-align: center;
    color: #005bac;
    font-weight: 500;
}
.section-brand-about .text {
    letter-spacing: .1em;
    background: linear-gradient(#fff, #fff) no-repeat;
    background-position: center bottom 0;
    color: #005bac;
}
@media screen and (min-width:769px) {
    .section-brand-about:before {
        top: -170px;
        height: 200px;
        background: url("/img/brand/index/shape_bg.png") no-repeat center top;
    }
    .section-brand-about:after {
        bottom: -178px;
        height: 200px;
        background: url("/img/brand/index/shape_bg_01.png") no-repeat center top;
    }
    .section-brand-about {
        padding: 60px 0;
        font-size: 1.6rem;
    }
    .section-brand-about * {
        line-height: calc(45 /16);
    }
    .section-brand-about p {
        margin-bottom: 2px;
    }
    .section-brand-about .text-custom {
        margin-bottom: 5px;
    }
    .section-brand-about .text {
        font-size: 2.6rem;
        background-size: 100% 16px;
    }
}
@media screen and (max-width:768px) {
    .section-brand-about .wrapper {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    .section-brand-about:before {
        top: -51px;
        height: 58px;
        background: url("/img/brand/index/shape_bg_sp.png") no-repeat 0 0/100% 100%;
    }
    .section-brand-about:after {
        bottom: -47px;
        height: 58px;
        background: url("/img/brand/index/shape_bg_sp_001.png") no-repeat 0 0/100% 100%;
    }
    .section-brand-about {
        padding: 33px 0;
        font-size: 1.4rem;
    }
    .section-brand-about * {
        line-height: 2.3572;
    }
    .section-brand-about p {
        margin-bottom: 5px;
    }
    .section-brand-about .text-custom {
        margin-bottom: 7px;
    }
    .section-brand-about .text {
        font-size: 2.3rem;
        line-height: 1.957;
        padding-bottom: 2px;
        background-size: 100% 15px;
    }
}
@media screen and (max-width: 374px) {
    .section-brand-about {
        font-size: 1.2rem;
    }
    .section-brand-about .text {
        font-size: 2rem;
    }
}

.section-wrapper-brand {
    position: relative;
}
.section-wrapper-brand:after {
    content: '';
    position: absolute;
    background: url(/img/brand/index/water_icon_002.png) no-repeat center top;
    mix-blend-mode: multiply;
    z-index: 2;
    pointer-events: none;
}
@media screen and (min-width:769px) {
    .section-wrapper-brand:after {
        right: 50%;
        margin-right: -681px;
        width: 1017px;
        height: 323px;
        top: -226px;
    }
}
@media screen and (max-width:768px) {
    .section-wrapper-brand:after {
        right: -62px;
        width: 393px;
        height: 160px;
        top: -124px;
        background-size: auto 100%;
        background-image: url(/img/brand/index/water_icon_002_sp.png)
    }
}
.section-craft,
.section-customer-first,
.section-people {
    position: relative;
}
.section-craft:before {
    content: '';
    position: absolute;
    mix-blend-mode: multiply;
    z-index: 2;
    pointer-events: none;
}
@media screen and (min-width:769px) {
    .section-craft:before {
        left: 50%;
        margin-left: -588px;
        width: 1097px;
        height: 373px;
        background: url(/img/brand/index/water_icon_003.png) no-repeat center top;
        top: -156px;
    }
}
@media screen and (max-width:768px) {
    .section-craft:before {
        width: 350px;
        height: 150px;
        background: url(/img/brand/index/water_icon_003_sp.png) no-repeat 0 0/100% auto;
        top: -104px;
        left: -25px;
    }
}
.section-customer-first:before {
    content: '';
    position: absolute;
    mix-blend-mode: multiply;
    z-index: 2;
    pointer-events: none;
}
@media screen and (min-width:769px) {
    .section-customer-first:before {
        left: 50%;
        margin-left: -421px;
        width: 147px;
        height: 168px;
        background: url(/img/brand/index/water_icon_004.png) no-repeat center top;
        top: 52px;
    }
}
@media screen and (max-width:768px) {
    .section-customer-first:before {
        left: 27px;
        width: 68px;
        height: 67px;
        background: url(/img/brand/index/water_icon_004_sp.png) no-repeat center top/100% auto;
        top: 31px;
    }
}
.section-people:before {
    content: '';
    position: absolute;
    mix-blend-mode: multiply;
    z-index: 2;
    pointer-events: none;
}
.section-people:after {
    content: '';
    position: absolute;
    mix-blend-mode: multiply;
    z-index: 2;
    pointer-events: none;
}
@media screen and (min-width:769px) {
    .section-people:before {
        right: 50%;
        margin-right: -650px;
        width: 1011px;
        height: 423px;
        background: url(/img/brand/index/water_icon_005.png) no-repeat center top;
        top: -256px;
    }
    .section-people:after {
        left: 50%;
        margin-left: -578px;
        width: 1075px;
        height: 518px;
        background: url(/img/brand/index/water_icon_006.png) no-repeat center top;
        bottom: -233px;
    }
}
@media screen and (max-width:768px) {
    .section-people:before {
        left: -7px;
        width: 467px;
        height: 423px;
        background: url(/img/brand/index/water_icon_005_sp.png) no-repeat center top/100% auto;
        top: -127px;
    }
    .section-people:after {
        left: -48px;
        width: 176px;
        height: 190px;
        background: url(/img/brand/index/water_icon_006_sp.png) no-repeat center top/100% auto;
        bottom: -154px;
    }
    .section-people .common-block-inner {
        position: relative;
    }
    .section-people .common-block-inner:before {
        content: '';
        position: absolute;
        mix-blend-mode: multiply;
        z-index: 2;
        pointer-events: none;
        width: 48px;
        height: 44px;
        background: url(/img/brand/index/water_icon_008_sp.png) no-repeat center top/100% auto;
        bottom: -12px;
        right: -15px;
    }
}

.section-product .product-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.section-history {
    position: relative;
    z-index: 2;
}
.section-history:before {
    content: '';
    position: absolute;
    background: url("/img/brand/index/water_icon_001.png") no-repeat center top;
    mix-blend-mode: multiply;
    z-index: 2;
    pointer-events: none;
}
.section-history .list-history-year {
    position: relative;
    z-index: 2;
}


@media screen and (min-width:768px) {
    .section-history{
        margin-bottom: 72px;
        padding-top: 222px;
    }
    .section-history:before {
        left: 50%;
        top: 90px;
        margin-left: -527px;
        width: 350px;
        height: 378px;
    }
    .section-craft{
        margin-bottom: 82px;
    }
    .section-customer-first{
        margin-bottom: 90px;
    }
    .section-people{
        margin-bottom: 120px;
    }
    .section-wrapper-brand{
        margin-bottom: 157px;
    }
    .section-product{
        margin-bottom: 178px;
    }
    .section-product .product-img {
        height: 250px;
        margin: 0 -10px;
    }
}

@media screen and (max-width:767px) {
    .section-history{
        margin-bottom: 46px;
        padding-top: 124px;
    }
    .section-history:before {
        left: -26px;
        top: 42px;
        width: 175px;
        height: 189px;
        background-size: 100% auto;
    }
    .section-craft{
        margin-bottom: 60px;
    }
    .section-craft .common-block-inner {
        position: relative;
    }
    .section-craft .common-block-inner:before {
        content: '';
        position: absolute;
        background: url("/img/brand/index/water_icon_007_sp.png") no-repeat center top/100% auto;
        mix-blend-mode: multiply;
        z-index: 2;
        pointer-events: none;
        width: 55px;
        height: 50px;
        top: 321px;
        right: -27px;
    }
    .section-customer-first{
        margin-bottom: 63px;
        z-index: 2;
    }
    .section-people{
        margin-bottom: 70px;
    }
    .section-wrapper-brand{
        margin-bottom: 140px;
    }
    .section-product{
        margin-bottom: 73px;
    }
    .section-product .product-img {
        height: 33.333vw;
    }
}


.common-block-title{
    position: relative;
    text-align: center;
}
.common-block-title img {
    max-width: none;
    width: auto;
    display: block;
    margin: 0 auto;
}
.common-block-title:after{
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    background: #506473;
}

@media screen and (min-width:768px) {
    .common-block-title{
        padding-bottom: 15px;
        margin-bottom: 52px;
    }
    .common-block-title img {
        height: 58px;
    }
    .section-craft .common-block-title,
    .section-customer-first .common-block-title,
    .section-product .common-block-title{
        padding-bottom: 21px;
    }
    .common-block-title:after{
        width: 100px;
        height: 2px;
    }
}

@media screen and (max-width:767px) {
    .common-block-title{
        padding-bottom: 13px;
        margin-bottom: 26px;
    }
    .section-product .common-block-title{
        padding-bottom: 21px;
    }
    .section-customer-first .common-block-title{
        padding-bottom: 18px;
    }
    .section-craft .common-block-title {
        padding-bottom: 18px;
    }
    .common-block-title:after{
        width: 60px;
        height: 1.5px;
    }
    .common-block-title img {
        height: 33px;
    }
}


.list-common-link{
    list-style: none;

}
.list-common-link .link-item{
    overflow: hidden;
}
.list-common-link .link-item a{
    display: flex;
    text-decoration: none;
}
.is-mac .list-common-link .link-item a {
    opacity: .9999;
}
.is-mac .list-common-link .link-item a:hover {
    opacity: .8;
}
.list-common-link .link-item .link-text{
    display: flex;
    align-items: center;
    background: #005B9C;
    font-feature-settings: "palt";
}
.list-common-link .link-item .link-text span{
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-around;
    color: #fff;
    font-weight: 500;
}
.list-common-link .link-item .link-text span:after{
    content: "";
    background-image: url("/img/brand/index/link_icon_01.svg");
    background-size: auto 100%;
    background-position: center;
    flex: 0 0 auto;
}
.list-common-link .link-item figure img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (min-width:768px) {
    .list-common-link{
        padding: 10px 0;
        display: flex;
        margin: 0 -25px;
        justify-content: center;
        flex-wrap: wrap;

    }
    .list-common-link .link-item{
        width: 435px;
        min-height: 120px;
        margin: 0 25px 50px 25px;
        border-radius: 10px;
        box-shadow: 5px 5px 3px #C7E5FF;
    }

    .list-common-link .link-item figure{
        width: 250px;
    }
    .list-common-link .link-item figure {
        height: 120px;
    }
    .list-common-link .link-item .link-text{
        width: 185px;
        padding: 15px;
    }
    .list-common-link .link-item .link-text span{
        font-size: 1.6rem;
        line-height: calc(30/16);
    }
    .list-common-link .link-item .link-text span:after{
        content: "";
        width: 20px;
        height: 10px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width:767px) {
    .list-common-link{
        padding: 17px 0
    }
    .list-common-link .link-item{
        border-radius: 5px;
        min-height: 95px;
    }
    .list-common-link .link-item a{
        min-height: 95px;
        justify-content: center;
        width: max-content;
        border-radius: 5px;
        overflow: hidden;
        margin: 0 auto;
    }
    .list-common-link .link-item img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .list-common-link .link-item:not(:last-child){
        margin-bottom: 20px;
    }

    .list-common-link .link-item figure{
        width: 188px;
        height: 95px;
    }
    .list-common-link .link-item .link-text{
        width: 157px;
        padding: 10px;
    }
    .list-common-link .link-item .link-text span{
        font-size: 1.4rem;
        line-height: calc(45/28);
        letter-spacing: .025em;
    }
    .list-common-link .link-item .link-text span:after{
        content: "";
        width: 20px;
        height: 10px;
        margin-bottom: 10px;
    }
}
@media screen and (max-width: 370px) {
    .list-common-link .link-item figure {
        width: 140px;
    }
    .list-common-link .link-item .link-text span {
        font-size: 1.2rem;
    }
}

.section-common-block .content-title{
    white-space: nowrap;
    font-family: 'Noto Serif JP', serif;
    font-weight: 400;
}
.section-common-block .content-text p{
    font-weight: 500;
    font-feature-settings: "palt";
}

.common-block-inner .common-block-content{
    background: #C7E5FF;
    color: #506473;
}
.common-block-inner .common-block-img img {
    width: 100%;
    display: block;
    height: auto;
}

@media screen and (min-width:768px) {
    .section-common-block .common-block-inner{
        display: flex;
    }
    .section-common-block .common-block-inner{
        margin-bottom: 40px;
    }
    .section-common-block .common-block-inner.is-reverse{
        flex-direction: row-reverse;
    }
    .section-common-block .content-title{
        margin-bottom: 30px;
        font-weight: 400;
        line-height: calc(54/32);
        font-size: 3.2rem;
    }
    .section-common-block .content-text{
        font-size: 1.6rem;
        line-height: calc(30/16);
    }
    .section-common-block .content-text * {
        line-height: calc(30/16);
    }
    .section-common-block .content-text p {
        margin-bottom: 15px;
    }
    .section-common-block .content-text p:last-child {
        margin-bottom: 0;
    }
    .common-block-inner .common-block-img{
        width: 550px;
        border-radius: 30px;
        z-index: 1;
        position: relative;
        margin-right: -180px;
        flex: 0 0 auto;
    }
    .common-block-inner .common-block-img img{
        border-radius: 30px;
    }
    .common-block-inner.is-reverse .common-block-img{
        margin-right: 0;
        margin-left: -180px;
    }
    .common-block-inner .common-block-content{
        width: 550px;
        min-height: 440px;
        padding: 65px 20px 20px 220px;
        margin-top: 50px;
        border-radius:30px;
        position: relative;
        flex: 0 0 auto;
    }
    .common-block-inner.is-reverse .common-block-content{
        padding: 42px 200px 20px 40px;
    }
}

@media screen and (max-width:767px) {
    .common-block-inner {
        max-width: 345px;
        margin: 0 auto 22px;
    }
    .section-common-block .common-block-img img{
        border-radius: 15px 15px 0 0;
    }
    .section-common-block .content-title{
        margin-bottom: 18px;
        font-size: 2.4rem;
        line-height: calc(40/24);
    }
    .section-common-block .content-text,
    .section-common-block .content-text p{
        font-size: 1.4rem;
        line-height: calc(26/14);
        letter-spacing: .025em;
    }
    .section-common-block .content-text p:not(:last-child){
        margin-bottom: 13px;
    }
    .common-block-inner .common-block-content{
        padding: 30px 30px 39px 30px;
        border-radius: 0 0 15px 15px;
    }
}
@media screen and (max-width: 370px) {
    .common-block-inner .common-block-content{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (max-width: 340px) {
    .section-common-block .content-text,
    .section-common-block .content-text p {
        font-size: 1.3rem;
    }
}

.section-history .list-history-year li{
    position: relative;
    font-weight: 500;
}
.list-history-year li:after, .list-history-year li:before{
    content: "";
    position: absolute;

}
.list-history-year li:first-child::before{
    display: none;
}
.list-history-year li:last-child::after{
    display: none;
}

.list-history-year time{
    display: block;
}
.list-history-year p{
    position: relative;
    font-feature-settings: "palt";
}
.list-history-year p:before{
    content: "";
    position: absolute;
    transform: translate(-50%,-50%);
    background: #506473;
}

@media screen and (min-width:768px) {
    .section-history .list-history-year{
        display:flex;
        justify-content: center;
        margin: 0 -70px 0 -20px;
    }
    .section-history .list-history-year li{
        padding: 0 10px;
        text-align: center;
        font-size: 1.6rem;
    }
    .section-history .list-history-year li:nth-child(1){
        width: 208px;
    }
    .section-history .list-history-year li:nth-child(2){
        width: 186px;
    }
    .section-history .list-history-year li:nth-child(3){
        width: 207px;
    }
    .section-history .list-history-year li:nth-child(4){
        width: 185px;
    }
    .section-history .list-history-year li:nth-child(5){
        width: 210px;
    }
    .list-history-year li:after, .list-history-year li:before{
        top: 50px;
        border-bottom: solid 1px #506473;
    }
    .list-history-year li:after{
        left: 50%;
        right: 0;
    }
    .list-history-year li:before{
        left: 0;
        right: 50%;
    }

    .list-history-year time, .list-history-year p{
        line-height: calc(30/16);
    }
    .list-history-year time{
        margin-bottom: 20px;
        text-align: center;
    }
    .list-history-year p{
        padding: 22px 0;
    }
    .list-history-year p:before{
        width: 1px;
        height: 18px;
        top:0;
        left: 50%;
    }
}

@media screen and (max-width:767px) {
    .section-history .list-history-year li{
        min-height: 70px;
        padding: 16px 0;
        display: flex;
        align-items: center;
        font-size: 1.4rem;
    }
    .list-history-year li:after, .list-history-year li:before{
        left: 75px;
        border-left: solid 1px #506473;
    }
    .list-history-year li:after{
        top: 50%;
        bottom: 0;
    }
    .list-history-year li:before{
        bottom: 50%;
        top: 0;
    }
    .list-history-year time, .list-history-year p{
        line-height: calc(22/14);
        letter-spacing: .025em;
    }
    .list-history-year time{
        width: 75px;
        padding: 5px 5px 5px 17px;
    }
    .list-history-year p{
        flex: 1;
        padding: 0 22px 0 33px;
        letter-spacing: .025em;
    }
    .list-history-year p:before{
        width: 9px;
        height: 1px;
        top:50%;
        left: 0;
    }
}

.section-movie {
    position: relative;
    z-index: 2;
}
.section-movie:before,
.section-movie:after {
    content: '';
    position: absolute;
    width: 100%;
}
.section-movie .wrapper {
    position: relative;
    z-index: 2;
}
.section-movie .movie-list{
    display: flex;
    flex-wrap: wrap;
    position: relative;
}
.movie-item-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-movie .slick-arrow {
    position: absolute;
    appearance: none;
    box-shadow: none;
    padding: 0;
    overflow: hidden;
    text-indent: -1000px;
    cursor: pointer;
    background: none;
    border: none;
    z-index: 5;
}
.section-movie .slick-arrow:before {
    content: "";
    background: no-repeat center center/100% auto;
    position: absolute;
    top: 50%;
    left: 50%;
    cursor: pointer;
}
.section-movie .slick-prev:before{
    background-image: url("/img/brand/index/btn_prev.svg");
}
.section-movie .slick-next:before{
    background-image: url("/img/brand/index/btn_next.svg");
}
.section-movie .movie-item {
    cursor: pointer;
}
.section-movie .movie-item .movie-item-text, .section-movie .movie-title{
    color: #506473;
    font-weight: 500;
    font-feature-settings: "palt"
}
.movie-list:not(.slick-initialized) .movie-item:not(:first-child) {
    display: none;
}
.section-movie .movie-item .movie-item-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.section-movie .movie-img-screen iframe {
    display: block;
    width: 100%;
}

@media screen and (min-width:768px) {
    .section-movie{
        margin-bottom: 138px;
    }
    .section-movie:before {
        bottom: -46px;
        background: url(/img/brand/index/shape_bg_002.png) no-repeat center 0, url(/img/brand/index/shape_bg_003.png) no-repeat center bottom;
        top: -87px
    }
    .section-movie:after {
        background: #e0efff;
        top: 100px;
        bottom: 130px;
    }
    .section-movie .common-block-title{
        padding-bottom: 29px;
        margin-bottom: 33px;
    }
    .section-movie .movie-inner{
        max-width: 840px;
        margin: 0 auto;
    }
    .section-movie .movie-img-screen{
        margin-bottom: 30px ;
    }
    .section-movie .movie-item a{
        display: block;
        text-decoration: none;
        text-align: center;
    }
    .section-movie .movie-item .movie-item-img{
        margin-bottom: 5px;
    }
    .section-movie .movie-item .movie-item-text, .section-movie .movie-title{
        font-size: 1.6rem;
        font-weight: 500;
        line-height: calc(24/16);
    }
    .is-mac .section-movie .movie-item .movie-item-text {
        margin-left: -5px;
        margin-right: -5px;
        font-size: 1.5rem;
    }
    .section-movie .movie-item .movie-item-text {
        text-align: center;
    }
    .section-movie .movie-title{
        margin-bottom: 15px;
    }
    .section-movie .slick-arrow {
        width: 50px;
        height: 50px;
        top: 50px;
        transition: 0.26s ease;
    }
    .section-movie .slick-arrow:hover {
        opacity: 0.8;
    }
    .section-movie .slick-arrow:before {
        width: 25px;
        height: 25px;
        margin: -12px 0 0 -12px;
    }
    .section-movie .slick-prev {
        left: -52px;
    }
    .section-movie .slick-next {
        right: -53px;
    }
    .section-movie .slick-slide {
        margin: 0 9px;
        width: 268px;
    }
    .section-movie .movie-item .movie-item-img {
        height: 150px;
    }
}

@media screen and (max-width:767px) {
    .section-movie{
        margin-bottom: 74px;
    }
    .section-movie:before {
        bottom: -11px;
        background: url(/img/brand/index/shape_bg_002_sp.png) no-repeat center 0/100% auto, url(/img/brand/index/shape_bg_003_sp.png) no-repeat center bottom/100% auto;
        top: -6px
    }
    .section-movie:after {
        background: #e0efff;
        top: 28px;
        bottom: 22px;
    }
    .section-movie .common-block-title{
        padding-bottom: 18px;
        margin-bottom: 23px;
    }
    .section-movie .movie-img-screen iframe {
        height: 52.1vw;
    }
    .section-movie .movie-img-screen{
        margin-bottom: 15px ;
    }
    .section-movie .movie-list{
        margin: 0 auto;
        max-width: 285px;
    }
    .section-movie .movie-title{
        font-size: 1.4rem;
        line-height: calc(22/14);
        letter-spacing: .025em;
    }
    .section-movie .movie-item .movie-item-img {
        height: 50px;
    }
    .section-movie .movie-item .movie-item-text{
        display: none;
    }
    .section-movie .movie-title{
        margin-bottom: 8px;
        text-align: center;
    }
    .section-movie .slick-arrow {
        width: 40px;
        height: 40px;
        top: 5px;
    }
    .section-movie .slick-arrow:before {
        width: 20px;
        height: 20px;
        margin: -10px 0 0 -10px;
    }
    .section-movie .slick-prev {
        left: -40px;
    }
    .section-movie .slick-next {
        right: -40px;
    }
    .section-movie .slick-slide {
        padding: 0 3px;
        width: 95px;
    }
}

@media screen and (max-width: 374px) {
    .section-movie .slick-arrow {
        top: -1px;
    }
    .section-movie .movie-list {
        max-width: 225px;
    }
    .section-movie .slick-slide {
        width: 75px;
    }
    .section-movie .movie-item .movie-item-img {
        height: 38px;
    }
}

.section-product .product-list{
    list-style: none;
    padding: 0;
}
.section-product .product-item{
    position: relative;
    overflow: hidden;
}
.section-product .product-item a {
    display: block;
}
.section-product .product-item a:hover img {
    opacity: 1;
}
.section-product .product-content{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #fff;
}

.section-product .product-content.is-black{
    color: #000000;
}
.section-product .product-title{
    display: block;
    font-family: "Roboto", serif ;
    font-weight: bold;
}
.section-product .product-text{
    font-weight: 500;

}

@media screen and (min-width:768px) {
    .section-product .product-item:hover img{
        transform: scale(1.1);
        transition: all .3s ease
    }
    .section-product .product-item img{
        transition: all .3s ease
    }
    .section-product .product-item:not(:last-child){
        margin-bottom: 25px;
    }
    .section-product .product-content{
        margin-right: 20px;
        left: 68px;
    }
    .section-product .product-content.is-right{
        left: 630px;
    }
    .section-product .product-content.is-black{
        color: #000000;
    }
    .section-product .product-title{
        font-size: 3.2rem;
        letter-spacing: .1em;
        line-height: calc(25/32);
        margin-bottom: 5px;
    }
    .section-product .product-text{
        font-size: 1.6rem;
        letter-spacing: .025em;
        line-height: calc(24/16);
    }
}

@media screen and (max-width:767px) {
    .product-img img{
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .section-product .common-block-title{
        margin-bottom: 27px;
    }
    .section-product .product-item:not(:last-child){
        margin-bottom: 15px;
    }
    .section-product .product-content{
        margin-right: 20px;
        left: 14px;
    }
    .section-product .product-content.is-right{
        left: auto;
        right: -6px;
    }
    .section-product .product-content.is-black{
        color: #000000;
    }
    .section-product .product-title{
        font-size: 1.6rem;
        letter-spacing: .1em;
        line-height: calc(25/32);
    }
    .section-product .product-text{
        position: relative;
        top: 6px;
        font-size: 1rem;
    }
}


.section-wrapper-brand{
    color: #506473;
}

.section-brand-navigate .section-button-anniversary{
    display: none;
}

.section-wrapper-brand .brand-item-right{
    padding: 10px;
    border-radius: 50%;
    display: flex; 
    flex: 0 0 auto;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    background: #005B9C;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
}
.section-wrapper-brand .brand-item-right:after{
    content: "";
    position: relative;
    top: 10px;
    flex: 0 0 auto;
    background-image: url(/img/brand/index/link_icon_01.svg);
    background-size: auto 100%;
    background-position: center;
    background-repeat: no-repeat;
}

.section-brand-navigate .section-list-navigate .item-wrapper {
    background: #fff;
    box-shadow: none;
}
.section-brand-navigate .section-list-navigate .item-background {
    width: 100%;
    height: 100%;
}
.section-brand-navigate .list-wrapper > li:nth-child(5) .item-wrapper img,
.section-brand-navigate .list-wrapper > li:nth-child(6) .item-wrapper img {
    height: 110%;
}
.section-brand-navigate .list-wrapper > li:nth-child(7) .item-wrapper img {
    height: 80%;
    position: relative;
}

@media screen and (min-width:768px) {
    .section-wrapper-brand .wrapper{
        display: flex;
        align-items: center;
    }
    .section-brand-navigate{
        width: 845px;
        min-height: 300px;
        padding: 35px 35px 20px 35px;
        border-radius: 30px;
        position: relative;
        flex: 0 0 auto;
        background: #E0EFFF;
        align-items: center;
    }

    .section-brand-navigate .section-list-navigate .list-item {
        padding: 0 15px 27px 0;
    }
    .section-brand-navigate .item-wrapper{
        width: 100px !important;
        height: 100px;
        border-radius: 50%;
        overflow: hidden;
    }
    .section-brand-navigate .section-wrapper{
        align-items: center;
    }
    .section-brand-navigate .info-logo {
        max-width: none;
        width: 230px;
        margin-right: 30px;
    }
    .section-brand-navigate .section-info{
        padding: 0;
    }
    .section-brand-navigate .section-info{
        margin: 0;
    }
    .section-brand-navigate .section-list-navigate .list-wrapper{
        padding-left: 5px;
    }
    .section-brand-navigate .section-list-navigate .item-text{
        font-size: 13px;
    }
    .section-brand-navigate .section-list-navigate {
        margin-top: 5px;
    }
    .section-brand-navigate .section-list-navigate .list-item {
        padding-bottom: 25px;
    }
    .section-wrapper-brand .brand-item-right{
        width: 150px;
        height: 150px;
        margin-left: calc(-150px/2);
        font-size: 16px;
        letter-spacing: .025em;
        line-height: calc(22/16);
    }
    .section-wrapper-brand .brand-item-right:after{
        width: 20px;
        height: 10px;
        top: 12px;
    }
    .section-brand-navigate .list-wrapper > li:nth-child(7) .item-wrapper img {
        top: 8px;
    }
}
@media screen and (max-width:768px) {
    .section-wrapper-brand .wrapper {
        position: relative;
    }
    .section-brand-navigate{
        border-radius: 15px;
        padding-top: 38px;
        padding-bottom: 60px;
    }
    .section-brand-navigate .info-logo{
        margin: 0 auto 43px;
    }
    .section-brand-navigate .list-item{
        width: 85px !important;
        height: 85px;
        margin: 0 13px 26px 13px !important;
        border-radius: 50%;
        overflow: hidden;
    }
    .section-brand-navigate .section-list-navigate .list-wrapper{
        padding: 0 20px;
        margin: 0px -15px;
        justify-content: center;
    }
    .section-brand-navigate .section-list-navigate .item-text{
        display: none;
    }
    .section-brand-navigate .section-list-navigate .item-wrapper {
        display: block;
        width: 100%;
        height: 100%;
        padding: 0;
    }
    .section-brand-navigate .section-list-navigate .item-wrapper img {
        display: block !important;
        object-fit: contain;
    }
    .section-brand-navigate .list-wrapper > li:nth-child(7) .item-wrapper img {
        top: 6px;
    }
    .section-wrapper-brand .brand-item-right{
        width: 133px;
        height: 133px;
        font-size: 14px;
        letter-spacing: .025em;
        line-height: calc(20/14);
        position: absolute;
        z-index: 2;
        bottom: -63px;
        margin-left: -65px;
        left: 50%;
    }
    .section-wrapper-brand .brand-item-right:after{
        width: 18px;
        height: 9px;
    }
    .section-brand-navigate .section-list-navigate .list-item {
        background: none;
    }
}