@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

/*--------------------------------------
   fonts
---------------------------------------*/
/*
* "Yakuhan-JP"
*/
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/YakuHanJPs-Regular.woff2") format("woff2"), url("../fonts/YakuHanJPs-Regular.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/YakuHanJPs-Medium.woff2") format("woff2"), url("../fonts/YakuHanJPs-Medium.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/YakuHanJPs-Bold.woff2") format("woff2"), url("../fonts/YakuHanJPs-Bold.woff") format("woff");
}
/*
 * "Noto Sans CJK" licensed under the SIL Open Font License
 * http://www.google.com/fonts/earlyaccess
 */
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Regular.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 500;
  src: url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Medium.otf) format("opentype");
}
@font-face {
  font-family: "Noto Sans Japanese";
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff2) format("woff2"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.woff) format("woff"), url(https://fonts.gstatic.com/ea/notosansjapanese/v6/NotoSansJP-Bold.otf) format("opentype");
}
/*
 * "MAZDA TYPE"
 */
@font-face {
  font-family: "Mazda Type";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/MazdaType-Regular.woff2") format("woff2"), url("../fonts/MazdaType-Medium.woff") format("woff");
}
@font-face {
  font-family: "Mazda Type";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/MazdaType-Medium.woff2") format("woff2"), url("../fonts/MazdaType-Medium.woff") format("woff");
}
@font-face {
  font-family: "Mazda Type";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/MazdaType-Bold.woff2") format("woff2"), url("../fonts/MazdaType-Bold.woff") format("woff");
}
/*--------------------------------------
   common
---------------------------------------*/
html {
  height: 100%;
  font-size: 10px;
  line-height: 1.5;
}

body {
  width: 100%;
  color: #231815;
  font-family: Mazda Type, "YakuHanJP", "Noto Sans Japanese", sans-serif;
  font-weight: 400;
  text-align: justify;
  -webkit-text-size-adjust: 100%;
  position: relative;
  -webkit-font-smoothing: antialiased;
}

a {
  color: #231815;
  text-decoration: none;
  transition: all 0.5s ease;
  backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
}
a span.ph {
  display: block;
  overflow: hidden;
}
a span.ph img {
  transition: transform 0.5s ease;
}
a .hover {
  color: #333;
  text-decoration: none;
}

.comGrayBtn {
  width: calc(100% - 60px);
  margin: auto;
  text-align: left;
  padding-bottom: 60px;
}
@media (min-width: 1024px) {
  .comGrayBtn {
    padding-bottom: 90px;
  }
}
.comGrayBtn .comBtn {
  width: 100%;
  margin: 0;
}
.comGrayBtn .comBtn a {
  width: 100%;
  margin: 0 auto;
  border: 1px solid #767676;
  background: #fff;
  border-radius: 4px;
  text-align: left;
  padding: 18px 50px 18px 23px;
  position: relative;
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .comGrayBtn .comBtn a {
    font-size: 1.6rem;
    width: 450px;
  }
}
.comGrayBtn .comBtn a.hover {
  background: #121212;
  color: #fff !important;
}
.comGrayBtn .comBtn.comBtnBlank a {
  color: #121212;
  display: block;
}
.comGrayBtn .comBtn.comBtnBlank a:after {
  margin-top: -8px;
  width: 15px;
  height: 18px;
  position: absolute;
  top: 50%;
  right: 28px;
  background: url("../img/icon_blank.png") no-repeat left top/15px;
  content: "";
}
.comGrayBtn .comBtn.comBtnBlank a.hover:after {
  background: url("../img/icon_blank_on.png") no-repeat left top/15px;
}

.fadein {
  opacity: 0;
  transform: translateY(50px);
  transition: transform 1s cubic-bezier(0.23, 1, 0.32, 1), opacity 1s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.5s;
}

.fadeinL {
  opacity: 0;
  transform: translateX(-50px);
  transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1), opacity 4s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.5s;
}

.fadeinR {
  opacity: 0;
  transform: translateX(50px);
  transition: transform 4s cubic-bezier(0.23, 1, 0.32, 1), opacity 4s cubic-bezier(0.23, 1, 0.32, 1);
  transition-delay: 0.5s;
}

.scrollin {
  opacity: 1;
  transform: translate(0, 0);
}

input[type=image] {
  -webkit-tap-highlight-color: transparent;
}

img {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

strong {
  font-weight: bold;
}

/*--------------------------------------
   header
---------------------------------------*/
header {
  width: 100%;
  background: #000;
}
header .inner {
  width: 100%;
  line-height: 1;
}
@media (min-width: 768px) {
  header .inner {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) and (max-width: 767px) {
  header .inner {
    width: calc(100% - 24px);
  }
}
@media (min-width: 768px) and (min-width: 768px) {
  header .inner {
    width: calc(100% - 40px);
    max-width: 1440px;
  }
}
header .inner .logo {
  width: auto;
  height: 50px;
}
@media (min-width: 768px) {
  header .inner .logo {
    width: 294px;
    height: auto;
    display: block;
  }
}
header .inner .logo img {
  height: 50px;
}
@media (min-width: 768px) {
  header .inner .logo img {
    height: auto;
    width: 100%;
  }
}

/*--------------------------------------
   main
---------------------------------------*/
#main .mainVisual {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  text-align: center;
  border-bottom: 6px solid #ddd17f;
}
#main .mainVisual img {
  width: 100%;
  max-width: 1300px;
}

/*--------------------------------------
   content
---------------------------------------*/
#content {
  background: url(../img/content_bg.png) #d0121b center top no-repeat;
}
@media only screen and (max-width: 767px) {
  #content {
    background-size: 200%;
  }
}
@media (min-width: 768px) {
  #content {
    background-size: 100%;
  }
}
#content .banner_happybag {
  margin: 0 auto;
  padding: 60px 0 40px;
  border-bottom: 2px solid #fff;
}
@media only screen and (max-width: 767px) {
  #content .banner_happybag {
    width: calc(100% - 40px);
  }
}
@media (min-width: 768px) {
  #content .banner_happybag {
    width: calc(100% - 40px);
    max-width: 1000px;
  }
}
#content .banner_happybag_img {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 10px;
  display: block;
}
#content .banner_happybag_attention {
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #content .banner_happybag_attention {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  #content .banner_happybag_attention {
    font-size: 1.2rem;
  }
}
#content .campaign1 {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 60px 0;
  border-bottom: 2px solid #fff;
}
@media (min-width: 768px) {
  #content .campaign1 {
    width: calc(100% - 40px);
    max-width: 1000px;
  }
}
#content .campaign1_title {
  width: 100%;
  max-width: 582px;
  margin: 0 auto 20px;
}
#content .campaign1_title_img {
  width: 100%;
}
#content .campaign1_description {
  margin-bottom: 30px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1.5;
}
@media only screen and (max-width: 767px) {
  #content .campaign1_description {
    font-size: 1.4rem;
  }
}
@media (min-width: 768px) {
  #content .campaign1_description {
    font-size: 1.6rem;
  }
}
#content .campaign1_description .big {
  margin-top: -0.3em;
  font-size: 2.4rem;
  display: inline-block;
}
#content .campaign1_description .color {
  color: #ddd17f;
}
#content .campaign1_date, #content .campaign1_feature {
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
  text-align: center;
}
#content .campaign1_date {
  margin-bottom: 10px;
}
#content .campaign1_feature {
  margin-bottom: 30px;
}
#content .campaign1_presentList {
  margin: 0 auto 20px;
  display: flex;
  justify-content: space-between;
}
@media only screen and (max-width: 767px) {
  #content .campaign1_presentList {
    max-width: 320px;
    flex-direction: column;
    gap: 10px;
  }
}
@media (min-width: 768px) {
  #content .campaign1_presentList {
    gap: 20px;
  }
}
#content .campaign1_presentList_img {
  width: 100%;
}
#content .campaign1_attention {
  color: #fff;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #content .campaign1_attention {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  #content .campaign1_attention {
    font-size: 1.2rem;
  }
}
#content .banner_secretOffer {
  margin: 0 auto;
  padding: 40px 0 30px;
  border-bottom: 2px solid #fff;
}
@media only screen and (max-width: 767px) {
  #content .banner_secretOffer {
    width: calc(100% - 40px);
  }
}
@media (min-width: 768px) {
  #content .banner_secretOffer {
    width: calc(100% - 40px);
    max-width: 1000px;
  }
}
#content .banner_secretOffer_img {
  width: 100%;
  max-width: 640px;
  margin: 0 auto 10px;
  display: block;
}
#content .banner_secretOffer_attention {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  #content .banner_secretOffer_attention {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  #content .banner_secretOffer_attention {
    font-size: 1.2rem;
  }
}
#content .campaign2 {
  width: calc(100% - 40px);
  margin: 0 auto;
  padding: 60px 0;
}
@media (min-width: 768px) {
  #content .campaign2 {
    max-width: 1000px;
  }
}
#content .campaign2_title {
  width: 71.77%;
  max-width: 422px;
  margin: 0 auto 20px;
}
#content .campaign2_title_img {
  width: 100%;
}
#content .campaign2_offerList {
  margin: 0 auto 20px;
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 767px) {
  #content .campaign2_offerList {
    max-width: 320px;
    flex-direction: column;
    gap: 10px;
  }
}
@media (min-width: 768px) {
  #content .campaign2_offerList {
    flex-wrap: wrap;
    gap: 20px 40px;
  }
}
@media (min-width: 768px) {
  #content .campaign2_offerList > li {
    width: calc((100% - 40px) / 2);
  }
}
#content .campaign2_offerList_img {
  width: 100%;
}

/*--------------------------------------
   footer
---------------------------------------*/
footer {
  text-align: center;
  padding: 30px 0;
  background: #000;
}

footer .copyright {
  color: #fff;
  font-size: 1.2rem;
  text-align: center;
  font-family: Mazda Type;
  font-weight: 400;
}

/*--------------------------------------
   general class
---------------------------------------*/
.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.inline-block {
  display: inline-block;
}

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

.text-right {
  text-align: right;
}

@media only screen and (max-width: 767px) {
  .hidden_sp {
    display: none !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .hidden_tb {
    display: none !important;
  }
}
@media (min-width: 1024px) {
  .hidden_pc {
    display: none !important;
  }
}
.font_en {
  font-family: Mazda Type;
}

/*--------------------------------------
   文字詰め
---------------------------------------*/
.ls_narrow020 {
  letter-spacing: -0.2em;
}

.ls_narrow030 {
  letter-spacing: -0.3em;
}

.ls_narrow040 {
  letter-spacing: -0.4em;
}

.ls_narrow050 {
  letter-spacing: -0.5em;
}

/*--------------------------------------
   general margin
---------------------------------------*/
.mb10px {
  margin-bottom: 10px !important;
}

.mb15px {
  margin-bottom: 15px !important;
}

.mb20px {
  margin-bottom: 20px !important;
}

.mb25px {
  margin-bottom: 25px !important;
}

.mb30px {
  margin-bottom: 30px !important;
}

.mb35px {
  margin-bottom: 35px !important;
}

.mb40px {
  margin-bottom: 40px !important;
}

.mb45px {
  margin-bottom: 45px !important;
}

.mb50px {
  margin-bottom: 50px !important;
}

.mb55px {
  margin-bottom: 55px !important;
}

.mb60px {
  margin-bottom: 60px !important;
}

.mb65px {
  margin-bottom: 65px !important;
}

.mb70px {
  margin-bottom: 70px !important;
}

.mb75px {
  margin-bottom: 75px !important;
}

.mb80px {
  margin-bottom: 80px !important;
}

.mb85px {
  margin-bottom: 85px !important;
}

.mb90px {
  margin-bottom: 85px !important;
}/*# sourceMappingURL=base.css.map */