@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');


/*-----------------------------------------
-------------------------------------------
-------------------------------------------
目次　※各々レスポンシブ対応あり
00 リセットCSS
01 共通部分の設定
02 ヘッダーの設定
03 メイン1の設定
04 メイン2の設定
04 他の商品をチェックの設定
-------------------------------------------
-------------------------------------------
-----------------------------------------*/


/*-------------------------------------------
00 リセットCSS
-------------------------------------------*/

body {
    margin: 0;
}

body,
.body * {
    margin: 0;
    padding: 0;
    font-family: 'Noto Sans JP', sans-serif;
    font-weight: 400;
    text-shadow: none;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    font-size:14px; 
}

.body ul,
.body li {
    list-style: none;
}

.body a{
    text-decoration: none;
    color: inherit;
}

/*-------------------------------------------
01 共通部分の設定
-------------------------------------------*/
.body{
    color: #1D1D1F;
    line-height: 1;
    background-color: #fff;
    width: 100%;
}

.body img {
    max-width: 100%;
    vertical-align: bottom;
}

.center {
    width: calc(100% - 20px);
    max-width: 1300px;
    margin: auto;
    text-align: center;
 }

 .wrap01 {
    max-width: 1200px;
    width: calc(100% - 30px);
    margin: auto;
    padding: 80px 0;
}

.wrap02 {
    max-width: 1100px;
    width: calc(100% - 30px);
    margin: auto;
    padding: 80px 0;
}

.flex {
    display:flex;
}

.body a {
    cursor: pointer;
    transition: all 0.3s ease 0s;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.sp {
    display: none;
}

@media screen and (max-width:768px) {
.flex {
    flex-direction: column;
}

.center {
    max-width: 500px;
}

.wrap01 {
    max-width: 100%;
    padding: 50px 0 80px 0;
}

.wrap02 {
    max-width: 100%;
    padding: 50px 0;
    width: calc(100% - 40px);
}

.wrap03 {
    max-width: 100%;
    width: calc(100% - 50px);
}

.pc {
    display: none;
}

.sp {
    display: block;
}
}

:root {
    --black01:#1D1D1F;
    --blue01: #003A7D;
    --gold: #CFC48C;
}

/*下からフェードイン*/
.fadeIn-down{
    opacity: 0;
  }
  .fadeIn-down.is-active {
    animation: fadeIn-down 1s cubic-bezier(0.25, 0.1, 0.25, 1) forwards;
  }
  @keyframes fadeIn-down {
    0% {
      opacity: 0;
      transform: translateY(50px);
    }
    100% {
      opacity: 1;
      transform: translateY(0px);
    }
}

/*-------------------------------------------
02 ヘッダーの設定
-------------------------------------------*/
.headerGrp {
    background: url("https://d11w49g8ylcixs.cloudfront.net/resource/20250808/bg_top.jpg") no-repeat;
}

.headerGrp .flex {
    justify-content: space-between;
}

.page_title {
    font-size: 70px;
    color: var(--blue01);
    font-weight: 800;
    line-height: 1.2;
    text-shadow: 5px 5px 5px #ffffff ,
    -5px 5px 5px #ffffff ,
    5px -5px 5px #ffffff ,
    -5px -5px 5px #ffffff;
}

.page_title span {
    font-size: 0.5em;
    font-weight: 800;
    text-shadow: 4px 4px 4px #ffffff ,
    -4px 4px 4px #ffffff ,
    4px -4px 4px #ffffff ,
    -4px -4px 4px #ffffff;
}

.kirin_logo {
    width: 250px;
    margin-bottom: 60px;
}

.drink_top {
    width: 550px;
}

.headerGrp .note {
    color: var(--blue01);
    font-size: 14px;
    text-align: right;
    line-height: 1.2;
    margin-top: 20px;
}

@media screen and (max-width:768px) {
.kirin_logo {
  margin: 0 auto;
}

.page_title {
  text-align: center;
}

.drink_top {
  width: 100%;
  margin-left: 20px;
}

.headerGrp .note {
    text-align: left;
    text-indent: -1em;
    padding-left: 1em;
}
}

/*-------------------------------------------
03 メイン1の設定
-------------------------------------------*/
.main01Grp {
    background: radial-gradient(circle at 50% 5%, #EFFFFF, #99FFFF 10%, #99FFFF 20%, #0980A6 85%);
}

.main-image {
    margin-bottom: 40px;
}

.linkBtn {
    border-radius: 15px;
    width: 450px;
    position: relative;
    padding: 30px;
    display: block;
    transition: 0.3s;

    display: block;
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    margin: 0 auto;
    text-shadow: 4px 4px 4px #ffffff ,
    -4px 4px 4px #ffffff ,
    4px -4px 4px #ffffff ,
    -4px -4px 4px #ffffff;
    line-height: 1.3;
}

.linkBtn:hover {
    opacity: 0.7;
}

.linkBtn span {
    font-size: 0.6em;
    font-weight: 800;
    text-shadow: 4px 4px 4px #ffffff ,
    -4px 4px 4px #ffffff ,
    4px -4px 4px #ffffff ,
    -4px -4px 4px #ffffff;
}

.menekicare-btn {
    background-image: linear-gradient(90deg, rgba(112, 229, 245, 1) 10%, rgba(221, 248, 255, 1) 50%, rgba(112, 229, 245, 1) 90%);
}

.menekicare-btn p {
    color: var(--blue01);
}

.linkBtn .fa-chevron-right {
    display: block;
    position: absolute;
    top: calc(50% - 10px);
    right: 40px;
    font-size: 25px;
}

.menekicare-btn .fa-chevron-right {
    color: var(--blue01);
}

.plasma {
    color: var(--black01);
}

.plasma-btn {
  background-image: linear-gradient(90deg, rgba(215, 173, 0, 1) 10%, rgba(241, 218, 132, 1) 45% 55%, rgba(215, 173, 0, 1) 90%);
}

.main01Grp .note {
    color: #ffffff;
    font-size: 14px;
    text-align: right;
    margin-top: 10px;
}

.main01Grp .flex {
    justify-content: space-between;
}

@media screen and (max-width:768px) {
.main-image {
  align-items: center;
}

.kirin-drink {
  order:2
}

.copy {
  width: 60%;
  margin-bottom: 20px;
}

.linkBtn {
    width: 100%;
    font-size: 30px;
    padding: 25px;
    line-height: 1;
}

.linkBtn .fa-chevron-right {
    right: 20px;
}

.menekicare {
  margin-bottom: 20px;
}
}


/*-------------------------------------------
04 メイン2の設定
-------------------------------------------*/
.main02Grp {
    background: url("https://d11w49g8ylcixs.cloudfront.net/resource/20250808/bg_lineup.jpg") no-repeat;
    background-size: cover;
    background-position: bottom;
}

.main02Grp>h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    color: var(--blue01);
    line-height: 1.3;
    text-shadow: 4px 4px 4px #ffffff ,
    -4px 4px 4px #ffffff ,
    4px -4px 4px #ffffff ,
    -4px -4px 4px #ffffff;
    padding-top: 80px;
    background: none;
}

.grid {
    display: grid;
    grid-template-columns: 550px 550px;
    grid-template-rows: 660px 50px 500px 800px;
}

.kakko {
	padding: 2rem 3rem;
	position: relative;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    margin: 0 80px;
}

.kakko::before,
.kakko::after {
	content: '';
	width: 60px;
	height: 100%;
	position: absolute;
	top: 0;  
	width: 20px;
	height: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
	border-top: 4px solid var(--gold);
	border-bottom: 4px solid var(--gold);
}

.kakko::before {
	border-left: solid 4px var(--gold);
	left: 0;
	border-radius: 8px 0 0 8px; /* 左上 | 右上 | 右下 | 左下 */
}

.kakko::after {
	border-right: solid 4px var(--gold);
	right: 0;
	border-radius: 0 8px 8px 0; /* 左上 | 右上 | 右下 | 左下 */
}

.kakko p{
	margin: 0;
}

.main02Grp .title h3{
    display: block;
    text-align: center;
    font-size: 20px;
    font-weight: 800;    
    color: var(--blue01);
    line-height: 1.2;
}

.main02Grp .title span {
    font-size: 1.7em;
    font-weight: 800;    
    color: inherit;
}

.underline {
  background-image: linear-gradient(90deg, #d7ad00cc 10%, #f1da84cc 50%, #d7ad00cc 90%);
  background-position: left bottom;
  background-size: 100% 0.4em;
  background-repeat: no-repeat;
}

.menekicare-series .image {
    width: 300px;
    margin: 140px auto 0 auto;
}

.imuse-series .image {
    width: 440px;
    margin: 60px auto 0 auto;
}

.main02Grp .note {
   grid-column: span 2 / span 2;
   color: var(--blue01);
   font-size: 14px;
   text-align: left;
   line-height: 1.2;
   margin: 0 60px 20px 60px;
}


div.product_item{
    padding-bottom: 20px;
    grid-column: span 2 / span 2;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 20px;
    margin-bottom: 40px;
}

/* div.back99 {
    display: flex;
    width: 100%;
    height: 100%;
}

div.back99 a {
    display: block;
    width: 100%;
    text-decoration: none;
    border: 1px solid #ddd;
    border-radius: 10px;
    background: #fff;
    padding: 10px 10px 40px 10px;
    position: relative;
    margin: 0;    
}

div.back99::after {
    content: "商品を見る";
    display: block;
    width: calc(100% - 20px);
    color: rgb(255, 255, 255);
    font-size: 14px;
    letter-spacing: 0.1em;
    position: absolute;
    bottom: 8px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px;
    background: var(--blue01);
    padding: 3px 0px;
} */

.flyer-btn a {
    display: block;
    width: 300px;
    background-color: var(--blue01);
    margin: 0 auto;
    padding: 20px;
    border-radius: 40px;
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}

.flyer-btn:hover {
    opacity: 0.8;

}

.flyer-btn p {
    color: #ffffff;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
}

@media screen and (max-width:768px) {
.main02Grp>h2 {
    font-size: 35px;
}

.grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 420px 370px 440px 950px 230px;
}

.menekicare-series {
    order: 1;
}

.imuse-series {
    order: 3;
}

.main02Grp .image {
    text-align: center;
}

.menekicare-series .image {
    margin: 0 auto;
    width: 55%;    
}

.imuse-series .image {
    margin: 0 auto;
    width: 70%;
}

.kakko {
  margin: 0px 10px 30px 10px;
  padding: 2rem 1rem;
}

.main02Grp .note {
    grid-column: 1;
    order: 5;
    text-align: left;
    margin: 0 5px 50px 5px;
    text-indent: 0;
    padding-left: 0;
}

div.product_item{
    padding-bottom: 20px;
    grid-template-columns: repeat(2,1fr);
    gap: 10px;    
    order: 2;    
}

/* div.product_item:first-of-type {
    order: 2;    
} */

div.product_item:last-of-type {
    order: 4;
}
}



/*-------------------------------------------
04 他の商品をチェックの設定
-------------------------------------------*/
.othersGrp h2 {
    text-align: center;
    font-size: 40px;
    font-weight: 800;
    color: var(--blue01);
    line-height: 1.3;
    /* padding-bottom: 80px; */
}

.banner-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    width: calc(100% - 30px);
}

@media screen and (max-width:768px) {
.othersGrp h2 {
    font-size: 35px;
}

.banner-grid {
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    gap: 20px;
    width: calc(100% - 30px);
}
}

/*TOPに戻る*/
section.footGrp{
  padding: 0 20px;
}
div.backBtn {
    width: 100%;
    max-width: 500px;
    margin: auto;
    padding-bottom:100px;
}
div.backBtn a {
    display: block;
    width: 100%;
    padding: 20px 20px 20px 40px;
    font-size: 16px;
    text-align: center;
    color: #353535;
    background: #ebebeb;
    border: 1px solid #8f8f8f;
    border-radius: 5px;
    position: relative;
}
div.backBtn a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #353535;
    border-left: 1px solid #353535;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(0, -50%) rotate(45deg);
}

@media screen and (max-width:500px) {
  div.backBtn a{
    font-size: 4vw;
  }
}


/* スマ介_____EC-CUBE対策 */

main.l-container {
  width: 100%;
}

.c-main {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

#contentInner {
  width: auto;
  padding-bottom: 0;
}

#wide_main_contents {
  width: 100%;
}

.c-breadcrumb {
  width: 1200px;
  margin: auto;
}

h2 {
    background: none;
}

@media (max-width: 1230px) {
  main.l-container {
    width: 123rem;
  }
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block;
  }

  .l-container {
    width: 120rem;
  }

  #contentInner {
    width: 1200px;
    padding-bottom: 0;
  }

  #wide_main_contents {
    width: 1200px
  }
}

