@charset "utf-8";
/* ===================================================================
CSS information
 file name  : beginner_2
 author     : honyaclub.com
 date       : 2025/11/14
 update     : 
 about      : beginner
=================================================================== */
/* ==============================================
      共通
============================================== */

body {
  font-family: メイリオ, meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino kaku Gothic Pto", sans-serif;
  /*font-size: 16px;*/
  font-size: clamp(14px, 1.5vw, 16px);
  line-height: 1.5;
  margin: 0;
  word-break: break-all;
  background-color: #fff;
  text-align: center;
}
a, a img {
  color: #0085cd;
  border: none;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}
a[target="_blank"] {
  background: url(../../img/campaign/mitsubachi/another_window.png) no-repeat right 10px center;
  padding-right: 24px;
}
a.none[target="_blank"] {
  background: none;
  padding-right: 0;
}
a.disabled {
  pointer-events: none;
}
a:link {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
}
ul li {
  list-style-type: none;
}
div::after, ul::after {
  clear: both;
  height: 0;
}
/* {
  box-sizing: border-box;
} */
h1 {
  /*font-size: 30px;*/
  font-size: clamp(20px, 2.5vw, 30px);
  font-weight: bold;
}
h2 {
  /*font-size: 26px;*/
  font-size: clamp(20px, 2.1vw, 26px);
  font-weight: bold;
}
h3 {
  /*font-size: 16px;*/
  font-size: clamp(14px, 1.35vw, 16px);
  font-weight: bold;
}
p {
  margin-bottom: 5px;
  font-weight: bold;
}
/*-----　wrapper背景　-----*/
#wrapper {
  position: relative;
  /* max-width: 1170px; */
  margin: 0 auto;
  color: #333;
  background-color: #eee;
  overflow-x: hidden;
}
/*----- アニメーション -----*/
/*----- move_arrow -----*/
a.move_arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  transition: opacity .3s ease;
  padding-top: 5px;
}
a.move_arrow::after {
  content: "";
  display: block;
  width: 20px;
  height: 11px;
  background: url(../../img/campaign/common/ico_arrow_gy.png) no-repeat center;
  background-size: contain;
}
a.move_arrow:hover::after {
  animation: move_arrow 1.5s 1 ease-out;
}
/* 
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
*/
/*----- return to top -----*/
#page-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 9999;
}
#page-top a {
  z-index: 9999;
  padding: 0 5px 10px 5px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  /*font-size: 12px;*/
  font-size: clamp(12px, 1vw, 12px);
  line-height: 1.1;
  width: 60px;
  height: 60px;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#page-top a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fefefe;
  border-left: 2px solid #fefefe;
  position: absolute;
  top: 30%;
  left: 53%;
  transform: translate(-70%, -50%)rotate(45deg);
}
#page-top a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.pc-display {
  display: none;
}

/* ==============================================
      【PC】 
============================================== */
header, nav, section, footer {
  padding: 10px 20px;
}
header {
  background-color: #ffffff;
}
header .inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
}
header .logo {
  width: 30%;
  max-width: 260px;
}
header .logo img {
  width: 100%;
  height: auto;
}
header .link {
  width: 60%;
}
header .buttons {
  display: flex;
  gap: 10px;
}
nav ul.nav_list {
  display: flex;
  justify-content: space-around;
  background: #f0f0f0;
}
ul.navi_list li a.move_arrow::after {
  position: absolute;
  top: 60%;
}
img {
  width: 100%;
  height: auto;
}
.main-visual img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
section {
  margin: 0 0 5px;
  /* background: #f9f9f9; */
  /* padding: 3%;*/
  border-radius: 8px;
}
section .inner {
  padding: 30px;
  background-color: #F9F7EB;
  border-radius: 10px;
  border: solid 3px #E7D8AE;
  /* box-shadow: 0 0 5px rgb(231 216 174); */
}
/*-----　.btn_container .btn　-----*/
.btn_container {
  margin: 10px auto;
  width: 100%;
  padding-bottom: 10px;
  z-index: 1;
}
.btn_container:last-child {
  padding-bottom: 0;
}
.btn_container.type_line {
  background-color: #ffffff;
  border-radius: 15px;
  padding: 20px;
}
.btn_container .btn {
  position: relative;
}
/* .btn_container .btn::before {
  display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 20px;
} 
.btn_container .btn::after {
  display: block;
	position: absolute;
	width: 10px;
	height: 10px;
	margin-top: -5px;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
	right: 25px;
}
.btn_container .btn.typeA::before {
 	background-color: #ffffff;
}
btn_container .btn.typeA::after {
  background-color: #ba9f25;
}
.btn_container .btn.typeB::before {
 	background-color: #ba9f25;
}
.btn_container .btn.typeB::after {
  background-color: #ffffff;
} */
.btn_container .btn a {
  display: block;
  padding: 10px;
  /*font-size: 18px;*/
  font-size: clamp(12px, 1.5vw, 18px);
  font-weight: bold;
  text-decoration: none;
  border-radius: 5px;
  transition: all 0.3s 0s ease;
}
.btn_container .btn a:hover {
  opacity: 1;
  transform: translateY(3px);
}
.btn_container .btn.typeA a {
  color: #fff;
  /* background-color: #6ba8eb; */
  /* background-color:#ba9f25;
  box-shadow: 0 6px 0 #6e5e14, 0 0 0 rgba(0,0,0,0.2); */
  background-color: #00428e;
  box-shadow: 0 6px 0 #03254d, 0 0 0 rgba(0, 0, 0, 0.2);
}
.btn_container .btn.typeB a {
  color: #fff;
  background-color: #FF6A29;
  border: solid 5px #ffffff;
  /* box-shadow: 0 5px 0 #840833, 0 0 0 rgba(0, 0, 0, 0.2); */
  /* border: 3px #840833 solid; */
  padding: 10px 0;
  border-radius: 50px;
  /*font-size: 24px;*/
  font-size: clamp(12px, 2vw, 24px);
}
.btn_container .btn.typeC a {
  color: #fff;
  background-color: #2ba4ce;
  box-shadow: 0 5px 0 #0f4455, 0 0 0 rgba(0, 0, 0, 0.2);
  /* border: 3px #0f4455 solid; */
  padding: 10px 0;
  border-radius: 50px;
}
.btn_container .btn.typeD a {
  color: #000;
  /* background-color: #6ba8eb; */
  /* background-color:#ba9f25;
  box-shadow: 0 6px 0 #6e5e14, 0 0 0 rgba(0,0,0,0.2); */
  background-color: #ffcddf;
  box-shadow: 0 6px 0 #ff0561, 0 0 0 rgba(0, 0, 0, 0.2);
}
.btn_container .btn a span {
  /*font-size: 14px;*/
  font-size: clamp(12px, 1.1vw, 14px);
  font-weight: normal;
}
.bg-ful {
  /* background-color: #fff4ca; */ /* 背景を適用する要素 */
  margin: 0 calc(50% - 50vw); /* 画面幅いっぱいに広げる計算 */
  /* width: 100vw; */ /* ビューポートの幅いっぱいに広げる */
  /* padding: 20px; */ /* 必要に応じてパディングを追加 */
  position: relative;
  z-index: 1;
}
.card {
  background-color: white;
  padding: 10px;
  border-radius: 20px;
  box-shadow: 0 0 5px #e7d8ae;
  border: solid 2px #E7D8AE;
}
.frame-dotA {
  position: relative;
  padding: 10px 0;
  border: 2px solid #FF6A29;   /* 上：カラー実線 */
  border-radius: 0;
  background-color: #fff;
  margin-right: 20px;
}
.frame-dotA::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#FF6A29 1px, #ffffffd9 1px);
  background-size: 6px 6px;
  /* clip-path: polygon(100% 100%, 0% 100%, 100% 0%); */
  z-index: -1;
  border: 1px solid #FF6A29;
}
.frame-dotA.color-pink {
  border: 2px solid #ff8ba9;   /* 上：ピンク実線 */
}
.frame-dotA.color-pink::before {
  background-image: radial-gradient(#ff8ba9 1px, #ffffffd9 1px);
  border: 1px solid #ff8ba9;
}
.frame-dotB {
  position: relative;
  border: 1px solid #FF6A29;   /* 上：カラー実線 */
  border-radius:20px;
  background-color: #fff;
}
.frame-dotB::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(#fff 1px, #666 1px);
  background-size: 3px 3px;
  /* clip-path: polygon(100% 100%, 0% 100%, 100% 0%); */
  z-index: -1;
  border: 1px solid #FF6A29;
  border-radius:20px;
}
.frame-dotB.color-pink {
  border: 1px solid #ff8ba9;   /* 上：ピンク実線 */
}
.frame-dotB.color-pink::before {
  background-image: radial-gradient(#fff 1px, #ff8ba9 1px);
  border: 1px solid #ff8ba9;
}
.frame-dotB.color-blue {
  border: 1px solid #7fd7f8;   /* 上：ピンク実線 */
}
.frame-dotB.color-blue::before {
  background-image: radial-gradient(#fff 1px, #7fd7f8 1px);
  border: 1px solid #7fd7f8;
}
.frame-dotB.color-green {
  border: 1px solid #84ad75;   /* 上：ピンク実線 */
}
.frame-dotB.color-green::before {
  background-image: radial-gradient(#fff 1px, #84ad75 1px);
  border: 1px solid #84ad75;
}
.frame-dotB.color-yellow {
  border: 1px solid #ffe185;   /* 上：ピンク実線 */
}
.frame-dotB.color-yellow::before {
  background-image: radial-gradient(#fff 1px, #ffe185 1px);
  border: 1px solid #ffe185;
}

.columns-2, .columns-3, .link-section {
  display: flex;
  gap: 20px;
  justify-content: center;
}
.columns-4 {
  display: flex;
  gap: 20px;
}
.inner.bg-ful>.inner .columns-4 {
  /* width: 88vw; */
  margin-bottom: 10px;
}
.columns-2 .card {
  flex: 1 1 calc(44% - 10px);
}
.columns-3 .card {
  flex: 1 1 calc(33.333% - 10px);
}
.columns-4 .card {
  flex: 1 1 calc(44% - 10px);
}
.swipe-section {
  overflow-x: auto;
  display: flex;
  gap: 10px;
  margin: 0;
  padding-bottom: 30px;
}
.swipe-section .card {
  min-width: 20%;
  /* flex: 0 0 auto; */
}
.link-section .logo {
  flex: 1;
}
.link-section .image {
  flex: 1;
}
.link-section .logo img {
  width: 160px;
  height: auto;
}
.link-list {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-top: 10px;
}
footer {
  text-align: center;
  /*font-size: 0.8em;*/
  font-size: clamp(12px, 1vw, 12px);
  color: #666;
}
.fade-in {
  /* opacity: 0; */
  transform: translateY(20px);
  transition: all 0.6s ease;
}
.fade-in.visible {
  opacity: 1;
  transform: none;
}
.note {
  color: #666;
  /*font-size: 11px!important;*/
  font-size: clamp(12px, 0.9vw, 50px);
  text-align: right;
}

/*-----　LP カスタム　-----*/

#beginner02 {
  background-color: #F4F0DD;
  background-image: url(https://www.honyaclub.com/img/guide/beginner/bg01.jpg);
  background-repeat: repeat-y;
  background-size: contain;
  color: #58381A;
  width: 100%;
  max-width: 1200px;
  margin: 10px auto;
  padding-bottom: 50px;
}
#section01 .inner {
  display: flex;
  align-items: flex-end;
  padding: 0 20px 5px;
}
#section01 img {
  margin-bottom: 10px;
  max-width: 626px;
}
h2 {
  /* font-size: 26px; */
  font-size: clamp(18px, 1.8vw, 26px);
  margin-bottom: 20px;
  line-height: 1.4;
}
.column.center-content {
  width: 60%;
}
.column.center-content p {
  /*font-size: 44px;*/
  font-size: clamp(18px, 3.2vw, 44px);
  font-weight: bold;
  color: #FF6A29;
}
#section02 h2 {
  margin-bottom: 30px;
}
#section02 h2 img {
  max-width: 857px;
}
#section02 .columns-4,
#section03 .columns-4 {
  margin: 0 auto;
}
.link-columns.columns-2 {
  flex-wrap: nowrap;
  width: 90%;
  margin: 0 auto;
}
.columns-2 .card .image {
  width: 50%;
  margin: 0 auto;
}
#section02 .columns-4 p {
  margin-top: 10px;
}
h3 {
  /*font-size: 24px;*/
  font-size: clamp(12px, 2vw, 24px);
  color: #FF6A29;
  text-align: left;
  margin-bottom: 10px;
}
#section03 .columns-4 p {
  margin-top: 20px;
}
#section03 .btn.typeB {
  margin-top: 30px;
}
#section03 .btn_container,
#section13 .btn_container {
  width: 56%;
}
/*
#section03 .btn_container .btn.typeB a,
#section13 .btn_container .btn.typeB a {
  padding: 3px 0;
}
*/
#section04 h2::before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(https://www.honyaclub.com/img/guide/beginner/ico01.png);
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
  vertical-align: middle;
}
#section04 h2 {
  text-align: left;
}
#section04 .columns-4 {
  position: relative;
  flex-wrap: wrap;
  z-index: 1;
}
#section04 .columns-4 .card {
  flex: 1 1 calc(20% - 10px);
  display: flex;
  justify-content: center;
  align-items: center;  
}
#section04 dt {
  color: #FF6A29; 
  font-size: clamp(12px, 2.1vw, 24px);
  font-weight: bold;
  margin-bottom: 5px;
}
#section04 dd {
  color: #FF6A29; 
  font-size: clamp(12px, 2vw, 18px);
  font-weight: bold;
}
.inner.step .columns-2 {
  flex-direction: column;
}
.inner.step img {
  border: solid 1px #ccc;
}
h2.step {
  color: #FF6A29;
  text-align: left;
  /*font-size: 24px;*/
  font-size: clamp(12px, 2vw, 24px);
}
.columns-2 .image {
  width: 90%;
  margin: 0 auto;
}
.columns-2 .text {
  width: 90%;
  margin: 0 auto;
  text-align: left;
}
#section06 .columns-2:first-child {
  margin-bottom: 10px;
}
#section06 p {
  text-align: left;
}
#section13 .btn_container {
  margin: 0 auto;
}

#section13 .link-columns.columns-2 {
  width: 56%;
  margin: 10px auto 0;
}
#section13 .link-columns.columns-2 .btn_container {
  width: 50%;
}
#section13 .link-columns.columns-2 .btn_container .btn.typeB a {
  color: #000;
  background-color: #FADE45;
  /*font-size: 20px;*/
  font-size: clamp(12px, 1.6vw, 20px);
  padding: 12px 0;
}


@keyframes move_arrow {
  0% {
    transform: translateY(0)
  }
  30% {
    transform: translateY(0.5em)
  }
  60% {
    transform: translateY(0)
  }
  }






/* ==============================================
      【sp】 
============================================== */

@media screen and (max-width: 767px) {
  /* ------------------------
    共通 
------------------------ */
  .columns-4 {
    flex-direction: row;
    flex-wrap: nowrap;
  }

  .columns-4 .card {
    flex: 1 1 calc(25% - 10px);
  }

  
  
  
/*-----　LP カスタム　-----*/
  
  
  
  
  
  
  
  
  
  
  
}
  
/* ==============================================
      共通
============================================== */
/*----- margin-top//variation -----*/
.mt05 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt010 {
  margin-top: -10px;
}
.mt020 {
  margin-top: -20px;
}
.mt025 {
  margin-top: -25px;
}
.mt030 {
  margin-top: -30px;
}
/*----- margin-right//variation -----*/
.mr05 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
/*----- margin-bottom//variation -----*/
.mb05 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
/*----- margin-bottom//variation -----*/
.ml05 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
/*----- text//variation -----*/
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-small {
  font-size: 75%;
}
.bold {
  font-weight: bold;
}
/* .red { color: #FF0000;} */
.red {
  color: #ff0000;
}
.orange {
  color: #FF6A29;
}
.pink {
  color: #ff0561;
}
.blue {
  color: #0070c0;
}
.cap {
  font-size: 85%;
}
