.txt {
  text-align: justify;
}
@media only screen and (min-width: 768px) {
  .txt {
    text-align: inherit;
  }
}

.ob-fit img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.homeKey {
  position: relative;
  height: 120vw;
  background-color: #fff;
}
.swiper-container {
  position: relative;
  height: 100%;
}
.swiper-container {
  position: relative;
  z-index: 1;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.swiper-wrapper {
  -webkit-transition-timing-function: ease;
  -o-transition-timing-function: ease;
  transition-timing-function: ease;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.bg_sl {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.swiper-slide .bg {
  overflow: hidden;
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
}
.swiper-slide {
  position: relative;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
}
.image01 {
  background-image: url("../img/maguro-to-kome/key_p1.jpg");
}
.image02 {
  background-image: url(../img/maguro-to-kome/key_p2.jpg);
}
.image03 {
  background-image: url(../img/maguro-to-kome/key_p3.jpg);
}
.img-zoom {
  z-index: 50 !important;
  -webkit-animation: zoom 4.5s linear forwards;
  animation: zoom 4.5s linear forwards;
}
@-webkit-keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes zoom {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.slide-in-next::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 50;
  top: 0;
  width: 115%;
  height: 800px;
  background-color: #0f0f0f;
}
.slide-in-next::after {
  -webkit-animation: slide-in-next 1.8s ease;
  animation: slide-in-next 1.8s ease;
}
@-webkit-keyframes slide-in-next {
  0% {
    right: -112%;
  }
  100% {
    right: 115%;
  }
}
@keyframes slide-in-next {
  0% {
    right: -112%;
  }
  100% {
    right: 115%;
  }
}
.slide-in-prev::after {
  content: '';
  display: block;
  position: absolute;
  z-index: 50;
  top: 0;
  width: 115%;
  height: 800px;
  background-color: #0f0f0f;
}
.slide-in-prev::after {
  -webkit-animation: slide-in-prev 1.8s ease;
  animation: slide-in-prev 1.8s ease;
}
@-webkit-keyframes slide-in-prev {
  0% {
    left: -112%;
  }
  100% {
    left: 115%;
  }
}
@keyframes slide-in-prev {
  0% {
    left: -112%;
  }
  100% {
    left: 115%;
  }
}

header {
 
}
/* key */
#key {
  overflow: hidden;
}
#key .sub-logo {
  width: 145px;
  position: absolute;
 left: 5%;
  bottom: 2vw;z-index: 9;
}
@media only screen and (min-width: 768px) {
  .homeKey {
    height: 786px;
  }
  #key {
    margin-left: 150px;
    height: 786px;
  }
  #key .sub-logo {
    bottom: -3px;
    left: 42px;
  }
}

/* sec1 */
#sec1 {
  position: relative;
  padding: 1vw 0 15vw;
  background: url("../img/maguro-to-kome/sec1_bg.png") repeat-x center bottom;
  background-size: 26%;
}
#sec1 .gr-photo {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: row-reverse;
  margin: 0 -5% 5vw;
}
#sec1 .gr-photo .photo {
  margin-left: -5%;
}
#sec1 h2 {
  margin: 0 -31% -2vw;
}
#sec1 .photo3 {
  margin: 0 -6% -17vw;
}
#sec1 h3 {
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: flex-start;
  margin-bottom: 3vw;
  position: relative;
  z-index: 5;
}
#sec1 h3 span {
  background: #000;
  font-size: 6vw;
  color: #fff;
  padding: 2vw 10%;
  margin-bottom: 2vw;
  letter-spacing: 0.1em;
}
#sec1 h3 span:last-of-type {
  margin-left: 7%;
}
@media only screen and (min-width: 768px) {
  #sec1 {
    padding: 20px 0 142px;
    background-size: auto;
  }
  #sec1 .wrap {
    width: 1200px;
    padding: 0 20px;
  }
  #sec1 .gr-photo {
    margin: 0;
  }
  #sec1 .gr-photo .photo {
    margin-left: 0;
    margin-top: -200px;
    z-index: 5;
    position: relative;
    margin-right: -349px;
    margin-bottom: 12px;
  }
  #sec1 .gr-photo .photo2 {
    position: absolute;
    left: -340px;
    z-index: 6;
  }
  #sec1 h2 {
    margin: 0;
    text-align: right;
    margin-left: 287px;
    margin-bottom: -60px;
  }
  #sec1 .photo3 {
    margin: 0;
    margin-left: 391px;
    margin-bottom: -610px;
  }
  #sec1 .col {
    display: flex;
    width: 560px;
    flex-direction: row-reverse;
  }
  #sec1 h3 {
    margin-bottom: 20px;
    flex-direction: row-reverse;
  }
  #sec1 h3 span {
    font-size: 44px;
    width: 81px;
    height: 333px;
    padding: 59px 23px 20px;
    letter-spacing: 3px;
  }
  #sec1 h3 span:last-of-type {
    margin-right: 9px;
    margin-left: 0;
    height: 431px;
    margin-top: 50px;
    padding: 56px 23px 10px;
  }
  #sec1 .txt {
    width: 377px;
    height: 400px;
    margin-top: 107px;
    margin-left: -42px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1400px) {
  #sec1 .gr-photo .photo {
    margin-right: calc(50% - 61vw);
  }
  #sec1 h2 {
    margin-left: 187px;
  }
  #sec1 .gr-photo .photo2 {
    max-width: 78%;
    left: -300px;
  }
  #sec1 .gr-photo .photo2 img {
    max-width: 100%;
    height: auto
  }
}
@media only screen and (min-width: 768px) and (max-width: 1200px) {
  #sec1 .gr-photo .photo2 {
    max-width: 68%;
    left: -220px;
  }
  #sec1 .col {
    width: 530px;
  }
  #sec1 .col {
    margin-left: 40px;
  }
  #sec1 .photo3 {
    max-width: 92%;
    margin-right: -220px;
    margin-left: 450px;
  }
  #sec1 .photo3 img {
    width: 100%;
    height: auto;
  }
}

/* sec2 */
#sec2 {
  position: relative;
  padding: 15vw 0 8vw;
}
#sec2 h2 {
  text-align: center;
  margin-bottom: 9vw;
  line-height: 1.5;
}
#sec2 h2 .en {
  font-size: 5.33vw;
  color: #d6302b;
  font-weight: normal;
  margin-bottom: -2vw;
}
#sec2 h2 .jp {
  font-size: 6vw;
  color: #fff;
  background: #d6302b;
  display: inline-block;
  padding: 2% 10%;
  margin-top: -2vw;
}
#sec2 .list .col {
  margin-bottom: 10vw;
}
#sec2 .list .col .photo {
  margin-bottom: 8vw;
}
#sec2 .list .col .ttl dt {
  text-align: center;
  margin-bottom: 5vw;
}
#sec2 .list .col .ttl dt span {
  background: #000;
  font-size: 4.2vw;
  color: #fff;
  padding: 3vw 10%;
  margin-bottom: 3vw;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  #sec2 {
    padding: 141px 0 150px;
  }
  #sec2 .wrap {
    max-width: 1415px;
    padding: 0 20px;
  }
  #sec2 h2 {
    margin-bottom: 45px;
  }
  #sec2 h2 .en {
    font-size: 40px;
    margin-bottom: 20px;
    letter-spacing: 5px;
  }
  #sec2 h2 .jp {
    font-size: 45px;
    padding: 7px 70px 0;
    margin-top: -12px;
  }
  #sec2 .list {
    display: flex;
    justify-content: space-between;
  }
  #sec2 .list .col {
    width: 440px;
    margin-bottom: 20px;
    max-width: 32%;
  }
  #sec2 .list .col .photo {
    margin-bottom: 53px;
  }
  #sec2 .list .col .ttl dt {
    margin-bottom: 22px;
  }
  #sec2 .list .col .ttl dt span {
    font-size: 24px;
    color: #fff;
    padding: 7px 27px;
    margin-bottom: 0;
    min-width: 234px;
    display: inline-block;
  }
  #sec2 .list .col .ttl dd {
    width: 384px;
    margin: 0 auto;
    max-width: 100%;
  }
}

/* sec3 */
#sec3 {
  position: relative;
  background: #efefef;
}
#sec3 .horizontal {
  min-height: 100vh;
}
#sec3 .horizontal .panel {
  position: relative;
  display: flex;
  width: max-content;
  height: 100%;
}
#sec3 .horizontal .panel .slide {
  width: 100vw;
  justify-content: center;
  text-align: center;
  height: 100%;
  box-sizing: border-box;
  padding: 0 2vw;
  display: flex;
  min-height: 100vh;
  background: #ffffff;
}
#sec3 .horizontal .panel .slide .row h2 {
  text-align: center;
  margin-bottom: 6vw;
  font-size: 7vw;
  line-height: 1.5;
}
#sec3 .horizontal .panel .slide .row h2 span {
  font-weight: normal;
  font-size: 5.3vw;
  color: #d6302b;
}
#sec3 .horizontal .panel .slide .row .note {
  text-align: center;
  margin-bottom: 5vw;
  font-size: 13px;
}
#sec3 .horizontal .panel .slide .row .balloon {
  background: #dbdbdb;
  width: 150px;
  height: 150px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
#sec3 .horizontal .panel .slide .row .balloon img {
  width: 30px;
  display: block;
  margin: 0 auto 2vw;
}
#sec3 .horizontal .panel .slide .row .balloon span {
  line-height: 25px;
  display: inline-block;
}
#sec3 .horizontal .panel .slide .group .photo {
  height: 70vw;
  width: 100%;
  margin: 0 auto 2vw;
}
#sec3 .horizontal .panel .slide .group .col {
  padding: 1vw 5% 5vw;
  text-align: center;
}
#sec3 .horizontal .panel .slide .group .col h3 {
  font-size: 9vw;
  line-height: 1.2;
  margin-bottom: 4vw;
}
#sec3 .horizontal .panel .slide .group .col h3 span {
  background: #000;
  color: #fff;
  padding: 2% 10%;
  font-size: 4vw;
  display: inline-block;
  margin-bottom: 3vw;
  line-height: 1;
}
#sec3 .horizontal .panel .slide .group .col h3 small {
  font-size: 4vw;
  display: block;
}
#sec3 .horizontal .panel .slide .group .col .price {
  color: #d6302b;
  font-size: 4vw;
  margin-bottom: 2vw;
}
#sec3 .horizontal .panel .slide .group .col .txt {
  text-align: justify;
  margin-bottom: 6vw;
}
#sec3 .horizontal .panel .slide .group .col .txt strong {
  font-weight: bold;
  font-size: 16px;
}
#sec3 .horizontal .panel .slide .group .col .list {
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}
#sec3 .horizontal .panel .slide .group .col .list li {
  width: 20%;
  margin: 1% 1vw 2vw;
}
#sec3 .horizontal .panel .slide1 {
  background: url("../img/maguro-to-kome/sec1_bg.png") repeat-x center bottom;
  background-size: 25%;
  padding-bottom: 10vw;
  align-items: center;
  background-color: #efefef;
}
#sec3 .horizontal .panel .slide3 .group .col .list {
  width: 100%;
  margin: 0 auto 5vw;
}
#sec3 .horizontal .panel .slide3 .group .col .list li {
  width: 20%;
}
@media only screen and (max-height: 700px) and (max-width: 767px) {
  #sec3 .horizontal .panel .slide .group .col h3 {
    font-size: 7vw;
    margin-bottom: 2vw;
  }
  #sec3 .horizontal .panel .slide .group .photo {
    height: 65vw;
    margin: 0 auto 0vw;
  }
  #sec3 .horizontal .panel .slide .group .col .txt {
    text-align: justify;
    margin-bottom: 2vw;
    line-height: 24px;
    font-size: 14px;
  }
  #sec3 .horizontal .panel .slide .group .col .list li {
    margin-bottom: 1vw;
  }
}
@media only screen and (min-width: 768px) {
  #sec3 .horizontal .panel .slide {
    padding: 0;
    justify-content: space-between;
    background-size: auto;
  }
  #sec3 .horizontal .panel .slide .row h2 {
    margin-bottom: 25px;
    font-size: 58px;
  }
  #sec3 .horizontal .panel .slide .row h2 span {
    font-size: 40px;
    margin-bottom: 10px;
    display: inline-block;
  }
  #sec3 .horizontal .panel .slide .row .note {
    margin-bottom: -17px;
    font-size: 16px;
  }
  #sec3 .horizontal .panel .slide .row .balloon {
    width: 210px;
    height: 210px;
    margin-left: 500px;
  }
  #sec3 .horizontal .panel .slide .row .balloon img {
    width: 56px;
    margin: 0 auto 20px;
  }
  #sec3 .horizontal .panel .slide .row .balloon span {
    line-height: 28px;
    font-size: 20px;
    margin-top: -10px;
  }
  #sec3 .horizontal .panel .slide .group {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    width: 100%;
  }
  #sec3 .horizontal .panel .slide .group .photo {
    min-height: 100vh;
    height: 100%;
    margin: 0;
    width: 52%;
  }
  #sec3 .horizontal .panel .slide .group .col {
    padding: 20px;
    width: 592px;
  }
  #sec3 .horizontal .panel .slide .group .col h3 {
    font-size: 45px;
    margin-bottom: 26px;
  }
  #sec3 .horizontal .panel .slide .group .col h3 span {
    padding: 8px 25px;
    font-size: 20px;
    margin-bottom: 20px;
  }
  #sec3 .horizontal .panel .slide .group .col h3 small {
    font-size: 20px;
  }
  #sec3 .horizontal .panel .slide .group .col .price {
    font-size: 20px;
    margin-bottom: 20px;
  }
  #sec3 .horizontal .panel .slide .group .col .txt {
    margin-bottom: 55px;
    text-align: center;
  }
  #sec3 .horizontal .panel .slide .group .col .txt strong {
    font-size: 18px;
  }
  #sec3 .horizontal .panel .slide .group .col .list {
    width: 62%;
  }
  #sec3 .horizontal .panel .slide .group .col .list li {
    padding-top: 10px;
    margin: 0 2%;
    width: auto;
  }
  #sec3 .horizontal .panel .slide1 {
    padding-bottom: 0;
    padding-top: 130px;
    justify-content: center;
  }
  #sec3 .horizontal .panel .slide3 .group .col .list {
    width: 62%;
  }
  #sec3 .horizontal .panel .slide3 .group .col .list li {
    margin-bottom: 10px;
  }
}
@media only screen and (min-width: 768px) and (max-height: 800px) {
	#sec3 .horizontal .panel .slide1{
		padding-top: 0;
	}
	#sec3 .horizontal .panel .slide .group .col{
		padding-top: 0;
	}
	#sec3 .horizontal .panel .slide .group .col h3{
		margin-bottom: 10px;
		font-size: 35px;
	}
	#sec3 .horizontal .panel .slide .group .col h3 span{
		margin-bottom: 10px;
		font-size: 15px;
	}
	#sec3 .horizontal .panel .slide .group .col h3 small{
		font-size: 15px;
	}
	#sec3 .horizontal .panel .slide .group .col .price{
		margin-bottom: 10px;
	}
	#sec3 .horizontal .panel .slide .group .col .txt {
  	  margin-bottom: 15px;
  }
	#sec3 .horizontal .panel .slide .group .col .list li{
		margin-bottom: 10px;
	}
	
}

/* sec4 */
#sec4 .photo {
  height: 65vw;
}
#sec4 .photo img {
  object-position: right 20% bottom 0;
}
#sec4 .col {
  padding: 9vw 5% 5vw;
}
#sec4 .col h2 {
  font-size: 6.5vw;
  text-align: center;
  margin-bottom: 5vw;
  position: relative;
  padding-bottom: 2vw;
}
#sec4 .col h2::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  left: -14%;
  height: 2px;
  background: #000;
}
#sec4 .col h2 small {
  font-size: 5vw;
}
#sec4 .col .txt {
  margin-bottom: 5vw;
}
@media only screen and (min-width: 768px) {
  #sec4 {
    background: url("../img/maguro-to-kome/sec4_bg.jpg") no-repeat right top;
    background-size: cover;
    padding: 100px 0 91px;
    position: relative;
  }
  #sec4 .wrap {
    max-width: 100%;
  }
  #sec4 .col {
    padding: 9px 20px;
    width: 470px;
    box-sizing: border-box;
  }
  #sec4 .col h2 {
    font-size: 34px;
    margin-bottom: 38px;
    padding-bottom: 20px;
    letter-spacing: 4px;
    line-height: 42px;
  }
  #sec4 .col h2::after {
    right: 49px;
  }
  #sec4 .col h2 small {
    font-size: 28px;
  }
  #sec4 .col .txt {
    width: 300px;
    margin: 0 auto 50px;
  }
  #sec4_2 {
    margin-top: 100px;

  }
  #sec4_2 .bnr-shared {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1300px) {
  #sec4::before {
    content: "";
    background: url("../img/maguro-to-kome/sec4_shadow.png") no-repeat left top;
    background-size: 100% 100%;
    width: 60%;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
  }
}

@media only screen and (min-width: 768px) {
	.shopinfo-shared .group{
		margin-bottom: 90px;
	}
}

