/*
Theme Name: Gymgym Common_Theme
Theme URI: https://gymgym.net/
Description: Gymgymサイト用汎用WordPressテーマ
*/
@charset "UTF-8";
html,body {
  overflow-x: hidden;
}
html,body,div,span,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd {
  margin: 0;
  padding: 0;
}
body {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  margin: 0 auto;
  background-color: #FFF;
}
section {
  background-color: #fff;
}
div,
span {
  margin: 0;
  padding: 0;
}
picture {
  display: block;
}
img {
  display: block;
  width: 100%;
  border: 0;
}
a {
  text-decoration: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
li {
  list-style: none;
}
.pc_only {
  display: none !important;
}
.sp_only {
  display: block !important;
}

@media screen and (min-width: 971px) {
  .body {
    max-width: 470px;
  }
  .pc_only {
    display: block !important;
  }
  .sp_only {
    display: none !important;
  }
}

.yellow_font {
  color: #d8c55c;
  font-weight: 700;
}
/* 共通 h2白タイトル */
.subtitle_white_left{
  color: #FFF;
  position: relative;
  padding-left: 20px;
}
.subtitle_white_left::before{
  content:"";
  position:absolute;
  left:0;
  top: 0px;
  width: 3px;
  height: 100%;
  background: rgba(255,255,255,.9);
}
.subtitle_white_en{
  font-size: clamp(35px, 4vw, 50px);
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  margin: 10px 0 10px;
}
.subtitle_white_jp{
  font-size: clamp(28px, 2vw, 35px);
  font-weight: 500;
  letter-spacing: .06em;
  margin: 0;
}
.subtitle_white_right{
  flex: 1;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 2;
  letter-spacing: .06em;
  text-align: right;
}
.subtitle_white_right p{
  margin: 0;
}
/* SP */
@media (max-width: 768px){
  .subtitle_white_left{
    min-width: auto;
    margin-bottom: 10%;
  }
  .subtitle_white_en{
    font-size: 27px;
    margin: 5px 0 5px;
  }
  .subtitle_white_jp {
    font-size: 18px;
  }
  .subtitle_white_right{
    max-width: none;
    font-size: 13px;
  }
}

/* 共通 h2青タイトル */
.subtitle_blue_left{
  position: relative;
  padding-left: 20px;
  color: #1F2D5D;
}
.subtitle_blue_left::before{
  content:"";
  position:absolute;
  left:0;
  top: 0px;
  width: 3px;
  height: 100%;
  background: #1F2D5D;
}
.subtitle_blue_en{
  font-size: clamp(35px, 4vw, 50px);
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  margin: 10px 0 10px;
}
.subtitle_blue_jp{
  font-size: clamp(28px, 2vw, 35px);
  font-weight: 500;
  letter-spacing: .06em;
  margin: 0;
}
.subtitle_blue_right{
  flex: 1;
  font-size: clamp(14px, 1.5vw, 18px);
  line-height: 2;
  letter-spacing: .06em;
  text-align: right;
}
.subtitle_blue_right p{
  margin: 0;
}
/* SP */
@media (max-width: 768px){
  .subtitle_blue_left{
    min-width: auto;
    margin-bottom: 10%;
  }
  .subtitle_blue_en{
    font-size: 27px;
    margin: 5px 0 5px;
  }
  .subtitle_blue_jp {
    font-size: 18px;
  }
  .subtitle_blue_right{
    max-width: none;
    font-size: 13px;
  }
}

/* ボタン */
.detail_cta{
  text-align: center;
  margin-top: 50px;
}
.detail_btn{
  display: inline-flex;
  align-items: center;
  min-width: 300px;
  justify-content: center;
  gap: 10px;
  background: #fff;
  color: #1F2D5D;
  padding: 16px 36px;
  border-radius: 8px;
  font-size: 24px;
  font-weight: bold;
  transition: all .3s ease;
}
.detail_btn:hover{
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(0,0,0,.25);
}
.detail_plus{
  font-weight: 900;
  font-size: 20px;
}
@media (max-width: 768px) {
  .detail_cta {
    margin-top: 5%;
  }
  .detail_btn{
    font-size: 16px;
    min-width: 200px;
  }
}

.child_fv{
  background-image: url(../img/common/head_fv.webp);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  color: #fff;
  padding: 70px 0 40px;
}
.child_fv_inner{
  width: min(90%, 1200px);
  display: flex;
  margin: auto;
  justify-content: space-between;
  align-items: center;
}
.child_fv_subtitle{
  position: relative;
  padding-left: 10px;
}
.child_fv_subtitle_en{
  font-size: 50px;
  font-weight: 700;
  letter-spacing: .08em;
  line-height: 1;
  margin: 10px 0 10px;
}
.child_fv_subtitle_jp{
  font-size: 35px;
  font-weight: 500;
  letter-spacing: .06em;
  margin: 0;
}
@media (max-width: 768px) {
  .child_fv_subtitle {
      padding-left: 5%;
  }
  .child_fv_subtitle_en {
    font-size: 35px;
  }
  .child_fv_subtitle_jp {
    font-size: 26px;
  }
}

.gymgym_cta{
  margin-top: 5%;
  background-image: url("../img/trainer/cta_bg.webp");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.gymgym_cta_inner{
  display: grid;
  grid-template-columns: 0.8fr 1fr;
  gap: 28px;
  align-items: center;
  padding: 30px 34px 24px;
}
.gymgym_cta_image img{
  width: 100%;
  display: block;
  object-fit: cover;
}
.gymgym_cta_title{
  margin: 0 0 14px;
  color: #f0c419;
  font-size: 36px;
  line-height: 1.4;
  font-weight: 800;
}
.gymgym_cta_lead{
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.8;
}
.gymgym_cta_text{
  margin: 0;
  color: #ffffff;
  font-size: 18px;
  line-height: 2;
}
.gymgym_cta_button{
  display: block;
  margin: 0 auto;
  padding: 0 34px 30px;
  width: min(100%, 520px);
  text-decoration: none;
  transition: transform 0.3s ease, opacity 0.3s ease;
  box-sizing: border-box;
}
.gymgym_cta_button img{
  width: 100%;
  display: block;
}
.gymgym_cta_button:hover{
  transform: translateY(-2px);
  opacity: 0.92;
}
.gymgym_cta_image_sp{
  display: none;
}
.gymgym_cta_image_pc{
  display: block;
}

@media screen and (max-width:767px){
  .gymgym_cta{
    margin-top: 24px;
  }
  .gymgym_cta_inner{
    grid-template-columns: 1fr;
    gap: 16px;
    padding: 18px 12px 12px;
  }
  .gymgym_cta_image_pc{
    display: none;
  }
  .gymgym_cta_image_sp{
    display: block;
    margin: 12px 0 14px;
  }
  .gymgym_cta_title{
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 1.5;
    text-align: center;
  }
  .gymgym_cta_lead{
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.9;
  }
  .gymgym_cta_text{
    font-size: 15px;
    line-height: 2;
  }
  .gymgym_cta_button{
    width: 100%;
    padding: 0 12px 18px;
  }
}