/*
Theme Name:izumipro2026_61
Theme URI: none
Description: none
Author: IZUMI PRO co.,ltd.
Author URI: https://izumipro.co.jp/
Template:
Version: 11
.
*/

/*reset
-------------------------------------------------------------------- */
html,
body,
article,
section,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
a {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

ul,
li {
  list-style: none;
}

/* font
-------------------------------------------------------------------- */

h2.sec_title {
  font-family: 'Anton', sans-serif;
  font-size: 3vw;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  line-height: 100%;
  padding: 10px 0 5px;
}

h2 .sub_title {
  font-size: 1vw;
  line-height: 100%;
  padding: 5px 0;
}


@media screen and (max-width:812px) {

  h2.sec_title {
    font-size: 8vw;
  }

  h2 .sub_title {
    font-size: 4vw;
  }
}

/* link
-------------------------------------------------------------------- */
a {
  text-decoration: none;
  transition: .3s;
  color: #000;
}

a:hover {
  opacity: 0.5;
}

/* body
-------------------------------------------------------------------- */
body {
  background: #fff;
  width: 100%;
  height: auto;
  font-family: "BIZ UDPゴシック", -apple-system, BlinkMacSystemFont, arial narrow, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, , Meiryo, sans-serif;
  font-size: 1vw;
  color: #000;
  padding-bottom: -80px !important;
  opacity: 0;
  transition: 0.3s;
}

/*
.home{
		  overflow-y: hidden;
		min-height:100vh;
	height:100vh;
}
*/


#wrapper {
  background: #fff;
  overflow-x: hidden;
}

#wrapper.page {
  margin-top: 124px;
}


article {
  width: 100%;
}

section {
  width: 100%;
  text-align: center;
  position: relative;
}

.inner {
  width: 1280px;
  height: auto;
  padding: 20px 0;
  margin: 0 auto;
}

html,
body,
article,
section,
.inner {
  position: relative;
  font-size: 17px;
}

p.tag {
  margin: 20px auto;
}

div.tag {
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.tag span {
  display: inline-block;
  vertical-align: top;
  background: #555;
  color: #fff;
  line-height: 20px;
  font-size: 10px;
  padding: 0 5px;
  margin: 5px 5px 5px 0;
  border-radius: 2px;
}

.tag span a {
  color: #fff;
}

div.tag span:before,
p.tag a:before {
  content: "#";
}



div.cat {
  position: absolute;
  top: 10px;
  left: 10px;
}

p.cat {
  margin-bottom: 20px;
}

.cat span,
.cat li {
  display: inline-block;
  vertical-align: top;
  background: #FFD700;
  color: #000;
  line-height: 20px;
  font-size: 10px;
  padding: 0 5px;
  margin: 5px 5px 5px 0;
  border-radius: 2px;
}

.cat span a {
  color: #000;
}

.and_more:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 3px;
  border-right: #fff 1px solid;
  border-bottom: #fff 0.5px solid;
  margin: 0 5px;
  transform: skewX(50deg);
}

.more {
  color: #000;
  background: #fff;
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  line-height: 45px;
  width: auto;
  border: 1px solid #000;
  transition: all 1.2s cubic-bezier(0.2, 1, 0.2, 1);
  cursor: pointer;
  outline: none;
  margin: 20px auto;
  padding: 0 50px;
}

.more:hover {
  opacity: 0.5;
}

@media screen and (max-width:812px) {

  body {
    font-size: 3vw;
    padding-bottom: 0px !important;
  }

  body.home {
    padding: 0 !important;
  }

  #wrapper.page {
    margin-top: 129px;
  }

  .inner {
    width: 100%;
    min-width: 100%;
    height: auto;
    padding: 20px 10px;
    margin: 0 auto;
    font-size: 4vw;
  }

  div.tag {
    position: static;
    text-align: right;
  }

  div.cat {
    position: static;
    text-align: left;
  }

}

/* header
----------------------------------------------------------------------------- */

header {
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  width: 100%;
  padding: 10px 0;
  color: #fff;
  z-index: 10;
}

header .inner {
  padding: 0;
}

header a {
  color: #fff;
}

.description {
  text-align: left;
  font-size: 0.9vw;
}

.header_contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.logo {
  background-image: url('https://izumipro.co.jp/wp-content/uploads/2025/07/6c3d4af1c9fa144da455e8132a2d88be.png');
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  vertical-align: top;
  width: 100px;
  height: 65px;
  margin: 10px 0;
}

.logo h1 {
  display: none;
}

.site_name {
  display: inline-block;
  vertical-align: top;
  font-weight: 300;
}

.site_name h1 {
  font-weight: normal;
}


.sns_icon {
  width: 100%;

}

.sns_icon li {
  background-size: contain;
  display: inline-block;
  vertical-align: top;
  margin: 0 20px 0 0;
  width: 20px;
  height: 20px;
}

.sns_icon a {
  display: block;
  width: 100%;
  height: 100%;
}

.sns_icon a:hover {
  opacity: 0.5 !important;
}

.line1 {
  background-image: url('//izumipro.co.jp/wp-content/uploads/2020/07/line_icon.png');
}

.youtube1 {
  background-image: url('//izumipro.co.jp/wp-content/themes/izumipro2025.07/image/youtube_icon.png');
}

.instagram1 {
  background-image: url('//izumipro.co.jp/wp-content/themes/izumipro2025.07/image/instagram1.png');
}

.twitter1 {
  background-image: url('//izumipro.co.jp/wp-content/themes/izumipro2025.07/image/x-twitter-brands-solid.svg');
  background-color: #fff;
}

.twitter2 {
  background-image: url('//izumipro.co.jp/wp-content/themes/izumipro2025.07/image/x-twitter-brands-solid.svg');
  background-color: #fff;
}

.facebook1 {
  background-image: url('//izumipro.co.jp/wp-content/themes/izumipro2025.07/image/facebook1.png');
}

.translator {
  display: none;
  position: absolute;
  top: 35px;
  right: 65px;
}

.translator a {
  background: #fff;
  color: #000;
  border-radius: 5px;
  padding: 5px;
  display: none;
  font-size: 16px;
  cursor: pointer;
}

.translator a.active {
  display: inline-block;
}

@media screen and (max-width:812px) {

  header {
    height: 110px;
  }

  header .inner {
    text-align: center;
    padding: 0;
  }

  .description {
    text-align: center;
    font-size: 2.5vw;
  }

  .logo {
    display: block;
    background-position: center center;
    margin: 10px auto;
  }

  .site_name h1 {
    font-weight: normal;
    color: #999;
    font-size: 2vw;
  }

  .translator {
    position: static;
    margin: 20px auto 0;
  }

  .sns_icon {
    position: relative;
    width: 100%;
    height: 20px;
  }
}

/*menu
------------------------------------- */
.menu-home_nav-container,
.menu-page_nav-container {
  width: 750px;
}

.menu {
  display: flex;
  justify-content: space-between;
  font-family: 'Anton', sans-serif;
}

.menu>li {
  position: relative;
}

.menu li .sub_title {
  display: none;
}

.menu li a:not([href]) {
  cursor: pointer;
}

.sub-menu {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  transition: all .3s;
  top: 35px;
  left: 0;
  width: 170px;
  padding: 0 10px 10px;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 1vw;
}

.sub-menu li {
  margin: 5px 0;
}

.sub-menu li a::before {
  content: "∟";
}

.menu li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
}

@media screen and (max-width:812px) {

  .menu-home_nav-container,
  .menu-page_nav-container {
    width: 100%;
  }

  .menu {
    display: block;
  }

  .menu>li {
    font-size: 1.5vw;
  }

  .menu li .sub_title {
    display: inline;
  }


  .sub-menu {
    position: static;
    visibility: visible;
    opacity: 1;
    width: 100%;
    padding: 0 10px 10px;
    font-size: 1vw;
    background-color: transparent;
  }

  .sub-menu li a {
    color: #999;
  }
}

/*menu_button
------------------------------------- */
.my-parts-hidden {
  display: none;
}

#my-parts-icon {
  cursor: pointer;
  display: inline-block;
  height: 30px;
  position: absolute;
  top: 30px;
  left: 10px;
  width: 30px;
  z-index: 9999;
}

#my-parts-icon span {
  background: rgb(255, 255, 255);
  display: block;
  height: 1px;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  transition: all 0.3s ease-in-out;
  width: 84%;
}

#my-parts-icon span::before,
#my-parts-icon span::after {
  -webkit-transform: rotate(0);
  background: rgb(255, 255, 255);
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -50%;
  position: absolute;
  top: 50%;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
  width: 100%;
}

#my-parts-icon span::before {
  margin-top: -30%;
}

#my-parts-icon span::after {
  margin-top: 27%;
}

#my-parts-checkbox:checked~#my-parts-icon span {
  background: rgba(51, 51, 51, 0);
}

#my-parts-checkbox:checked~#my-parts-icon span::before,
#my-parts-checkbox:checked~#my-parts-icon span::after {
  content: "";
  display: block;
  height: 100%;
  left: 50%;
  margin: -8% 0 0 -42%;
  position: absolute;
  top: 50%;
  width: 100%;
}

#my-parts-checkbox:checked~#my-parts-icon span::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#my-parts-checkbox:checked~#my-parts-icon span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.wp-block-embed iframe {
  width: 100% !important;
  height: auto;
}

/*sidebar
-------------------------------------------------------------------- */
#sidebar {
  background-color: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: auto;
  padding: 10px;
  text-align: center;
}

.mobile {
  position: fixed;
  left: -100%;
  top: 128px;
  z-index: 10;
  transition: 0.3s;
  height: calc(100% - 40px) !important;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}


#sidebar.active {
  left: 0;
}

#sidebar .side_inner {
  display: inline-block;
  text-align: left;
  margin: auto;
}

#sidebar .menu {
  margin-bottom: 40px;
}

#sidebar .menu li {
  display: block;
  width: 100%;
  font-size: 6vw;
  font-family: 'Anton', sans-serif;
  margin: 5px auto;
}

#sidebar .menu .sub-menu li {
  font-size: 4vw;
}



/* footer
--------------------------- */
footer {
  position: relative;
  bottom: 0;
  background: #111;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

footer .inner {
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}

footer .menu-home_nav-container,
footer .menu-page_nav-container {
  display: inline-block;
  width: auto;
  margin: auto;
}

footer .menu {
  display: block;
  margin-bottom: 15px;
}

footer .menu li {
  display: inline-block;
}

footer .menu a {
  color: #999;
  font-family: initial;
  font-weight: normal;
  font-size: 1vw;
}

footer .menu li+li::before {
  content: "|";
  color: #999;
  font-weight: normal;
  font-size: 1vw;
  margin: 0 8px 0 5px;
}

footer .sub-menu {
  display: none;
}

footer .site_name {
  display: block;
  color: #fff;
  font-weight: bold;
}

.footer_copyright {
  color: #fff;
  font-size: 10px;
  text-align: center;
}



.footer_right {
  display: inline-block;
  vertical-align: top;
  width: 300px;
}

.credit {
  background-image: url('//izumipro.co.jp/wp-content/themes/izumipromotion2018.10main/image/credit.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;
  position: absolute;
  bottom: 0;
  right: 0;
  opacity: 0.5;
}

.prof_image {
  width: 250px;
  text-align: center;
  margin: 0 0 10px 10px;
}

@media screen and (max-width:812px) {
  footer .site_name h1 {
    font-size: 3vw;
  }
}

/* home.php
---------------------------------------------------------------------- */

/* parts
-------------- */





.andmore {
  display: inline-block;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url('//izumipro.co.jp/wp-content/themes/2018.11.25/image/andmore.png');
  width: 70px;
  height: 15px;
  margin: 10px 0;
}

.contents_box {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0 50px;
  width: 500px;


}

.contents_box img {
  margin: 0 auto;
}

.back {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 0;
  width: 100%;
  height: 100vh;
  text-align: left;
}

#middle {
  background-size: cover;
  background-position: center;
  position: relative;
  height: 500px;
}

#middle .overlay {
  background-color: rgba(0, 0, 0, 0.6);
}


#middle .catchcopy {
  top: 15%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  text-shadow:
    black 1px 1px 2px, black -1px 1px 2px,
    black 1px -1px 2px, black -1px -1px 2px;
}

#middle .catchcopy>p {
  font-size: 35px;
  padding: 0 10%;
}

#middle .catchcopy div {
  font-size: 20px;
  margin-top: 50px;
}

.overlay {
  background-image: url('//izumipro.co.jp/wp-content/themes/2020.01.01/vegas/overlays/07.png');
  background-color: rgba(0, 0, 0, 0.5);
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;

}

.catchcopy {
  font-weight: bold;
  font-size: 6vw;
  position: absolute;
  top: 50%;
  left: 10px;
  color: #fff;
  width: 100%;

}

@media screen and (max-width:812px) {
  .contents_box {
    width: 100%;
    margin: 0;
  }

  #middle {
    height: 300px;
  }

  #middle .catchcopy {
    top: 15%;
    text-align: center;
  }

  #middle .catchcopy>p {
    font-size: 6vw;
  }

  #middle .catchcopy div {
    font-size: 4vw;
  }

  .contents_box {
    width: 100%;
    margin: 0;

  }

  .catchcopy {
    font-size: 10vw;

  }
}

/* TOP
----------- */
#top {
  background: #fff;
  background-image: url(https://izumipro.co.jp/wp-content/uploads/2025/07/7178f2bf3c6a0b174f4aa638c42b5907.png);
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;

}

#top video {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

#top .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 1;
}

@media screen and (max-width:812px) {

  #top {
    height: 60vh;
  }

  #top video {
    width: auto;
    height: 110vh;
  }


  #top .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 1;

  }
}


/* COMPANY
----------- */
#company {
  background: #fff;
}

#company #middle {
  background-position: center 20%;
}

.com_img {
  width: 300px;
  height: 300px;
  text-align: center;
  margin: 0 auto 20px;
}

.com_img img {
  display: inline-block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.suppliers {
  color: #999;
  margin: 20px 0;
}

.suppliers .contents_box {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin: 0;
  width: 350px;

}

@media screen and (max-width:812px) {

  #company #middle {
    background-position: 0;
  }

  .suppliers .contents_box {
    width: 100%;

  }


}

/* service
-------------- */
#service {
  position: relative;
}

img.business {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  background: #fff;
}

.contact_link {
  display: inline-block;
  line-height: 50px;
  margin: 20px auto;
  padding: 0 10px;
  border: 1px #000 solid;
  background: #fff;
  font-size: 1.5vw;
  color: #000 !important;
}

#service.inner {
  font-size: 1.5vw;
}


.busines_title {
  background-color: #000;
  width: 100%;
  padding: 50px 10%;
  margin-top: 25px;
  position: relative;
  text-align: center;
  color: #fff;
}


.business_top .busines_title h3 {
  display: inline-block;
  position: relative;
  text-shadow:
    black 1px 1px 2px, black -1px 1px 2px,
    black 1px -1px 2px, black -1px -1px 2px;
  font-size: 40px;
}



.business_top .inner>div {
  width: 100%;
  font-weight: bold;
}

.business_list {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.business_list li {
  position: relative;
  width: 100%;
  height: 500px;
  margin: 1%;
  text-shadow:
    black 1px 1px 2px, black -1px 1px 2px,
    black 1px -1px 2px, black -1px -1px 2px;
  background-size: cover;
  background-position: center;
}





.business_list li a {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  padding: 170px 100px 0;
}

.business_list li .post_image {
  display: block;
  width: 80%;
  height: 200px;
  object-fit: cover;
  object-position: center center;
  margin: 10px auto;
}

.business_list li>a h3 {
  font-size: 30px;
  line-height: 120%;
}

.business_list li>a p {}



.business_menu {
  background: #FFD700;
  display: flex;
  justify-content: center;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 10px 0;
}

.artist_page_title {
  margin-bottom: 30px;
  height: 500px;
  padding: 0;
}

.artist_page_title img {
  width: auto;
  height: 100%;
}


#others_post .business_menu {
  margin: 30px 0;
}

.business_menu:before {
  content: "";
  background-image: url(https://izumipro.co.jp/wp-content/uploads/2022/11/golizm-2.1.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  height: 150px;
  width: 150px;
  margin-right: 30px;
}

.business_menu>div {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.business_menu>div:before {
  content: "";
  display: block;
  background: #000;
  width: 215px;
  height: 1px;
  margin-bottom: 10px;
}

.business_menu .addtoany_shortcode {
  display: block;
}

.business_menu .addtoany_shortcode:before {
  content: none;
}


.business_menu div p {
  font-size: 35px;
  color: #fff;
  text-shadow:
    black 1px 1px 2px, black -1px 1px 2px,
    black 1px -1px 2px, black -1px -1px 2px;
}

.business_menu div p.sub_text {
  font-size: 16px;
  text-align: right;
  padding-right: 5px;
}


@media screen and (max-width:812px) {

  #service #middle {
    height: 450px;
  }

  .busines_title {
    background-color: #000;
    width: 100%;
    padding: 50px 10%;
    margin-top: 25px;
    position: relative;
    text-align: center;
    color: #fff;
  }

  .artist_page_title {
    height: auto;
  }

  .artist_page_title img {
    width: 100%;
    height: auto;
  }


  .business_top>.busines_title h3:before {
    top: -70px;
    left: -20px;
    width: 100px;
    height: 100px;
  }


  .business_top .busines_title h3 {
    display: inline-block;
    position: relative;
    text-shadow:
      black 1px 1px 2px, black -1px 1px 2px,
      black 1px -1px 2px, black -1px -1px 2px;
    font-size: 40px;
  }

  .business_list {
    display: block;
  }

  .business_list li {

    width: 100%;
    height: 300px;
    margin: 1% 0;
  }

  .business_list li:first-child {
    width: 100%;
    height: 300px;
    margin: 1% 0;
    text-shadow:
      black 1px 1px 2px, black -1px 1px 2px,
      black 1px -1px 2px, black -1px -1px 2px;
    background-size: cover;
    background-position: center;
  }

  .business_list li>a {
    padding: 100px 10px 0;
  }

  .business_list li>a h3 {
    font-size: 5vw;
    padding: 20px 0;
  }

  .business_list li>a p {
    font-size: 3vw;
    margin-bottom: 20px;
  }

  .business_menu:before {
    height: 100px;
    width: 100px;
    margin-right: 20px;
  }


  .business_menu div:before {
    width: 8em;
  }

  .business_menu div p:first-child {
    font-size: 6vw;
    margin-bottom: 10px;
  }

  .business_menu div p:first-child span:last-child {
    display: block;
  }

  .business_menu div p.sub_text {
    font-size: 3vw;
  }


  #page_single .business_menu {
    margin-top: 55px;
  }
}

/* talent
-------------- */
.talent_list {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: space-between;
  margin-bottom: 30px;
}

.talent_list::before {
  content: "";
  display: block;
  width: 24%;
  order: 1;
}

.talent_list::after {
  content: "";
  display: block;
  width: 24%;
}

.talent_list li {
  display: block;
  position: relative;
  width: 24%;
  height: auto;
  transition: all 0.5s ease 0s;
  opacity: 1;
  margin-bottom: 4px;
  margin-top: 0;
}




.talent_list .post_image {
  background-color: #555;
  display: block;
  position: absolute;
  object-fit: cover;
  width: 100%;
  height: 350px
}

.talent_list li a {
  color: #000;
  transition: .2s;
  opacity: 1;

}

.talent_list li a h3 {
  font-size: 18px;
}

.talent_list li a .thumbnail {
  position: relative;
  width: 100%;
  height: 350px;
}

.talent_list li a .thumbnail .excerpt {
  position: absolute;
  bottom: 1%;
  left: 1%;
  width: 98%;
  color: #fff;
  background: rgba(252, 3, 111, 0.8);
  padding: 10px;
  text-align: left;
  font-size: 14px;
  font-weight: bold;
}


@media screen and (max-width:812px) {
  .talent_list {
    display: block;
  }

  .talent_list li {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
  }

  .talent_list li:nth-child(3n+2):last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .talent_list a h3 {
    font-size: 6vw;
  }


}

/* talent
-------------- */
.distribution_list {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}

.distribution_list::before {
  content: "";
  display: block;
  width: 28%;
  order: 1;
}

.distribution_list::after {
  content: "";
  display: block;
  width: 28%;
}

.distribution_list li {
  display: block;
  position: relative;
  width: 28%;
  height: auto;
  transition: all 0.5s ease 0s;
  opacity: 1;
  margin-bottom: 4px;
  margin-top: 0;
}




.distribution_list .post_image {
  display: block;
  position: absolute;
  object-fit: contain;
  width: 100%;
  height: 150px
}

.distribution_list li a {
  color: #000;
  transition: .2s;
  opacity: 1;

}

.distribution_list li a h3 {
  font-size: 18px;
}

.distribution_list li a .thumbnail {
  position: relative;
  width: 100%;
  height: 150px;
}


@media screen and (max-width:812px) {
  .distribution_list {
    display: block;
  }

  .distribution_list li {
    width: 100%;
    height: auto;
    margin: 0 auto 20px;
  }

  .distribution_list li:nth-child(3n+2):last-child {
    margin-left: auto;
    margin-right: auto;
  }

}

/* works
-------------- */
#works {
  background: #fff;
}

h3.works_title {
  font-size: 30px;
}

.works_list {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-content: space-between;
  margin-bottom: 30px;
}

.works_list li {
  display: block;
  position: relative;
  width: 33.05%;
  height: 350px;
  transition: all 0.5s ease 0s;
  opacity: 1;
  margin-bottom: 4px;
  margin-top: 0;
}

.works_list li:nth-child(3n+2):last-child {
  margin-left: auto;
  margin-right: 33.5%;
}




.works_list li .post_image {
  background-color: #555;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;

}

.works_list li a {
  color: #fff;
  transition: .2s;
  opacity: 1;
}




.post_link {
  background-image: url('//izumipro.co.jp/wp-content/themes/2020.01.01/vegas/overlays/09.png');
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  transition: .5s;
  padding: 10px;
  overflow: hidden;
}

.post_link:hover {
  background-image: none;
  background-color: rgba(0, 0, 0, 0.0);
}


.post_link h3 {
  font-size: 1.3vw;
  margin: 140px 0 20px;
}

.post_link p {
  font-size: 1vw;
  font-weight: normal;
  color: #dadada;
}









@media screen and (max-width:812px) {
  .works_list {
    display: block;
  }

  .works_list li {
    width: 100%;
    margin: 0 auto 10px;
  }

  .works_list li:nth-child(3n+2):last-child {
    margin-left: auto;
    margin-right: auto;
  }

  .post_link h3 {
    font-size: 5vw;
    margin: 60px 0 20px;
  }

  .post_link p {
    font-size: 4vw;
  }

}

/* PROFILE
----------- */
#producer {
  background: #f1f1f1;
}

.profile {
  text-align: center;
}

.profile h3 {
  font-size: 2.5vw;
  line-height: 100%;
}

.profimg {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}

@media screen and (max-width:812px) {
  .profile h3 {
    font-size: 5vw;
  }

}

/* SNS
----------- */
#sns {
  background: #fff;
  font-size: 1.5vw;
}

#instagram {
  vertical-align: top;
  margin: 20px 10px;
  text-align: center;
  font-size: 25px;
}

#twitter img {
  width: 100%;
  height: auto;
  margin: auto;
}

#instagram iframe {
  width: 100% !important;
}

.insta_btn2 {
  /*ボタンの下地*/
  color: #FFF;
  /*文字・アイコン色*/
  border-radius: 7px;
  /*角丸に*/
  position: relative;
  display: inline-block;
  height: 50px;
  /*高さ*/
  width: 190px;
  /*幅*/
  text-align: center;
  /*中身を中央寄せ*/
  font-size: 25px;
  /*文字のサイズ*/
  line-height: 50px;
  /*高さと合わせる*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  /*グラデーション①*/
  overflow: hidden;
  /*はみ出た部分を隠す*/
  text-decoration: none;
  /*下線は消す*/
  margin: 20px auto;
}

.insta_btn2:before {
  /*グラデーション②*/
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  /*全体を覆う*/
  height: 100%;
  /*全体を覆う*/
  background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
}

.insta_btn2 .fa-instagram {
  /*アイコン*/
  font-size: 35px;
  /*アイコンサイズ*/
  position: relative;
  top: 4px;
  /*アイコン位置の微調整*/
}

.insta_btn2 span {
  /*テキスト*/
  display: inline-block;
  position: relative;
  transition: .5s
}

.insta_btn2:hover span {
  /*ホバーで一周回転*/
  -webkit-transform: rotateX(360deg);
  -ms-transform: rotateX(360deg);
  transform: rotateX(360deg);
}


#facebook {
  display: inline-block;
  vertical-align: top;
  width: 500px;
  height: 500px;
  margin: 20px 10px;
}

#twitter {
  display: inline-block;
  vertical-align: top;
  width: 500px;
  height: 550px;
  margin: 20px 0;
  padding-bottom: 30px;
}

#twitter img {
  width: 100%;
  height: auto;
}

@media screen and (max-width:812px) {
  #sns {
    background: #fff;
    font-size: 3vw;
  }

  #instagram {
    width: 100%;
    height: auto;
    margin: 20px 0;
  }

  #facebook {
    width: 100%;
    margin: 20px 0;
  }

  .fb-page {
    display: block !important;
    width: 100%;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    height: 500px;
  }

  #twitter {
    width: 100%;
  }

}

/* CONTACT
----------- */
#contact {
  background-image: url('//izumipro.co.jp/wp-content/themes/2020.01.01/image/back6.jpg');
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
}


.contact {
  background-image: url('//izumipro.co.jp/wp-content/themes/2020.01.01/image/contact2.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 100px;
  height: 100px;

}

.contact_info {
  position: relative;
  background-image: url('//izumipro.co.jp/wp-content/themes/2020.01.01/image/contact_info.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 500px;
  height: 50px;
  margin: 0 auto;

}

.page .contact_info {
  position: static;
}

.contact_info p {
  display: none;
}

.contact_infobox {
  position: relative;
  top: -100px;
  width: 1000px;
  height: 250px;
  margin: 0 auto;
  padding: 30px 0 0 0;
  margin-bottom: -80px;
}

#contact_box {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

#contact_box p {
  font-size: 20px;
  margin-bottom: 30px;
  font-weight: bold;
}

#contact_box div {
  position: relative;
  background-size: contain;
  background-repeat: no-repeat;
  width: 400px;
  margin: auto;
}

.tel {
  background-color: #fff;
  background-image: url('//izumipro.co.jp/wp-content/themes/2020.01.01/image/tel.png');
}

.line {
  background-image: url('//scdn.line-apps.com/n/line_add_friends/btn/ja.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin-bottom: 20px !important;
  padding-top: 123px;
}


.mail {
  display: block;
  background-color: #fff;
  background-image: url('//izumipro.co.jp/wp-content/themes/2020.01.01/image/mail.png');
  padding-top: 152px;
}

.tel a,
.mail a,
.line a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#mailform_section {

  width: 100%;
  height: auto;
  padding: 20px 0 30px 0;
  margin-top: 30px;
}

.mailform {
  width: 500px;
  margin: 20px auto;
  text-align: left;
}

.mailform .contact_infobox {
  position: static;

  width: 1000px;
  margin: 0 auto;
  padding: 0 0 0 0;
  margin-bottom: 0;
}

@media screen and (max-width:812px) {
  #contact_box p {
    font-size: 4vw;

  }

  #contact_box div {
    width: 250px;
  }

  .mailform {
    width: 100%;
  }

  .tel {
    padding-top: 95px;
    margin: 10px auto;
  }

  .line {
    padding-top: 80px;
    margin: 10px auto;

  }

  .mail {
    padding-top: 94px;
    margin: 10px auto;
  }
}

label {
  display: block;
  margin-bottom: 10px;
}

select {
  -webkit-appearance: button;
  appearance: button;
}

input[type="text"],
input[type="email"],
input[type="tel"],
.wpcf7-textarea {

  width: 100%;
  border: #ddd 1px solid;
  padding: 5px;
  font-size: 16px !important;
}

.wpcf7-select {
  background: #fff !important;
  width: 100%;
  border: #ddd 1px solid;
  padding: 5px;
  font-size: 16px !important;
}

.wpcf7-submit,
.reset {
  background: #777;
  width: 100px;
  height: 30px;
  color: #fff;
  border: 0;
  padding: 5px 0;
  margin: 0 auto;
  text-align: center;
}

#send {
  margin-top: 10px;
}

.submit_area {
  margin: 10px auto;
  text-align: center;
}




/* END
----------- */
#end {
  background-image: url(https://izumipro.co.jp/wp-content/uploads/2019/12/9Q8A01252-scaled.jpg);
  background-color: #000;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (max-width:812px) {
  #end.back {
    height: 50vh;
  }

  #end .overlay .catchcopy {
    top: 68%;
    left: 10px;
  }
}

/* page_single
----------------------------------------------- */

#page_single .thumbnail {
  position: relative;
  width: 100%;
  margin: 0 auto 20px;
}

#page_single .thumbnail img {
  width: 100%;
  height: 300px;
  object-fit: contain;
  object-position: center center;
}

#page_single .thumbnail.talent img {
  width: 500px;
  height: auto;
}

@media screen and (max-width:812px) {
  #page_single .thumbnail.talent img {
    width: 100%;
    height: auto;
  }
}

/* single.php 記事
------------------------ */

.contents {
  margin-bottom: 20px;
  overflow-wrap: break-word;
  font-size: 20px;
}

.contents h2 {
  font-weight: bold;
  font-family: 'Noto Serif JP', serif;
  margin-bottom: 20px;
  padding: 10px;
}

.contents h3,
.contents h4,
.page_heading,
h2.page_heading {
  font-size: 25px;
  color: #fff;
  font-weight: bold;
  text-shadow:
    black 1px 1px 2px, black -1px 1px 2px,
    black 1px -1px 2px, black -1px -1px 2px;
  margin: 20px 0;
  padding: 10px;
}

.contents h3,
h3.page_heading {
  background: #555;
}

.contents h4,
h2.page_heading {
  background: #000;
}

.contents h5,
.contents h6 {
  margin: 20px 0;
  font-size: 20px;
  display: inline-block;
}

.contents h5:before,
.contents h6:before {
  content: "";
  display: block;
}

.contents h5 {
  border-bottom: #fc036fcc 3px solid;
}

.contents h6 {
  border-bottom: #FFD700 3px solid;
}



.contents ul {
  display: inline-block;
  text-align: left;
}

.contents ul,
li {
  list-style: inherit;
}

.contents>p>a {
  color: #999;
  font-weight: bold;
}

.contents blockquote {
  background: #f2f2f2;
  display: inline-block;
  text-align: left;
  padding: 10px;
  margin: 20px auto;
}

.contents blockquote:before {
  content: "“";
  display: block;
  color: #999;
  font-size: 20px;
  font-weight: bold;
  text-align: left;
}

.contents blockquote:after {
  content: "”";
  display: block;
  color: #999;
  font-size: 20px;
  font-weight: bold;
  text-align: right;
}


.contents .linkcard blockquote:before {
  content: none;
}

.contents .linkcard blockquote:after {
  content: none;

}

.date {
  color: #999;
  font-size: 10px;
}

.excerpt .date {
  color: #fff;
  text-align: right;
  font-weight: normal;
}

@media screen and (max-width:812px) {
  .contents {

    font-size: initial;
  }

  .contents h2 {
    font-size: 5vw;
  }

  .contents img {
    width: 100%;
    height: auto;
  }

  .contents h3,
  .contents h4..page_heading {
    font-size: 5vw;
  }

  .contents h5,
  .contents h6 {
    font-size: 4vw;
  }
}

/* business  category
----------------------------------------------- */
#page_single .thumbnail .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
}

#page_single .thumbnail .overlay h1 {
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: auto;
  font-size: 40px;
  color: #fff;
  padding: 10px;
}

.instagram-media {
  margin: auto;
}

@media screen and (max-width:812px) {

  #page_single .thumbnail {
    width: 100%;
  }

  #page_single .thumbnail .overlay h1 {
    font-size: 6vw;
  }

}

/* index.php
----------------------------------------------- */
.cat_list h3 {
  font-size: 6vh;
}

.cat_list ul li {
  display: inline-block;
  vertical-align: top;
}

.wp-pagenavi {
  margin: 20px auto;
}

@media screen and (max-width:812px) {
  .cat_list {
    font-size: 5vh;
  }
}

/* parts
-------------- */

.alignleft {
  float: left;

}

.aligncenter {
  text-align: center;
  margin: 0 auto;
}

.alignright {
  float: right;

}

.blog_card {
  background: #999;
  color: #fff;
  padding: 10px;
  margin-top: 10px;
  width: 507px;
  display: inline-block;
  vertical-align: top;
}

.blog_card h4 {
  font-size: 20px;
  color: #000;
  font-style: italic;
  border-left: #555 5px solid;
  padding-left: 5px;
  margin-bottom: 5px;
}

.linkcard {
  margin: 20px 0 !important;
  height: 150px;
}

.lkc-external-wrap,
.lkc-internal-wrap,
.lkc-this-wrap {
  display: inline-block;
}

blockquote.lkc-quote {
  display: inline-block;
  width: 500px;
  height: 100%;
}

.lkc-external-wrap,
.lkc-internal-wrap,
.lkc-this-wrap {
  position: relative;
  margin: 0;
  padding: 0;
  max-width: 100%;
  height: 100%;
}

.lkc-internal-wrap {
  border: none !important;
  background-color: #555 !important;

}

.lkc-external-wrap {
  border: none !important;
  background-color: #555 !important;
}

.lkc-link {
  display: block;
  height: 100%;
}

.lkc-card {
  margin: 0 !important;
  height: 100%;
  overflow: hidden;
}

.lkc-info {
  white-space: normal !important;
  position: relative;
  padding-top: 10px !important;
  z-index: 5;
}

.lkc-domain {
  color: #fff !important;
}

.lkc-content {
  height: auto !important;
  margin: 5px !important;
}

.lkc-thumbnail {
  max-width: 100% !important;
  max-height: 100% !important;
  padding: 0;
  margin: 0 !important;
  float: none !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: block;
}

.lkc-favicon {
  width: initial !important;
  height: initial !important;
}

figure.lkc-thumbnail:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background-image: url(//izumipro.co.jp/wp-content/themes/2020.01.01/vegas/overlays/09.png);
  background-color: rgba(0, 0, 0, 0.4);
}

.lkc-thumbnail img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.lkc-title-text {
  color: #ffffff !important;
  position: relative;
}

.lkc-url {
  position: relative;
}

.lkc-excerpt {
  margin: 0;
  color: #fff !important;
  position: relative;
  padding: 10px 0 !important;
}



@media screen and (max-width:812px) {
  blockquote.lkc-quote {
    width: 100%;
  }
}

/*-----------------------------
ギャラリー
------------------------------*/
.gallery,
.wp-block-gallery {
  /** ギャラリーを囲むボックス **/
  width: 100%;
  margin: 20px 0 !important;
  overflow: hidden;
}

.gallery br {
  display: none;
}

/** 自動で挿入される clearfix の余白解除 **/

.gallery-item {
  /** 画像共通のスタイル **/
  float: left;
  /*WWS-team fixed start */
  /*margin-bottom: 0 !important;*/
  margin-bottom: 20px !important;
  /*WWS-team fixed end */
}

.gallery-icon {
  /** 画像を囲む dt のスタイル **/
  text-align: center;
}

/*WWS-team fixed start */
/*.gallery-icon img {*/
/*	margin-bottom: 10px !important;*/
/*	object-fit:cover;*/
/*}*/
.gallery-icon img {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 5 / 4 !important;
  object-fit: cover !important;
  display: block;
}

/*WWS-team fixed end */

.gallery-caption {
  /** キャプション **/
  color: #222;
  font-size: 12px;
  margin: 0 0 10px;
  text-align: center;
}

.gallery-columns-1 .gallery-item {
  /** カラムなし **/
  width: 100%;
  margin-right: 0;
}

.gallery-columns-2 .gallery-item {
  /** 2カラム **/
  width: 48%;
  margin: 0 1%;
}

.gallery-columns-3 .gallery-item {
  /** 3カラム **/
  width: 31.33333%;
  margin: 0 0.5%;
}

.gallery-columns-4 .gallery-item {
  /** 4カラム **/
  width: 23%;
  margin: 0 1%;
}

.gallery-columns-5 .gallery-item {
  /** 5カラム **/
  width: 18%;
  margin: 0 1%;
}

@media screen and (max-width: 812px) {

  .gallery-columns-3 .gallery-item,
  .gallery-columns-4 .gallery-item {
    width: 48%;
    margin: 0 1%;
  }

  .gallery-columns-5 .gallery-item {
    width: 31.33333%;
    margin: 0 1%;
  }
}

/*-----------------------------
.animated
------------------------------*/
.animated {
  opacity: 0;
}


/*-----------------------------
Google Adsence
------------------------------*/


/*-----------------------------
shop_list
------------------------------*/
.shop_list li {
  display: inline-block;
  vertical-align: top;
  width: 300px;
  margin: 10px;
}

.shop_list li a {
  display: block;
  height: 100%;
}

.shop_list li a img {
  width: 100%;
  height: auto;
}

/*-----------------------------
FB messenger
------------------------------*/
@media screen and (max-width: 812px) {
  .fb_dialog_content iframe {
    bottom: 50px !important;
  }
}

/*-----------------------------
LINE
------------------------------*/
a.line2 {
  background-image: url(https://izumipro.co.jp/wp-content/uploads/2021/01/LINE_APP.png);
  background-color: #fff;
  background-size: cover;
  display: block;
  position: fixed;
  bottom: -100px;
  left: 100px;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  z-index: 10;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 4px 12px 0px;
  opacity: 0;
}

@media screen and (max-width: 812px) {
  a.line2 {
    bottom: 50px;

  }
}

.page-numbers li {
  display: inline-block;
}



/*-----------------------------
外部サイトニュース
------------------------------*/
.external_news ul li {
  margin: 10px auto;
}

.external_news ul li a {
  color: #0000EE;
}

.wprss-feed-meta {
  color: #999;
  font-size: 10px;
}

/*-----------------------------
固定ページ ウェブ系の総合サポート
------------------------------*/
.castle {
  background-image: url(//izumipro.co.jp/wp-content/uploads/2025/01/website.jpg);
  background-size: cover;
  background-position: center;
  line-height: 120%;
  position: relative;
}


.castle:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}

.castle h2 {
  position: relative;
  color: #fff;
  z-index: 2;
  line-height: 100%;
}

.web_list li {
  list-style: none;
}

.web_list li {
  position: relative;
  padding: 0 0 0 2em;
  margin: 0;
}

.web_list li::before {
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #00ACDB;
}

.web_list li:nth-of-type(1)::before {
  content: '\f0ad';
}

.web_list li:nth-of-type(2)::before {
  content: '\f108';
}

.web_list li:nth-of-type(3)::before {
  content: '\f0f1';
}

.web_list li:nth-of-type(4)::before {
  content: '\f0ac';
}

.web_list li:nth-of-type(5)::before {
  font-family: "Font Awesome 6 Brands";
  content: '\f1a0';
}

.web_list li:nth-of-type(6)::before {
  font-family: "Font Awesome 6 Brands";
  content: '\f167';
}

.web_list li:nth-of-type(7)::before {
  content: '\f1e0';
}

.web_menu_list {
  display: block !important;
  text-align: center !important;
}

.web_menu_list li {
  display: inline-block;
  list-style: none;
  width: 500px;
  line-height: 100px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 10px;
}

.web_menu_list li:nth-of-type(1) {
  background-image: url(//izumipro.co.jp/wp-content/uploads/2025/01/website.jpg);
  background-size: cover;
}


.web_menu_list li:nth-of-type(2) {
  background-image: url(//izumipro.co.jp/wp-content/uploads/2019/03/pc.png);
}

.web_menu_list li:nth-of-type(3) {
  background-image: url(//izumipro.co.jp/wp-content/uploads/2025/01/press_release.png);
}

.web_menu_list li:nth-of-type(4) {
  background-image: url(//izumipro.co.jp/wp-content/uploads/2020/06/ads.jpg);
}

.web_menu_list li:nth-of-type(5) {
  background-image: url(//izumipro.co.jp/wp-content/uploads/2025/01/sns_logos1.png);
}

.web_menu_list li a {
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  color: #fff;
  font-weight: bold;
}

.web_support_page h3 {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  line-height: 150px;
  background-color: #fff;


}

.web_support_page .gray {
  color: #999;
  margin-bottom: 20px;
}

h3#production {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(//izumipro.co.jp/wp-content/uploads/2025/01/website.jpg);
  background-size: cover;

}

h3#management {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(//izumipro.co.jp/wp-content/uploads/2019/03/pc.png);
}

h3#press_release {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(//izumipro.co.jp/wp-content/uploads/2025/01/press_release.png);
  background-size: cover;
}

h3#adsense {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(//izumipro.co.jp/wp-content/uploads/2020/06/ads.jpg);
  background-size: cover;
}

h3#sns-management {
  background-image: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url(//izumipro.co.jp/wp-content/uploads/2025/01/sns_logos1.png);

}

.castle h2 {
  position: relative;
  color: #fff;
  z-index: 2;
  line-height: 100%;
}

.worries li {
  list-style: none;
}

.worries li {
  position: relative;
  padding: 0 0 0 2em;
  margin: 0;
}

.worries li::before {
  margin-right: 5px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: '\f00c';
  color: #00ACDB;
}

.contact_link_web {
  display: block;
  line-height: 100px;
  width: 300px;
  border-radius: 10px;
  background-color: #006cc1;
  font-weight: bold;
  margin: 20px auto;
  color: #fff !important;
  font-size: 25px;
}

@media screen and (max-width:812px) {

  .web_menu_list li {
    width: 100%;
    margin: 10px 0;
  }

  .web_support_page h3 {
    font-size: 4vw;


  }

}

/*-----------------------------
ブログカード
------------------------------*/
.blogcard {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 10px;
  margin: 16px 0;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.05);
  transition: box-shadow 0.3s;
  gap: 10px;
}

.blogcard:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.blogcard-thumb img {
  width: 120px;
  height: 90px;
  object-fit: cover;
  border-radius: 4px;
}

.blogcard-content {
  flex: 1;
}

.blogcard-content a {
  font-weight: bold;
  font-size: 1rem;
  color: #333;
  text-decoration: none;
}

.blogcard-content p {
  font-size: 0.9rem;
  color: #666;
  margin-top: 5px;
}

a.external {
  color: #0000EE;
}

/*-----------------------------
External Links
------------------------------*/


/*WWS-team ogp-short_code start*/
.ogp-image-card {
  width: 50%;
  height: 200px;
  margin: 1em auto;
  overflow: hidden;
  border: 1px solid #ccc;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: center;
}

.ogp-image-card a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.ogp-text-link {
  color: #0073aa;
  /* WordPress管理画面系の青 */
  text-decoration: underline;
}

.ogp-text-link:hover {
  color: #005177;
}

/*WWS-team ogp-short_code end */

/*.adv_area
------------------------------------- */
.adv_area {
  text-align: center;
  margin: 20px auto;
}

.adv_area div {
  margin: 10px auto;
}

.grecaptcha-badge {
  display: none;
}
