@charset "utf-8";

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    font-size: 62.5%;
    scroll-behavior: smooth;
}

body {
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    color: #1F4693  ;
}

@media screen and (min-width: 768px) {
    body {
        min-width: 1200px;
    }
}


li {
    list-style-type: none;
}

a {
    text-decoration: none;
    display: block;
    cursor: pointer;
}

a:focus {
    outline: none;
}

button {
    padding: 0;
    border: none;
    outline: none;
    font: inherit;
    color: inherit;
    background: none
}

main img {
    vertical-align: bottom;
}

.father2025-sp {
    display: none;
}

.zen {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
}
.kau {
    font-family: "Kaushan Script", cursive;
    font-weight: 400;
    font-style: normal;
  }
  

.gab {
    font-family: "Gabriela", serif;
    font-weight: 400;
    font-style: normal;
  }
.father2025-wrap {
    background-image: url(/img/usr/father2025/bg.jpg);
    background-size: contain;
    background-repeat: repeat;
    background-position: center;
}

/* メインビジュアル　*/

#father2025-mainvisual {
    width: 100%;
}

#father2025-mainvisual img {
    width: 100%;
    vertical-align: bottom;
}

/* リード */

.father2025-lead {
    text-align: center;
    padding-top: 80px;
}
.father2025-leadbox{
     width: 1000px;
     height:300px;
    margin: 0 auto 100px;
     background-color: #fff;
     padding:50px 20px;
      position: relative;
     box-shadow: 15px 15px 0px 0 #073896;
}


.father2025-leadbox::before {
    content: '';
    display: block;
    width: 162px;
    height: 142px;
    background-image: url(/img/usr/father2025/flower-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 5px;
    left: 5px;
}

.father2025-leadtext {
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.1em;
    margin-bottom: 30px;
    font-weight: bold;
     position: relative;
}
.father2025-leadtext02 {
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.1em;
    font-weight: bold;
    position: relative;
    display: block;
    line-height: 2;
}
.father2025-leadtext02 .yellowline {
    background: linear-gradient(#FFEF9A 0 100%);
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: 100% 0.5em;
    padding-bottom: 0.1em;
}

/* 商品詳細 */
.father2025-product {
    width: 100%;
    margin: 0 auto;
    text-align: center;

}
.father2025-product-box {
    width: 800px;
    margin: 50px auto 150px;
    position: relative;
     background-color: #fff;
     padding-top: 50px;
     padding-bottom: 50px;
}
.box01,.box02,.box03 {
    position: relative;

}
.box01::before {
    content: '';
    display: block;
    width: 360px;
    height: 190px;
    background-image: url(/img/usr/father2025/father-ribon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: -50px;
    left: -80px;
}
.box02::after {
    content: '';
    display: block;
    width: 180px;
    height: 140px;
    background-image: url(/img/usr/father2025/flower-right.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.father2025-product-img-wrap{
    display: inline-block;
    width: 650px;
    margin-bottom: 40px;
}
.father2025-product-img-wrap img {
    width: 100%;
}
.c01::after {
    content: '';
    display: block;
    width: 400px;
    height: 330px;
    background-image: url(/img/usr/father2025/product1-txt.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 390px;
    right: 40px;
}
.c02::after {
    content: '';
    display: block;
    width: 400px;
    height: 330px;
    background-image: url(/img/usr/father2025/product2-txt.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 70px;
    right: 40px;
}
.c03::after {
    content: '';
    display: block;
    width: 400px;
    height: 330px;
    background-image: url(/img/usr/father2025/product3-txt.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 390px;
    right: 40px;
}
.c04::after {
    content: '';
    display: block;
    width: 530px;
    height: 330px;
    background-image: url(/img/usr/father2025/product4-txt.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 40px;
    right: 40px;
}
.father2025-product-detail {
    margin: 0 auto;
    width: 500px;
}
.father2025-product-detail-content{
    width: 350px;
}

.father2025-product-name {
    font-size: 3.6rem;
    letter-spacing: 0.1em;
    font-family: "Zen Old Mincho", serif;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 40px;
    position: relative;
}
.father2025-product-name::after {
    content: '';
    display: inline-block;
     background-image: linear-gradient(to right, #09298B 8px, transparent 8px);
  background-size: 16px 4px;
  background-repeat: repeat-x;
  background-position: left bottom;
    width: 480px;
        height: 1px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
}
.father2025-product-name02 {
    font-size: 3rem;
    letter-spacing: 0.1em;
    font-family: "Zen Old Mincho", serif;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 35px;
    position: relative;
}
.center {
    display: block;
    text-align: center;
}
.father2025-product-text {
    font-size: 1.6rem;
    letter-spacing: 0.05em;
    margin-bottom: 30px;
    line-height: 1.8;
    font-weight: bold;
    text-align: left;
}
.father-type {
    display: inline-block;
    font-size: 1.6rem;
    padding: 5px 8px 5px 10px;
    border: 1px solid #1F4693 ;
    border-radius: 50px;
    letter-spacing: 0.2em;
    margin-bottom: 25px;
    margin-right: 25px;
}

.father2025-price {
    font-size: 2.8rem;
    letter-spacing: 0.2em;
    margin-bottom: 20px;
    font-weight: 400;
    color: #000;
}

.father2025-price-en {
    font-size: 1.6rem;
    font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
    letter-spacing: 0.1em;
}

.father2025-cart a {
    transition: .3s;
}

.father2025-cart a img {
    width: 250px;
}
.father2025-product-flex {
    margin-top: 50px;
    display: flex;

    justify-content: center;
}
.father2025-product-flex-box {
    width: 500px;
}
.father2025-product-flex-box img {

    width: 100%;
}
.d-box01{
    border-right: 1px solid #1F4693;
   
}

@media screen and (min-width:768px) {
    .father2025-cart a:hover {
        opacity: 0.7;
    }
}

/* ギフト */
.father2025-gift {
    position: relative;
    z-index: 1;
    padding-bottom: 150px;
}
.father2025-gift-flex {
    width: 1080px;
    height: 350px;
      background-color:#fff; 
    display: flex;
    align-items: center;
    gap: 50px;
    position: relative
    ;
      margin: 0 auto;
        box-shadow: 15px 15px 0px 0 #073896;
}
.father2025-gift-flex::after {
    content: '';
    display: block;
    width: 410px;
    height: 145px;
    background-image: url(/img/usr/father2025/gift-text.png);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: -50px;
    left: 420px;

}
.father2025-giftbox {
    width: 350px;
    height: 350px;
     margin-bottom: 50px;
}
.father2025-gift-detail {
    display: flex;
    width: 550px;
    text-align: center;
    gap:20px;
    margin-top: 40px;
}

.father2025-gift-title {
    color: #fff;
    background-color: #073896;
    font-size: 2.5rem;
    letter-spacing: 0.1em;
    font-family: "Zen Old Mincho", serif;
    font-weight: bold;
    font-style: normal;
    margin-bottom: 25px;
    padding: 10px 20px;
    position: relative;
}
.father2025-gift-title::after {
    content: '';
    display: inline-block;
     background-image: linear-gradient(to right, #fff 5px, transparent 5px);
  background-size: 10px 5px;
  background-repeat: repeat-x;
  background-position: right bottom;
    width: 380px;
        height: 2px;
    position: absolute;
    bottom: 7px;
    left: 10px;
}
.father2025-gift-text {
    font-size: 1.8rem;
     font-weight: bold;
    letter-spacing: 0.1em;
    text-align: left;
    padding-left: 20px;
}
.father2025-gift-detail img {
    width: 100px;
}



@media screen and (max-width:767px) {

    .father2025-sp {
        display: block;
    }

/* リード */

.father2025-leadbox{
     width: 95%;
       height:auto;
    margin: 0 auto 50px;
     box-shadow: 5px 5px 0px 0 #073896;
}

.father2025-leadbox::before {
    content: '';
    display: block;
    width: 20%;
    height:20%;
    background-image: url(/img/usr/father2025/flower-left.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    bottom: 1%;
    left: 0;
}
.father2025-lead {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;

}


.father2025-leadtext {
    font-size: 1.6rem;
    margin-bottom: 10px;
    font-weight: lighter;
}
.father2025-leadtext02 {
    font-size: 1.6rem;
    line-height: 1.5;
}
.father2025-leadtext02 .smalltxt {
    font-size: 1.4rem;
    font-weight: lighter;
}

/* 商品詳細 */

.father2025-product-box {
    width: 90%;
    margin: 0 auto 100px;
     padding-top: 50px;
}


.father2025-product-img-wrap {
    width: 90%;
    margin-bottom: 20px;
}

.box01::before{
    width: 200px;
    height:110px;
    top: -30px;
    left: -20px;
}
.box02::after {
    width: 100px;
    height: 80px;
    bottom: 0;
    right: 0;
}
.c01::after {
    width: 50%;
     height: 80px;
    top:280px;
    right: 5%;
}
.c02::after {
    width: 50%;
     height: 80px;
    top: 120px;
    right: 5%;
}
.c03::after {
    width: 50%;
     height: 80px;
    top: 300px;
    right: 5%;
}
.c04::after {
    width: 60%;
     height: 80px;
    top: 120px;
    right: 5%;
}


.father2025-product-detail {
    width: 100%;
    padding: 0 20px;
}
.father2025-product-en {
    font-size: 1.6rem;
}
.father2025-product-name {
    font-size: 2.6rem;
    margin-bottom: 40px;
    letter-spacing: 0;
}
.father2025-product-name02 {
    font-size: 2.8rem;
    letter-spacing: 0;
}
.father2025-product-name::after {
    width: 80%;
     bottom: -5px;
}
.father2025-product-text {
    font-weight: lighter;
}
.father-type {
    margin-bottom: 15px;
    margin-right: 15px;
}
.father-type02 {
    margin-bottom: 15px;
}
.father2025-price {
    font-size: 2.8rem;
}
.father2025-cart a img {
    width: 230px;
}
.father2025-product-flex {
    margin-top: 50px;
    flex-direction: column;
     align-items: center;
    gap: 40px;
            width: 100%;
}


.d-box01{
    border-right: none;
    border-bottom: 1px solid #1F4693;
   padding-bottom: 20px;
    width: 90%;
}
.d-box02{
       width: 100%;
}

.father2025-product-detail-content{
    width: 80%;
}

/* ギフト */

.father2025-gift {
    padding-bottom: 40px;
}
.father2025-gift-flex {
    padding:  30px 0 0 0;
    width: 90%;
    height: auto;
    flex-direction: column;
    gap: 20px;
        margin: 0 auto;
        box-shadow: 5px 5px 0px 0 #073896;
}

.father2025-gift-flex::after {
    width: 50%;
    height: 20%;
    top: 40%;
 left:5%;

}
.father2025-giftbox {
    width: 50%;
    height: auto;
     margin-bottom: 0;
  left:0;
}
.father2025-gift-detail {
justify-content: center;
    width: 90%;
    text-align: center;
    gap:10px;
    margin-top: 20px;
    padding-bottom: 20px;
}





.father2025-gift-title {
    font-size: 2rem;
    letter-spacing: 0;
     margin-bottom: 5px;
}
.father2025-gift-title::after {
     background-image: linear-gradient(to right, #fff 5px, transparent 5px);
  background-size: 10px 5px;
   width: 100%;
    height: 2px;
    bottom: 7px;
    left: 10px;
}
.father2025-gift-text {
    font-size: 1.6rem;
      font-weight: lighter;
}
.father2025-gift-detail img{
    width: 20%;
    padding-bottom: 40px;
}

}