#index section{width:unset;}
#indexheader{padding-bottom:0}
div.end {
    COLOR: #000;
    background: #fff;
    padding: 2px;
    text-align: center;
}
/* pickupのカラー*/
.pickup {
    color: crimson;
}

#index { width:100%!important; max-width:100%!important;}
#md_header {
	background-image: repeating-linear-gradient(90deg, #e4eef5, #e4eef5 16px, #79abcd 16px, #79abcd 32px);
    padding: 16px 0;
}
#md_header div {
    position: relative;
    margin: auto;
    display: inline-block;
}
#md_header div::before {
    content: "";
    background-image: url(../images/2026/title_icon.png);
    position: absolute;
    width: 138px;
    height: 154px;
    left: -49px;
    bottom: 14px;
    background-repeat: no-repeat;
    background-size: cover;
    animation: floating-y 1.8s 
	ease-in-out infinite alternate-reverse;
}
#md_header div::after {
    content: "";
    background-image: url(../images/2026/title_icon2.png);
    position: absolute;
    width: 161px;
    height: 198px;
    right: -46px;
    bottom: -4px;
    background-repeat: no-repeat;
    background-size: cover;
    animation: floating-y2 1.5s 
	ease-in-out infinite alternate-reverse;
}
@keyframes floating-y {
  0% {
    transform: translateY(-5%);
  }
  100% {
    transform: translateY(0%);
  }
}
@keyframes floating-y2 {
  0% {
    transform: translateY(0%);
  }
  100% {
    transform: translateY(-5%);
  }
}

#topicsmainfull h1{
    font-size: 16px;
	margin-bottom: 8px;	
}

#topicsmainfull h2{ padding: 0 0 20px;}
#topicsmainfull h2[class^="h2_design"]{
    border-bottom: none !important;
    position: relative;
    display: inline-block;
    margin: 0 0 1rem;
    font-size: 25px;
    font-weight: bold;
}
#topicsmainfull h2.h2_design01{ color: #003573;}
#topicsmainfull h2.h2_design02{ color: #3b5370;}
#topicsmainfull h2[class^="h2_design"]::before{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
#topicsmainfull h2.h2_design01::before{ 
    background-image: -webkit-repeating-linear-gradient(135deg, #003573, #003573 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #003573, #003573 1px, transparent 2px, transparent 5px);
}
#topicsmainfull h2.h2_design02::before{ 
	background-image: -webkit-repeating-linear-gradient(135deg, #000, #000 1px, transparent 2px, transparent 5px);
    background-image: repeating-linear-gradient(-45deg, #3b5370, #3b5370 1px, transparent 2px, transparent 5px);
}

.leadtext{
    line-height: 1.5;
    font-size: 120%;
    margin: 1em 0 2em;
}

.contents1,
.contents2{
    width: 1200px;
    padding: 60px 40px;
    margin: 0 auto;
    margin-bottom: 100px;
    
    border-radius: 40px;
    position: relative;
    box-sizing: border-box;
}
.contents1 {background-color: #E7F5FD;}
.contents2 {background-color: #f6f6f6;}

#era, #gift, #kiji, #wrapping,#beauty, #gadget, #kitchen, #useful, #hobby {
    padding-top: 30px;
    margin-top: -30px
}

/* ピックアップ商品・カルーセル */
.pickup_box {
    background-color: #E7F5FD;
    width: 100%;
    margin: 0 auto;
    padding: 32px 0 140px;
    position: relative;
}
.flexslider{
    width: 1200px;
    margin: 0 auto;
	position: relative;
}
.flex-control-nav{bottom: -30px;}
.flex-prev {left: -40px;}
.flex-next {right: -40px;}
.flexslider ul.slides{display: flex;justify-content: flex-start;width: 1800%;}
.slide {
    text-align: center;
    margin: 0 20px 0 0;
    background-color: #fff;
    border-radius: 10px;
    border: 1px solid #cbddea;
    overflow: hidden;
    box-sizing: border-box;
    display: grid!important;
    grid-template-rows: auto 1fr auto;
	width: 216px;
}
.slide img {
    width: 100%;
    height: auto;
    padding: 16px 16px 0 16px;
    box-sizing: border-box;
}
.slide_inner {
    padding: 16px;
    text-align: center;
}
#topicsmainfull #pickup ul li h3{
    margin: 0;
    border-left: none;
    border-bottom: none;
    border: none;
    color: #003573;
    font-weight: 600;
    font-size: 17px;
    padding: 3% 0;
}
.slide .title{
    text-align: left;
	line-height: 1.5;
}
.slide .text{
    font-size: 12px;
    margin: 15px 10px;
    color: #000;
}



/* 手書きメッセージ */
.message {
    margin: 0 auto 24px;
    width: fit-content;
    position: relative;
}
.message:after {
    content: "";
    margin: auto;
    overflow: hidden;
    position: absolute;
    width: 100%;
    height: 226px;
    background: #fff;
    border-radius: 50%;
    transform: rotate(0deg);
    display: block;
    top: -52px;
    right: 0;
    left: 0;
}
.message img {
    width: 60%;
    z-index: 10;
    position: relative;
}
#scene .message:after {
    background: #E7F5FD;
}

/* ボタンデザイン */
#index .btn {
    display: flex;
    justify-content: space-between;
    padding: 16px;
    border-top: 1px solid #c0ccda;
}
#index .btn a {
    padding: 12px 16px;
    border-radius: 8px;
    background-color: #003676;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 1.6;
}
#index .btn a:nth-child(1) {
	border: 1px solid #003676;
    background-color: #fff;
    color: #003676;
}
#index .btn a:nth-child(1):hover {
	text-decoration: none;
	opacity:0.7
}
#index .btn a:nth-child(2):hover {
	text-decoration: none;
    background-color: #3d6fa9;
}
#index .linkbtn {
    padding: 16px 24px;
    border-radius: 8px;
    text-align: center;
    display: inline-block;
    line-height: 1.6;
    border: 1px solid #003676;
    background-color: #fff;
    color: #003676;
    font-size: 16px;
}
#index .linkbtn:hover{
    text-decoration: none;
	opacity:0.7;
}

/* アンカー */
#index .anchor{
    max-width: 1200px;
    margin: 0 auto 60px;
}
#index .anchor ul{
    display: flex;
    justify-content: center;
	width: 80%;
    margin: auto;
	position: relative;
	z-index: 10;
}
#index .anchor ul li:first-child {
    border-left: 1px solid #003676;
}
#index .anchor ul li {
    width: calc(100% / 4);
    border-right: 1px solid #003676;
}
#index .anchor ul li a {
    padding: 24px 0;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #003676;
    display: grid;
    justify-items: center;
    gap: 8px;
}
#index .anchor ul li a:hover{
    background-color: #ebf2fa;
    text-decoration: none;
}

/* 予算 */
#era ul{
    display: flex;
    justify-content: center;
    gap: 2%;
	margin-top: 55px;
}
#era li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 15%;
    border-radius: 100vh;
    background: #ffffff;
    letter-spacing: 0.3em;
    aspect-ratio: 1 / 1;
    border: 1px solid #eee;
    box-sizing: border-box;
    border-right: 1px solid #3b5370;
    border-bottom: 1px solid #3b5370;
    border-top: 1px solid #ffda00;
    border-left: 1px solid #ffda00;
	position: relative;
}
#era li:hover {
	border-right: 1px solid #ffda00;
    border-bottom: 1px solid #ffda00;
}
#topicsmainfull #era li h3 {
    text-align: center;
    margin: 0;
    border: none;
    background-color: unset;
    font-size: 18px;
    margin-top: 4px;
    font-weight: bold;
}
/*
#era li:nth-child(1):before {content:"シェーバーなどで身だしなみ管理"}
#era li:nth-child(2):before {content:"コリコランなどで疲れた体を癒そう"}
#era li:nth-child(3):before {content:"枕などで睡眠見直しませんか？"}
#era li:nth-child(4):before {content:"電動歯ブラシなどで日々を楽ちんに"}
#era li:nth-child(5):before {content:"マッサージチェアなどでリラックス"}
*/
#era li:before {
    color: #3b5370;
    position: absolute;
    top: -24px;
    background-color: #f6f6f6b0;
    box-shadow: 1px 5px 9px 3px rgb(246 246 246 / 85%);
    font-size: 12px;
    line-height: 1.5;
}
#era ul li img{ width: 50%;}
#era a{color:#3b5370;}


/* おすすめのギフト */
#topicsmainfull #gift h3 {
    font-size: 24px;
    font-weight: 400;
    text-align: center;
    margin: 50px auto 16px;
    border: none;
    background-color: unset;
    position: relative;
    padding: .3em 1em .1em;
    display: inline-block;
}
#topicsmainfull #gift h3::before,
#topicsmainfull #gift h3::after {
    display: inline-block;
    position: absolute;
    width: 10px;
    height: 100%;
    border: 2px solid #333;
    box-sizing: border-box;
    content: '';
}
#topicsmainfull #gift h3::before {
    top: 0;
    left: 0;
    border-right: none;
}
#topicsmainfull #gift h3::after {
    bottom: 0;
    right: 0;
    border-left: none;
}


/* おすすめのギフトアンカー */
div .gift_anchor{
    max-width: 1200px;
    margin: 0 auto 60px;
}
.gift_anchor ul{
    display: flex;
    justify-content: center;
	width: 80%;
    margin: auto;
	position: relative;
	z-index: 10;
}
.gift_anchor ul li {
    border-bottom: 1px solid #003676;
}
.gift_anchor ul li a {
    padding: 0 24px 24px 24px;
    font-size: 16px;
    text-align: center;
    font-weight: bold;
    color: #003676;
    display: grid;
    justify-items: center;
    gap: 8px;
    position: relative;
    bottom: -34px;
}
.gift_anchor ul li a:hover {
    text-decoration: none;
    transform: translateY(5px);
    transition: transform 0.3s;
}
#index .gift_anchor ul li a:hover img {opacity:1;}

/* ギフトカテゴリリンク */
#index .gift_category ul {
    display: flex;
    justify-content: center;
    gap: 2%;
    flex-wrap: wrap;
    width: 90%;
    margin: auto;
}
#index .gift_category ul li {
    width: calc(92% / 5);
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    margin: 1% 0;
    border: 1px solid #cbddea;
    box-sizing: border-box;
}
#index .gift_category ul li:hover,
#era li:hover{
    transform: translateY(2px);
    transition: transform .2s;
}
#index .gift_category ul li a:hover,
#era li a:hover{
	text-decoration: none;
}
#index .gift_category ul li:hover .btn span{background-color: #3d6fa9;}
#index .gift_category ul li img{
    padding: 24px;
    box-sizing: border-box;
}
#index .gift_category ul li .btn {
    display: flex;
    justify-content: center;
    padding: 16px;
    border-top: 1px solid #c0ccda;
}
#index .gift_category ul li .btn span {
    padding: 12px 16px;
    border-radius: 8px;
    background-color: #003676;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: 13px;
    line-height: 1.6;
}
#index #kiji .gift_category ul li{width:calc(92% / 4);}
#index #kiji .gift_category ul li a{display: grid;grid-template-rows: auto 1fr auto;height: 100%;}
#index #kiji .gift_category ul li .btn {border-top:none;padding: 0 16px 16px;}
#index #kiji .gift_category ul li .btn span{
	border: 1px solid #003676;
    background-color: #fff;
    color: #003676;
}
#index #kiji .gift_category ul li div {overflow: hidden;}
#index #kiji .gift_category ul li img {
    padding: 0;
	min-width: calc(100% + 2px);
    position: relative;
    left: -1px;
    top: -1px;
}

#topicsmainfull .gift_category ul li h4 {
    border: none;
    color: #3b5370;
    font-weight: 600;
    font-size: 14px;
    padding: 0 0 16px;
    text-align: center;
    margin: 0;
    box-sizing: border-box;
}
#topicsmainfull #scene ul li h4{
    padding: 15px 0;
}
#topicsmainfull #kiji ul li h4 {
    text-align: left;
    font-size: 14px;
    padding: 16px;
    line-height: 1.5;
}


/* キャンペーン */
.cp img{
    height: auto;
}
#cpbn_area {
    margin: 20px auto;
    width: 90%;
}

/* scene */
#scene h3 {
    font-size: 22px;
    font-weight: 600;
    padding: 5px 5px 5px 10px;
    margin: 30px 0 20px 0;
    background: none;
    border-left: none;
    border-bottom: none;
    text-align: center;
}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 0.5px solid #cccccc;
    margin: 0 auto;
    padding: 0;
    width: 80%;
    margin-top: 40px;
    margin-bottom: 40px;
}

/* ------------------------------
 * flexボックス .flex
 * ------------------------------ */
/* 親：flex + 固定gap */
#index .flex,
#index .pc_flex {
  display: flex;
  flex-wrap: wrap;
  gap: 32px ; 
}
#index .flex > * ,
#index .pc_flex > * {
  box-sizing: border-box;
}
/* 等分カラム */
#index .col-2 { width: calc( calc(100% - calc(32px * 1)) /2); }
#index .col-3 { width: calc( calc(100% - calc(32px * 2)) /3); }
#index .col-4 { width: calc( calc(100% - calc(32px * 3)) /4); }
#index .col-5 { width: calc( calc(100% - calc(32px * 4)) /5); }
#index .col-6 { width: calc( calc(100% - calc(32px * 5)) /6); }
#index .col-7 { width: calc( calc(100% - calc(32px * 6)) /7); }
#index .col-8 { width: calc( calc(100% - calc(32px * 7)) /8); }
/* 等分カラム */
#index .flex.nowrap,
#index .flex.pc_nowrap,
#index .pc_flex.nowrap,
#index .pc_flex.pc_nowrap {
  flex-wrap: nowrap;
}

