/* 直書き */
* {
  box-sizing: border-box;
}

:root {
  --main-color: #EF8575;
}

body {
  margin: 8px 0;
  font-size: 16px;
  letter-spacing: .06em;
}

p {
  margin: 0;
}

a {
  color: #00e;
}

em {
  font-style: normal;
}

ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

img {
  border-style: none;
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

.marine__content {
  margin: 0 auto;
  max-width: 900px;
  padding: 0 10px;
}

/* ---------------------------------- */
/* フレッシュマリーネご案内 */
/* ---------------------------------- */
.marine_attention {
  border: double 4px red;
  padding: 1em .5em;
  text-align: center;
  margin-top: 1em;
}
.marine_attention__head {
  color: red;
  font-size: 18px;
  font-weight: bold;
}
.marine_attention__text {
  font-size: 15px;
  margin-top: .5em;
}
.marine_attention__strong {
  display: block;
  font-weight: bold;
  margin-block: .5em;
}

/* ---------------------------------- */
/* フレッシュマリーネメインビジュアル */
/* ---------------------------------- */
.marine_main__image {
  margin-top: 50px;
  text-align: center;
}
/* ---------------------------------- */
/* フレッシュマリーネ導入部分 */
/* ---------------------------------- */
.marine__intro {
  margin-top: 64px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1em;
  position: relative;
  font-family: serif;
}
.marine__intro_block {
  width: 54%;
  position: absolute;
  top: 20%;
  left: 4%;
  z-index: 2;
  font-weight: bold;
}

.marine__intro_title {
  width: fit-content;
  font-size: 22px;
  color: #37602F;
  border-bottom: 2px solid;
}
.marine__intro_text {
  margin-top: 2em;
  line-height: 2;
}
.marine__intro_img {
  width: 50%;
}

/* ---------------------------------- */
/* フレッシュマリーネの発送について */
/* ---------------------------------- */
.marine_hassou {
  margin-top: 40px;
}

.marine_hassou__attention {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  justify-content: center;
  gap: .25em;
}

.marine_hassou__attention::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: var(--main-color);
  border-radius: 50%;
}

.marine_hassou__block {
  background: var(--main-color);
  border-radius: 10px;
  color: #fff;
  text-align: center;
  margin-top: 1em;
  padding: 1em 6%;
}

.marine_hassou__block:nth-child(2) {
  background: #e9998e;
}

.marine_hassou__head {
  background: #fff;
  border-radius: 50px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-indent: 1em;
  letter-spacing: 1em;
  padding: .2em 2.5em;
  margin: 0 auto .5em;
  width: fit-content;
}

.marine_hassou__case {
  font-weight: bold;
  font-size: 18px;
  text-align: center;
}

.marine_hassou__main {
  font-size: 28px;
  font-weight: bold;
}

.marine_hassou__main>span {
  color: #FFF100;
}

.marine_hassou__tel {
  border-top: 2px solid #fff;
  padding-top: .5em;
  margin-top: .5em;
}

.marine_hassou__noteList {
  display: flex;
  flex-direction: column;
  font-weight: bold;
  font-size: 14px;
  gap: .25em;
  line-height: 1.2;
  list-style-type: disc;
  letter-spacing: normal;
  margin: 1em auto 0;
  text-align: left;
  width: min(512px, 100%);
}

.marine_hassou__calendar {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.marine_hassou__calendar_head {
  font-size: 24px;
  font-weight: 700;
  color: var(--main-color);
  line-height: 1.2;
  position: relative;
}
.marine_hassou__calendar_head >span {
  font-size: .6em;
}

.marine_hassou__calendar_head::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: auto;
  background: var(--main-color);
  position: absolute;
  inset: 0;
  left: -.8em;
}

.marine_hassou__calendar_fukidashi {
  margin: 24px auto 0;
  width: 400px;
  position: relative;
  padding: 1em;
  background: #fbedd0;
  border-radius: 50px;
  color: red;
  font-weight: 700;
  text-align: center;

}

.marine_hassou__calendar_fukidashi>span {
  display: block;
  font-size: 12px;
  color: #000;
}

.marine_hassou__calendar_fukidashi::after {
  content: "";
  display: block;
  width: 16px;
  height: 30px;
  background: #fbedd0;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  position: absolute;
  bottom: -20px;
  left: 50%;
  transform: translateX(-50%);
}
.marine_hassou__calendar_img {
  margin: 24px auto 0;
  width: 80%;
}

/* ---------------------------------- */
/* フレッシュマリーネ商品紹介 */
/* ---------------------------------- */
.marine__products {
  margin-top: 40px;
  padding: 16px 64px 24px;
  background: #fff;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
/* ---------------------------------- */
/* フレッシュマリーネ注意書き、包装など */
/* ---------------------------------- */
.marine__explain {
  margin-top: 40px;
  padding: 24px;
  background: #ffe5df;
  font-size: 14px;
  border-radius: 4px;
}

.marine__explain_note {
  margin-top: .25em;
  letter-spacing: normal;
}
.marine__explain_note >span {
  color: red;
}
.marine__explain_note._asterisk{
  text-indent: -1em;
  padding-left: 1em;
}
.marine__explain_note._asterisk::before {
  content: "※";
}

.marine__explain_block {
  margin-top: 1em;
  padding: 1em;
  background: #fff;
  border-radius: 4px;
}

.mairne__explain_head {
  color: var(--main-color);
  font-size: 16px;
  font-weight: bold;
}
.mairne__explain_head >span {
  font-size: .8em;
}

/* 送料について */
.marine__souryou {
  margin-top: 1em;
  border: 1px solid #999;
}
.marine__souryou_line {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #999;
}
.marine__souryou_line:last-child {
  border-bottom: none;
}

.marine__souryou_content._head {
  font-weight: bold;
  background: #f3f3f3;
}
.marine__souryou_content {
  padding: .5em;
}
.marine__souryou_content:first-child {
  width: 50%;
  border-right: 1px solid #999;
}
.marine__souryou_content:last-child {
  width: 50%;
  text-align: center;
}

.marine__souryou_noteList {
  margin-top: 1em;
}

.marine__souryou_note {
  display: flex;
  font-size: 13px;
  gap: .25em;
  letter-spacing: .05em;
  margin-top: .25em;
}


/* 容器について */
.marine__youki_note {
  background: #f3f3f3;
  border-radius: 4px;
  font-size: 13px;
  letter-spacing: normal;
  margin-top: .5em;
  padding: .25em 1em;
}
.marine__youki_note >span {
  border: 1px solid;
  display: inline-block;
  letter-spacing: .05em;
  margin-right: .5em;
  padding-inline: .5em;
}

/* ---------------------------------- */
/* フッター */
/* ---------------------------------- */
.footer {
  margin-top: 64px;
}

/***************************************

/* sp */

/****************************************/
#hpb-main {
  width: 100%;
  min-width: 320px;
  max-width: 640px;
  margin: 0 auto;
}

#hpb-main table {
  width: 100%;
}

#hpb-main .marine_main__image {
  margin-top: 16px;
}


/* sp 導入 */
#hpb-main .marine__intro {
  margin-top: 16px;
  flex-direction: column;
}
#hpb-main .marine__intro_block {
  width: 100%;
  position: relative;
  inset: 0;
}
#hpb-main .marine__intro_title {
  font-size: 16px;
}
#hpb-main .marine__intro_text {
  font-size: 13px;
  margin-top: 1.5em;
}
#hpb-main .marine__intro_img {
  width: 100%;
}


/* sp 発送について */

#hpb-main .marine_hassou__attention {
  font-size: 14px;
}

#hpb-main .marine_hassou__head {
  font-size: 18px;
}
#hpb-main .marine_hassou__case {
  font-size: 16px;
}
#hpb-main .marine_hassou__main {
  font-size: 22px;
}
#hpb-main .marine_hassou__noteList {
  font-size: 13px;
}

#hpb-main .marine_hassou__calendar_head {
  font-size: 16px;
}

#hpb-main .marine_hassou__calendar_fukidashi {
  width: 100%;
  font-size: 14px;
}

#hpb-main .marine_hassou__calendar_fukidashi >span {
  font-size: 10px;
}

#hpb-main .marine_hassou__calendar_img {
  width: 100%;
}

/* sp 注意書き等 */
#hpb-main .marine__explain {
  font-size: 14px;
  margin-top: 24px;
  padding: 1em;
}

/* sp 商品紹介 */

.list1cl {
  list-style-type: none;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.list1clContent {
  margin-top: 32px;
}
.list1clContent >a {
  display: block;
}
.list1clContent img {
  width: 100%;
}

/* ---------------------------------- */

.positionR {
  position: relative
}

.aCenter,
.is-aCenter {
  text-align: center !important
}

.ajustify {
  text-align: justify;
  text-justify: auto
}

.aRight {
  text-align: right !important
}

.aLeft {
  text-align: left !important
}

.fRight {
  float: right !important
}

.fLeft {
  float: left !important
}

.overflowHidden {
  overflow: hidden
}

.vaMiddle {
  vertical-align: middle
}

.vaBottom {
  vertical-align: bottom
}

.vaTop {
  vertical-align: top
}

.clBoth {
  clear: both !important
}

.clFix:after,
.clearfix:after {
  display: block;
  clear: both;
  content: ""
}

.noWrap {
  white-space: nowrap !important;
  word-wrap: normal !important
}

.noWrapNormal {
  white-space: normal !important
}

.dpBlock {
  display: block !important;
  clear: both
}

.dpInlineBlock {
  display: inline-block !important
}

.dpInline {
  display: inline !important
}

.fontBold,
.fwBold {
  font-weight: bold !important
}

.fw600 {
  font-weight: 600 !important
}

.fwNormal {
  font-weight: normal !important
}

.underlineNone {
  text-decoration: none !important
}

.underline {
  text-decoration: underline !important
}

.underline:hover {
  text-decoration: none !important
}

.pointerEventNone {
  pointer-events: none
}

.mAuto {
  margin-left: auto !important;
  margin-right: auto !important
}

.margin0 {
  margin: 0 !important
}

.mt0 {
  margin-top: 0px !important
}

.mt5 {
  margin-top: 5px !important
}

.mt10 {
  margin-top: 10px !important
}

.mt15 {
  margin-top: 15px !important
}

.mt20 {
  margin-top: 20px !important
}

.mt25 {
  margin-top: 25px !important
}

.mt30 {
  margin-top: 30px !important
}

.mt35 {
  margin-top: 35px !important
}

.mt40 {
  margin-top: 40px !important
}

.mt45 {
  margin-top: 45px !important
}

.mt50 {
  margin-top: 50px !important
}

.mt55 {
  margin-top: 55px !important
}

.mt60 {
  margin-top: 60px !important
}

.mt65 {
  margin-top: 65px !important
}

.mt70 {
  margin-top: 79px !important
}

.mt75 {
  margin-top: 75px !important
}

.mt80 {
  margin-top: 80px !important
}

.mt85 {
  margin-top: 85px !important
}

.mt90 {
  margin-top: 90px !important
}

.mt95 {
  margin-top: 95px !important
}

.mt100 {
  margin-top: 100px !important
}

.mb0 {
  margin-bottom: 0px !important
}

.mb5 {
  margin-bottom: 5px !important
}

.mb10 {
  margin-bottom: 10px !important
}

.mb15 {
  margin-bottom: 15px !important
}

.mb20 {
  margin-bottom: 20px !important
}

.mb25 {
  margin-bottom: 25px !important
}

.mb30 {
  margin-bottom: 30px !important
}

.mb35 {
  margin-bottom: 35px !important
}

.mb40 {
  margin-bottom: 40px !important
}

.mb45 {
  margin-bottom: 45px !important
}

.mb50 {
  margin-bottom: 50px !important
}

.mb55 {
  margin-bottom: 55px !important
}

.mb60 {
  margin-bottom: 60px !important
}

.mb65 {
  margin-bottom: 65px !important
}

.mb70 {
  margin-bottom: 70px !important
}

.mb75 {
  margin-bottom: 75px !important
}

.mb80 {
  margin-bottom: 80px !important
}

.mb85 {
  margin-bottom: 85px !important
}

.mb90 {
  margin-bottom: 90px !important
}

.mb95 {
  margin-bottom: 95px !important
}

.mb100 {
  margin-bottom: 100px !important
}

.mt6 {
  margin-top: 6px !important
}

.mt8 {
  margin-top: 8px !important
}

.mt12 {
  margin-top: 12px !important
}

.mt16 {
  margin-top: 16px !important
}

.mt18 {
  margin-top: 18px !important
}

.mt24 {
  margin-top: 24px !important
}

.mt32 {
  margin-top: 32px !important
}

.mb6 {
  margin-bottom: 6px !important
}

.mb8 {
  margin-bottom: 8px !important
}

.mb12 {
  margin-bottom: 12px !important
}

.mb16 {
  margin-bottom: 16px !important
}

.mb18 {
  margin-bottom: 18px !important
}

.mb24 {
  margin-bottom: 24px !important
}

.mb32 {
  margin-bottom: 32px !important
}

.ml6 {
  margin-left: 6px !important
}

.ml8 {
  margin-left: 8px !important
}

.ml12 {
  margin-left: 12px !important
}

.ml16 {
  margin-left: 16px !important
}

.ml18 {
  margin-left: 18px !important
}

.ml24 {
  margin-left: 24px !important
}

.ml32 {
  margin-left: 32px !important
}

.mr6 {
  margin-right: 6px !important
}

.mr8 {
  margin-right: 8px !important
}

.mr12 {
  margin-right: 12px !important
}

.mr16 {
  margin-right: 16px !important
}

.mr18 {
  margin-right: 18px !important
}

.mr24 {
  margin-right: 24px !important
}

.mr32 {
  margin-right: 32px !important
}

.padding0 {
  padding: 0 !important
}

.pt0 {
  padding-top: 0px !important
}

.pt5 {
  padding-top: 5px !important
}

.pt10 {
  padding-top: 10px !important
}

.pt15 {
  padding-top: 15px !important
}

.pt20 {
  padding-top: 20px !important
}

.pt25 {
  padding-top: 25px !important
}

.pt30 {
  padding-top: 30px !important
}

.pt35 {
  padding-top: 35px !important
}

.pt40 {
  padding-top: 40px !important
}

.pt45 {
  padding-top: 45px !important
}

.pt50 {
  padding-top: 50px !important
}

.pt55 {
  padding-top: 55px !important
}

.pt60 {
  padding-top: 60px !important
}

.pt65 {
  padding-top: 65px !important
}

.pt70 {
  padding-top: 79px !important
}

.pt75 {
  padding-top: 75px !important
}

.pt80 {
  padding-top: 80px !important
}

.pt85 {
  padding-top: 85px !important
}

.pt90 {
  padding-top: 90px !important
}

.pt95 {
  padding-top: 95px !important
}

.pt100 {
  padding-top: 100px !important
}

.pb0 {
  padding-bottom: 0px !important
}

.pb5 {
  padding-bottom: 5px !important
}

.pb10 {
  padding-bottom: 10px !important
}

.pb15 {
  padding-bottom: 15px !important
}

.pb20 {
  padding-bottom: 20px !important
}

.pb25 {
  padding-bottom: 25px !important
}

.pb30 {
  padding-bottom: 30px !important
}

.pb35 {
  padding-bottom: 35px !important
}

.pb40 {
  padding-bottom: 40px !important
}

.pb45 {
  padding-bottom: 45px !important
}

.pb50 {
  padding-bottom: 50px !important
}

.pb55 {
  padding-bottom: 55px !important
}

.pb60 {
  padding-bottom: 60px !important
}

.pb65 {
  padding-bottom: 65px !important
}

.pb70 {
  padding-bottom: 70px !important
}

.pb75 {
  padding-bottom: 75px !important
}

.pb80 {
  padding-bottom: 80px !important
}

.pb85 {
  padding-bottom: 85px !important
}

.pb90 {
  padding-bottom: 90px !important
}

.pb95 {
  padding-bottom: 95px !important
}

.pb100 {
  padding-bottom: 100px !important
}

.ml0 {
  margin-left: 0px !important
}

.ml5 {
  margin-left: 5px !important
}

.ml10 {
  margin-left: 10px !important
}

.ml15 {
  margin-left: 15px !important
}

.ml20 {
  margin-left: 20px !important
}

.ml25 {
  margin-left: 25px !important
}

.ml30 {
  margin-left: 30px !important
}

.ml35 {
  margin-left: 35px !important
}

.ml40 {
  margin-left: 40px !important
}

.ml45 {
  margin-left: 45px !important
}

.ml50 {
  margin-left: 50px !important
}

.ml55 {
  margin-left: 55px !important
}

.ml60 {
  margin-left: 60px !important
}

.ml65 {
  margin-left: 65px !important
}

.ml70 {
  margin-left: 79px !important
}

.ml75 {
  margin-left: 75px !important
}

.ml80 {
  margin-left: 80px !important
}

.ml85 {
  margin-left: 85px !important
}

.ml90 {
  margin-left: 90px !important
}

.ml95 {
  margin-left: 95px !important
}

.ml100 {
  margin-left: 100px !important
}

.mr0 {
  margin-right: 0px !important
}

.mr5 {
  margin-right: 5px !important
}

.mr10 {
  margin-right: 10px !important
}

.mr15 {
  margin-right: 15px !important
}

.mr20 {
  margin-right: 20px !important
}

.mr25 {
  margin-right: 25px !important
}

.mr30 {
  margin-right: 30px !important
}

.mr35 {
  margin-right: 35px !important
}

.mr40 {
  margin-right: 40px !important
}

.mr45 {
  margin-right: 45px !important
}

.mr50 {
  margin-right: 50px !important
}

.mr55 {
  margin-right: 55px !important
}

.mr60 {
  margin-right: 60px !important
}

.mr65 {
  margin-right: 65px !important
}

.mr70 {
  margin-right: 70px !important
}

.mr75 {
  margin-right: 75px !important
}

.mr80 {
  margin-right: 80px !important
}

.mr85 {
  margin-right: 85px !important
}

.mr90 {
  margin-right: 90px !important
}

.mr95 {
  margin-right: 95px !important
}

.mr100 {
  margin-right: 100px !important
}

.pl0 {
  padding-left: 0px !important
}

.pl5 {
  padding-left: 5px !important
}

.pl10 {
  padding-left: 10px !important
}

.pl15 {
  padding-left: 15px !important
}

.pl20 {
  padding-left: 20px !important
}

.pl25 {
  padding-left: 25px !important
}

.pl30 {
  padding-left: 30px !important
}

.pl35 {
  padding-left: 35px !important
}

.pl40 {
  padding-left: 40px !important
}

.pl45 {
  padding-left: 45px !important
}

.pl50 {
  padding-left: 50px !important
}

.pl55 {
  padding-left: 55px !important
}

.pl60 {
  padding-left: 60px !important
}

.pl65 {
  padding-left: 65px !important
}

.pl70 {
  padding-left: 79px !important
}

.pl75 {
  padding-left: 75px !important
}

.pl80 {
  padding-left: 80px !important
}

.pl85 {
  padding-left: 85px !important
}

.pl90 {
  padding-left: 90px !important
}

.pl95 {
  padding-left: 95px !important
}

.pl100 {
  padding-left: 100px !important
}

.pr0 {
  padding-right: 0px !important
}

.pr5 {
  padding-right: 5px !important
}

.pr10 {
  padding-right: 10px !important
}

.pr15 {
  padding-right: 15px !important
}

.pr20 {
  padding-right: 20px !important
}

.pr25 {
  padding-right: 25px !important
}

.pr30 {
  padding-right: 30px !important
}

.pr35 {
  padding-right: 35px !important
}

.pr40 {
  padding-right: 40px !important
}

.pr45 {
  padding-right: 45px !important
}

.pr50 {
  padding-right: 50px !important
}

.pr55 {
  padding-right: 55px !important
}

.pr60 {
  padding-right: 60px !important
}

.pr65 {
  padding-right: 65px !important
}

.pr70 {
  padding-right: 70px !important
}

.pr75 {
  padding-right: 75px !important
}

.pr80 {
  padding-right: 80px !important
}

.pr85 {
  padding-right: 85px !important
}

.pr90 {
  padding-right: 90px !important
}

.pr95 {
  padding-right: 95px !important
}

.pr100 {
  padding-right: 100px !important
}