
/* mix-in
-----------------------------------------------*/
/* font init
-----------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
li,
figcaption,
dt,
dd,
th,
td,
input,
textarea,
label {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  color: #221815;
}
/* variables
-----------------------------------------------*/
/* common
-----------------------------------------------*/
#wrap {
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
section {
  width: 100%;
  height: auto;
  position: relative;
}
section h2,
section h3 {
  width: 100%;
  height: auto;
  position: relative;
  margin: 30px 0;
}
/* section h2:before,
section h3:before {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background-image: url('images/title_decorate1.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -15px;
  left: 0;
}
section h2:after,
section h3:after {
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background-image: url('images/title_decorate2.png');
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  bottom: -15px;
  right: 0;
} */

/* section h2 img,
section h3 img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
} */

section h2 img,
section h3 img {
  width: 100%;
}


.nofluid {
  width: 90%;
  margin: 0 auto;
}
/* header
-----------------------------------------------*/
header {
  width: 100%;
  height: 50px;
  position: relative;
  z-index: 100;
  box-shadow: 0px 0px 2px 2px #DDD;
}
header:after {
  content: '';
  display: block;
  clear: both;
}
header h1 {
  width: 100px;
  height: auto;
  margin: 10px 0 0 10px;
  float: left;
}
header h1 img {
  width: 100%;
  height: auto;
}
header div {
  float: right;
  margin: 5px 10px 0 0;
}
header div img {
  width: auto;
  height: 40px;
}
header div a {
  -o-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
header div a:hover {
  opacity: 0.5;
}
/* button-area
-----------------------------------------------*/
.button-area {
  width: 100%;
  height: 170px;
  position: relative;
  z-index: 1;
  box-shadow: 0px 0px 2px 2px #DDD;
}
.button-area nav {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 50%;
  margin-left: -45%;
  margin-top: 20px;
}
.button-area nav a {
  width: 100%;
  height: 50px;
  display: block;
  position: relative;
  background-position: 50% 50%;
  background-size: 100% 100%;
  -o-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-bottom: 20px;
}
.button-area nav a:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 2px;
  left: 2px;
  -o-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  -ms-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}
.button-area nav a:hover {
  -ms-transform: translate(1px, 1px);
  -webkit-transform: translate(1px, 1px);
  transform: translate(1px, 1px);
}
.button-area nav a:hover:before {
  top: 1px;
  left: 1px;
}
.button-area nav a img {
  width: auto;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.button-area nav .button-area-red {
  background-image: url('images/button_area_red_bg.png');
}
.button-area nav .button-area-red:before {
  border: 2px solid #e6002d;
}
.button-area nav .button-area-green {
  background-image: url('images/button_area_green_bg.png');
}
.button-area nav .button-area-green:before {
  border: 2px solid #51ba97;
}
.button-area nav .notice {
  width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px auto;
  padding: 10px 0;
  background-color: rgba(0, 0, 0, 0.5);
  font-size: 10px;
  line-height: 13px;
  letter-spacing: -0.02em;
  color: #FFF;
  border-radius: 10px;
  position: relative;
}
.button-area div {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  font-size: 0;
  text-align: center;
}
.button-area div span {
  width: 20%;
  height: 100%;
  display: inline-block;
  background-size: cover;
  background-position: 50% 50%;
  background-image: url('images/button_area_bg1.jpg');
}
.button-area div span + span {
  background-image: url('images/button_area_bg2.jpg');
}
.button-area div span + span + span {
  background-image: url('images/button_area_bg3.jpg');
}
.button-area div span + span + span + span {
  background-image: url('images/button_area_bg4.jpg');
}
.button-area div span + span + span + span + span {
  background-image: url('images/button_area_bg5.jpg');
}
.button-area.fv {
  height: 280px;
}
.button-area.fv p {
  text-align: center;
  font-size: 10px;
  line-height: 15px;
  letter-spacing: 0em;
}
/* default-container
-----------------------------------------------*/
.default-container #firstview {
  /* width: 100%;
  height: 705px;
  text-align: center;
  position: relative;
  background-size: auto 705px;
  background-position: 50% 50%;
  background-repeat: no-repeat; */
  background-image: url('./asset/images/fv_bg_campaign_202407.jpg');
  background-size: cover;         /* 背景画像を要素のサイズに合わせてカバー */
  background-size: contain;
  background-repeat: no-repeat; /* 画像の繰り返しを無効にする */
  background-position: center;    /* 背景画像を中央に配置 */
  width: 100%;                    /* 要素の幅を100%に設定 */
  height: 100vh;   
}
.default-container #firstview p {
  position: absolute;
  top: 375px;
  left: 50%;
  -ms-transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0.05em;
}
.default-container #firstview p a {
  -o-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  -webkit-transition: color 0.3s ease-out;
  -ms-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out;
}
.default-container #firstview p a:hover {
  color: #e6002d;
}
.default-container #introduction {
  font-size: 0;
  text-align: center;
  margin-bottom: 50px;
}
.default-container #introduction h2 {
  height: 100px;
}
.default-container #introduction a {
  width: 100%;
  height: auto;
  display: block;
  border-right: 2px dotted #221815;
  padding-right: 20px;
  -o-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
.default-container #introduction a img {
  width: 100%;
  height: auto;
}
.default-container #introduction a:hover {
  opacity: 0.5;
}
.default-container #point1 {
  padding-bottom: 50px;
}
.default-container #point1 figure {
  width: 100%;
  height: auto;
  margin: 35px auto;
  text-align: center;
}
.default-container #point1 figure img {
  width: 85%;
  height: auto;
}
.default-container #point1 ul li {
  width: 100%;
  height: auto;
}
.default-container #point1 ul li .cont {
  width: 100%;
  height: auto;
  /* margin-top: 50px; */
}
/* .default-container #point1 ul li:nth-child(2) h3 {
  height: 50px;
}
.default-container #point1 ul li:nth-child(3) h3 {
  height: 60px;
}
.default-container #point1 ul li:nth-child(4) h3 {
  height: 90px;
} */
.default-container #point1:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: -2500px;
  width: 9999px;
  height: 2px;
  background-color: #ff8000;
}
.default-container #point2 {
  padding-bottom: 50px;
  padding-top: 30px;
}
.default-container #point2 figure {
  width: 100%;
  height: auto;
  text-align: center;
}
.default-container #point2 figure img {
  width: 100%;
  height: auto;
}
.default-container #point2 div {
  width: 100%;
  height: auto;
}
/* .default-container #point2 div h3 {
  height: 30px;
} */
.default-container #point2 div .cont {
  width: 100%;
  height: auto;
}
.default-container #about-kouza,
.default-container #about-nokouza {
  width: 80%;
  height: auto;
  margin: 30px auto 0 auto;
  border: 2px solid #FF8000;
  border-radius: 30px;
  padding: 25px 5%;
}
.default-container #about-kouza h4,
.default-container #about-nokouza h4 {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-weight: bold;
  color: #FF8000;
  border-bottom: 1px dotted #FF8000;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0.01em;
}
.default-container #about-kouza ul li,
.default-container #about-nokouza ul li {
  list-style-type: circle;
  font-size: 11px;
  line-height: 20px;
  letter-spacing: 0.01em;
}
.default-container #about-kouza ul li h5,
.default-container #about-nokouza ul li h5 {
  font-weight: 700;
}
.default-container #about-kouza ul li h5 span,
.default-container #about-nokouza ul li h5 span {
  font-weight: 400;
}
.default-container #about-kouza ul li p small,
.default-container #about-nokouza ul li p small {
  font-size: 9px;
}
.default-container #about-kouza ul li p img,
.default-container #about-nokouza ul li p img {
  width: 100%;
  height: auto;
}
.default-container #about-kouza ul li a,
.default-container #about-nokouza ul li a {
  color: #FF8000;
}
.default-container #about-nokouza {
  margin-bottom: 50px;
}
/* footer
-----------------------------------------------*/
footer #footer-tel {
  width: 100%;
  height: auto;
  background-color: #444444;
  text-align: center;
  font-size: 0;
}
footer #footer-tel a,
footer #footer-tel figure {
  display: block;
}
footer #footer-tel figure {
  width: 90%;
  height: auto;
  margin: 15px auto 0 auto;
  padding: 20px 0;
  border-bottom: 1px solid #232323;
}
footer #footer-tel figure img {
  width: 100%;
  height: auto;
}
footer #footer-tel a {
  width: 90%;
  height: auto;
  margin: 0 auto;
  padding: 20px 0;
  border-top: 1px solid #626262;
  -o-transition: opacity 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out;
  -webkit-transition: opacity 0.3s ease-out;
  -ms-transition: opacity 0.3s ease-out;
  transition: opacity 0.3s ease-out;
}
footer #footer-tel a img {
  width: 100%;
  height: auto;
}
footer #footer-tel a:hover {
  opacity: 0.5;
}
footer #footer-copyright {
  width: 100%;
  height: auto;
  text-align: center;
}
footer #footer-copyright p {
  font-size: 9px;
  line-height: 14px;
  letter-spacing: 0.1em;
  padding-top: 20px;
}
footer #footer-copyright img {
  width: 320px;
  height: auto;
}


/* added180117
-----------------------------------------------*/
.default-container #campaign-detail img {
  width: 100%;
  height: auto;
}
.button-area {
  height: 170px;
}
.button-area.fv {
  height: 220px;
}

.fv-202407 img{
  width: 100vw;
}