@charset "UTF-8";

/* ==========================================================
 html5 elements
========================================================== */
article, aside, figure, figcaption, footer, header, nav, section
{ display: block; }
/* ==========================================================
 reseting
========================================================== */
html {
  overflow-y: scroll;
  font-size: 62.5%;
}
body {
  overflow: hidden;
  font-size: 160%;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.875;
  word-wrap: break-word;
  overflow-wrap: break-word;
  color: #fff;
	font-family: "Noto Sans JP", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	text-align: justify;
  background: url("../img/bg_main.jpg") no-repeat top center #000;
  background-size: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: unset;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
  body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
}

@media screen and (max-width: 959px) {
  body
  { min-width: 2px; }
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, button, figure, figcaption
{ margin: 0; padding: 0; }
input, textarea
{ margin: 0; font-size: 100%; }
textarea
{ resize: none; }
button
{ border: none; overflow: visible; background: none; vertical-align: top;  font-size: 100%; color: inherit; cursor: pointer; -webkit-appearance: none; }
label
{ cursor: pointer; }
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%; }
fieldset, img
{ border: none; }
img
{ overflow: hidden; vertical-align: bottom; }
svg
{ fill: currentColor; }
address, caption, code, em, th
{ font-style: normal; font-weight: normal; }
ol, ul
{ list-style: none; }
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6, strong, em
{ font-size: 100%; font-weight: inherit; }
sup, sub
{ font-size: 63%; }
sup
{ vertical-align: top; }
sub
{ vertical-align: baseline; }
*
{ box-sizing: border-box; -webkit-box-sizing: border-box; }
/* ==========================================================
 base Link
========================================================== */
a {
  color: inherit;
  text-decoration: none;
}
/* ==========================================================
 style
========================================================== */
.s-fw-n     { font-weight: normal; }
.s-fw-b     { font-weight: 700; }
.s-ta-l     { text-align: left !important; }
.s-ta-c     { text-align: center !important; }
.s-ta-r     { text-align: right !important; }
.s-va-t     { vertical-align: top !important; }
.s-va-m     { vertical-align: middle !important; }
.s-va-b     { vertical-align: bottom !important; }
.s-ov-h     { overflow: hidden; }
.s-clear    { clear: both; }
.s-hide     { display: none; }
.s-block    { display: block; }
.s-iblock   { display: inline-block; }
.s-txt-hide { text-indent: 100%; white-space: nowrap; overflow: hidden; }
.s-bg-n     { background: none !important; }
.s-mt-00    { margin-top: 0 !important; }
.s-mt-20    { margin-top: 20px !important; }
.s-mt-30    { margin-top: 30px !important; }
.s-mt-40    { margin-top: 40px !important; }
.s-mt-50    { margin-top: 50px !important; }
.s-mt-60    { margin-top: 60px !important; }
.s-mt-70    { margin-top: 70px !important; }
.s-mt-80    { margin-top: 80px !important; }
.s-mt-100   { margin-top: 100px !important; }
.s-mt-130   { margin-top: 130px !important; }
.s-mb-00    { margin-bottom: 0 !important; }
.s-mb-10    { margin-bottom: 10px !important; }
.s-mb-20    { margin-bottom: 20px !important; }
.s-mb-30    { margin-bottom: 30px !important; }
.s-mb-40    { margin-bottom: 40px !important; }
.s-mb-60    { margin-bottom: 60px !important; }
.s-ml-00    { margin-left: 0 !important; }
.s-ml-40    { margin-left: 40px !important; }
.s-ml-80    { margin-left: 80px !important; }
.s-mr-00    { margin-right: 0 !important; }
.s-fullw    { width: 100%; }
.s-td-u     { text-decoration: underline; }
.s-ls-w			{ letter-spacing: 0.1em; }
.s-ls-n			{ letter-spacing: -0.02em; }
/* ==========================================================
 rwd switch
========================================================== */
/* pc
---------------------------------------------------------- */
.only-sp,
.no-pc { display: none !important; }
/* sp
---------------------------------------------------------- */
@media screen and (max-width: 799px) {
.only-pc, .no-sp
{ display: none !important; }
.only-sp, .no-pc
{ display: block !important; }
img.only-sp, img.no-pc
{ display: inline-block !important; }
}


/* ==========================================================
 lambfes2023 / PC
========================================================== */
svg,
img[src$=".svg"] {
	display: block;
	width: 100%;
	height: 100%;
}
img {
	max-width: 100%;
}
.sec-02,
.sec-in {
  max-width: 1200px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.ttl-01,
.ttl-03 {
  line-height: 1.33;
  font-size: 60px;
  font-weight: 900;
}
.ttl-02 {
  width: 320px;
  height: 60px;
  margin: 0 auto;
}
.btn-01,
.btn-02 {
  position: relative;
  display: block;
  width: 240px;
  height: 40px;
  margin-top: auto;
  padding-top: 12px;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 10px;
  transition: opacity 0.2s;
}
.btn-01 {
  background: #212121;
}
.btn-02 {
  background: #E7868A;
}
.btn-01::after,
.btn-02::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  display: block;
  width: 14px;
  height: 14px;
  background: url("../img/ico_exit.svg") no-repeat 50% 50%;
  background-size: contain;
  transform: translateY(-50%);
}
.btn-01:hover,
.btn-02:hover {
  opacity: 0.7;
}

/* header / footer
---------------------------------------------------------- */
.logo {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
	align-items: center;
}
.logo .link + .link {
  position: relative;
  margin-left: 50px;
}
.logo .link + .link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -25px;
  width: 1px;
  height: 100%;
  background: #fff;
}
.logo .link {
  height: 95px;
}
.logo .link.mlalamb {
  width: 158px;
}
.logo .link.lambassador {
  width: 95px;
}

.header {
  position: relative;
  width: 100%;
  height: 940px;
  padding-top: 130px;
}
.header .ttl {
  max-width: 1210px;
  width: 100%;
  margin: 0 auto;
}
.header .logo {
  position: absolute;
  top: 40px;
  left: 50%;
  -ms-flex-pack: end;
	justify-content: flex-end;
  max-width: 1200px;
  width: 100%;
  transform: translateX(-50%);
}
.footer {
  padding: 90px 0 30px;
}
.footer .logo {
  -ms-flex-pack: center;
	justify-content: center;
}
.footer .copy {
  margin-top: 70px;
  font-size: 18px;
  text-align: center;
}

/* intro
---------------------------------------------------------- */
.sec-01.intro {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
	justify-content: space-between;
  -ms-flex-align: center;
	align-items: center;
  max-width: 1700px;
  width: 100%;
  margin: 0 auto 200px;
}
.sec-01.intro .ttl-01 {
  margin-bottom: 60px;
}
.sec-01.intro .ttl-01 .txt-color-01 {
  color: #C79F62;
}
.sec-01.intro .detail {
  order: 2;
  width: 740px;
  padding: 0 100px;
}
.sec-01.intro .detail p + p {
  margin-top: 1.6em;
}
.sec-01.intro .img {
  width: calc(50% - 370px);
}
.sec-01.intro .img-01 {
  order: 1;
}
.sec-01.intro .img-02 {
  order: 3;
}

/* lineup
---------------------------------------------------------- */
.list-lineup {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: start;
	justify-content: flex-start;
  -ms-flex-pack: justify;
	justify-content: space-between;
  margin-top: 80px;
}
.list-lineup .item {
  /* max-width: 390px; */
  width: calc(50% - 10px);
  /* width: calc(33.33% - 10px); */
  margin-bottom: 20px;
}
.sec-02.lineup .notice,
.sec-02.lineup .txt {
  max-width: 960px;
  width: 100%;
}
.sec-02.lineup .notice {
  margin: 45px auto 0;
  padding: 30px;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  border: 5px solid #C79F62;
}
.sec-02.lineup .notice span,
.sec-02.lineup .txt {
  font-size: 14px;
}
.sec-02.lineup .txt {
  margin: 30px auto 130px;
}
.box-lambassador {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
	align-items: center;
  border: 10px solid #212121;
}
.box-lambassador .img {
  width: 390px;
}
.box-lambassador .img img {
  width: 228px;
  height: 228px;
  margin: 0 auto;
}
.box-lambassador .detail {
  width: calc(100% - 400px);
  padding: 50px;
  border-left: 10px solid #212121;
}
.box-lambassador .detail h3 {
  font-size: 20px;
  font-weight: 900;
}
.box-lambassador .detail p {
  margin: 20px 0 30px;
  font-size: 14px;
}

/* outline
---------------------------------------------------------- */
.sec-02.outline {
  padding: 140px 0 160px;
}
.dlist-outline {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 50px;
  border-bottom: 10px solid #212121;
}
.dlist-outline .ttl,
.dlist-outline .detail {
  padding: 15px 30px;
  border-top: 10px solid #212121;
}
.dlist-outline .ttl {
  width: 350px;
}
.dlist-outline .detail {
  width: calc(100% - 350px);
}
.box-map {
  display: block;
  width: 100%;
  height: 500px;
  margin-top: 75px;
  border: none;
}

/* campaign
---------------------------------------------------------- */
.sec-04.campaign {
  padding: 160px 0 200px;
  background: #EDA4A7;
}
.sec-04.campaign .ttl-03 {
  position: relative;
  margin-bottom: 30px;
}
.sec-04.campaign .ttl-03::before {
  content: "";
  position: absolute;
  bottom: -80px;
  right: 60px;
  display: block;
  width: 415px;
  height: 380px;
  background: url("../img/bg_campaign.svg") no-repeat 50% 50%;
  background-size: contain;
  opacity: 0.6;
  z-index: 0;
}
.sec-04.campaign .ttl-03 .sub {
  position: relative;
  display: block;
  max-width: 440px;
  height: 60px;
  margin-bottom: 30px;
  padding-top: 20px;
  line-height: 1;
  color: #EDA4A7;
  font-size: 20px;
  text-align: center;
  background: #fff;
  border-radius: 10px;
  z-index: 1;
}
.sec-04.campaign .txt {
  margin-bottom: 60px;
}
.list-campaign .item {
  display: -ms-flexbox;
  display: flex;
  background: #fff;
}
.list-campaign .item + .item {
  margin-top: 20px;
}
.list-campaign .img {
  width: 350px;
}
.list-campaign .detail {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(100% - 350px);
  padding: 45px 50px 50px;
}
.list-campaign .detail h3 {
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
  font-weight: 900;
}
.list-campaign .detail h3 .sub {
  display: block;
  margin-bottom: 5px;
  color: #212121;
  font-size: 16px;
  font-weight: 700;
}
.list-campaign .detail p {
  line-height: 1.75;
  color: #424242;
  font-weight: 400;
}

/* ==========================================================
 lambfes2023 / SP
========================================================== */
@media screen and (min-width: 1px) and (max-width: 799px) {

  body {
    font-size: 140%;
    font-size: 1.4rem;
    background-size: 200%;
  }

  .sec-02,
  .sec-in {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
  .ttl-01,
  .ttl-03 {
    line-height: 1.4;
    font-size: 30px;
  }
  .ttl-02 {
    width: 200px;
    height: 38px;
  }
  .btn-01,
  .btn-02 {
    margin: 25px auto 0;
  }

  .sec-01.intro,
  .box-lambassador,
  .dlist-outline,
  .list-campaign .item,
  .list-campaign .detail {
    display: block;
  }

/* header / footer
---------------------------------------------------------- */
  .logo .link {
    height: 58px;
  }
  .logo .link + .link {
    margin-left: 30px;
  }
  .logo .link + .link::before {
    left: -15px;
  }
  .logo .link.mlalamb {
    width: 96px;
  }
  .logo .link.lambassador {
    width: 58px;
  }
  .header {
    height: auto;
    padding: 140px 0 100px;
  }
  .header .ttl {
    width: 90%;
  }
  .header .logo {
    top: 30px;
    width: calc(100% - 40px);
  }
  .footer {
    padding-top: 60px;
  }
  .footer .copy {
    margin-top: 40px;
    font-size: 12px;
  }

/* intro
---------------------------------------------------------- */
  .sec-01.intro {
    margin-bottom: 120px;
  }
  .sec-01.intro .ttl-01 {
    margin-bottom: 30px;
  }
  .sec-01.intro .detail {
    width: auto;
    padding: 0 40px 60px;
  }
  .sec-01.intro .img {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: auto;
  }
  .sec-01.intro .img-02 {
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .sec-01.intro .img img {
    width: 50%;
  }

/* lineup
---------------------------------------------------------- */
  .list-lineup {
    margin-top: 40px;
  }
  .list-lineup .item {
    /* width: calc(50% - 5px); */
    width: 100%;
    margin-bottom: 10px;
  }
  .sec-02.lineup .notice {
    margin-top: 15px;
    padding: 20px;
    line-height: 1.6;
    font-size: 16px;
    text-align: justify;
  }
  .sec-02.lineup .notice span,
  .sec-02.lineup .txt {
    font-size: 12px;
  }
  .sec-02.lineup .txt {
    margin: 20px auto 60px;
  }
  .box-lambassador .img,
  .box-lambassador .detail {
    width: 100%;
  }
  .box-lambassador .img img {
    width: 153px;
    height: 150px;
    margin-top: 40px;
  }
  .box-lambassador .detail {
    padding: 50px 20px 30px;
    border: none;
  }
  .box-lambassador .detail h3 {
    font-size: 18px;
  }
  .box-lambassador .detail p {
    font-size: 12px;
  }

/* outline
---------------------------------------------------------- */
  .sec-02.outline {
    padding: 100px 0 60px;
  }
  .dlist-outline .ttl,
  .dlist-outline .detail {
    width: auto;
    padding: 15px 20px;
    border: none;
  }
  .dlist-outline .ttl {
    background: #212121;
  }
  .box-map {
    height: calc(100vw - 40px);
    margin-top: 40px;
  }

/* campaign
---------------------------------------------------------- */
  .sec-04.campaign {
    padding: 120px 0 60px;
  }
  .sec-04.campaign .ttl-03 {
    position: relative;
    margin-bottom: 15px;
  }
  .sec-04.campaign .ttl-03::before {
    top: -100px;
    bottom: auto;
    right: 0;
    width: 200px;
    height: 182px;
  }
  .sec-04.campaign .ttl-03 .sub {
    max-width: 300px;
    height: 40px;
    margin-bottom: 10px;
    padding-top: 13px;
    font-size: 14px;
    border-radius: 5px;
  }
  .sec-04.campaign .txt {
    margin-bottom: 30px;
  }
  .list-campaign .img {
    width: 100%;
    margin: 0 auto;
  }
  .list-campaign .detail {
    width: auto;
    padding: 25px 20px 30px;
  }
  .list-campaign .detail h3 {
    margin-bottom: 15px;
    line-height: 1.6;
    font-size: 18px;
  }
  .list-campaign .detail h3 .sub {
    font-size: 12px;
  }
  .list-campaign .detail .period {
    display: inline-block;
    margin-left: -0.5em;
    letter-spacing: -0.01em;
  }

}