@charset "UTF-8";

/* ==========================================================================
   common
   ======================================================================= */


/* ==========================================================================
   pc
   ======================================================================= */
@media all and (min-width: 768px){

/* -------------------- hd -------------------- */
.u-hd-wrapper {
}
.u-hd-inner {
  padding-top: 90px;
}
.u-hd-box {
  width: 100%;
  height: 100%;
  position: relative;
}
.u-hd-ttl-box {
   position: absolute;
   top: 50%;
   right: 0;
   transform: translate(0, -45%);
   text-align: left;
}
.ambassador-hd__ttl {
  margin-bottom: 25px;
  line-height: 0;
}
.ambassador-hd__ttl img {
   width: auto;
   height: 60px;
}
.ambassador-hd__name {
  line-height: 0;
}
.ambassador-hd__name img {
   width: auto;
   height: 39px;
}
.u-hd__img {
  background-image: url(../img/ambassador/hd_img_pc.jpg);
  background-position: center top;
}

/* -------------------- content -------------------- */
.ambassador-content-box {
  padding-top: 90px;
}
.ambassador-content__ttl {
  font-size: 340%;
  line-height: 1.7;
  font-weight: bold;
  text-align: center;
  /*max-width: 850px;*/
  margin: 0 auto 35px;
  color: #d93d7c;
}
.ambassador-content__ttl .date {
  display: block;
  font-size: 58.823%;
  margin-top: 10px;
}

.ambassador-content__img {
  margin-bottom: 35px;
  line-height: 0;
}
.ambassador-content__img img {
  width: 100%;
  height: auto;
}
.ambassador-content-txt-box {
  max-width: 850px;
  margin: 0 auto;
}
.ambassador-content__txt {
  font-size: 160%;
  line-height: 2.25;
  margin-bottom: 15px;
}

/* -------------------- profile -------------------- */
.ambassador-profile {
  margin-top: 90px;
  background-color: #e5eded;
}
.ambassador-profile .u-section-inner {
  padding-top: 70px;
  padding-bottom: 80px;
}
.ambassador-profile__ttl {
   float: left;
   width: 34%;
}
.ambassador-profile__ttl img {
   width: 100%;
   height: auto;
   max-width: 370px;
}
.ambassador-profile-txt-box {
   float: left;
   margin-left: 16%;
   width: 50%;
}
.ambassador-profile-list {
   margin-bottom: 10px;
}
.ambassador-profile-item {
   font-size: 140%;
   margin-bottom: 4px;
}
.ambassador-profile-item dl {
   display: table;
}
.ambassador-profile-item dt {
   display: table-cell;
}
.ambassador-profile-item dt::before {
   content: '';
   display: inline-block;
   width: 11px;
   height: 11px;
   background-color: #000000;
   position: relative;
   top: 1px;
   margin-right: 3px;
}
.ambassador-profile-item dd {
   display: table-cell;
}
.ambassador-profile__txt {
   font-size: 140%;
   margin-bottom: 10px;
   line-height: 1.8;
}
.ambassador-profile__caution {
}
.ambassador-profile__caution li {
   padding-left: 1em;
   text-indent: -1em;
   font-size: 120%;
   line-height: 1.6;
}
.ambassador-profile__img {
   position: absolute;
   bottom: -12px;
   left: 50%;
   margin-left: -28%;
   width: 26%;
}
.ambassador-profile__img img {
   width: 100%;
   height: auto;
}

}



/* ==========================================================================
   responsive ajustment
   =======================================================================*/
@media all and (min-width: 768px) and (max-width: 1024px){
.ambassador-profile__ttl {
  float: none;
}
.ambassador-profile-txt-box {
  width: 100%;
  float: none;
  margin-left: 0;
  margin-top: 20px;
}
.ambassador-profile__img {
  margin-left: 0;
  top: 40px;
  bottom: auto;
  left: auto;
  right: 30px;
  width: 30%;
}

}




/* ==========================================================================
   sp
   ======================================================================= */
@media all and (max-width: 767px){

/* -------------------- hd -------------------- */
.u-hd-wrapper {
}
.u-hd-inner {
}
.u-hd-box {
}
.u-hd-ttl-box {
}
.ambassador-hd__ttl {
  margin-bottom: 12px;
  line-height: 0;
}
.ambassador-hd__ttl img {
   width: auto;
   height: 30px;
}
.ambassador-hd__name {
  line-height: 0;
}
.ambassador-hd__name img {
   width: auto;
   height: 22px;
}
.u-hd__img {
  height: 380px;
  background-image: url(../img/ambassador/hd_img_sp.jpg);
  background-position: center center;
}

/* -------------------- content -------------------- */
.ambassador-content-box {
  padding-top: 30px;
}
.ambassador-content__ttl {
  font-size: 180%;
  line-height: 1.7;
  font-weight: bold;
  text-align: center;
  margin-bottom: 12px;
  color: #d93d7c;
}
.ambassador-content__ttl .date {
  display: block;
  font-size: 58.823%;
  margin-top: 3px;
}

.ambassador-content__img {
  margin-bottom: 25px;
  line-height: 0;
}
.ambassador-content__img img {
  width: 100%;
  height: auto;
}
.ambassador-content-txt-box {
  max-width: 850px;
  margin: 0 auto;
}
.ambassador-content__txt {
  font-size: 140%;
  line-height: 1.8;
  margin-bottom: 10px;
}

/* -------------------- profile -------------------- */
.ambassador-profile {
  margin-top: 50px;
  background-color: #e5eded;
}
.ambassador-profile .u-section-inner {
  padding-top: 50px;
  padding-bottom: 20px;
}
.ambassador-profile__ttl {
  width: 60%;
  margin-bottom: 12px;
  line-height: 0;
}
.ambassador-profile__ttl img {
   width: 100%;
   height: auto;
}
.ambassador-profile-txt-box {
}
.ambassador-profile-list {
   margin-bottom: 10px;
}
.ambassador-profile-item {
   font-size: 130%;
   margin-bottom: 4px;
}
.ambassador-profile-item dl {
   display: table;
}
.ambassador-profile-item dt {
   display: table-cell;
   width: 105px;
}
.ambassador-profile-item dt::before {
   content: '';
   display: inline-block;
   width: 11px;
   height: 11px;
   background-color: #000000;
   position: relative;
   top: 1px;
   margin-right: 3px;
}
.ambassador-profile-item dd {
   display: table-cell;
}
.ambassador-profile__txt {
   font-size: 130%;
   margin-bottom: 10px;
   line-height: 1.8;
}
.ambassador-profile__caution {
}
.ambassador-profile__caution li {
   padding-left: 1em;
   text-indent: -1em;
   font-size: 100%;
   line-height: 1.6;
}
.ambassador-profile__img {
   width: 70%;
   margin: 0 auto;
   line-height: 0;
   margin-bottom: -10px;
}
.ambassador-profile__img img {
   width: 100%;
   height: auto;
}

}

/* ==========================================================================
   css animation
   ======================================================================= */


/* ==========================================================================
   js animation
   ======================================================================= */

