@charset "UTF-8";

:root {
  --color-red: #dc1e37;
}

.u-pc {
	display: block;
}
@media screen and (max-width: 660px) {
  .u-pc {
    display: none;
  }
}
.u-sp {
	display: none;
}
@media screen and (max-width: 660px) {
  .u-sp {
    display: block;
  }
}

/* ================ */
/* COMMON */
/* ================ */
.ymg img {
  vertical-align: top;
  width: 100%;
}

.ymg-anchor {
  position: absolute;
  top: 0;
}
@media screen and (max-width: 660px) {
  .ymg-anchor {
    top: 0;
  }
}

.ymg-inner {
  width: min(calc(1320 / 1920 * 100vw), 1320px);
  margin: 0 auto;
}
@media screen and (max-width: 660px) {
  .ymg-inner {
    width: calc(360 / 390 * 100vw);
  }
}

.ymg-lead {
  font-weight: bold;
  font-size: min(calc(28 / 1920 * 100vw), 28px);
  text-align: center;
  color: #000;
  margin: 0 0 1em 0;
}
@media screen and (max-width: 660px) {
  .ymg-lead {
    font-size: calc(22 / 390 * 100vw);
    line-height: calc(32 / 22);
  }
}

.ymg-btn {
  font-weight: bold;
  font-size: min(calc(30 / 1920 * 100vw), 30px);
  line-height: 1.25;
  text-align: center;
  color: #fff!important;
  width: min(calc(612 / 1920 * 100vw), 612px);
  height: min(calc(120 / 1920 * 100vw), 120px);
  border: 2px solid var(--color-red);
  border-radius: 9999px;
  box-sizing: border-box;
  padding: min(calc(6 / 1920 * 100vw), 6px);
  margin: 0 auto;
  display: block;
  position: relative;
}
@media screen and (max-width: 660px) {
  .ymg-btn {
    font-size: calc(26 / 390 * 100vw);
    line-height: calc(32 / 26);
    width: calc(360 / 390 * 100vw);
    height: calc(120 / 390 * 100vw);
    padding: calc(3 / 390 * 100vw);
  }
  .ymg-btn.--small {
    font-size: calc(22 / 390 * 100vw);
    width: calc(320 / 390 * 100vw);
    height: calc(60 / 390 * 100vw);
  }
}
.ymg-btn::before,
.ymg-btn::after {
  content: "";
  width: min(calc(20 / 1920 * 100vw), 20px);
  height: min(calc(20 / 1920 * 100vw), 20px);
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: min(calc(38 / 1920 * 100vw), 38px);
  bottom: 0;
  margin: auto;
  transform: rotate(45deg);
  transition: .2s ease right;
}
@media screen and (max-width: 660px) {
  .ymg-btn::before,
  .ymg-btn::after {
    width: calc(16 / 390 * 100vw);
    height: calc(16 / 390 * 100vw);
    right: calc(28 / 390 * 100vw);
  }
}
.ymg-btn::after {
  right: min(calc(52 / 1920 * 100vw), 52px);
}
@media screen and (max-width: 660px) {
  .ymg-btn::after {
    right: calc(38 / 390 * 100vw);
  }
}
.ymg-btn.--external::before {
  content: none;
}
.ymg-btn.--external::after {
  filter: invert(100%);
  width: min(calc(36 / 1920 * 100vw), 36px);
  height: min(calc(36 / 1920 * 100vw), 36px);
  background: url('/global/about/brand/yanmar_robot/yanboh_marboh_gallery/img/ico_external.svg') center center / contain no-repeat;
  border: none;
  right: min(calc(24 / 1920 * 100vw), 24px);
  transform: rotate(0);
}
@media screen and (max-width: 660px) {
  .ymg-btn.--external::after {
    width: calc(22 / 390 * 100vw);
    height: calc(22 / 390 * 100vw);
    right: calc(22 / 390 * 100vw);
  }
}
.ymg-btn:hover {
  text-decoration: none;
}
.ymg-btn:hover::before {
  right: min(calc(28 / 1920 * 100vw), 28px);
}
@media screen and (max-width: 660px) {
  .ymg-btn:hover::before {
    right: calc(28 / 390 * 100vw);
  }
}
.ymg-btn:hover::after {
  right: min(calc(42 / 1920 * 100vw), 42px);
}
@media screen and (max-width: 660px) {
  .ymg-btn:hover::after {
    right: calc(38 / 390 * 100vw);
  }
}
.ymg-btn.--external:hover::after {
  right: min(calc(42 / 1920 * 100vw), 42px);
}
@media screen and (max-width: 660px) {
  .ymg-btn.--external:hover::after {
    right: min(calc(22 / 1920 * 100vw), 42px);
  }
}
.ymg-btn span {
  height: 100%;
  background: var(--color-red);
  border-radius: 9999px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* ================ */
/* MAIN */
/* ================ */
.ymg {
  padding: 0 0 min(calc(200 / 1920 * 100vw), 200px) 0;
}
@media screen and (max-width: 660px) {
  .ymg {
    padding: 0 0 calc(100 / 390 * 100vw) 0;
  }
}

.ymg-mv {
  padding: 0 0 min(calc(43 / 1920 * 100vw), 43px) 0;
  margin: 0 0 min(calc(50 / 1920 * 100vw), 50px) 0;
  position: relative;
}
@media screen and (max-width: 660px) {
  .ymg-mv {
    padding: 0 0 calc(34 / 390 * 100vw) 0;
    margin: 0 0 calc(50 / 390 * 100vw) 0;
  }
}

.ymg-nav__list {
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 660px) {
  .ymg-nav__list {
    flex-wrap: wrap;
  }
}
.ymg-nav__list-item {
  font-weight: bold;
  font-size: min(calc(30 / 1920 * 100vw), 30px);
  line-height: calc(40 / 30);
  text-align: center;
  padding: 0 1em;
  position: relative;
}
@media screen and (max-width: 660px) {
  .ymg-nav__list-item {
    font-size: calc(22 / 390 * 100vw);
    line-height: calc(38 / 22);
    padding: 0 1em;
  }
}
.ymg-nav__list-item::before {
  content: "";
  width: 2px;
  height: 1em;
  background: var(--color-red);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
.ymg-nav__list-item:last-child::after {
  content: "";
  width: 2px;
  height: 1em;
  background: var(--color-red);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
@media screen and (max-width: 660px) {
  .ymg-nav__list-item:nth-child(2)::after {
    content: "";
    width: 2px;
    height: 1em;
    background: var(--color-red);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
  }
}
.ymg-nav__list-item a {
  color: var(--color-red);
}

.ymg-about {
  margin: min(calc(150 / 1920 * 100vw), 150px) 0 min(calc(100 / 1920 * 100vw), 100px);
}
@media screen and (max-width: 660px) {
  .ymg-about {
    margin: calc(55 / 390 * 100vw) 0 calc(60 / 390 * 100vw);
  }
}
.ymg-about__ttl {
  font-weight: 900;
  font-size: min(calc(74 / 1920 * 100vw), 74px);
  line-height: calc(90 / 74);
  color: #000;
}
@media screen and (max-width: 660px) {
  .ymg-about__ttl {
    font-size: calc(41 / 390 * 100vw);
    line-height: calc(46 / 41);
    text-align: center;
  }
}
.ymg-about__ttl span {
  font-size: min(calc(40 / 1920 * 100vw), 40px);
  display: inline-block;
}
@media screen and (max-width: 660px) {
  .ymg-about__ttl span {
    font-size: calc(22 / 390 * 100vw);
    line-height: calc(28 / 22);
    margin: 0 0 .5em 0;
  }
}
.ymg-about__ttl strong {
  font-size: min(calc(90 / 1920 * 100vw), 90px);
  color: #000;
}
@media screen and (max-width: 660px) {
  .ymg-about__ttl strong {
    font-size: calc(56 / 390 * 100vw);
  }
}
.ymg-about__txt {
  font-size: min(calc(24 / 1920 * 100vw), 24px);
  line-height: calc(42 / 24);
  color: #050505;
  margin: 1em 0 0 0;
}
@media screen and (max-width: 660px) {
  .ymg-about__txt {
    font-size: calc(16 / 390 * 100vw);
    line-height: calc(28 / 16);
    text-align: center;
  }
}

.ymg-chara {
  background: url('/global/about/brand/yanmar_robot/yanboh_marboh_gallery/img/line_chara.png') center top / min(100vw, 1920px) auto no-repeat;
  /* padding: min(calc(290 / 1920 * 100vw), 290px) 0 min(calc(200 / 1920 * 100vw), 200px); */
  padding: min(calc(290 / 1920 * 100vw), 290px) 0 0 0;
  position: relative;
}
@media screen and (max-width: 660px) {
  .ymg-chara {
    background: url('/global/about/brand/yanmar_robot/yanboh_marboh_gallery/img/line_chara_sp.png') center top / 100% auto no-repeat;
    /* padding: calc(155 / 390 * 100vw) 0 calc(100 / 390 * 100vw); */
    padding: calc(155 / 390 * 100vw) 0 0 0;
  }
}
.ymg-chara::before,
.ymg-chara::after {
  content: "";
  width: calc(50% - min(100vw, 960px));
  height: min(calc(3 / 1920 * 100vw), 3px);
  background: var(--color-red);
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 660px) {
  .ymg-chara::before,
  .ymg-chara::after {
    content: none;
  }
}
.ymg-chara::after {
  top: min(calc(53 / 1920 * 100vw), 53px);
  right: 0;
  left: auto;
}
.ymg-chara__row {
  margin: 0 0 min(calc(100 / 1920 * 100vw), 100px) 0;
  display: flex;
}
@media screen and (max-width: 660px) {
  .ymg-chara__row {
    margin: 0;
    display: block;
  }
}
.ymg-chara__col {
  width: 50%;
  padding: 0 0 min(calc(190 / 1920 * 100vw), 190px) 0;
  position: relative;
}
@media screen and (max-width: 660px) {
  .ymg-chara__col {
    width: auto;
    padding: 0 0 calc(100 / 390 * 100vw) 0;
    margin: 0 0 calc(50 / 390 * 100vw) 0;
  }
}
.ymg-chara__name {
  font-weight: bold;
  font-size: min(calc(36 / 1920 * 100vw), 36px);
  line-height: calc(52 / 36);
  width: min(calc(500 / 1920 * 100vw), 500px);
  height: min(calc(158 / 1920 * 100vw), 158px);
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  bottom: 0;
}
@media screen and (max-width: 660px) {
  .ymg-chara__name {
    font-size: calc(22 / 390 * 100vw);
    line-height: calc(32 / 22);
    width: calc(290 / 390 * 100vw);
    height: calc(84 / 390 * 100vw);
    margin: auto;
  }
}
.ymg-chara__name.--yanboh {
  color: var(--color-red);
  background: url('/global/about/brand/yanmar_robot/yanboh_marboh_gallery/img/bg_name_red.png') center center / 100% 100% no-repeat;
  left: 0;
}
@media screen and (max-width: 660px) {
  .ymg-chara__name.--yanboh {
    right: 0;
  }
}
.ymg-chara__name.--marboh {
  color: #1F31B5;
  background: url('/global/about/brand/yanmar_robot/yanboh_marboh_gallery/img/bg_name_blue.png') center center / 100% 100% no-repeat;
  right: 0;
}
@media screen and (max-width: 660px) {
  .ymg-chara__name.--marboh {
    left: 0;
  }
}

.ymg-outline {
  background: url('/global/about/brand/yanmar_robot/yanboh_marboh_gallery/img/bg_outline.png') center top / min(100vw, 1920px) auto;
  padding: min(calc(220 / 1920 * 100vw), 220px) 0 min(calc(170 / 1920 * 100vw), 170px);
  position: relative;
}
@media screen and (max-width: 660px) {
  .ymg-outline {
    background: url('/global/about/brand/yanmar_robot/yanboh_marboh_gallery/img/bg_outline.png') center top / 300vw auto;
    padding: calc(136 / 390 * 100vw) 0 calc(80 / 390 * 100vw);
    margin: 0 0 calc(50 / 390 * 100vw) 0;
  }
}
.ymg-outline::before,
.ymg-outline::after {
  content: "";
  width: 50%;
  height: min(calc(49.5 / 1920 * 100vw), 49.5px);
  background: #fff;
  position: absolute;
  top: 0;
  right: 0;
}
@media screen and (max-width: 660px) {
  .ymg-outline::before,
  .ymg-outline::after {
    content: none;
  }
}
.ymg-outline::after {
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
}
.ymg-outline__bg-top,
.ymg-outline__bg-bottom {
  width: min(calc(1568 / 1920 * 100vw), 1568px);
  height: min(calc(49.5 / 1920 * 100vw), 49.5px);
  position: absolute;
}
@media screen and (max-width: 660px) {
  .ymg-outline__bg-top,
  .ymg-outline__bg-bottom {
    width: calc(232 / 390 * 100vw);
    height: calc(46 / 390 * 100vw);
  }
}
.ymg-outline__bg-top {
  background: url('/global/about/brand/yanmar_robot/yanboh_marboh_gallery/img/bg_outline_top.png') right top / 100% 100% no-repeat;
  top: 0;
  right: calc(50% - min(calc(960 / 1920 * 100vw), 960px));
}
@media screen and (max-width: 660px) {
  .ymg-outline__bg-top {
    background: url('/global/about/brand/yanmar_robot/yanboh_marboh_gallery/img/bg_outline_top_sp.png') right top / 100% 100% no-repeat;
    right: 0;
  }
}
.ymg-outline__bg-bottom {
  background: url('/global/about/brand/yanmar_robot/yanboh_marboh_gallery/img/bg_outline_bottom.png') left bottom / 100% 100% no-repeat;
  bottom: 0;
  left: calc(50% - min(calc(960 / 1920 * 100vw), 960px));
}
@media screen and (max-width: 660px) {
  .ymg-outline__bg-bottom {
    background: url('/global/about/brand/yanmar_robot/yanboh_marboh_gallery/img/bg_outline_bottom_sp.png') left bottom / 100% 100% no-repeat;
    left: 0;
  }
}
.ymg-outline__sec {
  background: #fff;
  border-radius: 20px;
  padding: min(calc(72 / 1920 * 100vw), 72px) min(calc(118 / 1920 * 100vw), 118px) min(calc(52 / 1920 * 100vw), 52px);
  margin: 0 0 min(calc(100 / 1920 * 100vw), 100px) 0;
  position: relative;
}
@media screen and (max-width: 660px) {
  .ymg-outline__sec {
    border-radius: calc(12 / 390 * 100vw);
    padding: calc(53 / 390 * 100vw) calc(20 / 390 * 100vw) calc(43 / 390 * 100vw);
    margin: 0 0 calc(65 / 390 * 100vw) 0;
  }
  .ymg-outline__sec:last-of-type {
    margin: 0;
  }
}
.ymg-outline__ttl {
  font-weight: bold;
  font-size: min(calc(42 / 1920 * 100vw), 42px);
  text-align: center;
  color: #fff;
  width: 100%;
  position: absolute;
  top: max(calc(-52 / 1920 * 100vw), -52px);
  left: 0;
}
@media screen and (max-width: 660px) {
  .ymg-outline__ttl {
    font-size: calc(28 / 390 * 100vw);
    top: calc(-36 / 390 * 100vw);
  }
}
.ymg-outline__ttl span {
  height: min(calc(83 / 1920 * 100vw), 83px);
  background: var(--color-red);
  border-radius: 9999px;
  padding: 0 1.5em;
  display: inline-flex;
  align-items: center;
}
@media screen and (max-width: 660px) {
  .ymg-outline__ttl span {
    height: calc(59 / 390 * 100vw);
    padding: 0 1.5em;
  }
}
.ymg-outline__txt {
  font-size: min(calc(24 / 1920 * 100vw), 24px);
  line-height: calc(42 / 24);
  color: #050505;
}
@media screen and (max-width: 660px) {
  .ymg-outline__txt {
    font-size: calc(18 / 390 * 100vw);
    line-height: calc(28 / 18);
  }
}
.ymg-outline__txt a {
  font-weight: bold;
  color: var(--color-red);
}
.ymg-outline__sec ol li {
  font-weight: bold;
  font-size: min(calc(32 / 1920 * 100vw), 32px);
  line-height: calc(46 / 32);
  text-indent: -1.5em;
  padding: 0 0 0 1.5em;
  color: #050505;
}
@media screen and (max-width: 660px) {
  .ymg-outline__sec ol li {
    font-size: calc(22 / 390 * 100vw);
    line-height: calc(32 / 22);
  }
}
.ymg-outline__sec ol li a,
.ymg-outline__sec ol li span {
  color: var(--color-red);
}
.ymg-outline__sec ul {
  margin: min(calc(25 / 1920 * 100vw), 25px) 0;
}
@media screen and (max-width: 660px) {
  .ymg-outline__sec ul {
    margin: calc(10 / 390 * 100vw) 0;
  }
}
.ymg-outline__sec ul li {
  font-weight: bold;
  font-size: min(calc(36 / 1920 * 100vw), 36px);
  line-height: calc(52 / 36);
  text-indent: -1em;
  padding: 0 0 0 1em;
  color: #050505;
}
@media screen and (max-width: 660px) {
  .ymg-outline__sec ul li {
    font-size: calc(22 / 390 * 100vw);
    line-height: calc(32 / 22);
  }
}
.ymg-outline__sub {
  font-weight: bold;
  font-size: min(calc(30 / 1920 * 100vw), 30px);
  line-height: calc(40 / 30);
  color: var(--color-red);
}
@media screen and (max-width: 660px) {
  .ymg-outline__sub {
    font-size: calc(20 / 390 * 100vw);
    line-height: calc(28 / 20);
  }
}
.ymg-outline__sec dl {
  line-height: 1.4;
  margin: 0 0 min(calc(20 / 1920 * 100vw), 20px) 0;
}
@media screen and (max-width: 660px) {
  .ymg-outline__sec dl {
    margin: 0 0 calc(10 / 390 * 100vw) 0;
  }
}
.ymg-outline__sec dl div {
  display: flex;
  align-items: baseline;
}
@media screen and (max-width: 660px) {
  .ymg-outline__sec dl div {
    display: block;
  }
}
.ymg-outline__sec dl dt {
  font-weight: 900;
  font-size: min(calc(42 / 1920 * 100vw), 42px);
  color: #000;
  padding: 0 .25em 0 0;
}
@media screen and (max-width: 660px) {
  .ymg-outline__sec dl dt {
    font-size: calc(25 / 390 * 100vw);
  }
}
.ymg-outline__sec dl dd {
  font-weight: bold;
  font-size: min(calc(36 / 1920 * 100vw), 36px);
  color: var(--color-red);
}
@media screen and (max-width: 660px) {
  .ymg-outline__sec dl dd {
    font-size: calc(22 / 390 * 100vw);
    line-height: calc(32 / 22);
  }
}

.ymg-section {
  background: #F0F0F0;
  margin: min(calc(200 / 1920 * 100vw), 200px) 0;
  position: relative;
}
@media screen and (max-width: 660px) {
  .ymg-section {
    margin: calc(232 / 390 * 100vw) 0;
  }
}
.ymg-section:last-of-type {
  margin: min(calc(200 / 1920 * 100vw), 200px) 0 min(calc(100 / 1920 * 100vw), 100px);
}
@media screen and (max-width: 660px) {
  .ymg-section:last-of-type {
    margin: calc(232 / 390 * 100vw) 0 calc(50 / 390 * 100vw);
  }
}
.ymg-section::before {
  content: "";
  width: min(calc(1263.5 / 1920 * 100vw), 1263.5px);
  height: min(calc(46 / 1920 * 100vw), 46px);
  background: url('/global/about/brand/yanmar_robot/yanboh_marboh_gallery/img/line_main.png') right top / 100% 100% no-repeat;
  position: absolute;
  top: min(calc(178 / 1920 * 100vw), 178px);
  right: calc(50% - min(calc(960 / 1920 * 100vw), 960px));
}
@media screen and (max-width: 660px) {
  .ymg-section::before {
    width: 100vw;
    height: calc(46 / 390 * 100vw);
    background: url('/global/about/brand/yanmar_robot/yanboh_marboh_gallery/img/line_main_sp.png') right top / 100% 100% no-repeat;
    /* top: calc(162 / 390 * 100vw); */
    top: calc(82 / 390 * 100vw);
    right: 0;
  }
}
.ymg-section::after {
  content: "";
  width: calc(50% - min(100vw, 960px));
  height: min(calc(3 / 1920 * 100vw), 3px);
  background: var(--color-red);
  position: absolute;
  top: min(calc(221 / 1920 * 100vw), 221px);
  right: 0;
  left: auto;
}
@media screen and (max-width: 660px) {
  .ymg-section::after {
    content: none;
  }
}
.ymg-section__container {
  /* padding: min(calc(332 / 1920 * 100vw), 332px) 0 min(calc(154 / 1920 * 100vw), 154px); */
  padding: min(calc(282 / 1920 * 100vw), 332px) 0 min(calc(154 / 1920 * 100vw), 154px);
  position: relative;
}
@media screen and (max-width: 660px) {
  .ymg-section__container {
    /* padding: calc(268 / 390 * 100vw) 0 calc(65 / 390 * 100vw); */
    padding: calc(148 / 390 * 100vw) 0 calc(65 / 390 * 100vw);
  }
}
.ymg-section__container::before,
.ymg-section__container::after {
  content: "";
  width: min(calc(1320 / 1920 * 100vw), 1320px);
  height: min(calc(47 / 1920 * 100vw), 47px);
  background: url('/global/about/brand/yanmar_robot/yanboh_marboh_gallery/img/bg_section_top.png') center top / 100% 100% no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 660px) {
  .ymg-section__container::before,
  .ymg-section__container::after {
    width: 100vw;
    height: calc(24.5 / 390 * 100vw);
    background: url('/global/about/brand/yanmar_robot/yanboh_marboh_gallery/img/bg_section_top_sp.png') center bottom / 100% 100% no-repeat;
    left: calc(-15 / 390 * 100vw);
  }
}
.ymg-section__container::after {
  background: url('/global/about/brand/yanmar_robot/yanboh_marboh_gallery/img/bg_section_bottom.png') center bottom / 100% 100% no-repeat;
  top: auto;
  bottom: 0;
}
@media screen and (max-width: 660px) {
  .ymg-section__container::after {
    background: url('/global/about/brand/yanmar_robot/yanboh_marboh_gallery/img/bg_section_bottom_sp.png') center bottom / 100% 100% no-repeat;
  }
}
.ymg-section__hdg {
  width: min(calc(359 / 1920 * 100vw), 359px);
  height: min(calc(359 / 1920 * 100vw), 359px);
  background: url('/global/about/brand/yanmar_robot/yanboh_marboh_gallery/img/bg_circle.png') center center / contain no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 660px) {
  .ymg-section__hdg {
    width: calc(243 / 390 * 100vw);
    height: calc(232 / 390 * 100vw);
    background: url('/global/about/brand/yanmar_robot/yanboh_marboh_gallery/img/bg_circle_sp.png') center center / contain no-repeat;
    top: calc(-132 / 390 * 100vw);
    right: 0;
    margin: auto;
  }
}
.ymg-section__hdg-ttl {
  width: min(calc(113.8 / 1920 * 100vw), 113.8px);
  position: absolute;
  top: min(calc(70 / 1920 * 100vw), 70px);
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 660px) {
  .ymg-section__hdg-ttl {
    width: calc(70 / 390 * 100vw);
    top: calc(46 / 390 * 100vw);
  }
}
.ymg-section__hdg-num {
  position: absolute;
  width: min(calc(123.6 / 1920 * 100vw), 123.6px);
  top: min(calc(112 / 1920 * 100vw), 112px);
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 660px) {
  .ymg-section__hdg-num {
    width: calc(78.8 / 390 * 100vw);
    top: calc(75 / 390 * 100vw);
  }
}
.ymg-section__hdg-num.--079 {
  width: min(calc(123.6 / 1920 * 100vw), 123.6px);
}
@media screen and (max-width: 660px) {
  .ymg-section__hdg-num.--079 {
    width: calc(78.8 / 390 * 100vw);
  }
}
.ymg-section__hdg-num.--101 {
  width: min(calc(105.52 / 1920 * 100vw), 105.52px);
}
@media screen and (max-width: 660px) {
  .ymg-section__hdg-num.--101 {
    width: calc(67.27 / 390 * 100vw);
  }
}
.ymg-section__hdg-num.--217 {
  width: min(calc(121.44 / 1920 * 100vw), 121.44px);
}
@media screen and (max-width: 660px) {
  .ymg-section__hdg-num.--217 {
    width: calc(77.42 / 390 * 100vw);
  }
}
.ymg-section__hdg-num.--630 {
  width: min(calc(123.52 / 1920 * 100vw), 123.52px);
}
@media screen and (max-width: 660px) {
  .ymg-section__hdg-num.--630 {
    width: calc(78.74 / 390 * 100vw);
  }
}
.ymg-section__hdg-num.--926 {
  width: min(calc(123.52 / 1920 * 100vw), 123.52px);
}
@media screen and (max-width: 660px) {
  .ymg-section__hdg-num.--926 {
    width: calc(78.74 / 390 * 100vw);
  }
}
.ymg-section__hdg-txt {
  font-weight: bold;
  font-size: min(calc(36 / 1920 * 100vw), 36px);
  line-height: calc(44 / 36);
  text-align: center;
  color: #fff;
  width: 100%;
  position: absolute;
  top: min(calc(186 / 1920 * 100vw), 186px);
  left: 0;
}
@media screen and (max-width: 660px) {
  .ymg-section__hdg-txt {
    font-size: calc(23 / 390 * 100vw);
    line-height: calc(28 / 23);
    top: calc(122 / 390 * 100vw);
  }
}
.ymg-section__hdg-txt.--align {
  transform: translateY(.5em);
}
.ymg-section__hdg-txt > span {
  display: inline-block;
  transform: translateX(.25em);
}
.ymg-section__onair {
  width: min(calc(359 / 1920 * 100vw), 359px);
  background: #fff;
  border: min(calc(4 / 1920 * 100vw), 4px) solid var(--color-red);
  border-radius: 8px;
  box-sizing: border-box;
  position: absolute;
  top: min(calc(302 / 1920 * 100vw), 302px);
  left: 0;
}
@media screen and (max-width: 660px) {
  .ymg-section__onair {
    width: calc(332 / 390 * 100vw);
    border: calc(3 / 390 * 100vw) solid var(--color-red);
    border-radius: calc(8 / 390 * 100vw);
    top: calc(66 / 390 * 100vw);
    right: 0;
    margin: auto;
  }
}
.ymg-section__onair-txt {
  font-weight: bold;
  font-size: min(calc(20 / 1920 * 100vw), 20px);
  line-height: calc(30 / 20);
  text-align: center;
  color: var(--color-red);
  padding: .25em 0;
}
@media screen and (max-width: 660px) {
  .ymg-section__onair-txt {
    font-size: calc(18 / 390 * 100vw);
    line-height: calc(30 / 18);
    padding: 0;
  }
}
.ymg-section__onair-txt:not(:last-of-type) {
  border-bottom: 1px solid var(--color-red);
}
.ymg-section__ttl {
  position: absolute;
  top: min(calc(138 / 1920 * 100vw), 138px);
  right: 0;
}
@media screen and (max-width: 660px) {
  .ymg-section__ttl {
    top: calc(158 / 390 * 100vw);
  }
}
.ymg-section__ttl.--answer {
  width: min(calc(331.7 / 1920 * 100vw), 331.7px);
}
@media screen and (max-width: 660px) {
  .ymg-section__ttl.--answer {
    width: calc(165.85 / 390 * 100vw);
  }
}
.ymg-section__ttl.--hint {
  width: min(calc(181.1 / 1920 * 100vw), 181.1px);
}
@media screen and (max-width: 660px) {
  .ymg-section__ttl.--hint {
    width: calc(90.55 / 390 * 100vw);
  }
}
.ymg-section__ttl.--comingsoon {
  width: min(calc(536.99 / 1920 * 100vw), 536.99px);
}
@media screen and (max-width: 660px) {
  .ymg-section__ttl.--comingsoon {
    width: calc(268.5 / 390 * 100vw);
  }
}
.ymg-section__sub {
  font-weight: 500;
  font-size: min(calc(36 / 1920 * 100vw), 36px);
  text-align: right;
  color: var(--color-red);
  position: absolute;
  top: min(calc(221 / 1920 * 100vw), 221px);
  right: 0;
}
@media screen and (max-width: 660px) {
  .ymg-section__sub {
    font-size: calc(24 / 390 * 100vw);
    top: calc(212 / 390 * 100vw);
  }
}
.ymg-section__txt {
  font-weight: bold;
  font-size: min(calc(34 / 1920 * 100vw), 34px);
  line-height: calc(52 / 36);
  text-align: right;
  color: #000;
}
@media screen and (max-width: 660px) {
  .ymg-section__txt {
    font-size: calc(22 / 390 * 100vw);
    line-height: calc(32 / 22);
    text-align: left;
  }
}
.ymg-section__img {
  border-radius: 20px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin: min(calc(60 / 1920 * 100vw), 60px) 0 min(calc(50 / 1920 * 100vw), 50px);
  overflow: hidden;
}
@media screen and (max-width: 660px) {
  .ymg-section__img {
    border-radius: calc(20 / 390 * 100vw);
    margin: calc(20 / 390 * 100vw) 0;
  }
}
.ymg-section__period {
  width: min(calc(915 / 1920 * 100vw), 915px);
  height: min(calc(112 / 1920 * 100vw), 112px);
  border-radius: min(calc(20 / 1920 * 100vw), 20px);
  background: #fff;
  border: min(calc(4 / 1920 * 100vw), 4px) solid var(--color-red);
  box-sizing: border-box;
  margin: min(calc(50 / 1920 * 100vw), 50px) auto 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 660px) {
  .ymg-section__period {
    width: auto;
    height: calc(86 / 390 * 100vw);
    border-radius: calc(10 / 390 * 100vw);
    border: calc(4 / 390 * 100vw) solid var(--color-red);
    margin: calc(30 / 390 * 100vw) auto 0;
  }
}
.ymg-section__period-txt {
  font-weight: bold;
  font-size: min(calc(36 / 1920 * 100vw), 36px);
  text-align: center;
  color: var(--color-red);
}
@media screen and (max-width: 660px) {
  .ymg-section__period-txt {
    font-size: calc(22 / 390 * 100vw);
    line-height: calc(32 / 22);
  }
}
.ymg-section__list {
  margin: min(calc(160 / 1920 * 100vw), 160px) 0 0 0;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 660px) {
  .ymg-section__list {
    margin: calc(46 / 390 * 100vw) 0 0 0;
    flex-direction: column;
    gap: calc(57 / 390 * 100vw);
  }
}
.ymg-section__list-item {
  width: min(calc(412 / 1920 * 100vw), 412px);
  height: min(calc(460 / 1920 * 100vw), 460px);
  background: #fff;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 660px) {
  .ymg-section__list-item {
    width: 100%;
    height: calc(200 / 390 * 100vw);
    border-radius: calc(20 / 390 * 100vw);
  }
}
.ymg-section__list-ttl {
  font-weight: bold;
  font-size: min(calc(30 / 1920 * 100vw), 30px);
  line-height: 1.0;
  text-align: center;
  color: var(--color-red);
  width: min(calc(255 / 1920 * 100vw), 255px);
  height: min(calc(80 / 1920 * 100vw), 80px);
  background: #fff;
  border: min(calc(4 / 1920 * 100vw), 4px) solid var(--color-red);
  border-radius: 9999px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: max(calc(-32 / 1920 * 100vw), -32px);
  right: 0;
  left: 0;
  margin: auto;
}
@media screen and (max-width: 660px) {
  .ymg-section__list-ttl {
    font-size: calc(23 / 390 * 100vw);
    width: calc(202 / 390 * 100vw);
    height: calc(64 / 390 * 100vw);
    border: calc(4 / 390 * 100vw) solid var(--color-red);
    top: calc(-25 / 390 * 100vw);
  }
}
.ymg-section__list-ttl i {
  font-weight: 900;
  font-size: min(calc(68 / 1920 * 100vw), 68px);
  margin: 0 .2em 0 .05em;
  transform: translateY(-.05em);
}
@media screen and (max-width: 660px) {
  .ymg-section__list-ttl i {
    font-size: calc(54 / 390 * 100vw);
  }
}
.ymg-section__list-txt {
  font-weight: 900;
  font-size: min(calc(36 / 1920 * 100vw), 36px);
  line-height: calc(52 / 36);
  text-align: center;
  color: #1f1f1f;
}
@media screen and (max-width: 660px) {
  .ymg-section__list-txt {
    font-size: calc(24 / 390 * 100vw);
    line-height: calc(35 / 24);
  }
}
.ymg-section__list-txt.--small {
  font-size: min(calc(32 / 1920 * 100vw), 32px);
}
@media screen and (max-width: 660px) {
  .ymg-section__list-txt.--small {
    font-size: calc(24 / 390 * 100vw);
  }
}

/* ================ */
/* content nav */
/* ================ */

.content-trg {
  position: absolute;
  top: 15px;
  right: 15px;
  margin-left: auto;
  z-index: 11;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #fff;
  background-color: rgb(220, 30, 55);
  padding: 13px;
  cursor: pointer;
  box-sizing: border-box;  
}
.content-trg::before, .content-trg::after,
.content-trg span {
  position: absolute;
  top: 19px;
  content: "";
  width: 2px;
  height: 2px;
  background-color: #fff;
  border-radius: 100vmax;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.content-trg::before {
  left: 13px;
}
.content-trg::after {
  right: 13px;
}
.content-trg span {
  left: 19px;
}
.content-trg.close span {
  opacity: 0;
}
.content-trg.close::before, .content-trg.close::after {
  width: 14px;
  height: 2px;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.content-trg.close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.content-trg.close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.content-trg.show {
  position: fixed;
}
@media print, screen and (min-width: 801px) {
  .content-trg {
    display: none;
  }
}

.content-nav {
  position: absolute;
  z-index: 10;
  background-color: #fff;
  top: 0;
  left: 0;
  width: 100%;
  box-sizing: border-box;
}
.content-nav__list a {
  color: rgb(220, 30, 55);
}
@media (hover: hover) {
  .content-nav__list a {
    -webkit-transition: color 0.2s ease-out;
    transition: color 0.2s ease-out;
  }
  .content-nav__list a:hover {
    color: #333;
  }
}
@media (max-width: 800px) {
  .content-nav {
    border-radius: 20px;
    padding-block: 30px;
    border: 1px solid rgb(220, 30, 55);
  }
  .content-nav.show {
    position: fixed;
  }
  .content-nav, .content-nav.open, .content-nav.hide-anim {
    -webkit-transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s;
    transition: opacity 0.3s, transform 0.3s, visibility 0.3s, -webkit-transform 0.3s;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
  .content-nav.open {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  .content-nav, .content-nav.hide-anim {
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  .content-nav__cont {
    padding-inline: 4vw;
  }
  .content-nav__h {
    width: calc(100% - 80px);
    margin-bottom: 15px;
    line-height: 0;
  }
  .content-nav__h img {
    width: 100%;
    height: auto;
  }
  .content-nav__list {
    padding-inline: 30px 15px;
  }
  .content-nav__list li {
    position: relative;
    font-size: 14px;
    line-height: 1.5em;
  }
  .content-nav__list li:not(:last-child) {
    margin-bottom: 1.25em;
  }
  .content-nav__list li::before {
    content: "";
    position: absolute;
    width: 1em;
    height: 1px;
    top: 0.75em;
    left: -1.5em;
    background-color: rgb(220, 30, 55);
  }
}
@media print, screen and (min-width: 801px) {
  .content-nav {
    position: sticky;
    height: 60px;
    border-top: 1px solid rgb(220, 30, 55);
    border-bottom: 1px solid rgb(220, 30, 55);
    -webkit-transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: opacity 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  .content-nav__cont {
    width: min(82.6388888889vw, 1190px);
    height: 100%;
    padding-inline: min(1.0416666667vw, 15px);
    margin-inline: auto;
  }
  .content-nav__cont::before {
    content: "";
    position: absolute;
    z-index: 0;
    left: 50%;
    top: 57px;
    aspect-ratio: 1190/30;
    width: min(82.6388888889vw, 1190px);
    margin-left: max(-41.3194444444vw, -595px);
    background-image: url(/global/about/brand/yanmar_robot/yanboh_marboh_gallery/img/nav-prot.svg);
    background-size: contain;
    background-position: center bottom;
    background-repeat: no-repeat;
  }
  .content-nav__h {
    display: none;
  }
  .content-nav__list {
    position: relative;
    z-index: 1;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: min(1.0416666667vw, 15px);
    margin-inline: min(2.0833333333vw, 30px);
  }
  .content-nav__list li {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: min(1.2612612613vw, 14px);
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .content-nav__list li:last-child::after {
    opacity: 1;
  }
  .content-nav__list li::before, .content-nav__list li::after {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 min(0.4166666667vw, 6px);
            flex: 0 0 min(0.4166666667vw, 6px);
    display: block;
    content: "";
    width: min(0.4166666667vw, 6px);
    height: min(0.4166666667vw, 6px);
    border-radius: 100vmax;
    background-color: rgb(220, 30, 55);
  }
  .content-nav__list li::after {
    opacity: 0;
  }
  .content-nav__list li a {
    margin-inline: 1em;
  }
}
@media print, screen and (min-width: 1110px) {
  .content-nav__cont::before {
    top: 56px;
  }
}