@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Oswald&display=swap');

/*================================================
 Base
=================================================*/
#xg h1,
#xg h2,
#xg h3,
#xg h4,
#xg p {
  margin: 0;
}
#xg h2,
#xg h3,
#xg h4 {
  line-height: 1.5;
}
#xg ul,
#xg ol,
#xg dl {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#xg img,
#xg table img {
  width: 100%;
}
@media only screen and (min-width: 768px) {
  #xg button:hover img,
  #xg button:focus img,
  #xg a:hover img,
  #xg a:focus img {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
  }
}
/*---------------------------------------------
 utility
---------------------------------------------*/
#xg {
  font-size: 15px;
  line-height: 1.8;
  padding-bottom: 45px;
}
@media only screen and (min-width: 768px) {
  #xg {
    padding-bottom: 60px;
  }
}
#xg .u_sm_pc {
  display: none !important;
}
@media only screen and (min-width: 768px) {
  #xg .u_sm_pc {
    display: block !important;
  }
  #xg .u_sm_sp {
    display: none !important;
  }
}
#xg .u_clearFix:after {
  content: '';
  display: block;
  height: 0px;
  clear: both;
  font-size: 0;
  line-height: 0;
  visibility: hidden;
}

/*================================================
 Main
=================================================*/
@media only screen and (min-width: 768px) {
  #xg.spWrapper .spMain {
    width: 100%;
    padding-right: 0;
  }
}

/*================================================
 Hero
=================================================*/
#xg .spMainHero-ambassador {
  position: relative;
}
#xg .spMainHero-ambassador > a {
  position: absolute;
  top: 7px;
  left: 15px;
  height: 30px;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  text-shadow: 0px 0px 11px #1f1f1f;
  padding-left: 15px;
  z-index: 2;
}
#xg .spMainHero-ambassador > a:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#xg .spMainHero_ttl > p {
  font-size: 20px;
  font-family: 'Oswald', sans-serif;
  text-shadow: 0px 0px 11px #1f1f1f;
}
#xg .spMainHero_ttl > h1 {
  font-size: 30px;
  font-weight: normal;
  text-shadow: 0px 0px 11px #1f1f1f;
}
@media screen and (max-width:767px) {
  #xg .spMainHero_ttl {
    position: absolute;
    top: 50%;
    left: 15px;
    color: #fff;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    z-index: 2;
  }
  #xg .spMainHero-ambassador .spMainHero_img {
    position: relative;
  }
  #xg .spMainHero-ambassador .spMainHero_img:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    background: linear-gradient(90deg,rgba(0,0,0,.4),rgba(0,0,0,.0));
    z-index: 1;
  }
}
@media screen and (min-width:768px) {
  #xg .spMainHero {
    display: table;
    width: 100%;
  }
  #xg .spMainHero_ttl,
  #xg .spMainHero_img {
    display: table-cell;
    vertical-align: middle;
  }
  #xg .spMainHero-ambassador > a {
    position: absolute;
    top: 17px;
    left: 20px;
  }
  #xg .spMainHero_ttl {
    width: 33.334%;
    color: #fff;
    padding-left: 20px;
    background-color: #000;
  }
  #xg .spMainHero_ttl > p {
    font-size: 24px;
  }
  #xg .spMainHero_ttl > h1 {
    font-size: 48px;
  }
}

/*================================================
 Top
=================================================*/
/*--------------------------------------
 Top / Ambassadors
--------------------------------------*/
#xg .topAmbassadors {
  padding-top: 20px;
  margin: 0 -20px;
  overflow: hidden;
}
#xg .topAmbassadors_heading > h2 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#xg .topAmbassadors_list {
  position: relative;
  margin-top: 20px;
}
#xg .topAmbassadors_lis .swiper-container {
  display: none;
}
#xg .topAmbassadors_lis .swiper-container.swiper-container-initialized {
  display: block;
}
#xg .topAmbassadors_list li {
  padding: 0 5px 10px;
}
#xg .topAmbassadors_list li > * {
  display: block;
  position: relative;
  background-color: #fff;
  border-radius: 5px;
  box-shadow: 4px 4px 4px rgba(239, 239, 239, 1);
}
#xg .topAmbassadors_list li > * > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 60px;
  margin: auto;
  border-radius: 50%;
  z-index: 1;
}
#xg .topAmbassadors_img > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 50%;
  margin: auto;
  object-fit: cover;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;';
  border-radius: 5px 5px 0 0;
}
#xg .topAmbassadors_txt {
  color: #000;
  text-align: center;
  padding: 9em 15px 5px;
  border: 1px solid #efefef;
  border-radius: 5px;
}
#xg .topAmbassadors_txt > * {
  line-height: 1.5;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#xg .topAmbassadors_txt_ttl {
  font-size: 10px;
}
#xg .topAmbassadors_txt_name {
  font-size: 16px;
  font-weight: bold;
}
#xg .topAmbassadors_list .swiper-button-prev,
#xg .topAmbassadors_list .swiper-button-next {
  display: none;
}
@media screen and (max-width:767px) {
  #xg .topAmbassadors_list li {
    width: 190px !important;
  }
}
@media screen and (min-width:768px) {
  #xg .topAmbassadors {
    padding-top: 25px;
    margin: 0;
  }
  #xg .topAmbassadors_heading > h2 {
    font-size: 20px;
  }
  #xg .topAmbassadors_list {
    margin: 20px 3.5% 0;
  }
  #xg .topAmbassadors_list li {
    padding: 0 .592% 10px;
  }
  #xg .topAmbassadors_list li > * > img {
    width: 65px;
  }
  #xg .topAmbassadors_txt_ttl {
    font-size: 12px;
  }
  #xg .topAmbassadors_list .swiper-button-prev,
  #xg .topAmbassadors_list .swiper-button-next {
    display: block;
  }
  #xg .topAmbassadors_list .swiper-button-prev {
    left: -3.1%;
  }
  #xg .topAmbassadors_list .swiper-button-prev:after {
    content: '';
    position: absolute;
    top: 0;
    left: 5px;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin: auto;
    border-bottom: 2px solid #777;
    border-left: 2px solid #777;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #xg .topAmbassadors_list .swiper-button-next {
    right: -3.5%;
  }
  #xg .topAmbassadors_list .swiper-button-next:after {
    content: '';
    position: absolute;
    top: 0;
    right: 5px;
    bottom: 0;
    width: 16px;
    height: 16px;
    margin: auto;
    border-top: 2px solid #777;
    border-right: 2px solid #777;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}

/*================================================
 Ambassador
=================================================*/
/*--------------------------------------
 Ambassador / Profile
--------------------------------------*/
#xg .amProfile {
  margin-top: 20px;
}
#xg .amProfile_heading p {
  font-family: 'Oswald', sans-serif;
  font-size: 26px;
}
#xg .amProfile_heading h2 {
  color: #000;
  font-size: 13px;
}
#xg .amProfile_content {
  margin-top: 25px;
}
#xg .amProfile_content > img {
  float: left;
  width: 80px;
}
#xg .amProfile_content_name,
#xg .amProfile_content_ttl,
#xg .amProfile_content_ambassador {
  font-size: 14px;
  margin-left: 95px;
}
#xg .amProfile_content_ambassador {
  margin-top: 5px;
}
#xg .amProfile_content_comment {
  clear: both;
  font-size: 13px;
  padding-top: 10px;
}
#xg .amProfile_sns {
  margin-top: 20px;
}
#xg .amProfile_sns > ul {
  font-size: 0;
}
#xg .amProfile_sns > ul > li {
  display: inline-block;
  vertical-align: top;
}
#xg .amProfile_sns > ul > li + li {
  margin-left: 20px;
}
#xg .amProfile_sns > ul > li > a {
  display: block;
  width: 40px;
}
@media screen and (min-width:768px) {
  #xg .amProfile {
    margin-top: 40px;
  }
  #xg .amProfile_content > img {
    width: 140px;
  }
  #xg .amProfile_content_name,
  #xg .amProfile_content_ambassador,
  #xg .amProfile_content_comment {
    margin-left: 170px;
  }
  #xg .amProfile_content_name,
  #xg .amProfile_content_comment {
    font-size: 16px;
  }
  #xg .amProfile_content_name > span {
    display: inline-block !important;
  }
  #xg .amProfile_content_comment {
    clear: none;
  }
  #xg .amProfile_sns {
    margin-top: 15px;
  }
}
/*--------------------------------------
 Ambassador / Article
--------------------------------------*/
#xg .amArticle {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #d2d2d2;
}
#xg .amArticle_heading > h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#xg .amArticle_list {
  width: 100%;
}
#xg .amArticle_list > ul {
  margin-top: -10px;
}
#xg .amArticle_list > ul > li {
  margin-top: 40px;
}
#xg .amArticle_item {
  display: block;
  color: #333;
}
#xg .amArticle_item_ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 15px;
}
#xg .amArticle_item_txt {
  font-size: 16px;
  line-height: 1.5;
}
#xg .amArticle_item_model {
  font-size: 0;
}
#xg .amArticle_item_model > * {
  display: inline-block;
  color: #666;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  line-height: 17px;
  padding: 0 5px;
  margin: 5px 5px 0 0;
  background-color: #eee;
}
#xg .amArticle_item_info {
  font-size: 0;
  margin-top: 10px;
}
#xg .amArticle_item_info > * {
  display: inline-block;
}
#xg .amArticle_info_tag {
  font-size: 11px;
  line-height: 16px;
  padding: 0 5px;
  border: 1px solid #666;
  border-radius: 3px;
}
#xg .amArticle_info_tag + .amArticle_info_tag {
  margin-left: 5px;
}
#xg .amArticle_info_date {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin-left: 10px;
}
@media screen and (min-width:768px) {
  #xg .amArticle {
    padding-top: 40px;
    margin-top: 40px;
  }
  #xg .amArticle_heading > h3 {
    font-size: 28px;
    text-align: left;
  }
  #xg .amArticle_list {
    overflow: hidden;
  }
  #xg .amArticle_list > ul {
    font-size: 0;
    margin: -20px -1.2065% 0;
  }
  #xg .amArticle_list > ul > li {
    display: inline-block;
    width: 33.3333%;
    vertical-align: top;
    padding: 0 1.2065%;
    margin-top: 60px;
  }
  #xg .amArticle_item:hover,
  #xg .amArticle_item:focus {
    color: #006169;
  }
  #xg .amArticle_item:hover .amArticle_item_model > *,
  #xg .amArticle_item:focus .amArticle_item_model > * {
    color: #006169;
  }
  #xg .amArticle_info_tag {
    line-height: 18px;
  }
  #xg .amArticle_item:hover .amArticle_info_tag,
  #xg .amArticle_item:focus .amArticle_info_tag {
    border-color: #006169;
  }
  #xg .amArticle_info_date {
    line-height: 20px;
  }
}

/*================================================
 Banner
=================================================*/
#xg .xgBanner {
  margin: 25px auto 20px;
}
#xg .xgBanner img {
  width: 100%;
  height: auto;
}
@media screen and (min-width:768px) {
  #xg .xgBanner {
    max-width: 1000px;
    margin: 40px auto 35px;
  }
}

/*================================================
 Gallery
=================================================*/
/*--------------------------------------
 Gallery / Heading
--------------------------------------*/
#xg .xgGallery_heading {
  text-align: center;
  padding-top: 25px;
}
#xg .xgGallery_heading > h2 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (min-width:768px) {
  #xg .xgGallery_heading {
    padding-top: 35px;
  }
  #xg .xgGallery_heading > h2 {
    font-size: 20px;
  }
}
/*--------------------------------------
 Gallery / List
--------------------------------------*/
#xg .xgGallery_list {
  margin: 20px -20px 0;
  overflow: hidden;
}
#xg .xgGallery-ambassador .xgGallery_list {
  margin-top: 25px;
}
#xg .xgGallery_list > ul {
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 1fr 1fr;
}
#xg .xgGallery-ambassador .xgGallery_list > ul {
  background-color: #f5f5f5;
}
#xg .xgGallery-ambassador .xgGallery_list #itemlist0 {
  margin-top: -5px;
}
#xg .xgGallery_list > ul + ul {
  padding-top: 5px;
}
#xg .xgGallery_list > ul > li.is-hidden {
  display: none;
  height: 0;
  padding:0;
  margin: 0;
  opacity: 0;
}
_:-ms-input-placeholder, :root #xg .xgGallery_list > ul {
  display: block;
  font-size: 0;
  margin: 0 -5px;
}
_:-ms-input-placeholder, :root #xg .xgGallery_list > ul > li {
  display: inline-block;
  width: 33.3333%;
  padding: 5px 5px 0;
}
#xg .xgGallery_list > ul > li > * {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
  background: none;
  border: none;
  cursor: pointer;
}
#xg .xgGallery_list > ul > li > * > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  object-position: bottom;
  font-family: 'object-fit: cover; object-position: bottom;';
}
#xg .xgGallery-camera:after {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 31px;
  height: 31px;
  background: url(../img/ic-camera.png) center center no-repeat;
  background-size: 31px 31px;
}
#xg .xgGallery-movie:after {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 31px;
  height: 31px;
  background: url(../img/ic-movie.png) center center no-repeat;
  background-size: 31px 31px;
}
#xg .xgGallery_list_btn {
  text-align: center;
}
#xg .xgGallery_list_btn > button {
  position: relative;
  font-size: 24px;
  padding-bottom: 20px;
  margin-top: 25px;
  background: none;
  border: none;
}
#xg .xgGallery_list_btn > button:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 5px;
  width: 18px;
  height: 18px;
  margin: auto;
  border-bottom: 3px solid #333;
  border-right: 3px solid #333;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (max-width:767px) {
  #xg .grid-item--width1,
  #xg .grid-item--width4,
  #xg .grid-item--width7 {
    grid-column: 2 / 4;
    grid-row: 2 / 4;
  }
  #xg .grid-item--width2,
  #xg .grid-item--width5,
  #xg .grid-item--width8 {
    grid-column: 1 / 3;
    grid-row: 5 / 7;
  }
  #xg .grid-item--width3,
  #xg .grid-item--width6,
  #xg .grid-item--width9 {
    grid-column: 2 / 4;
    grid-row: 8 / 10;
  }
}
@media screen and (min-width:768px) {
  #xg .xgGallery_list {
    margin: 20px 0 0;
  }
  #xg .xgGallery_list > ul {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  _:-ms-input-placeholder, :root #xg .xgGallery_list > ul {
    margin: 0 -12.5px;
  }
  _:-ms-input-placeholder, :root #xg .xgGallery_list > ul > li {
    width: 20%;
    padding: 25px 12.5px 0;
  }
  #xg .grid-item--width1,
  #xg .grid-item--width4,
  #xg .grid-item--width7 {
    grid-column: 1 / 3;
    grid-row: 2 / 4;
  }
  #xg .grid-item--width2,
  #xg .grid-item--width5,
  #xg .grid-item--width8 {
    grid-column: 4 / 6;
    grid-row: 3 / 5;
  }
  #xg .grid-item--width3,
  #xg .grid-item--width6,
  #xg .grid-item--width9 {
    grid-column: 3 / 5;
    grid-row: 5 / 7;
  }
  #xg .xgGallery_list > ul > li > * {
    overflow: hidden;
  }
  #xg .xgGallery_list > ul > li > * > img {
    transition: 0.5s;
  }
  #xg .xgGallery_list > ul > li > * > img:hover {
    transform: scale(1.1, 1.1);
  }
  #xg .xgGallery_list_btn > button {
    margin-top: 40px;
  }
  #xg .xgGallery_list_btn > button:hover,
  #xg .xgGallery_list_btn > button:focus {
    color: #006169;
  }
  #xg .xgGallery_list_btn > button:hover:after,
  #xg .xgGallery_list_btn > button:focus:after {
    border-color: #006169;
  }
}
/*--------------------------------------
 Gallery / Profile
--------------------------------------*/
#xg .xgGallery_profile {
  position: relative;
  font-size: 0;
  padding-top: 50px;
  margin: 15px 15px 0;
}
#xg .xgGallery_profile_info {
  width: 100%;
  color: #999;
  font-size: 13px;
  line-height: 1.5;
}
#xg .xgGallery_profile_img {
  display: inline-block;
  width: 29%;
  vertical-align: top;
  padding-right: 4%;
  margin-top: 15px;
}
#xg .xgGallery_profile_txt {
  display: inline-block;
  width: 71%;
  vertical-align: top;
  margin-top: 15px;
}
#xg .xgGallery_profile-none {
  width: 100%;
  text-align: center;
  margin-top: 0;
}
#xg .xgGallery_profile_txt > h3 {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.5;
}
#xg .xgGallery_profile_txt > p {
  font-size: 13px;
  line-height: 1.5;
  margin-top: 10px;
}
#xg .xgGallery_profile_comment {
  width: 100%;
  font-size: 13px;
  line-height: 1.5;
  margin-top: 10px;
}
@media screen and (min-width:768px) {
  #xg .xgGallery_profile {
    padding-top: 15px;
    margin: 5px 0 0;
  }
  #xg .xgGallery_profile_info {
    font-size: 14px;
    text-align: center;
    padding: 0 50px;
  }
  #xg .xgGallery_profile_img {
    width: 9.833%;
    padding-right: 1.5%;
  }
  #xg .xgGallery_profile_txt {
    width: 90.167%;
  }
  #xg .xgGallery_profile-none {
    width: 100%;
  }
  #xg .xgGallery_profile_txt > h3 {
    font-size: 16px;
  }
  #xg .xgGallery_profile_txt > p {
    font-size: 14px;
  }
  #xg .xgGallery_profile_comment {
    font-size: 14px;
  }
}
/*--------------------------------------
 Gallery / Link
--------------------------------------*/
#xg .xgGallery_link {
  margin: 25px 15px 0;
}
#xg .xgGallery_link > a {
  display: block;
  position: relative;
  color: #cbcbcb;
  font-size: 14px;
  text-align: center;
  line-height: 60px;
  background-color: #555;
  border-radius: 30px;
}
#xg .xgGallery_link > a:after {
  content: '';
  position: absolute;
  top: 0;
  right: 6%;
  bottom: 0;
  width: 8px;
  height: 8px;
  margin: auto;
  border-top: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media screen and (min-width:768px) {
  #xg .xgGallery_link {
    max-width: 360px;
    margin: 25px auto 0;
  }
}

/*================================================
 Modal
=================================================*/
#xg .xgOverlay {
  display: none;
  position: fixed;
  top: -10px;
  left: 0;
  right: 0;
  bottom: -10px;
  background-color: #000;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 10000;
}
#xg .xgOverlay_container {
  width: 100%;
  max-width: 1010px;
  height: 100%;
  margin: 0 auto;
  z-index: 201;
}
#xg .xgOverlay_modal {
  display: none;
  position: relative;
  color: #cbcbcb;
  padding: 50px 0;
}
#xg .xgOverlay_close {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  position: absolute;
  top: 15px;
  right: 5px;
  width: 30px;
  height: 30px;
  font-size: 0;
  background: url(../img/ic-close.png);
  background-size: 30px 30px;
  cursor: pointer;
  z-index: 10001;
}
#xg .xgGallery_img {
  display: table;
  width: 100%;
}
#xg .xgGallery_img > div {
  display: table-cell;
  width: 100%;
  text-align: center;
  vertical-align: middle;
}
#xg .xgGallery_img > div > video,
#xg .xgGallery_img > div > img {
  display: block;
  width: 100%;
  height: 60vh;
  object-fit: contain;
}
#xg .xgGallery_prev,
#xg .xgGallery_next {
  position: absolute;
  top: 0;
  width: 40px;
  height: 40px;
  font-size: 0;
}
#xg .xgGallery_prev:after,
#xg .xgGallery_next:after {
  content: '';
  position: absolute;
}
#xg .xgGallery_prev {
  left: 0;
  z-index: 2;
}
#xg .xgGallery_prev:after {
  width: 40px;
  height: 40px;
  background: url(../img/ic-prev.png) center center no-repeat;
  background-size: 40px 40px;
}
#xg .xgGallery_next {
  right: 0;
  z-index: 2;
}
#xg .xgGallery_next:after {
  width: 40px;
  height: 40px;
  background: url(../img/ic-next.png) center center no-repeat;
  background-size: 40px 40px;
}
@media screen and (min-width: 768px) {
  #xg .xgOverlay_container {
    padding: 0 25px;
  }
  #xg .xgOverlay_close {
    right: 0;
  }
  #xg .xgGallery_img {
    background-color: #000;
  }
  _:-ms-input-placeholder, :root #xg .xgGallery_img > div > img {
    width: auto;
  }
  #xg .xgGallery_img > div > img {
    cursor: pointer;
  }
  #xg .xgGallery_prev,
  #xg .xgGallery_next {
    cursor: pointer;
  }
  #xg .xgGallery_prev:hover,
  #xg .xgGallery_next:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
    -moz-opacity: 0.65;
  }
}
/* Gallery / nav
------------------------------------- */
#xg .xgGallery_tmb {
  padding: 20px 15px 0;
  margin-top: 20px;
  border-top: 1px solid #707070;
  overflow: hidden;
}
#xg .xgGallery_tmb ul {
  display: grid;
  gap: 5px;
  grid-template-columns: 1fr 1fr 1fr;
}
#xg .xgGallery_tmb li {
  position: relative;
}
_:-ms-input-placeholder, :root #xg .xgGallery_tmb ul {
  display: block;
  font-size: 0;
  margin: 0 -5px;
}
_:-ms-input-placeholder, :root #xg .xgGallery_tmb li {
  display: inline-block;
  width: 33.3333%;
  padding: 5px 5px 0;
}
#xg .xgGallery_tmb li > span {
  display: block;
  position: relative;
  width: 100%;
  padding-top: 100%;
  cursor: pointer;
}
#xg .xgGallery_tmb li > span > img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  margin: auto;
  object-fit: cover;
  object-position: bottom;
  font-family: 'object-fit: cover; object-position: bottom;';
}
#xg .xgGallery_tmb-camera:after {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 31px;
  height: 31px;
  background: url(../img/ic-camera.png) center center no-repeat;
  background-size: 31px 31px;
}
#xg .xgGallery_tmb-movie:after {
  content: '';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 31px;
  height: 31px;
  background: url(../img/ic-movie.png) center center no-repeat;
  background-size: 31px 31px;
}
@media only screen and (min-width: 768px) {
  #xg .xgGallery_tmb {
    padding: 30px 0 0;
    margin-top: 30px;
  }
  _:-ms-input-placeholder, :root #xg .xgGallery_tmb {
    padding: 20px 0 0;
  }
  #xg .xgGallery_tmb ul {
    gap: 15px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  _:-ms-input-placeholder, :root #xg .xgGallery_tmb ul {
    margin: 0 -12.5px;
  }
  _:-ms-input-placeholder, :root #xg .xgGallery_tmb li {
    width: 20%;
    padding: 25px 12.5px 0;
  }
  #xg .xgGallery_tmb li > span:hover:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    border: 4px solid #fff;
  }
  _:-ms-input-placeholder, :root #xg .xgGallery_tmb-camera:after {
    top: 30px;
    right: 15px;
  }
  _:-ms-input-placeholder, :root #xg .xgGallery_tmb-movie:after {
    top: 30px;
    right: 15px;
  }
}

/*================================================
 Sub
=================================================*/
/*--------------------------------------
 Sub / Product
--------------------------------------*/
#xg .xgSub_product {
  margin-top: 40px;
  overflow: hidden;
}
#xg .xgSub_product > h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  line-height: 1.1;
}
#xg .xgSub_product > ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  margin: 0 -10px;
}
#xg .xgSub_product > ul > li {
  width: calc(50% - 20px);
  text-align: center;
  margin: 20px 10px 0;
  background-color: #f5f5f5;
}
#xg .xgSub_product > ul > li > a {
  display: block;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 1.3;
  padding: 5px 5px 10px;
}
#xg .xgSub_product > ul > li > a > p {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  #xg .xgSub_product {
    margin-top: 60px;
  }
  #xg .xgSub_product > h3 {
    font-size: 28px;
  }
  #xg .xgSub_product > ul > li {
    width: calc(20% - 20px);
  }
  #xg .xgSub_product > ul > li > a:hover,
  #xg .xgSub_product > ul > li > a:focus {
    color: #006169;
  }
}
/*--------------------------------------
 Sub / Article
--------------------------------------*/
#xg .xgSub_article {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #d2d2d2;
}
#xg .xgSub_article > h3 {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#xg .xgSub_article_list {
  width: 100%;
}
#xg .xgSub_article_list > ul {
  font-size: 0;
  margin: 10px -10px 0;
}
#xg .xgSub_article_list > ul > li {
  display: inline-block;
  width: 50%;
  vertical-align: top;
  padding: 0 10px;
  margin-top: 20px;
}
#xg .xgSub_article_item {
  display: block;
  color: #333;
}
#xg .xgSub_article_ttl {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  margin-top: 15px;
}
#xg .xgSub_article_txt {
  font-size: 16px;
  line-height: 1.5;
}
#xg .xgSub_article_model {
  font-size: 0;
}
#xg .xgSub_article_model > * {
  display: inline-block;
  color: #666;
  font-family: 'Roboto', sans-serif;
  font-size: 11px;
  line-height: 17px;
  padding: 0 5px;
  margin: 5px 5px 0 0;
  background-color: #eee;
}
#xg .xgSub_article_info {
  font-size: 0;
  margin-top: 10px;
}
#xg .xgSub_article_info > * {
  display: inline-block;
}
#xg .xgSub_article_info_tag {
  font-size: 11px;
  line-height: 16px;
  padding: 0 5px;
  border: 1px solid #666;
  border-radius: 3px;
}
#xg .xgSub_article_info_tag + .xgSub_article_info_tag {
  margin-left: 5px;
}
#xg .xgSub_article_info_date {
  font-family: 'Roboto', sans-serif;
  font-size: 12px;
  line-height: 18px;
  margin-left: 10px;
}
@media screen and (min-width:768px) {
  #xg .xgSub_article {
    padding-top: 40px;
    margin-top: 40px;
  }
  #xg .xgSub_article > h3 {
    font-size: 28px;
  }
  #xg .xgSub_article_list {
    overflow: hidden;
  }
  #xg .xgSub_article_list > ul {
    margin: 0 -1.2065%;
  }
  #xg .xgSub_article_list > ul > li {
    width: 33.3333%;
    padding: 0 1.2065%;
  }
  #xg .xgSub_article_item:hover,
  #xg .xgSub_article_item:focus {
    color: #006169;
  }
  #xg .xgSub_article_item:hover .xgSub_article_model > *,
  #xg .xgSub_article_item:focus .xgSub_article_model > * {
    color: #006169;
  }
  #xg .xgSub_article_info_tag {
    line-height: 18px;
  }
  #xg .xgSub_article_item:hover .xgSub_article_info_tag,
  #xg .xgSub_article_item:focus .xgSub_article_info_tag {
    border-color: #006169;
  }
  #xg .xgSub_article_info_date {
    line-height: 20px;
  }
}
/*--------------------------------------
 Sub / Bnr
--------------------------------------*/
#xg .xgSub_bnr {
  margin-top: 40px;
}
#xg .xgSub_bnr > ul > li + li {
  margin-top: 20px;
}
@media only screen and (min-width: 768px) {
  #xg .xgSub_bnr {
    max-width: 1000px;
    margin: 40px auto 0;
  }
  #xg .xgSub_bnr > ul {
    font-size: 0;
  }
  #xg .xgSub_bnr > ul > li {
    display: inline-block;
    width: 32%;
    vertical-align: top;
  }
  #xg .xgSub_bnr > ul > li + li {
    margin: 0 0 0 2%;
  }
}
/*--------------------------------------
 Sub / Sns
--------------------------------------*/
#xg .xgSub_sns {
  margin-top: 35px;
}
#xg .xgSub_sns > ul {
  font-size: 0;
  text-align: center;
}
#xg .xgSub_sns > ul > li {
  display: inline-block;
  width: 33.3333%;
  vertical-align: middle;
}
#xg .xgSub_sns > ul > li > * {
  display: block;
  width: 32px;
  margin: 0 auto;
}
@media only screen and (min-width: 768px) {
  #xg .xgSub_sns {
    max-width: 320px;
    margin: 35px auto 0;
  }
}