@charset "utf-8";
/* CSS Document */
/*===============================================
●pc.css 画面の横幅が737px以上
===============================================*/
@media screen and (min-width: 737px) {
  #famimacafe2025 img {
    width: 100%;
    height: auto;
  }
  #famimacafe2025 .fix {
    clear: both;
  }
  #famimacafe2025 ul {
    width: 100%;
    margin: .5rem 35% 0;
    font-size: 0.8rem;
  }
  /*btn */
  .btn, a.btn, button.btn {
    width: 80%;
    max-width: 350px;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.5;
    position: relative;
    display: inline-block;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 1rem 3rem;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.05em;
    border-radius: 0;
  }
  a.btn-flat {
    overflow: hidden;
    padding: 1rem 4rem;
    color: #421f0f;
    border-radius: 0;
    background: #fff;
    border: 1px solid #421f0f;
    margin: 4rem auto -2rem;
  }
  a.btn-flat span {
    position: relative;
  }
  a.btn-flat:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    background: #421f0f;
  }
  a.btn-flat:hover:before {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  a.btn-flat:after {
    content: "\e903";
    position: absolute;
    right: 10px;
    top: 50%;
    font-family: "icn_font";
    transform: translate(-50%, -50%);
  }
  a.btn-flat:hover {
    color: #fff;
  }
  #famimacafe2025 {
    margin: 0 calc(50% - 50vw);
    padding: 0;
    min-height: 100vh;
    color: #000;
    width: calc(100vw - 0.7%);
  }
  #famimacafe2025 .w1160 {
    max-width: 1160px;
    min-height: 100vh;
    margin: 0 auto;
    padding: 0 0px;
    box-sizing: border-box;
    background-color: #fff;
  }
  #famimacafe2025 .mrl15 {
    margin: 0 3%;
    /*padding-top: 2%;*/
  }
  #famimacafe2025 .tit {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  #famimacafe2025 .tit_h1 {
    width: 58%;
    margin-top: 1.4rem;
  }
  #famimacafe2025 .h1_ico {
    width: 6.8%;
    padding: 1.8rem 2rem 1.8rem 0;
  }
  #famimacafe2025 .lead, .lead01 {
    font-size: clamp(0.9rem, -0.048rem + 2.06vw, 1.5rem);
    text-align: center;
    font-weight: 600;
    line-height: 1.8em;
	  margin-top: 1.5rem;
  }
  #famimacafe2025 .note {
    font-size: 0.8rem;
    margin-top: .5rem;
    text-align: center;
  }
	  #famimacafe2025 .note::before {
		  content: "※";
  }
  #famimacafe2025 .lead {
    padding-bottom: 3rem;
  }
  #famimacafe2025 .machine {
    width: 100%;
    height: auto;
    margin: 2rem 0;
  }
  #famimacafe2025 .new_tit {
    width: 70.5%;
    margin: 1.5rem 0;
    float: left;
  }
  #famimacafe2025 .new_ico {
    width: 6%;
  }
  #famimacafe2025 .new_mph {
    width: 25%;
    margin: 0 0 1.5rem 2rem;
    float: right;
    visibility: hidden;
  }
  #famimacafe2025 sup {
    font-size: 0.9rem;
    letter-spacing: 0.1rem;
    vertical-align: super;
  }
  #famimacafe2025 .red {
    color: rgba(217, 44, 47, 1.00);
  }
  #famimacafe2025 .tit_h2_sm {
    font-size: clamp(1.5rem, -1.74rem + 7.05vw, 3.55rem);
  }
  #famimacafe2025 .conR {
    width: 25%;
    float: right;
  }
  #famimacafe2025 .ribbon, .ribbon01, .ribbon02 {
    position: relative;
    width: 120%;
    max-width: 1200px;
    margin: 2rem 0;
    margin-left: -20px;
    padding: 0.8rem 0;
    font-size: 1.7rem;
    color: #FFF;
    background: #594e52;
    text-align: center;
  }
  #famimacafe2025 .ribbon:before, .ribbon01:before, .ribbon02:before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px #421f0f; /*折り返し部分*/
  }
  #famimacafe2025 .ribbon:after, .ribbon01:after, .ribbon02:after {
    position: absolute;
    content: '';
    top: 100%;
    right: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-left: solid 20px #421f0f; /*折り返し部分*/
  }
  /*============flex============*/
  #famimacafe2025 .con_area {
    width: 92%;
    margin: 0 auto 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #famimacafe2025 .con {
    width: calc(100%/ 3 - 10px);
    margin-top: 2rem;
  }
  #famimacafe2025 .con img {
    width: 80%;
    margin: 0 10% 5%;
    border-radius: 50%;
    border: 1px solid #beb6b7;
  }
  #famimacafe2025 .koime img {
    width: 80%;
    margin: 0 10% 5%;
    border-radius: 50%;
    border: 1px solid #b49969;
  }
  #famimacafe2025 .futsu img {
    width: 80%;
    margin: 0 10% 5%;
    border-radius: 50%;
    border: 1px solid #ddcd6e;
  }
  #famimacafe2025 .karume img {
    width: 80%;
    margin: 0 10% 5%;
    border-radius: 50%;
    border: 1px solid #a9c9da;
  }
  #famimacafe2025 .con_tit {
    text-align: center;
    font-size: 1.3rem;
    font-weight: 500;
    background-color: rgba(42, 16, 17, 0.3);
    clip-path: polygon(92% 0, 100% 25%, 100% 100%, 0 100%, 0 0);
    padding: 1rem;
  }
  #famimacafe2025 .koime_tit {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
    background-color: #b49969;
    clip-path: polygon(92% 0, 100% 25%, 100% 100%, 0 100%, 0 0);
    padding: 1rem;
  }
  #famimacafe2025 .futsu_tit {
    text-align: center;
    font-size: 1.5rem;
    font-weight: 500;
    background-color: #ddcd6e;
    clip-path: polygon(92% 0, 100% 25%, 100% 100%, 0 100%, 0 0);
    padding: 1rem;
  }
  #famimacafe2025 .karume_tit {
    text-align: center;
    font-size: 1.5rem;
    font-weight: normal;
    background-color: #a9c9da;
    clip-path: polygon(92% 0, 100% 25%, 100% 100%, 0 100%, 0 0);
    padding: 1rem;
  }
  #famimacafe2025 .txtS > span {
    font-size: 0.7rem;
  }
  .txtS > .sup {
    font-weight: normal;
    font-size: 0.7rem;
    vertical-align: super;
  }
  #famimacafe2025 .txtS {
    font-weight: normal;
    font-size: 1.0rem;
    text-align: left;
    margin-top: 1rem;
  }
  /*============comment============*/
  #famimacafe2025 .come_area {
    width: 92%;
    margin: 4rem auto;
  }
  #famimacafe2025 .come_area figure {
    width: 28%;
    height: auto;
    margin: 0 1rem 0 0;
    float: left;
  }
  #famimacafe2025 .comment {
    max-width: 69%;
    float: right;
  }
  #famimacafe2025 .come_txt {
    width: auto;
    margin: 0 auto;
    font-size: 1rem;
    line-height: 1.8rem
  }
  #famimacafe2025 .commentS {
    font-size: 80%;
    line-height: 1.3rem;
  }
  #famimacafe2025 .come_tit {
    font-size: 1.3rem;
    margin-bottom: 1rem;
  }
  /*============Award============*/
  #famimacafe2025 .award_area {
    width: 92%;
    margin: 0 auto 4rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  #famimacafe2025 .award {
    width: calc(80%/ 2 - 10px);
    margin: 2rem auto 0;
  }
  #famimacafe2025 .award img {
    width: auto;
    padding: 1.5rem;
    box-sizing: border-box;
  }
  #famimacafe2025 .award_tit {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    padding: 1rem 0 .5rem;
  }
  #famimacafe2025 .award_txt {
    text-align: left;
    font-size: 1.0rem;
    margin: 0 0 -0.5rem;
  }
  .ph_frame {
    border-top: 15px solid #d3af6d; /* 上のborderを指定 */
    border-right: 15px solid #d3af6d; /* 右のborderを指定 */
    border-bottom: 15px solid #f6d78f; /* 下のborderを指定 */
    border-left: 15px solid #f6d78f; /* 左のborderを指定 */
    box-shadow: inset 0 0 10px #000; /* 内側に影を指定 */
    display: inline-block; /* 写真に合わせるためインラインブロック要素にする */
  }
  .ph_frame img::after {
    box-shadow: inset 0 0 10px #000; /* 内側に影を指定 */
    z-index: 10;
  }
  /*========History=======*/
  .history_area {
    width: 100%;
    margin: 4rem auto;
  }
  /*----------- slide -----------*/
  .container {
    position: relative;
    width: 100%;
    margin: 0 auto;
    height: auto;
    overflow: hidden;
  }
  .swiper {
    width: 95%;
    height: auto;
    margin: 0 auto;
  }
  .swiper-wrapper {
    max-width: 95% !important;
    position: relative;
    padding-bottom: .5rem;
  }
  .swiper-slide {
    width: 100%;
    height: 100%;
    margin-bottom: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  /* Scrollbar */
  /*.swiper-scrollbar {
    height: 5px !important; /* スクロールバーの太さ */
  /* background-color: #eee !important; /* スクロールバーの色 */
  /* top: 0px; /* 上からの位置 */
  /*left: 2.5% !important; /* 左からの位置 */
  /*width: 95% !important; /* スクロールバーの横幅 */
  /*z-index: 10;
    margin-bottom: .5rem;
  }
  .swiper-scrollbar .swiper-scrollbar-drag {
    background: #beb6b7; /* スクロールドラッグの色 */
  /*border-radius: 0px; /* 角を丸くする */
  /* width: 100px !important;
  }*/
  .swiper-scrollbar {
    height: 16px !important; /* スクロールバーの太さ */
    background-color: #f5f5f5 !important; /* スクロールバーの色 */
    top: 0px; /* 上からの位置 */
    left: 2.5% !important; /* 左からの位置 */
    width: 95% !important; /* スクロールバーの横幅 */
    margin-bottom: .5rem;
  }
  .swiper-scrollbar .swiper-scrollbar-drag {
    height: 18px !important; /* スクロールバーの太さ */
    background: #421f0f; /* スクロールドラッグの色 */
    border-radius: 100px; /* 角を丸くする */
    width: 30px !important;
  }
  /* 前へ次への矢印カスタマイズ */
  .swiper-button-prev::after, .swiper-button-next::after {
    bottom: 0;
    content: "";
    height: 0;
    margin: auto;
    position: absolute;
    /*top: 370% !important;*/
    top: 0;
    width: 0;
  }
  /* 前への矢印カスタマイズ */
  .swiper-button-prev::after {
    border-bottom: 20px solid transparent;
    border-right: 16px solid rgba(66, 31, 15, 0.6);
    border-top: 20px solid transparent;
    margin-left: -10px;
  }
  /* 次への矢印カスタマイズ */
  .swiper-button-next::after {
    border-bottom: 20px solid transparent;
    border-left: 16px solid rgba(66, 31, 15, 0.6);
    border-top: 20px solid transparent;
    margin-right: -10px;
  }
  .era {
    width: 95%;
    margin: 0 auto;
  }
  .era_tit {
    font-size: 1.35rem;
    margin-left: 30px;
    margin-bottom: .5rem;
  }
  .era_tit:before {
    content: '';
    display: block;
    width: 30px;
    height: 24px;
    background-image: url("/content/dam/family/campaign/famimacafe/images/bean.svg");
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 4px;
    left: 0;
  }
  /* .era_tit:after {
    content: '';
    display: block;
	  border-bottom: 1px solid #8d4f23;
    width: 94%;
    height: 24px;
    position: absolute;
    top: 7px;
    right: 0;
}*/
  .history_area figure {
    width: 90%;
    margin: .5rem auto;
    background-color: #fff;
    outline: 1px solid #beb6b7;
    outline-offset: 1px;
    padding: 1px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .bean_ico {
    display: block;
    width: 50px;
    height: 40px;
    background-image: url("/content/dam/family/campaign/famimacafe/images/bean.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin: 1rem auto;
  }
.kv_img {
  max-width: 1200px;
  min-height: 100%;
  margin: 0 auto;
  /*filter: drop-shadow(2px 2px 2px #aaa);
    /* ▼ 追加：初期状態を透明にし、0.2秒後に1秒かけて表示 */
  opacity: 0;
  animation: fadeUpAnim 1s ease-out 0.2s forwards;
}
}
@keyframes fadeUpAnim {
  0% {
    opacity: 0;
    transform: translateY(0px); /* 30px下からスタート */
  }
  100% {
    opacity: 1;
    transform: translateY(0); /* 本来の位置へ */
  }
}