@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700;900&display=swap");
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;700;800&display=swap');
/**************************************************/
/*** reset
/**************************************************/
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

abbr[title] {
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

svg, embed, object, iframe {
  vertical-align: bottom;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
  vertical-align: middle;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 0;
  text-align: inherit;
  text-transform: inherit;
}

[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
}

button:disabled,
[type=button]:disabled,
[type=reset]:disabled,
[type=submit]:disabled {
  cursor: default;
}

:-moz-focusring {
  outline: auto;
}

select:disabled {
  opacity: inherit;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

legend {
  padding: 0;
}

progress {
  vertical-align: baseline;
}

textarea {
  display: block;
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable]:focus {
  outline: auto;
}

table {
  border-color: inherit;
  border-collapse: collapse;
}

caption {
  text-align: left;
}

td, th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

*:focus-visible {
  outline-color: #1868D3;
}

/**************************************************/
/*** clearfix
/**************************************************/
.clearfix:after {
  visibility: hidden;
  height: 0;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
}

* html .clearfix {
  zoom: 1;
}

*:first-child + html .clearfix {
  zoom: 1;
}

/**************************************************/
/*** main
/**************************************************/
html {
  font-size: 62.5%;
  /* background: #fff; */
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Noto Sans JP", "Noto Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴシック", Hiragino Sans, Verdana, "メイリオ", Meiryo, sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #6C668B;
  line-height: 1.6;
  margin: 0;
  padding: 0;
}

/************************/
/** common
/************************/
ul, ol {
  margin: 0.5em 0 0;
  padding: 0;
  list-style: none;
}
ul li + li,
ol li + li {
  margin-top: 0.4em;
}
ul li > ul,
ul li > ol {
  margin: 0.6em 0 0 1em;
}
ul.list_style-circle {
  list-style-type: disc;
  margin-left: 1em;
}
ul.list_style-circle li::marker {
  color: #6C668B;
  font-size: 1em;
}
ol.list_style-number {
  list-style-type: decimal;
  padding: 0 0 0 1em;
}
/******/
.mgt0_5 {
  margin-top:0.5em;
}
.mgt1 {
  margin-top:1em;
}
.mgt2 {
  margin-top:2em;
}
.mgt3 {
  margin-top:3em;
}
.mgt4 {
  margin-top:4em;
}
.mgt5 {
  margin-top:5em;
}
.mgb0_5 {
  margin-bottom:0.5em;
}
.mgb1 {
  margin-bottom:1em;
}
.mgb2 {
  margin-bottom:2em;
}
.mgb3 {
  margin-bottom:3em;
}
.mgb4 {
  margin-bottom:4em;
}
.mgb5 {
  margin-bottom:5em;
}
.mgtb1 {
    margin-top:1em;
    margin-bottom:1em;
}
.ex_bold {
  font-weight: 800;
}
.fw500 {
  font-weight: 500;
}
.inner {
  max-width: 750px;
  font-size: 0.875em;
  padding: 1.5em 1em 22em;
  margin: 0 auto;
}
.h1_title {
  font-size: 1.6em;
  text-align: center;
  margin-bottom: 1.25em;
}
.caution_note {
  font-size: 0.9em;
  color: #a09999;
}
.inblk {
  display: inline-block;
}
@media (max-width: 750px) {
.mgt4 {
  margin-top:3em;
}
}
/* body > .inner p {
  text-align: left;
  margin: 0;
} */
.frame_inner {
  font-family: "M PLUS Rounded 1c", "Noto Sans JP", "Noto Sans", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN", Hiragino Kaku Gothic ProN, "ヒラギノ角ゴシック", Hiragino Sans, Verdana, "メイリオ", Meiryo, sans-serif;
  background: linear-gradient(302.62deg, #FFEBC3 0%, #FFFCF5 100%),
              linear-gradient(0deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.5));
  padding: 2em 1em;

  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.frame_title {
  font-size: 1.5em;
  font-weight: 700;
  text-align: center;
  color: #78555D;
  margin-bottom: 0.625em;
  -webkit-text-stroke: 3px #fff;
  text-stroke: 3px #fff;
  paint-order: stroke;
}
.frame_btn {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  color: #656565;
  border: 2px solid #6B8F95;
  border-radius: 20px;
  background-color: #fff;
  padding: 0.1em;
  box-shadow: 4px 4px 8px 0 rgba(0,0,0,0.25);
}
.frame_bold_txt {
  font-size: 1.25em;
  font-weight: 700;
  text-align: center;
}
.left-border {
  position: relative;
  padding-left: 10px;
}
.left-border::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.8em;
  width: 5px;
  height: 1.5px;
  margin: auto 0;
  background-color: #6C668B;
}
.pc_background {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.pc_background::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(240, 240, 240, 0.5);
  backdrop-filter: blur(1px);
}
.pc_background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#wrapper_sub {
  background-color: #fff;
  max-width: 750px;
  width: 100%;
  padding: 3em 2em 22em;
  margin: 0 auto;
}

/************************/
/** tutorial
/************************/
.tutorial_title {
  font-size: 1.6em;
  position: relative;
  border-top: solid 2px #0de084;
  border-bottom: solid 2px #0de084;
  background: #f4f4f4;
  padding: 0.3em 0.4em 0.3em 0.6em;
}
.tutorial_title::after {
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  background: #0de084;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 15px 15px 0 0;
  padding: 6px 12px;
  font-size: 0.75em;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.tutorial_title:nth-of-type(1)::after {
  content: '\f0a7\ チュートリアル\02460';
}
.tutorial_title:nth-of-type(2)::after {
  content: '\f0a7\ チュートリアル\02461';
}
.tutorial_title:nth-of-type(3)::after {
  content: '\f0a7\ チュートリアル\02462';
}
.tutorial_img {
  width: 100%;
}
.tutorial_about {
  display: inline-block;
  font-weight: 700;
  color: #333;
  padding: 0.3em 0.5em;
  background: repeating-linear-gradient(-45deg, #0de084, #0de084 3px,#4df5ac 3px, #4df5ac 7px);
  margin-bottom: 1em;
}
.tutorial_table {
  border-collapse: collapse;
  margin-top: 1em;
  max-width: 400px;
  width: 100%;
}
.tutorial_table th {
  color: #fbfbfb;
  background-color: #0de084;
}
.tutorial_table th,
.tutorial_table td {
  font-weight: 700;
  border: 1px dotted #656565;
  padding: 0.3em 0.8em;
}
.tutorial_step {
  font-size: 1.15em;
  font-weight: bold;
  margin: 0.625em 0;
}
.tutorial_strong{
  font-size: 1.1em;
  font-weight: 700;
  color:#1868D3;
}
/************************/
/** photo_sample
/************************/
.sample_box {
  display: flex;
  gap: 0 2%;
  margin-bottom: 1em;
}
.sample_box > div {
   width: 32%;
}
.sample_box > div > p {
  text-align: center;
}
.sample_movie {
    object-fit: fill;
    width: 100%;
}
/************************/
/** tokuteisyo
/************************/
.tokutei_table th,
.tokutei_table td {
  display: block;
  text-align: left;
  width: 100%;
}
.tokutei_table th {
  border-bottom: 1px solid #333;
  padding-bottom: 0.4em;
  margin-bottom: 0.4em;
}
.tokutei_table tr:not(:last-child) td {
  padding-bottom: 20px;
}
/************************/
/** privacy / info / shikinkessaihou
/************************/
ul.privacy_list,
ul.info_list,
ul.shikin_list  {
  margin: 1.5em 0;
}
ul.privacy_list > li + li,
ul.info_list > li + li,
ul.shikin_list > li + li {
  margin-top: 1.8em;
}
.privacy_title,
.info_title,
.shikin_title {
  display: block;
  font-size: 1.2em;
  font-weight: bold;
  margin-bottom: 0.6em;  
}
.privacy_right p,
.info_right p {
  font-size: 0.9em;
  text-align: right!important;
}
.privacy_right p + p,
.info_right p + p {
  margin-top: 0.2em;
}
.shikin_small {
  display: block;
  font-size: 0.95em;
  margin-top: 0.4em;
}

/************************/
/** teikyou
/************************/
.teikyou_body {
  position: relative;
  background: url("/img/green.png") repeat-y center / cover;
  color: #333;
}
.teikyou_body::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(240, 240, 240, 0.8);
  backdrop-filter: blur(2px);
  z-index: -1;
}
.teikyou_body .h1_title::before,
.teikyou_body .h1_title::after {
  content: '';
  display: inline-block;
  background: url("/img/golfball.png") no-repeat center / cover;
  width: 20px;
  height: 20px;
  transform: translateY(1.2px);
}
.teikyou_body .h1_title::before {
  margin-right: 0.25em;
}
.teikyou_body .h1_title::after {
  margin-left: 0.25em;
}
.teikyou_table {
  width: auto;
}
.teikyou_table th,
.teikyou_table td {
  display: block;
  text-align: left;
  width: 100%;
}
.teikyou_table th {
  border-bottom: 1px solid #333;
  padding-bottom: 0.4em;
  margin-bottom: 0.4em;
}
.teikyou_table tr:not(:last-child) td {
  padding-bottom: 20px;
}
.teikyou_std,
.teikyou_std ul li::marker {
  color: rgb(0, 0, 170);
}
.teikyou_table .teikyou_std th {
  border-bottom-color: rgb(0, 0, 170);
}
.teikyou_adv,
.teikyou_adv ul li::marker {
  color: rgb(4, 111, 4);
}
.teikyou_table .teikyou_adv th {
  border-bottom-color: rgb(4, 111, 4);
}
.teikyou_dx,
.teikyou_dx ul li::marker {
  color: rgb(255, 6, 6);
}
.teikyou_table .teikyou_dx th {
  border-bottom-color: rgb(255, 6, 6);
}
.teikyou_pre,
.teikyou_pre ul li::marker {
  color: rgb(143, 121, 0);
}
.teikyou_table .teikyou_pre th {
  border-bottom-color: rgb(143, 121, 0);
}


/************************/
/** index
/************************/
#home {
  background: #6B8F95;
  position: relative;
  z-index: 0;
}

#wrapper {
  background-color: #95f197;
  max-width: 750px;
  width: 100%;
  padding: 3em 2em;
  margin: 0 auto;
}
.top_download_block {
  display: flex;
  justify-content: center;
  gap: 0 1em;
}
.top_download_block > div {
  flex-basis: 50%;
}
/* .top_download_block > div:nth-child(1) {
  width: 54.5%;
}
.top_download_block > div:nth-child(2) {
  width: 45.5%;
} */
.top_download_block > div img {
  width: 100%;
  height: 100%;
}

.top_step_block {
  background: #fff;
  padding: 1em 1.5em 2em 1.5em;
  border-radius: 25px;
}
.top_step {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  letter-spacing: 0.2em;
}
.top_step > span {
  display: block;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.top_step_img {
  margin: 1em 0;
}

.top_news_block {
  text-align: center;
  background: #fff;
  padding: 1em;
}
.top_news_block p {
  font-size: 20px;
}
.top_news_block p:first-child {
  font-size: 28px;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  margin-bottom: 15px;
}

.top_menu_block {
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
}
.top_menu_block li {
  display: flex;
  flex-basis: 50%;
  margin: 0!important;
}
.top_menu_block li a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
  text-align: center;
  background-color: #333;
  border: 1px solid #fff;
  padding: 2em 1.5em;
  width: 100%;
  transition: all 0.3s ease;
}
.top_menu_block li a:hover {
  color: #4f4b4b;
  background-color: #0ef712;
}
.top_icon_block {
  display: flex;
  justify-content: center;
  gap: 0 25%;
}
.top_icon_block li {
  margin: 0;
  width: 60px;
  transition: opacity 0.3s ease;
}
.top_icon_block li:nth-child(2) {
  width: 55px;
}
.top_icon_block li a {
  display: block;
}
.top_icon_block li:hover {
  opacity: 0.5;
}
.top_copyright_block {
  font-size: 12px;
  text-align: center;
}

@media (min-width: 750px) {
  .top_menu_block br {
    display: none;
  }
}
@media (max-width: 750px) {
  #wrapper_sub {
    padding: 1.5em 1em 22em;
  }
  #home {
    font-size: 14px;
  }
  #wrapper {
    padding: 1.5em 1em;
  }
  .top_download_block {
    gap: 0 0.5em;
  }
  .top_step {
    font-size: 22px;
  }
  .top_step > span {  
    font-size: 16px;
  }
  .top_news_block {
    padding: 0.5em;
  }
  .top_news_block p:first-child {
    font-size: 22px;
  }
  .top_news_block p {
    font-size: 16px;
  }
  .top_menu_block li a {
    font-size: 16px;
    padding: 1em 0.75em;
  }
  .top_icon_block {
    gap: 0 100px;
  }
  .top_icon_block li {
    width: 40px;
  }
  .top_icon_block li:nth-child(2) {
    width: 35px;
  }
  .top_copyright_block {
    font-size: 10px;
  }
}
