@charset "UTF-8";
/*-----------------------------------------------------------------------------
初期化
-------------------------------------------------------------------------------*/
* {
  box-sizing: border-box;
}
ul, ol, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  transition: all 0.3s ease-in;
}
img {
  vertical-align: bottom;
}
h1, h2, h3, h4, h5, h6, figure, p, dl, dt, dd {
  padding: 0;
  margin: 0;
}
.none {
  display: none;
}
html, body {
  scroll-behavior: smooth;
}
/*-----------------------------------------------------------------------------
break point
-------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
PC/SP
-------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) {
  .pc-only {
    display: block;
  }
  .sp-only {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
/*-----------------------------------------------------------------------------
colors
-------------------------------------------------------------------------------*/
/*-----------------------------------------------------------------------------
font
-------------------------------------------------------------------------------*/
#beginners　.fp{
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", meiryo, sans-serif!important;
  font-style: normal;
  font-weight: normal!important;
  font-optical-sizing: auto;
  font-size: 1rem;
  line-height: 1.4;
  overflow-x: hidden;
  width: 100%;
  color: #444444;
}
@media screen and (max-width: 767px) {
  #beginners　.fp {
    height: 100%;
    font-size: 0.875rem;
    width: 100%;
  }
}
.txt-center {
  text-align: center;
}
.txt-right {
  text-align: right;
}
.txt-bold {
  font-weight: 700!important;
  font-weight: bold!important;
}
.txt-blue {
  color: #004263;
}
/*-----------------------------------------------------------------------------
a tag
-------------------------------------------------------------------------------*/
a {
  transition: all 0.3s ease-in;
}
/*-----------------------------------------------------------------------------
画像
-------------------------------------------------------------------------------*/
#beginners img {
  display: block;
  vertical-align: bottom;
}
.img-center {
  display: block;
  margin: 0 auto;
}
.w100 {
  width: 100%;
}
/*-----------------------------------------------------------------------------
背景
-------------------------------------------------------------------------------*/
.bg-gray {
  background-color: #F0F0F0;
  padding: 4rem 1rem;
}
@media screen and (max-width: 767px) {
  .bg-gray {
    padding: 2.375rem 1rem;
  }
}
.bg-white {
  background-color: #fff;
}
.bg-white.radius {
  border-radius: 0.25rem;
}
/*-----------------------------------------------------------------------------
display flex
-------------------------------------------------------------------------------*/
.dflex {
  display: flex;
}
.dblock {
  display: block;
}
.dgrid {
  display: grid;
}
/*-----------------------------------------------------------------------------
ボタン
-------------------------------------------------------------------------------*/
.bbtn {
  padding: 0;
}
.bbtn a {
  display: block;
  text-align: center;
  line-height: 2.875rem;
  padding: 0;
  font-size: 0.875rem;
  border-radius: 1.5rem;
}
.bbtn-blue a {
  background-color: #004263;
  color: #fff;
  border: 0.0625rem solid #004263;
}
.bbtn-arrow a {
  position: relative;
}
.bbtn-arrow a:after {
  display: block;
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  background: url("/img/usr/freepage/beginners/icon_arrow_white.png") no-repeat top center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 1.25rem;
  transition: all 0.3s ease-in;
}
@media screen and (min-width: 768px) {
  .bbtn-arrow a:hover:after {
    right: 0.625rem;
  }
}
.bbtn-white a {
  border: 0.0625rem solid #004263;
  color: #004263;
  background-color: #fff;
}
.bbtn-white.bbtn-arrow a:after {
  background: url("/img/usr/freepage/beginners/icon_arrow_blue.png") no-repeat top center;
  background-size: contain;
}
/*-----------------------------------------------------------------------------
各セクション共通パーツ
-------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
  #beginners {
    overflow: hidden;
  }
}
#beginners .sec .sec_ttl {
  font-size: 2rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  #beginners .sec .sec_ttl {
    font-size: 1.4375rem;
    line-height: 1.3;
    margin-bottom: 1.25rem;
  }
}
/*-----------------------------------------------------------------------------
KV
-------------------------------------------------------------------------------*/
.kv {
  padding: 0 2.5rem;
  margin-bottom: 2.5rem;
}
.kv h1 {
  margin: 0 !important;
}
@media screen and (max-width: 767px) {
  .kv {
    padding: 0;
    margin-bottom: 1.25rem;
  }
}
/*-----------------------------------------------------------------------------
リード文章
-------------------------------------------------------------------------------*/
.lead {
  width: 100%;
  max-width: 62.5rem;
  font-size: 1.125rem;
  margin: 0 auto 6rem;
}
@media screen and (max-width: 767px) {
  .lead {
    padding: 0 1rem;
    font-size: 0.875rem;
    margin-bottom: 3.75rem;
  }
}
/*-----------------------------------------------------------------------------
パリミキオンラインショップでできること
-------------------------------------------------------------------------------*/
.sec-cando {
  padding-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .sec-cando {
    padding-bottom: 2.5rem;
  }
}
.sec-cando .dflex {
  justify-content: center;
  gap: 10rem;
}
@media screen and (max-width: 767px) {
  .sec-cando .dflex {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.sec-cando .dflex .item {
  width: 100%;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sec-cando .dflex .item {
    max-width: unset;
    margin-top: unset;
    margin: auto;
  }
}
.sec-cando .dflex .item:first-of-type {
  max-width: 21rem;
  padding-top: 1rem;
}
.sec-cando .dflex .item:first-of-type img {
  margin-bottom: 2.25rem;
  max-width: 7.625rem;
}
@media screen and (max-width: 767px) {
  .sec-cando .dflex .item:first-of-type img {
    margin-bottom: 1rem;
  }
}
.sec-cando .dflex .item:last-of-type {
  max-width: 22.5rem;
}
.sec-cando .dflex .item:last-of-type img {
  margin-bottom: 1rem;
  max-width: 8.75rem;
}
.sec-cando .dflex .item .dblock {
  font-size: 1.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .sec-cando .dflex .item .dblock {
    font-size: 1.25rem;
  }
}
/*-----------------------------------------------------------------------------
パリミキオンラインショップ３つのポイント
-------------------------------------------------------------------------------*/
.sec-threepoints .nav {
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec-threepoints .nav {
    margin-bottom: 1.5rem;
  }
}
.sec-threepoints .nav .navlist {
  justify-content: center;
  gap: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec-threepoints .nav .navlist {
    flex-direction: column;
  }
}
.sec-threepoints .nav .navlist .navlist_item {
  width: 16rem;
}
@media screen and (max-width: 767px) {
  .sec-threepoints .nav .navlist .navlist_item {
    width: 100%;
  }
}
.sec-threepoints .nav .navlist .navlist_item a {
  border: 0.0625rem solid #004263;
  border-radius: 0.25rem;
  padding: 1rem 1rem 2.8125rem;
  color: #004263;
  line-height: 1.3;
  background: #fff url("/img/usr/freepage/beginners/icon_arrow_nav.png") no-repeat bottom 0.875rem center;
  background-size: 1.5rem auto;
}
@media screen and (max-width: 767px) {
  .sec-threepoints .nav .navlist .navlist_item a {
    background-position: top 50% right 16px;
    padding: 0.75rem 1rem;
  }
}
@media screen and (min-width: 768px) {
  .sec-threepoints .nav .navlist .navlist_item a:hover {
    background-position: bottom 0.5rem center;
  }
}
.sec-threepoints .nav .navlist .navlist_item:first-of-type img {
  max-width: 8.375rem;
  margin: 0.375rem auto 0.71875rem !important;
}
.sec-threepoints .nav .navlist .navlist_item:nth-child(2) img {
  max-width: 5.5rem;
}
.sec-threepoints .nav .navlist .navlist_item:last-of-type img {
  width: 5.375rem;
}
.sec-threepoints .nav .navlist .item_inner .dflex {
  flex-direction: column-reverse;
}
.sec-threepoints .nav .navlist .item_inner .dflex .ttl {
  font-size: 0.875rem;
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .sec-threepoints .nav .navlist .item_inner .dflex {
    flex-direction: row-reverse;
    align-items: center;
    gap: 0.5rem;
  }
  .sec-threepoints .nav .navlist .item_inner .dflex .ttl {
    width: 80%;
    text-align: left;
    font-size: 0.8125rem;
  }
  .sec-threepoints .nav .navlist .item_inner .dflex img {
    width: 20% !important;
  }
}
.sec-threepoints .nav .navlist .item_inner .dflex img {
  margin-bottom: 0.25rem;
}
@media screen and (max-width: 767px) {
  .sec-threepoints .nav .navlist .item_inner .dflex img {
    margin-bottom: 0;
    width: 100%;
  }
}
.sec-threepoints .threepointswrap {
  max-width: 64rem;
  margin: 0 auto;
}
.sec-threepoints .threepointswrap .box {
  padding: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec-threepoints .threepointswrap .box {
    padding: 1rem;
  }
}
.sec-threepoints .threepointswrap .box:not(:last-of-type) {
  margin-bottom: 2.5rem;
}
.sec-threepoints .threepointswrap .box .img {
  width: 45%;
}
@media screen and (max-width: 767px) {
  .sec-threepoints .threepointswrap .box .img {
    width: 100%;
  }
}
.sec-threepoints .threepointswrap .box .contents {
  width: 55%;
}
@media screen and (max-width: 767px) {
  .sec-threepoints .threepointswrap .box .contents {
    width: 100%;
  }
}
.sec-threepoints .threepointswrap .box .contents .ttl {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .sec-threepoints .threepointswrap .box .contents .ttl {
    font-size: 1rem;
  }
}
.sec-threepoints .threepointswrap .box .contents .ttl:not(:first-of-type) {
  margin-top: 1.5rem;
}
.sec-threepoints .threepointswrap .box .contents .txt {
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .sec-threepoints .threepointswrap .box .contents .txt {
    font-size: 0.875rem;
  }
}
.sec-threepoints .threepointswrap .box .box_header {
  background: url("/img/usr/freepage/beginners/border_bottom_header.png") repeat-x bottom center;
  background-size: auto 0.0625rem;
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.9375rem;
  padding-bottom: 0.625rem;
  margin-bottom: 1.5rem;
}
@media screen and (max-width: 767px) {
  .sec-threepoints .threepointswrap .box .box_header {
    display: block;
    padding-bottom: 1rem;
  }
}
.sec-threepoints .threepointswrap .box .box_header .box_ttl {
  line-height: 1;
  font-size: 2rem;
}
@media screen and (max-width: 767px) {
  .sec-threepoints .threepointswrap .box .box_header .box_ttl {
    font-size: 1.25rem;
    margin-top: 0.5rem;
  }
}
.sec-threepoints .threepointswrap .box .box_header:before {
  display: inline-block;
  content: "";
  width: 5.75rem;
  height: 2.3125rem;
}
@media screen and (max-width: 767px) {
  .sec-threepoints .threepointswrap .box .box_header:before {
    display: block;
  }
}
.sec-threepoints .threepointswrap .box .box_header + .dflex {
  flex-direction: row-reverse;
  margin-bottom: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec-threepoints .threepointswrap .box .box_header + .dflex {
    flex-direction: column-reverse;
    margin-bottom: 0;
  }
}
.sec-threepoints .threepointswrap .box .bbtn {
  max-width: 25rem;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .sec-threepoints .threepointswrap .box .bbtn {
    margin-top: 1.25rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-threepoints .threepointswrap #point01 .box_header {
    margin-bottom: 0;
  }
}
.sec-threepoints .threepointswrap #point01 .box_header:before {
  background: url("/img/usr/freepage/beginners/icon_point01.png") no-repeat top center;
  background-size: contain;
}
.sec-threepoints .threepointswrap #point01 .box_header + .dflex {
  align-items: center;
}
.sec-threepoints .threepointswrap #point02 .box_header:before {
  background: url("/img/usr/freepage/beginners/icon_point02.png") no-repeat top center;
  background-size: contain;
}
.sec-threepoints .threepointswrap #point03 .box_header:before {
  background: url("/img/usr/freepage/beginners/icon_point03.png") no-repeat top center;
  background-size: contain;
}
.sec-threepoints .accordion {
  width: 100%;
  margin-top: 1.25rem;
  /* ヘッダー部分 */
  /* アイコン部分：疑似要素で＋を表現 */
  /* 横線：常に表示 */
  /* 縦線：＋の場合に表示。activeで縦線が縮む（非表示） */
  /* activeクラスで縦線を縮小 */
  /* コンテンツ部分 */
  /* ヘッダーにactiveクラスが付いたら展開（高さは十分な値に調整） */
}
.sec-threepoints .accordion .accordion-item:not(:last-of-type) {
  margin-bottom: 1rem;
}
.sec-threepoints .accordion .accordion-header {
  width: 100%;
  background-color: #004263;
  color: #fff;
  border: none;
  outline: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-size: 16px;
  font-weight: 700;
  text-align: left;
  line-height: 1.4;
  padding: 1rem;
  border-radius: 0.5rem;
  transition: all 0.3s ease-in;
}
@media screen and (max-width: 767px) {
  .sec-threepoints .accordion .accordion-header {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .sec-threepoints .accordion .accordion-header:hover {
    opacity: 0.7;
  }
}
.sec-threepoints .accordion .accordion-header .accordion-title {
  padding-right: 1.25rem;
  width: calc(100% - 1rem);
}
@media screen and (max-width: 767px) {
  .sec-threepoints .accordion .accordion-header .accordion-title {
    width: calc(100% - 4px);
    padding-right: 0.625rem;
  }
}
.sec-threepoints .accordion .accordion-icon {
  position: relative;
  display: inline-block;
  width: 16px;
  height: 16px;
}
@media screen and (max-width: 767px) {
  .sec-threepoints .accordion .accordion-icon {
    width: 0.875rem;
    height: 0.875rem;
  }
}
.sec-threepoints .accordion .accordion-icon::before, .sec-threepoints .accordion .accordion-icon::after {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: transform 0.3s ease;
}
.sec-threepoints .accordion .accordion-icon::before {
  top: 50%;
  left: 0;
  right: 0;
  height: 2px;
  transform: translateY(-50%);
}
.sec-threepoints .accordion .accordion-icon::after {
  left: 50%;
  top: 0;
  bottom: 0;
  width: 2px;
  transform: translateX(-50%);
}
.sec-threepoints .accordion .accordion-header.active {
  border-radius: 0.5rem 0.5rem 0 0;
}
.sec-threepoints .accordion .accordion-header.active .accordion-icon::after {
  transform: translateX(-50%) scaleY(0);
}
.sec-threepoints .accordion .accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  padding: 0 1rem;
  font-size: 1rem;
  background-color: #FBFBFB;
}
@media screen and (max-width: 767px) {
  .sec-threepoints .accordion .accordion-content {
    font-size: 0.875rem;
    padding: 0 0.625rem;
  }
}
.sec-threepoints .accordion .accordion-content .stxt {
  font-size: 0.8125rem;
  font-weight: 400;
}
.sec-threepoints .accordion .accordion-content .bbtn {
  margin: 1rem auto 0;
}
@media screen and (max-width: 767px) {
  .sec-threepoints .accordion .accordion-content .coupon {
    padding-top: 0.625rem !important;
  }
}
.sec-threepoints .accordion .accordion-content .coupon .cttl {
  background: url("/img/usr/freepage/beginners/border_coupon.png") repeat-x center center;
  background-size: auto 0.0625rem;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}
.sec-threepoints .accordion .accordion-content .coupon .cttl span {
  background-color: #FBFBFB;
  padding: 0.125rem 0.25rem;
}
@media screen and (max-width: 767px) {
  .sec-threepoints .accordion .accordion-content .coupon img {
    width: 80%;
  }
}
.sec-threepoints .accordion .accordion-content .coupon .lead {
  font-size: 1.125rem;
  line-height: 1;
  margin: 1.5rem auto;
}
@media screen and (max-width: 767px) {
  .sec-threepoints .accordion .accordion-content .coupon .lead {
    line-height: 1.3;
    margin: 1.25rem auto;
  }
}
.sec-threepoints .accordion .accordion-content .coupon01 img {
  width: 14.5rem;
}
@media screen and (max-width: 767px) {
  .sec-threepoints .accordion .accordion-content .coupon01 img {
    width: 80%;
  }
}
.sec-threepoints .accordion .accordion-content .coupon02 img {
  width: 13.8125rem;
}
@media screen and (max-width: 767px) {
  .sec-threepoints .accordion .accordion-content .coupon02 img {
    width: 80%;
  }
}
.sec-threepoints .accordion .accordion-content .fbox {
  border: 0.0625rem solid #004263;
  border-radius: 0.25rem;
  padding: 1rem 1.75rem;
  background-color: #fff;
  margin: 1.25rem auto 0.625rem;
}
@media screen and (max-width: 767px) {
  .sec-threepoints .accordion .accordion-content .fbox {
    padding: 1rem;
  }
}
.sec-threepoints .accordion .accordion-content .fbox .fbox_ttl {
  font-size: 0.875rem;
}
.sec-threepoints .accordion .accordion-content .fbox ol {
  justify-content: space-between;
  align-items: self-end;
}
@media screen and (max-width: 767px) {
  .sec-threepoints .accordion .accordion-content .fbox ol {
    flex-direction: column;
    gap: 1.5rem;
  }
}
.sec-threepoints .accordion .accordion-content .fbox ol li {
  width: 32%;
  position: relative;
}
.sec-threepoints .accordion .accordion-content .fbox ol li:not(:last-of-type):after {
  display: block;
  content: "";
  width: 0.875rem;
  height: 0.875rem;
  background: url("/img/usr/freepage/beginners/icon_arrow_flow.png") no-repeat top center;
  background-size: contain;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -0.625rem;
}
@media screen and (max-width: 767px) {
  .sec-threepoints .accordion .accordion-content .fbox ol li:not(:last-of-type):after {
    background: url("/img/usr/freepage/beginners/icon_arrow_nav.png") no-repeat top center;
    bottom: -1.375rem;
    top: unset;
    right: unset;
    width: 1.5rem;
    height: 1.5rem;
    left: 50%;
    transform: translate(-50%, 0);
  }
}
@media screen and (max-width: 767px) {
  .sec-threepoints .accordion .accordion-content .fbox ol li {
    width: 100%;
  }
  .sec-threepoints .accordion .accordion-content .fbox ol li figure {
    display: flex;
    gap: 0.625rem;
    width: 100%;
  }
  .sec-threepoints .accordion .accordion-content .fbox ol li figure img {
    width: 20%;
  }
  .sec-threepoints .accordion .accordion-content .fbox ol li figure figcaption {
    width: 80%;
    padding-top: 0.25rem;
  }
}
.sec-threepoints .accordion .accordion-content .fbox ol li figcaption {
  font-size: 0.625rem;
  line-height: 1.2;
  margin-top: 0.25rem;
}
@media screen and (max-width: 767px) {
  .sec-threepoints .accordion .accordion-content .fbox ol li figcaption {
    text-align: left;
    font-size: 0.875rem;
  }
}
.sec-threepoints .accordion .accordion-content .fbox.fbox01 ol li:first-of-type img {
  width: 4.375rem;
}
@media screen and (max-width: 767px) {
  .sec-threepoints .accordion .accordion-content .fbox.fbox01 ol li:first-of-type img {
    width: 20%;
  }
}
.sec-threepoints .accordion .accordion-content .fbox.fbox01 ol li:nth-child(2) img {
  width: 4.375rem;
}
@media screen and (max-width: 767px) {
  .sec-threepoints .accordion .accordion-content .fbox.fbox01 ol li:nth-child(2) img {
    width: 20%;
  }
}
.sec-threepoints .accordion .accordion-content .fbox.fbox01 ol li:nth-child(3) img {
  width: 4.4375rem;
}
@media screen and (max-width: 767px) {
  .sec-threepoints .accordion .accordion-content .fbox.fbox01 ol li:nth-child(3) img {
    width: 20%;
  }
}
.sec-threepoints .accordion .accordion-content .fbox.fbox02 ol li:first-of-type img {
  width: 5.9375rem;
}
@media screen and (max-width: 767px) {
  .sec-threepoints .accordion .accordion-content .fbox.fbox02 ol li:first-of-type img {
    width: 20%;
  }
}
.sec-threepoints .accordion .accordion-content .fbox.fbox02 ol li:nth-child(2) img {
  width: 5.875rem;
  padding-top: 0.6875rem;
}
@media screen and (max-width: 767px) {
  .sec-threepoints .accordion .accordion-content .fbox.fbox02 ol li:nth-child(2) img {
    width: 20%;
    padding-top: 0;
  }
}
.sec-threepoints .accordion .accordion-content .fbox.fbox02 ol li:nth-child(3) img {
  width: 5.75rem;
}
@media screen and (max-width: 767px) {
  .sec-threepoints .accordion .accordion-content .fbox.fbox02 ol li:nth-child(3) img {
    width: 20%;
  }
}
.sec-threepoints .accordion .fbox02 {
  margin: 1.25rem auto 0.625rem;
}
.sec-threepoints .accordion .accordion-header.active + .accordion-content {
  padding: 1rem;
  max-height: 500px; /* 必要に応じて調整 */
}
/*-----------------------------------------------------------------------------
パリミキオンラインショップでお得なお買い物を楽しもう！
-------------------------------------------------------------------------------*/
.sec-fun {
  padding-top: 4rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .sec-fun {
    padding: 2.25rem 1rem;
    margin-bottom: 0.25rem;
  }
}
.sec-fun .dflex {
  justify-content: center;
  gap: 2.5rem;
}
@media screen and (max-width: 767px) {
  .sec-fun .dflex {
    flex-direction: column;
    gap: 1.4375rem;
  }
  .sec-fun .dflex .txt-blue {
    font-size: 1rem;
    margin-top: 0.3125rem;
  }
}
.sec-fun .dflex a {
  max-width: 25rem;
  color: #444444;
}
@media screen and (max-width: 767px) {
  .sec-fun .dflex a {
    max-width: unset;
  }
}
@media screen and (min-width: 768px) {
  .sec-fun .dflex a:hover {
    opacity: 0.7;
  }
}
/*-----------------------------------------------------------------------------
メガネ・サングラス選びでお困りの方へ
-------------------------------------------------------------------------------*/
.sec-choice {
  margin-bottom: 9.75rem;
}
@media screen and (max-width: 767px) {
  .sec-choice {
    margin-bottom: 3.125rem;
  }
}
.sec-choice .lead {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .sec-choice .lead {
    font-size: 0.875rem;
    text-align: left;
    line-height: 1.8;
    margin-bottom: 1.25rem;
  }
}
.sec-choice .dflex {
  justify-content: center;
  gap: 1.5rem;
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .sec-choice .dflex {
    flex-direction: column;
    gap: 1rem;
    margin-bottom: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .sec-choice .dflex a:hover {
    opacity: 0.7;
  }
}
.sec-choice .dflex .item {
  border: 0.0625rem solid #004263;
  border-radius: 0.25rem;
  width: 16rem;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  .sec-choice .dflex .item {
    margin: 0 auto;
  }
}
.sec-choice .dflex .item figure {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.sec-choice .dflex .item figure img {
  margin-bottom: 0.5rem;
}
.sec-choice .dflex .item figure figcaption {
  margin-top: auto;
}
.sec-choice .dflex .item:first-of-type img {
  width: 9.1875rem;
  padding-top: 1.25rem;
}
.sec-choice .dflex .item:nth-child(2) img {
  width: 5rem;
  padding-top: 0.625rem;
}
.sec-choice .dflex .item:last-of-type img {
  width: 4.375rem;
}
@media screen and (max-width: 767px) {
  .sec-choice .btns {
    padding: 0 1rem;
  }
}
.sec-choice .btns .btns_item:not(:last-of-type) {
  margin-bottom: 4rem;
}
@media screen and (max-width: 767px) {
  .sec-choice .btns .btns_item:not(:last-of-type) {
    margin-bottom: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-choice .btns .btns_item:last-of-type .txt {
    text-align: left;
  }
}
.sec-choice .btns .btns_item .txt {
  font-size: 1.125rem;
}
@media screen and (max-width: 767px) {
  .sec-choice .btns .btns_item .txt {
    font-size: 0.875rem;
  }
}
.sec-choice .btns .btns_item .bbtn {
  max-width: 25rem;
  margin: 1.5rem auto 0;
}
@media screen and (max-width: 767px) {
  .sec-choice .btns .btns_item .bbtn {
    margin-top: 0.625rem;
  }
}
/*-----------------------------------------------------------------------------
INSTAGRAM
-------------------------------------------------------------------------------*/
.sec-insta .sec_ttl img {
  width: 21.875rem;
}
@media screen and (max-width: 767px) {
  .sec-insta .sec_ttl img {
    width: 80%;
  }
}
.sec-insta .subttl {
  margin-bottom: 2.75rem;
}
@media screen and (max-width: 767px) {
  .sec-insta .subttl {
    margin-bottom: 1.5rem;
  }
}
.sec-insta .subttl:before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: url("/img/usr/freepage/beginners/icon_insta_black.png") no-repeat center center;
  background-size: contain;
  vertical-align: -0.125rem;
  margin-right: 0.5rem;
}
.sec-insta .txt-insta {
  background: url("/img/usr/freepage/beginners/icon_insta.png") no-repeat left center;
  background-size: 2rem auto;
  padding-left: 2.75rem;
  min-height: 2.5rem;
  font-size: 0.6875rem;
  padding-top: 0.25rem;
  margin-bottom: 0.125rem;
}
@media screen and (max-width: 767px) {
  .sec-insta .txt-insta {
    padding-top: 0.625rem;
  }
}
.sec-insta .dgrid {
  max-width: 67.5rem;
  margin: 0 auto 2.5rem;
  grid-template-columns: repeat(auto-fit, minmax(256px, 1fr));
  gap: 1rem;
}
@media screen and (max-width: 767px) {
  .sec-insta .dgrid {
    display: flex;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .sec-insta .dgrid {
    gap: 1rem 0.5rem;
  }
}
@media screen and (max-width: 767px) {
  .sec-insta .dgrid .instaitem {
    width: 48.8%;
  }
}
.sec-insta .dgrid dl {
  font-size: 0.75rem;
}
.sec-insta .dgrid .time {
  font-size: 0.625rem;
  color: #999999;
}
.sec-insta .bbtn {
  max-width: 17.75rem;
  margin: 0 auto;
}
/*-----------------------------------------------------------------------------
fade in
-------------------------------------------------------------------------------*/
/* 初期状態：非表示にしておく */
.fadein {
  opacity: 0;
  transform: translateY(20px); /* 少し下から上がる演出 */
  transition: opacity 0.8s ease, transform 0.8s ease;
}
/* スクロールで表示されたときに付与するクラス */
.fadein.visible {
  opacity: 1;
  transform: translateY(0);
}
/*-----------------------------------------------------------------------------
ぱんくずナビ
-------------------------------------------------------------------------------*/
/*
.breadcrumb a {
  color: #444444 !important;
}
.breadcrumb a:hover {
  text-decoration: underline !important;
}
@media screen and (min-width: 768px) {
  .breadcrumb {
    width: 100%;
    max-width: 85rem !important;
    margin: 0 auto !important;
    padding: 1rem 2.5rem !important;
  }
}
@media screen and (max-width: 767px) {
  .breadcrumb {
    padding: 0.5rem !important;
    margin: 0 !important;
    max-width: unset !important;
  }
  .breadcrumb ul {
    width: 100% !important;
    padding: 0 !important;
    font-size: 0.625rem !important;
  }
  .breadcrumb ul a {
    font-size: 0.625rem !important;
  }
  .breadcrumb ul li a:after {
    font-size: 0.625rem !important;
    top: -0.0125rem !important;
  }
} 
*/
/*# sourceMappingURL=style.css.map */