@charset "utf-8";

*,
*::before,
*::after {
  box-sizing: border-box;
}

img {
  vertical-align: bottom;
  width: 100%;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex.between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.flex.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

@media (min-width: 768px) {
  .pcFlex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
   -webkit-box-align: flex-start;
      -ms-flex-align: flex-start;
         align-items: flex-start;
  }
  .pcFlex.between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .spOnly{
    display: none;
  }
}/* end PC */

@media (max-width: 767px) {
  .pcOnly{
    display: none;
  }
  .template-container{
    /*background-color: #FFF100;*/
    padding-left: 0px;
    padding-right: 0px;
  }
  .main-visual{
    padding-left: 10px;
    padding-right: 10px;
  }
  .talk-text-box{
    padding-left: 20px;
    padding-right: 20px;
  }
}/* end SP */


.main-visual {
    margin-bottom: 50px;
  background: #FFF100;
}
.main-title-box {
  padding: 22px 0 0;
}

.main-title {
  position: relative;
  width: calc(100%*654/700);
  margin: auto;
  border: none;
  padding: 0;
  text-align: left;
}
.main-title img:nth-of-type(1){
  width: calc(100%*400/654);
}
.main-title img:nth-of-type(2){
  width: calc(100%*278/654);
}
.main-title + p{
  margin-top: 24px;
  font-size: 14px;
}
.main-bnr{
  margin: 36px 0 50px;
    padding: 0;
  list-style: none;
}
.main-bnr li{
  position: relative;
  width: calc(100%*228/700);
  overflow: hidden;
  z-index: 0;
}
.main-bnr li.current::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 112px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
}
.main-mv{
  padding-bottom: 40px;
}
.main-mv > div{
  width: 110px;
  height: 103px;
  padding-right: 30px;
}
.main-mv > ul{
  list-style: none;
  padding: 0;
}
.main-mv > ul li figure{
  text-align: center;
}
.main-mv > ul li:nth-of-type(1) img{
  width: calc(100%*228/272);
}
.index1 .main-mv > ul li:nth-of-type(1) img{
  width: calc(100%*215/272);
}
.index1 .main-mv > ul li:nth-of-type(2) img{
  width: calc(100%*238/272);
}
.index2 .main-mv > ul li:nth-of-type(2) img{
  width: calc(100%*214/272);
}

@media (max-width: 767px) {
  .main-mv > ul li:nth-of-type(1) img{
    margin: 0px auto;
  }
  .index1 .main-mv > ul li:nth-of-type(1) img{
    margin: 0px auto;
  }
  .index1 .main-mv > ul li:nth-of-type(2) img{
    margin: 0px auto;
  }
  .index2 .main-mv > ul li:nth-of-type(2) img{
    margin: 0px auto;
  }
}


.main-mv > ul li p{
  margin-top: 21px;
  text-align: center; 
  font-size: 14px;
}
.main-mv > ul li p span{
  display: block;
  margin-top: 10px;
  font-weight: bold;
  font-size: 16px;
}
@media (min-width: 768px) {
  .main-title img:nth-of-type(2){
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .main-mv{
    position: relative;
  }
  .main-mv > div{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
      margin: auto;
  }
  .main-mv > ul{
    width: calc(100%*650/700);
    margin: auto;
    background: url("../../../../img/gatun2023/online/2021/talk_mv_bg.png") no-repeat center 50px / 107px 61px;
  }
  .main-mv > ul li{
    width: calc(100%*272/650);
  }
  .main-mv > ul li figure{
    width: 100%;
    height: 172px;    
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex; 
   -webkit-box-align: center;
      -ms-flex-align: center;
         align-items: center;   
   -webkit-justify-content: center;
          -webkit-box-pack: center;
             -ms-flex-pack: center;
           justify-content: center;
  }
}/* end PC */

@media (max-width: 767px) {
  .main-title{
      width: calc(100%*557/748);
  }
  .main-title img:nth-of-type(1){
    width: calc(100%*557/557);
  }
  .main-title img:nth-of-type(2){
    margin-top: calc(100vw*36/748);
    margin-left: calc(100vw*56/748);
    width: calc(100%*388/557);
  }
  .main-title + p{
    font-size: calc(100vw*30/748);
    line-height: 1.5;
  }
  .main-bnr{
  }
  .main-bnr li{
      width: calc(100%*600/748);
    margin: 0 auto calc(100vw*22/748);
  }
  .main-bnr li.current::after {
    height: calc(100vw*294/748);
  }
  .main-mv {
    padding-bottom: calc(100vw*53/748);
  }
  .main-mv > div{
    width: calc(100vw*190/748);
    height: calc(100vw*244/748);
    padding-right: calc(100vw*30/748);
    margin: auto;
  }
  .main-mv > ul{
    margin-top: calc(-100vw*60/748);
    margin-bottom: 0;
  }
  .main-mv > ul li{
    width: calc(100%*684/748);
    margin: auto;
  }
  .main-mv > ul li:nth-of-type(1)::after{
    content: "";
    display: block;
    width: calc(100vw*208/748);
    height: calc(100vw*118/748);
    background: url("../../../../img/gatun2023/online/2021/talk_mv_bg.png") no-repeat center center / 98% 98%;
    margin: calc(100vw*50/748) auto calc(100vw*53/748);
    
  }
  .main-mv > ul li p{
    margin-top: calc(100vw*26/748);
    font-size: calc(100vw*25/748);
  }
  .main-mv > ul li p span{
    margin-top: calc(100vw*20/748);
    font-size: calc(100vw*30/748);
  }
}/* end SP */


.talk-contents {
}

.text-title {
  margin-bottom: 1.5em;
  font-size: 18px;
  font-weight: bold;
}

.text {
  margin-bottom: 1.5em;
  font-size: 14px;
}

.name {
  font-weight: bold;
}

.talk-text-box {
  width: calc(100%*480/700);
}
@media (min-width: 768px) {
  .talk-contents.pcFlex{
         -webkit-box-align: stretch;
        -ms-flex-align: stretch;
           align-items: stretch;
  }
  .catch-text-box{
    width: calc(100%*110/700);
    background: url("../../../../img/gatun2023/online/2021/talk_txt_bg.png") no-repeat center top / 75% auto;
    padding-top: 110px;
    text-align: center;
  }
  .catch-text-box img{
    width: calc(100%*32/110);
    margin: 0px auto;
  }
  .catch-img div:nth-of-type(2){
    /*margin: 105px auto 73px;*/
    margin: 45px auto 45px;
    text-align: center;
  }
  .catch-img img{
    width: calc(100%*350/480);
    height: auto;
    margin: 0px auto;
  }
}/* end PC */


@media (max-width: 767px) {
  .talk-contents {
    margin-bottom: calc(100vw*158/748);
  }
  .talk-text-box {
    width: 100%;
  }
  .text-title,
  .text {
    font-size: calc(100vw*30/748);
  }
  .catch-img{
    margin: calc(100vw*184/748) 0 calc(100vw*96/748)
  }
  .catch-img > div:nth-of-type(1) img,
  .catch-img > div:nth-of-type(3) img{
    height: calc(100vw*172/748);
    width: auto;
  }
  .catch-img > div:nth-of-type(1){
    height: calc(100vw*264/748); 
    padding-top: calc(100vw*15/748);
    padding-left: calc(100vw*60/748);
    background: url("../../../../img/gatun2023/online/2021/talk_txt_bg_01_sp.png") no-repeat left bottom / 98% 100%;
  }
  .catch-img > div:nth-of-type(2){
    margin: calc(100vw*84/748) 0;
  }
  .catch-img > div:nth-of-type(3){
    height: calc(100vw*264/748); 
    padding-top: calc(100vw*15/748);
    padding-left: calc(100vw*265/748);
    background: url("../../../../img/gatun2023/online/2021/talk_txt_bg_02_sp.png") no-repeat right bottom / 98% 100%;
  }
}/* end SP */


#gatun2020-working main #pager-bottom {
  background: #FFF100;
  padding: 53px 0 52px;
  margin-bottom: 70px; 
}
#gatun2020-working main #pager-bottom ul {
  padding-left: 0;
  list-style-type: none;
  text-align: center; 
}
#gatun2020-working main #pager-bottom ul li {
  margin-left: 5px;
  display: inline-block;
  vertical-align: middle; 
}
#gatun2020-working main #pager-bottom ul li:first-child {
  margin-left: 0; 
}
#gatun2020-working main #pager-bottom ul li:not(.no-wrap) a, #gatun2020-working main #pager-bottom ul li:not(.no-wrap) span {
  padding: 5px 8px;
  border: 1px solid #666;
  background: #fff;
  border-radius: 0;
  display: block;
  line-height: 1;
}
#gatun2020-working main #pager-bottom ul li:not(.no-wrap) a {
  text-decoration: none; 
}
#gatun2020-working main #pager-bottom ul li.active span {
  background-color: #CCC; 
}

#gatun2020-working main #backNumber {
  margin-bottom: 55px; 
}
#gatun2020-working main #backNumber ul {
  list-style: none;
  padding: 0; 
}


#pager-bottom {
    margin-top: 50px;
}


#pager-bottom ul li{
  font-size: 16px;
}


#pager-bottom ul .no-wrap{
  font-size: 15px;
}






