@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*$primary: #1A379A;

$bg-color: #F5F8FA;
$font-color: #222222;
$link-color: #2B517B;
$border-color: #D9DBDA;*/
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

main,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul {
  list-style: none;
}

ul li {
  list-style-type: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select {
  vertical-align: middle;
}

input,
button,
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-family: inherit;
  border-radius: 0;
  color: inherit;
  background: transparent;
  border: none;
  margin: 0;
  padding: 0;
}

label {
  cursor: pointer;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button,
input[type=month]::-webkit-outer-spin-button,
input[type=month]::-webkit-inner-spin-button,
input[type=datetime-local]::-webkit-outer-spin-button,
input[type=datetime-local]::-webkit-inner-spin-button,
input[type=week]::-webkit-outer-spin-button,
input[type=week]::-webkit-inner-spin-button,
input[type=time]::-webkit-outer-spin-button,
input[type=time]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button,
input[type=date]::-webkit-inner-spin-button {
  display: none;
}

input[type=number],
input[type=month],
input[type=datetime-local],
input[type=week],
input[type=time],
input[type=date] {
  -moz-appearance: textfield;
}

input[type=date]::-webkit-clear-button,
input[type=month]::-webkit-clear-button,
input[type=datetime-local]::-webkit-clear-button,
input[type=time]::-webkit-clear-button,
input[type=week]::-webkit-clear-button {
  -webkit-appearance: none;
}

select::-ms-expand {
  display: none;
}

input::-ms-clear {
  visibility: hidden;
}

html {
  font-size: 62.5%;
}

html,
body {
  height: 100%;
}

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

ol {
  padding-left: 1.4em;
  list-style: none;
}

dl {
  margin-bottom: 0;
}

dl dt {
  margin-bottom: 0;
}

dl dd {
  margin-bottom: 0;
}

a {
  transition: 0.3s all;
  color: #000;
  opacity: 1;
  transform: 0.3s all;
}

a:hover {
  text-decoration: none;
}

h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5;
}

h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
  display: inline-block;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

p {
  margin-bottom: 0;
}

iframe {
  width: 100%;
}

sup {
  font-size: 90%;
  top: -0.1em;
}

sup.s {
  font-size: 62.5%;
  top: -0.5em;
}

figcaption {
  padding-top: 4px;
}

button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: 0.3s all;
}

body .cinderella {
  width: 100%;
  height: 100%;
  font-weight: 400;
  font-style: normal;
  color: #333;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
  min-width: 1100px;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  body .cinderella {
    min-width: auto;
  }
}

.fwb {
  font-weight: bold;
}

.pc_none {
  display: none;
}

.sp_none {
  display: block;
}

.sp-only {
  display: none;
}

.pc-only {
  display: block;
}

@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
  .sp_none {
    display: none;
  }
  .sp-only {
    display: block;
  }
  .pc-only {
    display: none;
  }
}
/*.contents {
	position: relative;
	z-index: 0;
}*/
.contents {
  overflow: visible;
}
@media screen and (max-width: 767px) {
  .contents {
    min-width: auto;
  }
}

/*.fadein {
	opacity : 0.1;
	transform : translate(0, 50px);
	transition : all 1s;
}

.fadein.scrollin {
	opacity : 1;
	transform : translate(0, 0);
}*/
/******したからふわっと*********/
.fadein-item {
  opacity: 0;
  visibility: hidden;
  transition: 1.5s all;
  transform: translateY(60px);
  /*animation-name: fadein;
     animation-duration: 2s;*/
}

.fadein-item.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fadein-item02 {
  opacity: 0;
  visibility: hidden;
  transition: 2s all;
  transform: translateY(100px);
  /*animation-name: fadein;
     animation-duration: 2s;*/
}
@media screen and (max-width: 767px) {
  .fadein-item02 {
    transform: translateY(80px);
  }
}

.fadein-item02.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fadein-item03 {
  opacity: 0;
  visibility: hidden;
  transition: 2.5s all;
  transform: translateY(120px);
  /*animation-name: fadein;
     animation-duration: 2s;*/
}
@media screen and (max-width: 767px) {
  .fadein-item03 {
    transition: 1.5s all;
    transform: translateY(60px);
  }
}

.fadein-item03.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.fadein {
  opacity: 0;
  visibility: hidden;
  /*animation-name: fadein;
     animation-duration: 2s;*/
  transition-duration: 0.5s;
  transition-property: opacity;
}

.fadein.show {
  opacity: 1;
  visibility: visible;
}

/********アニメーション**********/
.fade-in-item {
  opacity: 0;
  animation-delay: 0.5s;
  transition-duration: 1.5s;
  transition-property: transform, opacity;
  animation-fill-mode: forwards;
}

.fade-in-item.show {
  opacity: 1;
}

/******************************/
body {
  min-width: 1210px;
}
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
}
body.fixed-y {
  overflow-y: hidden;
}

/******************************/
.hapimarifair {
  font-family: "Noto Sans JP", sans-serif;
  padding-bottom: 50px;
}
@media screen and (max-width: 767px) {
  .hapimarifair {
    padding-bottom: 80px;
  }
}
.hapimarifair {
  /*****共通****/
}
.hapimarifair h1, .hapimarifair h2, .hapimarifair h3, .hapimarifair h4, .hapimarifair h5, .hapimarifair h6,
.hapimarifair .h1, .hapimarifair .h2, .hapimarifair .h3, .hapimarifair .h4, .hapimarifair .h5, .hapimarifair .h6 {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
}
.hapimarifair p {
  font-weight: 300;
}
.hapimarifair .inner {
  width: 860px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .hapimarifair .inner {
    width: 100%;
    padding: 0 5%;
  }
}
.hapimarifair .indent li {
  font-weight: 300;
  text-indent: -1em;
  padding-left: 1em;
}
.hapimarifair .indent.attention li {
  font-size: 1.4rem;
}
.hapimarifair .mv img {
  width: 100%;
}
.hapimarifair .hapimarifair-contents {
  padding-top: 280px;
  position: relative;
}
.hapimarifair .hapimarifair-contents::before {
  content: "";
  display: block;
  width: 230px;
  height: 230px;
  background: url(/umedamise/topics/260526hapimarifair/img/illustration01.png) no-repeat;
  background-size: contain;
  position: absolute;
  top: 45px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .hapimarifair .hapimarifair-contents::before {
    width: 200px;
    height: 200px;
  }
}
.hapimarifair .summer-campaign {
  border: 9px solid #c6e7f2;
  border-radius: 30px;
  padding: 30px 55px 35px;
  margin-bottom: 85px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hapimarifair .summer-campaign {
    width: 100%;
    border: 6px solid #c6e7f2;
    padding: 70px 5% 35px;
  }
}
.hapimarifair .summer-campaign::before {
  content: "";
  display: block;
  width: 55px;
  height: 62px;
  background: url(/umedamise/topics/260526hapimarifair/img/img_shell.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 40px;
  top: 35px;
}
@media screen and (max-width: 767px) {
  .hapimarifair .summer-campaign::before {
    width: 35px;
    height: 43px;
    top: 20px;
    left: 15%;
  }
}
.hapimarifair .summer-campaign .campaign-head {
  color: #c88296;
  font-size: 4rem;
  font-weight: 500;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hapimarifair .summer-campaign .campaign-head {
    font-size: 2.4rem;
  }
}
.hapimarifair .summer-campaign .campaign-head::before {
  content: "";
  display: block;
  width: 190px;
  height: 50px;
  background: url(/umedamise/topics/260526hapimarifair/img/ttl_campaign.png) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .hapimarifair .summer-campaign .campaign-head::before {
    width: 133px;
    height: 35px;
    top: -35px;
  }
}
.hapimarifair .summer-campaign .campaign-head::after {
  content: "";
  display: block;
  width: 78px;
  height: 88px;
  background: url(/umedamise/topics/260526hapimarifair/img/img_parasol.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: 20px;
  bottom: -40px;
}
@media screen and (max-width: 767px) {
  .hapimarifair .summer-campaign .campaign-head::after {
    width: 48px;
    height: 55px;
    right: 0;
    bottom: auto;
    top: -25px;
  }
}
.hapimarifair .summer-campaign .limited {
  color: #70c4de;
  font-size: 2rem;
  text-align: center;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .hapimarifair .summer-campaign .limited {
    font-size: 1.8rem !important;
    text-align: left;
    padding-left: 5%;
  }
}
.hapimarifair .summer-campaign .campaign-about {
  margin: 35px 0 45px;
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .hapimarifair .summer-campaign .campaign-about {
    margin: 20px 0 25px;
    padding: 0 4%;
  }
}
.hapimarifair .summer-campaign .campaign-about .campaign-about-txt {
  width: 385px;
}
@media screen and (max-width: 767px) {
  .hapimarifair .summer-campaign .campaign-about .campaign-about-txt {
    width: 100%;
    margin-bottom: 15px;
  }
}
.hapimarifair .summer-campaign .campaign-about .campaign-about-txt p {
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.75;
}
.hapimarifair .summer-campaign .campaign-about .campaign-about-txt p.sub-txt {
  font-size: 1.6rem;
  font-weight: 300;
  line-height: 2;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .hapimarifair .summer-campaign .campaign-about .campaign-about-txt p.sub-txt {
    font-size: 1.3rem !important;
  }
}
.hapimarifair .summer-campaign .campaign-about .campaign-image {
  width: 225px;
}
@media screen and (max-width: 767px) {
  .hapimarifair .summer-campaign .campaign-about .campaign-image {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .hapimarifair .summer-campaign .campaign-about .campaign-image img {
    width: 100%;
  }
}
.hapimarifair .summer-campaign .campaign-about .campaign-image .cap {
  font-size: 1.3rem;
  font-weight: 300;
  margin-top: 3px;
}
@media screen and (max-width: 767px) {
  .hapimarifair .summer-campaign .campaign-about .campaign-image .cap {
    font-size: 1.2rem !important;
  }
}
.hapimarifair .summer-campaign .campaign-more-info {
  border-radius: 30px;
  background: #e2f3f8;
  padding: 30px 40px;
}
@media screen and (max-width: 767px) {
  .hapimarifair .summer-campaign .campaign-more-info {
    padding: 30px 7%;
  }
}
.hapimarifair .summer-campaign .campaign-more-info .more-info-head {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 15px;
}
.hapimarifair .summer-campaign .campaign-more-info .more-info-head .more-info-copy {
  width: 300px;
  color: #42a3bb;
  font-size: 2.3rem;
  font-weight: 300;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .hapimarifair .summer-campaign .campaign-more-info .more-info-head .more-info-copy {
    width: 100%;
    font-size: 1.9rem;
    margin-right: 0;
    text-align: center;
  }
}
.hapimarifair .summer-campaign .campaign-more-info .more-info-head .ring-image {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .hapimarifair .summer-campaign .campaign-more-info .more-info-head .ring-image {
    width: 80%;
    margin: 10px auto 0 5%;
  }
}
@media screen and (max-width: 767px) {
  .hapimarifair .summer-campaign .campaign-more-info .more-info-head .ring-image img {
    width: 100%;
  }
}
.hapimarifair .summer-campaign .campaign-more-info p {
  font-weight: 300;
  font-size: 1.7rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .hapimarifair .summer-campaign .campaign-more-info p {
    font-size: 1.4rem !important;
    text-align: left;
  }
}
.hapimarifair .summer-campaign .campaign-more-info p .date {
  font-weight: 500;
}
.hapimarifair .summer-campaign .campaign-more-info.is-hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.hapimarifair .summer-campaign .campaign-more-info.is-show {
  animation: fadeIn 1s ease;
}
.hapimarifair .benefits {
  border-radius: 30px;
  background: #f0f0f0;
  padding: 35px 90px;
  margin-bottom: 65px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hapimarifair .benefits {
    padding: 30px 10% 50px;
    border-radius: 0;
    margin-left: -5%;
    margin-right: -5%;
  }
}
.hapimarifair .benefits::before {
  content: "";
  display: block;
  width: 116px;
  height: 123px;
  background: url(/umedamise/topics/260526hapimarifair/img/img_leaf.png) no-repeat;
  background-size: contain;
  position: absolute;
  left: 30px;
  top: -35px;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .hapimarifair .benefits::before {
    width: 90px;
    height: 95px;
    left: 3%;
    top: 77px;
  }
}
.hapimarifair .benefits .benefits-ttl {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .hapimarifair .benefits .benefits-ttl {
    margin-bottom: 15px;
  }
}
.hapimarifair .benefits .benefits-image {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
@media screen and (max-width: 767px) {
  .hapimarifair .benefits .benefits-image {
    width: 76%;
    margin: 0 auto 25px;
  }
}
.hapimarifair .benefits .benefits-image li {
  width: 320px;
  margin-right: 40px;
}
@media screen and (max-width: 767px) {
  .hapimarifair .benefits .benefits-image li {
    width: 100%;
    margin-right: 0;
  }
}
.hapimarifair .benefits .benefits-image li:nth-of-type(2n) {
  margin-right: 0;
}
.hapimarifair .benefits .benefits-ttl02 {
  color: #ca978e;
  font-size: 2.3rem;
  font-weight: 300;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .hapimarifair .benefits .benefits-ttl02 {
    font-size: 2rem;
  }
}
.hapimarifair .benefits p {
  font-size: 1.7rem;
}
@media screen and (max-width: 767px) {
  .hapimarifair .benefits p {
    font-size: 1.4rem !important;
  }
}
.hapimarifair .benefits .attention {
  margin-top: 10px;
}
.hapimarifair .benefits .btn {
  width: 300px;
  margin: 30px auto 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .hapimarifair .benefits .btn {
    width: 100%;
  }
}
.hapimarifair .benefits .btn::after {
  content: "";
  display: block;
  width: 76px;
  height: 32px;
  background: url(/umedamise/topics/260526hapimarifair/img/icon_arrow.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -95px;
  bottom: -5px;
}
@media screen and (max-width: 767px) {
  .hapimarifair .benefits .btn::after {
    right: 0;
    bottom: -40px;
  }
}
.hapimarifair .benefits .btn p {
  color: #ca978e;
  font-weight: normal;
  margin-bottom: 5px;
}
.hapimarifair .benefits .btn a {
  display: block;
}
@media screen and (max-width: 767px) {
  .hapimarifair .benefits .btn a img {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .hapimarifair .happymarriage-bnr {
    padding: 0 5%;
  }
}
.hapimarifair .happymarriage-bnr .ttl-sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .hapimarifair .happymarriage-bnr .ttl-sp {
    display: block;
    margin-bottom: 15px;
  }
}

/**************既存CMS打ち消し****************/
.contents-wrap {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contents-wrap {
    margin: 0;
  }
}

.heading_title {
  display: none;
}

.topicsText {
  display: none;
}

.topics-detail-button-wrap.js-topics-category {
  width: 1020px;
  margin: 30px auto 100px;
}
@media screen and (max-width: 767px) {
  .topics-detail-button-wrap.js-topics-category {
    width: 90%;
  }
}

/***電話リンク***/
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
/***追従ボタン****/
.fix_btn {
  display: none;
}

@media screen and (max-width: 768px) {
  .fix_btn {
    display: block;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 8000;
    max-width: 126px;
  }
}
/***既存パーツ調整***/
.pageGuide {
  position: relative;
  z-index: 10;
}

.share-sns-column {
  position: relative;
  z-index: 5;
  padding-bottom: 80px;
  background: #fff;
}

.menu-column {
  margin-top: 0;
  position: relative;
  z-index: 5;
}

.Footer {
  position: relative;
  z-index: 5;
}

@media screen and (max-width: 767px) {
  #header {
    z-index: 999999999;
  }
}

#header .header-fix-wrap.no-fixed {
  position: static;
}
@media screen and (max-width: 767px) {
  #header .header-fix-wrap.no-fixed .HeaderBody.is-fixed {
    position: static;
  }
}

/******************************/
.Pagetop {
  background: #42a3bb;
  right: 10px !important;
  z-index: 999999999 !important;
}
.pc-only {
  display: block;
}

.sp-only {
  display: none;
}

@media screen and (max-width: 768px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.mb0 {
  margin-bottom: 0;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb25 {
  margin-bottom: 25px;
}

.mb30 {
  margin-bottom: 30px;
}

.mt15 {
  margin-top: 15px;
}

.mb-em {
  margin-bottom: 1em;
}

.txt-c {
  text-align: center;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}/*# sourceMappingURL=style.css.map */