﻿@charset "utf-8";
/* CSS Document */
html, body {
  width: 100%;
  overflow: auto;
}
/* ▼基本デザイン */
/* ----------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-family: "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif !important;
}
#prosupport img {
  max-width: 100%;
  height: auto;
}
.sample {
  font-family:
    YuMincho, /* Mac用 */ 'Yu Mincho', /* Windows用 */ serif;
}
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.clear {
  clear: both;
}
.fade {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.fade:hover {
  opacity: 0.5;
  filter: alpha(opacity=60);
}
a {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:hover {
  opacity: 0.5;
  filter: alpha(opacity=60);
}
.cap_b {
  line-height: 2;
  padding-bottom: 130px;
}
a:hover {
  text-decoration: none;
}
figcaption {
  background-color: transparent !important;
}
/* ▼gグローバルナビ問題
/* ----------------------------------------------------- 

.header #ui-tab {
    display:block!important;
} */
#global-info {
  display: none !important;
}
.history-right {
  display: none !important;
}
/* ▼パンくず */
/* ----------------------------------------------------- */
#pankuzu {
  max-width: 1200px;
  margin: 0 auto !important;
  text-align: left;
  padding: 5px !important;
  font-size: 11px !important;
  background-color: transparent;
}
#pankuzu a:link { /* パンくずのリンク */
  text-decoration: none;
}
#pankuzu a:visited { /* パンくずのリンク */
  text-decoration: none;
}
#pankuzu a:hover { /* パンくずのリンク */
  text-decoration: underline;
}
/*#pankuzu {
  padding-top: 10px !important;
  padding-bottom: 0px !important;
  margin-bottom: -5px !important;
}*/
/* ▼各デザイン */
/* ----------------------------------------------------- */
#prosupport {
  width: 100%;
  padding-bottom: 180px;
}
#prosupport p {
  font-size: 15px;
  line-height: 1.8;
}
/* ▼main */
/* ----------------------------------------------------- */
.main_v {
  width: 100%;
  height: 74vh !important;
  position: relative;
  margin: 0 auto;
  background-image: url("../img/mv_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.wcover {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 296px;	
  height: 243px;
}

.logo {
}

.main_v h2 {
  color: #fff;
  position: absolute;
  bottom: 28px;
  right: 0;
  left: 0;
  font-size: 18px;
  letter-spacing: 2px;
}

.caption p {
  line-height: 2.3 !important;
  letter-spacing: 0.5px !important;
}

.caption {
  padding-bottom: 130px;
  background-color: #e2dac5;
  padding-top: 120px;
}
.caption br {
  display: none;
}
.pc_none {
  display: block !important;
}
/* ▼nav */
/* ----------------------------------------------------- */
.button-box {
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
  padding: 60px 0 140px 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.button-box li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.button-box li a {
  font-size: 15px;
  letter-spacing: 1px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho"!important;
  color: #111;
  font-weight: 500 !important;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #111;
  text-decoration: none;
}
.tate {
  border-right: 1px solid #111111;
}
/* ▼drawer nav*/
/* ----------------------------------------------------- */
.pure-toggle-label {
  display: none !important;
}
.drawer-toggle.drawer-hamburger {
  top: 45%;
}
.drawer-nav {
  z-index: 9999 !important;
}
button.drawer-toggle.drawer-hamburger {
  border: 1px solid #999;
  margin: 10px;
  border-radius: 5px;
}
.drawer-nav {
  display: flex; /* 2 */
  justify-content: center; /* 3 */
  align-items: center;
  text-align: left;
  background-color: #edeeef!important;	
}
.drawer-menu {
  border-bottom: none;
  width: 68%;
  margin: 0 auto;
}
.drawer-menu li {
  border-bottom: solid 1px #c1c1c1;
  width: 100%;
  margin: 0 auto;
}
.drawer-menu li:first-child {
  border-bottom: none;
}
.drawer-menu li a {
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  color: #111;
  font-weight: 500 !important;
  -webkit-text-stroke-width: 0.1px;
  -webkit-text-stroke-color: #111;
  text-decoration: none;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho" !important;
  text-align: left;
  padding: 22px 0 20px;
}
.drawer-menu li:first-child a {
  background-image: none;
  padding-bottom: 0 !important;
  letter-spacing: 2px !important;
}
/*.drawer-hamburger-icon, .drawer-hamburger-icon:after, .drawer-hamburger-icon:before{
	background-color: #999!important;
}*/
.drawer-open .drawer-hamburger-icon {
  background-color: transparent !important;
}
.pure-toggle-label {
  display: none;
}
.nav_logo {
  width: 88%;
  margin: 0 auto;
  margin-left: auto;
  margin-left: -1%;
}
.nav_title {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 25px;
  text-align: center;
  font-size: 10px;
  font-weight: 500 !important;
  letter-spacing: 2.5px;
}
.nav_title .nav_logosub {
  letter-spacing: 1px;
  color: #999;
}
.nav_title p {
  font-weight: 500 !important;
  font-size: 10px !important;
  letter-spacing: 1px !important;
}
.nav_title p.nav_logosub {
  font-feature-settings: "pwid" !important;
  padding-left: 10px;
}
.nav_title img {
  margin-bottom: 14px;
}
.nav_title .nav_txt {
  width: 71px;
  position: absolute;
  top: 41px;
  right: -29px;
}
#prosupport .drawer-hamburger {
  display: none;
}

/* ▼category*/
/* ----------------------------------------------------- */
.mh2 {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho"!important;	
  font-size: 22px;
  letter-spacing: 4px;
  font-weight: normal;
  text-align: center;
  font-feature-settings: "palt";
  border: 1px solid #111;
  width: 400px;
  margin: 0 auto;
    margin-bottom: 0px;
  padding: 26px 0px 22px 0px;
  margin-bottom: 20px;
}
.cap_h2 {
  display: block;
  font-size: 22px;
  font-weight: normal;
  letter-spacing: 4px;
  font-family: garamond-premier-pro, serif !important;
  font-style: italic;
}
.mh2_cover {
  padding: 180px 0 60px 0;
}
.mh2_cover.theory {
  border: none;
}

.mh3 {
  color: #6bafbf;
  padding-bottom: 40px;
  font-size: 20px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 2px;
}
.mh_cap {
  padding-bottom: 78px;
}
/* ▼bt*/
/* ----------------------------------------------------- */
.bt_box a {
  display: block;
  color: #8e8e8e;
  padding: 14px 0;
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #9b9b9b;
  border-radius: 100px;	
  position: relative;	
}
.bt_box.wh a {
  border: none !important;
  background-color: #fff;
}
.bt_box {
  width: 350px;
    margin: 5px 0;
}
.bt_box a::after {
  content: "";
  position: absolute;
  top: 0;
  right: 8%;
  width: 10px;
  height: 10px;
  border-top: 1px solid #8e8e8e;
  border-right: 1px solid #8e8e8e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 0;
  margin: auto;
}
.bt_cover {
  display: flex;
  justify-content: center !important;
  gap: 20px;
  padding-top: 40px;		
}
.bt_box.line a {
  padding: 10px 0;
  border: none !important;
  background-color: #fff;	
  /*border: none;
  background-color: #00c200;
  color: #fff;*/
}
.bt_box.line a span {
  display: block;
  font-size: 10px;
  margin-top: -7px;
}
.bt_box.line a::after {
  /*border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;*/
}
.bt_box.form a {
  border: none;
  background-color: #f3d14b;
  color: #fff;
}
.bt_box.form a::after {
  border-top: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
}

/* ▼caution*/
/* ----------------------------------------------------- */
.caution {
  width: 702px;
  margin: 0 auto;
    margin-bottom: 0px;
  background-color: #e6f0f4;
  padding: 20px;
  border-radius: 14px;
  color: #509db2;
}

/* ▼about*/
/* ----------------------------------------------------- */
.about_cap {
  background-color: #eaf1f4;
  display: flex;
  flex-direction: column;
}
.about_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about_box.rev {
  flex-direction: row-reverse;
}
.about_txt {
  width: 50%;
}
.at_inner {
  width: 70%;
  margin: 0 auto;
  text-align: justify;
  max-width: 600px;
}
.at_inner p {
  padding-bottom: 20px;
}
.at_inner p:last-child {
  padding-bottom: 0px;
}
.about_img {
  width: 50%;
}
.mh4 {
  font-size: 20px;
  padding: 90px 0px 50px 0px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 2px;
}
.mh4::after {
  content: "／";
  padding-left: 10px;
}
.mh4::before {
  content: "＼";
  padding-right: 10px;
}
.mh4 br{
	display: none;
}
/* ▼mov*/
/* ----------------------------------------------------- */
.about_mov_cover {
  background-color: #d4e2e8;
  padding-bottom: 110px;
}
.mov_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  max-width: 1600px;
}
.pro_mov {
  width: 32.5%;
  display: flex;
  margin-bottom: 32px;
  justify-content: space-around;
}
#prosupport .popup-iframe {
  background-color: transparent !important;
}
.popup-iframe figcaption {
  background-color: transparent !important;
  color: #111 !important;
  font-weight: bold;
  padding-top: 11px;
  text-align: justify;
  line-height: 1.5;
  font-size: 14px;
}
.popup-iframe .popimg_cover {
  position: relative;
}
.popup-iframe .popimg_cover::after {
  content: "";
  background-image: url('../img/play.png');
  display: block;
  width: 20%;
  height: 20%;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background-size: contain;
  background-position-x: center;
  background-repeat: no-repeat;
}
/* ▼mag*/
/* ----------------------------------------------------- */

.mag_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
  max-width: 1600px;
}
.pro_mag {
  width: 24%;
  display: flex;
  margin-bottom: 32px;
  justify-content: space-around;
}
/* ▼info*/
/* ----------------------------------------------------- */
.info_box {
  width: 1200px;
  display: flex;
  margin: 0 auto;
  padding-top: 94px;
  align-items: stretch;
}
.info_img {
  width: 50%;
}
.info_prof {
  width: 50%;
  background-color: #edeeef;
  display: flex;
  align-items: center;
}
.info_prof_inner {
  width: 70%;
  margin: 0 auto;	
  display: flex;
  flex-direction: column;
  align-items: center;
}
.info_prof p {
  text-align: justify;
  padding-bottom: 30px;
}
.mh4_2 {
  font-size: 19px;
  padding: 0px 0px 20px 0px;
  font-weight: bold;
  font-feature-settings: "palt";
  letter-spacing: 2px;
}

/* ▼case_howto*/
/* ----------------------------------------------------- */
#nav_howto .ch_one {
  width: 24% !important;
}
.ch_box {
  display: flex;
  width: 86%;
  margin: 0 auto;
  max-width: 1600px;
  justify-content: space-between;
}
.ch_one {
  width: 32.5%;
  background-color: #edeeef;	
}
.ch_one_inner {
  width: 86%;
  margin: 0 auto;
  display: flex;
  padding: 60px 0 80px 0;
  flex-direction: column;
}
.ch_one .bt_cover {
  flex-direction: column;
  margin: auto;
  gap: 10px;
  padding-top: 20px;
}
.ch_txt {
  text-align: justify;
}
.ch_txt p {
  padding-bottom: 20px;
}
.ch_img {
  padding-bottom: 35px;
}
.ch_cap {
  padding-bottom: 46px;
  text-align: justify;
}
.ch_cap p span {
  background-color: #feed64;
}
.ch_ex {
  margin-bottom: 40px;
  text-align: left;
}
.ch_ex_inner {
  border: 1px solid #111;
  text-align: justify;
  padding: 40px 46px;
}
.ch_ex_inner li {
  font-weight: bold;
  list-style: disc;
  line-height: 1.5;
  padding-bottom: 10px;
}
.ch_ex_inner li:last-child {
  padding-bottom: 0px;
}
.mh5 {
  margin: 0 auto auto !important;
  font-size: 14px;
  width: auto;
  height: auto;
  line-height: 1.8;
  text-indent: 0 !important;
  padding-bottom: 24px;
  margin: 0 auto;
  padding: 8px 10px 2px 10px;
  color: #ffffff;
  font-weight: normal;
  background-color: #72b2c4;
  display: inline-block;
  border-radius: 100px 100px 0 0;
}
.mh4_3 {
  font-size: 18px;
  padding-bottom: 17px;
}
.cap_mh4_3 {
  background-color: #72b2c4;
  color: #fff;
  width: 160px;
  display: block;
  margin: 0 auto;
    margin-bottom: 0px;
  margin-bottom: 36px;
  font-family: garamond-premier-pro, serif !important;
  font-style: italic;
  letter-spacing: 2px;
  padding: 1px 0 0 0;
  font-size: 16px;
}

/* ▼footer_mag*/
/* ----------------------------------------------------- */
.mag_cover {
  width: 1200px;
  margin: 0 auto;
  padding-bottom: 200px;
  /*padding-top: 150px;*/
  text-align: left;	
}
.top-webmagazine .wm-inner {
  margin: 10px 16px 0 !important;
}
b {
  margin: 15px 3% 0 0 !important;
}
.top-webmagazine h2 {
  color: white !important;
  border-radius: 0 !important;
  border: none !important;
  margin: 0 0 15px !important;
  padding: 13px 0 8px !important;
  font-size: 24px !important;
}
.garamond {
  font-family: garamond-premier-pro, serif !important;
  font-weight: normal;
  letter-spacing: 2px;
}
/* ▼feature*/
/* ----------------------------------------------------- */
.bn_cover {
  display: flex;
  width: 1120px;
  margin: 0 auto;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 50px auto;
  gap: 2rem;
	text-align: center;
}
.tf_b {
  padding-bottom: 40px;
  text-align: center;
}
.tf_b a {
  text-decoration: none;
  color: #111;
}
.bn_cover img {
  padding-bottom: 10px;
}


/* ▼幅毎の調整 
/* ----------------------------------------------------- */
@media only screen and (max-width: 1200px) and (orientation:portrait) {
  .main_v {
    height: 38vh !important;
  }
}
@media only screen and (max-width: 1200px) and (orientation: landscape) {
  .main_v {
    height: calc(100vh - 300px) !important;
  }
}
@media screen and (max-width: 1200px) {
	
	.ch_box {
  width: 100%;
}
	.info_box {
  width: 90%;
  margin: 0 auto;
}
}
@media screen and (max-width: 1440px) {}