@charset "utf-8";

/*-------------------------------------------------------
	default css
-------------------------------------------------------*/
html { font-size: 62.5%; }

body {
  color: #333;
  font-family: "Hiragino Kaku Gothic ProN", sans-serif;
  font-size: 1.6em;
  line-height: 1.5;
  margin: 0;

}

a {
  color: #314da5;
  text-decoration: none;
}

a:visited {
  color: #314da5;
  text-decoration: none;
}

a:hover {
  color: #314da5;
  text-decoration: underline;
}

a:active {
  color: #314da5;
  text-decoration: underline;
}

.inner {
  width: 100%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .inner {
    width: auto;
    padding: 0 10px;
  }



  .inner .btn {
    width: auto;
  }
}

.indent-txt {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.pc {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.clear {
  *zoom: 1;
}

.clear:before,
.clear:after {
  content: "";
  display: table;
}

.clear:after {
  clear: both;
}

ul {
  list-style: none;
  padding: 0;
}

.red {
  color: #df3042;
}

.purple {
  color: #7e308e;
}

.note {
  margin: 0 0 30px 20px;
}

.note span {
  margin-left: -20px;
}

.container {
  background: url(../images/bg.jpg) no-repeat 0 0;
  background-size: cover;
  padding-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .container {
    background: url(../images/bg_sp.jpg) no-repeat 0 0;
    background-size: cover;
  }
}

/*-------------------------------------------------------
	header
-------------------------------------------------------*/
header {
  border-top: 10px solid #d8041b;
  text-align: right;
}

header .inner {
  position: relative;
}

.mv-avantgardey img {
  width: 100%;
  object-fit: cover;
  padding-top: 5%;
}

.wid-800 {
  max-width: 800px;
}

.logo {
  margin: 0;
  padding: 5px 0 0 0;
}

.logo img {
  vertical-align: middle;
}

.wh-bg {
  background: #ffffff;
}

.logo-inner {
  background: #ffffff;
}
/*
@media screen and (min-width: 768px) {
  .logo {
    margin-left: auto;
  }
}
*/
@media screen and (max-width: 768px) {
  header .inner {

    padding: 10px;
  }
}



header .logo img {
  width: 100%;

}

@media screen and (max-width: 768px) {
  header .logo {
    padding: 0;
    width: 170px;
    position: sticky;
  }


}

/*-------------------------------------------------------
	mainvisual
-------------------------------------------------------*/
.mainvisual {
  margin: 30px 0 0 0;
  text-align: center;
}

.products-img {
  width: 100%;
}

.mv-maho-desc {
  box-sizing: border-box;
  font-size: 1.9rem;
  padding: 0 10px;
}

.img-box {
  padding: 0 10px;
  max-width: 743px;
  width: 100%;
  margin: 0 auto;

}

@media screen and (max-width: 768px) {
  .mainvisual {
    margin: 0 0 50px;
  }

  .img-box {
    padding: 0;
  }
}


/*-------------------------------------------------------
	collab
-------------------------------------------------------*/
.collab-area {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}



.collab-ttl {
  width: 66.666667%;
}

.collab-ttl img {
  width: 100%;
}

.collab-movie-area {
  width: 90%;
}

.collab-img-area img {
  width: 100%;
}

.msg-area {
  display: flex;
  justify-content: space-between;
  padding: 40px 10px 0;
}

.avantgardey-photo-area,
.avantgardey-txt-area {
  width: 48.333333%;
}

.avantgardey-txt-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.avantgardey-photo-area img {
  width: 100%;
}

.avantgardey-txt-area h2 {
  width: 83.656388%;

}

.avantgardey-txt-area p {
  font-size: 1.7rem;
}

.avantgardey-txt-area h2 img {
  width: 100%;
}

.profile-area h2 {
  width: 37.030195%;
  margin: 40px auto 0 auto;
}

.profile-area h2 img {
  width: 100%;
}

.profile-area p {
  text-align: center;
  font-size: 1.6rem;
}

.link-nav {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  padding: 0 10px;
}

.link-nav li {
  display: flex;
  align-items: end;

}

.link-list {
  color: #000;
  font-size: 1.4rem;
}

.icon-box {
  width: 45px;
  margin-left: 15px;
}

.icon-box img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .collab {
    padding: 0;
  }

  .collab-img-area {
    width: 56.901042%;
  }

  .collab-ttl {
    width: 100%;
  }

  .msg-area {
    flex-direction: column;
    align-items: center;
    padding: 40px 0;

  }

  .avantgardey-photo-area,
  .avantgardey-txt-area {
    width: 100%;
  }

  .avantgardey-txt-area h2 {
    width: 68.850267%;

  }

  .avantgardey-txt-area {
    align-items: center;
  }

  .profile-area h2 {
    margin: 0;
    width: 64.171123%;
    margin: 0 auto;
  }

  .link-nav {
    flex-direction: column;
    align-items: center;
    padding: 0;
  }

  .link-nav li {
    flex-direction: column;
    align-items: center;
  }

  .collab-movie-area {
    width: 100%;
  }
}

/*-------------------------------------------------------
	動画コンテンツ
-------------------------------------------------------*/
.vdo-unit {
  background: #ffffff;
  margin: 0 auto;
}


.mv-ttl-box {
  text-align: center;
}

.mv-ttl {
  color: #FBC000;
  font-size: 2.4rem;
  padding-bottom: 0;
  text-align: center;
}

/*-------------------------------------------------------
	arrange
-------------------------------------------------------*/
.arrange {
  margin-bottom: 120px;
  width: 100%;
}

.arrange img {
  width: 100%;
}

.arrange img .pc {
  display: block;
}

.arrange img .sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .arrange img .pc {
    display: none;
  }

  .arrange img .sp {
    display: block;
  }
}

/*-------------------------------------------------------
	recipe
-------------------------------------------------------*/
.recipe {}

.recipe h2 {
  color: #f00;
  font-weight: bold;
  font-size: 30px;
  text-align: center;
  margin-bottom: 0;
}

.recipe p.yotei {
  text-align: center;
  margin-bottom: 40px;
}

.recipe-list {
  overflow: hidden;
}

.recipe-list li {
  overflow: hidden;
  float: left;
  width: 47%;
  margin: 0 5% 5% 0;
}

@media screen and (max-width: 768px) {
  .recipe-list li {
    width: auto;
    margin: 0 0 5%;
  }
}

.recipe-list li:nth-child(2n) {
  margin: 0 0 5% 0;
}

.recipe-img {
  width: 40%;
  float: left;
}

.recipe-img img {
  width: 100%;
}

.recipe-txt {
  width: 56%;
  float: left;
  margin-left: 4%;
}

.recipe-txt h3 {
  margin: 0;
}

.recipe-btn {
  text-align: center;
}

.recipe-btn a {
  border: 1px solid #000;
  border-radius: 10px;
  color: #f00;
  font-weight: bold;
  padding: 20px 15px;
  width: 200px;
  display: inline-block;
}

/*-------------------------------------------------------
	osusume
-------------------------------------------------------*/
.osusume {
  margin-bottom: 60px;
}

.osusume-ttl-h2 {
  margin-bottom: 40px;
}

@media screen and (max-width: 768px) {
  .osusume-ttl-h2 {
    top: -35px;
    height: 70px;
  }

  .osusume-ttl-h2 img {
    width: auto;
    height: 100%;
  }
}

.osusume-ttl-h2 img {
  display: block;
  margin: 0 auto;
}

.osusume-ttl-h3 {
  font-size: 18px;
  margin-bottom: 20px;
}

.osusume-icon {
  position: absolute;
  top: -80px;
  right: 40px;
}

@media screen and (max-width: 768px) {
  .osusume-icon {
    display: none;
  }
}

.osusume-box {
  position: relative;
  padding: 0px 20px 0px;
  /*border: 1px solid #555;
  @include border-radius(10px);*/
}

.osusume-list li {
  float: left;
  width: 448px;
  margin: 0 40px 40px 0;
}

@media screen and (max-width: 768px) {
  .osusume-list li {
    float: none;
    width: auto;
    margin-right: 0;
  }
}

.osusume-list li:nth-child(2n) {
  margin-right: 0;
}

.osusume-list-ttl {
  font-size: 18px;
}

.osusume-list-img {
  float: left;
  width: 220px;
}

@media screen and (max-width: 768px) {
  .osusume-list-img {
    width: 35%;
    margin-right: 5%;
  }
}

.osusume-list-txt {
  float: left;
  width: 220px;
}

@media screen and (max-width: 768px) {
  .osusume-list-txt {
    width: 60%;
  }
}

/*-------------------------------------------------------
	cake-s
-------------------------------------------------------*/
.inner {

  max-width: 980px;
}

.wid-800 {
  max-width: 800px;
}

.img-mv,
.img-mv-2 {
  max-width: 100%;
}

.img-mv-txt {
  display: block;
  text-align: right;
  padding-right: 8%;
  padding-bottom: 2%;
  margin-top: -2%;
}

.img-mv-txt img {
  max-width: 285px;
}

.recipe__img-ttl {
  max-width: 275px;
}

.bg-cakes {
  background: url(../images/bg-cakes.png) repeat-x bottom;
  padding-bottom: 80px;
}

header .logo {
  text-align: left;

  max-width: 150px;
}

.recipe-list__ttl {
  color: #c14c1d;
}

.recipe-list__txt {
  color: #000;
}

@media screen and (max-width: 768px) {
  .img-mv-txt {
    max-width: 285px;
    padding: 0 0 2% 0;
    margin: 1em 0 1em auto;
  }

  .img-mv-txt img {
    width: 100%;
  }

  header .logo {
    position: sticky;
  }
}

@media screen and (max-width: 480px) {
  .bg-cakes {
    background: url(../images/bg-cakes_sp.png) repeat-x bottom;
    padding-bottom: 80px;
  }
}

/*-------------------------------------------------------
	maho
-------------------------------------------------------*/

.wid-1240 {
  max-width: 1240px !important;
}

.logo-right {
  top: 15px !important;
  right: 50px !important;
}

.mv-maho {
  margin: 0;
}

/* .bg-okonomi {
  background: url(/images/dummy_photo.png) no-repeat;
  background-size: contain;
  padding: 0 0 400px;
} */

.mv-maho__inner {
  margin: auto;
  width: 100%;
}

.mv-maho__img {
  max-width: 100%;
}

.recipe-ttl--maho {
  margin-bottom: 30px !important;
}

.recipe__img-ttl--maho {
  max-width: 800px;
}

.recipe-maho {
  margin-top: 0;
  margin-bottom: 150px;
}

@media screen and (max-width: 768px) {
  .recipe-maho {
    margin-bottom: 100px;
  }
}

.bnr-container {
  text-align: center;
  margin-bottom: 40px;
}

.bnr-container__img {
  width: 100%;
  max-width: 780px;
}

.bnr-m-container {
  text-align: center;
  margin: 40px auto;
  width: 560px;
}

@media screen and (max-width: 768px) {
  .bnr-m-container {
    width: 100%;
    position: relative;
    overflow: hidden;
  }
}

.img-pc {
  display: inline;
}

.img-sp {
  display: none;
}

.color-maho .recipe-list__ttl {
  color: #751484;
}

.color-maho .recipe-list__ttl-tako {
  color: #e5007d;
}

.color-maho .recipe-list__ttl-tenpra {
  color: #daa70e;
}


/*
.snsList-special {
  display: inline-block;
  vertical-align: middle;
}
*/
.snsList-special {
  margin-bottom: 20px;
}

.snsList-special__item {
  display: inline-block;
  margin: 0 10px;
}

.pointList-special {
  margin: 18px 0;
}

.pointList-special__item {
  display: inline-block;
  margin: 0 1px;
}

.bnr-recipeAndPoint-special {
  display: inline-block;
  vertical-align: middle;
}

.mb-60 {
  margin-bottom: 60px;
}



@media screen and (max-width: 768px) {
  .bg-okonomi {
    padding: 0;
  }

  .recipe__img-ttl--maho {
    max-width: 100%;
  }
}

@media screen and (max-width: 480px) {

  /*logoトップにつける仕様*/
  header .inner {
    overflow: visible;
    padding: 0 10px;
  }

  .bg-okonomi .logo img {
    width: 80%;
  }

  .bg-maho {
    padding: 20px 0 40px;
    background-position: top center;
  }

  .bg-okonomi {
    padding: 0;
  }

  .logo-right {
    text-align: right !important;

    top: -10px !important;
    right: 10px !important;
  }

  .mv-maho__img {
    width: 90%;
  }

  .snsList-special {
    display: block;
    margin-top: 16px;
  }

  .bnr-recipeAndPoint-special {
    display: block;
  }

  .img-pc {
    display: none;
  }

  .img-sp {
    display: inline;
  }

  .recipe__img-ttl--maho {
    width: 100%;
  }

  .recipe-ttl--maho {
    margin-bottom: 35px !important;
  }

  .footer {
    margin-top: 80px;
  }

  .sp-mb-20 {
    margin-bottom: 20px;
  }

  .sp-mb-40 {
    margin-bottom: 40px;
  }
}

/*-------------------------------------------------------
	footer
-------------------------------------------------------*/
.center {
  text-align: center;
}

footer {
  background: #f00;
  text-align: center;
  padding: 10px;
  font-size: 12px;
  color: #fff;
  margin-top: 315px;
  /*.copy {
  	margin-top: 20px;
  	font-size: 12px;
  	color: #fff;
  	padding: 20px;
  	background: #d8041b;
  }*/
}

@media screen and (max-width: 768px) {
  footer img {
    width: 200px;
  }
}




.recipe ul li h3.mTitle {
  text-align: center;
  margin-bottom: 10px;
  color: #8e6700;
}

.recipe ul li .movie {
  margin-bottom: 20px;
  position: relative;
}

.recipe ul li .movie .icon {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -60px 0 0 -60px;
}

.recipe ul li .movie:hover {
  opacity: 0.8;
}

.recipe ul li .movie.pc {
  display: block;
}

.recipe ul li .movie.sp {
  display: none;
}

@media only screen and (max-width: 736px) {
  .recipe ul li .movie.sp {
    display: block;
    min-height: 180px;
  }

  .recipe ul li .movie.pc {
    display: none;
  }

  .recipe ul li .movie video {
    width: 100%;
    height: auto;
  }
}


a:hover {
  opacity: .7;
}



.insta-img {
  margin: 0 auto;
}

.insta-img li {
  float: left;
  width: 20%;
}

.insta-img li img {
  margin: 8px;
  width: 90%;
}

.insta {
  text-align: center;
}

.recipe-btn a {
  border: 1px solid #666;
  border-radius: 10px;
  color: #f00;
  font-weight: bold;
  padding: 10px 15px;
  width: 200px;
  display: inline-block;
}

@media only screen and (max-width: 736px) {
  .insta-img li {
    padding: 0;
    margin: 0;
    width: 33%;
  }

  .insta-img li img {
    width: 100px;
    margin: 5px;
  }
}

.recipe-btn2 {
  text-align: center;
  margin: 20px 0 150px 0;
}

.recipe-btn2 a {
  border: 1px solid #000;
  border-radius: 10px;
  color: #f00;
  font-weight: bold;
  padding: 10px 15px;
  width: 200px;
  display: inline-block;
}



h3.mTitle {
  text-align: center;
  margin-bottom: 10px;
  color: #daa70e;
}

.movie {
  margin-bottom: 20px;
  position: relative;
}

.movie .icon {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -60px 0 0 -60px;
}

.movie:hover {
  opacity: 0.8;
}

.movie.pc {
  display: block;
  margin: 10px auto 70px;
  width: 460px;
}

.movie.sp {
  display: none;
}

@media only screen and (max-width: 736px) {
  .movie.sp {
    display: block;
    min-height: 180px;
    margin: 0 auto 70px;
  }

  .movie.pc {
    display: none;
  }

  .movie video {
    width: 100%;
    height: auto;
  }
}


/*-------------------------------------------------------
  tab
-------------------------------------------------------*/
.tab-wrap {
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}

.tab-label {
  color: Gray;
  cursor: pointer;
  flex: 1;
  font-weight: bold;
  order: -1;
  padding: 12px 24px;
  position: relative;
  text-align: center;
  transition: cubic-bezier(0.4, 0, 0.2, 1) .2s;
  user-select: none;
  white-space: nowrap;
  -webkit-tap-highlight-color: transparent;
  border-bottom: 1px solid #ccc;
}

.tab-label:hover {
  background: rgba(160, 0, 255, .1);
}

@media only screen and (max-width: 736px) {
  .tab-label {
    padding: 0;
  }

  .tab-label:hover {
    background: none;
  }
}

.tab-switch:checked+.tab-label {
  color: #751484;
}

.tab-label::after {
  background: #751484;
  bottom: 0;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translateX(100%);
  transition: cubic-bezier(0.4, 0, 0.2, 1) .2s 80ms;
  width: 100%;
  z-index: 1;
}

.tab-switch:checked~.tab-label::after {
  transform: translateX(-100%);
}

.tab-switch:checked+.tab-label::after {
  opacity: 1;
  transform: translateX(0);
}

.tab-content {
  height: 0;
  opacity: 0;
  padding: 0;
  pointer-events: none;
  transform: translateX(-30%);
  transition: transform .3s 80ms, opacity .3s 80ms;
  width: 100%;
}

.tab-switch:checked~.tab-content {
  transform: translateX(30%);
}

.tab-switch:checked+.tab-label+.tab-content {
  height: auto;
  opacity: 1;
  order: 1;
  pointer-events: auto;
  transform: translateX(0);
}

.tab-wrap::after {
  content: '';
  height: 20px;
  order: -1;
  width: 100%;
}

.tab-switch {
  display: none;
}