@charset "utf-8";

:root {
  --common-width: 80%;
  --header-height: 60px;
  --color-1: #fff;
  --color-2: #252525;
  --color-3: #ec6d71;
  --color-4: #2a296e;
  --color-5: #aa9e2e;
  --bg-color-footer: #757575;
  --bg-color-copyright: #707070;
  --bg-darck-alpha: rgba(0, 0, 0, .3);
  --font-size: 16px;
  --font-size-h1: 2.5em;
  --font-size-h2: 1.8em;
  --font-size-h3: 1.3em;
  --font-size-h4: 1.1em;
  --sec-padding: 5em 0;
  --sec-padding-top: 5em;
  --sec-padding-left-right: 0;
  --sec-item-padding-1: 1em;
}

@media (max-width: 400px) {
  :root {
    --common-width: 90%;
    --font-size: 3.33333vw;
    --header-height: 3em;
    --sec-padding: 5em 2em;
    --sec-padding-left-right: 2em;
  }
}

body {
  color: var(--color-2);
  font-family: "noto sans jp","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic", sans-serif;
  font-size: var(--font-size);
  line-height: 1.6;
  background: #fff!important;
}

body * {
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
}

.navbar-fixed {
  z-index: 996!important;
}

.navbar-fixed nav {
  background: #fff;
}

nav ul a {
  font-weight: bold!important;
}

nav ul li a:hover, nav ul li.active {
  background-color: #8df4e3;
}

#logo-container {
  font-weight: bold;
  color: rgba(0, 0, 0, 0);
  text-shadow: 2.5px 2.5px 0 #8df4e3;
  -webkit-text-stroke: .7px #707070;
}

hr {
  width: 70%;
  margin: 50px auto;
}

img {
  max-width: 100%;
}

section {
  overflow-x: hidden;
}

main a, .panelist-detail a {
  color: #0a2c9e!important;
  cursor: pointer!important;
}
main a:hover, .panelist-detail a:hover {
  text-decoration: underline!important;
}
main a.button {
  color: #fff!important;
}
main a.button:hover {
  text-decoration: none!important;
}

table {
  width: 100%;
}

th, td {
  padding: .6em 1em;
}

.table {
  display: table;
}
.table-cell {
  display: table-cell;
}

@media (orientation: portrait) {
  .table, .table-cell {
    display: block;
    width: 100%!important;
  }
}

/* ページ全体を包括するdiv */
.page-container {
  position: relative; /* 検索フィールドのabsoluteの起点 */
  min-height: calc(100vh - 220px);
}
.page-container-inner {
    display: -webkit-flex;
    display: flex;
} 

main {
  width: 100%;
  height: 100%;
  padding: 0;
}

address {
  font-style: normal;
}

.sp_only {
  display: none;
}
@media screen and (orientation: portrait){
  .sp_only {
    display: inherit;
  }
}

@media screen and (orientation: portrait){
  #sec-Outline {
    margin-bottom: 12rem;
  }
  #sec-Sessions {
    display: none;
  }
}

#sec-eyecatch {
  background-color: var(--color-1);
  background-image: url(/dokushuzemi/wp-content/uploads/2023/12/secollege-festival2024-eyecatch.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  box-sizing: border-box;
  position: relative;
  height: 500px;
}
#sec-eyecatch .logo-box {
  position: absolute;
  top: 5%;
  left: 100px;
}
#sec-eyecatch .theme-box {
  position: absolute;
  bottom: 7%;
  right: 100px;
}
@media screen and (orientation: portrait){
  #sec-eyecatch {
    height: 200px;
  }
  #sec-eyecatch .logo-box {
    display: none;
  }
  #sec-eyecatch .theme-box {
    width: 70%;
    top: 40px;
    left: 50%;
    transform: translateX(-50%);
  }
}

#sec-Catchcopy {
  background: var(--color-4);
}

#sec-Catchcopy h3 {
  color: var(--color-5);
}

#sec-Catchcopy p {
  color: var(--color-1);
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 2.5rem;
  padding: 50px 0 150px;
}
@media screen and (orientation: portrait){
  #sec-Catchcopy p {
    font-size: 1rem;
  }
}

.outline-box {
  background: var(--color-3);
  position: relative;
  padding: 4rem 0;
}

.sec-title-box {
  font-family: "游明朝", "Yu Mincho","YuMincho","Hiragino Mincho Pro",sans-serif!important;
  overflow: hidden;
}

.outline-box .sec-title-box {
  font-size: 130px;
  top: 5px;
  right: 5px;
}
@media screen and (orientation: portrait){
  .outline-box .sec-title-box {
    font-size: 60px;
  }
}

.timetable-box {
  color: var(--color-1);
  background: var(--color-4);
  position: relative;
  padding-top: 200px;
  padding-bottom: 100px;
}

.timetable-box .sec-title-box {
  font-size: 80px;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
}
.timetable-box .sec-title-box span.large-text {
  color: var(--color-1);
  text-shadow: none;
}
@media screen and (orientation: portrait){
  .timetable-box .sec-title-box {
    font-size: 44px;
  }
}


.timetable {
  width: 100%;
}
.timetable > tbody > tr {
  height: 50px;
}
.timetable > tbody > tr > td {
  width: calc(calc(100% - 100px) / 2);
  padding: .5rem 1rem;
  height: 60px;
}
.timetable > tbody > tr > td:first-child {
  color: var(--color-1);
  position: relative;
  width: 100px;
  border-right: 1px solid var(--color-1);
  padding: 0;
}
.timetable > tbody > tr > td:first-child span {
  position: absolute;
  top: -12px;
}
.timetable > tbody > tr:nth-of-type(4n) > td:first-child:after {
  content: "―";
  color: var(--color-1);
  position: absolute;
  top: -12px;
  right: -9px;
}
.timetable > tbody > tr > td:nth-child(2) > div, .timetable > tbody > tr > td:nth-child(3) > div {
  height: 260px;
  background: #fff;
  cursor: pointer;
  padding: 2rem;
  transition: all .3s;
}
.timetable > tbody > tr > td:nth-child(2) > div:hover, .timetable > tbody > tr > td:nth-child(3) > div:hover {
  top: -5px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
}
.timetable > tbody > tr > td:nth-child(2) > div p, .timetable > tbody > tr > td:nth-child(3) > div p {
  margin: 0;
}
.timetable > tbody > tr > td:nth-child(2) > div p:first-child, .timetable > tbody > tr > td:nth-child(3) > div p:first-child {
  font-size: .7rem;
  line-height: 1rem;
}
.timetable > tbody > tr > td:nth-child(2) > div p:first-child span, .timetable > tbody > tr > td:nth-child(3) > div p:first-child span {
  margin-left: 0.5rem;
  background: var(--color-3);
  padding: 0.3rem;
  color: #fff;
  font-weight: bold;
}
.timetable > tbody > tr > td:nth-child(2) > div p:first-child span.end, .timetable > tbody > tr > td:nth-child(3) > div p:first-child span.end {
  background: #858585;
}
.timetable > tbody > tr > td:nth-child(2) > div p:nth-child(2), .timetable > tbody > tr > td:nth-child(3) > div p:nth-child(2) {
  font-size: .9rem;
  font-weight: bold;
  margin-bottom: 1rem;
  line-height: 1.3rem;
  margin-top: .5rem;
}
.timetable > tbody > tr > td:nth-child(2) > div table, .timetable > tbody > tr > td:nth-child(3) > div table {
  width: 100%;
}
.timetable > tbody > tr > td:nth-child(2) > div table td, .timetable > tbody > tr > td:nth-child(3) > div table td {
  padding: 0;
}
.timetable > tbody > tr > td:nth-child(2) > div table td:first-child, .timetable > tbody > tr > td:nth-child(3) > div table td:first-child {
  width: 50px;
}
.timetable > tbody > tr > td:nth-child(2) > div table td:last-child, .timetable > tbody > tr > td:nth-child(3) > div table td:last-child {
  padding-left: 1rem;
}
.timetable > tbody > tr > td:nth-child(2) > div table p:nth-child(2), .timetable > tbody > tr > td:nth-child(3) > div table p:nth-child(2) {
  font-size: .8rem;
  margin-top: 0;
  margin-bottom: 0;
}
.timetable > tbody > tr > td:nth-child(2) > div table tr td img, .timetable > tbody > tr > td:nth-child(3) > div table tr td img {
  width: 50px;
  height: auto;
  border-radius: 50%;
}
.timetable-mobile {
  display: none;
}
.timetable-mobile h2 {
  font-weight: bold;
  font-size: 1.5rem;
  border-bottom: 3px solid var(--color-1);
  padding-bottom: 0.5rem;
}
.timetable-mobile > div {
  margin-bottom: 1rem;
}
.timetable-mobile > div > span:first-child {
  display: inline-block;
  width: 50px;
  color: var(--color-1);
  padding-right: 1rem;
  vertical-align: top;
}
.timetable-mobile > div > span:last-child {
  display: inline-block;
  width: calc(100% - 50px);
  color: var(--color-2);
  font-weight: bold;
  padding: .5rem;
  background: #fff;
}
.timetable-mobile > div > span:last-child span {
  margin-left: 0.5rem;
  background: var(--color-3);
  padding: 0.3rem;
  color: #fff;
  font-weight: bold;
}
.timetable-mobile > div > span:last-child span.end {
  background: #858585;
}


@media screen and (orientation: portrait){
  .timetable {
    display: none;
  }
  .timetable-mobile {
    display: block;
  }
}

h2.moderator {
  color: var(--color-1);
  font-weight: bold;
  font-size: 1.5rem;
  border-bottom: 3px solid var(--color-1);
  padding-bottom: .5rem;
  margin: 5rem 0 2rem;
}

.table.moderator {
  width: 100%;
}
.table.moderator .table-cell {
  width: 50%;
}
.table.moderator img {
  width: 74px;
  border-radius: 50%;
  vertical-align: bottom;
}
.table.moderator img.twitter {
  width: 20px;
  border-radius: 0;
  vertical-align: text-top;
  margin-left: .5rem;
}
.table.moderator p {
  display: inline-block;
  margin-left: 1rem;
}
.table.moderator p span:first-child {
  display: block;
  font-size: .8rem;
}
.table.moderator p span:last-child {
  display: block;
  font-size: 1rem;
  font-weight: bold;
}
@media screen and (orientation: portrait){  
  .table.moderator .table-cell {
    margin-bottom: 2rem;
  }
  .table.moderator img {
    width: 70px;
  }
}

.session-container {
  text-align: center;
}
#sec-Sessions p {
  position: relative;
  display: inline-block;
  color: var(--color-1);
  font-weight: bold;
  font-size: 1.5rem;
  text-align: center;
  margin: 1rem;
  padding: .5rem 1rem;
  width: 280px;
  background-color: var(--color-2);
  transition: .4s all;
}
#sec-Sessions p:hover {
  cursor: pointer;
  color: var(--color-2);
  background: var(--color-5);
}
#sec-Sessions p:before, #sec-Sessions p:after {
  position: absolute;
  display: block;
  width: calc(100% - 20px);
  height: 0;
  left: 0;
  content: "";
}

#sec-page-detail {
  background-color: var(--color-1);
}

.common-width {
  margin: auto;
  width: var(--common-width);
}

.btn {
  display: inline-block;
  font-size: .9em;
  font-weight: bold;
  line-height: 1.2;
  padding: .8em 1em;
}

.btn._bg-color-1 {
  background-color: #dfdf91;
  color: #212121;
  white-space: nowrap;
}

.btn._bg-color-2 {
  background-color: #26a69a;
  color: #fff;
  white-space: nowrap;
}

.btn._bg-color-3 {
  background-color: #D50000;
  color: #fff;
  white-space: nowrap;
}





.bold {
  font-weight: bold !important;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.inline-block {
  display: inline-block;
}


section.sec-title-box {
  position: absolute;
  display: inline-block;
  padding: 0;
  line-height: 1;
}
.sec-title-box span.large-text {
  font-weight: bold;
  color: rgba(0, 0, 0, 0);
  text-shadow: 2.5px 2.5px 0 var(--color-2);
  -webkit-text-stroke: 1px var(--color-1);
}

@media (orientation: portrait) {
  section.sec-title-box {
    padding: 0;
  }
}


.sec-tit {
  font-size: var(--font-size-h2);
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 2em;
}

.sec-tit._h1 {
  font-size: var(--font-size-h1);
}

.sec-tit._h2 {
  font-size: var(--font-size-h2);
}

.sec-tit._h3 {
  font-size: var(--font-size-h3);
}

.sec-tit._h4 {
  font-size: var(--font-size-h4);
}

.sec-tit + .sec-copy {
  line-height: 1.4;
  margin-top: 1em;
}

.sec-tit._h4 + .sec-copy {
  font-size: .9em;
  margin-top: .5em;
}

.sec-tit._h1._form {
  padding-bottom: 1em;
  padding-top: 1em;
}

.sec-copy {
  text-align: center;
}

.sec-copy + .sec-txt {
  margin-top: .5em;
}

.sec-inner {
  margin: auto;
  width: var(--common-width);
  padding: 3em 2em;
}
@media (max-width: 400px){
  .sec-inner {
    padding: 3em 1em;
  }
}


.sec-image {
  margin-bottom: 1em;
  margin-top: 1em;
  text-align: center;
}

.sec-image:first-child {
  margin-top: 0;
}

.sec-image:last-child {
  margin-bottom: 0;
}

.sec-image + .sec-tit {
  margin-top: 1em;
}

.sec-txt {
  margin: 1em 0;
}

.sec-txt:first-child {
  margin-top: 0;
}

.sec-txt:last-child {
  margin-bottom: 0;
}

.sec-item-margin {
  margin: 2em 0;
}

.sec-item-margin:first-child {
  margin-top: 0;
}

.sec-item-margin-top {
  margin-top: 2em;
}

.sec-padding {
  padding: var(--sec-padding);
}

.flex {
  display: flex;
  justify-content: start;
  flex-wrap: nowrap;
}

.flex._justify {
  justify-content: space-between;
}

.flex._start {
  justify-content: start;
}

.flex._column-reverse {
  flex-direction: column-reverse;
}

.about {
  width: 80%;
  margin: auto;
  background: #fff;
  padding: 1rem 3rem;
}
.about .table {
  border-bottom: 1px solid #a8a8a8;
  width: 100%;
}
.about .table:last-child {
  border: none;
}
.about .table .table-cell {
  padding: 1rem 0;
}
.about .table .table-cell:first-child {
  width: 150px;
}

@media (orientation: portrait) {
  .about {
    width: 100%;
  }
  .about .table {
    display: table;
  }
  .about .table .table-cell {
    display: table-cell;
    padding: 2rem 0;
  }
  .about .table .table-cell:first-child {
    width: 30%!important;
  }
}


.table.timetable {
  width: 100%;
  margin-bottom: 3rem;
}
.table.timetable .table-cell {
  padding: 1rem 0;
  font-weight: bold;
}
.table.timetable .table-cell:first-child {
  width: 100px;
}
@media (orientation: portrait) {
  .table.timetable {
    display: table;
  }
  .table.timetable .table-cell {
    display: table-cell;
  }
  .table.timetable .table-cell:first-child {
    width: 60px!important;
  }
  .table.timetable .table-cell:last-child {
    width: calc(100% - 60px)!important;
  }
}


#sec-Webinar {
  padding-top: var(--sec-padding-top);
}

.course_card {
    display: inline-block;
    position: relative;
    width: 320px;
    margin: 10px 30px 50px;
    vertical-align: top;
    text-align: left;
}
.status {
    display: inline-block;
    position: absolute;
    padding: 5px;
    width: 60px;
    height: 60px;
    font-size: 16px;
    color: white;
    top: 0px;
    left: 0px;
    z-index: 500;
}
.status.accepting {
    background: linear-gradient(to top left, rgba(255,255,255,0) 50%, #000000 50.5%) no-repeat top left/100% 100%;
}
.status div {
    display: inline-block;
    position: absolute;
    transform: rotate(-45deg);
}
.status.archive {
    background: linear-gradient(to top left, rgba(255,255,255,0) 50%, #a1a1a1 50.5%) no-repeat top left/100% 100%;
}
.status.accepting div {
    top: 9px;
    left: 0px;
}
.status.archive div {
    top: 8px;
    left: 7px;
}
.card_image {
  margin-bottom: 1em;
  cursor: pointer;
  transition: all .3s;
}
.card_image:hover {
  box-shadow: 0px 0px 12px rgba(0,0,0,0.4);
}
.card_image img {
    height: 168px;
    width: 100%;
    object-fit: cover;
}
.card_detail .card_title strong {
    font-size: 1.3em;
    cursor: pointer;
}
.card_detail .card_info {
    margin-bottom: 1em;
}
.card_detail .card_info div:first-child{
    display: inline-block;
    width: 25%;
    font-size: .9em;
    vertical-align: top;
}
.card_detail .card_info div:last-child {
    display: inline-flex;
    width: 75%;
    text-align: left;
    font-size: .9em;
    vertical-align: top;
}
.card_detail .card_info p {
    margin: 0 0 10px 0;
}
.course_card .full {
    height: 100%;
    width: 100%;
    background-color: rgba(0,0,0,0.3);
}
.course_card .full .card_image, .course_card .full .card_detail {
    opacity: 0.5;
    pointer-events: none;
}
@media (orientation: portrait){
    .course_card {
        width: auto;
    }
    .card_image img {
        height: auto;
    }
}

.apply .table {
  width: 80%;
  margin: 0 auto 2em;
  font-size: 1.3em;
}
.apply .table .table-cell {
  padding: 1em 0 1em 1em;
}
.apply .table .table-cell:first-child {
  border-right: 1px solid #a8a8a8;
  width: 150px;
  padding-left: 0;
}

@media (orientation: portrait) {
  .apply {
    width: 100%;
  }
  .apply .table {
    display: table;
  }
  .apply .table .table-cell {
    display: table-cell;
  }
  .apply .table .table-cell:first-child {
    width: 70px!important;
  }
  .apply .table .table-cell:last-child {
    width: calc(100% - 70px)!important;
    font-size: var(--font-size);
  }
}

#sec-Guide {
  padding-bottom: 150px;
}

.contact-box {
  position: relative;
}

.contact {
  font-size: 3em;
  font-weight: bold;
  margin-top: 3em;
  margin-bottom: 1em;
}
.corporate {
  font-size: 2em;
  font-weight: bold;
  margin-bottom: 2em;
}
.corporate img {
  margin-left: 2em;
  width: 150px;
  vertical-align: sub;
}
.table.service {
  margin: 2em auto;
}
.table.service .table-cell:first-child {
  width: 150px;
  vertical-align: middle;
}
.table.service .table-cell:first-child img {
  width: 100px;
}

@media (orientation: portrait) {
  .corporate img {
    display: block;
    margin: 1rem auto;
    width: 150px;
  }
  .table.service .table-cell:first-child {
    text-align: center;
  }
  .table.service .table-cell:first-child img {
    width: 50px;
  }
}

.modal-content {
  height: calc(100vh - 200px);
  overflow-y: scroll;
  padding: 2em;
}
.modal-content .webinar-about {
  font-size: 1.2em;
  font-weight: bold;
}

.date-liner {
  font-size: 1.1rem;
  display: flex;
  align-items: flex-start;
  text-align: left;
}
.date-liner:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: rgba(0,0,0,0.71);
    min-width: 20px;
    margin: auto auto auto 1rem;
}
.modal-content .webinar-title {
  color: #252525;
  font-size: 1.5em;
  font-weight: bold;
  position: relative;
}
.modal-content .webinar-title:before {
  content: "";
  display: inline-block;
  line-height: 40px;
  position: absolute;
  padding: 0em;
  background: var(--color-4);
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  line-height: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 3px var(--color-4);
  border-radius: 50%;
}
.session-metaverse .webinar-title:before {
  background-image: url(/dokushuzemi/wp-content/uploads/2023/12/metaverse-icon.png);
}
.session-university .webinar-title:before {
  background-image: url(/dokushuzemi/wp-content/uploads/2023/12/university-icon.png);
}
.session-mental .webinar-title:before {
  background-image: url(/dokushuzemi/wp-content/uploads/2023/12/mental-icon.png);
}
.session-comedy .webinar-title:before {
  background-image: url(/dokushuzemi/wp-content/uploads/2023/12/comedy-icon.png);
}
.session-soccer .webinar-title:before {
  background-image: url(/dokushuzemi/wp-content/uploads/2023/12/soccer-icon.png);
}
.session-event .webinar-title:before {
  background-image: url(/dokushuzemi/wp-content/uploads/2023/12/event-icon.png);
}
.session-history .webinar-title:before {
  background-image: url(/dokushuzemi/wp-content/uploads/2024/01/history-icon.png);
}
.session-ai .webinar-title:before {
  background-image: url(/dokushuzemi/wp-content/uploads/2024/01/ai-icon.png);
}

.modal-content .webinar-title + p {
  margin-bottom: 1em;
}
.modal-content .webinar-title > span {
  margin-left: 60px;
  display: inline-block;
}
.modal-content .panelist {
  margin: 2em auto 1em;
  width: 100%;
}


.modal-content .panelist .panelist-title {
  text-align: center;
  font-size: 1.5rem;
  font-weight: bold;
  position: relative;
  margin-top: 3rem;
}
.modal-content .panelist .panelist-title:before {
  content: "";
  position: absolute;
  bottom: -15px;
  display: inline-block;
  width: 60px;
  height: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: var(--color-4);
  border-radius: 2px;
}

.modal-content .panelist .table-cell:first-child {
  width: 150px;
  text-align: center;
}
.modal-content .panelist .table-cell:first-child img {
  width: 100px;
  border-radius: 50%;
}
.modal-content .panelist .table-cell:last-child {
  vertical-align: middle;
  font-weight: bold;
  font-size: 1.1rem;
  padding-left: 1rem;
}
.modal-content .panelist .table-cell:last-child span {
  display: block;
  font-size: .8em;
  font-weight: normal;
}
.modal-content .panelist .table-cell:last-child span:first-child {
  margin-top: 1rem;
}
.modal-content .webinar-detail {
  font-size: .9em;
}
.modal-content .panelist-detail {
  font-size: .7em;
  line-height: 2em;
  margin-bottom: 4rem;
}


button, .button {
  display: block;
  color: #fff;
  font-weight: bold;
  text-align: center;
  width: 80%;
  max-width: 350px;
  margin: 2em auto;
  padding: 1em;
  background: var(--color-3);
}
button:disabled, .button:disabled {
  background: #dfdfdf;
}

button.close, .button.close {
  background: none;
  color: #000;
  border: 3px solid #000;
}

@media (orientation: portrait) {
  .modal-content .panelist {
    display: table;
  }
  .modal-content .panelist .table-cell {
    display: table-cell;
  }
  .modal-content .panelist .table-cell:first-child {
    width: 100px!important;
  }
  .modal-content .panelist .table-cell:first-child img {
    width: 80px!important;
  }
  .modal-content .panelist .table-cell:last-child {
    width: calc(100% - 100px)!important;
  }
}
.underline-text {
  display: block;
  width: fit-content;
  font-size: var(--font-size-h2);
  font-weight: bold;
  text-align: center;
  position: relative;
  z-index: 1;
  margin: 0 auto .5em;
}
.underline-text:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 0%;
  height: 100%;
  background: linear-gradient(0.25turn, #fdff90, #87efff);
  z-index: -1;
  transition: all 1.2s 0s ease-out;
}

.underline-text.animated:after {
  width: 100%;
}

.page-title {
  margin-top: 1.5em;
  font-family: "游明朝", "Yu Mincho","YuMincho","Hiragino Mincho Pro",sans-serif!important;
}

.fade-in {
  opacity: 0;
  transition: all 1.2s;
}
.fade-in.animated {
  opacity: 1;
}

.slide-in {
  transform:translateX(50px);
  opacity: 0;
  transition: all 1s;
}
.slide-in.animated {
  transform:translateX(0px);
  opacity: 1;
}


.slide-under-in {
  transform:translateY(50px);
  opacity: 0;
  transition: all 1s;
}
.slide-under-in.animated {
  transform:translateY(0px);
  opacity: 1;
}


@media (orientation: portrait) {
  .hidden-sm {
    display: none;
  }

  .pad-lr-1-sm {
    padding-left: var(--sec-item-padding-1);
    padding-right: var(--sec-item-padding-1);
  }
}

@media (orientation: landscape) {
  .hidden-pc {
    display: none;
  }
}
