#key{
  margin: 0;
}

.border-red {
    border: 5px solid #e80000;
    border-radius: 40px;
    max-width: 1290px;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
}
.ttl-oswald {
    font-family: 'Oswald', sans-serif;
    font-size: 103px;
    line-height: 1.2;
    letter-spacing: 0;
    color: #e80000;
}
.title-shared {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 36px;
    line-height: 50px;
    letter-spacing: 0.05em;
}
.title-shared .en {
    font-family: 'Jost', sans-serif;
    font-size: 16px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    display: block;
    color: #e80000;
}
.btn-style > * {
    background-color: #e80000;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 30px;
    letter-spacing: 0.1em;
    font-weight: 500;
    padding: 13px 0 13px;
    text-align: center;
    border-radius: 29px;
    max-width: 430px;
    transition: all ease .3s;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: block;
    color: #fff;
}
.btn-style.btn-center > * {
    margin: auto;
}
.btn-style > *:after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #2a2a2a;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 29px;
}
.btn-style > *:hover:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.btn-style > *:hover {
    /* background-color: #2a2a2a; */
    text-decoration: none;
}
.btn-style .icon-angle-right:before {
    position: absolute;
    top: 50%;
    right: 40px;
    margin-top: -8px;
}
.txt {
    text-align: justify;
}
#key .slick-slide, #monthly .slick-slide{
    margin: 0 23px;
}
#key .slick-dots, #monthly .slick-dots{
    margin-top: 0;
    position: absolute;
    bottom: -56px;
    left: 0;
}
#key .slick-arrow, #monthly .slick-arrow{
    width: 50px;
    height: 50px;
}
@media screen and (min-width: 1280px) {
    #key .slick-prev, #monthly .slick-prev{
        margin-left: -611px;
        left: 50%;
    }
    #key .slick-next, #monthly .slick-next{
        margin-right: -620px;
        right: 50%;
    }
}
@media screen and (max-width: 999px) {
    .ttl-oswald {
        font-size: 16vw;
        position: relative;
        top: -10.5vw;
        margin-bottom: -6.5vw;
    }
    #key .slick-slide, #monthly .slick-slide{
        margin: 0 10px;
    }
     #key .slick-dots, #monthly .slick-dots{
        bottom: -32px;
    }
    #key .slick-arrow, #monthly .slick-arrow{
        margin-top: -15px;
        width: 30px;
        height: 30px;
    }
    .btn-style > * {
        line-height: 22px;
		margin: 0 auto;
    }
}

#lead h2{
  font-weight: 400;
  font-size: 44px;  
  line-height: 1.59;
  letter-spacing: 0.05em;
  padding-bottom: 14px;
}
#lead h2 span{
  position: relative;
  display: inline-block;
}
#lead h2 i{
  position: absolute;
  left: 127px;
  top: -17px;
}
#lead p{
  margin-top: 30px;
}
#news {
    margin-top: 113px;
    padding: 30px 50px 55px;
}
#news .rss {
    margin-top: 33px;
    margin-bottom: 52px;
}
#news .rss .date {
    font-size: 13px;
    letter-spacing: 2px;
    color: #e80000;
}
#news .rss .ttl {
    letter-spacing: 0.05em;
}
#news .rss .rss-img {
    margin: 5px 0 17px;
}
#concept {
    margin-top: 70px;
    padding: 75px 88px 73px 72px;
    position: relative;
}
#concept .group .txt {
    margin: 35px 0 60px;
	letter-spacing: 1.8px;
}
#concept .group .title-shared{
	margin-left: 10px;
}
#concept .photo {
    display: flex;
    flex-wrap: wrap;
}
#concept .photo li {
    width: 50%;
}
@media screen and (min-width: 1000px) {
    #lead {
      padding: 127px 0 0px;
      text-align: center;
      letter-spacing: 1.7px;
    }
    #news .wrap {
        width: 100%;
        max-width: 1000px;
    }
    #news .rss {
        display: flex;
        justify-content: space-between;
    }
    #news .rss .item {
        width: 293px
    }
    #news .rss .item + .item {
        margin-left: 20px;
    }
    #concept {
        display: flex;
        justify-content: space-between;
    }
    #concept .group {
        width: 452px;
    }
    #concept .photo {
        width: 550px;
        margin-left: 50px;
        margin-top: 6px;
    }
    #concept .group .btn-style{
        margin-left: 40px;
    }
}
@media screen and (max-width: 1350px) {
    .border-red {
        margin-left: 25px;
        margin-right: 25px;
    }
    #concept {
        padding: 75px 50px 73px;
    }
}
@media screen and (max-width: 999px) {
  #lead{
    padding: 16vw  0 5vw;
  }
  #lead h2{
    font-size: 7vw;
    text-align: center;
    padding-bottom: 0;
  }
  #lead h2 i{
    width: 33.3%;
    left: 27.2%;
    top: -2.5vw;
  }
  #lead p{
    margin-top: 6vw;
    text-align: justify;
  }
    .title-shared {
        font-size: 7vw;
        line-height: 1.5;
    }
    .title-shared .en {
        font-size: 50%;
    }
    #news {
        margin: 52px 2% 0;
        padding: 30px 0;
    }
    #news .rss {
        margin-top: 20px;
        margin-bottom: 8vw;
    }
    #news .rss .item {
        display: flex;
        justify-content: space-between;
        position: relative;
        margin-top: 15px;
    }
    #news .rss .rss-img {
        width: 32%;
        margin: 0;
    }
    #news .rss .date {
        position: absolute;
        top: 0;
        right: 0;
        width: 62%;
        font-size: 10px;
        line-height: 15px;
    }
    #news .rss .ttl {
        padding-top: 20px;
        font-size: 13px;
        line-height: 23px;
        width: 62%;
    }
    #concept {
        margin: 12vw 2% 0;
        padding: 10vw 6%;
    }
    #concept h2 {
        text-align: center;
    }
    #concept .btn-style {
        position: absolute;
        bottom: 10vw;
        left: 6%;
        width: 88%;
    }
    #concept .group {
        margin-bottom: 6vw;
    }
    #concept .group .txt {
        margin: 5vw 0;
    }
    #concept .photo {
        margin-bottom: 60px;
    }
}

.section-style {
    position: relative;
}
.section-style .big-photo {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.section-style .ttl {
    font-family: 'Oswald', sans-serif;
    font-size: 145px;
    line-height: 1;
    letter-spacing: 0;
    font-weight: 300;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: relative;
    z-index: 1;
}
.section-style .photo {
    z-index: 1;
}
.section-style .box {
    background-color: #91114c;
    position: relative;
    color: #fff;
}
.section-style .box:before {
    content: "";
    position: absolute;
    top: 0;
    right: 17px;
    bottom: 0;
    border-left: 2px solid #fff;
}
.section-style .box:after {
    content: "";
    position: absolute;
    bottom: 17px;
    right: 17px;
    left: 0;
    border-top: 2px solid #fff;
}
.section-style .box div {
    padding: 86px 0 78px;
    position: relative;
}
.section-style .box h3 {
    font-size: 30px;
    line-height: 40px;
}
.section-style .box h3 span {
    font-size: 18px;
    display: block;
}
.section-style .box h3 strong {
    font-weight: 400;
    display: inline-block;
    margin-top: 2px;
}
.section-style .box .txt {
    margin: 54px 0 47px;
}
#toringo .ttl {
    color: #91114c;
}
#toringo .deco {
    position: absolute;
    top: 47px;
    left: -51px;
}
#toringo .btn-style a {
    background-color: #91114c;
    border: 1px solid #fff;
}
#toringo .btn-style a:hover {
    color: #91114c;
}
#toringo .btn-style a:after {
    background-color: #fff;
}
#chicken .box {
    background-color: #fcc717;
    color: #000;
}
#chicken .box:before {
    border-color: #e80000;
    right: auto;
    left: 17px;
}
#chicken .box:after {
    border-color: #e80000;
    left: 17px;
    right: 0;
}
#chicken .ttl {
    white-space: nowrap;
    color: #e80000;
}
#chicken .deco {
    position: absolute;
    top: 44px;
    left: -31px;
}
#chicken .btn-style a {
    background-color: #e80000;
    border: 1px solid #e80000;
}
#chicken .btn-style a:hover {
    color: #e80000;
}
#chicken .btn-style a:after {
    background-color: #fff;
}
#toyohashi .box {
    background-color: #344371;
}
#toyohashi .ttl {
    color: #344371;
}
#toyohashi .deco {
    position: absolute;
    top: 61px;
    left: -21px;
}
#toyohashi .btn-style a {
    background-color: #344371;
    border: 1px solid #fff;
}
#toyohashi .btn-style a:hover {
    color: #344371;
}
#toyohashi .btn-style a:after {
    background-color: #fff;
}
@media screen and (min-width: 1000px) {
    .section-style .wrap {
        width: 100%;
        max-width: 1250px;
    }
    .section-style .big-photo {
        height: 660px;
    }
    .section-style .big-photo img {
        display: none;
    }
    .section-style .photo {
        width: 44.8%;
        position: absolute;
        top: -95px;
        left: 0;
    }
    .section-style-2 .photo {
        left: auto;
        right: 14px;
    }
    .section-style .box {
        width: 57.76%;
        margin-left: auto;
    }
    .section-style-2 .box {
        margin-left: -10px;
        margin-right: auto;
    }
    .section-style .box div {
        max-width: 455px;
        letter-spacing: 0.13em;
        margin: auto;
    }
    .section-style .box .txt {
        padding-left: 14px;
    }
    .section-style-2 .box .txt {
        padding-left: 0;
    }
    #toringo .big-photo {
        background-image: url('https://www.shop-toyohashi.com/colorme_shop/shared/img/index/toringo_bg.jpg');
    }
    #toringo .box h3 {
        margin-left: 144px;
        width: 110%;
    }
    #toringo .ttl {
        position: absolute;
        bottom: -84px;
        left: 33px;
    }
    #chicken {
        margin-top: 226px;
    }
    #chicken .big-photo {
        background-image: url('https://www.shop-toyohashi.com/colorme_shop/shared/img/index/chicken_bg.jpg');
    }
    #chicken .box h3 {
        margin-left: 120px;
    }
    #chicken .ttl {
        position: absolute;
        bottom: -107px;
        left: 245px;
		letter-spacing: -1px;
    }
    #toyohashi {
        margin-top: 247px;
    }
    #toyohashi .big-photo {
        background-image: url('https://www.shop-toyohashi.com/colorme_shop/shared/img/index/toyohashi_bg.jpg');
    }
    #toyohashi .box h3 {
        margin-left: 146px;
    }
    #toyohashi .ttl {
        position: absolute;
        bottom: -107px;
        left: -95px;
    }
	#toyohashi .photo {
		top: -106px;
	}
}
@media (min-width: 1000px) and (max-width: 1400px) {
    .section-style .ttl {
        font-size: 120px;
    }
	#toringo .ttl{
		left: 15px;
        bottom: -10px;
	}
    #chicken .ttl {
		right: 0;
		left: auto;
		bottom: -84px;
		font-size: 117px;
    }
    #toyohashi .ttl {
        bottom: -78px;
        left: 0;
		font-size: 110px;
    }
}
@media (min-width: 1000px) and (max-width: 1100px) {
    #toringo .deco {
        top: 62px;
        left: -25px;
        width: 142px;
    }
}
@media screen and (max-width: 999px) {
    .section-style .wrap {
        padding: 0 !important;
    }
    .section-style .photo {
        position: absolute;
        top: -30vw;
        left: 7%;
        width: 50%;
    }
    .section-style .box {
        padding: 0 35px 0 20px;
    }
    .section-style-2 .box {
        padding: 0 20px 0 35px;
    }
    .section-style .box:before {
        right: 10px;
    }
    .section-style .box:after {
        right: 10px;
        bottom: 10px;
    }
    .section-style .box div {
        padding: 25vw 0 58px;
        position: relative;
    }
    .section-style .box h3 {
        font-size: 20px;
        line-height: 30px;
    }
    .section-style .box h3 span {
        font-size: 12px;
    }
    .section-style .box .txt {
        margin: 20px 0 30px;
    }
    .section-style .ttl {
        font-size: 13vw;
        margin-top: -2.2vw;
        padding: 0 2vw;
    }
	#toringo .ttl{
		font-size: 17vw;
	}
    #toringo .deco {
        left: auto;
        right: 0;
        top: 9vw;
        width: 32%;
    }
    #chicken {
        margin-top: 7vw;
    }
    #chicken .deco {
        left: 8vw;
        right: auto;
        top: 2vw;
        width: 20%;
    }
    #chicken.section-style .photo {
        top: -27vw;
        right: 4%;
        left: auto;
    }
    #chicken .ttl {
        text-align: center;
		font-size: 12.5vw;
    }
    #toyohashi {
        margin-top: 7vw;
    }
    #toyohashi .deco {
        left: auto;
        right: 4%;
        top: 6vw;
        width: 25%;
    }
    #toyohashi .ttl {
        text-align: right;
        padding-right: 8vw;
    }
}

#brands {
    padding: 112px 0 134px;
}
#brands ul li a {
    display: block;
    position: relative;
}
#brands ul li a:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: all ease .3s;
    z-index: 1;
    opacity: 0;
}
#brands ul li:nth-child(1) a:before {
    background-image: url('https://www.shop-toyohashi.com/colorme_shop/shared/img/index/brands_img_01_on.jpg');
}
#brands ul li:nth-child(2) a:before {
    background-image: url('https://www.shop-toyohashi.com/colorme_shop/shared/img/index/brands_img_02_on.jpg');
}
#brands ul li:nth-child(3) a:before {
    background-image: url('https://www.shop-toyohashi.com/colorme_shop/shared/img/index/brands_img_03_on.jpg');
}
#takeout {
    padding: 256px 0 113px;
}
#takeout .group h2 {
    font-size: 26px;
    line-height: 50px;
    letter-spacing: 0.2em;
    margin-bottom: 44px;
}
#takeout .group .txt {
    margin-bottom: 54px;
    letter-spacing: 0.15em;
}

#shoplist {
    padding: 103px 0 60px;  
}
#shoplist .wrap{
  max-width: 1000px;
}
@media screen and (min-width: 1000px) {
    #brands ul {
        display: flex;
        justify-content: center;
        max-width: 1500px;
        margin: 99px auto 0;
    }
    #brands ul li {
        margin: 0 1.67%;
        width: 30%;
    }
    #brands ul li:hover a:before {
        opacity: 1;
    }
    #takeout {
        display: flex;
        justify-content: space-between;
        max-width: 1500px;
        margin: auto;
    }
    #takeout .photo {
        width: 57.4%;
		margin-top: 14px;
    }
    #takeout .group {
        margin-right: 84px;
        margin-left: 50px;
        width: 456px;
    }
    #takeout .group h2 {
        text-align: right;
        margin-right: 84px;
        margin-top: 30px;
        width: 456px;
    }
    #takeout .group .ttl-oswald {
    }
    #shoplist ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    #shoplist ul li {
        margin-top: 25px;
        margin-right: 3.5%;
        width: 31%;
    }
    #shoplist ul li:nth-child(3n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 1300px) {
    #takeout .group {
        margin-right: 50px;
    }
}
@media screen and (max-width: 999px) {
    #brands {
        padding: 12vw 8% 16vw;
    }
    #brands ul li {
        margin-top: 6vw;
    }
  
    #takeout {
        padding: 12vw 3%;
    }
    #takeout .group {
        margin-right: 0;
    }
    #takeout .group h2 {
        margin-bottom: 3vw;
        text-align: center;
        font-size: 20px;
        line-height: 2;
    }
    #takeout .group .txt {
        margin-bottom: 25px;
    }
    #shoplist {
        padding: 0 0 12vw;
    }
    #shoplist .wrap {
        padding-left: 3%;
        padding-right: 3%;
    }
    #shoplist ul {
        display: flex;
        flex-wrap: wrap;
    }
    #shoplist ul li {
        margin-top: 15px;
        margin-right: 4%;
        width: 48%;
    }
    #shoplist ul li:nth-child(2n) {
        margin-right: 0;
    }
}

#monthly {
    text-align: center;
}
#monthly h2{
  margin-bottom: 72px;
}
@media screen and (max-width: 999px) {
  #monthly h2{
    margin-bottom: 7vw;
  }
}
#history{
  margin-bottom: 0;
}
@media screen and (max-width: 999px) {
  #history{
    margin-bottom: 8vw;
  }
}



.bx-viewport {				
				padding: 0 17.5%;
				-webkit-box-sizing: border-box;
				-moz-box-sizing: border-box;
				box-sizing: border-box;
				box-shadow: none !important;
			}
			.slide-item{
				margin: 0 10px;
			}
      .slide-item a{
        display: block;
        margin: auto;
        width: calc(100% - 26px);
      }
      .bx-wrapper .bx-controls-direction a{
        width: 50px !important;
        height: 50px !important;
      }
      .bx-prev {
        background: url('https://www.shop-toyohashi.com/colorme_shop/shared/img/shared/prev.png') no-repeat center center !important;
        background-size: 100% 100% !important;
        left: 17% !important;
      }
      .bx-next {
        background: url('https://www.shop-toyohashi.com/colorme_shop/shared/img/shared/next.png') no-repeat center center !important;
        background-size: 100% 100% !important;
        right: 17% !important;
      }
      @media screen and (max-width: 767px) {
        .bx-wrapper .bx-controls-direction a{
          width: 30px !important;
          height: 30px !important;
        }
        .bx-viewport {
          padding: 0;
        }
        .slide-item a{
          width: 100%;
        }
        .slide-item{
          margin: 0;
        }
        .monthly_slide{
          margin: 0 10px;
        }
        .bx-prev{
          left: -10px !important;
        }
        .bx-next{
          right: -10px !important;
        }
      }    