@charset 'Shift_JIS';
/*--------------------------------------------------------------------------------ページタイトルまわり*/
.article_header {
  width: var(--w-basesize);
  margin: 2em auto;
  font-weight: bold;
  letter-spacing: 0.02em;
}
.article_header img {
  width: 100%;
  hight: auto;
}
.title {
  font-size: var(--text-title-l);
  line-height: 1.3em;
  text-align: left;
}
.date {
  font-weight: 500;
  font-size: var(--text-s);
  padding: 2em 0;
  display: block;
  text-align: right;
}
/*--------------------------------------------------------------------------------リード*/
.lead {
  width: var(--w-basesize);
  margin: 0 auto;
  padding: 0;
}
.lead p {
  font-size: var(--text-m);
  padding: 1em 0;
  font-weight: bold;
}
.leadTitle {
  margin: 2em 0 .5em 0;
  padding: 1em 0 1em 1em;
  font-size: var(--text-title-s);
  line-height: 1.4em;
  letter-spacing: 0.02em;
  color: var(--lead-h1-text-color);
  background: var(--lead-h1-bg-color);
  border-left: solid 30px var(--point-color01);
  border-bottom: solid 3px #d7d7d7;
}
/* --------------------------まとめ------------------------- */ :root {
  --matome-h2-text-color: #FFFFFF;
  --matome-h2-bg-color: #0F7E6E;
}
.sec_wrap-matome {
  width: var(--w-basesize);
  margin: 0 auto;
}
.matome {
  margin-top: 6em;
  padding-bottom: 1em;
}
.matome p {
  margin: 2em 2em 0 2em;
}
.matome h3 {
  position: relative;
  padding: 0.6em;
  background: var(--matome-h2-bg-color);
  color: var(--matome-h2-text-color);
}
.matome h3:after {
  position: absolute;
  content: '';
  top: 100%;
  left: 30px;
  border: 15px solid transparent;
  border-top: 15px solid var(--matome-h2-bg-color);
  width: 0;
  height: 0;
}
/*--------------------------------------------------------------------------------商品枠1*/
.product-container {
  background: #FFFFFF;
  }
.product-container-con{
  border: solid 3px #FC00AC;
    margin: 0 0em 4em 0em;
}
.product-container-con:first-child {}
.product-container-con:last-child {
  margin-bottom: 4em;
}
.product-container-img_l-name {
  margin: 0;
  padding: 0.5em 0 0.5em;
  display: block;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  background-image: url(../img/bg_img02.jpg);
}
.product-container-img_l-name h1 {
  font-size: var(--text-title-ll);
  margin: 0 auto;
  padding: 0.6em 0;
  color: #FF0086;
   text-shadow: 3px 3px 0 #FFFD00, -3px -3px 0 #FFFD00, -3px 3px 0 #FFFD00, 3px -3px 0 #FFFD00, 0px 3px 0 #FFFD00, 0 -3px 0 #FFFD00, -3px 0 0 #FFFD00, 3px 0 0 #FFFD00;

}
.product-container-img_l-W-around-no-box {
  padding: 2em 1em 1em;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.product-container-img_l-W-around-no-box-text {
  width: 100%;
}
.product-container-img_l-W-around-no-box-imege {
  width: 100%;
  margin-right: 2%;
  text-align: center;
}
.product-container-img_l-W-around-no-box-imege img {
  width: 100%;
  height: auto;
}

/*--------------------------------------------------------------------------------枠1*/
.sec_wrap {
  width: var(--w-basesize);
  margin: 5em auto;
  /*  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);*/
}
.sec_wrap h1.copy {
  text-align: center;
  margin: 0 auto;
  font-size: var(--text-title-ll);
  color: #FF003F;
  text-shadow: 3px 3px 0 #FFFD00, -3px -3px 0 #FFFD00, -3px 3px 0 #FFFD00, 3px -3px 0 #FFFD00, 0px 3px 0 #FFFD00, 0 -3px 0 #FFFD00, -3px 0 0 #FFFD00, 3px 0 0 #FFFD00;
}
.sec_wrap ul {
  text-align: left;
}
.sec_wrap ul li {
  font-weight: bold;
}
.sec_wrap ul.example ul li {
  margin: 0 0 0 1em;
  padding: 0;
  font-weight: normal;
}
.sec_wrap p.main {
  margin:2em;
}
.p_pack {}
.p_pack dl {
  display: flex;
  flex-wrap: wrap;
  font-size: var(--text-s);
  width: 95%;
  margin: 0 auto;
}
.p_pack dt {
  background-color: #DADADA;
  text-align: left;
  margin: 0 0 10px 0;
  padding: 1em;
  width: 30%;
  align-items: center;
vertical-align:middle;
display:table-cell;
  border-bottom: solid 1px #868686;
}
.p_pack dd {
  width: 65%;
  text-align: left;
  padding: 0.3em;
  margin: 0 0 10px 0;
    display: table-cell;
    vertical-align: middle;
  border-bottom: solid 1px #868686;
}

/*--------------------------------------------------------------------------------まわりこみあり 左右*/
.p_n{
  padding: 0;
  overflow: hidden;
  margin: 0 2em;
}
.p_l {
  padding: 0;
  overflow: hidden;
  margin: 0 2em;
}
.p_r {
  padding: 0;
  overflow: hidden;
  margin: 0 2em;
}
.p_n p, .p_l p, .p_r p {
  display: block;
  padding: 0;
  margin: 0;
}
.p_n img {
  width: 100%;
  height: auto;
  margin: 2em 0;
}
.p_l img.pr56w {
  float: left;
  max-width: 56%;
  height: auto;
  margin: 0 2em 2em 0;
}
.p_l img.pr35w {
  float: left;
  max-width: 35%;
  height: auto;
  margin: 0 2em 2em 0;
}
.p_l img.pr45w {
  float: left;
  max-width: 45%;
  height: auto;
  margin: 0 2em 2em 0;
}
.p_r img.pr35w {
  float: right;
  max-width: 35%;
  height: auto;
  margin: 0 0 2em 2em;
}
.p_r img.pr56w {
  float: right;
  max-width: 56%;
  height: auto;
  margin: 0 0 1em 2em;
}
/*--------------------------------------------------------------------------------セット*/
.wrap-container-100 {
  width: var(--w-basesize);
  margin: 4em auto;
  padding: 0 0 4em 0;
  border: solid 3px #192B5B;
  position: relative;
  background: #FFFEED;
}
.wrap-container-100:first-child {
  margin: 4em auto;
}
.wrap-container-100:last-child {
  margin: 0 auto;
}
/*--------------------------------------------------------------------------------セット*/
.wrap-container {
  position: relative;
  margin:0 2em;
}
.wrap-container:first-child {
  padding: 0 0;
  margin-top: 2em;
}
.wrap-container:not(:first-child) {
  padding: 0 0;
  margin-top: 4em;
  }
.wrap-container p {
  padding: 1em 0;
}
.wrap-container:first-child {
  margin: 2em auto 4em;
}
.wrap-container h3.title01 {
  margin: 0;
  padding: 1.6em 0 1em;
  display: block;
  font-size: var(--text-title-ll);
  color: #00B703;
  text-shadow: 3px 3px 2px #ffffff, -3px 3px 2px #ffffff, 3px -3px 2px #ffffff, -3px -3px 2px #ffffff, 3px 0px 2px #ffffff, 0px 3px 2px #ffffff, -3px 0px 2px #ffffff, 0px -3px 2px #ffffff; /* 文字の影 */
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-bottom: solid 8px #009F6B;
}
.contents-set-img_l-name {
  margin: 0;
  padding: 0;
  display: block;
  text-align: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-bottom: solid 8px #FF00AE;
}
.contents-set-img_l-name h2 {
  font-size: var(--text-title-ll);
  margin: 0 auto;
  padding: 0.6em 0;
  color: #FFFD00;
  background: hsla(222,100%,17%,1.00);
}
.contents-set-img_l-W-around-no-box {
  padding: 2em;
  margin: 0 auto;
  flex-direction: row;
  justify-content: space-between;
}
.contents-set-img_l-W-around-no-box p{
  margin: 2em auto 0;
}
.contents-set-img_l-W-around-no-box-text {
  width: 100%;
}
.contents-set-img_l-W-around-no-box-imege {
  width: 100%;
  margin-right: 2%;
  text-align: center;
}
.contents-set-img_l-W-around-no-box-imege img {
  width: 100%;
  height: auto;
}
/*--------------------------------------------------------------------------------ボックス.column_w1_100 */
.column_w1_100 {
  margin:2em auto;
  gap: 2em;
}
.column_w1_100-con {
  margin:0 1em;
  border-radius: 30px;
  padding: 2em;
  background: #FFFEBC;
  display: inline-block;
}
.column_w1_100-con h2 {
  font-size: var(--text-title-l);
  line-height: 1.2em;
  padding-bottom: 1em;
  text-align: left;
  color:darkslateblue;
}
.column_w1_100-con img {
  float: left;
  width: 35%;
  height: auto;
  margin:0 2em 1em 0;
}
.column_w1_100-con:nth-child(even) img {
  float: right;
    margin:0 0 0 2em;
}
.column_w1_100-con p {
  padding: 0;
  margin: 0;
  text-align: left;
}
.column_w1_100-con:first-child {
margin-bottom: 3em;
}
.column_w1_100-con:not(:first-child) {
margin-bottom: 3em;
}
.column_w1_100-con:last-child {
margin-bottom: 0;
}
.column_w1_100-con .p_r {
  padding: 0;
  color:red;
  overflow: hidden;
}
.column_w1_100-con table {
    border-collapse:  collapse; /* セルの線を重ねる */
    width:  100%;               /* 幅指定 */
    table-layout: fixed;        /* セルの幅計算指定 */
margin:2em 0 0 0;
    background: hsla(0,0%,100%,1.00);
}
.column_w1_100-con th,td {
    border: solid 1px;          /* 枠線指定 */
    padding: 1em 0;
}
.column_w1_100-con:nth-child(1) {
  /*background-color: #2196F3; 背景色指定 */
}
.column_w1_100-con:nth-child(2) {
  /*background-color: #4CAF50; /* 背景色指定 */
}
.column_w1_100-con:nth-child(3) {
  /*background-color: #4A31C9; /* 背景色指定 */
}
/*--------------------------------------------------------------------------------左右50% 横並び 2ボックス */
.column_w2_50 {
  display: flex;
  padding: 0;
  margin: 2em 0 0 0;
  justify-content: space-between;
  flex-wrap: wrap;
}
.column_w2_50-con {
  width: 42%;
  padding:0 2em 2em 2em;
  margin:1em 0;
  border-radius: 30px;
  background: #FFFEBC;
  text-align: center;
}
.column_w2_50-con h2 {
  font-size: var(--text-title-l);
  line-height: 1.2em;
  padding: 1em;
  margin: 0;
  color:darkslateblue;
}
.column_w2_50-con ul {
padding: 2em;
}
.column_w2_50-con ul li {
list-style: disc;
font-weight: normal;
}
.column_w2_50-con p {
  margin: 0;
  text-align: left;
}
.column_w2_50-con img {
  width: 100%;
  height: auto;
  margin:0 0 1em 0;
}
.column_w2_50-con p {
  padding: 0 0;
  margin: 0;
  text-align: left;
}
.column_w2_50-con:nth-child(1) {}
.column_w2_50-con:nth-child(2) {}
.column_w2_50-con:nth-child(3) {}
.column_w2_50-con:nth-child(4) {}
/*--------------------------------------------------------------------------------左右 横並び 3ボックス */
.column_w3_33 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0px;
    padding: 0;
  margin: 2em 0 0 0;
}
.column_w3_33-con {
  width: 25%;
  padding:0 2em 2em 2em;
  margin:1em 0;
  border-radius: 30px;
  background: #FFFEBC;
  text-align: center;
}
.column_w3_33-con h2 {
  font-size: var(--text-title-l);
  line-height: 1.2em;
  padding: 1em 0;
  margin: 0;
  color:darkslateblue;
}
.column_w3_33-con img {
  width: 100%;
  height: auto;
  margin-bottom: 2em;
}
.column_w3_33-con p {
  padding: 0 0;
  margin: 0;
  text-align: left;
}
.column_w3_33-con:nth-child(1) {
  /*background-color: #2196F3; 背景色指定 */
}
.column_w3_33-con:nth-child(2) {
  /*background-color: #4CAF50; /* 背景色指定 */
}
.column_w3_33-con:nth-child(3) {
  /*background-color: #4A31C9; /* 背景色指定 */
}
/*--------------------------------------------------------------------------------左右 横並び 4ボックス */
.column_w4_25 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0px;
    padding: 0;
  margin: 4em 0 0 0;
}
.column_w4_25-con {
  width: 17%;
  margin:1em;
  padding: 1em;
  text-align: center;
  border: solid 2px #BD7B00;
  background: #FFFCEB;
}
.column_w4_25-con h2 {
  font-size: var(--text-title-l);
  line-height: 1.2em;
  padding-bottom: 1em;
  color:#00ACA9;
}
.column_w4_25-con img {
  width: 100%;
  height: auto;
  margin-bottom: 2em;
}
.column_w4_25-con p {
  padding: 0 0;
  margin: 0;
  text-align: left;
}
.column_w4_25-con:nth-child(1) {
  /*background-color: #2196F3; 背景色指定 */
}
.column_w4_25-con:nth-child(2) {
  /*background-color: #4CAF50; /* 背景色指定 */
}
.column_w4_25-con:nth-child(3) {
  /*background-color: #4A31C9; /* 背景色指定 */
}
/*--------------------------------------------------------------------------------おすすめ囲い*/
.osusume-kakomi-set {
  position: relative;
  margin: 4em auto 0;
  padding:1em 2em;
  background-color: #fff;
  border: 2px solid #f09199; /* 枠線の太さ・色 */
  box-shadow: 0 0 5px 2px #fce2c4 inset; /* 影の色 */
}
.osusume-kakomi-set span.osusume-item {
  position: absolute;
  padding: 0 .5em;
  font-size: 1.3em;
  left: 20px;
  top: -15px;
  font-weight: bold;
  background-color: #fff; /* タイトル背景色 */
  color: #f09199; /* タイトル文字色 */
}
.osusume-kakomi-set img.bn {
display: block;
margin:2em auto;
width:100%;
height: auto;
}